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

Skip to content

Commit f5ae172

Browse files
committed
[po] auto sync bot
1 parent 8040098 commit f5ae172

4 files changed

Lines changed: 15 additions & 10 deletions

File tree

library/asyncio-policy.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,22 @@ msgid ""
3232
"An event loop policy is a global per-process object that controls the "
3333
"management of the event loop. Each event loop has a default policy, which "
3434
"can be changed and customized using the policy API."
35-
msgstr ""
35+
msgstr "事件循环策略是各个进程的全局对象 ,它控制事件循环的管理。每个事件循环都有一个默认策略,可以使用策略API更改和定制该策略。"
3636

3737
#: ../../library/asyncio-policy.rst:14
3838
msgid ""
3939
"A policy defines the notion of *context* and manages a separate event loop "
4040
"per context. The default policy defines *context* to be the current thread."
41-
msgstr ""
41+
msgstr "策略定义了“上下文”的概念,每个上下文管理一个单独的事件循环。默认策略将*context*定义为当前线程。"
4242

4343
#: ../../library/asyncio-policy.rst:18
4444
msgid ""
4545
"By using a custom event loop policy, the behavior of :func:`get_event_loop`,"
4646
" :func:`set_event_loop`, and :func:`new_event_loop` functions can be "
4747
"customized."
4848
msgstr ""
49+
"通过使用自定义事件循环策略,可以自定义 :func:`get_event_loop` 、 :func:`set_event_loop` 和 "
50+
":func:`new_event_loop` 函数的行为。"
4951

5052
#: ../../library/asyncio-policy.rst:22
5153
msgid ""

library/email.generator.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2018, Python Software Foundation
2+
# Copyright (C) 2001-2019, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Jerry Chen <[email protected]>, 2017
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.7\n"
1013
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"POT-Creation-Date: 2019-05-07 11:22+0900\n"
15+
"PO-Revision-Date: 2017-02-16 23:08+0000\n"
1316
"Last-Translator: Jerry Chen <[email protected]>, 2017\n"
1417
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1518
"MIME-Version: 1.0\n"
@@ -205,7 +208,7 @@ msgid ""
205208
"is required because strings cannot represent non-ASCII bytes.) Convert any "
206209
"bytes with the high bit set as needed using an ASCII-compatible :mailheader"
207210
":`Content-Transfer-Encoding`. That is, transform parts with non-ASCII "
208-
":mailheader:`Cotnent-Transfer-Encoding` (:mailheader:`Content-Transfer-"
211+
":mailheader:`Content-Transfer-Encoding` (:mailheader:`Content-Transfer-"
209212
"Encoding: 8bit`) to an ASCII compatible :mailheader:`Content-Transfer-"
210213
"Encoding`, and encode RFC-invalid non-ASCII bytes in headers using the MIME "
211214
"``unknown-8bit`` character set, thus rendering them RFC-compliant."

library/pyclbr.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.7\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
15+
"POT-Creation-Date: 2019-05-07 11:22+0900\n"
1616
"PO-Revision-Date: 2017-02-16 23:23+0000\n"
1717
"Last-Translator: Meng Du <[email protected]>, 2019\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -66,7 +66,7 @@ msgstr ""
6666
#: ../../library/pyclbr.rst:45
6767
msgid ""
6868
"Descriptors for nested definitions. They are accessed through the new "
69-
"children attibute. Each has a new parent attribute."
69+
"children attribute. Each has a new parent attribute."
7070
msgstr ""
7171

7272
#: ../../library/pyclbr.rst:49

license.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.7\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
17+
"POT-Creation-Date: 2019-05-07 11:22+0900\n"
1818
"PO-Revision-Date: 2017-02-16 17:32+0000\n"
1919
"Last-Translator: ppcfish <[email protected]>, 2019\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -354,7 +354,7 @@ msgstr ""
354354
#: ../../license.rst:563
355355
msgid ""
356356
"The file :file:`Python/pyhash.c` contains Marek Majkowski' implementation of"
357-
" Dan Bernstein's SipHash24 algorithm. The contains the following note::"
357+
" Dan Bernstein's SipHash24 algorithm. It contains the following note::"
358358
msgstr ""
359359

360360
#: ../../license.rst:590

0 commit comments

Comments
 (0)