Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb0b65f

Browse files
[po] auto sync
1 parent20650f6 commiteb0b65f

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

‎.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation":"81.79%","updated_at":"2025-05-10T06:07:10Z"}
1+
{"translation":"81.79%","updated_at":"2025-05-10T16:56:27Z"}

‎library/math.po

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001 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
#
66
# Translators:
7-
# focusheart <focusheart@gmail.com>, 2021
8-
# Dingyuan Wang <abcdoyle888@gmail.com>, 2021
9-
# Arisaka97 <solitaire2312@gmail.com>, 2021
10-
# zc Jin <zhengcao.jin@gmail.com>, 2021
11-
# ppcfish <ppcfish@gmail.com>, 2021
12-
# Alpha Du <alphanow@gmail.com>, 2022
13-
# HyperNervie, 2024
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
148
# Freesand Leo <yuqinju@163.com>, 2025
15-
# 汇民 王 <whuim@qq.com>, 2025
169
#
1710
#,fuzzy
1811
msgid ""
1912
msgstr ""
20-
"Project-Id-Version:Python 3.14\n"
13+
"Project-Id-Version:Python 3.13\n"
2114
"Report-Msgid-Bugs-To:\n"
22-
"POT-Creation-Date:2025-05-08 02:53-0300\n"
23-
"PO-Revision-Date:2021-06-28 01:09+0000\n"
24-
"Last-Translator:汇民 王 <whuim@qq.com>, 2025\n"
15+
"POT-Creation-Date:2025-05-09 14:59+0000\n"
16+
"PO-Revision-Date:2025-05-08 05:09+0000\n"
17+
"Last-Translator:Freesand Leo <yuqinju@163.com>, 2025\n"
2518
"Language-Team:Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2619
"MIME-Version:1.0\n"
2720
"Content-Type:text/plain; charset=UTF-8\n"
@@ -113,7 +106,7 @@ msgstr ":func:`perm(n, k) <perm>`"
113106
msgid""
114107
"Number of ways to choose *k* items from *n* items without repetition and "
115108
"with order"
116-
msgstr"无重复且无顺序地从 *n* 项中选择 *k* 项的方式总数"
109+
msgstr"无重复且有顺序地从 *n* 项中选择 *k* 项的方式总数"
117110

118111
#:../../library/math.rst:39
119112
msgid"**Floating point arithmetic**"
@@ -1248,8 +1241,8 @@ msgid "Raises :exc:`ValueError` if the inputs do not have the same length."
12481241
msgstr"如果输入值的长度不相等则会引发 :exc:`ValueError`。"
12491242

12501243
#:../../library/math.rst:610
1251-
msgid"sum(map(operator.mul, p, q, strict=True))"
1252-
msgstr"sum(map(operator.mul, p, q, strict=True))"
1244+
msgid"sum(itertools.starmap(operator.mul,zip(p, q, strict=True)))"
1245+
msgstr"sum(itertools.starmap(operator.mul,zip(p, q, strict=True)))"
12531246

12541247
#:../../library/math.rst:612
12551248
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp