Skip to content

Commit 005af6c

Browse files
XimenZangiefmattwang44
authored andcommitted
Translate library/string.po.rst:845
1 parent ef517a3 commit 005af6c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

library/string.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C) 2001-2022, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
4-
#
4+
#
55
# Translators:
66
msgid ""
77
msgstr ""
@@ -1065,11 +1065,15 @@ msgstr ""
10651065
msgid ""
10661066
"*delimiter* -- This is the literal string describing a placeholder "
10671067
"introducing delimiter. The default value is ``$``. Note that this should "
1068-
"*not* be a regular expression, as the implementation will call :meth:`re."
1069-
"escape` on this string as needed. Note further that you cannot change the "
1070-
"delimiter after class creation (i.e. a different delimiter must be set in "
1071-
"the subclass's class namespace)."
1072-
msgstr ""
1068+
"*not* be a regular expression, as the implementation will call :meth:`re. on "
1069+
"this string as needed. Note further that you cannot change the delimiter "
1070+
"after class creation (i.e. a different delimiter must be set in the "
1071+
"subclass's class namespace)."
1072+
msgstr ""
1073+
"*delimiter* -- 這是描述引入分隔符號 placeholder 的文字字串。預設值是 ``$``。"
1074+
"請注意這*不是*正規表示式,實體化會根據字串值呼叫 :meth:`re.escape` 方法。也請"
1075+
"注意您不能在建立類別後修改分隔符號。(意即在子類別的命名空間中必須設置不同的"
1076+
"分隔符)"
10731077

10741078
#: ../../library/string.rst:852
10751079
msgid ""

0 commit comments

Comments
 (0)