Skip to content

Commit 584f35b

Browse files
motokweblate
authored andcommitted
Translated using Weblate (Japanese)
Currently translated at 81.2% (3601 of 4431 strings) Co-authored-by: moto kawasaki <[email protected]> Translate-URL: https://hosted.weblate.org/projects/pypa/packaging-python-org/ja/ Translation: pypa/packaging.python.org
1 parent 1440c17 commit 584f35b

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

locales/ja/LC_MESSAGES/messages.po

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ msgstr ""
1212
"Project-Id-Version: Python Packaging User Guide\n"
1313
"Report-Msgid-Bugs-To: \n"
1414
"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"
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"
@@ -12794,44 +12794,41 @@ msgid "Uploading to PyPI"
1279412794
msgstr "PyPIにアップロードする"
1279512795

1279612796
#: ../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.)"
1280312797
msgid ""
1280412798
"For projects hosted on or published via supported CI/CD platforms, it is "
1280512799
"recommended to use the :ref:`Trusted Publishing <trusted-publishing>`, which "
1280612800
"allows the package to be securely uploaded to PyPI from a CI/CD workflow "
1280712801
"without a manually configured API token."
1280812802
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>` を使うことが推奨されています。"
1281312808

1281412809
#: ../source/guides/tool-recommendations.rst:147
1281512810
msgid ""
1281612811
"As of November 2024, PyPI supports the following platforms as Trusted "
1281712812
"Publishing providers:"
1281812813
msgstr ""
12814+
"2024 年 11 月の時点では、 PyPI は以下のプラットフォームを 信頼ある公開 "
12815+
"<Trusted Publishing> プロバイダとしてサポートしています:"
1281912816

1282012817
#: ../source/guides/tool-recommendations.rst:150
1282112818
msgid "GitHub Actions (on ``https://github.com``)"
12822-
msgstr ""
12819+
msgstr "(``https://github.com`` における) GitHub Actions"
1282312820

1282412821
#: ../source/guides/tool-recommendations.rst:151
1282512822
msgid "GitLab CI/CD (on ``https://gitlab.com``)"
12826-
msgstr ""
12823+
msgstr "(``https://gitlab.com`` における) GitLab CI/CD"
1282712824

1282812825
#: ../source/guides/tool-recommendations.rst:152
1282912826
msgid "ActiveState"
12830-
msgstr ""
12827+
msgstr "ActiveState"
1283112828

1283212829
#: ../source/guides/tool-recommendations.rst:153
1283312830
msgid "Google Cloud"
12834-
msgstr ""
12831+
msgstr "Google Cloud"
1283512832

1283612833
#: ../source/guides/tool-recommendations.rst:155
1283712834
msgid ""
@@ -13057,12 +13054,19 @@ msgid ""
1305713054
"The ``[build-system]`` table should always be present, regardless of which "
1305813055
"build backend you use (``[build-system]`` *defines* the build tool you use)."
1305913056
msgstr ""
13057+
"``[build-system]`` テーブルは、 (``[build-system]`` "
13058+
"に書くことで使用するビルドツールを *定義する* ので) "
13059+
"どんなビルドバックエンドを使っているかにかかわらず、常に存在しているべきです"
13060+
"。"
1306013061

1306113062
#: ../source/guides/writing-pyproject-toml.rst:29
1306213063
msgid ""
1306313064
"On the other hand, the ``[project]`` table is understood by *most* build "
1306413065
"backends, but some build backends use a different format."
1306513066
msgstr ""
13067+
"他方で、 ``[project]`` テーブルは、 *ほとんどの* "
13068+
"ビルドバックエンドで理解されますが、いくつかのビルドバックエンドは異なる書式"
13069+
"を使います。"
1306613070

1306713071
#: ../source/guides/writing-pyproject-toml.rst:32
1306813072
msgid ""

0 commit comments

Comments
 (0)