Skip to content

Commit

Permalink
Translated using Weblate (Japanese)
Browse files Browse the repository at this point in the history
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 22, 2024
1 parent 042a91a commit 360a963
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 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-22 02:21+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 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 Down

0 comments on commit 360a963

Please sign in to comment.