File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,16 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2023-07-17 17:39+0800\n "
11
- "PO-Revision-Date : 2018-05-23 14:42+0000 \n "
12
- "Last-Translator : Adrian Liaw <adrianliaw2000 @gmail.com>\n "
11
+ "PO-Revision-Date : 2023-08-05 15:45+0800 \n "
12
+ "Last-Translator : Griiid <gridwing @gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
15
15
"Language : zh_TW\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Plural-Forms : nplurals=1; plural=0;\n "
20
+ "X-Generator : Poedit 3.3.2\n "
20
21
21
22
#: ../../library/datetime.rst:2
22
23
msgid ":mod:`datetime` --- Basic date and time types"
@@ -3026,6 +3027,9 @@ msgid ""
3026
3027
"anyway, ``1900`` is substituted for the year, and ``1`` for the month and "
3027
3028
"day."
3028
3029
msgstr ""
3030
+ "對 :class:`.time` 物件來說,不應該使用年、月、日的格式,因為 :class:`time` "
3031
+ "物件並沒有這些值。如果使用這些格式,年份會以 ``1900`` 代替,月及日會以 ``1`` "
3032
+ "代替。"
3029
3033
3030
3034
#: ../../library/datetime.rst:2505
3031
3035
msgid ""
You can’t perform that action at this time.
0 commit comments