Skip to content

Commit e11c299

Browse files
[po] auto sync
1 parent d995f51 commit e11c299

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-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-30T01:07:23Z"}
1+
{"translation": "96.11%", "updated_at": "2024-08-30T02:08:12Z"}

howto/regex.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ msgstr ":const:`ASCII`, :const:`A`"
996996
msgid ""
997997
"Makes several escapes like ``\\w``, ``\\b``, ``\\s`` and ``\\d`` match only "
998998
"on ASCII characters with the respective property."
999-
msgstr "使几个转义如 ``\\w``、``\\b``、``\\s`` 和 ``\\d`` 匹配仅与具有相应特征属性的 ASCII 字符匹配。"
999+
msgstr "使得 ``\\w``、``\\b``、``\\s`` 和 ``\\d`` 等转义序列,仅匹配具有相应属性的 ASCII 字符。"
10001000

10011001
#: ../../howto/regex.rst:544
10021002
msgid ":const:`DOTALL`, :const:`S`"
@@ -1012,32 +1012,32 @@ msgstr ":const:`IGNORECASE`, :const:`I`"
10121012

10131013
#: ../../howto/regex.rst:547
10141014
msgid "Do case-insensitive matches."
1015-
msgstr "进行大小写不敏感匹配。"
1015+
msgstr "进行忽略大小写的匹配。"
10161016

10171017
#: ../../howto/regex.rst:549
10181018
msgid ":const:`LOCALE`, :const:`L`"
10191019
msgstr ":const:`LOCALE`, :const:`L`"
10201020

10211021
#: ../../howto/regex.rst:549
10221022
msgid "Do a locale-aware match."
1023-
msgstr "进行区域设置感知匹配。"
1023+
msgstr "进行区域设置感知的匹配。"
10241024

10251025
#: ../../howto/regex.rst:551
10261026
msgid ":const:`MULTILINE`, :const:`M`"
10271027
msgstr ":const:`MULTILINE`, :const:`M`"
10281028

10291029
#: ../../howto/regex.rst:551
10301030
msgid "Multi-line matching, affecting ``^`` and ``$``."
1031-
msgstr "多行匹配,影响 ``^`` 和 ``$``。"
1031+
msgstr "多行匹配,影响 ``^`` 和 ``$`` 的匹配行为。"
10321032

10331033
#: ../../howto/regex.rst:554
10341034
msgid ":const:`VERBOSE`, :const:`X` (for 'extended')"
1035-
msgstr ":const:`VERBOSE`, :const:`X` (为 '扩展')"
1035+
msgstr ":const:`VERBOSE`, :const:`X` (代表 extended )"
10361036

10371037
#: ../../howto/regex.rst:554
10381038
msgid ""
10391039
"Enable verbose REs, which can be organized more cleanly and understandably."
1040-
msgstr "启用详细的正则,可以更清晰,更容易理解。"
1040+
msgstr "启用详细模式的正则,可以使表达式组织得更清晰,更易懂。"
10411041

10421042
#: ../../howto/regex.rst:563
10431043
msgid ""

0 commit comments

Comments
 (0)