7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2023-05-09 00:15 +0000\n "
10
+ "POT-Creation-Date : 2023-12-14 01:21 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 14:40+0000\n "
12
12
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -113,7 +113,7 @@ msgstr ""
113
113
msgid ""
114
114
"This method will return when the :meth:`postcmd` method returns a true "
115
115
"value. The *stop* argument to :meth:`postcmd` is the return value from the "
116
- "command's corresponding :meth:`do_\\ *` method."
116
+ "command's corresponding :meth:`! do_\\ *` method."
117
117
msgstr ""
118
118
119
119
#: ../../library/cmd.rst:78
@@ -134,8 +134,8 @@ msgid ""
134
134
"method, called with an argument ``'bar'``, invokes the corresponding method :"
135
135
"meth:`help_bar`, and if that is not present, prints the docstring of :meth:"
136
136
"`do_bar`, if available. With no argument, :meth:`do_help` lists all "
137
- "available help topics (that is, all commands with corresponding :meth:"
138
- "` help_\\ *` methods or commands that have docstrings), and also lists any "
137
+ "available help topics (that is, all commands with corresponding :meth:`! "
138
+ "help_\\ *` methods or commands that have docstrings), and also lists any "
139
139
"undocumented commands."
140
140
msgstr ""
141
141
@@ -145,7 +145,7 @@ msgid ""
145
145
"prompt. This may be overridden, but should not normally need to be; see the :"
146
146
"meth:`precmd` and :meth:`postcmd` methods for useful execution hooks. The "
147
147
"return value is a flag indicating whether interpretation of commands by the "
148
- "interpreter should stop. If there is a :meth:`do_\\ *` method for the "
148
+ "interpreter should stop. If there is a :meth:`! do_\\ *` method for the "
149
149
"command *str*, the return value of that method is returned, otherwise the "
150
150
"return value from the :meth:`default` method is returned."
151
151
msgstr ""
@@ -164,8 +164,8 @@ msgstr ""
164
164
165
165
#: ../../library/cmd.rst:120
166
166
msgid ""
167
- "Method called to complete an input line when no command-specific :meth:"
168
- "` complete_\\ *` method is available. By default, it returns an empty list."
167
+ "Method called to complete an input line when no command-specific :meth:`! "
168
+ "complete_\\ *` method is available. By default, it returns an empty list."
169
169
msgstr ""
170
170
171
171
#: ../../library/cmd.rst:126
@@ -246,15 +246,15 @@ msgstr ""
246
246
#: ../../library/cmd.rst:201
247
247
msgid ""
248
248
"The header to issue if the help output has a section for miscellaneous help "
249
- "topics (that is, there are :meth:`help_\\ *` methods without corresponding :"
250
- "meth:`do_\\ *` methods)."
249
+ "topics (that is, there are :meth:`! help_\\ *` methods without corresponding :"
250
+ "meth:`! do_\\ *` methods)."
251
251
msgstr ""
252
252
253
253
#: ../../library/cmd.rst:208
254
254
msgid ""
255
255
"The header to issue if the help output has a section for undocumented "
256
- "commands (that is, there are :meth:`do_\\ *` methods without corresponding :"
257
- "meth:`help_\\ *` methods)."
256
+ "commands (that is, there are :meth:`! do_\\ *` methods without corresponding :"
257
+ "meth:`! help_\\ *` methods)."
258
258
msgstr ""
259
259
260
260
#: ../../library/cmd.rst:215
0 commit comments