Translate fuzzy entries from upstream sync by mattwang44 · Pull Request #1237 · python/python-docs-zh-tw
#: ../../library/operator.rst:115 #, fuzzy msgid "Return ``a & b``." msgstr "回傳 ``a % b``。" msgstr "回傳 ``a & b``。"
#: ../../library/operator.rst:121 msgid "Return ``a // b``."
#: ../../library/operator.rst:139 #, fuzzy msgid "Return ``~obj``." msgstr "回傳 ``a % b``。" msgstr "回傳 ``~obj``。"
#: ../../library/operator.rst:145 #, fuzzy msgid "Return ``a << b``." msgstr "回傳 ``a % b``。" msgstr "回傳 ``a << b``。"
#: ../../library/operator.rst:151 msgid "Return ``a % b``." msgstr "回傳 ``a % b``。"
#: ../../library/operator.rst:157 #, fuzzy msgid "Return ``a * b``." msgstr "回傳 ``a % b``。" msgstr "回傳 ``a * b``。"
#: ../../library/operator.rst:163 msgid "Return ``a @ b``."
#: ../../library/operator.rst:177 #, fuzzy msgid "Return ``a | b``." msgstr "回傳 ``a % b``。" msgstr "回傳 ``a | b``。"
#: ../../library/operator.rst:183 #, fuzzy msgid "Return ``+obj``." msgstr "回傳 ``a % b``。" msgstr "回傳 ``+obj``。"
#: ../../library/operator.rst:189 #, fuzzy msgid "Return ``a ** b``." msgstr "回傳 ``a % b``。" msgstr "回傳 ``a ** b``。"
#: ../../library/operator.rst:195 #, fuzzy msgid "Return ``a >> b``." msgstr "回傳 ``a % b``。" msgstr "回傳 ``a >> b``。"
#: ../../library/operator.rst:201 msgid "Return ``a - b``."
#: ../../library/operator.rst:214 #, fuzzy msgid "Return ``a ^ b``." msgstr "回傳 ``a % b``。" msgstr "回傳 ``a ^ b``。"
#: ../../library/operator.rst:217 msgid ""
#: ../../library/operator.rst:408 #, fuzzy msgid "Bitwise And, or Intersection" msgstr "按位元取反 (Inversion)" msgstr "按位元與 (And),或稱交集 (Intersection)"
#: ../../library/operator.rst:408 msgid "``a & b``"
#: ../../library/operator.rst:411 #, fuzzy msgid "Bitwise Exclusive Or, or Symmetric Difference" msgstr "按位元互斥或 (Exclusive Or)" msgstr "按位元互斥或 (Exclusive Or),或稱對稱差集 (Symmetric Difference)"
#: ../../library/operator.rst:411 msgid "``a ^ b``"
#: ../../library/operator.rst:415 #, fuzzy msgid "Bitwise Inversion, or Complement" msgstr "按位元取反 (Inversion)" msgstr "按位元取反 (Inversion),或稱補集 (Complement)"
#: ../../library/operator.rst:415 msgid "``~ a``"
#: ../../library/operator.rst:418 #, fuzzy msgid "Bitwise Or, or Union" msgstr "按位元或 (Or)" msgstr "按位元或 (Or),或稱聯集 (Union)"
#: ../../library/operator.rst:418 msgid "``a | b``"