Skip to content

Commit a4dbab7

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 8bd47132
1 parent 8c4ac24 commit a4dbab7

Some content is hidden

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

80 files changed

+722
-654
lines changed

c-api/arg.po

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-04-18 00:04+0000\n"
10+
"POT-Creation-Date: 2024-07-20 00:03+0000\n"
1111
"PO-Revision-Date: 2022-10-16 03:21+0800\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -552,15 +552,17 @@ msgid "``f`` (:class:`float`) [float]"
552552
msgstr "``f`` (:class:`float`) [float]"
553553

554554
#: ../../c-api/arg.rst:283
555-
msgid "Convert a Python floating point number to a C :c:expr:`float`."
555+
#, fuzzy
556+
msgid "Convert a Python floating-point number to a C :c:expr:`float`."
556557
msgstr "將一個 Python 浮點數轉換成 C 的 :c:type::c:expr:`float`。"
557558

558559
#: ../../c-api/arg.rst:285 ../../c-api/arg.rst:609
559560
msgid "``d`` (:class:`float`) [double]"
560561
msgstr "``d`` (:class:`float`) [double]"
561562

562563
#: ../../c-api/arg.rst:286
563-
msgid "Convert a Python floating point number to a C :c:expr:`double`."
564+
#, fuzzy
565+
msgid "Convert a Python floating-point number to a C :c:expr:`double`."
564566
msgstr "將一個 Python 浮點數轉換成 C 的 :c:type::c:expr:`double`。"
565567

566568
#: ../../c-api/arg.rst:288
@@ -1039,11 +1041,13 @@ msgstr ""
10391041
"`str`。"
10401042

10411043
#: ../../c-api/arg.rst:610
1042-
msgid "Convert a C :c:expr:`double` to a Python floating point number."
1044+
#, fuzzy
1045+
msgid "Convert a C :c:expr:`double` to a Python floating-point number."
10431046
msgstr "將一個 C 的 :c:expr:`double` 轉換成 Python 浮點數。"
10441047

10451048
#: ../../c-api/arg.rst:613
1046-
msgid "Convert a C :c:expr:`float` to a Python floating point number."
1049+
#, fuzzy
1050+
msgid "Convert a C :c:expr:`float` to a Python floating-point number."
10471051
msgstr "將一個 C 的 :c:expr:`float` 轉換成 Python 浮點數。"
10481052

10491053
#: ../../c-api/arg.rst:615

c-api/float.po

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.12\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2023-07-22 00:04+0000\n"
12+
"POT-Creation-Date: 2024-07-20 00:03+0000\n"
1313
"PO-Revision-Date: 2017-09-22 18:26+0000\n"
1414
"Last-Translator: Liang-Bo Wang <[email protected]>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -21,17 +21,18 @@ msgstr ""
2121
"Plural-Forms: nplurals=1; plural=0;\n"
2222

2323
#: ../../c-api/float.rst:6
24-
msgid "Floating Point Objects"
24+
#, fuzzy
25+
msgid "Floating-Point Objects"
2526
msgstr "浮點數(Floating Point)物件"
2627

2728
#: ../../c-api/float.rst:13
2829
msgid ""
29-
"This subtype of :c:type:`PyObject` represents a Python floating point object."
30+
"This subtype of :c:type:`PyObject` represents a Python floating-point object."
3031
msgstr ""
3132

3233
#: ../../c-api/float.rst:18
3334
msgid ""
34-
"This instance of :c:type:`PyTypeObject` represents the Python floating point "
35+
"This instance of :c:type:`PyTypeObject` represents the Python floating-point "
3536
"type. This is the same object as :class:`float` in the Python layer."
3637
msgstr ""
3738

@@ -61,7 +62,7 @@ msgstr ""
6162
#: ../../c-api/float.rst:47
6263
msgid ""
6364
"Return a C :c:expr:`double` representation of the contents of *pyfloat*. If "
64-
"*pyfloat* is not a Python floating point object but has a :meth:`~object."
65+
"*pyfloat* is not a Python floating-point object but has a :meth:`~object."
6566
"__float__` method, this method will first be called to convert *pyfloat* "
6667
"into a float. If :meth:`!__float__` is not defined then it falls back to :"
6768
"meth:`~object.__index__`. This method returns ``-1.0`` upon failure, so one "
@@ -217,5 +218,6 @@ msgid "object"
217218
msgstr "object(物件)"
218219

219220
#: ../../c-api/float.rst:8
220-
msgid "floating point"
221+
#, fuzzy
222+
msgid "floating-point"
221223
msgstr "floating point(浮點)"

c-api/marshal.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-06-03 00:16+0000\n"
10+
"POT-Creation-Date: 2024-07-20 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:06+0000\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -39,7 +39,7 @@ msgstr ""
3939
msgid ""
4040
"The module supports two versions of the data format: version 0 is the "
4141
"historical version, version 1 shares interned strings in the file, and upon "
42-
"unmarshalling. Version 2 uses a binary format for floating point numbers. "
42+
"unmarshalling. Version 2 uses a binary format for floating-point numbers. "
4343
"``Py_MARSHAL_VERSION`` indicates the current file format (currently 2)."
4444
msgstr ""
4545

0 commit comments

Comments
 (0)