Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,159 changes: 752 additions & 407 deletions locales/ar/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,159 changes: 752 additions & 407 deletions locales/ars/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,159 changes: 752 additions & 407 deletions locales/de/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,167 changes: 760 additions & 407 deletions locales/eo/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,168 changes: 761 additions & 407 deletions locales/es/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,161 changes: 754 additions & 407 deletions locales/fa/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,159 changes: 752 additions & 407 deletions locales/fil/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,164 changes: 757 additions & 407 deletions locales/fr/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,159 changes: 752 additions & 407 deletions locales/frc/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,159 changes: 752 additions & 407 deletions locales/gl/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,159 changes: 752 additions & 407 deletions locales/gmh/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,161 changes: 754 additions & 407 deletions locales/hi/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

1,161 changes: 754 additions & 407 deletions locales/id/LC_MESSAGES/messages.po

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions locales/ja/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Project-Id-Version: Python Packaging User Guide\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-19 16:34+0000\n"
"PO-Revision-Date: 2024-10-30 00:02+0000\n"
"PO-Revision-Date: 2024-11-03 06:00+0000\n"
"Last-Translator: moto kawasaki <[email protected]>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/"
"packaging-python-org/ja/>\n"
Expand All @@ -19,7 +19,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.8.2-dev\n"
"X-Generator: Weblate 5.8.2\n"

#: ../source/contribute.rst:5
msgid "Contribute to this guide"
Expand Down Expand Up @@ -271,7 +271,7 @@
"この文書をビルドするには、以下のシェルコマンドをプロジェクトのルートディレク"
"トリで実行してください:"

#: ../source/contribute.rst:147

Check failure on line 274 in locales/ja/LC_MESSAGES/messages.po

View workflow job for this annotation

GitHub Actions / test-translation (ja)

inline literal missing (escaped) space after literal: '``./build/html``の' (missing-space-after-literal)

Check failure on line 274 in locales/ja/LC_MESSAGES/messages.po

View workflow job for this annotation

GitHub Actions / test-translation (ja)

inline literal missing (escaped) space after literal: '``index.html``を' (missing-space-after-literal)
msgid ""
"After the process has completed you can find the HTML output in the ``./"
"build/html`` directory. You can open the ``index.html`` file to view the "
Expand Down Expand Up @@ -665,7 +665,7 @@
msgid "Pynsist"
msgstr ""

#: ../source/discussions/deploying-python-applications.rst:60

Check failure on line 668 in locales/ja/LC_MESSAGES/messages.po

View workflow job for this annotation

GitHub Actions / test-translation (ja)

missing backtick before hyperlink reference: '`Pynsist <https://pypi.org/project/pynsist>`_'. (hyperlink-reference-missing-backtick)
msgid ""
"`Pynsist <https://pypi.org/project/pynsist>`__ is a tool that bundles Python "
"programs together with the Python-interpreter into a single installer based "
Expand Down Expand Up @@ -1005,7 +1005,7 @@
msgid "install_requires"
msgstr ""

#: ../source/discussions/install-requires-vs-requirements.rst:11

Check failure on line 1008 in locales/ja/LC_MESSAGES/messages.po

View workflow job for this annotation

GitHub Actions / test-translation (ja)

inline literal missing (escaped) space after literal: '``install_requires``は' (missing-space-after-literal)
msgid ""
"``install_requires`` is a :ref:`setuptools` :file:`setup.py` keyword that "
"should be used to specify what a project **minimally** needs to run "
Expand All @@ -1017,7 +1017,7 @@
"ジェクトが:ref:`pip`でインストールされた場合には、プロジェクトが依存するパッ"
"ケージをインストールするのに用いられます。"

#: ../source/discussions/install-requires-vs-requirements.rst:16

Check failure on line 1020 in locales/ja/LC_MESSAGES/messages.po

View workflow job for this annotation

GitHub Actions / test-translation (ja)

inline literal missing (escaped) space after literal: '``install_requires``は' (missing-space-after-literal)
msgid ""
"For example, if the project requires A and B, your ``install_requires`` "
"would be like so:"
Expand Down Expand Up @@ -1050,7 +1050,7 @@
"ジェクトと 'A' の v2 以降のバージョンとの間の互換性が失われるであろうという場"
"合には、 v2 を許容しないことが筋の通ったことになるでしょう。"

#: ../source/discussions/install-requires-vs-requirements.rst:49

Check failure on line 1053 in locales/ja/LC_MESSAGES/messages.po

View workflow job for this annotation

GitHub Actions / test-translation (ja)

inline literal missing (escaped) space after literal: '``install_requires``を' (missing-space-after-literal)
msgid ""
"It is not considered best practice to use ``install_requires`` to pin "
"dependencies to specific versions, or to specify sub-dependencies (i.e. "
Expand All @@ -1063,7 +1063,7 @@
"れは過剰に制限的であり、依存関係にあるものをまとめて更新することからユーザが"
"得られる利益を阻害するものと考えられています。"

#: ../source/discussions/install-requires-vs-requirements.rst:54

Check failure on line 1066 in locales/ja/LC_MESSAGES/messages.po

View workflow job for this annotation

GitHub Actions / test-translation (ja)

inline literal missing (escaped) space after literal: '``install_requires``が' (missing-space-after-literal)
msgid ""
"Lastly, it's important to understand that ``install_requires`` is a listing "
"of \"Abstract\" requirements, i.e just names and version restrictions that "
Expand Down Expand Up @@ -1091,7 +1091,7 @@
":ref:`Requirementsファイル <pip:Requirements Files>`は、一番簡単にいうなら"
"ば、:ref:`pip:pip install`の引数のリストをファイルに書いただけのものです。"

#: ../source/discussions/install-requires-vs-requirements.rst:67

Check failure on line 1094 in locales/ja/LC_MESSAGES/messages.po

View workflow job for this annotation

GitHub Actions / test-translation (ja)

inline literal missing (escaped) space after literal: '``install_requires``が' (missing-space-after-literal)
msgid ""
"Whereas ``install_requires`` defines the dependencies for a single project, :"
"ref:`Requirements Files <pip:Requirements Files>` are often used to define "
Expand All @@ -1101,7 +1101,7 @@
"ref:`Requirements Files <pip:Requirements Files>`はPython環境全体に対する要求"
"事項を定義するのにしばしば用いられます。"

#: ../source/discussions/install-requires-vs-requirements.rst:71

Check failure on line 1104 in locales/ja/LC_MESSAGES/messages.po

View workflow job for this annotation

GitHub Actions / test-translation (ja)

inline literal missing (escaped) space after literal: '``install_requires``で' (missing-space-after-literal)
msgid ""
"Whereas ``install_requires`` requirements are minimal, requirements files "
"often contain an exhaustive listing of pinned versions for the purpose of "
Expand Down Expand Up @@ -6220,7 +6220,7 @@
"多く、異なる種類のハードウェアの利点を引き出すためや外部のソフトウェアのさま"
"ざまな部分と協調動作するためのオプションが複数存在することもしばしばです。"

#: ../source/guides/installing-scientific-packages.rst:13

Check failure on line 6223 in locales/ja/LC_MESSAGES/messages.po

View workflow job for this annotation

GitHub Actions / test-translation (ja)

missing backtick before hyperlink reference: 'のほとんどのソフトウェアに基盤を提供する`NumPy <https://numpy.org/>`_'. (hyperlink-reference-missing-backtick)
msgid ""
"In particular, `NumPy <https://numpy.org/>`__, which provides the basis for "
"most of the software in the `scientific Python stack <https://scientific-"
Expand Down Expand Up @@ -25516,11 +25516,14 @@
"``0`` explicitly. This allows versions such as ``1.2.dev`` which is "
"normalized to ``1.2.dev0``."
msgstr ""
"開発リリースでは、数字部分を省略することができて、その場合には暗黙裡に ``0`` "
"であるものと見做されます。これの標準形式は、明示的に ``0`` "
"を含める形です。これによって、標準化すれば ``1.2.dev0`` となる ``1.2.dev`` "
"のようなバージョン番号を許容します。"

#: ../source/specifications/version-specifiers.rst:510
#, fuzzy
msgid "Local version segments"
msgstr "ローカルのバージョン指定子"
msgstr "ローカルのバージョン番号構成部分"

#: ../source/specifications/version-specifiers.rst:512
msgid ""
Expand Down
Loading
Loading