Commit 7b8e592 1 parent 786c56f commit 7b8e592 Copy full SHA for 7b8e592
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2024-06-02 00:03+0000\n "
11
- "PO-Revision-Date : 2024-07-08 22:13 +0800\n "
11
+ "PO-Revision-Date : 2024-07-09 13:34 +0800\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
@@ -508,9 +508,9 @@ msgid ""
508
508
"is yielded as soon as the batch is full or when the input iterable is "
509
509
"exhausted:"
510
510
msgstr ""
511
- "對輸入的可疊代物件進行迴圈,並將資料累積到大小為 *n* 的元組中。輸入是惰性消耗 "
512
- "的,會剛好足夠填充一批的資料。一旦批次填滿或輸入的可疊代物件耗盡,結果就會被 "
513
- "產出 :"
511
+ "對輸入的可疊代物件進行迴圈,並將資料累積到大小為 *n* 的元組中。輸入是惰性地被 "
512
+ "消耗 (consumed lazily) 的,會剛好足夠填充一批的資料。一旦批次填滿或輸入的可疊 "
513
+ "代物件耗盡,就會 yield 出結果 :"
514
514
515
515
#: ../../library/itertools.rst:197
516
516
msgid ""
You can’t perform that action at this time.
0 commit comments