diff --git a/library/datetime.po b/library/datetime.po index ae13bec8e3..36b81f4c51 100644 --- a/library/datetime.po +++ b/library/datetime.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-17 17:39+0800\n" -"PO-Revision-Date: 2018-05-23 14:42+0000\n" +"PO-Revision-Date: 2023-08-05 15:50+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -17,6 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.3.2\n" #: ../../library/datetime.rst:2 msgid ":mod:`datetime` --- Basic date and time types" @@ -132,13 +133,13 @@ msgstr ":mod:`datetime` 模組匯出以下常數:" msgid "" "The smallest year number allowed in a :class:`date` or :class:`.datetime` " "object. :const:`MINYEAR` is ``1``." -msgstr "" +msgstr ":class:`date` 或 :class:`.datetime` 物件中允許的最小年份數。常數 :const:`MINYEAR` 是 ``1`` 。" #: ../../library/datetime.rst:84 msgid "" "The largest year number allowed in a :class:`date` or :class:`.datetime` " "object. :const:`MAXYEAR` is ``9999``." -msgstr "" +msgstr ":class:`date` 或 :class:`.datetime` 物件中允許的最大年份數。常數 :const:`MAXYEAR` 是 ``9999`` 。" #: ../../library/datetime.rst:89 msgid "Alias for the UTC timezone singleton :attr:`datetime.timezone.utc`."