8000 sync with cpython 66019625 · python/python-docs-zh-tw@700fa46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 700fa46

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 66019625
1 parent 6f378db commit 700fa46

File tree

17 files changed

+146
-145
lines changed

17 files changed

+146
-145
lines changed

library/bdb.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2022-10-31 08:13+0000\n"
10+
"POT-Creation-Date: 2023-12-13 13:14+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:39+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -417,7 +417,7 @@ msgstr ""
417417
#: ../../library/bdb.rst:296
418418
msgid ""
419419
"Set the :attr:`quitting` attribute to ``True``. This raises :exc:`BdbQuit` "
420-
"in the next call to one of the :meth:`dispatch_\\*` methods."
420+
"in the next call to one of the :meth:`!dispatch_\\*` methods."
421421
msgstr ""
422422

423423
#: ../../library/bdb.rst:300

library/cmd.po

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-05-09 00:15+0000\n"
10+
"POT-Creation-Date: 2023-12-13 13:14+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:40+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -113,7 +113,7 @@ msgstr ""
113113
msgid ""
114114
"This method will return when the :meth:`postcmd` method returns a true "
115115
"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."
117117
msgstr ""
118118

119119
#: ../../library/cmd.rst:78
@@ -134,8 +134,8 @@ msgid ""
134134
"method, called with an argument ``'bar'``, invokes the corresponding method :"
135135
"meth:`help_bar`, and if that is not present, prints the docstring of :meth:"
136136
"`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 "
139139
"undocumented commands."
140140
msgstr ""
141141

@@ -145,7 +145,7 @@ msgid ""
145145
"prompt. This may be overridden, but should not normally need to be; see the :"
146146
"meth:`precmd` and :meth:`postcmd` methods for useful execution hooks. The "
147147
"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 "
149149
"command *str*, the return value of that method is returned, otherwise the "
150150
"return value from the :meth:`default` method is returned."
151151
msgstr ""
@@ -164,8 +164,8 @@ msgstr ""
164164

165165
#: ../../library/cmd.rst:120
166166
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."
169169
msgstr ""
170170

171171
#: ../../library/cmd.rst:126
@@ -246,15 +246,15 @@ msgstr ""
246246
#: ../../library/cmd.rst:201
247247
msgid ""
248248
"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)."
251251
msgstr ""
252252

253253
#: ../../library/cmd.rst:208
254254
msgid ""
255255
"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)."
258258
msgstr ""
259259

2602 628C 60
#: ../../library/cmd.rst:215

library/configparser.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-09-09 00:03+0000\n"
10+
"POT-Creation-Date: 2023-12-13 13:14+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:41+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -741,7 +741,7 @@ msgid ""
741741
"When *converters* is given, it should be a dictionary where each key "
742742
"represents the name of a type converter and each value is a callable "
743743
"implementing the conversion from string to the desired datatype. Every "
744-
"converter gets its own corresponding :meth:`get*()` method on the parser "
744+
"converter gets its own corresponding :meth:`!get*()` method on the parser "
745745
"object and section proxies."
746746
msgstr ""
747747

0 commit comments

Comments
 (0)
0