|
1 | 1 | # SOME DESCRIPTIVE TITLE.
|
2 | 2 | # Copyright (C) 2001-2022, Python Software Foundation
|
3 | 3 | # This file is distributed under the same license as the Python package.
|
4 |
| -# |
| 4 | +# |
5 | 5 | # Translators:
|
6 | 6 | msgid ""
|
7 | 7 | msgstr ""
|
@@ -1065,11 +1065,15 @@ msgstr ""
|
1065 | 1065 | msgid""
|
1066 | 1066 | "*delimiter* -- This is the literal string describing a placeholder "
|
1067 | 1067 | "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 | +"分隔符)" |
1073 | 1077 |
|
1074 | 1078 | #:../../library/string.rst:852
|
1075 | 1079 | msgid""
|
|