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

Skip to content

Commit 5847f90

Browse files
committed
[po] auto sync bot
1 parent 5bdfec7 commit 5847f90

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

library/ast.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Jarry Shaw <[email protected]>, 2018
87
# Freesand Leo <[email protected]>, 2018
8+
# Jarry Shaw <[email protected]>, 2018
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2018-10-29 09:36+0900\n"
1616
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
17+
"Last-Translator: Jarry Shaw <jarryshaw@icloud.com>, 2018\n"
1818
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -64,9 +64,8 @@ msgid ""
6464
":ref:`below <abstract-grammar>`. They are defined in the :mod:`_ast` C "
6565
"module and re-exported in :mod:`ast`."
6666
msgstr ""
67-
"这是所有 AST 节点类的基类。实际上,这些节点类派生自 :ref:`如下 <abstract-grammar>` 释例的 "
68-
":file:`Parser/Python.asdl` 文件。它们在 C 语言模块 :mod:`_ast` 中定义,并被导出至 :mod:`ast` "
69-
"模块。"
67+
"这是所有 AST 节点类的基类。实际上,这些节点类派生 :file:`Parser/Python.asdl` 文件,其中定义的语法树示例:ref:`如下"
68+
" <abstract-grammar>`。它们在 C 语言模块 :mod:`_ast` 中定义,并被导出至 :mod:`ast` 模块。"
7069

7170
#: ../../library/ast.rst:36
7271
msgid ""

library/collections.abc.po

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Jarry Shaw <[email protected]>, 2018
8+
#
69
#, fuzzy
710
msgid ""
811
msgstr ""
912
"Project-Id-Version: Python 3.7\n"
1013
"Report-Msgid-Bugs-To: \n"
1114
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
15+
"PO-Revision-Date: 2017-02-16 23:03+0000\n"
16+
"Last-Translator: Jarry Shaw <[email protected]>, 2018\n"
1317
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1418
"MIME-Version: 1.0\n"
1519
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,22 +23,24 @@ msgstr ""
1923

2024
#: ../../library/collections.abc.rst:2
2125
msgid ":mod:`collections.abc` --- Abstract Base Classes for Containers"
22-
msgstr ""
26+
msgstr ":mod:`collections.abc` --- 容器的抽象基类"
2327

2428
#: ../../library/collections.abc.rst:10
2529
msgid "Formerly, this module was part of the :mod:`collections` module."
26-
msgstr ""
30+
msgstr "该模块曾是 :mod:`collections` 模块的组成部分。"
2731

2832
#: ../../library/collections.abc.rst:13
2933
msgid "**Source code:** :source:`Lib/_collections_abc.py`"
30-
msgstr ""
34+
msgstr "**源代码:** :source:`Lib/_collections_abc.py`"
3135

3236
#: ../../library/collections.abc.rst:23
3337
msgid ""
3438
"This module provides :term:`abstract base classes <abstract base class>` "
3539
"that can be used to test whether a class provides a particular interface; "
3640
"for example, whether it is hashable or whether it is a mapping."
3741
msgstr ""
42+
"该模块定义了一些:term:`抽象基类 <abstract base "
43+
"class>`,它们可用于判断一个具体类是否具有某一特定的接口;例如,这个类是否可哈希,或其是否为映射类。"
3844

3945
#: ../../library/collections.abc.rst:31
4046
msgid "Collections Abstract Base Classes"

0 commit comments

Comments
 (0)