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

Skip to content

Commit d0eff66

Browse files
committed
[po] auto sync bot
1 parent 5eb8c7c commit d0eff66

3 files changed

Lines changed: 24 additions & 14 deletions

File tree

library/argparse.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Menghua Xiao <[email protected]>, 2018
1010
# Freesand Leo <[email protected]>, 2018
1111
# stonejing <[email protected]>, 2019
12+
# ppcfish <[email protected]>, 2019
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1920
"PO-Revision-Date: 2017-02-16 17:48+0000\n"
20-
"Last-Translator: stonejing <stonejing1817@gmail.com>, 2019\n"
21+
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -433,8 +434,8 @@ msgid ""
433434
"each argument as the display name for its values (rather than using the "
434435
"dest_ as the regular formatter does)::"
435436
msgstr ""
436-
":class:`MetavarTypeHelpFormatter` 为它的值在每一个参数中使用 type 的参数名当作它的显示名(而不是使用通常的格式 "
437-
"dest_ )::"
437+
":class:`MetavarTypeHelpFormatter` 为它的值在每一个参数中使用 type_ 的参数名当作它的显示名(而不是使用通常的格式"
438+
" dest_ )::"
438439

439440
#: ../../library/argparse.rst:472
440441
msgid "prefix_chars"

library/exceptions.po

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
14+
"POT-Creation-Date: 2019-04-06 11:05+0900\n"
1515
"PO-Revision-Date: 2017-02-16 23:10+0000\n"
1616
"Last-Translator: Meng Du <[email protected]>, 2019\n"
1717
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -804,43 +804,52 @@ msgid ""
804804
"future."
805805
msgstr ""
806806

807-
#: ../../library/exceptions.rst:700
807+
#: ../../library/exceptions.rst:698
808+
msgid ""
809+
"PendingDeprecationWarning was introduced as an \"ignored by default\" "
810+
"version of DeprecationWarning. But :exc:`DeprecationWarning` is also "
811+
"ignored by default since Python 2.7 and 3.2. There is not much difference "
812+
"between PendingDeprecationWarning and DeprecationWarning nowadays. "
813+
"DeprecationWarning is recommended in general."
814+
msgstr ""
815+
816+
#: ../../library/exceptions.rst:708
808817
msgid "Base class for warnings about dubious syntax."
809818
msgstr ""
810819

811-
#: ../../library/exceptions.rst:705
820+
#: ../../library/exceptions.rst:713
812821
msgid "Base class for warnings about dubious runtime behavior."
813822
msgstr ""
814823

815-
#: ../../library/exceptions.rst:710
824+
#: ../../library/exceptions.rst:718
816825
msgid ""
817826
"Base class for warnings about deprecated features when those warnings are "
818827
"intended for end users of applications that are written in Python."
819828
msgstr ""
820829

821-
#: ../../library/exceptions.rst:716
830+
#: ../../library/exceptions.rst:724
822831
msgid "Base class for warnings about probable mistakes in module imports."
823832
msgstr ""
824833

825-
#: ../../library/exceptions.rst:721
834+
#: ../../library/exceptions.rst:729
826835
msgid "Base class for warnings related to Unicode."
827836
msgstr ""
828837

829-
#: ../../library/exceptions.rst:726
838+
#: ../../library/exceptions.rst:734
830839
msgid ""
831840
"Base class for warnings related to :class:`bytes` and :class:`bytearray`."
832841
msgstr ""
833842

834-
#: ../../library/exceptions.rst:731
843+
#: ../../library/exceptions.rst:739
835844
msgid ""
836845
"Base class for warnings related to resource usage. Ignored by the default "
837846
"warning filters."
838847
msgstr ""
839848

840-
#: ../../library/exceptions.rst:739
849+
#: ../../library/exceptions.rst:747
841850
msgid "Exception hierarchy"
842851
msgstr "异常层次结构"
843852

844-
#: ../../library/exceptions.rst:741
853+
#: ../../library/exceptions.rst:749
845854
msgid "The class hierarchy for built-in exceptions is:"
846855
msgstr ""

using/windows.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@ msgid ""
17431743
" listed."
17441744
msgstr ""
17451745
"在您的可执行文件中包含一个 ``._pth`` 文件,其中包含目录。这将忽略注册表和环境变量中列出的路径,并忽略 :mod:`site` ,除非列出 "
1746-
"``import site`` 。"
1746+
"``import site`` 。"
17471747

17481748
#: ../../using/windows.rst:984
17491749
msgid ""

0 commit comments

Comments
 (0)