File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ msgstr ""
11
11
"Project-Id-Version : Python 2.7\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2019-12-16 18:23+0900\n "
14
- "PO-Revision-Date : 2019-09-01 05:22 +0000\n "
15
- "Last-Translator : hitsumabushi.org \n "
14
+ "PO-Revision-Date : 2019-12-22 12:12 +0000\n "
15
+ "Last-Translator : tomo \n "
16
16
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
17
17
"MIME-Version : 1.0\n "
18
18
"Content-Type : text/plain; charset=UTF-8\n "
@@ -1773,7 +1773,7 @@ msgid ""
1773
1773
"also platform-dependent. On some platforms such code points are preserved "
1774
1774
"intact in the output, while on others ``strftime`` may raise "
1775
1775
":exc:`UnicodeError` or return an empty string instead."
1776
- msgstr ""
1776
+ msgstr "同じ理由で、現在のロケールの文字集合で表現できない Unicode コードポイントを含む書式文字列の対処もプラットフォーム依存です。\nあるプラットフォームではそういったコードポイントはそのまま出力に出される一方、他のプラットフォームでは ``strftime`` が :exc:`UnicodeError` を送出したり、その代わりに空文字列を返したりするかもしれません。 "
1777
1777
1778
1778
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1620
1779
1779
msgid ""
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ msgstr ""
9
9
"Project-Id-Version : Python 2.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2019-12-16 18:23+0900\n "
12
- "PO-Revision-Date : 2019-09-19 08:51 +0000\n "
13
- "Last-Translator : tomo \n "
12
+ "PO-Revision-Date : 2019-12-22 13:26 +0000\n "
13
+ "Last-Translator : Yuta Kanzawa \n "
14
14
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
15
15
"MIME-Version : 1.0\n "
16
16
"Content-Type : text/plain; charset=UTF-8\n "
@@ -26,7 +26,7 @@ msgstr "その他の制御フローツール"
26
26
msgid ""
27
27
"Besides the :keyword:`while` statement just introduced, Python uses the "
28
28
"usual flow control statements known from other languages, with some twists."
29
- msgstr ""
29
+ msgstr "先ほど説明のあった :keyword:`while` 文に加えて、他の言語での経験から分かるような通常のフロー制御文を少し工夫を効かせて使用します。 "
30
30
31
31
#: /home/travis/build/python/cpython-doc-catalog/Doc/tutorial/controlflow.rst:14
32
32
msgid ":keyword:`if` Statements"
You can’t perform that action at this time.
0 commit comments