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

Skip to content

Commit 9804fe4

Browse files
committed
[po] auto sync bot
1 parent c7597d8 commit 9804fe4

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

howto/logging-cookbook.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Fei Yin <[email protected]>, 2018
88
# 欢 王 <[email protected]>, 2018
99
# Meng Du <[email protected]>, 2019
10-
# 非法操作 <[email protected]>, 2019
1110
# Freesand Leo <[email protected]>, 2019
11+
# 非法操作 <[email protected]>, 2019
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1919
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
20-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
20+
"Last-Translator: 非法操作 <ultrahe@gmail.com>, 2019\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -334,7 +334,7 @@ msgstr ""
334334

335335
#: ../../howto/logging-cookbook.rst:564
336336
msgid "Using LoggerAdapters to impart contextual information"
337-
msgstr ""
337+
msgstr "使用日志适配器传递上下文信息"
338338

339339
#: ../../howto/logging-cookbook.rst:566
340340
msgid ""

library/datetime.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ msgid ""
8080
"Naive objects are easy to understand and to work with, at the cost of "
8181
"ignoring some aspects of reality."
8282
msgstr ""
83+
"\"naive\" 对象没包含足够多的信息来明确定位与之相关的 \"date\"对象和\"time\"对象。\"naive\"对象代表的是 "
84+
"世界标准时间(UTC), "
85+
"当地时间或者是其它时区的时间完全取决于程序就像一个数字是代表的是米、英里或者质量完全取决于程序。\"naive\"对象以忽略了一些现实情况的为代价使得它容易理解和使用。"
8386

8487
#: ../../library/datetime.rst:38
8588
msgid ""
@@ -132,14 +135,15 @@ msgstr "时间的访问和转换"
132135

133136
#: ../../library/datetime.rst:75
134137
msgid "Available Types"
135-
msgstr ""
138+
msgstr "有效的类型"
136139

137140
#: ../../library/datetime.rst:80
138141
msgid ""
139142
"An idealized naive date, assuming the current Gregorian calendar always was,"
140143
" and always will be, in effect. Attributes: :attr:`year`, :attr:`month`, and"
141144
" :attr:`day`."
142145
msgstr ""
146+
"理想的 naive 日期假设公历是永远有效的。属性: :attr:`year`, :attr:`month`, and :attr:`day`。"
143147

144148
#: ../../library/datetime.rst:88
145149
msgid ""
@@ -178,7 +182,7 @@ msgstr ""
178182

179183
#: ../../library/datetime.rst:126
180184
msgid "Objects of these types are immutable."
181-
msgstr ""
185+
msgstr "这些类型的对象都是不可变的。 "
182186

183187
#: ../../library/datetime.rst:128
184188
msgid "Objects of the :class:`date` type are always naive."

0 commit comments

Comments
 (0)