8000 [skip ci] Update .po files · python/python-docs-ja@80ed649 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80ed649

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent c32a602 commit 80ed649

File tree

3 files changed

+4368
-4318
lines changed

3 files changed

+4368
-4318
lines changed

glossary.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,11 @@ msgid ""
534534
"entered, exited, and resumed at many different points. They can be "
535535
"implemented with the :keyword:`async def` statement. See also :pep:`492`."
536536
msgstr ""
537+
"(コルーチン) コルーチンはサブルーチンのより一般的な形式です。\n"
538+
"サブルーチンには決められた地点から入り、別の決められた地点から出ます。\n"
539+
"コルーチンには多くの様々な地点から入る、出る、再開することができます。\n"
540+
"コルーチンは :keyword:`async def` 文で実装できます。\n"
541+
":pep:`492` を参照してください。"
537542

538543
#: ../../glossary.rst:251
539544
msgid "coroutine function"
@@ -1082,6 +1087,9 @@ msgid ""
10821087
" They all compare unequal (except with themselves), and their hash value is"
10831088
" derived from their :func:`id`."
10841089
msgstr ""
1090+
"Python のイミュータブルな組み込みオブジェクトは、ほとんどがハッシュ可能です。(リストや辞書のような) ミュータブルなコンテナはハッシュ不可能です。(タプルや frozenset のような) イミュータブルなコンテナは、要素がハッシュ可能であるときのみハッシュ可能です。\n"
1091+
"ユーザー定義のクラスのインスタンスであるようなオブジェクトはデフォルトでハッシュ可能です。\n"
1092+
"それらは全て (自身を除いて) 比較結果は非等価であり、ハッシュ値は :func:`id` より得られます。"
10851093

10861094
#: ../../glossary.rst:518
10871095
msgid "IDLE"
@@ -1571,13 +1579,17 @@ msgid ""
15711579
"tuple and whose indexable elements are also accessible using named "
15721580
"attributes. The type or class may have other features as well."
15731581
msgstr ""
1582+
"\"名前付きタプル\" という用語は、タプルを継承していて、インデックスが付く要素に対し属性を使ってのアクセスもできる任意の型やクラスに適用されています。\n"
1583+
"その型やクラスは他の機能も持っていることもあります。"
15741584

15751585
#: ../../glossary.rst:742
15761586
msgid ""
15771587
"Several built-in types are named tuples, including the values returned by "
15781588
":func:`time.localtime` and :func:`os.stat`. Another example is "
15791589
":data:`sys.float_info`::"
15801590
msgstr ""
1591+
":func:`time.localtime` や :func:`os.stat` の返り値を含むいくつかの組み込み型は名前付きタプルです。\n"
1592+
"他の例は :data:`sys.float_info` です::"
15811593

15821594
#: ../../glossary.rst:753
15831595
msgid ""

library/collections.po

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2019-03-27 10:59+0900\n"
14+
"POT-Creation-Date: 2019-10-10 03:44+0000\n"
1515
"PO-Revision-Date: 2019-09-01 03:13+0000\n"
1616
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -110,15 +110,12 @@ msgstr ":class:`UserString`"
110110
msgid "wrapper around string objects for easier string subclassing"
111111
msgstr "文字列のサブクラス化を簡単にする文字列オブジェクトのラッパ"
112112

113-
#: ../../library/collections.rst:36
113+
#: ../../library/collections.rst:41
114114
msgid ""
115115
"Moved :ref:`collections-abstract-base-classes` to the :mod:`collections.abc`"
116116
" module. For backwards compatibility, they continue to be visible in this "
117-
"module through Python 3.7. Subsequently, they will be removed entirely."
117+
"module through Python 3.8."
118118
msgstr ""
119-
":ref:`collections-abstract-base-classes` が :mod:`collections.abc` モジュールに移動されました。\n"
120-
"後方互換性のため、それらは Python 3.7 の間は引き続きこのモジュールからも使えます。\n"
121-
"その後は、全面的に削除されます。"
122119

123120
#: ../../library/collections.rst:43
124121
msgid ":class:`ChainMap` objects"

0 commit comments

Comments
 (0)
0