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

Skip to content

Commit f17dbde

Browse files
committed
[po] auto sync bot
1 parent a0dcb85 commit f17dbde

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

c-api/dict.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: ww song <sww4718168@gmail.com>, 2018\n"
13+
"Last-Translator: SKY H. <sky19960802@gmail.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -91,6 +91,8 @@ msgid ""
9191
"``PyUnicode_FromString(key)``. Return ``0`` on success or ``-1`` on "
9292
"failure."
9393
msgstr ""
94+
"使用 *key* 作为键将 *value* 插入到字典 *p* 中。*key* 必须为 :c:type:`const char\\*`。键对象是由 "
95+
"``PyUnicode_FromString(key)`` 创建的。成功时返回 ``0``,失败时返回 ``-1``。"
9496

9597
#: ../../c-api/dict.rst:82
9698
msgid ""

library/os.po

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Shengjing Zhu <zsj950618@gmail.com>, 2018\n"
13+
"Last-Translator: SKY H. <sky19960802@gmail.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -39,7 +39,7 @@ msgstr ""
3939

4040
#: ../../library/os.rst:19
4141
msgid "Notes on the availability of these functions:"
42-
msgstr ""
42+
msgstr "关于这些函数的可用性的说明:"
4343

4444
#: ../../library/os.rst:21
4545
msgid ""
@@ -49,13 +49,15 @@ msgid ""
4949
"information about *path* in the same format (which happens to have "
5050
"originated with the POSIX interface)."
5151
msgstr ""
52+
"所有 Python 内建的操作系统相关的模块的设计都是为了使得在同一功能可用的情况下,保持接口的一致性;例如,函数 ``os.stat(path)`` "
53+
"以相同的格式返回关于 *path* 的统计信息(这个函数同时也是起源于 POSIX 接口)。"
5254

5355
#: ../../library/os.rst:27
5456
msgid ""
5557
"Extensions peculiar to a particular operating system are also available "
5658
"through the :mod:`os` module, but using them is of course a threat to "
5759
"portability."
58-
msgstr ""
60+
msgstr "针对特定的操作的拓展同样在可用于 :mod:`os` 模块,但是使用它们必然会对可移植性产生威胁。"
5961

6062
#: ../../library/os.rst:31
6163
msgid ""
@@ -75,18 +77,19 @@ msgstr ""
7577
msgid ""
7678
"If not separately noted, all functions that claim \"Availability: Unix\" are"
7779
" supported on Mac OS X, which builds on a Unix core."
78-
msgstr ""
80+
msgstr "如果没有单独说明,所有注明 “可用性:Unix” 的函数都支持基于 Unix 核心构建的 Mac OS X 系统。"
7981

8082
#: ../../library/os.rst:47
8183
msgid ""
8284
"All functions in this module raise :exc:`OSError` in the case of invalid or "
8385
"inaccessible file names and paths, or other arguments that have the correct "
8486
"type, but are not accepted by the operating system."
8587
msgstr ""
88+
"此模块的所有函数在遇到不可用或不可访问的文件名或路径,以及其他类型正确,但不被操作系统接受的参数时,会引发 :exc:`OSError` 异常。"
8689

8790
#: ../../library/os.rst:53
8891
msgid "An alias for the built-in :exc:`OSError` exception."
89-
msgstr ""
92+
msgstr "内建的 :exc:`OSError` 异常的一个别名。"
9093

9194
#: ../../library/os.rst:58
9295
msgid ""
@@ -108,7 +111,7 @@ msgstr ""
108111

109112
#: ../../library/os.rst:74
110113
msgid "File Names, Command Line Arguments, and Environment Variables"
111-
msgstr ""
114+
msgstr "文件名,命令行参数,以及环境变量。"
112115

113116
#: ../../library/os.rst:76
114117
msgid ""

0 commit comments

Comments
 (0)