@@ -12,16 +12,16 @@ msgstr ""
1212"Project-Id-Version: Python Packaging User Guide\n"
1313"Report-Msgid-Bugs-To: \n"
1414"POT-Creation-Date: 2025-06-19 01:36+0000\n"
15- "PO-Revision-Date: 2025-06-15 05:04 +0000\n"
15+ "PO-Revision-Date: 2025-07-07 11:02 +0000\n"
1616"Last-Translator: moto kawasaki <
[email protected] >\n"
17- "Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/packaging- "
18- "python-org/ja/>\n"
17+ "Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/"
18+ "packaging- python-org/ja/>\n"
1919"Language: ja\n"
2020"MIME-Version: 1.0\n"
2121"Content-Type: text/plain; charset=UTF-8\n"
2222"Content-Transfer-Encoding: 8bit\n"
2323"Plural-Forms: nplurals=1; plural=0;\n"
24- "X-Generator: Weblate 5.12 -dev\n"
24+ "X-Generator: Weblate 5.13 -dev\n"
2525
2626#: ../source/contribute.rst:5
2727msgid "Contribute to this guide"
@@ -6143,12 +6143,15 @@ msgid ""
61436143"a certain hack could be placed in this file; read more at :ref:`running-cli-"
61446144"from-source-src-layout`."
61456145msgstr ""
6146+ "例えば ``python src/greetings`` のように、:term:`ソースコードツリー <Project "
6147+ "Source Tree>` "
6148+ "から直接にコマンドラインインタフェースを呼び出すことができるようにするために"
6149+ "は、このファイルの中にそれなりのハックが置かれていることでしょう; "
6150+ "もっと読みたければ :ref:`running-cli-from-source-src-layout` をどうぞ。"
61466151
61476152#: ../source/guides/creating-command-line-tools.rst:117
6148- #, fuzzy
6149- #| msgid "pyproject.toml"
61506153msgid "``pyproject.toml``"
6151- msgstr "pyproject.toml"
6154+ msgstr "`` pyproject.toml`` "
61526155
61536156#: ../source/guides/creating-command-line-tools.rst:119
61546157msgid ""
@@ -6158,6 +6161,12 @@ msgid ""
61586161"`writing-pyproject-toml`, adding a dependency on ``typer`` (this tutorial "
61596162"uses version *0.12.3*)."
61606163msgstr ""
6164+ "プロジェクトの :term:`メタデータ <Pyproject Metadata>` は "
6165+ ":term:`pyproject.toml` の中にあります。 ``typer`` ("
6166+ "このチュートリアルではバージョン *0.1.2.3* を使います) "
6167+ "への依存を追加しながら、 :ref:`writing-pyproject-toml` "
6168+ "に記述されているように :term:`pyproject メタデータキー <Pyproject Metadata "
6169+ "Key>` や ``[build-system]`` テーブルに値が埋め込まれます。"
61616170
61626171#: ../source/guides/creating-command-line-tools.rst:122
61636172msgid ""
@@ -6166,30 +6175,38 @@ msgid ""
61666175"`console_scripts`) needs to be added as a :term:`subkey <Pyproject Metadata "
61676176"Subkey>`:"
61686177msgstr ""
6178+ "コマンドラインツールとして認識されるプロジェクト向けには、さらに "
6179+ "``console_scripts`` :ref:`エントリポイント <entry-point>` "
6180+ "(:ref:`console_scripts`をご覧ください) が :term:`サブキー <Pyproject "
6181+ "Metadata Subkey>` として追加されている必要があります:"
61696182
61706183#: ../source/guides/creating-command-line-tools.rst:129
61716184msgid ""
61726185"Now, the project's source tree is ready to be transformed into a :term:"
61736186"`distribution package <Distribution Package>`, which makes it installable."
61746187msgstr ""
6188+ "これで、プロジェクトのソースコードツリーが、インストールすることができる "
6189+ ":term:`配布パッケージ <Distribution Package>` "
6190+ "へと変換される準備ができました。"
61756191
61766192#: ../source/guides/creating-command-line-tools.rst:134
6177- #, fuzzy
6178- #| msgid "Install packages using pip"
61796193msgid "Installing the package with ``pipx``"
6180- msgstr "pip を使ってパッケージをインストールする"
6194+ msgstr "``pipx`` を使ってパッケージをインストールする"
61816195
61826196#: ../source/guides/creating-command-line-tools.rst:136
61836197msgid ""
61846198"After installing ``pipx`` as described in :ref:`installing-stand-alone-"
61856199"command-line-tools`, install your project:"
61866200msgstr ""
6201+ ":ref:`installing-stand-alone-command-line-tools` に記述されているように "
6202+ "``pipx`` をインストールした後に、プロジェクトをインストールしましょう:"
61876203
61886204#: ../source/guides/creating-command-line-tools.rst:143
61896205msgid ""
61906206"This will expose the executable script we defined as an entry point and make "
61916207"the command ``greet`` available. Let's test it:"
6192- msgstr ""
6208+ msgstr "これによって、エントリポイントとして定義した実行可能なスクリプトを露出し、"
6209+ "コマンド ``greet`` を利用可能にします。試してみましょう:"
61936210
61946211#: ../source/guides/creating-command-line-tools.rst:155
61956212msgid ""
0 commit comments