-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4719a1
commit f24fd11
Showing
1 changed file
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgstr "" | |
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-07-17 17:39+0800\n" | ||
"PO-Revision-Date: 2023-10-22 11:42+0800\n" | ||
"PO-Revision-Date: 2023-10-22 20:52+0800\n" | ||
"Last-Translator: Adrian Liaw <[email protected]>\n" | ||
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" | ||
"tw)\n" | ||
|
@@ -55,7 +55,8 @@ msgstr "" | |
msgid "" | ||
"The lowercase letters ``'abcdefghijklmnopqrstuvwxyz'``. This value is not " | ||
"locale-dependent and will not change." | ||
msgstr "小寫字母 ``'abcdefghijklmnopqrstuvwxyz'``。該值與地區設定無關且不會改變。" | ||
msgstr "" | ||
"小寫字母 ``'abcdefghijklmnopqrstuvwxyz'``。該值與地區設定無關且不會改變。" | ||
|
||
#: ../../library/string.rst:38 | ||
msgid "" | ||
|
@@ -368,8 +369,8 @@ msgid "" | |
msgstr "" | ||
"“格式規格” 在格式字串 (format string) 中包含的替換欄位中使用,以定義各個值如" | ||
"何被呈現(請參考 :ref:`formatstrings` and :ref:`f-strings` )。它們也能夠直接" | ||
"傳遞給內建的 :func:`format` 函式。每個可格式化型別 (formattable type) 可以定義" | ||
"格式規格如何被直譯。" | ||
"傳遞給內建的 :func:`format` 函式。每個可格式化型別 (formattable type) 可以定" | ||
"義格式規格如何被直譯。" | ||
|
||
#: ../../library/string.rst:305 | ||
msgid "" | ||
|
@@ -406,7 +407,7 @@ msgstr "" | |
|
||
#: ../../library/string.rst:342 ../../library/string.rst:373 | ||
msgid "Option" | ||
msgstr "" | ||
msgstr "選項" | ||
|
||
#: ../../library/string.rst:342 ../../library/string.rst:373 | ||
#: ../../library/string.rst:456 ../../library/string.rst:467 | ||
|
@@ -1112,7 +1113,9 @@ msgstr "" | |
msgid "" | ||
"The methods on this class will raise :exc:`ValueError` if the pattern " | ||
"matches the template without one of these named groups matching." | ||
msgstr "當格式符合樣板卻沒有符合這些命名組之一,此類別的方法將引發 :exc:`ValueError`。" | ||
msgstr "" | ||
"當格式符合樣板卻沒有符合這些命名組之一,此類別的方法將引發 :exc:" | ||
"`ValueError`。" | ||
|
||
#: ../../library/string.rst:906 | ||
msgid "Helper functions" | ||
|