Skip to content

Commit be69180

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 74e8da5 commit be69180

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

library/itertools.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# tomo, 2018
8+
# Naoki Nakamura <agent@sohzoh.com>, 2020
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-02-09 18:48+0900\n"
1516
"PO-Revision-Date: 2018-06-29 17:26+0000\n"
16-
"Last-Translator: tomo, 2018\n"
17+
"Last-Translator: Naoki Nakamura <agent@sohzoh.com>, 2020\n"
1718
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -67,7 +68,7 @@ msgstr ""
6768

6869
#: ../../library/itertools.rst:35
6970
msgid "**Infinite iterators:**"
70-
msgstr ""
71+
msgstr "**無限イテレータ:**"
7172

7273
#: ../../library/itertools.rst:38 ../../library/itertools.rst:48
7374
#: ../../library/itertools.rst:67
@@ -235,7 +236,7 @@ msgstr ":func:`groupby`"
235236

236237
#: ../../library/itertools.rst:56
237238
msgid "iterable[, key]"
238-
msgstr ""
239+
msgstr "iterable[, key]"
239240

240241
#: ../../library/itertools.rst:56
241242
msgid "sub-iterators grouped by value of key(v)"
@@ -311,7 +312,7 @@ msgstr "``zip_longest('ABCD', 'xy', fillvalue='-') --> Ax By C- D-``"
311312

312313
#: ../../library/itertools.rst:64
313314
msgid "**Combinatoric iterators:**"
314-
msgstr ""
315+
msgstr "**組合せイテレータ:**"
315316

316317
#: ../../library/itertools.rst:69
317318
msgid ":func:`product`"

0 commit comments

Comments
 (0)