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

Skip to content

Commit cff1021

Browse files
[po] auto sync
1 parent b0295a3 commit cff1021

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "83.33%", "updated_at": "2025-05-09T09:18:30Z"}
1+
{"translation": "83.33%", "updated_at": "2025-05-09T16:19:12Z"}

whatsnew/2.6.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2024, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,16 +11,16 @@
1111
# ppcfish <ppcfish@gmail.com>, 2020
1212
# Alpha Du <alphanow@gmail.com>, 2023
1313
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
14-
# Freesand Leo <yuqinju@163.com>, 2024
14+
# Freesand Leo <yuqinju@163.com>, 2025
1515
#
1616
#, fuzzy
1717
msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2024-09-20 16:52+0000\n"
21+
"POT-Creation-Date: 2025-05-02 16:40+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:43+0000\n"
23-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
23+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2025\n"
2424
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2525
"MIME-Version: 1.0\n"
2626
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2298,13 +2298,17 @@ msgid ""
22982298
"the elements; if some of the iterables are shorter than others, the missing "
22992299
"values are set to *fillvalue*. For example::"
23002300
msgstr ""
2301+
"``izip_longest(iter1, iter2, ...[, fillvalue])`` "
2302+
"将基于每个元素创建元组;如果某些可迭代对象长度小于其他的,缺失的值将被设为 *fillvalue*。 例如::"
23012303

23022304
#: ../../whatsnew/2.6.rst:2018
23032305
msgid ""
23042306
"``product(iter1, iter2, ..., [repeat=N])`` returns the Cartesian product of "
23052307
"the supplied iterables, a set of tuples containing every possible "
23062308
"combination of the elements returned from each iterable. ::"
23072309
msgstr ""
2310+
"``product(iter1, iter2, ..., [repeat=N])`` "
2311+
"将返回所提供可迭代对象的笛卡尔积,即包含从每个可迭代对象返回的元素的每种可能组合的元组的集合。::"
23082312

23092313
#: ../../whatsnew/2.6.rst:2027
23102314
msgid ""

0 commit comments

Comments
 (0)
0