Skip to content

Commit 6f7bcb4

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 640046d commit 6f7bcb4

File tree

12 files changed

+7165
-7090
lines changed

12 files changed

+7165
-7090
lines changed

library/__future__.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Inada Naoki <songofacandy@gmail.com>, 2017
88
# Arihiro TAKASE, 2017
99
# Hiroyuki Kurosawa <kh99mail@gmail.com>, 2019
10-
# tomo, 2020
10+
# tomo, 2021
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1818
"PO-Revision-Date: 2017-02-16 17:47+0000\n"
19-
"Last-Translator: tomo, 2020\n"
19+
"Last-Translator: tomo, 2021\n"
2020
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -269,7 +269,7 @@ msgstr "3.7.0b1"
269269

270270
#: ../../library/__future__.rst:93
271271
msgid "3.10"
272-
msgstr ""
272+
msgstr "3.10"
273273

274274
#: ../../library/__future__.rst:93
275275
msgid ":pep:`563`: *Postponed evaluation of annotations*"

library/audit_events.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-05-04 06:48+0000\n"
1515
"PO-Revision-Date: 2019-09-01 14:38+0000\n"
1616
"Last-Translator: tomo, 2020\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -29,7 +29,7 @@ msgstr ""
2929
msgid ""
3030
"This table contains all events raised by :func:`sys.audit` or "
3131
":c:func:`PySys_Audit` calls throughout the CPython runtime and the standard "
32-
"library. These calls were added in 3.8.0 or later."
32+
"library. These calls were added in 3.8.0 or later (see :pep:`578`)."
3333
msgstr ""
3434

3535
#: ../../library/audit_events.rst:12

library/constants.po

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Arihiro TAKASE, 2017
99
# Osamu NAKAMURA, 2017
1010
# Suguru Yamamoto <sgryjp@gmail.com>, 2017
11-
# tomo, 2019
11+
# tomo, 2021
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:04+0000\n"
20-
"Last-Translator: tomo, 2019\n"
20+
"Last-Translator: tomo, 2021\n"
2121
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -65,6 +65,11 @@ msgid ""
6565
":meth:`__imul__`, :meth:`__iand__`, etc.) for the same purpose. It should "
6666
"not be evaluated in a boolean context."
6767
msgstr ""
68+
"特殊な二項演算のメソッド (e.g. :meth:`__eq__`, :meth:`__lt__`, :meth:`__add__`, "
69+
":meth:`__rsub__`, etc.) "
70+
"が、他の型に対して演算が実装されていないことを示すために返す特殊値です。インプレースの特殊な二項演算のメソッド (e.g. "
71+
":meth:`__imul__`, :meth:`__iand__`, etc.) "
72+
"も同じ理由でこの値を返すことがあります。この処理では真偽値コンテキストでの評価はしてはいけません。"
6873

6974
#: ../../library/constants.rst:38
7075
msgid ""
@@ -101,6 +106,9 @@ msgid ""
101106
"currently evaluates as true, it will emit a :exc:`DeprecationWarning`. It "
102107
"will raise a :exc:`TypeError` in a future version of Python."
103108
msgstr ""
109+
"``NotImplemented`` の評価は非推奨です。\n"
110+
"現時点で真と評価されていても :exc:`DeprecationWarning` が出ます。\n"
111+
"この警告は将来のバージョンの Python で :exc:`TypeError` を送出します。"
104112

105113
#: ../../library/constants.rst:62
106114
msgid ""

library/difflib.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# 秘湯 <xwhhsprings@gmail.com>, 2017
1010
# Shun Sakurai, 2017
1111
# Arihiro TAKASE, 2017
12-
# tomo, 2019
1312
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
13+
# tomo, 2021
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
22-
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
22+
"Last-Translator: tomo, 2021\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -43,6 +43,10 @@ msgid ""
4343
"diffs. For comparing directories and files, see also, the :mod:`filecmp` "
4444
"module."
4545
msgstr ""
46+
"このモジュールは、シーケンスを比較するためのクラスや関数を提供しています。例えば、ファイルの差分を計算して、それを HTML や context "
47+
"diff, unified diff "
48+
"などいろいろなフォーマットで出力するために、このモジュールを利用できます。ディレクトリやファイル群を比較するためには、 :mod:`filecmp` "
49+
"モジュールも参照してください。"
4650

4751
#: ../../library/difflib.rst:29
4852
msgid ""

library/fnmatch.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# E. Kawashima, 2017
1212
# Arihiro TAKASE, 2017
1313
# 秘湯 <xwhhsprings@gmail.com>, 2017
14-
# tomo, 2019
14+
# tomo, 2021
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:10+0000\n"
23-
"Last-Translator: tomo, 2019\n"
23+
"Last-Translator: tomo, 2021\n"
2424
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -136,6 +136,8 @@ msgid ""
136136
"*pattern*. It is the same as ``[n for n in names if fnmatch(n, pattern)]``, "
137137
"but implemented more efficiently."
138138
msgstr ""
139+
"*pattern* にマッチするイテラブルの *names* を要素とするリストを構築します。\n"
140+
"``[n for n in names if fnmatch(n, pattern)]`` と同じですが、もっと効率よく実装されています。"
139141

140142
#: ../../library/fnmatch.rst:84
141143
msgid ""

library/fractions.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Shun Sakurai, 2017
99
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
1010
# Arihiro TAKASE, 2017
11-
# tomo, 2019
11+
# tomo, 2021
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
20-
"Last-Translator: tomo, 2019\n"
20+
"Last-Translator: tomo, 2021\n"
2121
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -113,6 +113,9 @@ msgid ""
113113
"*denominator*. :func:`math.gcd` always return a :class:`int` type. "
114114
"Previously, the GCD type depended on *numerator* and *denominator*."
115115
msgstr ""
116+
"今は :func:`math.gcd` 関数が *分子* (numerator) と *分母* (denominator) の約分で使われています。\n"
117+
":func:`math.gcd` は常に :class:`int` 型の値を返します。\n"
118+
"以前は、GCDの型は分子と分母に依存していました。"
116119

117120
#: ../../library/fractions.rst:94
118121
msgid "Numerator of the Fraction in lowest term."

library/glob.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# E. Kawashima, 2017
1111
# Shun Sakurai, 2017
1212
# Arihiro TAKASE, 2017
13-
# tomo, 2019
1413
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
14+
# tomo, 2021
1515
#
1616
#, fuzzy
1717
msgid ""
@@ -20,7 +20,7 @@ msgstr ""
2020
"Report-Msgid-Bugs-To: \n"
2121
"POT-Creation-Date: 2021-03-02 05:36+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:12+0000\n"
23-
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
23+
"Last-Translator: tomo, 2021\n"
2424
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -78,6 +78,11 @@ msgid ""
7878
"satisfies conditions is removed or added during the call of this function, "
7979
"whether a path name for that file be included is unspecified."
8080
msgstr ""
81+
"*pathname* (パスの指定を含んだ文字列でなければいけません) にマッチする、空の可能性のあるパス名のリストを返します。*pathname* は"
82+
" (:file:`/usr/src/Python-1.5/Makefile` のように) "
83+
"絶対パスでも、(:file:`../../Tools/\\*/\\*.gif` のように) "
84+
"相対パスでもよく、シェル形式のワイルドカードを含んでいてもかまいません。結果には (シェルと同じく) "
85+
"壊れたシンボリックリンクも含まれます。結果がソートされるかどうかは、ファイルシステムによって異なります。この関数の呼び出し中に条件を満たすファイルが移動や追加された場合、そのファイルのパス名を含むかどうかは指定されていません。"
8186

8287
#: ../../library/glob.rst:53
8388
msgid ""

library/parser.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Arihiro TAKASE, 2017
8-
# tomo, 2019
8+
# tomo, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1616
"PO-Revision-Date: 2017-02-16 23:21+0000\n"
17-
"Last-Translator: tomo, 2019\n"
17+
"Last-Translator: tomo, 2021\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,6 +47,8 @@ msgid ""
4747
"Python. For the majority of use cases you can leverage the Abstract Syntax "
4848
"Tree (AST) generation and compilation stage, using the :mod:`ast` module."
4949
msgstr ""
50+
"parser モジュールは非推奨で、将来のバージョンの Python で削除されます。\n"
51+
"大多数のユースケースでは、 :mod:`ast` モジュールを使い抽象構文木 (Abstract Syntax Tree, AST) の生成ステージとコンパイルステージをより楽に行えます。"
5052

5153
#: ../../library/parser.rst:34
5254
msgid ""

library/site.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
99
# Arihiro TAKASE, 2017
1010
# 秘湯 <xwhhsprings@gmail.com>, 2017
11-
# tomo, 2020
1211
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
12+
# tomo, 2021
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:26+0000\n"
21-
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
21+
"Last-Translator: tomo, 2021\n"
2222
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -347,6 +347,8 @@ msgid ""
347347
"site-packages was added to ``sys.path`` :data:`ENABLE_USER_SITE` should be "
348348
"used."
349349
msgstr ""
350+
"ユーザ固有の site パッケージのディレクトリへのパス :data:`USER_SITE` を返します。未初期化であればこの関数は :data:`USER_BASE` を参考にして、設定もします。\n"
351+
"ユーザ固有の site パッケージが ``sys.path`` に追加されたかどうかを確認するには :data:`ENABLE_USER_SITE` を使ってください。"
350352

351353
#: ../../library/site.rst:244
352354
msgid "Command Line Interface"

0 commit comments

Comments
 (0)