|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: Python 3.6\n"
|
10 | 10 | "Report-Msgid-Bugs-To: \n"
|
11 |
| -"POT-Creation-Date: 2018-05-17 13:19+0900\n" |
| 11 | +"POT-Creation-Date: 2018-07-31 14:01+0900\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 | 13 | "Last-Translator: tomo🐧, 2018\n"
|
14 | 14 | "Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
|
@@ -367,11 +367,9 @@ msgstr "PrependPath"
|
367 | 367 |
|
368 | 368 | #: ../../using/windows.rst:149
|
369 | 369 | msgid ""
|
370 |
| -"Add install and Scripts directories tho :envvar:`PATH` and ``.PY`` to " |
| 370 | +"Add install and Scripts directories to :envvar:`PATH` and ``.PY`` to " |
371 | 371 | ":envvar:`PATHEXT`"
|
372 | 372 | msgstr ""
|
373 |
| -"環境変数 :envvar:`PATH` にインストールディレクトリとスクリプトディレクトリを、また、環境変数 :envvar:`PATHEXT` に " |
374 |
| -"``.PY`` を追加する。" |
375 | 373 |
|
376 | 374 | #: ../../using/windows.rst:153
|
377 | 375 | msgid "Shortcuts"
|
@@ -532,7 +530,7 @@ msgid ""
|
532 | 530 | "``unattend.xml`` alongside the executable. This file specifies a list of "
|
533 | 531 | "options and values. When a value is provided as an attribute, it will be "
|
534 | 532 | "converted to a number if possible. Values provided as element text are "
|
535 |
| -"always left as strings. This example file sets the same options and the " |
| 533 | +"always left as strings. This example file sets the same options as the " |
536 | 534 | "previous example:"
|
537 | 535 | msgstr ""
|
538 | 536 |
|
@@ -1196,15 +1194,11 @@ msgstr "INI ファイルによるカスタマイズ"
|
1196 | 1194 | msgid ""
|
1197 | 1195 | "Two .ini files will be searched by the launcher - ``py.ini`` in the current "
|
1198 | 1196 | "user's \"application data\" directory (i.e. the directory returned by "
|
1199 |
| -"calling the Windows function SHGetFolderPath with CSIDL_LOCAL_APPDATA) and " |
1200 |
| -"``py.ini`` in the same directory as the launcher. The same .ini files are " |
1201 |
| -"used for both the 'console' version of the launcher (i.e. py.exe) and for " |
1202 |
| -"the 'windows' version (i.e. pyw.exe)" |
| 1197 | +"calling the Windows function ``SHGetFolderPath`` with " |
| 1198 | +"``CSIDL_LOCAL_APPDATA``) and ``py.ini`` in the same directory as the " |
| 1199 | +"launcher. The same .ini files are used for both the 'console' version of the" |
| 1200 | +" launcher (i.e. py.exe) and for the 'windows' version (i.e. pyw.exe)" |
1203 | 1201 | msgstr ""
|
1204 |
| -"ランチャは2つの .ini ファイルを探しに行きます。具体的には、現在のユーザーの \"application data\" ディレクトリ " |
1205 |
| -"(Windows の関数 SHGetFolderPath に CSIDL_LOCAL_APPDATA を与えて呼ぶと返ってくるディレクトリ) の " |
1206 |
| -"``py.ini`` と、ランチャと同じディレクトリにある ``py.ini`` です。'コンソール' 版のランチャ (つまり py.exe) と " |
1207 |
| -"'Windows' 版のランチャ (つまり pyw.exe) は同一の .ini ファイルを使用します。" |
1208 | 1202 |
|
1209 | 1203 | #: ../../using/windows.rst:618
|
1210 | 1204 | msgid ""
|
@@ -1579,12 +1573,10 @@ msgid ""
|
1579 | 1573 | "These will ensure that the files in a system-wide installation will not take"
|
1580 | 1574 | " precedence over the copy of the standard library bundled with your "
|
1581 | 1575 | "application. Otherwise, your users may experience problems using your "
|
1582 |
| -"application. Note that the first suggestion is the best, as the other may " |
| 1576 | +"application. Note that the first suggestion is the best, as the others may " |
1583 | 1577 | "still be susceptible to non-standard paths in the registry and user site-"
|
1584 | 1578 | "packages."
|
1585 | 1579 | msgstr ""
|
1586 |
| -"これらはシステムワイドにインストールされたファイルが、あなたのアプリケーションにバンドルされた標準ライブラリのコピーに優先しないようにします。これをしなければあなたのアプリケーションのユーザは、何かしら問題を抱えるかもしれません。上で列挙した最初の提案が最善です。ほかのものはレジストリ内の非標準のパスやユーザの" |
1587 |
| -" site-packages の影響を少し受けやすいからです。" |
1588 | 1580 |
|
1589 | 1581 | #: ../../using/windows.rst:825
|
1590 | 1582 | msgid ""
|
|
0 commit comments