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

Skip to content

Commit 87176f8

Browse files
committed
[po] auto sync bot
1 parent 5958573 commit 87176f8

4 files changed

Lines changed: 18 additions & 14 deletions

File tree

c-api/capsule.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ msgstr "这种类型的一个析构器返回一个胶囊,定义如下:"
5252
msgid ""
5353
"See :c:func:`PyCapsule_New` for the semantics of PyCapsule_Destructor "
5454
"callbacks."
55-
msgstr ""
55+
msgstr "参阅 :c:func:'PyCapsule_New' 来获取 PyCapsule_Destructor 返回值的语义。"
5656

5757
#: ../../c-api/capsule.rst:37
5858
msgid "Return true if its argument is a :c:type:`PyCapsule`."

library/html.parser.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ msgid ""
296296
"The *data* parameter will be the entire contents of the declaration inside "
297297
"the ``<![...]>`` markup. It is sometimes useful to be overridden by a "
298298
"derived class. The base class implementation does nothing."
299-
msgstr " *data* 形参是 ``<![...]>`` 中的所有内容。在覆盖派生类时,这可能很有用。基类实现中无任何实际操作。"
299+
msgstr "*data* 形参为 ``<![...]>`` 标记中的所有内容。某些时候对派生类的重载很有用。基类实现中无任何实际操作。"
300300

301301
#: ../../library/html.parser.rst:230
302302
msgid "Examples"

library/io.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ww song <[email protected]>, 2018
99
# Meng Du <[email protected]>, 2019
1010
# Wu Pipi, 2019
11-
# Freesand Leo <[email protected]>, 2019
11+
# isombyt <[email protected]>, 2019
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1919
"PO-Revision-Date: 2017-02-16 23:15+0000\n"
20-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
20+
"Last-Translator: isombyt <[email protected]>, 2019\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -46,9 +46,9 @@ msgid ""
4646
" any of these categories is called a :term:`file object`. Other common "
4747
"terms are *stream* and *file-like object*."
4848
msgstr ""
49-
" :mod:`io` 模块提供了 Python 用来处理多种 I/O 类型的主要工具。有三种主要类型的 I/O: *文本 I/O*, *二进制 I/O*"
50-
" 和 *原始 I/O*。这些是泛型类型,有很多种后端存储可以用在他们上面。一个隶属于任何这些类型的具体对象被称作 :term:`file-like "
51-
"object`。 其他同类的术语还有 *流* 和 *文件类对象*。"
49+
" :mod:`io` 模块提供了 Python 用于处理各种 I/O 类型的主要工具。三种主要的 I/O类型分别为: *文本 I/O*, *二进制 "
50+
"I/O* 和 *原始 I/O*。这些是泛型类型,有很多种后端存储可以用在他们上面。一个隶属于任何这些类型的具体对象被称作 :term:`file "
51+
"object`。 其他同类的术语还有 *流* 和 *类文件对象*。"
5252

5353
#: ../../library/io.rst:34
5454
msgid ""

library/os.po

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Shengjing Zhu <[email protected]>, 2019
1313
# Trim21 <[email protected]>, 2019
1414
# ChenYuan <[email protected]>, 2019
15+
# isombyt <[email protected]>, 2019
1516
#
1617
#, fuzzy
1718
msgid ""
@@ -20,7 +21,7 @@ msgstr ""
2021
"Report-Msgid-Bugs-To: \n"
2122
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
2223
"PO-Revision-Date: 2017-02-16 23:20+0000\n"
23-
"Last-Translator: ChenYuan <[email protected]>, 2019\n"
24+
"Last-Translator: isombyt <[email protected]>, 2019\n"
2425
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2526
"MIME-Version: 1.0\n"
2627
"Content-Type: text/plain; charset=UTF-8\n"
@@ -383,22 +384,23 @@ msgstr ""
383384

384385
#: ../../library/os.rst:229 ../../library/os.rst:442 ../../library/os.rst:645
385386
msgid ":ref:`Availability <availability>`: most flavors of Unix, Windows."
386-
msgstr ""
387+
msgstr ":ref:`适用于 <availability>`: 大部分的Unix系统,Windows。"
387388

388389
#: ../../library/os.rst:234
389390
msgid ""
390391
"Return the value of the environment variable *key* if it exists, or "
391392
"*default* if it doesn't. *key*, *default* and the result are bytes."
392393
msgstr ""
394+
"如果存在环境变量 *key* 那么返回其值,否则返回 *default*。 *key* , *default* 和返回值均为bytes字节串类型。"
393395

394396
#: ../../library/os.rst:237
395397
msgid ""
396398
":func:`getenvb` is only available if :data:`supports_bytes_environ` is True."
397-
msgstr ""
399+
msgstr ":func:`getenvb` 仅在 :data:`supports_bytes_environ` 为 True时可用"
398400

399401
#: ../../library/os.rst:241
400402
msgid ":ref:`Availability <availability>`: most flavors of Unix."
401-
msgstr ""
403+
msgstr ":ref:`适用于 <availability>`: 大部分的Unix系统。"
402404

403405
#: ../../library/os.rst:247
404406
msgid ""
@@ -407,20 +409,22 @@ msgid ""
407409
"specified, should be an environment variable dictionary to lookup the PATH "
408410
"in. By default, when *env* is ``None``, :data:`environ` is used."
409411
msgstr ""
412+
"返回将用于搜索可执行文件的目录列表,与在外壳程序中启动一个进程时相似。指定的 *env* 应为用于搜索 PATH 的环境变量字典. 默认情况下,当 "
413+
"*env* 为 ``None``时,将会使用 :data:`environ` 。"
410414

411415
#: ../../library/os.rst:258
412416
msgid ""
413417
"Return the effective group id of the current process. This corresponds to "
414418
"the \"set id\" bit on the file being executed in the current process."
415-
msgstr ""
419+
msgstr "返回当前进程的有效组ID。对应当前进程执行文件的 \"set id\" 位。"
416420

417421
#: ../../library/os.rst:268
418422
msgid "Return the current process's effective user id."
419-
msgstr ""
423+
msgstr "返回当前进程的有效用户ID。"
420424

421425
#: ../../library/os.rst:277
422426
msgid "Return the real group id of the current process."
423-
msgstr ""
427+
msgstr "返回当前进程的实际组ID。"
424428

425429
#: ../../library/os.rst:284
426430
msgid ""

0 commit comments

Comments
 (0)