@@ -8,7 +8,7 @@ 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 22:59 +0800\n "
11
+ "PO-Revision-Date :2023-08-06 21:34 +0800\n "
12
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 "
@@ -3020,16 +3020,18 @@ msgid ""
3020
3020
"by ``time.strptime``."
3021
3021
msgstr ""
3022
3022
3023
+ # format code 在這份文件第一次出現的地方是 ../../library/datetime.rst:739,應該要改成在那邊註記 (format code)
3023
3024
#: ../../library/datetime.rst:2501
3025
+ #, fuzzy
3024
3026
msgid ""
3025
3027
"For :class:`.time` objects, the format codes for year, month, and day should "
3026
3028
"not be used, as :class:`time` objects have no such values. If they're used "
3027
3029
"anyway, ``1900`` is substituted for the year, and ``1`` for the month and "
3028
3030
"day."
3029
3031
msgstr ""
3030
- "對 :class:`.time` 物件來說,不應該使用年、月、日的格式,因為 :class:`time` 物 "
3031
- "件並沒有這些值。如果使用這些格式,年份會以 ``1900`` 代替、月及日會以 ``1 `` 代"
3032
- "替。"
3032
+ "對 :class:`.time` 物件來說,不應該使用年、月、日的格式碼 (format code),因 "
3033
+ "為 :class:`time` 物件並沒有這些值。如果使用這些格式碼,年份會以 ``1900 `` 代"
3034
+ "替、月及日會以 ``1`` 代替 。"
3033
3035
3034
3036
#: ../../library/datetime.rst:2505
3035
3037
msgid ""