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

Skip to content

Commit 96b3538

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 5e6b6b6 commit 96b3538

File tree

5 files changed

+4269
-4182
lines changed

5 files changed

+4269
-4182
lines changed

library/asyncio-api-index.po

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-09-18 09:12+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: tomo🐧, 2018\n"
13+
"Last-Translator: Yuuki Ebihara <yuuki.ebihara813@gmail.com>, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,11 +20,11 @@ msgstr ""
2020

2121
#: ../../library/asyncio-api-index.rst:6
2222
msgid "High-level API Index"
23-
msgstr ""
23+
msgstr "高水準の API インデックス"
2424

2525
#: ../../library/asyncio-api-index.rst:8
2626
msgid "This page lists all high-level async/await enabled asyncio APIs."
27-
msgstr ""
27+
msgstr "このページには、すべての高水準の 非同期/待機 可能な asyncio API が一覧になっています。"
2828

2929
#: ../../library/asyncio-api-index.rst:12
3030
msgid "Tasks"
@@ -34,99 +34,99 @@ msgstr "タスク"
3434
msgid ""
3535
"Utilities to run asyncio programs, create Tasks, and await on multiple "
3636
"things with timeouts."
37-
msgstr ""
37+
msgstr "ユーティリティは asyncio プログラムを実行し、タスクを作成し、タイムアウトのある複数の機能を待っています。"
3838

3939
#: ../../library/asyncio-api-index.rst:21
4040
msgid ":func:`run`"
41-
msgstr ""
41+
msgstr ":func:`run`"
4242

4343
#: ../../library/asyncio-api-index.rst:22
4444
msgid "Create event loop, run a coroutine, close the loop."
45-
msgstr ""
45+
msgstr "イベントループを作成し、コルーチンを実行し、ループを閉じます。"
4646

4747
#: ../../library/asyncio-api-index.rst:24
4848
msgid ":func:`create_task`"
49-
msgstr ""
49+
msgstr ":func:`create_task`"
5050

5151
#: ../../library/asyncio-api-index.rst:25
5252
msgid "Start an asyncio Task."
53-
msgstr ""
53+
msgstr "asyncio タスクを開始します。"
5454

5555
#: ../../library/asyncio-api-index.rst:27
5656
msgid "``await`` :func:`sleep`"
57-
msgstr ""
57+
msgstr "``await`` :func:`sleep`"
5858

5959
#: ../../library/asyncio-api-index.rst:28
6060
msgid "Sleep for a number of seconds."
61-
msgstr ""
61+
msgstr "数秒間スリープします。"
6262

6363
#: ../../library/asyncio-api-index.rst:30
6464
msgid "``await`` :func:`gather`"
65-
msgstr ""
65+
msgstr "``await`` :func:`gather`"
6666

6767
#: ../../library/asyncio-api-index.rst:31
6868
msgid "Schedule and wait for things concurrently."
69-
msgstr ""
69+
msgstr "並行してスケジュールして、待ちます。"
7070

7171
#: ../../library/asyncio-api-index.rst:33
7272
msgid "``await`` :func:`wait_for`"
73-
msgstr ""
73+
msgstr "``await`` :func:`wait_for`"
7474

7575
#: ../../library/asyncio-api-index.rst:34
7676
msgid "Run with a timeout."
77-
msgstr ""
77+
msgstr "タイムアウトで実行します。"
7878

7979
#: ../../library/asyncio-api-index.rst:36
8080
msgid "``await`` :func:`shield`"
81-
msgstr ""
81+
msgstr "``await`` :func:`shield`"
8282

8383
#: ../../library/asyncio-api-index.rst:37
8484
msgid "Shield from cancellation."
85-
msgstr ""
85+
msgstr "取り消しから保護します。"
8686

8787
#: ../../library/asyncio-api-index.rst:39
8888
msgid "``await`` :func:`wait`"
89-
msgstr ""
89+
msgstr "``await`` :func:`wait`"
9090

9191
#: ../../library/asyncio-api-index.rst:40
9292
msgid "Monitor for completion."
93-
msgstr ""
93+
msgstr "完了かどうかを監視します。"
9494

9595
#: ../../library/asyncio-api-index.rst:42
9696
msgid ":func:`current_task`"
97-
msgstr ""
97+
msgstr ":func:`current_task`"
9898

9999
#: ../../library/asyncio-api-index.rst:43
100100
msgid "Return the current Task."
101-
msgstr ""
101+
msgstr "現在のタスクを返します。"
102102

103103
#: ../../library/asyncio-api-index.rst:45
104104
msgid ":func:`all_tasks`"
105-
msgstr ""
105+
msgstr ":func:`all_tasks`"
106106

107107
#: ../../library/asyncio-api-index.rst:46
108108
msgid "Return all tasks for an event loop."
109-
msgstr ""
109+
msgstr "イベントループのすべてのタスクを返します。"
110110

111111
#: ../../library/asyncio-api-index.rst:48
112112
msgid ":class:`Task`"
113-
msgstr ""
113+
msgstr ":class:`Task`"
114114

115115
#: ../../library/asyncio-api-index.rst:49
116116
msgid "Task object."
117-
msgstr ""
117+
msgstr "Task オブジェクト"
118118

119119
#: ../../library/asyncio-api-index.rst:51
120120
msgid ":func:`run_coroutine_threadsafe`"
121-
msgstr ""
121+
msgstr ":func:`run_coroutine_threadsafe`"
122122

123123
#: ../../library/asyncio-api-index.rst:52
124124
msgid "Schedule a coroutine from another OS thread."
125125
msgstr ""
126126

127127
#: ../../library/asyncio-api-index.rst:54
128128
msgid "``for in`` :func:`as_completed`"
129-
msgstr ""
129+
msgstr "``for in`` :func:`as_completed`"
130130

131131
#: ../../library/asyncio-api-index.rst:55
132132
msgid "Monitor for completion with a ``for`` loop."

library/dataclasses.po

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ msgstr ""
482482

483483
#: ../../library/dataclasses.rst:319
484484
msgid "Continuing from the previous example::"
485-
msgstr "1つ前の例の続きの例です::"
485+
msgstr "1つ前の例の続きです::"
486486

487487
#: ../../library/dataclasses.rst:328
488488
msgid ""
@@ -495,6 +495,10 @@ msgid ""
495495
"``unsafe_hash``, and ``frozen`` have the same meaning as they do in "
496496
":func:`dataclass`."
497497
msgstr ""
498+
"``cls_name`` という名前、 ``fields`` で定義されるフィールド、 ``bases`` で与えられた基底クラス、 ``namespace`` で与えられた名前空間付きで初期化されたデータクラスを作成します。\n"
499+
"``fields`` はイテラブルで、要素が ``name``, ``(name, type)``, ``(name, type, Field)`` のうちのどれかです。\n"
500+
"単に ``name`` だけが与えられた場合は、 ``typing.Any`` が ``type`` として使われます。\n"
501+
"``init``, ``repr``, ``eq``, ``order``, ``unsafe_hash``, ``frozen`` の値は、 :func:`dataclass` のときと同じ意味を持ちます。"
498502

499503
#: ../../library/dataclasses.rst:337
500504
msgid ""
@@ -503,10 +507,13 @@ msgid ""
503507
":func:`dataclass` function to convert that class to a dataclass. This "
504508
"function is provided as a convenience. For example::"
505509
msgstr ""
510+
"厳密にはこの関数は必須ではありません。というのは、 ``__annotations__`` 付きのクラスを新しく作成するどの Python の機構でも、 :func:`dataclass` 関数を適用してそのクラスをデータクラスに変換できるからです。\n"
511+
"この関数は便利さのために提供されています。\n"
512+
"例えば次のように使います::"
506513

507514
#: ../../library/dataclasses.rst:349
508515
msgid "Is equivalent to::"
509-
msgstr ""
516+
msgstr "は、次のコードと等しいです::"
510517

511518
#: ../../library/dataclasses.rst:362
512519
msgid ""
@@ -515,6 +522,9 @@ msgid ""
515522
":exc:`TypeError`. If values in ``changes`` do not specify fields, raises "
516523
":exc:`TypeError`."
517524
msgstr ""
525+
"``instance`` と同じ型のオブジェクトを新しく作成し、フィールドを ``changes`` にある値で置き換えます。\n"
526+
"``instance`` がデータクラスではなかった場合、 :exc:`TypeError` を送出します。\n"
527+
"``changes`` にある値がフィールドを指定していなかった場合も、 :exc:`TypeError` を送出します。"
518528

519529
#: ../../library/dataclasses.rst:367
520530
msgid ""

0 commit comments

Comments
 (0)
0