Skip to content

Commit 7caa08b

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2039
-2333
lines changed

c-api/bool.po

+14-8
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-07-14 14:14+0000\n"
15+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1717
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2021\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -37,41 +37,47 @@ msgstr ""
3737

3838
#: ../../c-api/bool.rst:16
3939
msgid ""
40+
"This instance of :c:type:`PyTypeObject` represents the Python boolean type; "
41+
"it is the same object as :class:`bool` in the Python layer."
42+
msgstr ""
43+
44+
#: ../../c-api/bool.rst:22
45+
msgid ""
4046
"Return true if *o* is of type :c:data:`PyBool_Type`. This function always "
4147
"succeeds."
4248
msgstr ""
4349
"*o* が :c:data:`PyBool_Type` 型の場合に真を返します。この関数は常に成功しま"
4450
"す。"
4551

46-
#: ../../c-api/bool.rst:22
52+
#: ../../c-api/bool.rst:28
4753
msgid ""
4854
"The Python ``False`` object. This object has no methods and is `immortal "
4955
"<https://peps.python.org/pep-0683/>`_."
5056
msgstr ""
5157

52-
#: ../../c-api/bool.rst:25
58+
#: ../../c-api/bool.rst:31
5359
msgid ":c:data:`Py_False` is immortal."
5460
msgstr ""
5561

56-
#: ../../c-api/bool.rst:31
62+
#: ../../c-api/bool.rst:37
5763
msgid ""
5864
"The Python ``True`` object. This object has no methods and is `immortal "
5965
"<https://peps.python.org/pep-0683/>`_."
6066
msgstr ""
6167

62-
#: ../../c-api/bool.rst:34
68+
#: ../../c-api/bool.rst:40
6369
msgid ":c:data:`Py_True` is immortal."
6470
msgstr ""
6571

66-
#: ../../c-api/bool.rst:40
72+
#: ../../c-api/bool.rst:46
6773
msgid "Return :c:data:`Py_False` from a function."
6874
msgstr ""
6975

70-
#: ../../c-api/bool.rst:45
76+
#: ../../c-api/bool.rst:51
7177
msgid "Return :c:data:`Py_True` from a function."
7278
msgstr ""
7379

74-
#: ../../c-api/bool.rst:50
80+
#: ../../c-api/bool.rst:56
7581
msgid ""
7682
"Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value "
7783
"of *v*."

c-api/code.po

+7-3
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-07-28 14:13+0000\n"
15+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: tomo, 2023\n"
1818
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -83,8 +83,8 @@ msgid ""
8383
"execution or VM crashes. Use this function only with extreme care."
8484
msgstr ""
8585

86-
#: ../../c-api/code.rst:48 ../../c-api/code.rst:68
87-
msgid "Added ``exceptiontable`` parameter."
86+
#: ../../c-api/code.rst:48
87+
msgid "Added ``qualname`` and ``exceptiontable`` parameters."
8888
msgstr ""
8989

9090
#: ../../c-api/code.rst:55
@@ -104,6 +104,10 @@ msgstr ""
104104
msgid "as ``PyCode_NewWithPosOnlyArgs``"
105105
msgstr ""
106106

107+
#: ../../c-api/code.rst:68
108+
msgid "Added ``qualname`` and ``exceptiontable`` parameters."
109+
msgstr ""
110+
107111
#: ../../c-api/code.rst:73
108112
msgid ""
109113
"Renamed to ``PyUnstable_Code_NewWithPosOnlyArgs``. The old name is "

0 commit comments

Comments
 (0)