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

Skip to content

Commit dc0aa63

Browse files
[po] auto sync
1 parent 0e00614 commit dc0aa63

4 files changed

Lines changed: 19 additions & 11 deletions

File tree

c-api/sys.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ msgid ""
3535
":class:`str` or :class:`bytes` object. Otherwise :exc:`TypeError` is raised "
3636
"and ``NULL`` is returned."
3737
msgstr ""
38+
"返回 *path* 在文件系统中的表示形式。 如果该对象是一个 :class:`str` 或 :class:`bytes` "
39+
"对象,则它的引用计数将会增加。 如果该对象实现了 :class:`os.PathLike` 接口,则只要它是一个 :class:`str` 或 "
40+
":class:`bytes` 对象就将返回 :meth:`~os.PathLike.__fspath__`。 在其他情况下将引发 "
41+
":exc:`TypeError` 并返回 ``NULL``。"
3842

3943
#: ../../c-api/sys.rst:22
4044
msgid ""

library/gzip.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ msgid ""
8080
"The *filename* argument can be an actual filename (a :class:`str` or "
8181
":class:`bytes` object), or an existing file object to read from or write to."
8282
msgstr ""
83-
"*filename* 参数可以是一个实际的文件名(一个a :class:`str` 对象或者 :class:`bytes` 对象), "
84-
"或者是一个用来读写的已存在的文件对象。"
83+
"*filename* 参数可以是一个实际的文件名(一个 :class:`str` 对象或者 :class:`bytes` "
84+
"对象),或者是一个用来读写的已存在的文件对象。"
8585

8686
#: ../../library/gzip.rst:37
8787
msgid ""

library/imp.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ msgid ""
189189
" it was not ``None``, even when an exception is raised. This is best done "
190190
"using a :keyword:`try` ... :keyword:`finally` statement."
191191
msgstr ""
192+
"**重要:** 调用方需负责关闭 *file* 参数,如果它不为 ``None`` 的话,即使是在有异常被引发时。 这最好是使用 "
193+
":keyword:`try` ... :keyword:`finally` 语句来实现。"
192194

193195
#: ../../library/imp.rst:112
194196
msgid ""

whatsnew/3.2.po

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ msgstr ""
375375

376376
#: ../../whatsnew/3.2.rst:384
377377
msgid ":pep:`3149` - ABI Version Tagged .so Files"
378-
msgstr ""
378+
msgstr ":pep:`3149` - 带有 ABI 版本标签的 .so 文件"
379379

380380
#: ../../whatsnew/3.2.rst:389
381381
msgid "PEP 3333: Python Web Server Gateway Interface v1.0.1"
@@ -562,7 +562,7 @@ msgstr ""
562562

563563
#: ../../whatsnew/3.2.rst:565
564564
msgid "(See :issue:`4617`.)"
565-
msgstr ""
565+
msgstr "(参见 :issue:`4617`。)"
566566

567567
#: ../../whatsnew/3.2.rst:567
568568
msgid ""
@@ -652,7 +652,7 @@ msgstr ""
652652

653653
#: ../../whatsnew/3.2.rst:647
654654
msgid "(See :issue:`10518`.)"
655-
msgstr "( :issue:`10518` )"
655+
msgstr "(参见 :issue:`10518`)"
656656

657657
#: ../../whatsnew/3.2.rst:649
658658
msgid ""
@@ -774,7 +774,7 @@ msgstr ""
774774

775775
#: ../../whatsnew/3.2.rst:719
776776
msgid "elementtree"
777-
msgstr ""
777+
msgstr "elementtree"
778778

779779
#: ../../whatsnew/3.2.rst:721
780780
msgid ""
@@ -1576,7 +1576,7 @@ msgstr ""
15761576

15771577
#: ../../whatsnew/3.2.rst:1434
15781578
msgid "(Patch submitted by Nir Aides in :issue:`7610`.)"
1579-
msgstr ""
1579+
msgstr "(补丁由 Nir Aides 在 :issue:`7610` 中提交。)"
15801580

15811581
#: ../../whatsnew/3.2.rst:1437
15821582
msgid "tarfile"
@@ -1719,7 +1719,7 @@ msgstr "sqlite3"
17191719
msgid ""
17201720
"The :mod:`sqlite3` module was updated to pysqlite version 2.6.0. It has two"
17211721
" new capabilities."
1722-
msgstr ""
1722+
msgstr ":mod:`sqlite3` 模块被更新至 pysqlite 2.6.0 版。 它拥有两个新功能。"
17231723

17241724
#: ../../whatsnew/3.2.rst:1596
17251725
msgid ""
@@ -1756,7 +1756,7 @@ msgstr "socket"
17561756

17571757
#: ../../whatsnew/3.2.rst:1620
17581758
msgid "The :mod:`socket` module has two new improvements."
1759-
msgstr ""
1759+
msgstr ":mod:`socket` 模块有两项新改进。"
17601760

17611761
#: ../../whatsnew/3.2.rst:1622
17621762
msgid ""
@@ -2193,6 +2193,8 @@ msgid ""
21932193
":func:`~inspect.getgeneratorstate` to easily identify the current state of a"
21942194
" generator-iterator::"
21952195
msgstr ""
2196+
":mod:`inspect` 模块有一个新函数 :func:`~inspect.getgeneratorstate` "
2197+
"用来方便地标识一个生成器迭代器的当前状态::"
21962198

21972199
#: ../../whatsnew/3.2.rst:1901
21982200
msgid "(Contributed by Rodolpho Eckhardt and Nick Coghlan, :issue:`10220`.)"
@@ -2260,7 +2262,7 @@ msgstr "dbm"
22602262
msgid ""
22612263
"All database modules now support the :meth:`get` and :meth:`setdefault` "
22622264
"methods."
2263-
msgstr ""
2265+
msgstr "所有数据库模块现在都支持 :meth:`get` 和 :meth:`setdefault` 方法。"
22642266

22652267
#: ../../whatsnew/3.2.rst:1999
22662268
msgid "(Suggested by Ray Allen in :issue:`9523`.)"
@@ -2274,7 +2276,7 @@ msgstr "ctypes"
22742276
msgid ""
22752277
"A new type, :class:`ctypes.c_ssize_t` represents the C :c:type:`ssize_t` "
22762278
"datatype."
2277-
msgstr ""
2279+
msgstr "一个新类型 :class:`ctypes.c_ssize_t` 用来表示 C :c:type:`ssize_t` 数据类型。"
22782280

22792281
#: ../../whatsnew/3.2.rst:2007
22802282
msgid "site"

0 commit comments

Comments
 (0)