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

Skip to content

Commit b79020d

Browse files
[po] auto sync
1 parent 08fe7fc commit b79020d

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

library/csv.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
# 开 方 <[email protected]>, 2019
1212
# Yunxuan Chai <[email protected]>, 2019
1313
# Chang Ye <[email protected]>, 2019
14-
# Freesand Leo <[email protected]>, 2019
1514
# Arisaka97 <[email protected]>, 2019
1615
# ppcfish <[email protected]>, 2019
16+
# Freesand Leo <[email protected]>, 2020
1717
#
1818
#, fuzzy
1919
msgid ""
@@ -22,7 +22,7 @@ msgstr ""
2222
"Report-Msgid-Bugs-To: \n"
2323
"POT-Creation-Date: 2020-03-25 13:16+0000\n"
2424
"PO-Revision-Date: 2017-02-16 23:04+0000\n"
25-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
25+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2626
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2727
"MIME-Version: 1.0\n"
2828
"Content-Type: text/plain; charset=UTF-8\n"
@@ -228,6 +228,8 @@ msgid ""
228228
"missing values are filled-in with the value of *restval* (which defaults to "
229229
"``None``)."
230230
msgstr ""
231+
"如果某一行中的字段多于字段名,则剩余数据会被放入一个列表,并与 *restkey* 所指定的字段名 (默认为 ``None``) 一起保存。 "
232+
"如果某个非空白行的字段少于字段名,则缺失的值会使用 *restval* 的值来填充 (默认为 ``None``)。"
231233

232234
#: ../../library/csv.rst:167
233235
msgid ""

library/plistlib.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Fred <[email protected]>, 2018
88
# Pandaaaa906 <[email protected]>, 2019
9+
# Freesand Leo <[email protected]>, 2020
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1617
"PO-Revision-Date: 2017-02-16 23:22+0000\n"
17-
"Last-Translator: Pandaaaa906 <ye.pandaaaa906@gmail.com>, 2019\n"
18+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
1819
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,11 +25,11 @@ msgstr ""
2425

2526
#: ../../library/plistlib.rst:2
2627
msgid ":mod:`plistlib` --- Generate and parse Mac OS X ``.plist`` files"
27-
msgstr ""
28+
msgstr ":mod:`plistlib` --- 生成与解析 Mac OS X ``.plist`` 文件"
2829

2930
#: ../../library/plistlib.rst:11
3031
msgid "**Source code:** :source:`Lib/plistlib.py`"
31-
msgstr ""
32+
msgstr "**源代码:** :source:`Lib/plistlib.py`"
3233

3334
#: ../../library/plistlib.rst:19
3435
msgid ""

library/xdrlib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,4 @@ msgstr "从 :exc:`Error` 所派生的类。 不包含额外的实例变量。"
330330

331331
#: ../../library/xdrlib.rst:270
332332
msgid "Here is an example of how you would catch one of these exceptions::"
333-
msgstr ""
333+
msgstr "以下是一个应该如何捕获这些异常的示例::"

reference/datamodel.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,8 @@ msgid ""
610610
"an existing key does not change the order, however removing a key and re-"
611611
"inserting it will add it to the end instead of keeping its old place."
612612
msgstr ""
613+
"字典会保留插入顺序,这意味着键将以它们被添加的顺序在字典中依次产生。 "
614+
"替换某个现有的键不会改变其顺序,但是移除某个键再重新插入则会将其添加到末尾而不会保留其原有位置。"
613615

614616
#: ../../reference/datamodel.rst:428
615617
msgid ""
@@ -631,6 +633,8 @@ msgid ""
631633
"3.6. In CPython 3.6, insertion order was preserved, but it was considered an"
632634
" implementation detail at that time rather than a language guarantee."
633635
msgstr ""
636+
"在 Python 3.6 版之前字典不会保留插入顺序。 在 CPython 3.6 "
637+
"中插入顺序会被保留,但这在当时被当作是一个实现细节而非确定的语言特性。"
634638

635639
#: ../../reference/datamodel.rst:700
636640
msgid "Callable types"

0 commit comments

Comments
 (0)