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

Skip to content

Commit 2420a9b

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 806ffa4 commit 2420a9b

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

tutorial/interpreter.po

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 2.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-01-21 01:52+0900\n"
12-
"PO-Revision-Date: 2017-09-22 17:57+0000\n"
11+
"POT-Creation-Date: 2018-03-03 12:40+0900\n"
12+
"PO-Revision-Date: 2018-03-03 03:54+0000\n"
1313
"Last-Translator: cocoatomo\n"
1414
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1515
"MIME-Version: 1.0\n"
@@ -160,33 +160,23 @@ msgstr "ソースコードの文字コード"
160160

161161
#: ../../tutorial/interpreter.rst:129
162162
msgid ""
163-
"By default, Python source files are treated as encoded in UTF-8. In that "
164-
"encoding, characters of most languages in the world can be used "
165-
"simultaneously in string literals, identifiers and comments --- although the"
166-
" standard library only uses ASCII characters for identifiers, a convention "
167-
"that any portable code should follow. To display all these characters "
168-
"properly, your editor must recognize that the file is UTF-8, and it must use"
169-
" a font that supports all the characters in the file."
170-
msgstr "デフォルトでは、Python のソースコードは UTF-8 でエンコードされているものとして扱われます。UTF-8 では、世界中のほとんどの言語の文字を同時に文字列リテラルや識別子やコメント中に書くことができます。--- ただし、標準ライブラリは識別子に ASCII 文字のみを利用していて、その他のポータブルなコードもその慣習に従うべきです。それらの文字を正しく表示するためには、エディターはそのファイルが UTF-8 である事を識別して、そのファイルに含まれている文字を全てサポートしたフォントを使わなければなりません。"
163+
"By default, Python source files are treated as encoded in ASCII. To declare "
164+
"an encoding other than the default one, a special comment line should be "
165+
"added as the *first* line of the file. The syntax is as follows::"
166+
msgstr ""
171167

172-
#: ../../tutorial/interpreter.rst:137
173-
msgid ""
174-
"To declare an encoding other than the default one, a special comment line "
175-
"should be added as the *first* line of the file. The syntax is as follows::"
176-
msgstr "デフォルトエンコーディング以外のエンコーディングを使用するには\nファイルの *先頭*の行に特別なコメントを追加しなければなりません。書式は以下の通りです::"
177-
178-
#: ../../tutorial/interpreter.rst:142
168+
#: ../../tutorial/interpreter.rst:135
179169
msgid ""
180170
"where *encoding* is one of the valid :mod:`codecs` supported by Python."
181171
msgstr "*encoding* には、Python が :mod:`codecs` でサポートしている有効なエンコーディングを指定します。"
182172

183-
#: ../../tutorial/interpreter.rst:144
173+
#: ../../tutorial/interpreter.rst:137
184174
msgid ""
185175
"For example, to declare that Windows-1252 encoding is to be used, the first "
186176
"line of your source code file should be::"
187177
msgstr "例えば、Windows-1252 エンコーディングを使用するには、ソースコードファイルの先頭行は下記のとおりとなります::"
188178

189-
#: ../../tutorial/interpreter.rst:149
179+
#: ../../tutorial/interpreter.rst:142
190180
msgid ""
191181
"One exception to the *first line* rule is when the source code starts with a"
192182
" :ref:`UNIX \"shebang\" line <tut-scripts>`. In this case, the encoding "

0 commit comments

Comments
 (0)
0