7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2023-10-11 17:13 +0000\n "
10
+ "POT-Creation-Date : 2023-12-04 00:03 +0000\n "
11
11
"PO-Revision-Date : 2018-05-23 16:02+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- "
@@ -312,8 +312,8 @@ msgstr ""
312
312
313
313
#: ../../library/gettext.rst:260
314
314
msgid ""
315
- "Return the \" protected \" :attr:`_info` variable, a dictionary containing the "
316
- "metadata found in the message catalog file."
315
+ "Return a dictionary containing the metadata found in the message catalog "
316
+ "file."
317
317
msgstr ""
318
318
319
319
#: ../../library/gettext.rst:266
@@ -359,10 +359,10 @@ msgstr ""
359
359
360
360
#: ../../library/gettext.rst:299
361
361
msgid ""
362
- "The :mod:`gettext` module provides one additional class derived from :class:"
363
- "`NullTranslations`: :class:`GNUTranslations`. This class overrides :meth:"
364
- "` _parse` to enable reading GNU :program:`gettext` format :file:`.mo` files "
365
- "in both big-endian and little-endian format."
362
+ "The :mod:`! gettext` module provides one additional class derived from :class:"
363
+ "`NullTranslations`: :class:`GNUTranslations`. This class overrides :meth:`! "
364
+ "_parse` to enable reading GNU :program:`gettext` format :file:`.mo` files in "
365
+ "both big-endian and little-endian format."
366
366
msgstr ""
367
367
368
368
#: ../../library/gettext.rst:304
@@ -372,7 +372,7 @@ msgid ""
372
372
"the translation for the empty string. This metadata is in :rfc:`822`\\ -"
373
373
"style ``key: value`` pairs, and should contain the ``Project-Id-Version`` "
374
374
"key. If the key ``Content-Type`` is found, then the ``charset`` property is "
375
- "used to initialize the \" protected\" :attr:`_charset` instance variable, "
375
+ "used to initialize the \" protected\" :attr:`! _charset` instance variable, "
376
376
"defaulting to ``None`` if not found. If the charset encoding is specified, "
377
377
"then all message ids and message strings read from the catalog are converted "
378
378
"to Unicode using this encoding, else ASCII is assumed."
@@ -387,7 +387,7 @@ msgstr ""
387
387
#: ../../library/gettext.rst:317
388
388
msgid ""
389
389
"The entire set of key/value pairs are placed into a dictionary and set as "
390
- "the \" protected\" :attr:`_info` instance variable."
390
+ "the \" protected\" :attr:`! _info` instance variable."
391
391
msgstr ""
392
392
393
393
#: ../../library/gettext.rst:320
@@ -747,9 +747,9 @@ msgstr "註解"
747
747
748
748
#: ../../library/gettext.rst:639
749
749
msgid ""
750
- "The default locale directory is system dependent; for example, on RedHat "
750
+ "The default locale directory is system dependent; for example, on Red Hat "
751
751
"Linux it is :file:`/usr/share/locale`, but on Solaris it is :file:`/usr/lib/"
752
- "locale`. The :mod:`gettext` module does not try to support these system "
752
+ "locale`. The :mod:`! gettext` module does not try to support these system "
753
753
"dependent defaults; instead its default is :file:`{sys.base_prefix}/share/"
754
754
"locale` (see :data:`sys.base_prefix`). For this reason, it is always best to "
755
755
"call :func:`bindtextdomain` with an explicit absolute path at the start of "
0 commit comments