@@ -29,7 +29,7 @@ msgid ""
29
29
msgstr ""
30
30
"Project-Id-Version : Python 3.12\n "
31
31
"Report-Msgid-Bugs-To : \n "
32
- "POT-Creation-Date : 2024-04-26 14:13 +0000\n "
32
+ "POT-Creation-Date : 2024-05-03 14:14 +0000\n "
33
33
"PO-Revision-Date : 2021-06-28 01:04+0000\n "
34
34
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
35
35
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -64,39 +64,39 @@ msgstr "在支持日期时间数学运算的同时,实现的关注点更着重
64
64
msgid "Skip to :ref:`the format codes <format-codes>`."
65
65
msgstr "跳到 :ref:`格式代码 <format-codes>`。"
66
66
67
- #: ../../library/datetime.rst:29
67
+ #: ../../library/datetime.rst:28
68
68
msgid "Module :mod:`calendar`"
69
69
msgstr "模块 :mod:`calendar`"
70
70
71
71
#: ../../library/datetime.rst:29
72
72
msgid "General calendar related functions."
73
73
msgstr "通用日历相关函数"
74
74
75
- #: ../../library/datetime.rst:32
75
+ #: ../../library/datetime.rst:31
76
76
msgid "Module :mod:`time`"
77
77
msgstr "模块 :mod:`time`"
78
78
79
79
#: ../../library/datetime.rst:32
80
80
msgid "Time access and conversions."
81
81
msgstr "时间的访问和转换"
82
82
83
- #: ../../library/datetime.rst:35
83
+ #: ../../library/datetime.rst:34
84
84
msgid "Module :mod:`zoneinfo`"
85
85
msgstr ":mod:`zoneinfo` 模块"
86
86
87
87
#: ../../library/datetime.rst:35
88
88
msgid "Concrete time zones representing the IANA time zone database."
89
89
msgstr "代表 IANA 时区数据库的具体时区。"
90
90
91
- #: ../../library/datetime.rst:38
91
+ #: ../../library/datetime.rst:37
92
92
msgid "Package `dateutil <https://dateutil.readthedocs.io/en/stable/>`_"
93
93
msgstr "`dateutil <https://dateutil.readthedocs.io/en/stable/>`_ 包"
94
94
95
95
#: ../../library/datetime.rst:38
96
96
msgid "Third-party library with expanded time zone and parsing support."
97
97
msgstr "具有扩展时区和解析支持的第三方库。"
98
98
99
- #: ../../library/datetime.rst:42
99
+ #: ../../library/datetime.rst:40
100
100
msgid "Package :pypi:`DateType`"
101
101
msgstr "包 :pypi:`DateType`"
102
102
@@ -2207,10 +2207,8 @@ msgstr ""
2207
2207
#: ../../library/datetime.rst:1693
2208
2208
msgid ""
2209
2209
"If an argument outside those ranges is given, :exc:`ValueError` is raised. "
2210
- "All default to 0 except *tzinfo*, which defaults to :const:` None`."
2210
+ "All default to 0 except *tzinfo*, which defaults to `` None` `."
2211
2211
msgstr ""
2212
- "如果给出一个此范围以外的参数,则会引发 :exc:`ValueError`。 所有参数值默认为 0,只有 *tzinfo* 默认为 "
2213
- ":const:`None`。"
2214
2212
2215
2213
#: ../../library/datetime.rst:1701
2216
2214
msgid "The earliest representable :class:`.time`, ``time(0, 0, 0, 0)``."
@@ -2767,7 +2765,7 @@ msgstr ""
2767
2765
":class:`tzinfo` 子类;当使用 :class:`timezone` 或者任何其他固定差值的 :class:`tzinfo` "
2768
2766
"子类(例如仅表示 EST (固定差值 -5 小时),或仅表示 EDT (固定差值 -4 小时) 的类时是不会有歧义的)。"
2769
2767
2770
- #: ../../library/datetime.rst:2222
2768
+ #: ../../library/datetime.rst:2216
2771
2769
msgid ":mod:`zoneinfo`"
2772
2770
msgstr ":mod:`zoneinfo`"
2773
2771
@@ -2786,7 +2784,7 @@ msgid ""
2786
2784
"database) to Python, and its usage is recommended."
2787
2785
msgstr "``zoneinfo`` 为 Python 带来了 *IANA时区数据库* (也被称为 Olson 数据库),推荐使用它。"
2788
2786
2789
- #: ../../library/datetime.rst:2228
2787
+ #: ../../library/datetime.rst:2224
2790
2788
msgid "`IANA timezone database <https://www.iana.org/time-zones>`_"
2791
2789
msgstr "`IANA 时区数据库 <https://www.iana.org/time-zones>`_"
2792
2790
@@ -3212,7 +3210,7 @@ msgstr "000000, 000001, ..., 999999"
3212
3210
msgid "\\ (5)"
3213
3211
msgstr "\\ (5)"
3214
3212
3215
- #: ../../library/datetime.rst:2411 ../../library/datetime.rst:2580
3213
+ #: ../../library/datetime.rst:2411 ../../library/datetime.rst:2570
3216
3214
msgid "``%z``"
3217
3215
msgstr "``%z``"
3218
3216
@@ -3231,7 +3229,7 @@ msgstr "(空), +0000, -0400, +1030, +063415, -030712.345216"
3231
3229
msgid "\\ (6)"
3232
3230
msgstr "\\ (6)"
3233
3231
3234
- #: ../../library/datetime.rst:2416 ../../library/datetime.rst:2608
3232
+ #: ../../library/datetime.rst:2416 ../../library/datetime.rst:2596
3235
3233
msgid "``%Z``"
3236
3234
msgstr "``%Z``"
3237
3235
@@ -3399,7 +3397,7 @@ msgstr "01, 02, ..., 53"
3399
3397
msgid "\\ (8), \\ (9)"
3400
3398
msgstr "\\ (8), \\ (9)"
3401
3399
3402
- #: ../../library/datetime.rst:2473 ../../library/datetime.rst:2594
3400
+ #: ../../library/datetime.rst:2473 ../../library/datetime.rst:2592
3403
3401
msgid "``%:z``"
3404
3402
msgstr "``%:z``"
3405
3403
0 commit comments