@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2019-09-01 03:37+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -262,15 +262,11 @@ msgid ""
262
262
" to Python 3! But to fully understand how your code is going to change and "
263
263
"what you want to look out for while you code, you will want to learn what "
264
264
"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."
268
269
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`_ もあります。"
274
270
275
271
#: /home/travis/build/python/cpython-doc-catalog/Doc/howto/pyporting.rst:128
276
272
msgid "Update your code"
@@ -595,14 +591,11 @@ msgstr ""
595
591
596
592
#: /home/travis/build/python/cpython-doc-catalog/Doc/howto/pyporting.rst:305
597
593
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 "
599
595
"available in Python's standard library since Python 3.3 and available for "
600
596
"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::"
602
598
msgstr ""
603
- "importlib_ の機能にアクセスする必要があるとしましょう。\n"
604
- "これは Python 3.3 から使える Python の標準ライブラリで、その機能は Python 2 では PyPI にある importlib2_ から使えます。\n"
605
- "例えば ``importlib.abc`` モジュールにアクセスするコードを書くのに、次のように書きたくなることがあるでしょう::"
606
599
607
600
#: /home/travis/build/python/cpython-doc-catalog/Doc/howto/pyporting.rst:317
608
601
msgid ""
0 commit comments