Skip to content

Commit 5a6f5f5

Browse files
[po] auto sync
1 parent 646aaa3 commit 5a6f5f5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "98.29%", "updated_at": "2026-02-03T17:54:32Z"}
1+
{"translation": "98.29%", "updated_at": "2026-02-05T03:27:32Z"}

library/os.path.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Freesand Leo <yuqinju@163.com>, 2026
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2026-02-03 16:55+0000\n"
1516
"PO-Revision-Date: 2025-09-22 16:50+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2026\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -160,7 +161,7 @@ msgid ""
160161
"Return the longest string prefix (taken character-by-character) that is a "
161162
"prefix of all strings in *list*. If *list* is empty, return the empty "
162163
"string (``''``)."
163-
msgstr ""
164+
msgstr "返回作为 *list* 中所有路径前缀的最长字符串前缀(逐字符比较)。 如果 *list* 为空,则返回空字符串 (``''``)。"
164165

165166
#: ../../library/os.path.rst:104
166167
msgid ""
@@ -169,6 +170,8 @@ msgid ""
169170
"in this function is not secure. Use :func:`commonpath` for finding a common "
170171
"path prefix."
171172
msgstr ""
173+
"此函数可能返回无效的路径因为它是按每个字符来处理的。 如果你需要的是 **共同路径前缀**,则此函数中的实现算法是不安全的 。请使用 "
174+
":func:`commonpath` 来获取共同路径前缀。"
172175

173176
#: ../../library/os.path.rst:124
174177
msgid ""

0 commit comments

Comments
 (0)