From 2d4e049099769ce94890b042558dcfe2368caeea Mon Sep 17 00:00:00 2001 From: SY Lee Date: Sat, 20 May 2023 13:26:02 +0800 Subject: [PATCH 1/3] re title --- library/re.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/library/re.po b/library/re.po index b37a920c9a..40825586fd 100644 --- a/library/re.po +++ b/library/re.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.11\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-03-05 00:20+0000\n" -"PO-Revision-Date: 2018-05-23 16:09+0000\n" +"PO-Revision-Date: 2023-05-20 12:10+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -17,10 +17,11 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.3.1\n" #: ../../library/re.rst:2 msgid ":mod:`re` --- Regular expression operations" -msgstr "" +msgstr ":mod:`re` --- 正規表示式(regular expression)操作" #: ../../library/re.rst:10 msgid "**Source code:** :source:`Lib/re/`" @@ -985,7 +986,7 @@ msgid "" "combination with the :const:`IGNORECASE` flag, they will match the 52 ASCII " "letters and 4 additional non-ASCII letters: 'İ' (U+0130, Latin capital " "letter I with dot above), 'ı' (U+0131, Latin small letter dotless i), " -"'ſ' (U+017F, Latin small letter long s) and 'K' (U+212A, Kelvin sign). If " +"'ſ' (U+017F, Latin small letter long s) and 'K' (U+212A, Kelvin sign). If " "the :const:`ASCII` flag is used, only letters 'a' to 'z' and 'A' to 'Z' are " "matched." msgstr "" From c4d4660b87759d7606a1a45ee8a028518fa26948 Mon Sep 17 00:00:00 2001 From: SY Lee Date: Sat, 20 May 2023 13:46:40 +0800 Subject: [PATCH 2/3] translate the title of re --- library/re.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/re.po b/library/re.po index 40825586fd..6d0c1b735c 100644 --- a/library/re.po +++ b/library/re.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Python 3.11\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-03-05 00:20+0000\n" -"PO-Revision-Date: 2023-05-20 12:10+0800\n" +"PO-Revision-Date: 2023-05-20 13:44+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -21,7 +21,7 @@ msgstr "" #: ../../library/re.rst:2 msgid ":mod:`re` --- Regular expression operations" -msgstr ":mod:`re` --- 正規表示式(regular expression)操作" +msgstr ":mod:`re` --- 正規表示式 (regular expression) 操作" #: ../../library/re.rst:10 msgid "**Source code:** :source:`Lib/re/`" From 869e24caef27ea63dd612917800f1d9683fae721 Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Mon, 22 May 2023 11:00:48 +0800 Subject: [PATCH 3/3] fix(library/re): revert the poedit auto-update on Kelvin sign --- library/re.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/re.po b/library/re.po index 6d0c1b735c..3219bc4648 100644 --- a/library/re.po +++ b/library/re.po @@ -986,7 +986,7 @@ msgid "" "combination with the :const:`IGNORECASE` flag, they will match the 52 ASCII " "letters and 4 additional non-ASCII letters: 'İ' (U+0130, Latin capital " "letter I with dot above), 'ı' (U+0131, Latin small letter dotless i), " -"'ſ' (U+017F, Latin small letter long s) and 'K' (U+212A, Kelvin sign). If " +"'ſ' (U+017F, Latin small letter long s) and 'K' (U+212A, Kelvin sign). If " "the :const:`ASCII` flag is used, only letters 'a' to 'z' and 'A' to 'Z' are " "matched." msgstr ""