File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1260,7 +1260,7 @@ msgid ""
1260
1260
msgstr ""
1261
1261
"用 *iterable* 中函式 *function* 為 True 的那些元素,構建一個新的 iterator。"
1262
1262
"*iterable* 可以是一個序列、一個支援疊代的容器、或一個 iterator。如果 "
1263
- "*function* 是 ``None``,則會假設它是一個恆等函式 ,即 *iterable* 中所有假值元"
1263
+ "*function* 是 ``None``,則會假設它是一個識別性函式 ,即 *iterable* 中所有假值元"
1264
1264
"素會被移除。"
1265
1265
1266
1266
#: ../../library/functions.rst:642
@@ -1547,7 +1547,7 @@ msgid ""
1547
1547
"Two objects with non-overlapping lifetimes may have the same :func:`id` "
1548
1548
"value."
1549
1549
msgstr ""
1550
- "回傳物件的 \" 標識值 \" 。該值是一個整數,在此物件的生命週期中保證是唯一且恆定"
1550
+ "回傳物件的 \" 識別性 \" 。該值是一個整數,在此物件的生命週期中保證是唯一且恆定"
1551
1551
"的。兩個生命期不重疊的物件可能具有相同的 :func:`id` 值。"
1552
1552
1553
1553
#: ../../library/functions.rst:863
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ msgid ""
79
79
"The logical operations are also generally applicable to all objects, and "
80
80
"support truth tests, identity tests, and boolean operations:"
81
81
msgstr ""
82
- "邏輯運算通常也適用於所有物件,並且支援真值檢測、標識檢測和 boolean 運算:"
83
-
82
+ "邏輯運算通常也適用於所有物件,並且支援真值檢測、識別性測試和 boolean 運算:"
83
+
84
84
#: ../../library/operator.rst:61
85
85
msgid ""
86
86
"Return the outcome of :keyword:`not` *obj*. (Note that there is no :meth:`!"
@@ -102,11 +102,11 @@ msgstr ""
102
102
103
103
#: ../../library/operator.rst:75
104
104
msgid "Return ``a is b``. Tests object identity."
105
- msgstr "回傳 ``a is b``。檢測物件標識 。"
105
+ msgstr "回傳 ``a is b``。測試物件識別性 。"
106
106
107
107
#: ../../library/operator.rst:80
108
108
msgid "Return ``a is not b``. Tests object identity."
109
- msgstr "回傳 ``a is not b``。檢測物件標識 。"
109
+ msgstr "回傳 ``a is not b``。測試物件識別性 。"
110
110
111
111
#: ../../library/operator.rst:83
112
112
msgid "The mathematical and bitwise operations are the most numerous:"
@@ -497,7 +497,7 @@ msgstr "``pow(a, b)``"
497
497
498
498
#: ../../library/operator.rst:404 ../../library/operator.rst:406
499
499
msgid "Identity"
500
- msgstr "標識 "
500
+ msgstr "識別性 "
501
501
502
502
#: ../../library/operator.rst:404
503
503
msgid "``a is b``"
Original file line number Diff line number Diff line change @@ -300,15 +300,15 @@ msgstr "``is``"
300
300
301
301
#: ../../library/stdtypes.rst:157
302
302
msgid "object identity"
303
- msgstr "物件識別 "
303
+ msgstr "物件識別性 "
304
304
305
305
#: ../../library/stdtypes.rst:159
306
306
msgid "``is not``"
307
307
msgstr "``is not``"
308
308
309
309
#: ../../library/stdtypes.rst:159
310
310
msgid "negated object identity"
311
- msgstr "否定的物件識別 "
311
+ msgstr "否定的物件識別性 "
312
312
313
313
#: ../../library/stdtypes.rst:166
314
314
msgid ""
You can’t perform that action at this time.
0 commit comments