Skip to content

Commit eba9467

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

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

library/argparse.po

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# 秘湯 <xwhhsprings@gmail.com>, 2018
1515
# Naoki Nakamura <agent@sohzoh.com>, 2020
1616
# tomo, 2020
17+
# mollinaca, 2020
1718
#
1819
#, fuzzy
1920
msgid ""
@@ -22,7 +23,7 @@ msgstr ""
2223
"Report-Msgid-Bugs-To: \n"
2324
"POT-Creation-Date: 2020-07-18 03:38+0000\n"
2425
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
25-
"Last-Translator: tomo, 2020\n"
26+
"Last-Translator: mollinaca, 2020\n"
2627
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2728
"MIME-Version: 1.0\n"
2829
"Content-Type: text/plain; charset=UTF-8\n"
@@ -275,7 +276,7 @@ msgstr ""
275276

276277
#: ../../library/argparse.rst:192
277278
msgid "*exit_on_error* parameter was added."
278-
msgstr ""
279+
msgstr "*exit_on_error* 引数が追加されました。"
279280

280281
#: ../../library/argparse.rst:195 ../../library/argparse.rst:715
281282
msgid "The following sections describe how each of these are used."
@@ -663,7 +664,7 @@ msgstr ""
663664

664665
#: ../../library/argparse.rst:657
665666
msgid "exit_on_error"
666-
msgstr ""
667+
msgstr "exit_on_error"
667668

668669
#: ../../library/argparse.rst:659
669670
msgid ""

library/collections.po

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Osamu NAKAMURA, 2017
1313
# 秘湯 <xwhhsprings@gmail.com>, 2017
1414
# tomo, 2019
15+
# mollinaca, 2020
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
2223
"PO-Revision-Date: 2017-02-16 23:03+0000\n"
23-
"Last-Translator: tomo, 2019\n"
24+
"Last-Translator: mollinaca, 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"
@@ -123,6 +124,8 @@ msgid ""
123124
" module. For backwards compatibility, they continue to be visible in this "
124125
"module through Python 3.9."
125126
msgstr ""
127+
":ref:`collections-abstract-base-classes` が :mod:`collections.abc` "
128+
"モジュールに移動されました。後方互換性のため、それらは引き続きPython 3.9モジュールでも利用できます。"
126129

127130
#: ../../library/collections.rst:43
128131
msgid ":class:`ChainMap` objects"

library/csv.po

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
1111
# Nakamura Masahito <randomstep@gmail.com>, 2018
1212
# tomo, 2020
13+
# mollinaca, 2020
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2020-06-10 03:19+0000\n"
2021
"PO-Revision-Date: 2017-02-16 23:04+0000\n"
21-
"Last-Translator: tomo, 2020\n"
22+
"Last-Translator: mollinaca, 2020\n"
2223
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -252,7 +253,7 @@ msgstr "返される列の型は :class:`OrderedDict` になりました。"
252253

253254
#: ../../library/csv.rst:173
254255
msgid "Returned rows are now of type :class:`dict`."
255-
msgstr ""
256+
msgstr "返される列の型は :class:`dict` になりました。"
256257

257258
#: ../../library/csv.rst:194
258259
msgid ""

library/datetime.po

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2019
1616
# SHIMIZU Taku <shimizu.taku@gmail.com>, 2020
1717
# tomo, 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:06+0000\n"
26-
"Last-Translator: tomo, 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"
@@ -84,7 +85,7 @@ msgstr "Aware オブジェクトと Naive オブジェクト"
8485
msgid ""
8586
"Date and time objects may be categorized as \"aware\" or \"naive\" depending"
8687
" on whether or not they include timezone information."
87-
msgstr ""
88+
msgstr "日時のオブジェクトは、それらがタイムゾーンの情報を含んでいるかどうかによって \"aware\" あるいは \"naive\" に分類されます。"
8889

8990
#: ../../library/datetime.rst:41
9091
msgid ""
@@ -3216,7 +3217,7 @@ msgstr "タイムゾーンの名前を表示します (オブジェクトがnaiv
32163217

32173218
#: ../../library/datetime.rst:2368
32183219
msgid "(empty), UTC, GMT"
3219-
msgstr ""
3220+
msgstr "(空文字列), UTC, GMT"
32203221

32213222
#: ../../library/datetime.rst:2371
32223223
msgid "``%j``"

0 commit comments

Comments
 (0)