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

Skip to content

Commit ff131b3

Browse files
committed
[po] auto sync bot
1 parent e3c2bdc commit ff131b3

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

library/asyncio-platforms.po

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
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+
# ww song <[email protected]>, 2018
8+
# MuSheng Chen <[email protected]>, 2019
9+
#
610
#, fuzzy
711
msgid ""
812
msgstr ""
913
"Project-Id-Version: Python 3.7\n"
1014
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-18 09:12+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: ww song <sww4718168@gmail.com>, 2018\n"
15+
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
16+
"PO-Revision-Date: 2018-09-18 00:23+0000\n"
17+
"Last-Translator: MuSheng Chen <sheng.2179@gmail.com>, 2019\n"
1418
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1519
"MIME-Version: 1.0\n"
1620
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,24 +24,24 @@ msgstr ""
2024

2125
#: ../../library/asyncio-platforms.rst:9
2226
msgid "Platform Support"
23-
msgstr ""
27+
msgstr "平台支持"
2428

2529
#: ../../library/asyncio-platforms.rst:11
2630
msgid ""
2731
"The :mod:`asyncio` module is designed to be portable, but some platforms "
2832
"have subtle differences and limitations due to the platforms' underlying "
2933
"architecture and capabilities."
30-
msgstr ""
34+
msgstr ":mod:`asyncio` 模块被设计为可移植的,但由于平台的底层架构和功能,一些平台存在细微的差异和限制。"
3135

3236
#: ../../library/asyncio-platforms.rst:17
3337
msgid "All Platforms"
34-
msgstr ""
38+
msgstr "所有平台"
3539

3640
#: ../../library/asyncio-platforms.rst:19
3741
msgid ""
3842
":meth:`loop.add_reader` and :meth:`loop.add_writer` cannot be used to "
3943
"monitor file I/O."
40-
msgstr ""
44+
msgstr ":meth:`loop.add_reader` 和 :meth:`loop.add_writer` 不能用来监视文件I/O。"
4145

4246
#: ../../library/asyncio-platforms.rst:24
4347
msgid "Windows"

library/asyncio-policy.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,4 @@ msgid ""
306306
"To implement a new event loop policy, it is recommended to subclass "
307307
":class:`DefaultEventLoopPolicy` and override the methods for which custom "
308308
"behavior is wanted, e.g.::"
309-
msgstr ""
309+
msgstr "要实现一个新的事件循环策略,建议子类化 :class:`DefaultEventLoopPolicy` 并重写需要定制行为的方法,例如::"

0 commit comments

Comments
 (0)