@@ -996,7 +996,7 @@ msgstr ":const:`ASCII`, :const:`A`"
996
996
msgid ""
997
997
"Makes several escapes like ``\\ w``, ``\\ b``, ``\\ s`` and ``\\ d`` match only "
998
998
"on ASCII characters with the respective property."
999
- msgstr "使几个转义如 ``\\ w``、``\\ b``、``\\ s`` 和 ``\\ d`` 匹配仅与具有相应特征属性的 ASCII 字符匹配 。"
999
+ msgstr "使得 ``\\ w``、``\\ b``、``\\ s`` 和 ``\\ d`` 等转义序列,仅匹配具有相应属性的 ASCII 字符 。"
1000
1000
1001
1001
#: ../../howto/regex.rst:544
1002
1002
msgid ":const:`DOTALL`, :const:`S`"
@@ -1012,32 +1012,32 @@ msgstr ":const:`IGNORECASE`, :const:`I`"
1012
1012
1013
1013
#: ../../howto/regex.rst:547
1014
1014
msgid "Do case-insensitive matches."
1015
- msgstr "进行大小写不敏感匹配 。"
1015
+ msgstr "进行忽略大小写的匹配 。"
1016
1016
1017
1017
#: ../../howto/regex.rst:549
1018
1018
msgid ":const:`LOCALE`, :const:`L`"
1019
1019
msgstr ":const:`LOCALE`, :const:`L`"
1020
1020
1021
1021
#: ../../howto/regex.rst:549
1022
1022
msgid "Do a locale-aware match."
1023
- msgstr "进行区域设置感知匹配 。"
1023
+ msgstr "进行区域设置感知的匹配 。"
1024
1024
1025
1025
#: ../../howto/regex.rst:551
1026
1026
msgid ":const:`MULTILINE`, :const:`M`"
1027
1027
msgstr ":const:`MULTILINE`, :const:`M`"
1028
1028
1029
1029
#: ../../howto/regex.rst:551
1030
1030
msgid "Multi-line matching, affecting ``^`` and ``$``."
1031
- msgstr "多行匹配,影响 ``^`` 和 ``$``。"
1031
+ msgstr "多行匹配,影响 ``^`` 和 ``$`` 的匹配行为 。"
1032
1032
1033
1033
#: ../../howto/regex.rst:554
1034
1034
msgid ":const:`VERBOSE`, :const:`X` (for 'extended')"
1035
- msgstr ":const:`VERBOSE`, :const:`X` (为 '扩展' )"
1035
+ msgstr ":const:`VERBOSE`, :const:`X` (代表 extended )"
1036
1036
1037
1037
#: ../../howto/regex.rst:554
1038
1038
msgid ""
1039
1039
"Enable verbose REs, which can be organized more cleanly and understandably."
1040
- msgstr "启用详细的正则,可以更清晰,更容易理解 。"
1040
+ msgstr "启用详细模式的正则,可以使表达式组织得更清晰,更易懂 。"
1041
1041
1042
1042
#: ../../howto/regex.rst:563
1043
1043
msgid ""
0 commit comments