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

Skip to content

Commit d9d6ace

Browse files
committed
[po] auto sync bot
1 parent 5e8f1d6 commit d9d6ace

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

library/stdtypes.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# Zombie110year <[email protected]>, 2019
1818
# stonejing <[email protected]>, 2019
1919
# ppcfish <[email protected]>, 2019
20-
# Freesand Leo <[email protected]>, 2019
2120
# Meng Du <[email protected]>, 2019
21+
# Freesand Leo <[email protected]>, 2019
2222
#
2323
#, fuzzy
2424
msgid ""
@@ -27,7 +27,7 @@ msgstr ""
2727
"Report-Msgid-Bugs-To: \n"
2828
"POT-Creation-Date: 2019-04-12 11:10+0900\n"
2929
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
30-
"Last-Translator: Meng Du <alphanow@gmail.com>, 2019\n"
30+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
3131
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3232
"MIME-Version: 1.0\n"
3333
"Content-Type: text/plain; charset=UTF-8\n"
@@ -410,7 +410,7 @@ msgid ""
410410
"specific type."
411411
msgstr ""
412412
"Python 完全支持混合算术:当一个二元运算符用于不同数字类型的操作数时,具有“较窄” "
413-
"类型的操作数会被扩展为另操作数的类型,整数比浮点数更窄,浮点数又比复数更窄。 混合类型数字之间的比较也使用相同的规则。 [2]_ 构造器 "
413+
"类型的操作数会被扩展为另一个操作数的类型,整数比浮点数更窄,浮点数又比复数更窄。 混合类型数字之间的比较也使用相同的规则。 [2]_ 构造器 "
414414
":func:`int`, :func:`float` 和 :func:`complex` 可被用于生成特定类型的数字。"
415415

416416
#: ../../library/stdtypes.rst:270

library/time.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# cdarlint <[email protected]>, 2019
1515
# 马强 <[email protected]>, 2019
1616
# ppcfish <[email protected]>, 2019
17-
# Freesand Leo <[email protected]>, 2019
1817
# Meng Du <[email protected]>, 2019
18+
# Freesand Leo <[email protected]>, 2019
1919
#
2020
#, fuzzy
2121
msgid ""
@@ -24,7 +24,7 @@ msgstr ""
2424
"Report-Msgid-Bugs-To: \n"
2525
"POT-Creation-Date: 2019-01-12 10:20+0900\n"
2626
"PO-Revision-Date: 2017-02-16 23:30+0000\n"
27-
"Last-Translator: Meng Du <alphanow@gmail.com>, 2019\n"
27+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2828
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2929
"MIME-Version: 1.0\n"
3030
"Content-Type: text/plain; charset=UTF-8\n"
@@ -156,7 +156,7 @@ msgid ""
156156
"and :attr:`tm_zone` attributes when platform supports corresponding ``struct"
157157
" tm`` members."
158158
msgstr ""
159-
"在平台支持相应的 ``struct tm``成员时, :class:`struct_time` 类型被扩展提供 :attr:`tm_gmtoff` 和 "
159+
"在平台支持相应的 ``struct tm`` 成员时,:class:`struct_time` 类型被扩展提供 :attr:`tm_gmtoff` 和 "
160160
":attr:`tm_zone` 属性。"
161161

162162
#: ../../library/time.rst:98

using/windows.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#
66
# Translators:
77
# hanfeng <[email protected]>, 2018
8-
# Freesand Leo <[email protected]>, 2018
98
# Meng Du <[email protected]>, 2019
109
# Shengjing Zhu <[email protected]>, 2019
1110
# ppcfish <[email protected]>, 2019
11+
# Freesand Leo <[email protected]>, 2019
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2019-04-13 11:09+0900\n"
1919
"PO-Revision-Date: 2017-02-16 23:42+0000\n"
20-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
20+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1370,8 +1370,8 @@ msgid ""
13701370
"version. I.e. ``/usr/bin/python2.7-32`` will request usage of the 32-bit "
13711371
"python 2.7."
13721372
msgstr ""
1373-
"任何上述虚拟命令都可以使用显式版本(仅主要版本或主要版本和次要版本)作为后缀。此外,可以通过在次要版本之后添加“-32”来请求32位版本。例如 "
1374-
"``/usr/bin/python2.7-32``将请求使用32位python 2.7。"
1373+
"任何上述虚拟命令都可以显式指定版本(可以仅为主要版本,也可以为主要版本加次要版本)作为后缀。 此外,可以通过在次要版本之后添加 “-32” 来请求 32"
1374+
" 位版本。 例如 ``/usr/bin/python2.7-32`` 将请求使用 32 位 python 2.7。"
13751375

13761376
#: ../../using/windows.rst:774
13771377
msgid ""
@@ -1471,9 +1471,9 @@ msgid ""
14711471
"\"3.7-64\". (Note that the \"-64\" option is only available with the "
14721472
"launcher included with Python 3.7 or newer.)"
14731473
msgstr ""
1474-
"如果在命令中找不到版本限定符,则可以设置环境变量 ``PY_PYTHON`` "
1475-
"以指定默认版本限定符。如果未设置,则默认为“3”。该变量可以指定可以在命令行上传递的任何值,比如 “3” , “3.7” , “3.7-32 或 "
1476-
"“3.7-64” 。 (请注意,“-64”选项仅适用于Python 3.7或更高版本中包含的启动程序。)"
1474+
"如果在命令中找不到版本限定符,则可以设置环境变量 :envvar:`PY_PYTHON` 以指定默认版本限定符。 如果未设置,则默认为 \"3\" "
1475+
"该变量可以指定能通过命令行传递的任何值,比如 \"3\", \"3.7\", \"3.7-32\"\"3.7-64\"。 (请注意 \"-64\""
1476+
" 选项仅适用于 Python 3.7 或更高版本中包含的启动器。)"
14771477

14781478
#: ../../using/windows.rst:831
14791479
msgid ""

0 commit comments

Comments
 (0)