File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ msgid ""
143
143
"Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on "
144
144
"PyPI"
145
145
msgstr ""
146
+ "pip と setuptools を PyPI での最新版に更新するには、``--upgrade-deps`` オプ"
147
+ "ションを追加してください。"
146
148
147
149
#: ../../using/venv-create.inc:73
148
150
msgid ""
@@ -525,10 +527,16 @@ msgid ""
525
527
"used). If the special string ``\" .\" `` is provided, the basename of the "
526
528
"current directory is used as the prompt."
527
529
msgstr ""
530
+ "``prompt`` -- 仮想環境がアクティベートされたときに使う文字列(デフォルトは "
531
+ "``None`` のため、仮想環境のディレクトリ名が使われます)。もし特殊な文字列 "
532
+ "``\" .\" `` が渡された場合、カレントディレクトリのベース名がプロンプトとして用"
533
+ "いられます。"
528
534
529
535
#: ../../library/venv.rst:128
530
536
msgid "``upgrade_deps`` -- Update the base venv modules to the latest on PyPI"
531
537
msgstr ""
538
+ "``upgrade_deps`` -- venv のベースのモジュールを PyPI での最新版にアップデート"
539
+ "します。"
532
540
533
541
#: ../../library/venv.rst:130 ../../library/venv.rst:259
534
542
msgid "Added the ``with_pip`` parameter"
@@ -630,6 +638,9 @@ msgid ""
630
638
"``setuptools``) in the environment. This is done by shelling out to the "
631
639
"``pip`` executable in the environment."
632
640
msgstr ""
641
+ "仮想環境の中の venv のコア依存関係パッケージ(現在は ``pip`` と "
642
+ "``setuptools``)をアップグレードします。これは仮想環境の中の ``pip`` 実行可能"
643
+ "ファイルによって行われます。"
633
644
634
645
#: ../../library/venv.rst:205
635
646
msgid ""
You can’t perform that action at this time.
0 commit comments