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

Skip to content

Commit 26d16df

Browse files
author
Becca
committed
translate stdtypes - boolean & numeric types (little modification8)
1 parent 0552567 commit 26d16df

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

library/stdtypes.po

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,7 @@ msgstr ""
347347
"或其他物件的類別進行排序,除非 class 定義足夠的"
348348
" method ,包含 :meth:`~object.__lt__`、:meth:`~object.__le__`、:meth:`~object."
349349
"__gt__` 及 :meth:`~object.__ge__`\\ (一般來說,使用 :meth:`~object.__lt__` 及 :"
350-
"meth:`~object.__eq__` 就可以滿足"
351-
"常規意義上的比較運算子)。"
350+
"meth:`~object.__eq__` 就可以滿足常規意義上的比較運算子)。"
352351

353352
#: ../../library/stdtypes.rst:190
354353
msgid ""
@@ -357,8 +356,7 @@ msgid ""
357356
"exception."
358357
msgstr ""
359358
"無法自定義 :keyword:`is` 與 :keyword:`is not` 運算子的行為"
360-
";這兩個運算子也可以運用在任意兩個物件且不會導致"
361-
"例外。"
359+
";這兩個運算子也可以運用在任意兩個物件且不會引發例外。"
362360

363361
#: ../../library/stdtypes.rst:198
364362
msgid ""
@@ -666,7 +664,7 @@ msgid ""
666664
"Python defines ``pow(0, 0)`` and ``0 ** 0`` to be ``1``, as is common for "
667665
"programming languages."
668666
msgstr ""
669-
"Python 將 ``pow(0, 0)`` 及 ``0 ** 0`` 定義為 ``1``"
667+
"Python 將 ``pow(0, 0)`` 及 ``0 ** 0`` 定義為 ``1`` "
670668
"這是在撰寫程式語言時的普遍做法。"
671669

672670
#: ../../library/stdtypes.rst:352
@@ -675,7 +673,7 @@ msgid ""
675673
"Unicode equivalent (code points with the ``Nd`` property)."
676674
msgstr ""
677675
"字面數值接受包含數字 ``0`` 到 ``9`` 或任何"
678-
"等效的 Unicode 字符(具有 ``Nd`` 屬性的碼位)"
676+
"等效的 Unicode 字符(具有 ``Nd`` 屬性的碼位)"
679677

680678
#: ../../library/stdtypes.rst:355
681679
msgid ""

0 commit comments

Comments
 (0)