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

Skip to content

Commit 155ae8e

Browse files
committed
[po] auto sync bot
1 parent 2d56559 commit 155ae8e

2 files changed

Lines changed: 23 additions & 8 deletions

File tree

tutorial/appendix.po

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
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+
# 启迪 吴 <[email protected]>, 2017
9+
# ww song <[email protected]>, 2018
10+
# Henry Zhu <[email protected]>, 2018
11+
#
612
#, fuzzy
713
msgid ""
814
msgstr ""
915
"Project-Id-Version: Python 3.7\n"
1016
"Report-Msgid-Bugs-To: \n"
1117
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: 刘士 <liushilive@outlook.com>, 2018\n"
18+
"PO-Revision-Date: 2017-02-16 23:39+0000\n"
19+
"Last-Translator: Henry Zhu <zhuhe212@163.com>, 2018\n"
1420
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1521
"MIME-Version: 1.0\n"
1622
"Content-Type: text/plain; charset=UTF-8\n"
@@ -42,9 +48,9 @@ msgid ""
4248
"error messages are written to the standard error stream; normal output from "
4349
"executed commands is written to standard output."
4450
msgstr ""
45-
"当发生错误时,解释器会打印一条错误消息和一个堆栈跟踪。在交互模式下,它返回到主提示符;当输入来自文件时,在打印堆栈跟踪之后,它会以非零状态退出。(:keyword:`except`"
46-
" :keyword:`try` "
47-
"中产生的错误,在这个上下文中没有错误。)有些错误是无条件致命的,并导致一个非零退出;这适用于内部逻辑矛盾和内存耗尽的情况。所有错误消息都被写入标准错误流;执行命令的正常输出被写入标准输出。"
51+
"当发生错误时,解释器会打印错误信息和错误堆栈。在交互模式下,将返回到主命令提示符;如果输入内容来自文件,在打印错误堆栈之后,程序会以非零状态退出。(这里所说的错误不包括"
52+
" :keyword:`try` 语句中由 :keyword:`except` "
53+
"所捕获的异常。)有些错误是无条件致命的,会导致程序以非零状态退出;比如内部逻辑矛盾或内存耗尽。所有错误信息都会被写入标准错误流;而命令的正常输出则被写入标准输出流。"
4854

4955
#: ../../tutorial/appendix.rst:28
5056
msgid ""

tutorial/datastructures.po

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@
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+
# xiao xu <[email protected]>, 2018
9+
# Fred <[email protected]>, 2018
10+
# 玉龙 刘 <[email protected]>, 2018
11+
# 刘士 <[email protected]>, 2018
12+
# Freesand Leo <[email protected]>, 2018
13+
# Henry Zhu <[email protected]>, 2018
14+
#
615
#, fuzzy
716
msgid ""
817
msgstr ""
918
"Project-Id-Version: Python 3.7\n"
1019
"Report-Msgid-Bugs-To: \n"
1120
"POT-Creation-Date: 2018-10-27 09:37+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2018\n"
21+
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
22+
"Last-Translator: Henry Zhu <zhuhe212@163.com>, 2018\n"
1423
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1524
"MIME-Version: 1.0\n"
1625
"Content-Type: text/plain; charset=UTF-8\n"
@@ -62,7 +71,7 @@ msgstr ""
6271
msgid ""
6372
"Remove the first item from the list whose value is equal to *x*. It raises "
6473
"a :exc:`ValueError` if there is no such item."
65-
msgstr ""
74+
msgstr "移除列表中第一个值为 *x* 的元素。如果没有这样的元素,则抛出 :exc:`ValueError` 异常。"
6675

6776
#: ../../tutorial/datastructures.rst:50
6877
msgid ""

0 commit comments

Comments
 (0)