|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.7\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2018-06-30 05:56+0900\n" |
| 11 | +"POT-Creation-Date: 2018-10-11 09:24+0900\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: Shun Sakurai, 2017\n" |
14 | 14 | "Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n" |
@@ -528,13 +528,9 @@ msgid "" |
528 | 528 | " application. Running ``py`` follows the same version selection rules as " |
529 | 529 | "implicitly launching scripts, but a more specific version can be selected by" |
530 | 530 | " passing appropriate arguments (such as ``-3`` to request Python 3 when " |
531 | | -"Python 2 is also installed, or ``-2.6`` to specifclly request an earlier " |
| 531 | +"Python 2 is also installed, or ``-2.6`` to specifically request an earlier " |
532 | 532 | "Python version when a more recent version is installed)." |
533 | 533 | msgstr "" |
534 | | -"ランチャは明示的にコマンドラインから ``py`` アプリケーションとして使うことも出来ます。 ``py`` " |
535 | | -"の実行は暗黙にスクリプトを起動するバージョン選択のルールに従いますが、与えるコマンドライン引数により狙ったバージョンを選択出来ます (たとえば " |
536 | | -"``-3`` は Python 2 もインストールされている際に Python 3 を要求し、 ``-2.6`` " |
537 | | -"はもっと新しいバージョンがインストールされている場合に特定の古いバージョンを要求します)。" |
538 | 534 |
|
539 | 535 | #: ../../whatsnew/3.3.rst:309 |
540 | 536 | msgid "" |
@@ -4516,15 +4512,9 @@ msgid "" |
4516 | 4512 | "finder, you will need to remove keys paired with values of ``None`` **and** " |
4517 | 4513 | ":class:`imp.NullImporter` to be backwards-compatible. This will lead to " |
4518 | 4514 | "extra overhead on older versions of Python that re-insert ``None`` into " |
4519 | | -":attr:`sys.path_importer_cache` where it repesents the use of implicit " |
| 4515 | +":attr:`sys.path_importer_cache` where it represents the use of implicit " |
4520 | 4516 | "finders, but semantically it should not change anything." |
4521 | 4517 | msgstr "" |
4522 | | -"ファインダが見つからない場合に :attr:`sys.path_importer_cache` に ``None`` " |
4523 | | -"が挿入されるようになったので、ファインダを持たないパスの辞書エントリをクリアするには、後方互換性を保つためには " |
4524 | | -":class:`imp.NullImporter` を値に持つエントリと ``None`` を値に持つエントリ **の両方を** " |
4525 | | -"削除する必要があります。古い Python バージョンと比較して、暗黙のファインダを使うことを示すのに " |
4526 | | -":attr:`sys.path_importer_cache` に ``None`` " |
4527 | | -"を再挿入するという追加のオーバヘッドが必要となりますが、意味的には何の変更もないはずです。" |
4528 | 4518 |
|
4529 | 4519 | #: ../../whatsnew/3.3.rst:2392 |
4530 | 4520 | msgid "" |
|
0 commit comments