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

Skip to content

Commit 8f7097d

Browse files
[po] auto sync
1 parent b1fba41 commit 8f7097d

4 files changed

Lines changed: 5830 additions & 5829 deletions

File tree

c-api/conversion.po

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgid ""
1717
msgstr ""
1818
"Project-Id-Version: Python 3.8\n"
1919
"Report-Msgid-Bugs-To: \n"
20-
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
20+
"POT-Creation-Date: 2021-02-19 16:32+0000\n"
2121
"PO-Revision-Date: 2020-05-30 11:48+0000\n"
2222
"Last-Translator: Naisen Xu <[email protected]>, 2020\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -39,19 +39,15 @@ msgstr "用于数字转换和格式化字符串输出的函数"
3939
msgid ""
4040
"Output not more than *size* bytes to *str* according to the format string "
4141
"*format* and the extra arguments. See the Unix man page "
42-
":manpage:`snprintf(2)`."
42+
":manpage:`snprintf(3)`."
4343
msgstr ""
44-
"根据格式字符串 *format* 和额外参数,输出不超过 *size* 字节到 *str* 。请参见Unix手册页 "
45-
":manpage:`snprintf(2)` 。"
4644

4745
#: ../../c-api/conversion.rst:19
4846
msgid ""
4947
"Output not more than *size* bytes to *str* according to the format string "
5048
"*format* and the variable argument list *va*. Unix man page "
51-
":manpage:`vsnprintf(2)`."
49+
":manpage:`vsnprintf(3)`."
5250
msgstr ""
53-
"根据格式字符串 *format* 和 变量参数列表 *va* ,不能输出超过 *size* 字节到 *str* 。请参见Unix手册页 "
54-
":manpage:`vsnprintf(2)` 。"
5551

5652
#: ../../c-api/conversion.rst:23
5753
msgid ""

install/index.po

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.8\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
22+
"POT-Creation-Date: 2021-02-19 16:32+0000\n"
2323
"PO-Revision-Date: 2020-05-30 11:55+0000\n"
2424
"Last-Translator: ppcfish <[email protected]>, 2020\n"
2525
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -1483,13 +1483,10 @@ msgid ""
14831483
msgstr ""
14841484

14851485
#: ../../install/index.rst:1067
1486-
msgid ""
1487-
"Check https://www.sourceware.org/cygwin/ and http://www.mingw.org/ for more "
1488-
"information"
1486+
msgid "Check https://www.sourceware.org/cygwin/ for more information"
14891487
msgstr ""
1490-
"欲了解更多信息,请查阅 https://www.sourceware.org/cygwin/ 和 http://www.mingw.org/ "
14911488

1492-
#: ../../install/index.rst:1070
1489+
#: ../../install/index.rst:1069
14931490
msgid ""
14941491
"Then you have no POSIX emulation available, but you also don't need "
14951492
":file:`cygwin1.dll`."

using/windows.po

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.8\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2021-02-03 16:23+0000\n"
18+
"POT-Creation-Date: 2021-02-19 16:32+0000\n"
1919
"PO-Revision-Date: 2020-05-30 12:17+0000\n"
2020
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -2075,7 +2075,7 @@ msgstr "检查 :file:`PCbuild/readme.txt` 以获取有关构建过程的一般
20752075
msgid "For extension modules, consult :ref:`building-on-windows`."
20762076
msgstr "有关扩展模块,请参阅 :ref:`building-on-windows` 。"
20772077

2078-
#: ../../using/windows.rst:1162
2078+
#: ../../using/windows.rst:1161
20792079
msgid ""
20802080
"`Python + Windows + distutils + SWIG + gcc MinGW "
20812081
"<http://sebsauvage.net/python/mingw.html>`_"
@@ -2093,27 +2093,23 @@ msgstr ""
20932093
"MinGW gcc under Windows\"\"Installing Python extension with distutils and"
20942094
" without Microsoft Visual C++\" by Sébastien Sauvage, 2003"
20952095

2096-
#: ../../using/windows.rst:1164
2097-
msgid "`MingW -- Python extensions <http://www.mingw.org/wiki/FAQ#toc14>`_"
2098-
msgstr "`MingW -- Python 扩展 <http://www.mingw.org/wiki/FAQ#toc14>`_"
2099-
2100-
#: ../../using/windows.rst:1168
2096+
#: ../../using/windows.rst:1166
21012097
msgid "Other Platforms"
21022098
msgstr "其他平台"
21032099

2104-
#: ../../using/windows.rst:1170
2100+
#: ../../using/windows.rst:1168
21052101
msgid ""
21062102
"With ongoing development of Python, some platforms that used to be supported"
21072103
" earlier are no longer supported (due to the lack of users or developers). "
21082104
"Check :pep:`11` for details on all unsupported platforms."
21092105
msgstr ""
21102106
"随着Python的不断发展,不再支持以前曾经支持的一些平台(由于缺少用户或开发人员)。检查 :pep:`11` 了解所有不支持的平台的详细信息。"
21112107

2112-
#: ../../using/windows.rst:1174
2108+
#: ../../using/windows.rst:1172
21132109
msgid "`Windows CE <http://pythonce.sourceforge.net/>`_ is still supported."
21142110
msgstr "`Windows CE <http://pythonce.sourceforge.net/>`_ 仍然受支持。"
21152111

2116-
#: ../../using/windows.rst:1175
2112+
#: ../../using/windows.rst:1173
21172113
msgid ""
21182114
"The `Cygwin <https://cygwin.com/>`_ installer offers to install the Python "
21192115
"interpreter as well (cf. `Cygwin package source <ftp://ftp.uni-"
@@ -2125,7 +2121,7 @@ msgstr ""
21252121
"release/python>`_, `Maintainer releases "
21262122
"<http://www.tishler.net/jason/software/python/>`_)"
21272123

2128-
#: ../../using/windows.rst:1181
2124+
#: ../../using/windows.rst:1179
21292125
msgid ""
21302126
"See `Python for Windows <https://www.python.org/downloads/windows/>`_ for "
21312127
"detailed information about platforms with pre-compiled installers."

0 commit comments

Comments
 (0)