@@ -16,10 +16,10 @@ msgid ""
16
16
msgstr ""
17
17
"Project-Id-Version : Python 3.7\n "
18
18
"Report-Msgid-Bugs-To : \n "
19
- "POT-Creation-Date : 2023-03-03 14:41 +0000\n "
19
+ "POT-Creation-Date : 2023-04-14 14:38 +0000\n "
20
20
"PO-Revision-Date : 2019-09-01 03:18+0000\n "
21
21
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2023\n "
22
- "Language-Team : Chinese (China) (https://www .transifex.com/python-doc/teams/5390/zh_CN/)\n "
22
+ "Language-Team : Chinese (China) (https://app .transifex.com/python-doc/teams/5390/zh_CN/)\n "
23
23
"MIME-Version : 1.0\n "
24
24
"Content-Type : text/plain; charset=UTF-8\n "
25
25
"Content-Transfer-Encoding : 8bit\n "
@@ -1388,49 +1388,51 @@ msgstr "示例::"
1388
1388
1389
1389
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:1108
1390
1390
msgid "As it parses the command line ::"
1391
- msgstr ""
1391
+ msgstr "当它解析命令行 :: "
1392
1392
1393
1393
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:1112
1394
1394
msgid ":mod:`optparse` will set ::"
1395
- msgstr ""
1395
+ msgstr ":mod:`optparse` 将设置 :: "
1396
1396
1397
1397
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:1118
1398
1398
msgid ""
1399
1399
"``\" store_const\" `` [required: :attr:`~Option.const`; relevant: "
1400
1400
":attr:`~Option.dest`]"
1401
- msgstr ""
1401
+ msgstr "`` \" store_const \" `` [要求: :attr:`~Option.const`; 关联: :attr:`~Option.dest`] "
1402
1402
1403
1403
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:1121
1404
1404
msgid "The value :attr:`~Option.const` is stored in :attr:`~Option.dest`."
1405
- msgstr ""
1405
+ msgstr "值 :attr:`~Option.const` 将存放到 :attr:`~Option.dest` 中。 "
1406
1406
1407
1407
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:1132
1408
1408
msgid "If ``--noisy`` is seen, :mod:`optparse` will set ::"
1409
- msgstr ""
1409
+ msgstr "如果看到了 ``--noisy``,:mod:`optparse` 将设置 :: "
1410
1410
1411
1411
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:1136
1412
1412
msgid "``\" store_true\" `` [relevant: :attr:`~Option.dest`]"
1413
- msgstr ""
1413
+ msgstr "`` \" store_true \" `` [关联: :attr:`~Option.dest`] "
1414
1414
1415
1415
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:1138
1416
1416
msgid ""
1417
1417
"A special case of ``\" store_const\" `` that stores ``True`` to "
1418
1418
":attr:`~Option.dest`."
1419
- msgstr ""
1419
+ msgstr "将 ``True`` 存放到 :attr:`~Option.dest` 中的 `` \" store_const \" `` 的特例。 "
1420
1420
1421
1421
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:1141
1422
1422
msgid "``\" store_false\" `` [relevant: :attr:`~Option.dest`]"
1423
- msgstr ""
1423
+ msgstr "`` \" store_false \" `` [关联: :attr:`~Option.dest`] "
1424
1424
1425
1425
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:1143
1426
1426
msgid "Like ``\" store_true\" ``, but stores ``False``."
1427
- msgstr ""
1427
+ msgstr "类似于 `` \" store_true \" ``,但是存放 ``False``。 "
1428
1428
1429
1429
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:1150
1430
1430
msgid ""
1431
1431
"``\" append\" `` [relevant: :attr:`~Option.type`, :attr:`~Option.dest`, "
1432
1432
":attr:`~Option.nargs`, :attr:`~Option.choices`]"
1433
1433
msgstr ""
1434
+ "``\" append\" `` [关联: :attr:`~Option.type`, :attr:`~Option.dest`, "
1435
+ ":attr:`~Option.nargs`, :attr:`~Option.choices`]"
1434
1436
1435
1437
#: /home/runner/work/docspush-transifex/docspush-transifex/cpython/Doc/library/optparse.rst:1153
1436
1438
msgid ""
0 commit comments