Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b48be87

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent 13c5b3b commit b48be87

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

library/venv.po

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ msgid ""
143143
"Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on "
144144
"PyPI"
145145
msgstr ""
146+
"pip と setuptools を PyPI での最新版に更新するには、``--upgrade-deps`` オプ"
147+
"ションを追加してください。"
146148

147149
#: ../../using/venv-create.inc:73
148150
msgid ""
@@ -525,10 +527,16 @@ msgid ""
525527
"used). If the special string ``\".\"`` is provided, the basename of the "
526528
"current directory is used as the prompt."
527529
msgstr ""
530+
"``prompt`` -- 仮想環境がアクティベートされたときに使う文字列(デフォルトは "
531+
"``None`` のため、仮想環境のディレクトリ名が使われます)。もし特殊な文字列 "
532+
"``\".\"`` が渡された場合、カレントディレクトリのベース名がプロンプトとして用"
533+
"いられます。"
528534

529535
#: ../../library/venv.rst:128
530536
msgid "``upgrade_deps`` -- Update the base venv modules to the latest on PyPI"
531537
msgstr ""
538+
"``upgrade_deps`` -- venv のベースのモジュールを PyPI での最新版にアップデート"
539+
"します。"
532540

533541
#: ../../library/venv.rst:130 ../../library/venv.rst:259
534542
msgid "Added the ``with_pip`` parameter"
@@ -630,6 +638,9 @@ msgid ""
630638
"``setuptools``) in the environment. This is done by shelling out to the "
631639
"``pip`` executable in the environment."
632640
msgstr ""
641+
"仮想環境の中の venv のコア依存関係パッケージ(現在は ``pip`` と "
642+
"``setuptools``)をアップグレードします。これは仮想環境の中の ``pip`` 実行可能"
643+
"ファイルによって行われます。"
633644

634645
#: ../../library/venv.rst:205
635646
msgid ""

0 commit comments

Comments
 (0)