Skip to content

Commit b9f8e6e

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent b69c2ca commit b9f8e6e

File tree

2 files changed

+4330
-4309
lines changed

2 files changed

+4330
-4309
lines changed

howto/pyporting.po

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2020-01-01 04:28+0000\n"
14+
"POT-Creation-Date: 2020-01-06 04:33+0000\n"
1515
"PO-Revision-Date: 2019-09-01 03:37+0000\n"
1616
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -262,15 +262,11 @@ msgid ""
262262
" to Python 3! But to fully understand how your code is going to change and "
263263
"what you want to look out for while you code, you will want to learn what "
264264
"changes Python 3 makes in terms of Python 2. Typically the two best ways of "
265-
"doing that is reading the `\"What's New\"`_ doc for each release of Python 3"
266-
" and the `Porting to Python 3`_ book (which is free online). There is also a"
267-
" handy `cheat sheet`_ from the Python-Future project."
265+
"doing that is reading the :ref:`\"What's New\" <whatsnew-index>` doc for "
266+
"each release of Python 3 and the `Porting to Python 3`_ book (which is free "
267+
"online). There is also a handy `cheat sheet`_ from the Python-Future "
268+
"project."
268269
msgstr ""
269-
"十分にテスト出来たならば、いよいよ Python 3 への移植をする準備が整いました! "
270-
"ですが、どのようにあなたのコードを変更していけば良いのか、何に気をつけてコーディングすれば良いのかを完全に理解するために、Python 2 からの視点で"
271-
" Python 3 の変更点はなんなのかを学びたいでしょう。典型的には、それをするための手段として最良のものが 2 つあって、ドキュメントの、 "
272-
"Python 3 のそれぞれのリリースの `\"What's New\"`_ を読むことと、 `Porting to Python 3`_ "
273-
"(オンライン版がフリーで読めます) を読むことです。 Python-Future プロジェクトからの、手軽な `cheat sheet`_ もあります。"
274270

275271
#: /home/travis/build/python/cpython-doc-catalog/Doc/howto/pyporting.rst:128
276272
msgid "Update your code"
@@ -595,14 +591,11 @@ msgstr ""
595591

596592
#: /home/travis/build/python/cpython-doc-catalog/Doc/howto/pyporting.rst:305
597593
msgid ""
598-
"Let's pretend that you need access to a feature of importlib_ that is "
594+
"Let's pretend that you need access to a feature of :mod:`importlib` that is "
599595
"available in Python's standard library since Python 3.3 and available for "
600596
"Python 2 through importlib2_ on PyPI. You might be tempted to write code to "
601-
"access e.g. the ``importlib.abc`` module by doing the following::"
597+
"access e.g. the :mod:`importlib.abc` module by doing the following::"
602598
msgstr ""
603-
"importlib_ の機能にアクセスする必要があるとしましょう。\n"
604-
"これは Python 3.3 から使える Python の標準ライブラリで、その機能は Python 2 では PyPI にある importlib2_ から使えます。\n"
605-
"例えば ``importlib.abc`` モジュールにアクセスするコードを書くのに、次のように書きたくなることがあるでしょう::"
606599

607600
#: /home/travis/build/python/cpython-doc-catalog/Doc/howto/pyporting.rst:317
608601
msgid ""

0 commit comments

Comments
 (0)