Skip to content

Commit 687d896

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent f0298a2 commit 687d896

File tree

1 file changed

+51
-12
lines changed

1 file changed

+51
-12
lines changed

library/venv.po

Lines changed: 51 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Takanori Suzuki <takanori@takanory.net>, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-12-27 14:13+0000\n"
15+
"POT-Creation-Date: 2026-01-11 14:14+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2026\n"
1718
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
@@ -124,7 +125,7 @@ msgstr ""
124125

125126
#: ../../library/venv.rst:70
126127
msgid "python -m venv /path/to/new/virtual/environment"
127-
msgstr ""
128+
msgstr "python -m venv /path/to/new/virtual/environment"
128129

129130
#: ../../library/venv.rst:74
130131
msgid ""
@@ -151,11 +152,11 @@ msgstr ""
151152

152153
#: ../../library/venv.rst:93
153154
msgid "On Windows, invoke the ``venv`` command as follows:"
154-
msgstr ""
155+
msgstr "Windows では、 ``venv`` コマンドは次のように実行します:"
155156

156157
#: ../../library/venv.rst:95
157158
msgid "PS> python -m venv C:\\path\\to\\new\\virtual\\environment"
158-
msgstr ""
159+
msgstr "PS> python -m venv C:\\path\\to\\new\\virtual\\environment"
159160

160161
#: ../../library/venv.rst:99
161162
msgid "The command, if run with ``-h``, will show the available options::"
@@ -234,6 +235,8 @@ msgid ""
234235
"Installs pip by default, added the ``--without-pip`` and ``--copies`` "
235236
"options."
236237
msgstr ""
238+
"デフォルトで pip をインストールします。``--without-pip`` と ``--copies`` オプ"
239+
"ションを追加しました。"
237240

238241
#: ../../library/venv.rst:159
239242
msgid ""
@@ -249,14 +252,16 @@ msgid ""
249252
"Add ``--upgrade-deps`` option to upgrade pip + setuptools to the latest on "
250253
"PyPI."
251254
msgstr ""
255+
"pip と setuptools を PyPI での最新版に更新するには、``--upgrade-deps`` オプ"
256+
"ションを追加してください。"
252257

253258
#: ../../library/venv.rst:168
254259
msgid "``setuptools`` is no longer a core venv dependency."
255260
msgstr ""
256261

257262
#: ../../library/venv.rst:172
258263
msgid "Added the ``--without-scm-ignore-files`` option."
259-
msgstr ""
264+
msgstr "``--without-scm-ignore-files`` オプションが追加されました。"
260265

261266
#: ../../library/venv.rst:173
262267
msgid "``venv`` now creates a :file:`.gitignore` file for Git by default."
@@ -304,6 +309,9 @@ msgid ""
304309
"packages`` key, set to ``true`` if ``venv`` is run with the ``--system-site-"
305310
"packages`` option, ``false`` otherwise."
306311
msgstr ""
312+
"作成された :file:`pyvenv.cfg` ファイルには、``include-system-site-packages`` "
313+
"キーも含まれます。これは ``venv`` が ``--system-site-packages`` オプションを"
314+
"つけて実行されたなら ``true`` で、そうでなければ ``false`` です。"
307315

308316
#: ../../library/venv.rst:198
309317
msgid ""
@@ -394,7 +402,7 @@ msgstr ":samp:`$ source {<venv>}/bin/activate.csh`"
394402

395403
#: ../../library/venv.rst:237
396404
msgid "pwsh"
397-
msgstr ""
405+
msgstr "pwsh"
398406

399407
#: ../../library/venv.rst:237
400408
msgid ":samp:`$ {<venv>}/bin/Activate.ps1`"
@@ -455,6 +463,14 @@ msgid ""
455463
"window should run it with the correct interpreter without the environment "
456464
"needing to be activated or on the :envvar:`PATH`."
457465
msgstr ""
466+
"これを達成するため、仮想環境にインストールされたスクリプトは、仮想環境の "
467+
"Python インタープリターを指し示す \"shebang\" の行 :samp:`#!/{<path-to-"
468+
"venv>}/bin/python` を含みます。つまり、:envvar:`PATH` の値に関係なくそのスク"
469+
"リプトはそのインタープリターを使って実行されます。Windows では、\"shebang\" "
470+
"の行の処理は :ref:`launcher` がインストールされていれば可能です。したがって、"
471+
"Windows のエクスプローラのウィンドウで、インストールされたスクリプトをダブル"
472+
"クリックすると、仮想環境をアクティベートしたり :envvar:`PATH` を編集したりし"
473+
"なくても、正しいインタープリターでスクリプトが実行されるはずです。"
458474

459475
#: ../../library/venv.rst:266
460476
msgid ""
@@ -535,32 +551,43 @@ msgid ""
535551
"*system_site_packages* -- a boolean value indicating that the system Python "
536552
"site-packages should be available to the environment (defaults to ``False``)."
537553
msgstr ""
554+
"*system_site_packages* -- 真偽値で、システムの Python の site-packages を仮想"
555+
"環境から利用できるかどうかを示します (デフォルト: ``False``)。"
538556

539557
#: ../../library/venv.rst:313
540558
msgid ""
541559
"*clear* -- a boolean value which, if true, will delete the contents of any "
542560
"existing target directory, before creating the environment."
543561
msgstr ""
562+
"*clear* -- 真偽値で、真の場合環境を作成する前に既存の対象ディレクトリの中身を"
563+
"削除します。"
544564

545565
#: ../../library/venv.rst:316
546566
msgid ""
547567
"*symlinks* -- a boolean value indicating whether to attempt to symlink the "
548568
"Python binary rather than copying."
549569
msgstr ""
570+
"*symlinks* -- 真偽値で、Python のバイナリをコピーせずにシンボリックの作成を試"
571+
"みるかどうかを示します。"
550572

551573
#: ../../library/venv.rst:319
552574
msgid ""
553575
"*upgrade* -- a boolean value which, if true, will upgrade an existing "
554576
"environment with the running Python - for use when that Python has been "
555577
"upgraded in-place (defaults to ``False``)."
556578
msgstr ""
579+
"*upgrade* -- 真偽値で、真の場合実行中の Python で既存の環境をアップグレードし"
580+
"ます。その Python がインプレースでアップグレードされたときに用います。デフォ"
581+
"ルトは ``False`` です。"
557582

558583
#: ../../library/venv.rst:323
559584
msgid ""
560585
"*with_pip* -- a boolean value which, if true, ensures pip is installed in "
561586
"the virtual environment. This uses :mod:`ensurepip` with the ``--default-"
562587
"pip`` option."
563588
msgstr ""
589+
"*with_pip* -- 真偽値で、真の場合仮想環境に pip がインストールされていることを"
590+
"保証します。``--default-pip`` オプションで :mod:`ensurepip` を使用します。"
564591

565592
#: ../../library/venv.rst:327
566593
msgid ""
@@ -569,10 +596,16 @@ msgid ""
569596
"used). If the special string ``\".\"`` is provided, the basename of the "
570597
"current directory is used as the prompt."
571598
msgstr ""
599+
"*prompt* -- 仮想環境がアクティベートされたときに使う文字列(デフォルトは "
600+
"``None`` のため、仮想環境のディレクトリ名が使われます)。もし特殊な文字列 "
601+
"``\".\"`` が渡された場合、カレントディレクトリのベース名がプロンプトとして用"
602+
"いられます。"
572603

573604
#: ../../library/venv.rst:332
574605
msgid "*upgrade_deps* -- Update the base venv modules to the latest on PyPI"
575606
msgstr ""
607+
"*upgrade_deps* -- venv のベースのモジュールを PyPI での最新版にアップデートし"
608+
"ます。"
576609

577610
#: ../../library/venv.rst:334
578611
msgid ""
@@ -596,7 +629,7 @@ msgstr "``upgrade_deps`` 引数が追加されました。"
596629

597630
#: ../../library/venv.rst:349
598631
msgid "Added the ``scm_ignore_files`` parameter"
599-
msgstr ""
632+
msgstr "``scm_ignore_files`` 引数が追加されました。"
600633

601634
#: ../../library/venv.rst:352
602635
msgid ":class:`EnvBuilder` may be used as a base class."
@@ -791,6 +824,8 @@ msgid ""
791824
"environment. This is done by shelling out to the ``pip`` executable in the "
792825
"environment."
793826
msgstr ""
827+
"仮想環境の中の venv のコア依存関係パッケージ(現在は ``pip``)をアップグレー"
828+
"ドします。これは仮想環境の中の ``pip`` 実行可能ファイルによって行われます。"
794829

795830
#: ../../library/venv.rst:459
796831
msgid ":pypi:`setuptools` is no longer a core venv dependency."
@@ -821,6 +856,10 @@ msgid ""
821856
"directory corresponding to :data:`os.name` are copied after some text "
822857
"replacement of placeholders:"
823858
msgstr ""
859+
"*path* は ``common``, ``posix``, ``nt`` ディレクトリを格納したディレクトリへ"
860+
"のパスです。各サブディレクトリには仮想環境の ``bin`` ディレクトリにインストー"
861+
"ルするスクリプトを格納します。 ``common`` の中身と、 :data:`os.name` に一致す"
862+
"るディレクトリの中身を、以下の置換処理を行いながらコピーします:"
824863

825864
#: ../../library/venv.rst:479
826865
msgid ""
@@ -908,19 +947,19 @@ msgstr ""
908947

909948
#: ../../library/venv.rst:525
910949
msgid "Added the *with_pip* parameter"
911-
msgstr ""
950+
msgstr "*with_pip* 引数が追加されました。"
912951

913952
#: ../../library/venv.rst:528
914953
msgid "Added the *prompt* parameter"
915-
msgstr ""
954+
msgstr "*prompt* 引数が追加されました。"
916955

917956
#: ../../library/venv.rst:531
918957
msgid "Added the *upgrade_deps* parameter"
919-
msgstr ""
958+
msgstr "*upgrade_deps* 引数が追加されました。"
920959

921960
#: ../../library/venv.rst:534
922961
msgid "Added the *scm_ignore_files* parameter"
923-
msgstr ""
962+
msgstr "*scm_ignore_files* 引数が追加されました。"
924963

925964
#: ../../library/venv.rst:538
926965
msgid "An example of extending ``EnvBuilder``"

0 commit comments

Comments
 (0)