Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae48c93

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent977481a commitae48c93

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

‎library/code.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version:Python 3.8\n"
1818
"Report-Msgid-Bugs-To:\n"
19-
"POT-Creation-Date:2020-02-09 12:40+0000\n"
19+
"POT-Creation-Date:2020-05-15 13:54+0000\n"
2020
"PO-Revision-Date:2017-02-16 23:02+0000\n"
2121
"Last-Translator:Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2222
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -104,11 +104,9 @@ msgstr ""
104104
msgid""
105105
"*source* is the source string; *filename* is the optional filename from "
106106
"which source was read, defaulting to ``'<input>'``; and *symbol* is the "
107-
"optional grammar start symbol, which should beeither``'single'`` (the "
108-
"default) or ``'eval'``."
107+
"optional grammar start symbol, which should be ``'single'`` (the default), "
108+
"``'eval'`` or ``'exec'``."
109109
msgstr""
110-
"*source* はソース文字列です。*filename* はオプションのソースが読み出されたファイル名で、デフォルトで ``'<input>'`` "
111-
"です。*symbol* はオプションの文法の開始記号で、``'single'`` (デフォルト)または ``'eval'`` のどちらかにすべきです。"
112110

113111
#:../../library/code.rst:62
114112
msgid""

‎library/codeop.po

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version:Python 3.8\n"
1414
"Report-Msgid-Bugs-To:\n"
15-
"POT-Creation-Date:2020-02-09 12:40+0000\n"
15+
"POT-Creation-Date:2020-05-15 13:54+0000\n"
1616
"PO-Revision-Date:2017-02-16 23:02+0000\n"
1717
"Last-Translator:Arihiro TAKASE, 2017\n"
1818
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -96,14 +96,12 @@ msgstr ""
9696
#:../../library/codeop.rst:45
9797
msgid""
9898
"The *symbol* argument determines whether *source* is compiled as a statement"
99-
" (``'single'``, the default) or as an :term:`expression` (``'eval'``). Any "
100-
"other value will cause :exc:`ValueError` to be raised."
99+
" (``'single'``, the default), as a sequence of statements (``'exec'``) or as"
100+
" an :term:`expression` (``'eval'``). Any other value will cause "
101+
":exc:`ValueError` to be raised."
101102
msgstr""
102-
"*symbol* 引数は *source* が文としてコンパイルされるか(``'single'`` 、デフォルト) 、または :term:`式 "
103-
"<expression>` としてコンパイルされるかを決定します(``'eval'``)。他のどんな値も :exc:`ValueError` "
104-
"を発生させる原因となります。"
105103

106-
#:../../library/codeop.rst:51
104+
#:../../library/codeop.rst:52
107105
msgid""
108106
"It is possible (but not likely) that the parser stops parsing with a "
109107
"successful outcome before reaching the end of the source; in this case, "
@@ -113,7 +111,7 @@ msgid ""
113111
msgstr""
114112
"ソースの終わりに達する前に、成功した結果をもってパーサは構文解析を止めることがあります。このような場合、後ろに続く記号はエラーとならずに無視されます。例えば、バックスラッシュの後ろに改行が2つあって、その後ろにゴミがあるかもしれません。パーサのAPIがより良くなればすぐに、この挙動は修正されるでしょう。"
115113

116-
#:../../library/codeop.rst:60
114+
#:../../library/codeop.rst:61
117115
msgid""
118116
"Instances of this class have :meth:`__call__` methods identical in signature"
119117
" to the built-in function :func:`compile`, but with the difference that if "
@@ -125,7 +123,7 @@ msgstr ""
125123
"メソッドを持っていますが、インスタンスが :mod:`__future__` "
126124
"文を含むプログラムテキストをコンパイルする場合は、インスタンスは有効なその文とともに続くすべてのプログラムテキストを'覚えていて'コンパイルするという違いがあります。"
127125

128-
#:../../library/codeop.rst:69
126+
#:../../library/codeop.rst:70
129127
msgid""
130128
"Instances of this class have :meth:`__call__` methods identical in signature"
131129
" to :func:`compile_command`; the difference is that if the instance compiles"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp