Skip to content

Commit 44dc2e5

Browse files
[po] auto sync
1 parent c784e16 commit 44dc2e5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "96.11%", "updated_at": "2024-08-28T06:47:54Z"}
1+
{"translation": "96.11%", "updated_at": "2024-08-28T10:47:15Z"}

howto/regex.po

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,8 @@ msgid ""
168168
"``'$'``; ``'$'`` is usually a metacharacter, but inside a character class "
169169
"it's stripped of its special nature."
170170
msgstr ""
171-
"在字符类定义中,除反斜杠 ``\\``外的元字符都会失去其特殊功能。 例如,``[akm$]`` 将会匹配 "
172-
"``'a'``、``'k'``、``'m'`` 、``'$'``之中的任意一个字符。通常情况下,``'$'`` "
173-
"是一个元字符,但在字符类内部,它的特殊性质被消除了。"
171+
"在字符类定义中,除反斜杠 ``\\`` 外的元字符都会失去其特殊功能。 例如,``[akm$]`` 将会匹配 ``'a'`` 、 ``'k'`` 、 "
172+
"``'m'`` 、 ``'$'`` 之中的任意一个字符。通常情况下, ``'$'`` 是一个元字符,但在字符类内部,它的特殊性质被消除了。"
174173

175174
#: ../../howto/regex.rst:97
176175
msgid ""
@@ -666,9 +665,9 @@ msgid ""
666665
"newline. Regular expressions will often be written in Python code using this"
667666
" raw string notation."
668667
msgstr ""
669-
"要解决这个问题,可以使用 Python 的原始字符串表示法来书写正则表达式。在以 ``'r'`` "
670-
"为前缀的字符串字面量中,反斜杠不需要作特殊处理,因此``r\"\\n\"`` 是一个包含两个字符的字符串, 分别为``'\\'`` 和 ``'n'`` "
671-
"。而 ``\"\\n\"`` 则是一个只包含单个换行符的字符串。 在 Python 代码中,正则表达式通常会使用这种原始字符串表示法来书写。"
668+
"要解决这个问题,可以使用 Python 的原始字符串表示法来书写正则表达式。在以 ``'r'`` 为前缀的字符串字面量中,反斜杠不需要作特殊处理,因此 "
669+
"``r\"\\n\"`` 是一个包含两个字符的字符串, 分别为 ``'\\'`` 和 ``'n'`` 。而 ``\"\\n\"`` "
670+
"则是一个只包含单个换行符的字符串。 在 Python 代码中,正则表达式通常会使用这种原始字符串表示法来书写。"
672671

673672
#: ../../howto/regex.rst:336
674673
msgid ""

0 commit comments

Comments
 (0)