Skip to content

Commit 6a2f51a

Browse files
authored
Working on c-api/datetime.po (#1152)
* Working on c-api/datetime.po * Fix the translate
1 parent c6d74e2 commit 6a2f51a

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

c-api/datetime.po

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
# Ching-Lung Chuang, 2015
66
# Liang-Bo Wang <[email protected]>, 2015
77
# Matt Wang <[email protected]>, 2023
8+
# Yorkxe <[email protected]>, 2025
89
msgid ""
910
msgstr ""
1011
"Project-Id-Version: Python 3.14\n"
1112
"Report-Msgid-Bugs-To: \n"
1213
"POT-Creation-Date: 2023-08-22 00:03+0000\n"
13-
"PO-Revision-Date: 2023-07-01 04:14+0800\n"
14-
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
14+
"PO-Revision-Date: 2025-10-14 20:39+0800\n"
15+
"Last-Translator: Yorkxe <karta25768@gmail.com>\n"
1516
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1617
"tw)\n"
1718
"Language: zh_TW\n"
@@ -43,52 +44,62 @@ msgstr ""
4344

4445
#: ../../c-api/datetime.rst:18
4546
msgid "This subtype of :c:type:`PyObject` represents a Python date object."
46-
msgstr ""
47+
msgstr "此 :c:type:`PyObject` 子型別代表 Python date 物件"
4748

4849
#: ../../c-api/datetime.rst:22
4950
msgid "This subtype of :c:type:`PyObject` represents a Python datetime object."
50-
msgstr ""
51+
msgstr "此 :c:type:`PyObject` 子型別代表 Python datetime 物件"
5152

5253
#: ../../c-api/datetime.rst:26
5354
msgid "This subtype of :c:type:`PyObject` represents a Python time object."
54-
msgstr ""
55+
msgstr "此 :c:type:`PyObject` 子型別代表 Python time 物件"
5556

5657
#: ../../c-api/datetime.rst:30
5758
msgid ""
5859
"This subtype of :c:type:`PyObject` represents the difference between two "
5960
"datetime values."
60-
msgstr ""
61+
msgstr "此 :c:type:`PyObject` 子型別代表兩個 datetime 物件的差值"
6162

6263
#: ../../c-api/datetime.rst:34
6364
msgid ""
6465
"This instance of :c:type:`PyTypeObject` represents the Python date type; it "
6566
"is the same object as :class:`datetime.date` in the Python layer."
6667
msgstr ""
68+
"此 :c:type:`PyTypeObject` 實例代表 Python date 型別,與 Python layer 中的 :"
69+
"class:`datetime.date` 是同一物件"
6770

6871
#: ../../c-api/datetime.rst:39
6972
msgid ""
7073
"This instance of :c:type:`PyTypeObject` represents the Python datetime type; "
7174
"it is the same object as :class:`datetime.datetime` in the Python layer."
7275
msgstr ""
76+
"此 :c:type:`PyTypeObject` 實例代表 Python datetime 型別,與 Python layer 中"
77+
"的 :class:`datetime.datetime` 是同一物件"
7378

7479
#: ../../c-api/datetime.rst:44
7580
msgid ""
7681
"This instance of :c:type:`PyTypeObject` represents the Python time type; it "
7782
"is the same object as :class:`datetime.time` in the Python layer."
7883
msgstr ""
84+
"此 :c:type:`PyTypeObject` 實例代表 Python time 型別,與 Python layer 中的 :"
85+
"class:`datetime.datetime.time` 是同一物件"
7986

8087
#: ../../c-api/datetime.rst:49
8188
msgid ""
8289
"This instance of :c:type:`PyTypeObject` represents Python type for the "
8390
"difference between two datetime values; it is the same object as :class:"
8491
"`datetime.timedelta` in the Python layer."
8592
msgstr ""
93+
"此 :c:type:`PyTypeObject` 實例代表 Python 兩個 datetime 物件的型別,與 "
94+
"Python layer 中的 :class:`datetime.timedelta` 是同一物件"
8695

8796
#: ../../c-api/datetime.rst:55
8897
msgid ""
8998
"This instance of :c:type:`PyTypeObject` represents the Python time zone info "
9099
"type; it is the same object as :class:`datetime.tzinfo` in the Python layer."
91100
msgstr ""
101+
"此 :c:type:`PyTypeObject` 實例代表 Python 時區資訊型別,與 Python layer 中"
102+
"的 :class:`datetime.tzinfo` 是同一物件"
92103

93104
#: ../../c-api/datetime.rst:59
94105
msgid "Macro for access to the UTC singleton:"

0 commit comments

Comments
 (0)