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

Commit3188693

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

File tree

5 files changed

+4543
-4516
lines changed

5 files changed

+4543
-4516
lines changed

‎library/asyncio-platforms.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo,2019
7+
# tomo,2020
88
#
99
#,fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-02-10 04:47+0000\n"
1515
"PO-Revision-Date:2019-09-01 03:27+0000\n"
16-
"Last-Translator:tomo,2019\n"
16+
"Last-Translator:tomo,2020\n"
1717
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version:1.0\n"
1919
"Content-Type:text/plain; charset=UTF-8\n"
@@ -134,7 +134,7 @@ msgstr ""
134134

135135
#:../../library/asyncio-platforms.rst:88
136136
msgid"macOS"
137-
msgstr""
137+
msgstr"macOS"
138138

139139
#:../../library/asyncio-platforms.rst:90
140140
msgid"Modern macOS versions are fully supported."

‎library/itertools.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# tomo, 2019
88
# Atsuo Ishimoto <atsuoishimoto@gmail.com>, 2019
99
# yuji takesue <taketakeyyy@gmail.com>, 2019
10+
# Naoki Nakamura <agent@sohzoh.com>, 2020
1011
#
1112
#,fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To:\n"
1617
"POT-Creation-Date:2020-02-10 04:47+0000\n"
1718
"PO-Revision-Date:2019-09-01 03:15+0000\n"
18-
"Last-Translator:yuji takesue <taketakeyyy@gmail.com>,2019\n"
19+
"Last-Translator:Naoki Nakamura <agent@sohzoh.com>,2020\n"
1920
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2021
"MIME-Version:1.0\n"
2122
"Content-Type:text/plain; charset=UTF-8\n"
@@ -69,7 +70,7 @@ msgstr ""
6970

7071
#:../../library/itertools.rst:35
7172
msgid"**Infinite iterators:**"
72-
msgstr""
73+
msgstr"**無限イテレータ:**"
7374

7475
#:../../library/itertools.rst:38../../library/itertools.rst:48
7576
#:../../library/itertools.rst:67
@@ -237,7 +238,7 @@ msgstr ":func:`groupby`"
237238

238239
#:../../library/itertools.rst:56
239240
msgid"iterable[, key]"
240-
msgstr""
241+
msgstr"iterable[, key]"
241242

242243
#:../../library/itertools.rst:56
243244
msgid"sub-iterators grouped by value of key(v)"
@@ -313,7 +314,7 @@ msgstr "``zip_longest('ABCD', 'xy', fillvalue='-') --> Ax By C- D-``"
313314

314315
#:../../library/itertools.rst:64
315316
msgid"**Combinatoric iterators:**"
316-
msgstr""
317+
msgstr"**組合せイテレータ:**"
317318

318319
#:../../library/itertools.rst:69
319320
msgid":func:`product`"

‎library/os.po

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
# Translators:
77
# Osamu NAKAMURA, 2019
8-
# tomo, 2019
98
# samuel300z <samuel300z@gmail.com>, 2020
9+
# tomo, 2020
1010
#
1111
#,fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To:\n"
1616
"POT-Creation-Date:2020-02-11 04:47+0000\n"
1717
"PO-Revision-Date:2019-09-01 03:12+0000\n"
18-
"Last-Translator:samuel300z <samuel300z@gmail.com>, 2020\n"
18+
"Last-Translator:tomo, 2020\n"
1919
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2020
"MIME-Version:1.0\n"
2121
"Content-Type:text/plain; charset=UTF-8\n"
@@ -928,6 +928,9 @@ msgid ""
928928
"<fd_inheritance>` by default or non-inheritable if *inheritable* is "
929929
"``False``."
930930
msgstr""
931+
"ファイル記述子 *fd* を *fd2* に複製し、必要な場合には後者を先に閉じます。\n"
932+
"*fd2* が帰ります。\n"
933+
"新しいファイルディスクリプタはデフォルトでは :ref:`継承可能 <fd_inheritance>` で、*inheritable* が ``False`` の場合は継承不可です。"
931934

932935
#:../../library/os.rst:735
933936
msgid"Add the optional *inheritable* parameter."
@@ -936,6 +939,8 @@ msgstr "オプションの *inheritable* 引数が追加されました。"
936939
#:../../library/os.rst:738
937940
msgid"Return *fd2* on success. Previously, ``None`` was always returned."
938941
msgstr""
942+
"成功したときは *fd2* が帰ります。\n"
943+
"以前は常に"
939944

940945
#:../../library/os.rst:744
941946
msgid""
@@ -1249,7 +1254,7 @@ msgstr ""
12491254
#:../../library/os.rst:1006../../library/os.rst:1032
12501255
#:../../library/os.rst:3322
12511256
msgid":ref:`Availability <availability>`: some flavors of Unix."
1252-
msgstr""
1257+
msgstr":ref:`利用できる環境 <availability>`: 一部の Unix 互換環境。"
12531258

12541259
#:../../library/os.rst:1007../../library/os.rst:1019
12551260
msgid"The new file descriptors are now non-inheritable."
@@ -1308,12 +1313,16 @@ msgid ""
13081313
"Read at most *n* bytes from file descriptor *fd* at a position of *offset*, "
13091314
"leaving the file offset unchanged."
13101315
msgstr""
1316+
"ファイル記述子の位置 *offset* から最大で *n* バイトを読み出します。\n"
1317+
"ファイルオフセットは変化しません。"
13111318

13121319
#:../../library/os.rst:1081../../library/os.rst:1208
13131320
msgid""
13141321
"Return a bytestring containing the bytes read. If the end of the file "
13151322
"referred to by *fd* has been reached, an empty bytes object is returned."
13161323
msgstr""
1324+
"読み込んだバイト分のバイト列を返します。\n"
1325+
"*fd* が参照しているファイルの終端に達した場合、空のバイト列が返されます。"
13171326

13181327
#:../../library/os.rst:1091
13191328
msgid""
@@ -1331,11 +1340,11 @@ msgstr ""
13311340

13321341
#:../../library/os.rst:1099
13331342
msgid":data:`RWF_HIPRI`"
1334-
msgstr""
1343+
msgstr":data:`RWF_HIPRI`"
13351344

13361345
#:../../library/os.rst:1100
13371346
msgid":data:`RWF_NOWAIT`"
1338-
msgstr""
1347+
msgstr":data:`RWF_NOWAIT`"
13391348

13401349
#:../../library/os.rst:1102../../library/os.rst:1292
13411350
msgid""

‎library/sys.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo,2019
7+
# tomo,2020
88
#
99
#,fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To:\n"
1414
"POT-Creation-Date:2020-02-10 04:47+0000\n"
1515
"PO-Revision-Date:2019-09-01 03:32+0000\n"
16-
"Last-Translator:tomo,2019\n"
16+
"Last-Translator:tomo,2020\n"
1717
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version:1.0\n"
1919
"Content-Type:text/plain; charset=UTF-8\n"
@@ -1489,7 +1489,7 @@ msgstr ""
14891489

14901490
#:../../library/sys.rst:919
14911491
msgid":class:`importlib.abc.MetaPathFinder`"
1492-
msgstr""
1492+
msgstr":class:`importlib.abc.MetaPathFinder`"
14931493

14941494
#:../../library/sys.rst:919
14951495
msgid""
@@ -1499,7 +1499,7 @@ msgstr ""
14991499

15001500
#:../../library/sys.rst:923
15011501
msgid":class:`importlib.machinery.ModuleSpec`"
1502-
msgstr""
1502+
msgstr":class:`importlib.machinery.ModuleSpec`"
15031503

15041504
#:../../library/sys.rst:922
15051505
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp