Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit539ee2d

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent442e587 commit539ee2d

31 files changed

+5789
-5572
lines changed

‎c-api/sys.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2020-02-09 12:40+0000\n"
1516
"PO-Revision-Date:2020-05-30 11:51+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -560,3 +561,8 @@ msgid ""
560561
"finalization will have completed before the cleanup function, no Python APIs"
561562
" should be called by *func*."
562563
msgstr""
564+
":c:func:`Py_FinalizeEx` から呼び出される後始末処理を行う関数 (cleanup function) "
565+
"を登録します。後始末関数は引数無しで呼び出され、値を返しません。最大で 32 の後始末処理関数を登録できます。登録に成功すると、 "
566+
":c:func:`Py_AtExit` は ``0`` を返します; 失敗すると ``-1`` "
567+
"を返します。最後に登録した後始末処理関数から先に呼び出されます。各関数は高々一度しか呼び出されません。 Python "
568+
"の内部的な終了処理は後始末処理関数より以前に完了しているので、 *func* からはいかなる Python API も呼び出してはなりません。"

‎distributing/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ msgstr "`Uploading the project to the Python Packaging Index`_"
249249

250250
#:../../distributing/index.rst:131
251251
msgid"`The .pypirc file`_"
252-
msgstr""
252+
msgstr"`pypirc file`_"
253253

254254
#:../../distributing/index.rst:144
255255
msgid"How do I...?"

‎distutils/builtdist.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2020-02-09 12:40+0000\n"
1516
"PO-Revision-Date:2020-05-30 11:52+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -80,6 +81,10 @@ msgid ""
8081
" are, a packager uses the setup script and the :command:`bdist` command "
8182
"family to generate built distributions."
8283
msgstr""
84+
"もちろん、モジュール開発者自身がパッケージ作成者かもしれません; "
85+
"また、パッケージを作成するのはオリジナルの作成者が利用できないプラットフォームにアクセスできるような\"外部の\" "
86+
"ボランティアかもしれませんし、ソース配布物を定期的に取り込んで、アクセスできるかぎりのプラットフォーム向けにビルド済み配布物を生成するソフトウェアかもしれません。作業を行うのが誰であれ、パッケージ作成者は"
87+
" setup スクリプトを利用し、 :command:`bdist` コマンドファミリを使ってビルド済み配布物を作成します。"
8388

8489
#:../../distutils/builtdist.rst:34
8590
msgid""

‎distutils/configfile.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2020-02-09 12:40+0000\n"
1516
"PO-Revision-Date:2020-05-30 11:52+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -87,7 +88,7 @@ msgstr ""
8788

8889
#:../../distutils/configfile.rst:41
8990
msgid"The basic syntax of the configuration file is simple:"
90-
msgstr""
91+
msgstr"設定ファイルの基本的な構文は簡単なものです:"
9192

9293
#:../../distutils/configfile.rst:49
9394
msgid""
@@ -109,13 +110,15 @@ msgstr ""
109110
msgid""
110111
"You can find out the list of options supported by a particular command with "
111112
"the universal :option:`!--help` option, e.g."
112-
msgstr""
113+
msgstr"あるコマンドがサポートしているオプションのリストは、 :option:`!--help` オプションで調べられます。例えば以下のように。"
113114

114115
#:../../distutils/configfile.rst:75
115116
msgid""
116117
"Note that an option spelled :option:`!--foo-bar` on the command-line is "
117118
"spelled ``foo_bar`` in configuration files."
118119
msgstr""
120+
"コマンドライン上で :option:`!--foo-bar` と綴るオプションは、設定ファイル上では ``foo_bar`` "
121+
"と綴るので注意してください。"
119122

120123
#:../../distutils/configfile.rst:80
121124
msgid""

‎howto/descriptor.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2020-02-09 12:40+0000\n"
1516
"PO-Revision-Date:2020-05-30 11:54+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -304,6 +305,7 @@ msgid ""
304305
"Properties, bound methods, static methods, and class methods are all based "
305306
"on the descriptor protocol."
306307
msgstr""
308+
"このプロトコルは単純ですが、ワクワクする可能性も秘めています。ユースケースの中には、あまりに一般的なので個別の関数の呼び出しにまとめられたものもあります。プロパティ、束縛のメソッド、静的メソッド、そしてクラスメソッドは、全てデスクリプタプロトコルに基づいています。"
307309

308310
#:../../howto/descriptor.rst:188
309311
msgid"Properties"
@@ -373,6 +375,10 @@ msgid ""
373375
"convention, the instance reference is called *self* but may be called *this*"
374376
" or any other variable name."
375377
msgstr""
378+
"クラス辞書は、メソッドを関数として保存します。クラス定義内で、メソッドは、関数を使うのに便利なツール、 :keyword:`def` か "
379+
":keyword:`lambda` "
380+
"を使って書かれます。メソッドの標準の関数との唯一の違いは、第一引数がオブジェクトインスタンスのために予約されていることです。 Python "
381+
"の慣習では、このインスタンスの参照は *self* と呼ばれますが、 *this* その他の好きな変数名で呼び出せます。"
376382

377383
#:../../howto/descriptor.rst:275
378384
msgid""

‎install/index.po

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2020-03-31 13:21+0000\n"
1516
"PO-Revision-Date:2020-05-30 11:55+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -428,6 +429,14 @@ msgid ""
428429
"system, I type the three Python statements shown below, and get the output "
429430
"as shown, to find out my :file:`{prefix}` and :file:`{exec-prefix}`:"
430431
msgstr""
432+
":file:`{prefix}` および :file:`{exec-prefix}` は、 Python "
433+
"がインストールされているディレクトリと、実行時にライブラリを探しにいく場所を表します。これらのディレクトリは、Windows では常に同じで、 "
434+
"Unixと Mac OS X でもほぼ常に同じです。自分の Python がどんな :file:`{prefix}` や :file:`{exec-"
435+
"prefix}` を使っているかは、Python を対話モードで起動して、単純なコマンドをいくつか入力すればわかります。 Windows では、 "
436+
":menuselection:`スタート --> (すべての) プログラム --> Python X.Y --> Python (command "
437+
"line)` を選びます。Unix では、シェルプロンプトで単に ``python`` と入力します。インタプリタを起動すると、プロンプトに "
438+
"Python コードを入力できます。例えば、著者の使っている Linux システムで、三つの Python "
439+
"文を以下のように入力すると、出力から著者のシステムの :file:`{prefix}` と :file:`{exec-prefix}` を得られます:"
431440

432441
#:../../install/index.rst:252
433442
msgid""
@@ -1019,10 +1028,12 @@ msgid ""
10191028
"options into your Distutils config file (see section :ref:`inst-config-"
10201029
"files`):"
10211030
msgstr""
1031+
"言うまでもないことですが、毎回新たなモジュール配布物をインストールする度にインストールスキーム全体の指定を行っていては面倒です。そこで、オプションは "
1032+
"Distutils 設定ファイル (:ref:`inst-config-files` 参照) にも指定できます:"
10221033

10231034
#:../../install/index.rst:592
10241035
msgid"or, equivalently,"
1025-
msgstr""
1036+
msgstr"また、以下のようにも指定できます、"
10261037

10271038
#:../../install/index.rst:603
10281039
msgid""
@@ -1142,6 +1153,10 @@ msgid ""
11421153
":option:`-S` switch is supplied to suppress this behaviour. So you could "
11431154
"simply edit :file:`site.py` and add two lines to it:"
11441155
msgstr""
1156+
"やや便利さには欠けますが、Python の標準ライブラリ中にある :file:`site.py` ファイルを編集することでも、 "
1157+
"``sys.path`` を変更できます。 :file:`site.py` は、 :option:`-S` "
1158+
"スイッチを与えて抑制しないかぎり、Python インタプリタが実行される際に自動的に import されます。ただし、設定するには、単に "
1159+
":file:`site.py` を編集して、例えば以下のような二行を加えます:"
11451160

11461161
#:../../install/index.rst:688
11471162
msgid""
@@ -1360,7 +1375,7 @@ msgstr ""
13601375
msgid""
13611376
"For example, the following is a complete config file that just forces all "
13621377
"commands to run quietly by default:"
1363-
msgstr""
1378+
msgstr"例えば、以下は全てのコマンドに対してデフォルトでメッセージを出さないよう強制するための完全な設定ファイルです:"
13641379

13651380
#:../../install/index.rst:811
13661381
msgid""
@@ -1382,6 +1397,8 @@ msgid ""
13821397
":command:`build\\*` commands always forcibly rebuild all files with the "
13831398
"following:"
13841399
msgstr""
1400+
"以下のようにして、デフォルトの\"ビルドベース\" ディレクトリをオーバライドしたり、 :command:`build\\*` "
1401+
"コマンドが常に強制的にリビルドを行うようにもできます:"
13851402

13861403
#:../../install/index.rst:828
13871404
msgid"which corresponds to the command-line arguments ::"

‎library/2to3.po

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# tomo, 2020
88
# 伏尾 佳悟 <fushio.keigo@gmail.com>, 2020
9+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
910
#
1011
#,fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To:\n"
1516
"POT-Creation-Date:2020-02-09 12:40+0000\n"
1617
"PO-Revision-Date:2020-05-30 11:55+0000\n"
17-
"Last-Translator:伏尾 佳悟 <fushio.keigo@gmail.com>, 2020\n"
18+
"Last-Translator:Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
1819
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1920
"MIME-Version:1.0\n"
2021
"Content-Type:text/plain; charset=UTF-8\n"
@@ -192,26 +193,29 @@ msgstr ""
192193

193194
#:../../library/2to3.rst:121
194195
msgid"The :option:`!-W` flag was added."
195-
msgstr""
196+
msgstr":option:`!-W` フラグが追加されました。"
196197

197198
#:../../library/2to3.rst:124
198199
msgid""
199200
"The :option:`!--add-suffix` option specifies a string to append to all "
200201
"output filenames. The :option:`!-n` flag is required when specifying this "
201202
"as backups are not necessary when writing to different filenames. Example:"
202203
msgstr""
204+
"オプション :option:`!--add-suffix` "
205+
"で、全ての出力ファイル名に与えた文字列を追加します。これを指定するのであれば別名で書き出されるためバックアップは必要ないので、オプション "
206+
":option:`!-n` フラグが要ります。例えば:"
203207

204208
#:../../library/2to3.rst:132
205209
msgid"Will cause a converted file named ``example.py3`` to be written."
206210
msgstr"とすれば変換後ファイルは ``example.py3`` として書き出されます。"
207211

208212
#:../../library/2to3.rst:134
209213
msgid"The :option:`!--add-suffix` option was added."
210-
msgstr""
214+
msgstr":option:`!--add-suffix` オプションが追加されました。"
211215

212216
#:../../library/2to3.rst:137
213217
msgid"To translate an entire project from one directory tree to another use:"
214-
msgstr""
218+
msgstr"ひとつのディレクトリツリーからプロジェクト全体を変換したければこのように使います:"
215219

216220
#:../../library/2to3.rst:147
217221
msgid"Fixers"
@@ -450,6 +454,9 @@ msgid ""
450454
"int)`` and ``isinstance(x, (int, float, int))`` is converted to "
451455
"``isinstance(x, (int, float))``."
452456
msgstr""
457+
":func:`isinstance` の第 2 引数の重複を修正します。例えば ``isinstance(x, (int, int))`` は "
458+
"``isinstance(x, (int))`` に ``isinstance(x, (int, float, int))`` は "
459+
"``isinstance(x, (int, float))`` に変換されます。"
453460

454461
#:../../library/2to3.rst:296
455462
msgid""

‎library/binascii.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2020-02-09 12:40+0000\n"
1516
"PO-Revision-Date:2020-05-30 11:57+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -123,6 +124,13 @@ msgid ""
123124
"newline characters will be encoded as well; otherwise linefeed conversion "
124125
"might corrupt the binary data stream."
125126
msgstr""
127+
"バイナリデータを quoted-printable 形式でエンコードして 1 行から複数行の ASCII "
128+
"文字列に変換します。変換後の文字列を返します。オプション引数 *quptetabs* "
129+
"が存在し、かつその値が真であれば、全てのタブおよび空白文字もエンコードされます。オプション引数 *istext* "
130+
"が存在し、かつその値が真であれば、改行はエンコードされませんが、行末の空白文字はエンコードされます。オプション引数 *header* "
131+
"が存在し、かつその値が真である場合、空白文字は :rfc:`1522` にしたがってアンダースコアにエンコードされます。オプション引数 *header*"
132+
" が存在し、かつその値が偽である場合、改行文字も同様にエンコードされます。そうでない場合、復帰 (linefeed) "
133+
"文字の変換によってバイナリデータストリームが破損してしまうかもしれません。"
126134

127135
#:../../library/binascii.rst:91
128136
msgid""

‎library/email.contentmanager.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2020-02-09 12:40+0000\n"
1516
"PO-Revision-Date:2020-05-30 12:01+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -31,7 +32,7 @@ msgstr "**ソースコード:** :source:`Lib/email/contentmanager.py`"
3132

3233
#:../../library/email.contentmanager.rst:14
3334
msgid"[1]_"
34-
msgstr""
35+
msgstr"[1]_"
3536

3637
#:../../library/email.contentmanager.rst:19
3738
msgid""

‎library/email.headerregistry.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2020-02-09 12:40+0000\n"
1516
"PO-Revision-Date:2020-05-30 12:01+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -31,7 +32,7 @@ msgstr "**ソースコード:** :source:`Lib/email/headerregistry.py`"
3132

3233
#:../../library/email.headerregistry.rst:14
3334
msgid"[1]_"
34-
msgstr""
35+
msgstr"[1]_"
3536

3637
#:../../library/email.headerregistry.rst:16
3738
msgid""

‎library/email.message.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2020
8+
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
89
#
910
#,fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To:\n"
1415
"POT-Creation-Date:2020-02-09 12:40+0000\n"
1516
"PO-Revision-Date:2020-05-30 12:01+0000\n"
16-
"Last-Translator:tomo, 2020\n"
17+
"Last-Translator:Tetsuo Koyama <tkoyama010@gmail.com>, 2020\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"
@@ -31,7 +32,7 @@ msgstr "**ソースコード:** :source:`Lib/email/message.py`"
3132

3233
#:../../library/email.message.rst:14
3334
msgid"[1]_"
34-
msgstr""
35+
msgstr"[1]_"
3536

3637
#:../../library/email.message.rst:16
3738
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp