File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -4618,9 +4618,8 @@ msgid ":attr:`!user` - user time"
4618
4618
msgstr ""
4619
4619
4620
4620
#: ../../library/os.rst:4248
4621
- #, fuzzy
4622
4621
msgid ":attr:`!system` - system time"
4623
- msgstr ":attr:`sysname ` - 作業系統名稱 "
4622
+ msgstr ":attr:`!system ` - 系統時間 "
4624
4623
4625
4624
#: ../../library/os.rst:4249
4626
4625
msgid ":attr:`!children_user` - user time of all child processes"
Original file line number Diff line number Diff line change @@ -721,17 +721,16 @@ msgstr ""
721
721
"算子 (comparisons) 。"
722
722
723
723
#: ../../tutorial/datastructures.rst:663
724
- #, fuzzy
725
724
msgid ""
726
725
"The comparison operators ``in`` and ``not in`` are membership tests that "
727
726
"determine whether a value is in (or not in) a container. The operators "
728
727
"``is`` and ``is not`` compare whether two objects are really the same "
729
728
"object. All comparison operators have the same priority, which is lower "
730
729
"than that of all numerical operators."
731
730
msgstr ""
732
- "比較運算子 ``in`` 和 ``not in`` 檢查一個值是否存在(不存在)於一個序列中。運 "
733
- "算子 ``is`` 和 ``not is`` 比較兩個物件是否真的是相同的物件。所有比較運算子的 "
734
- "優先度都相同且都低於數值運算子 。"
731
+ "比較運算子 ``in`` 和 ``not in`` 用於成員檢查,在容器中檢查一個值是否存在(或 "
732
+ "不存在)。運算子 ``is`` 和 ``not is`` 比較兩個物件是否真的是相同的物件。所有 "
733
+ "比較運算子的優先度都相同且都低於數值運算子 。"
735
734
736
735
#: ../../tutorial/datastructures.rst:669
737
736
msgid ""
You can’t perform that action at this time.
0 commit comments