Skip to content

Commit f8722ef

Browse files
committed
fix fuzzy entries
1 parent 7f76f3b commit f8722ef

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

library/os.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4618,9 +4618,8 @@ msgid ":attr:`!user` - user time"
46184618
msgstr ""
46194619

46204620
#: ../../library/os.rst:4248
4621-
#, fuzzy
46224621
msgid ":attr:`!system` - system time"
4623-
msgstr ":attr:`sysname` - 作業系統名稱"
4622+
msgstr ":attr:`!system` - 系統時間"
46244623

46254624
#: ../../library/os.rst:4249
46264625
msgid ":attr:`!children_user` - user time of all child processes"

tutorial/datastructures.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -721,17 +721,16 @@ msgstr ""
721721
"算子 (comparisons) 。"
722722

723723
#: ../../tutorial/datastructures.rst:663
724-
#, fuzzy
725724
msgid ""
726725
"The comparison operators ``in`` and ``not in`` are membership tests that "
727726
"determine whether a value is in (or not in) a container. The operators "
728727
"``is`` and ``is not`` compare whether two objects are really the same "
729728
"object. All comparison operators have the same priority, which is lower "
730729
"than that of all numerical operators."
731730
msgstr ""
732-
"比較運算子 ``in`` 和 ``not in`` 檢查一個值是否存在(不存在)於一個序列中。運"
733-
"算子 ``is`` 和 ``not is`` 比較兩個物件是否真的是相同的物件。所有比較運算子的"
734-
"優先度都相同且都低於數值運算子。"
731+
"比較運算子 ``in`` 和 ``not in`` 用於成員檢查,在容器中檢查一個值是否存在(或"
732+
"不存在)。運算子 ``is`` 和 ``not is`` 比較兩個物件是否真的是相同的物件。所有"
733+
"比較運算子的優先度都相同且都低於數值運算子。"
735734

736735
#: ../../tutorial/datastructures.rst:669
737736
msgid ""

0 commit comments

Comments
 (0)