Skip to content

Commit

Permalink
Update translations from Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 7, 2025
1 parent 5816f6c commit f565b95
Show file tree
Hide file tree
Showing 18 changed files with 12,651 additions and 12,572 deletions.
6 changes: 3 additions & 3 deletions c-api/init.po
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
"Last-Translator: Takanori Suzuki <[email protected]>, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -2078,8 +2078,8 @@ msgstr ""

#: ../../c-api/init.rst:1451
msgid ""
"Return a :term:`strong reference` to the ``__main__`` `module object "
"<moduleobjects>`_ for the given interpreter."
"Return a :term:`strong reference` to the ``__main__`` :ref:`module object "
"<moduleobjects>` for the given interpreter."
msgstr ""

#: ../../c-api/init.rst:1461
Expand Down
9 changes: 4 additions & 5 deletions library/datetime.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
"Last-Translator: Arihiro TAKASE, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -1651,8 +1651,8 @@ msgstr ""
"now(timezone.utc)`` を呼び出す方法が推奨されます。"

#: ../../library/datetime.rst:940
msgid "Use :meth:`datetime.now` with :attr:`UTC` instead."
msgstr "代わりに :attr:`UTC` で :meth:`datetime.now` を使用してください。"
msgid "Use :meth:`datetime.now` with :const:`UTC` instead."
msgstr ""

#: ../../library/datetime.rst:945
msgid ""
Expand Down Expand Up @@ -1793,9 +1793,8 @@ msgstr ""
"なく :exc:`OSError` を送出するようになりました。"

#: ../../library/datetime.rst:1012
msgid "Use :meth:`datetime.fromtimestamp` with :attr:`UTC` instead."
msgid "Use :meth:`datetime.fromtimestamp` with :const:`UTC` instead."
msgstr ""
"代わりに :attr:`UTC` で :meth:`datetime.fromtimestamp` を使用してください。"

#: ../../library/datetime.rst:1017
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions library/decimal.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-03 17:40+0000\n"
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
"Last-Translator: 石井明久, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -3224,7 +3224,7 @@ msgstr ""

#: ../../library/decimal.rst:2248
msgid ""
"For inexact results, :attr:`MAX_PREC` is far too large on 64-bit platforms "
"For inexact results, :const:`MAX_PREC` is far too large on 64-bit platforms "
"and the available memory will be insufficient::"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions library/importlib.metadata.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
"Last-Translator: 石井明久, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -595,7 +595,7 @@ msgstr ""
#: ../../library/importlib.metadata.rst:377
msgid ""
"Return a mapping from the top level module and import package names found "
"via :attr:`sys.meta_path` to the names of the distribution packages (if any) "
"via :data:`sys.meta_path` to the names of the distribution packages (if any) "
"that provide the corresponding files."
msgstr ""

Expand Down
12 changes: 5 additions & 7 deletions library/importlib.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-03 17:40+0000\n"
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
"Last-Translator: 石井明久, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -1175,7 +1175,7 @@ msgstr ""
#: ../../library/importlib.rst:748
msgid ""
"When opening as text, accepts encoding parameters such as those accepted by :"
"attr:`io.TextIOWrapper`."
"class:`io.TextIOWrapper`."
msgstr ""

#: ../../library/importlib.rst:753
Expand Down Expand Up @@ -1240,8 +1240,8 @@ msgstr ""
"です。"

#: ../../library/importlib.rst:811 ../../library/importlib.rst:821
msgid "Use :attr:`BYTECODE_SUFFIXES` instead."
msgstr "代わりに :attr:`BYTECODE_SUFFIXES` を使ってください。"
msgid "Use :const:`BYTECODE_SUFFIXES` instead."
msgstr ""

#: ../../library/importlib.rst:816
msgid ""
Expand Down Expand Up @@ -1614,10 +1614,8 @@ msgstr "与えられたモジュールオブジェクトを :pep:`489` に従っ
#: ../../library/importlib.rst:1111
msgid ""
"Returns ``True`` if the file path points to a package's ``__init__`` module "
"based on :attr:`EXTENSION_SUFFIXES`."
"based on :const:`EXTENSION_SUFFIXES`."
msgstr ""
":attr:`EXTENSION_SUFFIXES` に基づいて、ファイルパスがパッケージの "
"``__init__`` モジュールを指していれば ``True`` を返します。"

#: ../../library/importlib.rst:1116
msgid "Returns ``None`` as extension modules lack a code object."
Expand Down
14 changes: 10 additions & 4 deletions library/itertools.po
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
"Last-Translator: 石井明久, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -1412,10 +1412,10 @@ msgstr ""

#: ../../library/itertools.rst:839
msgid ""
"from collections import deque\n"
"from collections import Counter, deque\n"
"from contextlib import suppress\n"
"from functools import reduce\n"
"from math import sumprod, isqrt\n"
"from math import comb, prod, sumprod, isqrt\n"
"from operator import itemgetter, getitem, mul, neg\n"
"\n"
"def take(n, iterable):\n"
Expand Down Expand Up @@ -1705,5 +1705,11 @@ msgid ""
" # totient(12) → 4 because len([1, 5, 7, 11]) == 4\n"
" for prime in set(factor(n)):\n"
" n -= n // prime\n"
" return n"
" return n\n"
"\n"
"def multinomial(*counts):\n"
" \"Number of distinct arrangements of a multiset.\"\n"
" # Counter('abracadabra').values() -> 5 2 1 1 2\n"
" # multinomial(5, 2, 1, 1, 2) → 83160\n"
" return prod(map(comb, accumulate(counts), counts))"
msgstr ""
7 changes: 2 additions & 5 deletions library/logging.po
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-17 14:16+0000\n"
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
"Last-Translator: Takeshi Nakazato, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -701,11 +701,8 @@ msgstr ""
msgid ""
"If no handler is attached to this logger (or any of its ancestors, taking "
"into account the relevant :attr:`Logger.propagate` attributes), the message "
"will be sent to the handler set on :attr:`lastResort`."
"will be sent to the handler set on :data:`lastResort`."
msgstr ""
"このロガー (および :attr:`Logger.propagate` 属性を考慮した上で実効的にイベン"
"トが伝播する祖先のロガー) にハンドラが接続されていない場合、メッセージは :"
"attr:`lastResort` に設定されたハンドラーに送られます。"

#: ../../library/logging.rst:347
msgid "The *stack_info* parameter was added."
Expand Down
7 changes: 2 additions & 5 deletions library/plistlib.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-17 14:16+0000\n"
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
"PO-Revision-Date: 2021-06-28 01:11+0000\n"
"Last-Translator: 石井明久, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -147,11 +147,8 @@ msgstr "*dict_type* は、 plist ファイルから読み出された辞書に
msgid ""
"When *aware_datetime* is true, fields with type ``datetime.datetime`` will "
"be created as :ref:`aware object <datetime-naive-aware>`, with :attr:`!"
"tzinfo` as :attr:`datetime.UTC`."
"tzinfo` as :const:`datetime.UTC`."
msgstr ""
"*aware_datetime* が true の場合、 ``datetime.datetime`` 型によるフィールド"
"は、 :attr:`datetime.UTC` の :attr:`!tzinfo` 付きで :ref:`aware オブジェクト "
"<datetime-naive-aware>` として作成されます。"

#: ../../library/plistlib.rst:76
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions library/site.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
"Last-Translator: 石井明久, 2024\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
Expand Down Expand Up @@ -71,7 +71,7 @@ msgid ""
"then :file:`lib/site-packages` (on Windows) or :file:`lib/python{X.Y[t]}/"
"site-packages` (on Unix and macOS). (The optional suffix \"t\" indicates "
"the :term:`free threading` build, and is appended if ``\"t\"`` is present in "
"the :attr:`sys.abiflags` constant.) For each of the distinct head-tail "
"the :data:`sys.abiflags` constant.) For each of the distinct head-tail "
"combinations, it sees if it refers to an existing directory, and if so, adds "
"it to ``sys.path`` and also inspects the newly added path for configuration "
"files."
Expand Down
Loading

0 comments on commit f565b95

Please sign in to comment.