Skip to content

Commit

Permalink
Translated using Weblate (Japanese)
Browse files Browse the repository at this point in the history
Currently translated at 94.6% (3239 of 3421 strings)

Translated using Weblate (Japanese)

Currently translated at 94.5% (3234 of 3421 strings)

Translated using Weblate (Japanese)

Currently translated at 94.5% (3233 of 3421 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
  • Loading branch information
motok authored and weblate committed Oct 25, 2024
1 parent 042a91a commit e14b17c
Showing 1 changed file with 33 additions and 8 deletions.
41 changes: 33 additions & 8 deletions locales/ja/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"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-21 04:26+0000\n"
"PO-Revision-Date: 2024-10-25 01:15+0000\n"
"Last-Translator: moto kawasaki <moto@kawasaki3.org>\n"
"Language-Team: Japanese <https://hosted.weblate.org/projects/pypa/"
"packaging-python-org/ja/>\n"
Expand All @@ -19,7 +19,7 @@ msgstr ""
"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-rc\n"
"X-Generator: Weblate 5.8.2-dev\n"

#: ../source/contribute.rst:5
msgid "Contribute to this guide"
Expand Down Expand Up @@ -25274,7 +25274,8 @@ msgstr ""

#: ../source/specifications/version-specifiers.rst:366
msgid "If no explicit epoch is given, the implicit epoch is ``0``."
msgstr ""
msgstr "明示的にエポックが示されていない場合は、エポックとして ``0`` "
"を暗黙のうちに仮定します。"

#: ../source/specifications/version-specifiers.rst:368
msgid ""
Expand All @@ -25286,13 +25287,24 @@ msgid ""
"releases would be identified as *older* than the date based releases when "
"using the normal sorting scheme::"
msgstr ""
"明示的なエポックが必要となるのは、あるプロジェクトがバージョン番号を取り扱う"
"方法を通常のバージョン順序付けルールが誤った回答を返すようなやり方で "
"*変更した* 場合だけなので、ほとんどのバージョン識別子はエポックを含んでいませ"
"ん。例えば、あるプロジェクトが ``2014.04`` "
"のような日付ベースのバージョン番号を使っていたのに、 ``1.0`` のようなセマンテ"
"ィックバージョン番号に変更したいとすれば、通常の順序付けの枠組みを適用した時"
"に、新しいリリースが日付ベースのバージョン番号よりも *よりふるいもの* "
"として識別されてしまうでしょう::"

#: ../source/specifications/version-specifiers.rst:382
msgid ""
"However, by specifying an explicit epoch, the sort order can be changed "
"appropriately, as all versions from a later epoch are sorted after versions "
"from an earlier epoch::"
msgstr ""
"しかしながら、明示的にエポックを指定すれば、より新しいエポックに属するすべて"
"のバージョン番号が、より古いエポックに属するものよりも後に続くものとして順序"
"付けされるので、ソートの順序を適切に変更することができます::"

#: ../source/specifications/version-specifiers.rst:396
msgid "Normalization"
Expand All @@ -25305,22 +25317,30 @@ msgid ""
"parsing versions. These syntaxes MUST be considered when parsing a version, "
"however they should be \"normalized\" to the standard syntax defined above."
msgstr ""
"既存のバージョン番号との互換性をより良く保つためには、"
"バージョン番号を解釈する時に考慮に入れておかなければならない "
"\"代わりになり得る\" シンタックスがたくさんあります。このようなシンタックスは"
"バージョン番号を解釈する時には考慮しなければなりませんが、しかし、"
"そのようなバージョン番号は上述の標準的なシンタックスに \"正規化\" "
"されるべきです。"

#: ../source/specifications/version-specifiers.rst:405
msgid "Case sensitivity"
msgstr ""
msgstr "ケースセンシティビティ"

#: ../source/specifications/version-specifiers.rst:407
msgid ""
"All ascii letters should be interpreted case insensitively within a version "
"and the normal form is lowercase. This allows versions such as ``1.1RC1`` "
"which would be normalized to ``1.1rc1``."
msgstr ""
"すべてのアスキー文字は、バージョン番号の中では大文字小文字の区別をせずに解釈"
"されるべきであり、標準系は小文字です。これによって、 ``1.1rc1`` "
"に標準化されるであろう `1.1RC1`` のようなバージョン番号を許容します。"

#: ../source/specifications/version-specifiers.rst:413
#, fuzzy
msgid "Integer Normalization"
msgstr "正規化"
msgstr "整数の標準化"

#: ../source/specifications/version-specifiers.rst:415
msgid ""
Expand All @@ -25330,11 +25350,16 @@ msgid ""
"does not hold true for integers inside of an alphanumeric segment of a local "
"version such as ``1.0+foo0100`` which is already in its normalized form."
msgstr ""
"あらゆる整数は、組み込みの ``int()`` "
"を通じて解釈され、出力の文字列へと標準化されます。これは、"
"整数のバージョン番号の ``00`` が ``0`` へと標準化され、``09000`` が ``9000`` "
"へと標準化されることを意味します。 ``1.0+foo0100`` のようなローカルバージョン"
"で標準化済みのもののアルファベットと数字から成る構成部分の中では、これは適用"
"されません。"

#: ../source/specifications/version-specifiers.rst:423
#, fuzzy
msgid "Pre-release separators"
msgstr "リリース前のバージョン付与方式"
msgstr "プレリリースのセパレータ"

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

0 comments on commit e14b17c

Please sign in to comment.