Skip to content

Commit 17ebbe0

Browse files
committed
Fix the translate
1 parent 8a6ba5c commit 17ebbe0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

c-api/datetime.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.14\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-08-22 00:03+0000\n"
14-
"PO-Revision-Date: 2025-10-12 11:12+0800\n"
14+
"PO-Revision-Date: 2025-10-14 20:39+0800\n"
1515
"Last-Translator: Yorkxe <karta25768@gmail.com>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1717
"tw)\n"
@@ -58,7 +58,7 @@ msgstr "此 :c:type:`PyObject` 子型別代表 Python time 物件"
5858
msgid ""
5959
"This subtype of :c:type:`PyObject` represents the difference between two "
6060
"datetime values."
61-
msgstr "此 :c:type:`PyObject` 子型別代表兩個日期時間的差值"
61+
msgstr "此 :c:type:`PyObject` 子型別代表兩個 datetime 物件的差值"
6262

6363
#: ../../c-api/datetime.rst:34
6464
msgid ""
@@ -90,8 +90,8 @@ msgid ""
9090
"difference between two datetime values; it is the same object as :class:"
9191
"`datetime.timedelta` in the Python layer."
9292
msgstr ""
93-
"此 :c:type:`PyTypeObject` 實例代表 Python 兩日期時間差值的型別,與 Python "
94-
"layer 中的 :class:`datetime.timedelta` 是同一物件"
93+
"此 :c:type:`PyTypeObject` 實例代表 Python 兩個 datetime 物件的型別,與 "
94+
"Python layer 中的 :class:`datetime.timedelta` 是同一物件"
9595

9696
#: ../../c-api/datetime.rst:55
9797
msgid ""

0 commit comments

Comments
 (0)