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

Skip to content

Commit b193687

Browse files
[po] auto sync
1 parent 4fa8327 commit b193687

3 files changed

Lines changed: 6804 additions & 6793 deletions

File tree

library/atexit.po

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
16+
"POT-Creation-Date: 2021-06-23 06:41+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:50+0000\n"
1818
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -80,11 +80,9 @@ msgstr ""
8080
msgid ""
8181
"If an exception is raised during execution of the exit handlers, a traceback"
8282
" is printed (unless :exc:`SystemExit` is raised) and the exception "
83-
"information is saved. After all exit handlers have had a chance to run the "
84-
"last exception to be raised is re-raised."
83+
"information is saved. After all exit handlers have had a chance to run, the"
84+
" last exception to be raised is re-raised."
8585
msgstr ""
86-
"如果在 exit 处理程序执行期间引发了异常,将会打印回溯信息 (除非引发的是 :exc:`SystemExit`) 并且异常信息会被保存。 在所有 "
87-
"exit 处理程序获得运行机会之后,所引发的最后一个异常会被重新引发。"
8886

8987
#: ../../library/atexit.rst:45
9088
msgid ""
@@ -126,16 +124,16 @@ msgid ""
126124
msgstr ""
127125
"以下简单例子演示了一个模块在被导入时如何从文件初始化一个计数器,并在程序终结时自动保存计数器的更新值,此操作不依赖于应用在终结时对此模块进行显式调用。::"
128126

129-
#: ../../library/atexit.rst:92
127+
#: ../../library/atexit.rst:93
130128
msgid ""
131129
"Positional and keyword arguments may also be passed to :func:`register` to "
132130
"be passed along to the registered function when it is called::"
133131
msgstr "位置和关键字参数也可传入 :func:`register` 以便传递给被调用的已注册函数::"
134132

135-
#: ../../library/atexit.rst:104
133+
#: ../../library/atexit.rst:105
136134
msgid "Usage as a :term:`decorator`::"
137135
msgstr "作为 :term:`decorator`: 使用:"
138136

139-
#: ../../library/atexit.rst:112
137+
#: ../../library/atexit.rst:113
140138
msgid "This only works with functions that can be called without arguments."
141139
msgstr "只有在函数不需要任何参数调用时才能工作."

library/collections.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.9\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2021-03-14 05:42+0000\n"
20+
"POT-Creation-Date: 2021-06-23 06:41+0000\n"
2121
"PO-Revision-Date: 2017-02-16 23:03+0000\n"
2222
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -766,13 +766,11 @@ msgstr ":class:`defaultdict` 对象"
766766

767767
#: ../../library/collections.rst:690
768768
msgid ""
769-
"Returns a new dictionary-like object. :class:`defaultdict` is a subclass of"
770-
" the built-in :class:`dict` class. It overrides one method and adds one "
769+
"Return a new dictionary-like object. :class:`defaultdict` is a subclass of "
770+
"the built-in :class:`dict` class. It overrides one method and adds one "
771771
"writable instance variable. The remaining functionality is the same as for "
772772
"the :class:`dict` class and is not documented here."
773773
msgstr ""
774-
"返回一个新的类似字典的对象。 :class:`defaultdict` 是内置 :class:`dict` "
775-
"类的子类。它重载了一个方法并添加了一个可写的实例变量。其余的功能与 :class:`dict` 类相同,此处不再重复说明。"
776774

777775
#: ../../library/collections.rst:695
778776
msgid ""

0 commit comments

Comments
 (0)