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

Skip to content

Commit a383dfb

Browse files
[po] auto sync
1 parent 3f7d6aa commit a383dfb

2 files changed

Lines changed: 4 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": "95.18%", "updated_at": "2024-06-20T10:47:22Z"}
1+
{"translation": "95.17%", "updated_at": "2024-06-21T15:47:39Z"}

library/re.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-05-17 14:44+0000\n"
14+
"POT-Creation-Date: 2024-06-21 14:52+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -185,8 +185,8 @@ msgstr "``.``"
185185
msgid ""
186186
"(Dot.) In the default mode, this matches any character except a newline. "
187187
"If the :const:`DOTALL` flag has been specified, this matches any character "
188-
"including a newline."
189-
msgstr "(点号) 在默认模式下,匹配除换行符以外的任意字符。 如果指定了旗标 :const:`DOTALL` ,它将匹配包括换行符在内的任意字符。"
188+
"including a newline. ``(?s:.)`` matches any character regardless of flags."
189+
msgstr ""
190190

191191
#: ../../library/re.rst:108
192192
msgid "``^``"

0 commit comments

Comments
 (0)