8000 [po] auto sync · python/python-docs-zh-cn@6f37482 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 6f37482

Browse files
[po] auto sync
1 parent 5511861 commit 6f37482

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.47%", "updated_at": "2024-02-23T12:26:13Z"}
1+
{"translation": "91.49%", "updated_at": "2024-02-23T14:22:50Z"}

whatsnew/3.5.po

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -983,23 +983,26 @@ msgid ""
983983
"were introduced in Python 2.6 in :issue:`1739468`, but which were not well "
984984
"publicized, either at the time or since."
985985
msgstr ""
986+
"新增的 :mod:`zipapp` 模块(在 :pep:`441` 中描述)提供了用于创建可执行 Python Zip 应用程序的 API "
987+
"和命令行工具,它是根据 :issue:`1739468` 在 Python 2.6 中引入的,但在当时和之后都没有足够的推广。"
986988

987989 8000
#: ../../whatsnew/3.5.rst:743
988990
msgid ""
989991
"With the new module, bundling your application is as simple as putting all "
990992
"the files, including a ``__main__.py`` file, into a directory ``myapp`` and "
991993
"running:"
992994
msgstr ""
995+
"使用这个新模块,想要打包你的应用程序只需简单地将所有文件,包括一个 ``__main__.py`` 文件放到一个目录 ``myapp`` 中并运行:"
993996

994997
#: ../../whatsnew/3.5.rst:752
995998
msgid ""
996999
"The module implementation has been contributed by Paul Moore in "
9971000
":issue:`23491`."
998-
msgstr ""
1001+
msgstr "该模块的实现由 Paul Moore 在 :issue:`23491` 中贡献。"
9991002

10001003
#: ../../whatsnew/3.5.rst:757
10011004
msgid ":pep:`441` -- Improving Python ZIP Application Support"
1002-
msgstr ""
1005+
msgstr ":pep:`441` -- 改进 Python ZIP 应用程序支持"
10031006

10041007
#: ../../whatsnew/3.5.rst:761
10051008
msgid "Improved Modules"
@@ -1016,6 +1019,9 @@ msgid ""
10161019
":ref:`allow_abbrev` to ``False``. (Contributed by Jonathan Paugh, Steven "
10171020
"Bethard, paul j3 and Daniel Eriksson in :issue:`14910`.)"
10181021
msgstr ""
1022+
"现在 :class:`~argparse.ArgumentParser` 类允许通过将 :ref:`allow_abbrev` 设为 ``False``"
1023+
" 来禁用长选项的 :ref:`缩写用法 <prefix-matching>`。 (由 Jonathan Paugh, Steven Bethard, "
1024+
"paul j3 和 Daniel Eriksson 在 :issue:`14910` 中贡献。)"
10191025

10201026
#: ../../whatsnew/3.5.rst:773
10211027
msgid "asyncio"
@@ -1027,17 +1033,21 @@ msgid ""
10271033
"all changes introduced in Python 3.5 have also been backported to Python "
10281034
"3.4.x."
10291035
msgstr ""
1036+
"由于 :mod:`asyncio` 模块处于 :term:`暂定状态 <provisional API>`,在 Python 3.5 "
1037+
"中引入的所有改变都已被向下移植到 Python 3.4.x。"
10301038

10311039
#: ../../whatsnew/3.5.rst:778
10321040
msgid "Notable changes in the :mod:`asyncio` module since Python 3.4.0:"
1033-
msgstr ""
1041+
msgstr "自 Python 3.4.0 开始 :mod:`asyncio` 模块中的重要变化:"
10341042

10351043
#: ../../whatsnew/3.5.rst:780
10361044
msgid ""
10371045
"New debugging APIs: :meth:`loop.set_debug() <asyncio.loop.set_debug>` and "
10381046
":meth:`loop.get_debug() <asyncio.loop.get_debug>` methods. (Contributed by "
10391047
"Victor Stinner.)"
10401048
msgstr ""
1049+
"新增的调试 API: :meth:`loop.set_debug() <asyncio.loop.set_debug>` 和 "
1050+
":meth:`loop.get_debug() <asyncio.loop.get_debug>` 方法。 (由 Victor Stinner 贡献。)"
10411051

10421052
#: ../../whatsnew/3.5.rst:784
10431053
msgid ""

0 commit comments

Comments
 (0)
0