Skip to content

Commit 80a3b37

Browse files
motokweblate
authored andcommitted
Translated using Weblate (Japanese)
Currently translated at 99.8% (4454 of 4461 strings) Co-authored-by: moto kawasaki <moto@kawasaki3.org> Translate-URL: https://hosted.weblate.org/projects/pypa/packaging-python-org/ja/ Translation: pypa/packaging.python.org
1 parent 4494f9f commit 80a3b37

1 file changed

Lines changed: 19 additions & 50 deletions

File tree

locales/ja/LC_MESSAGES/messages.po

Lines changed: 19 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgstr ""
1313
"Project-Id-Version: Python Packaging User Guide\n"
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2026-04-20 19:36+0000\n"
16-
"PO-Revision-Date: 2026-04-17 11:08+0000\n"
16+
"PO-Revision-Date: 2026-04-21 14:37+0000\n"
1717
"Last-Translator: moto kawasaki <moto@kawasaki3.org>\n"
1818
"Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/packaging-"
1919
"python-org/ja/>\n"
@@ -11898,6 +11898,8 @@ msgid ""
1189811898
"`GitHub Actions <https://docs.github.com/en/actions>`_ provides Windows, "
1189911899
"Linux and a macOS environments."
1190011900
msgstr ""
11901+
"`GitHub Actions <https://docs.github.com/en/actions>`_ は、Windows ・ Linux "
11902+
"・ macOS の環境を提供します。"
1190111903

1190211904
#: ../source/guides/supporting-multiple-python-versions.rst:67
1190311905
msgid ""
@@ -11908,20 +11910,14 @@ msgstr ""
1190811910
"2012) を提供します。"
1190911911

1191011912
#: ../source/guides/supporting-multiple-python-versions.rst:78
11911-
#, fuzzy
11912-
#| msgid ""
11913-
#| "Both `Travis CI`_ and Appveyor_ require a `YAML <https://yaml.org>`_-"
11914-
#| "formatted file as specification for the instructions for testing. If any "
11915-
#| "tests fail, the output log for that specific configuration can be "
11916-
#| "inspected."
1191711913
msgid ""
1191811914
"Both `GitHub Actions`_ and Appveyor_ require a `YAML <https://yaml.org>`_-"
1191911915
"formatted file as specification for the instructions for testing. If any "
1192011916
"tests fail, the output log for that specific configuration can be inspected."
1192111917
msgstr ""
11922-
"`Travis CI`_ も Appveyor_ も、 `YAML <https://yaml.org>`_ 形式のテスト仕様書"
11923-
"を必要とします。いずれかのテストが失敗したら、そのテスト指示設定に関するログ"
11924-
"出力を調査することができます。"
11918+
"`GitHub Actions`_ も Appveyor_ も、 `YAML <https://yaml.org>`_ 形式のテスト仕"
11919+
"様書を必要とします。いずれかのテストが失敗したら、そのテスト指示設定に関する"
11920+
"ログ出力を調査することができます。"
1192511921

1192611922
#: ../source/guides/supporting-multiple-python-versions.rst:83
1192711923
msgid ""
@@ -12105,18 +12101,12 @@ msgstr ""
1210512101
"設定は簡単にできます。"
1210612102

1210712103
#: ../source/guides/supporting-windows-using-appveyor.rst:42
12108-
#, fuzzy
12109-
#| msgid ""
12110-
#| "Once you have set up your Appveyor account and added your project, "
12111-
#| "Appveyor will automatically build your project each time a commit occurs. "
12112-
#| "This behaviour will be familiar to users of Travis."
1211312104
msgid ""
1211412105
"Once you have set up your Appveyor account and added your project, Appveyor "
1211512106
"will automatically build your project each time a commit occurs."
1211612107
msgstr ""
1211712108
"Appveyor のアカウントの設定とプロジェクトの追加が終われば、コミットが発生する"
12118-
"たびに Appveyor が自動的にプロジェクトをビルドするようになります。Travis の"
12119-
"ユーザはこのような動作に慣れていることでしょう。"
12109+
"たびに Appveyor が自動的にプロジェクトをビルドするようになります。"
1212012110

1212112111
#: ../source/guides/supporting-windows-using-appveyor.rst:46
1212212112
msgid "Adding Appveyor support to your project"
@@ -12414,15 +12404,6 @@ msgstr ""
1241412404
"フォルトで実行します。"
1241512405

1241612406
#: ../source/guides/supporting-windows-using-appveyor.rst:173
12417-
#, fuzzy
12418-
#| msgid ""
12419-
#| "When used interactively, ``tox`` allows you to run your tests against "
12420-
#| "multiple environments (often, this means multiple Python versions). This "
12421-
#| "feature is not as useful in a CI environment like Travis or Appveyor, "
12422-
#| "where all tests are run in isolated environments for each configuration. "
12423-
#| "As a result, projects often supply an argument ``-e ENVNAME`` to ``tox`` "
12424-
#| "to specify which environment to use (there are default environments for "
12425-
#| "most versions of Python)."
1242612407
msgid ""
1242712408
"When used interactively, ``tox`` allows you to run your tests against "
1242812409
"multiple environments (often, this means multiple Python versions). This "
@@ -12434,10 +12415,10 @@ msgid ""
1243412415
msgstr ""
1243512416
"``tox`` を対話的に使うと、複数の環境 (これはしばしば複数のバージョンの "
1243612417
"Python を意味します) でテストを実行することができます。設定ごとに独立した環境"
12437-
"ですべてのテストを実行する Travis や Appveyor のような CI 環境で見られるほど"
12438-
"には、この機能は有用ではありません。結果として、しばしばプロジェクト側から "
12439-
"``-e ENVNAME`` 引数を ``tox`` に与えてどの環境を使うべきか (ほとんどのバー"
12440-
"ジョンの Python に対応したデフォルトの環境群があります) を指定します。"
12418+
"ですべてのテストを実行する Appveyor のような CI 環境で見られるほどには、この"
12419+
"機能は有用ではありません。結果として、しばしばプロジェクト側から ``-e "
12420+
"ENVNAME`` 引数を ``tox`` に与えてどの環境を使うべきか (ほとんどのバージョン"
12421+
" Python に対応したデフォルトの環境群があります) を指定します。"
1244112422

1244212423
#: ../source/guides/supporting-windows-using-appveyor.rst:180
1244312424
msgid ""
@@ -23608,16 +23589,12 @@ msgstr ""
2360823589
"ファイルシステム上のエンティティに対して合致する文字列でなければなりません。"
2360923590

2361023591
#: ../source/specifications/glob-patterns.rst:18
23611-
#, fuzzy
23612-
#| msgid ""
23613-
#| "Alphanumeric characters, underscores (``_``), hyphens (``-``) and dots "
23614-
#| "(``.``) MUST be matched verbatim."
2361523592
msgid ""
2361623593
"Alphanumeric characters, spaces (`` ``), underscores (``_``), hyphens (``-"
2361723594
"``), and dots (``.``) MUST be matched verbatim."
2361823595
msgstr ""
23619-
"英数字、アンダースコア (``_``) 、ハイフン (``-``) およびドット (``.``) は、文"
23620-
"字通りにマッチされなければなりません。"
23596+
"英数字、空白文字 (`` ``)、アンダースコア (``_``) 、ハイフン (``-``) および"
23597+
"ドット (``.``) は、文字通りにマッチされなければなりません。"
2362123598

2362223599
#: ../source/specifications/glob-patterns.rst:21
2362323600
msgid ""
@@ -23719,11 +23696,11 @@ msgstr "下に示すソースコードは、単純な参照実装としてのも
2371923696

2372023697
#: ../source/specifications/glob-patterns.rst:120
2372123698
msgid "January 2025: Initial version"
23722-
msgstr ""
23699+
msgstr "2025年1月: 最初のバージョン"
2372323700

2372423701
#: ../source/specifications/glob-patterns.rst:121
2372523702
msgid "March 2026: Treat spaces as a verbatim character"
23726-
msgstr ""
23703+
msgstr "2026年3月: 空白文字を言葉通りの文字として取り扱う"
2372723704

2372823705
#: ../source/specifications/index.rst:4
2372923706
msgid "PyPA specifications"
@@ -26682,32 +26659,24 @@ msgid "``packages.archive.url``"
2668226659
msgstr "``packages.archive.url``"
2668326660

2668426661
#: ../source/specifications/pylock-toml.rst:453
26685-
#, fuzzy
26686-
#| msgid "**Required?**: if :ref:`pylock-packages-vcs-path` is not specified"
2668726662
msgid "**Required?**: if :ref:`pylock-packages-archive-path` is not specified"
26688-
msgstr "**必須?**: もし :ref:`pylock-packages-vcs-path` が指定されていなければ"
26663+
msgstr "**必須?** : もし :ref:`pylock-packages-archive-path` が指定されていなければ"
2668926664

2669026665
#: ../source/specifications/pylock-toml.rst:455
26691-
#, fuzzy
26692-
#| msgid "The URL_ to the source tree."
2669326666
msgid "The URL_ to the archive."
26694-
msgstr "ソースコードツリーへの URL_ 。"
26667+
msgstr "アーカイブへの URL_ 。"
2669526668

2669626669
#: ../source/specifications/pylock-toml.rst:461
2669726670
msgid "``packages.archive.path``"
2669826671
msgstr "``packages.archive.path``"
2669926672

2670026673
#: ../source/specifications/pylock-toml.rst:464
26701-
#, fuzzy
26702-
#| msgid "**Required?**: if :ref:`pylock-packages-vcs-url` is not specified"
2670326674
msgid "**Required?**: if :ref:`pylock-packages-archive-url` is not specified"
26704-
msgstr "**必須?**: もし :ref:`pylock-packages-vcs-url` が指定されていなければ"
26675+
msgstr "**必須?** : もし :ref:`pylock-packages-archive-url` が指定されていなければ"
2670526676

2670626677
#: ../source/specifications/pylock-toml.rst:466
26707-
#, fuzzy
26708-
#| msgid "The size of the archive file."
2670926678
msgid "The path to the archive."
26710-
msgstr "アーカイブファイルのサイズ。"
26679+
msgstr "アーカイブへのパス。"
2671126680

2671226681
#: ../source/specifications/pylock-toml.rst:470
2671326682
#, fuzzy

0 commit comments

Comments
 (0)