Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sync with cpython aedf3839
  • Loading branch information
github-actions[bot] authored and mattwang44 committed Feb 18, 2023
commit d91f176f9eee790b2a1275b58f76b7dac4439178
16 changes: 8 additions & 8 deletions library/configparser.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-31 08:13+0000\n"
"POT-Creation-Date: 2023-02-17 00:18+0000\n"
"PO-Revision-Date: 2018-05-23 14:41+0000\n"
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -167,7 +167,7 @@ msgid ""
"Please note that default values have precedence over fallback values. For "
"instance, in our example the ``'CompressionLevel'`` key was specified only "
"in the ``'DEFAULT'`` section. If we try to get it from the section "
"``'topsecret.server.com'``, we will always get the default, even if we "
"``'topsecret.server.example'``, we will always get the default, even if we "
"specify a fallback:"
msgstr ""

Expand Down Expand Up @@ -251,8 +251,8 @@ msgstr ""

#: ../../library/configparser.rst:364
msgid ""
"With ``interpolation`` set to ``None``, the parser would simply return ``"
"%(my_dir)s/Pictures`` as the value of ``my_pictures`` and ``%(home_dir)s/"
"With ``interpolation`` set to ``None``, the parser would simply return "
"``%(my_dir)s/Pictures`` as the value of ``my_pictures`` and ``%(home_dir)s/"
"lumberjack`` as the value of ``my_dir``."
msgstr ""

Expand Down Expand Up @@ -532,8 +532,8 @@ msgstr ""

#: ../../library/configparser.rst:669
msgid ""
"*default_section*, default value: ``configparser.DEFAULTSECT`` (that is: ``"
"\"DEFAULT\"``)"
"*default_section*, default value: ``configparser.DEFAULTSECT`` (that is: "
"``\"DEFAULT\"``)"
msgstr ""

#: ../../library/configparser.rst:672
Expand All @@ -542,8 +542,8 @@ msgid ""
"sections or interpolation purposes is a powerful concept of this library, "
"letting users create complex declarative configurations. This section is "
"normally called ``\"DEFAULT\"`` but this can be customized to point to any "
"other valid section name. Some typical values include: ``\"general\"`` or ``"
"\"common\"``. The name provided is used for recognizing default sections "
"other valid section name. Some typical values include: ``\"general\"`` or "
"``\"common\"``. The name provided is used for recognizing default sections "
"when reading from any source and is used when writing configuration back to "
"a file. Its current value can be retrieved using the ``parser_instance."
"default_section`` attribute and may be modified at runtime (i.e. to convert "
Expand Down