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

Skip to content

Commit eb89cc8

Browse files
[po] auto sync
1 parent 57cd9fc commit eb89cc8

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": "90.86%", "updated_at": "2024-02-23T12:10:31Z"}
1+
{"translation": "90.87%", "updated_at": "2024-02-23T14:09:05Z"}

whatsnew/3.5.po

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

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

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

10011004
#: ../../whatsnew/3.5.rst:757
10021005
msgid ":pep:`441` -- Improving Python ZIP Application Support"
1003-
msgstr ""
1006+
msgstr ":pep:`441` -- 改进 Python ZIP 应用程序支持"
10041007

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

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

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

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

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

0 commit comments

Comments
 (0)
0