Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16f59da

Browse files
[po] auto sync
1 parent d90b04a commit 16f59da

2 files changed

Lines changed: 5 additions & 4 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-27T08:48:03Z"}
1+
{"translation": "96.11%", "updated_at": "2024-08-27T09:47:16Z"}

howto/regex.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -678,12 +678,13 @@ msgid ""
678678
"which means the sequences will be invalid if raw string notation or escaping"
679679
" the backslashes isn't used."
680680
msgstr ""
681-
"此外,在正则表达式中有效但在 Python 字符串文字中无效的特殊转义序列现在导致 :exc:`DeprecationWarning` 并最终变为 "
682-
":exc:`SyntaxError`。 这意味着如果未使用原始字符串表示法或转义反斜杠,序列将无效。"
681+
"此外,某些在正则表达式中有效,但在 Python 普通字符串字面量中无效的特殊转义序列,现在会引发导致 "
682+
":exc:`DeprecationWarning` (弃用警告) ,并且在未来可能会变为一个 :exc:`SyntaxError` (语法错误) "
683+
"。这意味着,如果没有使用原始字符串就直接书写正则本身,这种特殊序列将变得无效。"
683684

684685
#: ../../howto/regex.rst:344
685686
msgid "Regular String"
686-
msgstr "常规字符串"
687+
msgstr "普通字符串"
687688

688689
#: ../../howto/regex.rst:344
689690
msgid "Raw string"

0 commit comments

Comments
 (0)