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

Skip to content

Commit e75626f

Browse files
committed
[po] auto sync bot
1 parent 29b5e13 commit e75626f

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

tutorial/classes.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Shengjing Zhu <[email protected]>, 2018
99
# Junkai Shao <[email protected]>, 2018
1010
# ww song <[email protected]>, 2018
11+
# 浩康 王 <[email protected]>, 2018
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2018-11-08 09:41+0900\n"
1819
"PO-Revision-Date: 2017-02-16 23:39+0000\n"
19-
"Last-Translator: ww song <sww4718168@gmail.com>, 2018\n"
20+
"Last-Translator: 浩康 王 <hk13231757930@gmail.com>, 2018\n"
2021
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -156,7 +157,7 @@ msgid ""
156157
" happens to be a straightforward mapping between the module's attributes and"
157158
" the global names defined in the module: they share the same namespace! "
158159
"[#]_"
159-
msgstr ""
160+
msgstr "顺便说,我们将一个命名后的点(dot)看作该命名的属性"
160161

161162
#: ../../tutorial/classes.rst:90
162163
msgid ""

tutorial/errors.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
# Translators:
77
# ww song <[email protected]>, 2018
8-
# Woostundy <[email protected]>, 2018
98
# Larry wang <[email protected]>, 2018
9+
# Woostundy <[email protected]>, 2018
1010
# Junkai Shao <[email protected]>, 2018
1111
#
1212
#, fuzzy
@@ -57,8 +57,8 @@ msgid ""
5757
" so you know where to look in case the input came from a script."
5858
msgstr ""
5959
"解析器会输出出现语法错误的那一行,并显示一个“箭头”,指向这行里面检测到第一个错误。 错误是由箭头指示的位置 *上面* "
60-
"的令牌(或者至少是在这里被检测出的)引起的:在示例中,在 :func:`print` 这个函数中检测到了错误,因为在它前面少了个冒号 (``':'``)"
61-
" 。文件名和行号也会被输出,以便输入来自脚本文件时你能知道去哪检查。"
60+
"的token引起的(或者至少是在这里被检测出的):在示例中,在 :func:`print` 这个函数中检测到了错误,因为在它前面少了个冒号 "
61+
"(``':'``) 。文件名和行号也会被输出,以便输入来自脚本文件时你能知道去哪检查。"
6262

6363
#: ../../tutorial/errors.rst:37
6464
msgid "Exceptions"

0 commit comments

Comments
 (0)