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

Skip to content

Commit 3e71769

Browse files
[po] auto sync
1 parent a9cc648 commit 3e71769

27 files changed

+1897
-388
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.11%", "updated_at": "2024-12-06T15:47:29Z"}
1+
{"translation": "94.49%", "updated_at": "2024-12-06T19:46:32Z"}

c-api/init.po

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2024
87
# Freesand Leo <[email protected]>, 2024
8+
# Rafael Fontenelle <[email protected]>, 2024
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-29 14:50+0000\n"
15+
"POT-Creation-Date: 2024-12-06 14:52+0000\n"
1616
"PO-Revision-Date: 2024-05-11 00:32+0000\n"
17-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2252,6 +2252,20 @@ msgid ""
22522252
" Py_ExitStatusException(status);\n"
22532253
"}"
22542254
msgstr ""
2255+
"PyInterpreterConfig config = {\n"
2256+
" .use_main_obmalloc = 0,\n"
2257+
" .allow_fork = 0,\n"
2258+
" .allow_exec = 0,\n"
2259+
" .allow_threads = 1,\n"
2260+
" .allow_daemon_threads = 0,\n"
2261+
" .check_multi_interp_extensions = 1,\n"
2262+
" .gil = PyInterpreterConfig_OWN_GIL,\n"
2263+
"};\n"
2264+
"PyThreadState *tstate = NULL;\n"
2265+
"PyStatus status = Py_NewInterpreterFromConfig(&tstate, &config);\n"
2266+
"if (PyStatus_Exception(status)) {\n"
2267+
" Py_ExitStatusException(status);\n"
2268+
"}"
22552269

22562270
#: ../../c-api/init.rst:1653
22572271
msgid ""

0 commit comments

Comments
 (0)