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

Commit9f57cf4

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

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

‎library/multiprocessing.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
6-
# cocoatomo, 2017
6+
# cocoatomo, 2017-2018
77
# 秘湯 <xwhhsprings@gmail.com>, 2016
88
msgid ""
99
msgstr ""
1010
"Project-Id-Version:Python 2.7\n"
1111
"Report-Msgid-Bugs-To:\n"
1212
"POT-Creation-Date:2018-01-21 01:52+0900\n"
13-
"PO-Revision-Date:2017-10-19 14:32+0000\n"
13+
"PO-Revision-Date:2018-03-21 00:02+0000\n"
1414
"Last-Translator:cocoatomo\n"
1515
"Language-Team:Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version:1.0\n"
@@ -885,7 +885,7 @@ msgid ""
885885
":meth:`send`. Blocks until there is something to receive. Raises "
886886
":exc:`EOFError` if there is nothing left to receive and the other end was "
887887
"closed."
888-
msgstr""
888+
msgstr"コネクションの相手側から :meth:`send` を使用して送られたオブジェクトを返します。 何か受け取るまでブロックします。何も受け取らずにコネクションの相手側でクローズされた場合 :exc:`EOFError` が発生します。"
889889

890890
#:../../library/multiprocessing.rst:831
891891
msgid"Return the file descriptor or handle used by the connection."

‎library/stdtypes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
6-
# cocoatomo, 2017
6+
# cocoatomo, 2017-2018
77
# 秘湯 <xwhhsprings@gmail.com>, 2016
88
msgid ""
99
msgstr ""
1010
"Project-Id-Version:Python 2.7\n"
1111
"Report-Msgid-Bugs-To:\n"
1212
"POT-Creation-Date:2018-01-27 12:24+0900\n"
13-
"PO-Revision-Date:2018-01-27 03:37+0000\n"
13+
"PO-Revision-Date:2018-03-21 00:16+0000\n"
1414
"Last-Translator:cocoatomo\n"
1515
"Language-Team:Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version:1.0\n"
@@ -1393,7 +1393,7 @@ msgid ""
13931393
":exc:`TypeError` will be raised if there are any non-string or non Unicode "
13941394
"object values in *iterable*. The separator between elements is the string "
13951395
"providing this method."
1396-
msgstr""
1396+
msgstr"*イテラブル* 中の文字列を結合した文字列オブジェクトを返します。\n*iterable* に Unicode オブジェクトがある場合は、代わりに Unicode を返します。\n文字列でないあるいは Unicode オブジェクトでない値が存在する場合は、 :exc:`TypeError` が送出されます。\n要素間の区切り文字列は、このメソッドを提供する文字列です。"
13971397

13981398
#:../../library/stdtypes.rst:1082
13991399
msgid""

‎reference/datamodel.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
6-
# cocoatomo, 2017
6+
# cocoatomo, 2017-2018
77
# 秘湯 <xwhhsprings@gmail.com>, 2015-2016
88
msgid ""
99
msgstr ""
1010
"Project-Id-Version:Python 2.7\n"
1111
"Report-Msgid-Bugs-To:\n"
1212
"POT-Creation-Date:2018-01-21 01:52+0900\n"
13-
"PO-Revision-Date:2018-03-13 18:07+0000\n"
13+
"PO-Revision-Date:2018-03-21 00:03+0000\n"
1414
"Last-Translator:cocoatomo\n"
1515
"Language-Team:Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version:1.0\n"
@@ -2192,7 +2192,7 @@ msgid ""
21922192
":func:`len`) may raise :exc:`OverflowError`. To prevent raising "
21932193
":exc:`!OverflowError` by truth value testing, an object must define a "
21942194
":meth:`__nonzero__` method."
2195-
msgstr""
2195+
msgstr"CPython では、オブジェクトの長さは最大でも :attr:`sys.maxsize` であることが要求されます。\n長さが :attr:`!sys.maxsize` を越える場合、(:func:`len` のような) いくつかの機能は :exc:`OverflowError` を送出するでしょう。\n真偽値としての判定で :exc:`!OverflowError` を送出しないようにするには、オブジェクトは meth:`__nonzero__` メソッドを定義していなければなりません。"
21962196

21972197
#:../../reference/datamodel.rst:1907
21982198
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp