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

Skip to content

Commit d0abeff

Browse files
[po] auto sync
1 parent f29f535 commit d0abeff

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

faq/library.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# cissoid <[email protected]>, 2018
88
# ppcfish <[email protected]>, 2019
9-
# Freesand Leo <[email protected]>, 2020
9+
# Freesand Leo <[email protected]>, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -534,7 +534,7 @@ msgid ""
534534
"extensions are being written at a faster rate than you can convert them to "
535535
"store all their global state in the interpreter state."
536536
msgstr ""
537-
"我甚至怀疑这些工作是否可能在优先的时间内完成,因为同样的问题在第三方拓展中也会存在。第三方拓展编写的速度可比你将它们转换为把全局状态存入解释器状态中的速度快得多。"
537+
"我甚至怀疑这些工作是否可能在有限的时间内完成,因为同样的问题在第三方拓展中也会存在。第三方拓展编写的速度可比你将它们转换为把全局状态存入解释器状态中的速度快得多。"
538538

539539
#: ../../faq/library.rst:457
540540
msgid ""

library/itertools.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Menghua Xiao <[email protected]>, 2018
88
# zc Jin <[email protected]>, 2018
99
# nick <[email protected]>, 2019
10-
# Freesand Leo <[email protected]>, 2020
10+
# Freesand Leo <[email protected]>, 2021
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:16+0000\n"
19-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -752,7 +752,7 @@ msgid ""
752752
"keeping pools of values in memory to generate the products. Accordingly, it"
753753
" is only useful with finite inputs."
754754
msgstr ""
755-
"在 :func:`product` 运行之前,它会完全耗尽输入的可迭代对象,在内存中保留值的临时池以生成结果积。 相应地,它只适用于无限的输入。"
755+
"在 :func:`product` 运行之前,它会完全耗尽输入的可迭代对象,在内存中保留值的临时池以生成结果积。 相应地,它只适用于有限的输入。"
756756

757757
#: ../../library/itertools.rst:572
758758
msgid ""

0 commit comments

Comments
 (0)