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

Skip to content

Commit cb38f84

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent a1d724d commit cb38f84

21 files changed

+1797
-1929
lines changed

c-api/set.po

Lines changed: 4 additions & 4 deletions
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-11-24 14:13+0000\n"
16+
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1818
"Last-Translator: Nozomu Kaneko <nozom.kaneko@gmail.com>, 2023\n"
1919
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -231,9 +231,9 @@ msgid ""
231231
"Return ``1`` if found and removed, ``0`` if not found (no action taken), and "
232232
"``-1`` if an error is encountered. Does not raise :exc:`KeyError` for "
233233
"missing keys. Raise a :exc:`TypeError` if the *key* is unhashable. Unlike "
234-
"the Python :meth:`~set.discard` method, this function does not automatically "
235-
"convert unhashable sets into temporary frozensets. Raise :exc:`SystemError` "
236-
"if *set* is not an instance of :class:`set` or its subtype."
234+
"the Python :meth:`~frozenset.discard` method, this function does not "
235+
"automatically convert unhashable sets into temporary frozensets. Raise :exc:"
236+
"`SystemError` if *set* is not an instance of :class:`set` or its subtype."
237237
msgstr ""
238238

239239
#: ../../c-api/set.rst:158

extending/newtypes.po

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-11-10 14:13+0000\n"
15+
"POT-Creation-Date: 2023-12-01 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
1717
"Last-Translator: tomo, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -379,14 +379,8 @@ msgid ""
379379
"defined this way can have an associated doc string simply by providing the "
380380
"text in the table. An application can use the introspection API to retrieve "
381381
"the descriptor from the class object, and get the doc string using its :attr:"
382-
"`__doc__` attribute."
382+
"`!__doc__` attribute."
383383
msgstr ""
384-
":c:member:`~PyTypeObject.tp_members` を使ったひとつの面白い利用法は、実行時に"
385-
"使われるデスクリプタを作成しておき、単にテーブル中にテキストを置いておくこと"
386-
"によって、この方法で定義されたすべての属性に doc string を関連付けられるよう"
387-
"にすることです。アプリケーションはこのイントロスペクション用 API を使って、ク"
388-
"ラスオブジェクトからデスクリプタを取り出し、その :attr:`__doc__` 属性を使っ"
389-
"て doc string を得られます。"
390384

391385
#: ../../extending/newtypes.rst:301
392386
msgid ""
@@ -515,7 +509,7 @@ msgstr ""
515509

516510
#: ../../extending/newtypes.rst:451
517511
msgid ""
518-
":c:type:`Py_hash_t` is a signed integer type with a platform-varying width. "
512+
":c:type:`!Py_hash_t` is a signed integer type with a platform-varying width. "
519513
"Returning ``-1`` from :c:member:`~PyTypeObject.tp_hash` indicates an error, "
520514
"which is why you should be careful to avoid returning it when hash "
521515
"computation is successful, as seen above."

0 commit comments

Comments
 (0)
0