File tree Expand file tree Collapse file tree 4 files changed +4448
-4425
lines changed Expand file tree Collapse file tree 4 files changed +4448
-4425
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2019-09-01 03:26+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -84,8 +84,10 @@ msgid ""
84
84
msgstr "一つの名前だけがひとつの値に束縛されていることを保証する Enum クラスのデコレーターです。"
85
85
86
86
#: /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 ""
89
91
90
92
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/enum.rst:60
91
93
msgid "``Flag``, ``IntFlag``, ``auto``"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2019-09-01 02:45+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -265,3 +265,13 @@ msgstr ""
265
265
msgid ""
266
266
"The exact token type names can be displayed using the :option:`-e` option:"
267
267
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 ""
You can’t perform that action at this time.
0 commit comments