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

Skip to content

Commit 339670c

Browse files
committed
[po] auto sync bot
1 parent 1b00860 commit 339670c

2 files changed

Lines changed: 17 additions & 10 deletions

File tree

library/codecs.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Meng Du <[email protected]>, 2019
1010
# Zombie110year <[email protected]>, 2019
1111
# ppcfish <[email protected]>, 2019
12+
# nick <[email protected]>, 2019
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2019-04-12 11:10+0900\n"
1920
"PO-Revision-Date: 2017-02-16 23:02+0000\n"
20-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
21+
"Last-Translator: nick <2330458484@qq.com>, 2019\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -31,7 +32,7 @@ msgstr ""
3132

3233
#: ../../library/codecs.rst:11
3334
msgid "**Source code:** :source:`Lib/codecs.py`"
34-
msgstr ""
35+
msgstr "**源代码:** :source:`Lib/codecs.py`"
3536

3637
#: ../../library/codecs.rst:23
3738
msgid ""
@@ -49,7 +50,7 @@ msgstr ""
4950
msgid ""
5051
"The module defines the following functions for encoding and decoding with "
5152
"any codec:"
52-
msgstr ""
53+
msgstr "该模块定义了以下用于使用任何编解码器进行编码和解码的函数:"
5354

5455
#: ../../library/codecs.rst:38
5556
msgid "Encodes *obj* using the codec registered for *encoding*."

library/codeop.po

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
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+
# nick <[email protected]>, 2019
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-01-01 10:14+0900\n"
15+
"PO-Revision-Date: 2017-02-16 23:02+0000\n"
16+
"Last-Translator: nick <[email protected]>, 2019\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,11 +23,11 @@ msgstr ""
1923

2024
#: ../../library/codeop.rst:2
2125
msgid ":mod:`codeop` --- Compile Python code"
22-
msgstr ""
26+
msgstr ":mod:`codeop` --- 编译Python代码"
2327

2428
#: ../../library/codeop.rst:10
2529
msgid "**Source code:** :source:`Lib/codeop.py`"
26-
msgstr ""
30+
msgstr "**源代码:** :source:`Lib/codeop.py`"
2731

2832
#: ../../library/codeop.rst:14
2933
msgid ""
@@ -33,16 +37,18 @@ msgid ""
3337
"include such a loop in your program you probably want to use the :mod:`code`"
3438
" module instead."
3539
msgstr ""
40+
":mod:`codeop` 模块提供了可以模拟Python读取-执行-打印循环的实用程序,就像在 :mod:`code` "
41+
"模块中一样。因此,您可能不希望直接使用该模块;如果你想在程序中包含这样一个循环,你可能需要使用 :mod:`code` 模块。"
3642

3743
#: ../../library/codeop.rst:20
3844
msgid "There are two parts to this job:"
39-
msgstr ""
45+
msgstr "这个任务有两个部分:"
4046

4147
#: ../../library/codeop.rst:22
4248
msgid ""
4349
"Being able to tell if a line of input completes a Python statement: in "
4450
"short, telling whether to print '``>>>``' or '``...``' next."
45-
msgstr ""
51+
msgstr "能够判断一行输入是否完成了一个Python语句:简而言之,告诉我们是否要打印'\">>>\"'或'\"...\"'。"
4652

4753
#: ../../library/codeop.rst:25
4854
msgid ""

0 commit comments

Comments
 (0)