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

Skip to content

Commit be0ec41

Browse files
[po] auto sync
1 parent 6a50713 commit be0ec41

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "92.28%", "updated_at": "2023-11-17T15:56:16Z"}
1+
{"translation": "92.29%", "updated_at": "2023-11-17T23:55:55Z"}

howto/perf_profiling.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ msgid ""
9797
"functions use the same C function to evaluate bytecode so we cannot know "
9898
"which Python function corresponds to which bytecode-evaluating function."
9999
msgstr ""
100+
"如你所见,Python 函数不会显示在输出中,只有 ``_PyEval_EvalFrameDefault`` (评估 Python 字节码的函数) "
101+
"会显示出来。 不幸的是那没有什么用处因为所有 Python 函数都使用相同的 C 函数来评估字节码所以我们无法知道哪个 Python "
102+
"函数与哪个字节码评估函数相对应。"
100103

101104
#: ../../howto/perf_profiling.rst:105
102105
msgid ""

using/configure.po

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# Dai Xu <[email protected]>, 2021
88
# Alpha Du <[email protected]>, 2021
9-
# Freesand Leo <[email protected]>, 2023
109
# Sefank <[email protected]>, 2023
10+
# Freesand Leo <[email protected]>, 2023
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2023-11-17 14:14+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
19-
"Last-Translator: Sefank <sefank@foxmail.com>, 2023\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n"
2020
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -121,7 +121,7 @@ msgstr ""
121121

122122
#: ../../using/configure.rst:61
123123
msgid "configure script"
124-
msgstr ""
124+
msgstr "配置脚本"
125125

126126
#: ../../using/configure.rst:63
127127
msgid ""
@@ -130,16 +130,19 @@ msgid ""
130130
" script which uses an Ubuntu container to get the same tools versions and "
131131
"have a reproducible output."
132132
msgstr ""
133+
"``make regen-configure`` 命令将使用 ``Tools/build/regen-configure.sh`` shell 脚本生成"
134+
" ``aclocal.m4`` 文件和 ``configure`` 脚本,它通过使用一个 Ubuntu 容器来获取同样的工具版本并具有可复现的输出。"
133135

134136
#: ../../using/configure.rst:68
135137
msgid "The container is optional, the following command can be run locally::"
136-
msgstr ""
138+
msgstr "容器是可选的,以下命令可以在本地运行::"
137139

138140
#: ../../using/configure.rst:72
139141
msgid ""
140142
"The generated files can change depending on the exact ``autoconf-archive``, "
141143
"``aclocal`` and ``pkg-config`` versions."
142144
msgstr ""
145+
"生成的文件可根据实际的 ``autoconf-archive``, ``aclocal`` 和 ``pkg-config`` 版本进行改变。"
143146

144147
#: ../../using/configure.rst:79
145148
msgid "Configure Options"

0 commit comments

Comments
 (0)