Skip to content

Commit b963bd6

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent fa36e39 commit b963bd6

File tree

4 files changed

+6443
-6430
lines changed

4 files changed

+6443
-6430
lines changed

library/itertools.po

+8-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# tomo, 2019
1616
# Naoki Nakamura <agent@sohzoh.com>, 2020
1717
# Tetsuo Koyama <tkoyama010@gmail.com>, 2020
18+
# mollinaca, 2020
1819
#
1920
#, fuzzy
2021
msgid ""
@@ -23,7 +24,7 @@ msgstr ""
2324
"Report-Msgid-Bugs-To: \n"
2425
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
2526
"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"
2728
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2829
"MIME-Version: 1.0\n"
2930
"Content-Type: text/plain; charset=UTF-8\n"
@@ -397,7 +398,7 @@ msgstr "``AB AC AD BC BD CD``"
397398

398399
#: ../../library/itertools.rst:81
399400
msgid "``combinations_with_replacement('ABCD', 2)``"
400-
msgstr ""
401+
msgstr "``combinations_with_replacement('ABCD', 2)``"
401402

402403
#: ../../library/itertools.rst:81
403404
msgid "``AA AB AC AD BB BC BD CC CD DD``"
@@ -472,7 +473,7 @@ msgstr "オプションの *func* 引数が追加されました。"
472473

473474
#: ../../library/itertools.rst:169
474475
msgid "Added the optional *initial* parameter."
475-
msgstr ""
476+
msgstr "オプションの *initial* パラメータが追加されました。"
476477

477478
#: ../../library/itertools.rst:174
478479
msgid ""
@@ -502,6 +503,8 @@ msgid ""
502503
"the order of the input *iterable*. So, if the input *iterable* is sorted, "
503504
"the combination tuples will be produced in sorted order."
504505
msgstr ""
506+
"組合せ(combination)は入力 *iterable* に応じた辞書式順序で出力されます。したがって、入力 *iterable* "
507+
"がソートされていれば、出力される組合わせ(combination)タプルもソートされた順番で生成されます。"
505508

506509
#: ../../library/itertools.rst:206
507510
msgid ""
@@ -707,6 +710,8 @@ msgid ""
707710
"the order of the input *iterable*. So, if the input *iterable* is sorted, "
708711
"the combination tuples will be produced in sorted order."
709712
msgstr ""
713+
"順列(permutation)は入力 *iterable* に応じた辞書式順序で出力されます。したがって、入力 *iterable* "
714+
"がソートされていれば、出力される組合わせタプルもソートされた順番で生成されます。"
710715

711716
#: ../../library/itertools.rst:491
712717
msgid ""

library/stdtypes.po

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Suguru Yamamoto <sgryjp@gmail.com>, 2018
1717
# Osamu NAKAMURA, 2019
1818
# tomo, 2020
19+
# 伏尾 佳悟 <fushio.keigo@gmail.com>, 2020
1920
#
2021
#, fuzzy
2122
msgid ""
@@ -24,7 +25,7 @@ msgstr ""
2425
"Report-Msgid-Bugs-To: \n"
2526
"POT-Creation-Date: 2020-09-11 04:03+0000\n"
2627
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
27-
"Last-Translator: tomo, 2020\n"
28+
"Last-Translator: 伏尾 佳悟 <fushio.keigo@gmail.com>, 2020\n"
2829
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2930
"MIME-Version: 1.0\n"
3031
"Content-Type: text/plain; charset=UTF-8\n"
@@ -5437,7 +5438,7 @@ msgstr "辞書の浅いコピーを返します。"
54375438
#: ../../library/stdtypes.rst:4417
54385439
msgid ""
54395440
"Create a new dictionary with keys from *iterable* and values set to *value*."
5440-
msgstr ""
5441+
msgstr "*iterable* からキーを取り、値を *value* に設定した、新しい辞書を作成します。"
54415442

54425443
#: ../../library/stdtypes.rst:4419
54435444
msgid ""

reference/expressions.po

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Arihiro TAKASE, 2017
1313
# OMOTO Kenji, 2020
1414
# tomo, 2020
15+
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2020-07-26 03:43+0000\n"
2223
"PO-Revision-Date: 2017-02-16 23:38+0000\n"
23-
"Last-Translator: tomo, 2020\n"
24+
"Last-Translator: Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2020\n"
2425
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1797,7 +1798,7 @@ msgid ""
17971798
"shorter collection is ordered first (for example, ``[1,2] < [1,2,3]`` is "
17981799
"true)."
17991800
msgstr ""
1800-
"順序比較をサポートしているコレクションの順序は、最初の等価でない要素の順序と同じになります (例えば、 ``[1,2,x] <= [1,2,y]`` は ``x <= y``と同じ値になります)。\n"
1801+
"順序比較をサポートしているコレクションの順序は、最初の等価でない要素の順序と同じになります (例えば、 ``[1,2,x] <= [1,2,y]`` は ``x <= y`` と同じ値になります)。\n"
18011802
"対応する要素が存在しない場合、短い方のコレクションの方が先の順序となります (例えば、 ``[1,2] < [1,2,3]`` は真です)。"
18021803

18031804
#: ../../reference/expressions.rst:1467

0 commit comments

Comments
 (0)