Skip to content

Commit 1281543

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 7c7b05a commit 1281543

File tree

8 files changed

+13692
-13594
lines changed

8 files changed

+13692
-13594
lines changed

‎c-api/buffer.po

+142-141
Large diffs are not rendered by default.

‎c-api/unicode.po

+342-338
Large diffs are not rendered by default.

‎library/ast.po

+171-129
Large diffs are not rendered by default.

‎library/sysconfig.po

+9-8
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
# Arihiro TAKASE, 2023
88
# tomo, 2023
99
# 石井明久, 2024
10+
# Takanori Suzuki <takanori@takanory.net>, 2025
1011
#
1112
#, fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version: Python 3.13\n"
1516
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-04-25 14:19+0000\n"
17+
"POT-Creation-Date: 2025-05-02 14:19+0000\n"
1718
"PO-Revision-Date: 2021-06-28 01:14+0000\n"
18-
"Last-Translator: 石井明久, 2024\n"
19+
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2025\n"
1920
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2021
"ja/)\n"
2122
"MIME-Version: 1.0\n"
@@ -807,17 +808,17 @@ msgstr ":file:`pyconfig.h` のパスを返します。"
807808
msgid "Return the path of :file:`Makefile`."
808809
msgstr ":file:`Makefile` のパスを返します。"
809810

810-
#: ../../library/sysconfig.rst:434
811-
msgid "Using :mod:`sysconfig` as a script"
812-
msgstr ":mod:`sysconfig` をスクリプトとして使う"
811+
#: ../../library/sysconfig.rst:435
812+
msgid "Command-line usage"
813+
msgstr "コマンドラインでの使用"
813814

814-
#: ../../library/sysconfig.rst:436
815+
#: ../../library/sysconfig.rst:437
815816
msgid "You can use :mod:`sysconfig` as a script with Python's *-m* option:"
816817
msgstr ""
817818
"Python の *-m* オプションを使えば、:mod:`sysconfig` をスクリプトとして使用で"
818819
"きます:"
819820

820-
#: ../../library/sysconfig.rst:438
821+
#: ../../library/sysconfig.rst:439
821822
msgid ""
822823
"$ python -m sysconfig\n"
823824
"Platform: \"macosx-10.4-i386\"\n"
@@ -842,7 +843,7 @@ msgid ""
842843
" ..."
843844
msgstr ""
844845

845-
#: ../../library/sysconfig.rst:462
846+
#: ../../library/sysconfig.rst:463
846847
msgid ""
847848
"This call will print in the standard output the information returned by :"
848849
"func:`get_platform`, :func:`get_python_version`, :func:`get_path` and :func:"

‎library/turtle.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-04-25 14:19+0000\n"
16+
"POT-Creation-Date: 2025-05-02 14:19+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
1818
"Last-Translator: tomo, 2024\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -25,8 +25,8 @@ msgstr ""
2525
"Plural-Forms: nplurals=1; plural=0;\n"
2626

2727
#: ../../library/turtle.rst:3
28-
msgid ":mod:`turtle` --- Turtle graphics"
29-
msgstr ":mod:`turtle` --- タートルグラフィックス"
28+
msgid ":mod:`!turtle` --- Turtle graphics"
29+
msgstr ""
3030

3131
#: ../../library/turtle.rst:10
3232
msgid "**Source code:** :source:`Lib/turtle.py`"

‎library/typing.po

+16-26
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.13\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2025-04-18 14:18+0000\n"
22+
"POT-Creation-Date: 2025-05-02 14:19+0000\n"
2323
"PO-Revision-Date: 2021-06-28 01:16+0000\n"
2424
"Last-Translator: Yosuke Miyashita, 2025\n"
2525
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -31,8 +31,8 @@ msgstr ""
3131
"Plural-Forms: nplurals=1; plural=0;\n"
3232

3333
#: ../../library/typing.rst:3
34-
msgid ":mod:`typing` --- Support for type hints"
35-
msgstr ":mod:`typing` --- 型ヒントのサポート"
34+
msgid ":mod:`!typing` --- Support for type hints"
35+
msgstr ""
3636

3737
#: ../../library/typing.rst:16
3838
msgid "**Source code:** :source:`Lib/typing.py`"
@@ -1130,9 +1130,9 @@ msgid ""
11301130
"User-defined generics for parameter expressions are also supported via "
11311131
"parameter specification variables in the form ``[**P]``. The behavior is "
11321132
"consistent with type variables' described above as parameter specification "
1133-
"variables are treated by the typing module as a specialized type variable. "
1134-
"The one exception to this is that a list of types can be used to substitute "
1135-
"a :class:`ParamSpec`::"
1133+
"variables are treated by the :mod:`!typing` module as a specialized type "
1134+
"variable. The one exception to this is that a list of types can be used to "
1135+
"substitute a :class:`ParamSpec`::"
11361136
msgstr ""
11371137

11381138
#: ../../library/typing.rst:671
@@ -1195,14 +1195,9 @@ msgstr ""
11951195
msgid ""
11961196
"A user-defined generic class can have ABCs as base classes without a "
11971197
"metaclass conflict. Generic metaclasses are not supported. The outcome of "
1198-
"parameterizing generics is cached, and most types in the typing module are :"
1199-
"term:`hashable` and comparable for equality."
1198+
"parameterizing generics is cached, and most types in the :mod:`!typing` "
1199+
"module are :term:`hashable` and comparable for equality."
12001200
msgstr ""
1201-
"ユーザーが定義したジェネリッククラスはメタクラスの衝突を起こすことなく基底ク"
1202-
"ラスに抽象基底クラスをとれます。\n"
1203-
"ジェネリックメタクラスはサポートされません。\n"
1204-
"パラメータ化を行うジェネリクスの結果はキャッシュされていて、 typing モジュー"
1205-
"ルのほとんどの型は :term:`ハッシュ可能 <hashable>` で等価比較できます。"
12061201

12071202
#: ../../library/typing.rst:714
12081203
msgid "The :data:`Any` type"
@@ -3989,8 +3984,8 @@ msgstr "プロトコル"
39893984

39903985
#: ../../library/typing.rst:2688
39913986
msgid ""
3992-
"The following protocols are provided by the typing module. All are decorated "
3993-
"with :func:`@runtime_checkable <runtime_checkable>`."
3987+
"The following protocols are provided by the :mod:`!typing` module. All are "
3988+
"decorated with :func:`@runtime_checkable <runtime_checkable>`."
39943989
msgstr ""
39953990

39963991
#: ../../library/typing.rst:2693
@@ -4924,16 +4919,11 @@ msgstr "非推奨のエイリアス"
49244919
#: ../../library/typing.rst:3386
49254920
msgid ""
49264921
"This module defines several deprecated aliases to pre-existing standard "
4927-
"library classes. These were originally included in the typing module in "
4928-
"order to support parameterizing these generic classes using ``[]``. However, "
4929-
"the aliases became redundant in Python 3.9 when the corresponding pre-"
4930-
"existing classes were enhanced to support ``[]`` (see :pep:`585`)."
4922+
"library classes. These were originally included in the :mod:`!typing` module "
4923+
"in order to support parameterizing these generic classes using ``[]``. "
4924+
"However, the aliases became redundant in Python 3.9 when the corresponding "
4925+
"pre-existing classes were enhanced to support ``[]`` (see :pep:`585`)."
49314926
msgstr ""
4932-
"このモジュールは、既存の標準ライブラリ・クラスに対するいくつかの非推奨エイリ"
4933-
"アスを定義しています。これらは元々、 ``[]`` を使ったジェネリッククラスのパラ"
4934-
"メータ化をサポートするためにtypingモジュールに含まれていました。しかしこのエ"
4935-
"イリアスは、Python 3.9 で既存の相当するクラスが ``[]`` をサポートするように拡"
4936-
"張されたため、冗長な書き方になりました( :pep:`585` を参照)。"
49374927

49384928
#: ../../library/typing.rst:3393
49394929
msgid ""
@@ -4947,8 +4937,8 @@ msgstr ""
49474937
msgid ""
49484938
"If at some point it is decided to remove these deprecated aliases, a "
49494939
"deprecation warning will be issued by the interpreter for at least two "
4950-
"releases prior to removal. The aliases are guaranteed to remain in the "
4951-
"typing module without deprecation warnings until at least Python 3.14."
4940+
"releases prior to removal. The aliases are guaranteed to remain in the :mod:"
4941+
"`!typing` module without deprecation warnings until at least Python 3.14."
49524942
msgstr ""
49534943

49544944
#: ../../library/typing.rst:3403

0 commit comments

Comments
 (0)