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

Skip to content

Commit c14ee81

Browse files
author
Becca
committed
translate stdtypes - boolean & numeric types (little modification2)
1 parent 7c32c8a commit c14ee81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/stdtypes.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ msgid ""
12961296
"using :func:`int` instead."
12971297
msgstr ""
12981298
":class:`bool` 是 :class:`int` 的子類(見 :ref:`typesnumeric`)。"
1299-
"在許多數值上下文中,``False`` 和 ``True`` 分別像整數 0 和 1 一樣。"
1299+
"在許多數值上下文中,``False`` 和 ``True`` 分別像整數0和1一樣。"
13001300
"然而,不鼓勵依賴這一點;請使用 :func:`int` 進行顯式轉換。"
13011301

13021302
#: ../../library/stdtypes.rst:841
@@ -3395,7 +3395,7 @@ msgstr ""
33953395

33963396
#: ../../library/stdtypes.rst:2490 ../../library/stdtypes.rst:3718
33973397
msgid "See :pep:`237`."
3398-
msgstr "參閱 :pep:`237`\\ 。"
3398+
msgstr "參閱 :pep:`237`。"
33993399

34003400
#: ../../library/stdtypes.rst:2492
34013401
msgid ""
@@ -5946,7 +5946,7 @@ msgstr ""
59465946

59475947
#: ../../library/stdtypes.rst:5251
59485948
msgid "See :ref:`function` for more information."
5949-
msgstr "更多資訊請見 :ref:`function`\\ 。"
5949+
msgstr "更多資訊請見 :ref:`function`。"
59505950

59515951
#: ../../library/stdtypes.rst:5257
59525952
msgid "Methods"
@@ -5984,7 +5984,7 @@ msgstr ""
59845984

59855985
#: ../../library/stdtypes.rst:5295 ../../library/stdtypes.rst:5326
59865986
msgid "See :ref:`types` for more information."
5987-
msgstr "更多資訊請見 :ref:`types`\\ 。"
5987+
msgstr "更多資訊請見 :ref:`types`。"
59885988

59895989
#: ../../library/stdtypes.rst:5303
59905990
msgid "Code Objects"
@@ -6006,7 +6006,7 @@ msgid ""
60066006
"__getattr__`` with arguments ``obj`` and ``\"__code__\"``."
60076007
msgstr ""
60086008
"存取 ``__code__`` 會引發一個附帶引數 ``obj`` 與 ``\"__code__\"`` 的\\ :ref:`"
6009-
"稽核事件 <auditing>` ``object.__getattr__``\\ 。"
6009+
"稽核事件 <auditing>` ``object.__getattr__``。"
60106010

60116011
#: ../../library/stdtypes.rst:5323
60126012
msgid ""

0 commit comments

Comments
 (0)