@@ -69,6 +69,11 @@ msgid ""
69
69
"that Python |version| supports Windows 8.1 and newer. If you require Windows "
70
70
"7 support, please install Python 3.8."
71
71
msgstr ""
72
+ ":pep:`11` で明記しているとおり Python のリリースは、Microsoft が延長サポート"
73
+ "期間であるとしている Windows プラットフォームのみをサポートします。\n"
74
+ "つまり Python |version| は Windows 8.1 とそれより新しい Windows をサポートす"
75
+ "るということです。\n"
76
+ "Windows 7 サポートが必要な場合は、Python 3.8 をインストールしてください。"
72
77
73
78
#: ../../using/windows.rst:29
74
79
msgid ""
@@ -261,6 +266,11 @@ msgid ""
261
266
"``1`` in the registry key "
262
267
"``HKEY_LOCAL_MACHINE\\ SYSTEM\\ CurrentControlSet\\ Control\\ FileSystem``."
263
268
msgstr ""
269
+ "Windows の最新版では、この制限は約 32,000 文字まで拡張できます。\n"
270
+ "管理者が、グループポリシーの \" Win32 の長いパスを有効にする (Enable Win32 "
271
+ "long paths)\" を有効にするか、レジストリキー "
272
+ "``HKEY_LOCAL_MACHINE\\ SYSTEM\\ CurrentControlSet\\ Control\\ FileSystem`` の "
273
+ "``LongPathsEnabled`` の値を ``1`` に設定する必要があります。"
264
274
265
275
#: ../../using/windows.rst:110
266
276
msgid ""
@@ -646,6 +656,11 @@ msgid ""
646
656
"name of your installer, and to create layouts in their own directories to "
647
657
"avoid collisions between files with the same name."
648
658
msgstr ""
659
+ "コマンドプロンプトから以下のコマンドを実行して、必要なファイルをできる限り全"
660
+ "てダウンロードします。\n"
661
+ "``python-3.9.0.exe`` 部分は実際のインストーラの名前に置き換え、同名のファイル"
662
+ "どうしの衝突が起こらないように、個別のディレクトリ内に配置構成を作るのを忘れ"
663
+ "ないようにしてください。"
649
664
650
665
#: ../../using/windows.rst:266
651
666
msgid ""
@@ -1340,7 +1355,7 @@ msgstr ""
1340
1355
1341
1356
#: ../../using/windows.rst:611
1342
1357
msgid "UTF-8 mode"
1343
- msgstr ""
1358
+ msgstr "UTF-8 モード "
1344
1359
1345
1360
#: ../../using/windows.rst:615
1346
1361
msgid ""
@@ -1770,6 +1785,12 @@ msgid ""
1770
1785
"specify if a 32 or 64 bit implementation shall be requested by adding "
1771
1786
"\" -32\" or \" -64\" ."
1772
1787
msgstr ""
1788
+ "どのバージョンの Python をコマンドで使用するかを定めるため、バージョン修飾子"
1789
+ "がコマンドに含められることがあります。\n"
1790
+ "バージョン修飾子はメジャーバージョン番号で始まり、オプションのピリオド ('.') "
1791
+ "とマイナーバージョン指定子がそれに続きます。\n"
1792
+ "さらに、 \" -32\" や \" -64\" を追記して 32-bit あるいは 64-bit のどちらの実装"
1793
+ "が要求されるかを指示できます。"
1773
1794
1774
1795
#: ../../using/windows.rst:865
1775
1796
msgid ""
@@ -2148,6 +2169,10 @@ msgid ""
2148
2169
"executable, explicitly call :c:func:`Py_SetPath` or (at least) :c:func:"
2149
2170
"`Py_SetProgramName` before :c:func:`Py_Initialize`."
2150
2171
msgstr ""
2172
+ ":file:`python3.dll` や :file:`python37.dll` を自身の実行ファイルからロードす"
2173
+ "るのであれば、 :c:func:`Py_Initialize` 呼び出しに先立って、 :c:func:"
2174
+ "`Py_SetPath` か (最低でも) :c:func:`Py_SetProgramName` を明示的に呼び出してく"
2175
+ "ださい。"
2151
2176
2152
2177
#: ../../using/windows.rst:1042
2153
2178
msgid ""
@@ -2176,6 +2201,11 @@ msgid ""
2176
2201
"still be susceptible to non-standard paths in the registry and user site-"
2177
2202
"packages."
2178
2203
msgstr ""
2204
+ "これらはシステムワイドにインストールされたファイルが、あなたのアプリケーショ"
2205
+ "ンにバンドルされた標準ライブラリのコピーに優先しないようにします。これをしな"
2206
+ "ければあなたのアプリケーションのユーザは、何かしら問題を抱えるかもしれませ"
2207
+ "ん。上で列挙した最初の提案が最善です。ほかのものはレジストリ内の非標準のパス"
2208
+ "やユーザの site-packages の影響を少し受けやすいからです。"
2179
2209
2180
2210
#: ../../using/windows.rst:1060
2181
2211
msgid ""
0 commit comments