@@ -8,8 +8,8 @@ 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 : 2023-08-05 15:55 +0800\n "
12
- "Last-Translator : Adrian Liaw <adrianliaw2000 @gmail.com>\n "
11
+ "PO-Revision-Date : 2023-08-07 10:20 +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 "
@@ -3026,20 +3026,27 @@ msgid ""
3026
3026
"by ``time.strptime``."
3027
3027
msgstr ""
3028
3028
3029
+ # format code 在這份文件第一次出現的地方是 ../../library/datetime.rst:739,應該要改成在那邊註記 (format code)
3029
3030
#: ../../library/datetime.rst:2501
3031
+ #, fuzzy
3030
3032
msgid ""
3031
3033
"For :class:`.time` objects, the format codes for year, month, and day should "
3032
3034
"not be used, as :class:`time` objects have no such values. If they're used "
3033
3035
"anyway, ``1900`` is substituted for the year, and ``1`` for the month and "
3034
3036
"day."
3035
3037
msgstr ""
3038
+ "對 :class:`.time` 物件來說,不應該使用年、月、日的格式碼 (format code),因"
3039
+ "為 :class:`time` 物件並沒有這些值。如果使用這些格式碼,年份會以 ``1900`` 代"
3040
+ "替、月及日會以 ``1`` 代替。"
3036
3041
3037
3042
#: ../../library/datetime.rst:2505
3038
3043
msgid ""
3039
3044
"For :class:`date` objects, the format codes for hours, minutes, seconds, and "
3040
3045
"microseconds should not be used, as :class:`date` objects have no such "
3041
3046
"values. If they're used anyway, ``0`` is substituted for them."
3042
3047
msgstr ""
3048
+ "對 :class:`.date` 物件來說,不應該使用時、分、秒、微秒的格式碼,因為 :class:"
3049
+ "`date` 物件並沒有這些值。如果使用這些格式碼,這些值都會以 ``0`` 代替。"
3043
3050
3044
3051
#: ../../library/datetime.rst:2509
3045
3052
msgid ""
0 commit comments