@@ -996,7 +996,7 @@ msgstr ":const:`ASCII`, :const:`A`"
996996msgid ""
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
10021002msgid ":const:`DOTALL`, :const:`S`"
@@ -1012,32 +1012,32 @@ msgstr ":const:`IGNORECASE`, :const:`I`"
10121012
10131013#: ../../howto/regex.rst:547
10141014msgid "Do case-insensitive matches."
1015- msgstr "进行大小写不敏感匹配 。"
1015+ msgstr "进行忽略大小写的匹配 。"
10161016
10171017#: ../../howto/regex.rst:549
10181018msgid ":const:`LOCALE`, :const:`L`"
10191019msgstr ":const:`LOCALE`, :const:`L`"
10201020
10211021#: ../../howto/regex.rst:549
10221022msgid "Do a locale-aware match."
1023- msgstr "进行区域设置感知匹配 。"
1023+ msgstr "进行区域设置感知的匹配 。"
10241024
10251025#: ../../howto/regex.rst:551
10261026msgid ":const:`MULTILINE`, :const:`M`"
10271027msgstr ":const:`MULTILINE`, :const:`M`"
10281028
10291029#: ../../howto/regex.rst:551
10301030msgid "Multi-line matching, affecting ``^`` and ``$``."
1031- msgstr "多行匹配,影响 ``^`` 和 ``$``。"
1031+ msgstr "多行匹配,影响 ``^`` 和 ``$`` 的匹配行为 。"
10321032
10331033#: ../../howto/regex.rst:554
10341034msgid ":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
10381038msgid ""
10391039"Enable verbose REs, which can be organized more cleanly and understandably."
1040- msgstr "启用详细的正则,可以更清晰,更容易理解 。"
1040+ msgstr "启用详细模式的正则,可以使表达式组织得更清晰,更易懂 。"
10411041
10421042#: ../../howto/regex.rst:563
10431043msgid ""
0 commit comments