@@ -17,7 +17,7 @@ msgid ""
1717msgstr ""
1818"Project-Id-Version : Python 3.12\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2023-07-21 14:13 +0000\n "
20+ "POT-Creation-Date : 2023-08-25 22:29 +0000\n "
2121"PO-Revision-Date : 2021-06-28 00:56+0000\n "
2222"
Last-Translator :
Freesand Leo <[email protected] >, 2023\n "
2323"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -492,20 +492,44 @@ msgid ""
492492"Aliases for day numbers, where ``MONDAY`` is ``0`` and ``SUNDAY`` is ``6``."
493493msgstr "星期内序号的别名,其中 ``MONDAY`` 是 ``0`` 而 ``SUNDAY`` 是 ``6``。"
494494
495- #: ../../library/calendar.rst:476
495+ #: ../../library/calendar.rst:473
496+ msgid "The :mod:`calendar` module defines the following exceptions:"
497+ msgstr ":mod:`calendar` 模块定义了以下异常:"
498+
499+ #: ../../library/calendar.rst:477
500+ msgid ""
501+ "A subclass of :exc:`ValueError`, raised when the given month number is "
502+ "outside of the range 1-12 (inclusive)."
503+ msgstr ":exc:`ValueError` 的子类,当给定的月份数字超出 1-12 范围(不包括边界值)时引发。"
504+
505+ #: ../../library/calendar.rst:482
506+ msgid "The invalid month number."
507+ msgstr "无效的月份数字。"
508+
509+ #: ../../library/calendar.rst:487
510+ msgid ""
511+ "A subclass of :exc:`ValueError`, raised when the given weekday number is "
512+ "outside of the range 0-6 (inclusive)."
513+ msgstr ":exc:`ValueError` 的子类,当给定的星期数字超出 0-6 范围(不包括边界值)时引发。"
514+
515+ #: ../../library/calendar.rst:492
516+ msgid "The invalid weekday number."
517+ msgstr "无效的星期数字。"
518+
519+ #: ../../library/calendar.rst:499
496520msgid "Module :mod:`datetime`"
497521msgstr "模块 :mod:`datetime`"
498522
499- #: ../../library/calendar.rst:475
523+ #: ../../library/calendar.rst:498
500524msgid ""
501525"Object-oriented interface to dates and times with similar functionality to "
502526"the :mod:`time` module."
503527msgstr "为日期和时间提供与 :mod:`time` 模块相似功能的面向对象接口。"
504528
505- #: ../../library/calendar.rst:478
529+ #: ../../library/calendar.rst:501
506530msgid "Module :mod:`time`"
507531msgstr "模块 :mod:`time`"
508532
509- #: ../../library/calendar.rst:479
533+ #: ../../library/calendar.rst:502
510534msgid "Low-level time related functions."
511535msgstr "底层时间相关函数。"
0 commit comments