1919# MuSheng Chen <[email protected] >, 20192020# 1lin24 <[email protected] >, 20192121# emrich <[email protected] >, 201922- # Freesand Leo <[email protected] >, 201923222423# dogn he <[email protected] >, 20192524# ppcfish <[email protected] >, 201925+ # Freesand Leo <[email protected] >, 20192626#
2727#, fuzzy
2828msgid ""
@@ -31,7 +31,7 @@ msgstr ""
3131"Report-Msgid-Bugs-To : \n "
3232"POT-Creation-Date : 2019-12-24 12:15+0000\n "
3333"PO-Revision-Date : 2017-02-16 23:06+0000\n "
34- "Last-Translator : ppcfish <ppcfish@gmail .com>, 2019\n "
34+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\n "
3535"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
3636"MIME-Version : 1.0\n "
3737"Content-Type : text/plain; charset=UTF-8\n "
@@ -86,11 +86,11 @@ msgstr "具有扩展时区和解析支持的第三方库。"
8686
8787#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:36
8888msgid "Aware and Naive Objects"
89- msgstr "感知对象和朴素对象 "
89+ msgstr "感知型对象和无知型对象 "
9090
9191#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:38
9292msgid "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
9696msgid ""
@@ -100,6 +100,8 @@ msgid ""
100100" object represents a specific moment in time that is not open to "
101101"interpretation. [#]_"
102102msgstr ""
103+ "充分掌握应用性算法和政治性时间调整信息例如时区和夏令时的情况下,一个 **感知型** 对象就能相对于其他感知型对象来精确定位自身时间点。 "
104+ "感知型对象是用来表示一个没有解释空间的固定时间点。 [#]_"
103105
104106#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:46
105107msgid ""
@@ -111,6 +113,9 @@ msgid ""
111113" objects are easy to understand and to work with, at the cost of ignoring "
112114"some aspects of reality."
113115msgstr ""
116+ "**无知型** 对象没有包含足够多的信息来无歧义地相对于其他 date/time 对象来定位自身时间点。 "
117+ "不论一个无知型对象所代表的是世界标准时间(UTC)、当地时间还是某个其他时区的时间完全取决于具体程序,就像一个特定数字所代表的是米、英里还是质量完全取决于具体程序一样。"
118+ " 无知型对象更易于理解和使用,代价则是忽略了某些现实性考量。"
114119
115120#: /home/travis/build/python/cpython-doc-catalog/Doc/library/datetime.rst:53
116121msgid ""
0 commit comments