Skip to content

Commit 20aec27

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent ff0315b commit 20aec27

File tree

3 files changed

+3826
-3774
lines changed

3 files changed

+3826
-3774
lines changed

library/asyncio-eventloop.po

Lines changed: 8 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-11-08 09:41+0900\n"
19+
"POT-Creation-Date: 2018-12-05 09:55+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.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1018,10 +1018,9 @@ msgstr ""
10181018

10191019
#: ../../library/asyncio-eventloop.rst:752
10201020
#: ../../library/asyncio-eventloop.rst:966
1021-
#: ../../library/asyncio-eventloop.rst:1036
10221021
msgid ""
10231022
"Use :func:`functools.partial` :ref:`to pass keyword arguments <asyncio-pass-"
1024-
"keywords>` to *func*."
1023+
"keywords>` to *callback*."
10251024
msgstr ""
10261025

10271026
#: ../../library/asyncio-eventloop.rst:757
@@ -1311,6 +1310,12 @@ msgstr ""
13111310
msgid "This method returns a :class:`asyncio.Future` object."
13121311
msgstr ""
13131312

1313+
#: ../../library/asyncio-eventloop.rst:1036
1314+
msgid ""
1315+
"Use :func:`functools.partial` :ref:`to pass keyword arguments <asyncio-pass-"
1316+
"keywords>` to *func*."
1317+
msgstr ""
1318+
13141319
#: ../../library/asyncio-eventloop.rst:1039
13151320
msgid ""
13161321
":meth:`loop.run_in_executor` no longer configures the ``max_workers`` of the"

library/stdtypes.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2468,6 +2468,12 @@ msgid ""
24682468
"longer than 1 byte, and the ``LC_NUMERIC`` locale is different than the "
24692469
"``LC_CTYPE`` locale. This temporary change affects other threads."
24702470
msgstr ""
2471+
"数値 (:class:`int`, :class:`float`, :class:`complex`, :class:`decimal.Decimal`"
2472+
" とサブクラス) を ``n`` の整数表現型 (例: ``'{:n}'.format(1234)``) "
2473+
"でフォーマットするとき、``LC_CTYPE`` ロケールと ``LC_NUMERIC`` ロケールの一方または両方が 1 バイトより長い非 ASCII"
2474+
" 文字であると同時に異なる値である場合、この関数は :c:func:`localeconv` の ``decimal_point`` と "
2475+
"``thousands_sep`` フィールドを読み取るため一時的に ``LC_CTYPE`` ロケールに ``LC_NUMERIC`` "
2476+
"のロケール値を設定します。この一時的な変更は他のスレッドの動作に影響します。"
24712477

24722478
#: ../../library/stdtypes.rst:1622
24732479
msgid ""
@@ -3534,6 +3540,10 @@ msgid ""
35343540
"(blindly applying text processing algorithms to binary data formats that are"
35353541
" not ASCII compatible will usually lead to data corruption)."
35363542
msgstr ""
3543+
"bytesリテラルと repr 出力は ASCII テキストをベースにしたものですが、 bytes オブジェクトは、各値が ``0 <= x < "
3544+
"256`` の範囲に収まるような整数 (この制限に違反しようとすると :exc:`ValueError` が発生します) "
3545+
"の不変なシーケンスとして振る舞います。多くのバイナリフォーマットがASCIIテキストを元にした要素を持っていたり何らかのテキスト操作アルゴリズムによって操作されるものの、任意のバイナリデータが一般にテキストになっているわけではないことを強調するためにこのように設計されました"
3546+
" (何も考えずにテキスト操作アルゴリズムをASCII非互換なバイナリデータフォーマットに対して行うとデータを破壊することがあります)。"
35373547

35383548
#: ../../library/stdtypes.rst:2348
35393549
msgid ""
@@ -4758,6 +4768,8 @@ msgid ""
47584768
"amount of space in bytes that the array would use in a contiguous "
47594769
"representation. It is not necessarily equal to ``len(m)``::"
47604770
msgstr ""
4771+
"``nbytes == product(shape) * itemsize == len(m.tobytes())``. "
4772+
"その配列が連続表現において利用するスペースです。これは ``len(m)`` と一致するとは限りません::"
47614773

47624774
#: ../../library/stdtypes.rst:3791
47634775
msgid "Multi-dimensional arrays::"

0 commit comments

Comments
 (0)