Skip to content

Commit a71be53

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent c8bc4d1 commit a71be53

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

library/enum.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2018
8+
# Takanori Suzuki <takanori@takanory.net>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-02-09 18:48+0900\n"
1516
"PO-Revision-Date: 2018-06-29 17:36+0000\n"
16-
"Last-Translator: tomo, 2018\n"
17+
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2021\n"
1718
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -547,7 +548,7 @@ msgstr "新しい Enum クラスが属するモジュールの名前です。"
547548

548549
#: ../../library/enum.rst:0
549550
msgid "qualname"
550-
msgstr ""
551+
msgstr "qualname"
551552

552553
#: ../../library/enum.rst:526
553554
msgid "where in module new Enum class can be found."
@@ -563,7 +564,7 @@ msgstr "新しい Enum クラスに複合されるデータ型です。"
563564

564565
#: ../../library/enum.rst:0
565566
msgid "start"
566-
msgstr ""
567+
msgstr "start"
567568

568569
#: ../../library/enum.rst:530
569570
msgid "number to start counting at if only names are passed in."

library/heapq.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2018
8+
# Takanori Suzuki <takanori@takanory.net>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-02-09 18:48+0900\n"
1516
"PO-Revision-Date: 2018-06-29 17:34+0000\n"
16-
"Last-Translator: tomo, 2018\n"
17+
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2021\n"
1718
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -196,6 +197,10 @@ msgid ""
196197
"example, ``key=str.lower``). Equivalent to: ``sorted(iterable, key=key, "
197198
"reverse=True)[:n]``."
198199
msgstr ""
200+
"*iterable* で定義されるデータセットのうち、最大値から降順に *n* 個の値のリストを返します。(あたえられた場合) *key* "
201+
"は、引数を一つとる、*iterable* のそれぞれの要素から比較キーを生成する関数を指定します(例 "
202+
"``key=str.lower``)。以下のコードと同等です: ``sorted(iterable, key=key, "
203+
"reverse=True)[:n]``"
199204

200205
#: ../../library/heapq.rst:120
201206
msgid ""
@@ -205,6 +210,9 @@ msgid ""
205210
"example, ``key=str.lower``). Equivalent to: ``sorted(iterable, "
206211
"key=key)[:n]``."
207212
msgstr ""
213+
"*iterable* で定義されるデータセットのうち、最小値から昇順に *n* 個の値のリストを返します。(あたえられた場合) *key* "
214+
"は、引数を一つとる、*iterable* のそれぞれの要素から比較キーを生成する関数を指定します(例 "
215+
"``key=str.lower``)。以下のコードと同等です: ``sorted(iterable, key=key)[:n]``"
208216

209217
#: ../../library/heapq.rst:126
210218
msgid ""

library/weakref.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2018
8+
# Takanori Suzuki <takanori@takanory.net>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-02-09 18:48+0900\n"
1516
"PO-Revision-Date: 2018-06-29 17:23+0000\n"
16-
"Last-Translator: tomo, 2018\n"
17+
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2021\n"
1718
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -299,6 +300,8 @@ msgid ""
299300
"references that will cause the garbage collector to keep the keys around "
300301
"longer than needed."
301302
msgstr ""
303+
":class:`WeakKeyDictionary` "
304+
"オブジェクトは、追加のメソッドを持ちます。このメソッドは、内部の参照を直接公開します。その参照は、利用される時に生存しているとは限りません。なので、参照を利用する前に、その参照をチェックする必要があります。これにより、必要なくなったキーの参照が残っているために、ガベージコレクタがそのキーを削除できなくなる事態を避ける事ができます。"
302305

303306
#: ../../library/weakref.rst:179
304307
msgid "Return an iterable of the weak references to the keys."

0 commit comments

Comments
 (0)