8000 Update translations from Transifex · python/python-docs-ja@292e071 · GitHub
[go: up one dir, main page]

Skip to content

Commit 292e071

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent bf2b2d9 commit 292e071

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

library/crypt.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-07-14 14:14+0000\n"
16+
"POT-Creation-Date: 2023-07-29 02:08+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
1818
"Last-Translator: Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2023\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"

library/stdtypes.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ msgid ""
2323
msgstr ""
2424
"Project-Id-Version: Python 3.12\n"
2525
"Report-Msgid-Bugs-To: \n"
26-
"POT-Creation-Date: 2023-07-28 14:13+0000\n"
26+
"POT-Creation-Date: 2023-07-29 02:08+0000\n"
2727
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
2828
"Last-Translator: Takeshi Nakazato, 2023\n"
2929
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -1019,12 +1019,17 @@ msgid ""
10191019
"has a positive denominator. The integer ratio of integers (whole numbers) "
10201020
"is always the integer as the numerator and ``1`` as the denominator."
10211021
msgstr ""
1022+
"比が元の数と等しくなるような整数のペアを返します。戻り値の分母に相当する数は"
1023+
"正の整数です。元の数が整数の場合の比は、常にその整数が分子であり、分母は "
1024+
"``1`` です。"
10221025

10231026
#: ../../library/stdtypes.rst:615
10241027
msgid ""
10251028
"Returns ``True``. Exists for duck type compatibility with :meth:`float."
10261029
"is_integer`."
10271030
msgstr ""
1031+
"常に ``True`` を返します。 :meth:`float.is_integer` に対するダックタイピング"
1032+
"の互換性のために存在しています。"
10281033

10291034
#: ../../library/stdtypes.rst:620
10301035
msgid "Additional Methods on Float"

0 commit comments

Comments
 (0)
0