8000 [skip ci] Update .po files · python/python-docs-ja@3d6e732 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d6e732

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent d10e873 commit 3d6e732

File tree

4 files changed

+4448
-4425
lines changed

4 files changed

+4448
-4425
lines changed

library/enum.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2020-01-01 04:28+0000\n"
14+
"POT-Creation-Date: 2020-01-26 04:39+0000\n"
1515
"PO-Revision-Date: 2019-09-01 03:26+0000\n"
1616
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -84,8 +84,10 @@ msgid ""
8484
msgstr "一つの名前だけがひとつの値に束縛されていることを保証する Enum クラスのデコレーターです。"
8585

8686
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/enum.rst:58
87-
msgid "Instances are replaced with an appropriate value for Enum members."
88-
msgstr "このインスタンスは列挙型のメンバーのための適切な値に置き換えられます。"
87+
msgid ""
88+
"Instances are replaced with an appropriate value for Enum members. Initial "
89+
"value starts at 1."
90+
msgstr ""
8991

9092
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/enum.rst:60
9193
msgid "``Flag``, ``IntFlag``, ``auto``"

library/tokenize.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2020-01-01 04:28+0000\n"
14+
"POT-Creation-Date: 2020-01-26 04:39+0000\n"
1515
"PO-Revision-Date: 2019-09-01 02:45+0000\n"
1616
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -265,3 +265,13 @@ msgstr ""
265265
msgid ""
266266
"The exact token type names can be displayed using the :option:`-e` option:"
267267
msgstr ""
268+
269+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/tokenize.rst:271
270+
msgid ""
271+
"Example of tokenizing a file programmatically, reading unicode strings "
272+
"instead of bytes with :func:`generate_tokens`::"
273+
msgstr ""
274+
275+
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/tokenize.rst:281
276+
msgid "Or reading bytes directly with :func:`.tokenize`::"
277+
msgstr ""

0 commit comments

Comments
 (0)
0