Skip to content

Commit 04e71d2

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 58aa6ea commit 04e71d2

File tree

4 files changed

+3592
-3569
lines changed

4 files changed

+3592
-3569
lines changed

faq/design.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
11+
"POT-Creation-Date: 2018-07-07 02:13+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Osamu NAKAMURA, 2017\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -515,8 +515,8 @@ msgstr ""
515515

516516
#: ../../faq/design.rst:351
517517
msgid ""
518-
"Answer 2: Fortunately, there is `Stackless Python <https://bitbucket.org"
519-
"/stackless-dev/stackless/wiki/Home>`_, which has a completely redesigned "
518+
"Answer 2: Fortunately, there is `Stackless Python <https://github.com"
519+
"/stackless-dev/stackless/wiki>`_, which has a completely redesigned "
520520
"interpreter loop that avoids the C stack."
521521
msgstr ""
522522

library/pdb.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
11+
"POT-Creation-Date: 2018-07-07 02:13+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: cocoatomo, 2017\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -490,11 +490,11 @@ msgstr ""
490490
msgid ""
491491
"Specifying any command resuming execution (currently :pdbcmd:`continue`, "
492492
":pdbcmd:`step`, :pdbcmd:`next`, :pdbcmd:`return`, :pdbcmd:`jump`, "
493-
":pdbcmd:`quit` and their abbreviations) terminates the command "
494-
":pdbcmd:`list` (as if that command was immediately followed by end). This is"
495-
" because any time you resume execution (even with a simple next or step), "
496-
"you may encounter another breakpoint—which could have its own command list, "
497-
"leading to ambiguities about which list to execute."
493+
":pdbcmd:`quit` and their abbreviations) terminates the command list (as if "
494+
"that command was immediately followed by end). This is because any time you "
495+
"resume execution (even with a simple next or step), you may encounter "
496+
"another breakpoint—which could have its own command list, leading to "
497+
"ambiguities about which list to execute."
498498
msgstr ""
499499

500500
#: ../../library/pdb.rst:353

whatsnew/3.7.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ msgid ""
259259
"Since this change breaks compatibility, the new behavior needs to be enabled"
260260
" on a per-module basis in Python 3.7 using a :mod:`__future__` import::"
261261
msgstr ""
262+
"この変更は後方互換性を壊してしまうので、新しい振る舞いは Python 3.7 では :mod:`__future__` "
263+
"インポートを使いモジュールごとに有効化する必要があります::"
262264

263265
#: ../../whatsnew/3.7.rst:174
264266
msgid "It will become the default in Python 4.0."

0 commit comments

Comments
 (0)