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

Skip to content

Commit c6098cc

Browse files
[po] auto sync
1 parent 9f5413f commit c6098cc

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "99.35%", "updated_at": "2026-02-03T17:04:34Z"}
1+
{"translation": "99.36%", "updated_at": "2026-02-05T03:34:59Z"}

library/os.path.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2025
88
# python-doc bot, 2025
9+
# Freesand Leo <[email protected]>, 2026
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2026-02-03 16:14+0000\n"
1617
"PO-Revision-Date: 2025-07-18 19:58+0000\n"
17-
"Last-Translator: python-doc bot, 2025\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2026\n"
1819
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -152,7 +153,7 @@ msgid ""
152153
"Return the longest string prefix (taken character-by-character) that is a "
153154
"prefix of all strings in *list*. If *list* is empty, return the empty "
154155
"string (``''``)."
155-
msgstr ""
156+
msgstr "返回作为 *list* 中所有路径前缀的最长字符串前缀(逐字符比较)。 如果 *list* 为空,则返回空字符串 (``''``)。"
156157

157158
#: ../../library/os.path.rst:102
158159
msgid ""
@@ -161,6 +162,8 @@ msgid ""
161162
"in this function is not secure. Use :func:`commonpath` for finding a common "
162163
"path prefix."
163164
msgstr ""
165+
"此函数可能返回无效的路径因为它是按每个字符来处理的。 如果你需要的是 **共同路径前缀**,则此函数中的实现算法是不安全的 。请使用 "
166+
":func:`commonpath` 来获取共同路径前缀。"
164167

165168
#: ../../library/os.path.rst:110
166169
msgid ""

0 commit comments

Comments
 (0)