Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit603ad31

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent8190e6c commit603ad31

File tree

4 files changed

+51
-10
lines changed

4 files changed

+51
-10
lines changed

‎c-api/complex.po

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Arihiro TAKASE, 2023
88
# tomo, 2023
9+
# Taichi Haradaguchi, 2024
910
#
1011
#,fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To:\n"
1516
"POT-Creation-Date:2024-02-16 14:13+0000\n"
1617
"PO-Revision-Date:2021-06-28 00:48+0000\n"
17-
"Last-Translator:tomo, 2023\n"
18+
"Last-Translator:Taichi Haradaguchi, 2024\n"
1819
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version:1.0\n"
@@ -25,7 +26,7 @@ msgstr ""
2526

2627
#:../../c-api/complex.rst:6
2728
msgid"Complex Number Objects"
28-
msgstr"複素数オブジェクト (complex number object)"
29+
msgstr"複素数オブジェクト"
2930

3031
#:../../c-api/complex.rst:10
3132
msgid""
@@ -99,6 +100,8 @@ msgid ""
99100
"If *divisor* is null, this method returns zero and sets :c:data:`errno` to :"
100101
"c:macro:`!EDOM`."
101102
msgstr""
103+
"*divisor* が null の場合は、このメソッドはゼロを返し、 :c:data:`errno` に :c:"
104+
"macro:`!EDOM` をセットします。"
102105

103106
#:../../c-api/complex.rst:72
104107
msgid""
@@ -111,6 +114,8 @@ msgid ""
111114
"If *num* is null and *exp* is not a positive real number, this method "
112115
"returns zero and sets :c:data:`errno` to :c:macro:`!EDOM`."
113116
msgstr""
117+
"*num* が null で *exp* が正の実数でない場合は、このメソッドはゼロを返し、 :c:"
118+
"data:`errno` に :c:macro:`!EDOM` をセットします。"
114119

115120
#:../../c-api/complex.rst:80
116121
msgid"Complex Numbers as Python Objects"
@@ -178,10 +183,18 @@ msgid ""
178183
"defined then it falls back to :meth:`~object.__index__`. Upon failure, this "
179184
"method returns ``-1.0`` as a real value."
180185
msgstr""
186+
"*op* が Python の複素数オブジェクトではないが、 :meth:`~object.__complex__` "
187+
"メソッドを持っていた場合、このメソッドが最初に呼ばれ、 *op* が Python の複素"
188+
"数オブジェクトに変換されます。\n"
189+
":meth:`!__complex__` が定義されていない場合は、 :meth:`~object.__float__` に"
190+
"フォールバックされます。\n"
191+
":meth:`!__float__` が定義されていない場合は、 :meth:`~object.__index__` に"
192+
"フォールバックされます。\n"
193+
"処理が失敗した場合は、このメソッドは実数の ``-1.0`` を返します。"
181194

182195
#:../../c-api/complex.rst:137
183196
msgid"Use :meth:`~object.__index__` if available."
184-
msgstr""
197+
msgstr"可能であれば :meth:`~object.__index__` を使うようになりました。"
185198

186199
#:../../c-api/complex.rst:8
187200
msgid"object"

‎c-api/float.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
# Arihiro TAKASE, 2023
88
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023
99
# tomo, 2023
10+
# Taichi Haradaguchi, 2024
1011
#
1112
#,fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version:Python 3.12\n"
1516
"Report-Msgid-Bugs-To:\n"
16-
"POT-Creation-Date:2024-02-09 14:13+0000\n"
17+
"POT-Creation-Date:2024-02-16 14:13+0000\n"
1718
"PO-Revision-Date:2021-06-28 00:48+0000\n"
18-
"Last-Translator:tomo, 2023\n"
19+
"Last-Translator:Taichi Haradaguchi, 2024\n"
1920
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version:1.0\n"
@@ -86,7 +87,7 @@ msgstr ""
8687

8788
#:../../c-api/float.rst:54
8889
msgid"Use :meth:`~object.__index__` if available."
89-
msgstr""
90+
msgstr"可能であれば :meth:`~object.__index__` を使うようになりました。"
9091

9192
#:../../c-api/float.rst:60
9293
msgid""

‎c-api/long.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Arihiro TAKASE, 2023
88
# Osamu NAKAMURA, 2023
99
# tomo, 2023
10+
# Taichi Haradaguchi, 2024
1011
#
1112
#,fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To:\n"
1617
"POT-Creation-Date:2024-02-16 14:13+0000\n"
1718
"PO-Revision-Date:2021-06-28 00:49+0000\n"
18-
"Last-Translator:tomo, 2023\n"
19+
"Last-Translator:Taichi Haradaguchi, 2024\n"
1920
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version:1.0\n"
@@ -197,7 +198,7 @@ msgstr ""
197198
#:../../c-api/long.rst:132../../c-api/long.rst:152../../c-api/long.rst:173
198199
#:../../c-api/long.rst:195../../c-api/long.rst:279../../c-api/long.rst:299
199200
msgid"Use :meth:`~object.__index__` if available."
200-
msgstr""
201+
msgstr"可能であれば :meth:`~object.__index__` を使うようになりました。"
201202

202203
#:../../c-api/long.rst:135../../c-api/long.rst:155../../c-api/long.rst:176
203204
#:../../c-api/long.rst:198../../c-api/long.rst:282../../c-api/long.rst:302

‎whatsnew/3.0.po

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
# Tetsuo Koyama <tkoyama010@gmail.com>, 2021
88
# tomo, 2021
99
# Arihiro TAKASE, 2023
10+
# Taichi Haradaguchi, 2024
1011
#
1112
#,fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version:Python 3.12\n"
1516
"Report-Msgid-Bugs-To:\n"
16-
"POT-Creation-Date:2024-02-09 14:13+0000\n"
17+
"POT-Creation-Date:2024-02-16 14:13+0000\n"
1718
"PO-Revision-Date:2021-06-29 13:04+0000\n"
18-
"Last-Translator:Arihiro TAKASE, 2023\n"
19+
"Last-Translator:Taichi Haradaguchi, 2024\n"
1920
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version:1.0\n"
@@ -47,6 +48,16 @@ msgid ""
4748
"all that much -- by and large, we're mostly fixing well-known annoyances and "
4849
"warts, and removing a lot of old cruft."
4950
msgstr""
51+
"この記事では 2.6 と比較した Python 3.0 での新機能を解説します。\n"
52+
"Python 3.0、あるいは\"Python 3000\"\"Py3K\" は初めて *意図的に後方非互換"
53+
"にした* Python のリリースです。\n"
54+
"Python 3.0 は2008年12月3日にリリースされました。\n"
55+
"通常のリリースよりも多くの変更があり、全ての Python ユーザにとって重要で"
56+
"す。\n"
57+
"しかし、変更について理解したら Python に実際にはそれほど変更がないことが分か"
58+
"るでしょう。\n"
59+
"全体的に見れば、よく知られた悩みの種が概ね解決され、昔の粗雑なものが取り除か"
60+
"れています。"
5061

5162
#:../../whatsnew/3.0.rst:63
5263
msgid""
@@ -562,6 +573,9 @@ msgid ""
562573
"import the :mod:`io` module and use :class:`io.StringIO` or :class:`io."
563574
"BytesIO` for text and data respectively."
564575
msgstr""
576+
":mod:`!StringIO` および :mod:`!cStringIO` モジュールは廃止されました。その代"
577+
"わり :mod:`io` モジュールをインポートして、テキストやデータには :class:`io."
578+
"StringIO` や :class:`io.BytesIO` を使用してください。"
565579

566580
#:../../whatsnew/3.0.rst:344
567581
msgid"See also the :ref:`unicode-howto`, which was updated for Python 3.0."
@@ -636,6 +650,9 @@ msgid ""
636650
"now assign directly to a variable in an outer (but non-global) scope. :"
637651
"keyword:`!nonlocal` is a new reserved word."
638652
msgstr""
653+
":pep:`3104`: :keyword:`nonlocal` 文。 ``nonlocal x`` を使うと外側の (ただしグ"
654+
"ローバルでない) スコープから、直接変数を代入することが出来るようになりま"
655+
"す。 :keyword:`!nonlocal` は新しく予約語になりました。"
639656

640657
#:../../whatsnew/3.0.rst:378
641658
msgid""
@@ -716,6 +733,7 @@ msgid ""
716733
":keyword:`!as` and :keyword:`with` are now reserved words. (Since 2.6, "
717734
"actually.)"
718735
msgstr""
736+
":keyword:`!as` と :keyword:`with` は予約語になりました。 (実際には 2.6 から)"
719737

720738
#:../../whatsnew/3.0.rst:414
721739
msgid""
@@ -1025,6 +1043,14 @@ msgid ""
10251043
"modules were also selected for removal in Python 3.0 due to lack of use or "
10261044
"because a better replacement exists. See :pep:`3108` for an exhaustive list."
10271045
msgstr""
1046+
"多くの古いモジュールは削除されました。\n"
1047+
":mod:`!gopherlib` (もう使われません) や :mod:`!md5` (:mod:`hashlib` に代替さ"
1048+
"れました) 等のいくつかのモジュールは :pep:`4` で既に廃止予定でした。\n"
1049+
"他のモジュールは、Irix、BeOS ならびに Mac OS 9 等のプラットフォームでのサポー"
1050+
"トが打ち切られた (:pep:`11` 参照) ために削除されました。\n"
1051+
"いくつかのモジュールは使われなかったり、より良い代用品があるため Python 3.0 "
1052+
"で削除されました\n"
1053+
"網羅的なリストは :pep:`3108` を参照してください。"
10281054

10291055
#:../../whatsnew/3.0.rst:566
10301056
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp