Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e654e4 commit 7960723Copy full SHA for 7960723
1 file changed
howto/clinic.po
@@ -1863,17 +1863,17 @@ msgid ""
1863
"All the code inside the Python block is executed at the time it's parsed. "
1864
"All text written to stdout inside the block is redirected into the "
1865
"\"output\" after the block."
1866
-msgstr ""
+msgstr "Python 块内的所有代码都会在解析时执行。块内写入 stdout 的所有文本都被重定向到块后的“输出”部分。"
1867
1868
#: ../../howto/clinic.rst:1147
1869
msgid ""
1870
"As an example, here's a Python block that adds a static integer variable to "
1871
"the C code::"
1872
+msgstr "以下例子包含了 Python 块,用于在 C 代码中添加一个静态整数变量:"
1873
1874
#: ../../howto/clinic.rst:1158
1875
msgid "Using a \"self converter\""
1876
+msgstr "参数 self 转换器的用法"
1877
1878
#: ../../howto/clinic.rst:1160
1879
0 commit comments