@@ -12,10 +12,10 @@ msgstr ""
12
12
"Project-Id-Version: Python Packaging User Guide\n"
13
13
"Report-Msgid-Bugs-To: \n"
14
14
"POT-Creation-Date: 2025-08-21 21:35+0000\n"
15
- "PO-Revision-Date: 2025-08-21 21:35 +0000\n"
15
+ "PO-Revision-Date: 2025-08-22 23:02 +0000\n"
16
16
"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"
19
19
"Language: ja\n"
20
20
"MIME-Version: 1.0\n"
21
21
"Content-Type: text/plain; charset=UTF-8\n"
@@ -12794,44 +12794,41 @@ msgid "Uploading to PyPI"
12794
12794
msgstr "PyPIにアップロードする"
12795
12795
12796
12796
#: ../source/guides/tool-recommendations.rst:142
12797
- #, fuzzy
12798
- #| msgid ""
12799
- #| "For projects hosted on GitHub, it is recommended to use the :ref:`trusted "
12800
- #| "publishing <trusted-publishing>`, which allows the package to be securely "
12801
- #| "uploaded to PyPI from a GitHub Actions job. (This is not yet supported on "
12802
- #| "software forges other than GitHub.)"
12803
12797
msgid ""
12804
12798
"For projects hosted on or published via supported CI/CD platforms, it is "
12805
12799
"recommended to use the :ref:`Trusted Publishing <trusted-publishing>`, which "
12806
12800
"allows the package to be securely uploaded to PyPI from a CI/CD workflow "
12807
12801
"without a manually configured API token."
12808
12802
msgstr ""
12809
- "GitHubにホストされているプロジェクト向けには、GitHub Actions のジョブからパッ"
12810
- "ケージを安全に PyPIへアップロードすることができる :ref:`信頼ある出版 "
12811
- "<trusted-publishing>` を使うことを推奨します。(これは、GitHub 以外のソフトウ"
12812
- "エア集積所ではまだサポートされていません。)"
12803
+ "サポート対象の CI/CD "
12804
+ "プラットフォームにホストされている、もしくは、そこから公開されているプロジェ"
12805
+ "クトに関しては、手動で設定された API トークンなしで CI/CD ワークフローから "
12806
+ "PyPI へとパッケージを安全にアップロードすることができる :ref:`Trusted "
12807
+ "Publishing <trusted-publishing>` を使うことが推奨されています。"
12813
12808
12814
12809
#: ../source/guides/tool-recommendations.rst:147
12815
12810
msgid ""
12816
12811
"As of November 2024, PyPI supports the following platforms as Trusted "
12817
12812
"Publishing providers:"
12818
12813
msgstr ""
12814
+ "2024 年 11 月の時点では、 PyPI は以下のプラットフォームを 信頼ある公開 "
12815
+ "<Trusted Publishing> プロバイダとしてサポートしています:"
12819
12816
12820
12817
#: ../source/guides/tool-recommendations.rst:150
12821
12818
msgid "GitHub Actions (on ``https://github.com``)"
12822
- msgstr ""
12819
+ msgstr "(``https://github.com`` における) GitHub Actions "
12823
12820
12824
12821
#: ../source/guides/tool-recommendations.rst:151
12825
12822
msgid "GitLab CI/CD (on ``https://gitlab.com``)"
12826
- msgstr ""
12823
+ msgstr "(``https://gitlab.com`` における) GitLab CI/CD "
12827
12824
12828
12825
#: ../source/guides/tool-recommendations.rst:152
12829
12826
msgid "ActiveState"
12830
- msgstr ""
12827
+ msgstr "ActiveState "
12831
12828
12832
12829
#: ../source/guides/tool-recommendations.rst:153
12833
12830
msgid "Google Cloud"
12834
- msgstr ""
12831
+ msgstr "Google Cloud "
12835
12832
12836
12833
#: ../source/guides/tool-recommendations.rst:155
12837
12834
msgid ""
@@ -13057,12 +13054,19 @@ msgid ""
13057
13054
"The ``[build-system]`` table should always be present, regardless of which "
13058
13055
"build backend you use (``[build-system]`` *defines* the build tool you use)."
13059
13056
msgstr ""
13057
+ "``[build-system]`` テーブルは、 (``[build-system]`` "
13058
+ "に書くことで使用するビルドツールを *定義する* ので) "
13059
+ "どんなビルドバックエンドを使っているかにかかわらず、常に存在しているべきです"
13060
+ "。"
13060
13061
13061
13062
#: ../source/guides/writing-pyproject-toml.rst:29
13062
13063
msgid ""
13063
13064
"On the other hand, the ``[project]`` table is understood by *most* build "
13064
13065
"backends, but some build backends use a different format."
13065
13066
msgstr ""
13067
+ "他方で、 ``[project]`` テーブルは、 *ほとんどの* "
13068
+ "ビルドバックエンドで理解されますが、いくつかのビルドバックエンドは異なる書式"
13069
+ "を使います。"
13066
13070
13067
13071
#: ../source/guides/writing-pyproject-toml.rst:32
13068
13072
msgid ""
0 commit comments