15
15
# tomo, 2019
16
16
# Naoki Nakamura <agent@sohzoh.com>, 2020
17
17
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
18
+ # mollinaca, 2020
18
19
#
19
20
#, fuzzy
20
21
msgid ""
@@ -23,7 +24,7 @@ msgstr ""
23
24
"Report-Msgid-Bugs-To : \n "
24
25
"POT-Creation-Date : 2020-05-31 09:25+0000\n "
25
26
"PO-Revision-Date : 2017-02-16 23:16+0000\n "
26
- "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com> , 2020\n "
27
+ "Last-Translator : mollinaca , 2020\n "
27
28
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
28
29
"MIME-Version : 1.0\n "
29
30
"Content-Type : text/plain; charset=UTF-8\n "
@@ -397,7 +398,7 @@ msgstr "``AB AC AD BC BD CD``"
397
398
398
399
#: ../../library/itertools.rst:81
399
400
msgid "``combinations_with_replacement('ABCD', 2)``"
400
- msgstr ""
401
+ msgstr "``combinations_with_replacement('ABCD', 2)`` "
401
402
402
403
#: ../../library/itertools.rst:81
403
404
msgid "``AA AB AC AD BB BC BD CC CD DD``"
@@ -472,7 +473,7 @@ msgstr "オプションの *func* 引数が追加されました。"
472
473
473
474
#: ../../library/itertools.rst:169
474
475
msgid "Added the optional *initial* parameter."
475
- msgstr ""
476
+ msgstr "オプションの *initial* パラメータが追加されました。 "
476
477
477
478
#: ../../library/itertools.rst:174
478
479
msgid ""
@@ -502,6 +503,8 @@ msgid ""
502
503
"the order of the input *iterable*. So, if the input *iterable* is sorted, "
503
504
"the combination tuples will be produced in sorted order."
504
505
msgstr ""
506
+ "組合せ(combination)は入力 *iterable* に応じた辞書式順序で出力されます。したがって、入力 *iterable* "
507
+ "がソートされていれば、出力される組合わせ(combination)タプルもソートされた順番で生成されます。"
505
508
506
509
#: ../../library/itertools.rst:206
507
510
msgid ""
@@ -707,6 +710,8 @@ msgid ""
707
710
"the order of the input *iterable*. So, if the input *iterable* is sorted, "
708
711
"the combination tuples will be produced in sorted order."
709
712
msgstr ""
713
+ "順列(permutation)は入力 *iterable* に応じた辞書式順序で出力されます。したがって、入力 *iterable* "
714
+ "がソートされていれば、出力される組合わせタプルもソートされた順番で生成されます。"
710
715
711
716
#: ../../library/itertools.rst:491
712
717
msgid ""
0 commit comments