Skip to content

Commit 05fe0ea

Browse files
[po] auto sync
1 parent 64a0a09 commit 05fe0ea

2 files changed

Lines changed: 4 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": "96.11%", "updated_at": "2024-08-25T11:47:04Z"}
1+
{"translation": "96.11%", "updated_at": "2024-08-25T12:52:45Z"}

howto/regex.po

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

174175
#: ../../howto/regex.rst:97
175176
msgid ""

0 commit comments

Comments
 (0)