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

Skip to content

Commit 8cf49e2

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 4321391 commit 8cf49e2

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

library/asyncio-eventloop.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.7\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2018-10-17 09:30+0900\n"
19+
"POT-Creation-Date: 2018-11-02 09:38+0900\n"
2020
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
2121
"Last-Translator: tomo🐧, 2018\n"
2222
"Language-Team: Japanese (https://www. 8000 transifex.com/python-doc/teams/5390/ja/)\n"
@@ -208,8 +208,8 @@ msgstr ""
208208

209209
#: ../../library/asyncio-eventloop.rst:140
210210
msgid ""
211-
"The loop must be running when this function is called. Any pending callbacks"
212-
" will be discarded."
211+
"The loop must not be running when this function is called. Any pending "
212+
"callbacks will be discarded."
213213
msgstr ""
214214

215215
#: ../../library/asyncio-eventloop.rst:143

library/copy.po

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.7\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
17+
"POT-Creation-Date: 2018-11-02 09:38+0900\n"
1818
"PO-Revision-Date: 2017-02-16 23:04+0000\n"
1919
"Last-Translator: Osamu NAKAMURA, 2017\n"
2020
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -108,9 +108,9 @@ msgstr ":func:`deepcopy` 関数では、これらの問題を以下のように
108108

109109
#: ../../library/copy.rst:55
110110
msgid ""
111-
"keeping a \"memo\" dictionary of objects already copied during the current "
111+
"keeping a ``memo`` dictionary of objects already copied during the current "
112112
"copying pass; and"
113-
msgstr "現在のコピー過程ですでにコピーされたオブジェクトからなる、\"メモ\" 辞書を保持します; かつ"
113+
msgstr ""
114114

115115
#: ../../library/copy.rst:58
116116
msgid ""
@@ -156,16 +156,11 @@ msgid ""
156156
"special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is "
157157
"called to implement the shallow copy operation; no additional arguments are "
158158
"passed. The latter is called to implement the deep copy operation; it is "
159-
"passed one argument, the memo dictionary. If the :meth:`__deepcopy__` "
159+
"passed one argument, the ``memo`` dictionary. If the :meth:`__deepcopy__` "
160160
"implementation needs to make a deep copy of a component, it should call the "
161161
":func:`deepcopy` function with the component as first argument and the memo "
162162
"dictionary as second argument."
163163
msgstr ""
164-
"クラス独自のコピー実装を定義するために、特殊メソッド :meth:`__copy__` および :meth:`__deepcopy__` "
165-
"を定義することができます。前者は浅いコピー操作を実装するために使われます; 追加の引数はありません。後者は深いコピー操作を実現するために呼び出されます;"
166-
" この関数には単一の引数としてメモ辞書が渡されます。 :meth:`__deepcopy__` "
167-
"の実装で、内容のオブジェクトに対して深いコピーを生成する必要がある場合、 :func:`deepcopy` "
168-
"を呼び出し、最初の引数にそのオブジェクトを、メモ辞書を二つ目の引数に与えなければなりません。"
169164

170165
#: ../../library/copy.rst:93
171166
msgid "Module :mod:`pickle`"

library/pprint.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.7\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
20+
"POT-Creation-Date: 2018-11-02 09:38+0900\n"
2121
"PO-Revision-Date: 2017-02-16 23:22+0000\n"
2222
"Last-Translator: tomo🐧, 2018\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -255,7 +255,7 @@ msgstr ""
255255
":func:`pprint` 関数のいくつかの用途とそのパラメータを実証するために、`PyPI <https://pypi.org>`_ "
256256
"からプロジェクトに関する情報を取って来ましょう::"
257257

258-
#: ../../library/pprint.rst:225
258+
#: ../../library/pprint.rst:223
259259
msgid "In its basic form, :func:`pprint` shows the whole object::"
260260
msgstr "その基本形式では、 :func:`pprint` はオブジェクト全体を表示します::"
261261

@@ -265,7 +265,7 @@ msgid ""
265265
"contents)::"
266266
msgstr "結果をある深さ *depth* に制限することができます (より深い内容には省略記号が使用されます)::"
267267

268-
#: ../../library/pprint.rst:313
268+
#: ../../library/pprint.rst:325
269269
msgid ""
270270
"Additionally, maximum character *width* can be suggested. If a long object "
271271
"cannot be split, the specified width will be exceeded::"

0 commit comments

Comments
 (0)
0