Skip to content

Commit c40f339

Browse files
committed
translate one sentence in library/string.po
1 parent 9187e57 commit c40f339

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

Diff for: library/string.po

+10-12
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ msgid ""
4949
"`ascii_uppercase` constants described below. This value is not locale-"
5050
"dependent."
5151
msgstr ""
52-
"下文描述的 :const:`ascii_lowercase` 和 :const:`ascii_uppercase` 常數的串接,該值不依賴於區域設定。"
52+
"下文描述的 :const:`ascii_lowercase` 和 :const:`ascii_uppercase` 常數的串接,"
53+
"該值不依賴於區域設定。"
5354

5455
#: ../../library/string.rst:32
5556
msgid ""
@@ -112,7 +113,7 @@ msgstr ""
112113

113114
#: ../../library/string.rst:90
114115
msgid "The :class:`Formatter` class has the following public methods:"
115-
msgstr ""
116+
msgstr ":class:`Formatter` 類別有以下的公開方法:"
116117

117118
#: ../../library/string.rst:94
118119
msgid ""
@@ -150,10 +151,9 @@ msgid ""
150151
"by :meth:`vformat` to break the string into either literal text, or "
151152
"replacement fields."
152153
msgstr ""
153-
"將 format_string 放入迴圈,並回傳一個可疊代物件,其元素為 "
154-
"(*literal_text*, *field_name*, *format_spec*, *conversion*)。這會被"
155-
" :meth:`vformat` 用於將字串裁切為字面文本或"
156-
"替換欄位。"
154+
"將 format_string 放入迴圈,並回傳一個可疊代物件,其元素為 (*literal_text*, "
155+
"*field_name*, *format_spec*, *conversion*)。這會被 :meth:`vformat` 用於將字串"
156+
"裁切為字面文本或替換欄位。"
157157

158158
#: ../../library/string.rst:122
159159
msgid ""
@@ -926,12 +926,10 @@ msgid ""
926926
"Python. As an example of a library built on template strings for i18n, see "
927927
"the `flufl.i18n <https://flufli18n.readthedocs.io/en/latest/>`_ package."
928928
msgstr ""
929-
"樣板字串提供如 :pep:`292` 所述更簡單的字串替換。"
930-
"樣板字串的主要用例是國際化 (i18n),"
931-
"因為在這種情況下,更簡單的語法和功能使得它"
932-
"比其他 Python 內建字串格式化工具更容易翻譯。"
933-
"基於樣板字串建構的 i18n 函式庫範例,請參閱 "
934-
"`flufl.i18n <https://flufli18n.readthedocs.io/en/latest/>`_ 套件。"
929+
"樣板字串提供如 :pep:`292` 所述更簡單的字串替換。樣板字串的主要用例是國際化 "
930+
"(i18n),因為在這種情況下,更簡單的語法和功能使得它比其他 Python 內建字串格式"
931+
"化工具更容易翻譯。基於樣板字串建構的 i18n 函式庫範例,請參閱 `flufl.i18n "
932+
"<https://flufli18n.readthedocs.io/en/latest/>`_ 套件。"
935933

936934
#: ../../library/string.rst:748
937935
msgid ""

0 commit comments

Comments
 (0)