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

Skip to content

Commit 8f98377

Browse files
[po] auto sync
1 parent 42ac025 commit 8f98377

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

library/copyreg.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Menghua Xiao <[email protected]>, 2018
88
# Freesand Leo <[email protected]>, 2019
9+
# Arisaka97 <[email protected]>, 2019
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2019-12-16 12:12+0000\n"
1617
"PO-Revision-Date: 2017-02-16 23:04+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
18+
"Last-Translator: Arisaka97 <solitaire2312@gmail.com>, 2019\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,7 +25,7 @@ msgstr ""
2425

2526
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/copyreg.rst:2
2627
msgid ":mod:`copyreg` --- Register :mod:`pickle` support functions"
27-
msgstr ":mod:`copyreg` --- 注意 :mod:`pickle` 支持函数"
28+
msgstr ":mod:`copyreg` --- 注册配合 :mod:`pickle` 模块使用的函数"
2829

2930
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/copyreg.rst:7
3031
msgid "**Source code:** :source:`Lib/copyreg.py`"

library/os.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# Zombie110year <[email protected]>, 2019
2020
# Shengjing Zhu <[email protected]>, 2019
2121
# 刚 乔 <[email protected]>, 2019
22-
# Arisaka97 <[email protected]>, 2019
2322
# Freesand Leo <[email protected]>, 2019
23+
# Arisaka97 <[email protected]>, 2019
2424
#
2525
#, fuzzy
2626
msgid ""
@@ -29,7 +29,7 @@ msgstr ""
2929
"Report-Msgid-Bugs-To: \n"
3030
"POT-Creation-Date: 2019-12-16 12:12+0000\n"
3131
"PO-Revision-Date: 2017-02-16 23:20+0000\n"
32-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2019\n"
32+
"Last-Translator: Arisaka97 <solitaire2312@gmail.com>, 2019\n"
3333
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
3434
"MIME-Version: 1.0\n"
3535
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2236,7 +2236,7 @@ msgid ""
22362236
"``os.chmod(path, mode, follow_symlinks=False)``."
22372237
msgstr ""
22382238
"将 *path* 的权限状态修改为 *mode*。如果 path 是符号链接,则影响符号链接本身而非链接目标。可以参考 :func:`chmod` "
2239-
"中列出 *mode* 的可用值。从 Python 3.3 开始,这相当于 ``os.chmod(path, mode, "
2239+
"中列出 *mode* 的可用值。从 Python 3.3 开始,它等效于 ``os.chmod(path, mode, "
22402240
"follow_symlinks=False)``。"
22412241

22422242
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:1768

0 commit comments

Comments
 (0)