77msgstr ""
88"Project-Id-Version : Python 3.14\n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2026-02-07 00:19+0000\n "
10+ "POT-Creation-Date : 2026-02-12 00:19+0000\n "
1111"PO-Revision-Date : 2018-05-23 14:42+0000\n "
1212"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
1313"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -244,7 +244,8 @@ msgid "The individual submodules are described in the following sections."
244244msgstr ""
245245
246246#: ../../library/dbm.rst:155
247- msgid ":mod:`dbm.sqlite3` --- SQLite backend for dbm"
247+ #, fuzzy
248+ msgid ":mod:`!dbm.sqlite3` --- SQLite backend for dbm"
248249msgstr ":mod:`dbm.sqlite3` --- dbm 的 SQLite 後端"
249250
250251#: ../../library/dbm.rst:163
@@ -254,7 +255,7 @@ msgstr "**原始碼:**\\ :source:`Lib/dbm/sqlite3.py`"
254255#: ../../library/dbm.rst:167
255256msgid ""
256257"This module uses the standard library :mod:`sqlite3` module to provide an "
257- "SQLite backend for the :mod:`!dbm` module. The files created by :mod:`dbm."
258+ "SQLite backend for the :mod:`!dbm` module. The files created by :mod:`! dbm."
258259"sqlite3` can thus be opened by :mod:`sqlite3`, or any other SQLite browser, "
259260"including the SQLite CLI."
260261msgstr ""
@@ -302,7 +303,8 @@ msgid "Close the SQLite database."
302303msgstr "關閉 SQLite 資料庫。"
303304
304305#: ../../library/dbm.rst:206
305- msgid ":mod:`dbm.gnu` --- GNU database manager"
306+ #, fuzzy
307+ msgid ":mod:`!dbm.gnu` --- GNU database manager"
306308msgstr ":mod:`dbm.gnu` --- GNU 資料庫管理器"
307309
308310#: ../../library/dbm.rst:212
@@ -311,14 +313,14 @@ msgstr "**原始碼:**\\ :source:`Lib/dbm/gnu.py`"
311313
312314#: ../../library/dbm.rst:216
313315msgid ""
314- "The :mod:`dbm.gnu` module provides an interface to the :abbr:`GDBM (GNU "
316+ "The :mod:`! dbm.gnu` module provides an interface to the :abbr:`GDBM (GNU "
315317"dbm)` library, similar to the :mod:`dbm.ndbm` module, but with additional "
316318"functionality like crash tolerance."
317319msgstr ""
318320
319- #: ../../library/dbm.rst:222 ../../library/dbm.rst:342
321+ #: ../../library/dbm.rst:222
320322msgid ""
321- "The file formats created by :mod:`dbm.gnu` and :mod:`dbm.ndbm` are "
323+ "The file formats created by :mod:`! dbm.gnu` and :mod:`dbm.ndbm` are "
322324"incompatible and can not be used interchangeably."
323325msgstr ""
324326
@@ -332,7 +334,7 @@ msgstr ""
332334
333335#: ../../library/dbm.rst:229
334336msgid ""
335- "Raised on :mod:`dbm.gnu`-specific errors, such as I/O errors. :exc:"
337+ "Raised on :mod:`! dbm.gnu`-specific errors, such as I/O errors. :exc:"
336338"`KeyError` is raised for general mapping errors like specifying an incorrect "
337339"key."
338340msgstr ""
@@ -463,7 +465,8 @@ msgid ""
463465msgstr ""
464466
465467#: ../../library/dbm.rst:325
466- msgid ":mod:`dbm.ndbm` --- New Database Manager"
468+ #, fuzzy
469+ msgid ":mod:`!dbm.ndbm` --- New Database Manager"
467470msgstr ":mod:`dbm.ndbm` --- 新資料庫管理器"
468471
469472#: ../../library/dbm.rst:331
@@ -472,11 +475,17 @@ msgstr "**原始碼:**\\ :source:`Lib/dbm/ndbm.py`"
472475
473476#: ../../library/dbm.rst:335
474477msgid ""
475- "The :mod:`dbm.ndbm` module provides an interface to the :abbr:`NDBM (New "
478+ "The :mod:`! dbm.ndbm` module provides an interface to the :abbr:`NDBM (New "
476479"Database Manager)` library. This module can be used with the \" classic\" "
477480"NDBM interface or the :abbr:`GDBM (GNU dbm)` compatibility interface."
478481msgstr ""
479482
483+ #: ../../library/dbm.rst:342
484+ msgid ""
485+ "The file formats created by :mod:`dbm.gnu` and :mod:`!dbm.ndbm` are "
486+ "incompatible and can not be used interchangeably."
487+ msgstr ""
488+
480489#: ../../library/dbm.rst:347
481490msgid ""
482491"The NDBM library shipped as part of macOS has an undocumented limitation on "
@@ -487,7 +496,7 @@ msgstr ""
487496
488497#: ../../library/dbm.rst:356
489498msgid ""
490- "Raised on :mod:`dbm.ndbm`-specific errors, such as I/O errors. :exc:"
499+ "Raised on :mod:`! dbm.ndbm`-specific errors, such as I/O errors. :exc:"
491500"`KeyError` is raised for general mapping errors like specifying an incorrect "
492501"key."
493502msgstr ""
@@ -524,7 +533,8 @@ msgid "Close the NDBM database."
524533msgstr "關閉 NDBM 資料庫。"
525534
526535#: ../../library/dbm.rst:407
527- msgid ":mod:`dbm.dumb` --- Portable DBM implementation"
536+ #, fuzzy
537+ msgid ":mod:`!dbm.dumb` --- Portable DBM implementation"
528538msgstr ":mod:`dbm.dumb` --- 可攜式 DBM 實作"
529539
530540#: ../../library/dbm.rst:412
@@ -533,15 +543,15 @@ msgstr "**原始碼:**\\ :source:`Lib/dbm/dumb.py`"
533543
534544#: ../../library/dbm.rst:418
535545msgid ""
536- "The :mod:`dbm.dumb` module is intended as a last resort fallback for the :"
537- "mod:`!dbm` module when a more robust module is not available. The :mod:`dbm."
546+ "The :mod:`! dbm.dumb` module is intended as a last resort fallback for the :"
547+ "mod:`!dbm` module when a more robust module is not available. The :mod:`! dbm."
538548"dumb` module is not written for speed and is not nearly as heavily used as "
539549"the other database modules."
540550msgstr ""
541551
542552#: ../../library/dbm.rst:425
543553msgid ""
544- "The :mod:`dbm.dumb` module provides a persistent :class:`dict`-like "
554+ "The :mod:`! dbm.dumb` module provides a persistent :class:`dict`-like "
545555"interface which is written entirely in Python. Unlike other :mod:`!dbm` "
546556"backends, such as :mod:`dbm.gnu`, no external library is required."
547557msgstr ""
@@ -552,7 +562,7 @@ msgstr ":mod:`!dbm.dumb` 模組定義了以下項目:"
552562
553563#: ../../library/dbm.rst:434
554564msgid ""
555- "Raised on :mod:`dbm.dumb`-specific errors, such as I/O errors. :exc:"
565+ "Raised on :mod:`! dbm.dumb`-specific errors, such as I/O errors. :exc:"
556566"`KeyError` is raised for general mapping errors like specifying an incorrect "
557567"key."
558568msgstr ""
0 commit comments