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

Skip to content

Commit ed4b787

Browse files
committed
[po] auto sync bot
1 parent 01f39c5 commit ed4b787

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

library/functions.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ msgid ""
19011901
" ``8364``. This is the inverse of :func:`chr`."
19021902
msgstr ""
19031903
"对表示单个 Unicode 字符的字符串,返回代表它 Unicode 码点的整数。例如 ``ord('a')`` 返回整数 ``97``, "
1904-
"``ord('€')`` (欧元符合)返回 ``8364`` 。这是 :func:`chr` 的逆函数。"
1904+
"``ord('€')`` (欧元符号)返回 ``8364`` 。这是 :func:`chr` 的逆函数。"
19051905

19061906
#: ../../library/functions.rst:1205
19071907
msgid ""

using/cmdline.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,19 +1054,23 @@ msgid ""
10541054
":ref:`pymalloc memory allocator <pymalloc>` every time a new pymalloc object"
10551055
" arena is created, and on shutdown."
10561056
msgstr ""
1057+
"如果设为一个非空字符串,Python 将在每次创建新的 pymalloc 对象区域以及在关闭时打印 :ref:`pymalloc 内存分配器 "
1058+
"<pymalloc>` 的统计信息。"
10571059

10581060
#: ../../using/cmdline.rst:754
10591061
msgid ""
10601062
"This variable is ignored if the :envvar:`PYTHONMALLOC` environment variable "
10611063
"is used to force the :c:func:`malloc` allocator of the C library, or if "
10621064
"Python is configured without ``pymalloc`` support."
10631065
msgstr ""
1066+
"如果 :envvar:`PYTHONMALLOC` 环境变量被用来强制开启 C 库的 :c:func:`malloc` 分配器,或者如果 Python "
1067+
"的配置不支持 ``pymalloc``,则此变量将被忽略。"
10641068

10651069
#: ../../using/cmdline.rst:758
10661070
msgid ""
10671071
"This variable can now also be used on Python compiled in release mode. It "
10681072
"now has no effect if set to an empty string."
1069-
msgstr ""
1073+
msgstr "此变量现在也可以被用于在发布模式下编译的 Python。 如果它被设置为一个空字符串则将没有任何效果。"
10701074

10711075
#: ../../using/cmdline.rst:765
10721076
msgid ""
@@ -1075,12 +1079,14 @@ msgid ""
10751079
"respectively. Otherwise, the new defaults 'utf-8' and 'surrogatepass' are "
10761080
"used."
10771081
msgstr ""
1082+
"如果设为一个非空字符串,则默认的文件系统编码和错误模式将分别恢复为它们在 3.6 版之前的值 'mbcs' 和 'replace'。 "
1083+
"否则会使用新的默认值 'utf-8' 和 'surrogatepass'。"
10781084

10791085
#: ../../using/cmdline.rst:769
10801086
msgid ""
10811087
"This may also be enabled at runtime with "
10821088
":func:`sys._enablelegacywindowsfsencoding()`."
1083-
msgstr ""
1089+
msgstr "这也可以在运行时通过 :func:`sys._enablelegacywindowsfsencoding()` 来启用。"
10841090

10851091
#: ../../using/cmdline.rst:773 ../../using/cmdline.rst:787
10861092
msgid ":ref:`Availability <availability>`: Windows."
@@ -1096,12 +1102,13 @@ msgid ""
10961102
"writer. This means that Unicode characters will be encoded according to the "
10971103
"active console code page, rather than using utf-8."
10981104
msgstr ""
1105+
"如果设为一个非空字符串,则不使用新的控制台读取器和写入器。 这意味着 Unicode 字符将根据活动控制台的代码页进行编码,而不是使用 utf-8。"
10991106

11001107
#: ../../using/cmdline.rst:783
11011108
msgid ""
11021109
"This variable is ignored if the standard streams are redirected (to files or"
11031110
" pipes) rather than referring to console buffers."
1104-
msgstr ""
1111+
msgstr "如果标准流被重定向(到文件或管道)而不是指向控制台缓冲区则该变量会被忽略。"
11051112

11061113
#: ../../using/cmdline.rst:793
11071114
msgid ""

0 commit comments

Comments
 (0)