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

Skip to content

Commit 74738ea

Browse files
[po] auto sync
1 parent 6f1d669 commit 74738ea

6 files changed

Lines changed: 25 additions & 8 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "93.17%", "updated_at": "2024-01-21T05:56:07Z"}
1+
{"translation": "93.19%", "updated_at": "2024-01-21T06:55:47Z"}

c-api/stable.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Dai Xu <[email protected]>, 2022
8-
# Freesand Leo <[email protected]>, 2023
8+
# Freesand Leo <[email protected]>, 2024
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -45,6 +45,9 @@ msgid ""
4545
"work on 3.10.8 and vice versa, but will need to be compiled separately for "
4646
"3.9.x and 3.11.x."
4747
msgstr ""
48+
"CPython 的应用程序二进制接口(ABI)可以跨微版本向上和向下兼容(在以相同方式编译的情况下,参见下文 :ref:`stable-abi-"
49+
"platform` 一节)。 因此,针对 Python 3.10.0 编译的代码将适用于 3.10.8,反之亦然,但对于 3.9.x 和 3.11.x "
50+
"则需要单独编译。"
4851

4952
#: ../../c-api/stable.rst:21
5053
msgid "There are two tiers of C API with different stability expectations:"

library/doctest.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ msgid ""
9999
"and libraries. Especially useful examples can be found in the standard test "
100100
"file :file:`Lib/test/test_doctest/test_doctest.py`."
101101
msgstr ""
102+
"这就是关于高效使用 :mod:`doctest` 你所需要知道的一切! 开始上手吧。 下面的小节提供了完整细节。 请注意在标准 Python "
103+
"测试套件和库中有许多 doctest 的例子。 特别有用的例子可以在标准测试文件 "
104+
":file:`Lib/test/test_doctest/test_doctest.py` 中找到。"
102105

103106
#: ../../library/doctest.rst:143
104107
msgid "Simple Usage: Checking Examples in Docstrings"

library/functions.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ msgstr ""
12801280
msgid ""
12811281
"Case is not significant, so, for example, \"inf\", \"Inf\", \"INFINITY\", "
12821282
"and \"iNfINity\" are all acceptable spellings for positive infinity."
1283-
msgstr ""
1283+
msgstr "大小写是无影响的,因此举例来说,\"inf\", \"Inf\", \"INFINITY\"\"iNfINity\" 都是正无穷可接受的拼写形式。"
12841284

12851285
#: ../../library/functions.rst:681
12861286
msgid ""

library/tkinter.ttk.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Dai Xu <[email protected]>, 2022
1010
# Bryan不可思议, 2023
1111
# Rafael Fontenelle <[email protected]>, 2023
12-
# Freesand Leo <[email protected]>, 2023
12+
# Freesand Leo <[email protected]>, 2024
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2024-01-19 14:14+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:15+0000\n"
21-
"Last-Translator: Freesand Leo <[email protected]>, 2023\n"
21+
"Last-Translator: Freesand Leo <[email protected]>, 2024\n"
2222
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1840,7 +1840,7 @@ msgstr ""
18401840

18411841
#: ../../library/tkinter.ttk.rst:1121
18421842
msgid "See `Item Options`_ for the list of available options."
1843-
msgstr ""
1843+
msgstr "可用的选项列表请参阅 `Item Options`_。"
18441844

18451845
#: ../../library/tkinter.ttk.rst:1126
18461846
msgid "Query or modify the options for the specified *item*."

library/urllib.request.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,6 +1663,9 @@ msgid ""
16631663
"URL scheme involved. For example, the :envvar:`!http_proxy` environment "
16641664
"variable is read to obtain the HTTP proxy's URL."
16651665
msgstr ""
1666+
":func:`build_opener` 默认提供了许多处理句柄,包括 :class:`ProxyHandler`。 "
1667+
"在默认情况下,:class:`ProxyHandler` 会使用名为 ``<scheme>_proxy`` 的环境变量,其中 ``<scheme>`` "
1668+
"是对应的 URL 方案。 例如,可以读取 :envvar:`!http_proxy` 环境变量可获得 HTTP 代理的 URL."
16661669

16671670
#: ../../library/urllib.request.rst:1290
16681671
msgid ""
@@ -1745,6 +1748,9 @@ msgid ""
17451748
":meth:`!info` method of the object returned by :func:`urlopen` returned (for"
17461749
" a remote object). Exceptions are the same as for :func:`urlopen`."
17471750
msgstr ""
1751+
"将一个 URL 形式的网络对象复制为本地文件。 如果 URL 指向一个本地文件,则必须提供文件名才会复制对象。 返回一个元组 ``(filename, "
1752+
"headers)`` 其中 *filename* 为保存该对象的本地文件名,而 *headers* 是由 :func:`urlopen` 返回的对象的 "
1753+
":meth:`!info` 方法的返回结果(对于远程对象)。 可引发的异常与 :func:`urlopen` 的相同。"
17481754

17491755
#: ../../library/urllib.request.rst:1385
17501756
msgid ""
@@ -1784,6 +1790,11 @@ msgid ""
17841790
"expected amount (which is the size reported by a *Content-Length* header). "
17851791
"This can occur, for example, when the download is interrupted."
17861792
msgstr ""
1793+
":func:`urlretrieve` 在检测到可用数据少于预期大小(即由 *Content-Length* 标头所报告的大小)时将引发 "
1794+
":exc:`~urllib.error.ContentTooShortError`。 例如,这可能会在下载被中断时发生。 when it detects"
1795+
" that the amount of data available was less than the expected amount (which"
1796+
" is the size reported by aheader). This can occur, for example, when the "
1797+
"download is interrupted."
17871798

17881799
#: ../../library/urllib.request.rst:1412
17891800
msgid ""
@@ -1798,7 +1809,7 @@ msgstr ""
17981809
msgid ""
17991810
"You can still retrieve the downloaded data in this case, it is stored in the"
18001811
" :attr:`!content` attribute of the exception instance."
1801-
msgstr ""
1812+
msgstr "在此情况下你仍然能够获取已下载的数据,它将保存在异常实例的 :attr:`!content` 属性中。"
18021813

18031814
#: ../../library/urllib.request.rst:1419
18041815
msgid ""

0 commit comments

Comments
 (0)