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

Skip to content

Commit 48f75ea

Browse files
[po] auto sync
1 parent 4051f2d commit 48f75ea

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

library/cmath.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# 赵天畅 <[email protected]>, 2019
1111
# Freesand Leo <[email protected]>, 2019
1212
# Naisen Xu <[email protected]>, 2019
13+
# Arisaka97 <[email protected]>, 2019
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2019-09-01 14:24+0000\n"
2021
"PO-Revision-Date: 2017-02-16 23:02+0000\n"
21-
"Last-Translator: Naisen Xu <723648649@qq.com>, 2019\n"
22+
"Last-Translator: Arisaka97 <solitaire2312@gmail.com>, 2019\n"
2223
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
@@ -28,7 +29,7 @@ msgstr ""
2829

2930
#: ../../library/cmath.rst:2
3031
msgid ":mod:`cmath` --- Mathematical functions for complex numbers"
31-
msgstr ":mod:`cmath` ——关于复数的数学函数"
32+
msgstr ":mod:`cmath` --- 关于复数的数学函数"
3233

3334
#: ../../library/cmath.rst:9
3435
msgid ""

library/datetime.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ msgid ""
2929
msgstr ""
3030
"Project-Id-Version: Python 3.8\n"
3131
"Report-Msgid-Bugs-To: \n"
32-
"POT-Creation-Date: 2019-09-13 11:25+0000\n"
32+
"POT-Creation-Date: 2019-12-01 12:04+0000\n"
3333
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
3434
"Last-Translator: ppcfish <[email protected]>, 2019\n"
3535
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1184,7 +1184,7 @@ msgid ""
11841184
"Because naive ``datetime`` objects are treated by many ``datetime`` methods "
11851185
"as local times, it is preferred to use aware datetimes to represent times in"
11861186
" UTC. As such, the recommended way to create an object representing the "
1187-
"current time in UTC by calling ``datetime.now(timezone.utc)``."
1187+
"current time in UTC is by calling ``datetime.now(timezone.utc)``."
11881188
msgstr ""
11891189

11901190
#: ../../library/datetime.rst:889
@@ -1268,7 +1268,7 @@ msgid ""
12681268
"Because naive ``datetime`` objects are treated by many ``datetime`` methods "
12691269
"as local times, it is preferred to use aware datetimes to represent times in"
12701270
" UTC. As such, the recommended way to create an object representing a "
1271-
"specific timestamp in UTC by calling ``datetime.fromtimestamp(timestamp, "
1271+
"specific timestamp in UTC is by calling ``datetime.fromtimestamp(timestamp, "
12721272
"tz=timezone.utc)``."
12731273
msgstr ""
12741274

library/os.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,8 @@ msgid ""
12451245
"descriptors are :ref:`non-inheritable <fd_inheritance>`. For a (slightly) "
12461246
"more portable approach, use the :mod:`pty` module."
12471247
msgstr ""
1248+
"打开一对新的伪终端,返回一对文件描述符``(主,从)``,分别为 pty 和 tty。新的文件描述符是 :ref:`不可继承 "
1249+
"<fd_inheritance>` 的。对于(稍微)轻量一些的方法,请使用 :mod:`pty` 模块。"
12481250

12491251
#: ../../library/os.rst:1035 ../../library/os.rst:1061
12501252
#: ../../library/os.rst:3503
@@ -1261,6 +1263,8 @@ msgid ""
12611263
"reading and writing, respectively. The new file descriptor is :ref:`non-"
12621264
"inheritable <fd_inheritance>`."
12631265
msgstr ""
1266+
"创建一个管道,返回一对分别用于读取和写入的文件描述符 ``(r, w)``。新的文件描述符是 :ref:`不可继承 <fd_inheritance>` "
1267+
"的。"
12641268

12651269
#: ../../library/os.rst:1054
12661270
msgid ""

library/pickle.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ msgstr ""
3333

3434
#: ../../library/pickle.rst:2
3535
msgid ":mod:`pickle` --- Python object serialization"
36-
msgstr ":mod:`pickle` —— Python 对象序列化"
36+
msgstr ":mod:`pickle` --- Python 对象序列化"
3737

3838
#: ../../library/pickle.rst:10
3939
msgid "**Source code:** :source:`Lib/pickle.py`"

0 commit comments

Comments
 (0)