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

Skip to content

Commit 7960723

Browse files
[po] auto sync
1 parent 0e654e4 commit 7960723

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

howto/clinic.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1863,17 +1863,17 @@ msgid ""
18631863
"All the code inside the Python block is executed at the time it's parsed. "
18641864
"All text written to stdout inside the block is redirected into the "
18651865
"\"output\" after the block."
1866-
msgstr ""
1866+
msgstr "Python 块内的所有代码都会在解析时执行。块内写入 stdout 的所有文本都被重定向到块后的“输出”部分。"
18671867

18681868
#: ../../howto/clinic.rst:1147
18691869
msgid ""
18701870
"As an example, here's a Python block that adds a static integer variable to "
18711871
"the C code::"
1872-
msgstr ""
1872+
msgstr "以下例子包含了 Python 块,用于在 C 代码中添加一个静态整数变量:"
18731873

18741874
#: ../../howto/clinic.rst:1158
18751875
msgid "Using a \"self converter\""
1876-
msgstr ""
1876+
msgstr "参数 self 转换器的用法"
18771877

18781878
#: ../../howto/clinic.rst:1160
18791879
msgid ""

0 commit comments

Comments
 (0)