7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.10\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2021-10-26 16:47 +0000\n "
10
+ "POT-Creation-Date : 2022-03-05 00:12 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 16:12+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -551,12 +551,12 @@ msgstr ""
551
551
552
552
#: ../../library/threading.rst:431
553
553
msgid ""
554
- "A boolean value indicating whether this thread is a daemon thread (True) or "
555
- "not (False). This must be set before :meth:`~Thread.start` is called, "
556
- "otherwise :exc:`RuntimeError` is raised. Its initial value is inherited "
557
- "from the creating thread; the main thread is not a daemon thread and "
558
- "therefore all threads created in the main thread default to :attr:`~Thread. "
559
- "daemon` = ``False``."
554
+ "A boolean value indicating whether this thread is a daemon thread (`` True``) "
555
+ "or not (`` False`` ). This must be set before :meth:`~Thread.start` is "
556
+ "called, otherwise :exc:`RuntimeError` is raised. Its initial value is "
557
+ "inherited from the creating thread; the main thread is not a daemon thread "
558
+ "and therefore all threads created in the main thread default to :attr:"
559
+ "`~Thread. daemon` = ``False``."
560
560
msgstr ""
561
561
562
562
#: ../../library/threading.rst:438
@@ -649,7 +649,7 @@ msgid ""
649
649
"value, block for at most the number of seconds specified by *timeout* and as "
650
650
"long as the lock cannot be acquired. A *timeout* argument of ``-1`` "
651
651
"specifies an unbounded wait. It is forbidden to specify a *timeout* when "
652
- "*blocking* is false ."
652
+ "*blocking* is ``False`` ."
653
653
msgstr ""
654
654
655
655
#: ../../library/threading.rst:508
@@ -691,7 +691,7 @@ msgid "There is no return value."
691
691
msgstr ""
692
692
693
693
#: ../../library/threading.rst:534
694
- msgid "Return true if the lock is acquired."
694
+ msgid "Return ``True`` if the lock is acquired."
695
695
msgstr ""
696
696
697
697
#: ../../library/threading.rst:541
@@ -752,14 +752,14 @@ msgstr ""
752
752
753
753
#: ../../library/threading.rst:583
754
754
msgid ""
755
- "When invoked with the *blocking* argument set to true , do the same thing as "
756
- "when called without arguments, and return ``True``."
755
+ "When invoked with the *blocking* argument set to ``True`` , do the same thing "
756
+ "as when called without arguments, and return ``True``."
757
757
msgstr ""
758
758
759
759
#: ../../library/threading.rst:586
760
760
msgid ""
761
- "When invoked with the *blocking* argument set to false , do not block. If a "
762
- "call without an argument would block, return ``False`` immediately; "
761
+ "When invoked with the *blocking* argument set to ``False`` , do not block. "
762
+ "If a call without an argument would block, return ``False`` immediately; "
763
763
"otherwise, do the same thing as when called without arguments, and return "
764
764
"``True``."
765
765
msgstr ""
@@ -769,7 +769,7 @@ msgid ""
769
769
"When invoked with the floating-point *timeout* argument set to a positive "
770
770
"value, block for at most the number of seconds specified by *timeout* and as "
771
771
"long as the lock cannot be acquired. Return ``True`` if the lock has been "
772
- "acquired, false if the timeout has elapsed."
772
+ "acquired, ``False`` if the timeout has elapsed."
773
773
msgstr ""
774
774
775
775
#: ../../library/threading.rst:601
@@ -1072,9 +1072,9 @@ msgstr ""
1072
1072
1073
1073
#: ../../library/threading.rst:834
1074
1074
msgid ""
1075
- "When invoked with *blocking* set to false , do not block. If a call without "
1076
- "an argument would block, return ``False`` immediately; otherwise, do the "
1077
- "same thing as when called without arguments, and return ``True``."
1075
+ "When invoked with *blocking* set to ``False`` , do not block. If a call "
1076
+ "without an argument would block, return ``False`` immediately; otherwise, do "
1077
+ "the same thing as when called without arguments, and return ``True``."
1078
1078
msgstr ""
1079
1079
1080
1080
#: ../../library/threading.rst:838
0 commit comments