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

Skip to content

Commit 6e8f3e4

Browse files
committed
[po] auto sync bot
1 parent 2c0b2ee commit 6e8f3e4

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

library/csv.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# walkinrain <[email protected]>, 2019
1111
# 开 方 <[email protected]>, 2019
1212
# Dingyuan Wang <[email protected]>, 2019
13+
# Yunxuan Chai <[email protected]>, 2019
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
2021
"PO-Revision-Date: 2017-02-16 23:04+0000\n"
21-
"Last-Translator: Dingyuan Wang <abcdoyle888@gmail.com>, 2019\n"
22+
"Last-Translator: Yunxuan Chai <wsyxbcl@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"
@@ -47,6 +48,9 @@ msgid ""
4748
"single module which can efficiently manipulate such data, hiding the details"
4849
" of reading and writing the data from the programmer."
4950
msgstr ""
51+
"CSV (Comma Separated Vaules) 格式是电子表格和数据库中最常见的输入、输出文件格式。在 :rfc:`4180` "
52+
"规范推出的很多年前,CSV 格式就已经被开始使用了,由于当时并没有合理的标准,不同应用程序读写的数据会存在细微的差别。这种差别让处理多个来源的 CSV "
53+
"文件变得困难。但尽管分隔符会变化,此类文件的大致格式是相似的,所以编写一个单独的模块以高效处理此类数据,将程序员从读写数据的繁琐细节中解放出来是有可能的。"
5054

5155
#: ../../library/csv.rst:28
5256
msgid ""

library/pathlib.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# walkinrain <[email protected]>, 2019
99
# Shengjing Zhu <[email protected]>, 2019
1010
# Zombie110year <[email protected]>, 2019
11+
# Yunxuan Chai <[email protected]>, 2019
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2019-05-09 11:23+0900\n"
1819
"PO-Revision-Date: 2017-02-16 23:21+0000\n"
19-
"Last-Translator: Zombie110year <zombie110year@gmail.com>, 2019\n"
20+
"Last-Translator: Yunxuan Chai <wsyxbcl@gmail.com>, 2019\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"
@@ -745,7 +746,7 @@ msgstr ""
745746

746747
#: ../../library/pathlib.rst:968
747748
msgid "The *strict* argument (pre-3.6 behavior is strict)."
748-
msgstr ""
749+
msgstr "加入*strict* 参数(3.6之前的版本相当于strict值为True)"
749750

750751
#: ../../library/pathlib.rst:973
751752
msgid ""

0 commit comments

Comments
 (0)