Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59a4e46

Browse files
[po] auto sync
1 parent 1fa0109 commit 59a4e46

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

library/datetime.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ msgstr "具有扩展时区和解析支持的第三方库。"
8686

8787
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:36
8888
msgid "Aware and Naive Objects"
89-
msgstr "感知型对象和无知型对象"
89+
msgstr "感知型对象和简单型对象"
9090

9191
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:38
9292
msgid "Date and time objects may be categorized as \"aware\" or \"naive.\""
93-
msgstr "日期和时间对象可以分为“感知型”或“无知型”两类。"
93+
msgstr "日期和时间对象可以分为“感知型”或“简单型”两类。"
9494

9595
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:40
9696
msgid ""
@@ -113,9 +113,9 @@ msgid ""
113113
" objects are easy to understand and to work with, at the cost of ignoring "
114114
"some aspects of reality."
115115
msgstr ""
116-
"**无知型** 对象没有包含足够多的信息来无歧义地相对于其他 date/time 对象来定位自身时间点。 "
117-
"不论一个无知型对象所代表的是世界标准时间(UTC)、当地时间还是某个其他时区的时间完全取决于具体程序,就像一个特定数字所代表的是米、英里还是质量完全取决于具体程序一样。"
118-
" 无知型对象更易于理解和使用,代价则是忽略了某些现实性考量。"
116+
"**简单型** 对象没有包含足够多的信息来无歧义地相对于其他 date/time 对象来定位自身时间点。 "
117+
"不论一个简单型对象所代表的是世界标准时间(UTC)、当地时间还是某个其他时区的时间完全取决于具体程序,就像一个特定数字所代表的是米、英里还是质量完全取决于具体程序一样。"
118+
" 简单型对象更易于理解和使用,代价则是忽略了某些现实性考量。"
119119

120120
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:53
121121
msgid ""
@@ -170,7 +170,7 @@ msgid ""
170170
" and always will be, in effect. Attributes: :attr:`year`, :attr:`month`, and"
171171
" :attr:`day`."
172172
msgstr ""
173-
"一个理想化的朴素型日期,它假设当今的公历在过去和未来永远有效。 属性: :attr:`year`, :attr:`month`, and "
173+
"一个理想化的简单型日期,它假设当今的公历在过去和未来永远有效。 属性: :attr:`year`, :attr:`month`, and "
174174
":attr:`day`。"
175175

176176
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:97
@@ -249,7 +249,7 @@ msgstr ""
249249

250250
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:160
251251
msgid "Objects of the :class:`date` type are always naive."
252-
msgstr ":class:`date` 类型的对象都是无知型的。"
252+
msgstr ":class:`date` 类型的对象都是简单型的。"
253253

254254
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:162
255255
msgid ""
@@ -1666,7 +1666,7 @@ msgstr "*tz* 现在可以被省略。"
16661666
msgid ""
16671667
"The :meth:`astimezone` method can now be called on naive instances that are "
16681668
"presumed to represent system local time."
1669-
msgstr ":meth:`astimezone` 方法可以由无知型实例调用,这将假定其表示本地时间。"
1669+
msgstr ":meth:`astimezone` 方法可以由简单型实例调用,这将假定其表示本地时间。"
16701670

16711671
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:1276
16721672
msgid ""
@@ -2897,7 +2897,7 @@ msgstr "``%z``"
28972897
msgid ""
28982898
"UTC offset in the form ``±HHMM[SS[.ffffff]]`` (empty string if the object is"
28992899
" naive)."
2900-
msgstr "UTC 偏移量,格式为 ``±HHMM[SS[.ffffff]]`` (如果对象是朴素的,则为空字符串)。"
2900+
msgstr "UTC 偏移量,格式为 ``±HHMM[SS[.ffffff]]`` (如果是简单型对象则为空字符串)。"
29012901

29022902
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:2358
29032903
msgid "(empty), +0000, -0400, +1030, +063415, -030712.345216"
@@ -2914,7 +2914,7 @@ msgstr "``%Z``"
29142914

29152915
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:2363
29162916
msgid "Time zone name (empty string if the object is naive)."
2917-
msgstr "时区名称(如果对象为无知型则为空字符串)。"
2917+
msgstr "时区名称(如果对象为简单型则为空字符串)。"
29182918

29192919
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:2363
29202920
msgid "(empty), UTC, EST, CST"
@@ -3216,7 +3216,7 @@ msgstr ""
32163216
msgid ""
32173217
"For a naive object, the ``%z`` and ``%Z`` format codes are replaced by empty"
32183218
" strings."
3219-
msgstr "对于无知型对象,``%z`` and ``%Z`` 格式代码会被替换为空字符串。"
3219+
msgstr "对于简单型对象,``%z`` and ``%Z`` 格式代码会被替换为空字符串。"
32203220

32213221
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:2509
32223222
msgid "For an aware object:"

0 commit comments

Comments
 (0)