Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb0756a

Browse files
[po] auto sync
1 parent 487c3b4 commit cb0756a

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

library/argparse.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,14 +1210,17 @@ msgid ""
12101210
"characters to make sure the string is a valid attribute name. The examples "
12111211
"below illustrate this behavior::"
12121212
msgstr ""
1213+
"对于可选参数动作,``dest`` 的值通常取自选项字符串。 :class:`ArgumentParser` 会通过接受第一个长选项字符串并去掉开头的 "
1214+
"``--`` 字符串来生成 ``dest`` 的值。 如果没有提供长选项字符串,则 ``dest`` 将通过接受第一个短选项字符串并去掉开头的 "
1215+
"``-`` 字符来获得。 任何内部的 ``-`` 字符都将被转换为 ``_`` 字符以确保字符串是有效的属性名称。 下面的例子显示了这种行为::"
12131216

12141217
#: ../../library/argparse.rst:1290
12151218
msgid "``dest`` allows a custom attribute name to be provided::"
1216-
msgstr ""
1219+
msgstr "``dest`` 允许提供自定义属性名称::"
12171220

12181221
#: ../../library/argparse.rst:1298
12191222
msgid "Action classes"
1220-
msgstr ""
1223+
msgstr "Action 类"
12211224

12221225
#: ../../library/argparse.rst:1300
12231226
msgid ""

sphinx.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@ msgstr "各版本文档"
224224

225225
#: ../../tools/templates/indexsidebar.html:5
226226
msgid "Python 3.10 (in development)"
227-
msgstr ""
227+
msgstr "Python 3.10 (开发中)"
228228

229229
#: ../../tools/templates/indexsidebar.html:6
230230
msgid "Python 3.9 (pre-release)"
231-
msgstr ""
231+
msgstr "Python 3.9 (预览版)"
232232

233233
#: ../../tools/templates/indexsidebar.html:7
234234
msgid "Python 3.8 (stable)"

0 commit comments

Comments
 (0)