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

Skip to content

Commit 0c8e43e

Browse files
committed
[po] auto sync bot
1 parent 1bb498f commit 0c8e43e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

library/os.po

Lines changed: 5 additions & 2 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: SKY H. <sky19960802@gmail.com>, 2018\n"
13+
"Last-Translator: sunsol s <sunsolzn@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"
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../library/os.rst:2
2222
msgid ":mod:`os` --- Miscellaneous operating system interfaces"
23-
msgstr ""
23+
msgstr ":mod:`os` --- 操作系统接口模块"
2424

2525
#: ../../library/os.rst:7
2626
msgid "**Source code:** :source:`Lib/os.py`"
@@ -36,6 +36,9 @@ msgid ""
3636
"the :mod:`tempfile` module, and for high-level file and directory handling "
3737
"see the :mod:`shutil` module."
3838
msgstr ""
39+
"该模块提供了一些方便使用操作系统相关功能的函数。 "
40+
"如果你是想读写一个文件,请参阅:func:`open`,如果你想操作路径,请参阅:mod:`os.path`模块,如果你想在命令行上读取所有文件中的所有行请参阅:mod:`fileinput`模块。"
41+
" 有关创建临时文件和目录的方法,请参阅:mod:`tempfile`模块,对于高级文件目录处理,请参阅:mod:`shutil`模块。"
3942

4043
#: ../../library/os.rst:19
4144
msgid "Notes on the availability of these functions:"

0 commit comments

Comments
 (0)