Skip to content

Commit 807616f

Browse files
johnzhou721weblate
authored andcommitted
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 57.1% (333 of 583 strings) Translation: BeeWare/Tutorial Translate-URL: https://hosted.weblate.org/projects/beeware/tutorial/zh_Hans/
1 parent a2c65eb commit 807616f

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

docs/locales/zh_CN/translations.po

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
msgid ""
2-
msgstr ""
3-
"Project-Id-Version: BeeWare 0.1\n"
4-
"Report-Msgid-Bugs-To: \n"
5-
"POT-Creation-Date: 2025-10-15 06:08+0000\n"
6-
"PO-Revision-Date: 2025-10-15 06:07+0000\n"
7-
"Last-Translator: John <[email protected]>\n"
8-
"Language-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/"
9-
"projects/beeware/tutorial/zh_Hans/>\n"
10-
"Language: zh_CN\n"
11-
"MIME-Version: 1.0\n"
12-
"Content-Type: text/plain; charset=UTF-8\n"
13-
"Content-Transfer-Encoding: 8bit\n"
14-
"Plural-Forms: nplurals=1; plural=0;\n"
15-
"X-Generator: Translate Toolkit 3.16.2\n"
2+
msgstr "Project-Id-Version: BeeWare 0.1\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2025-10-15 06:08+0000\nPO-Revision-Date: 2025-10-15 17:07+0000\nLast-Translator: John <[email protected]>\nLanguage-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/projects/beeware/tutorial/zh_Hans/>\nLanguage: zh_CN\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=1; plural=0;\nX-Generator: Weblate 5.14-dev\n"
163

174
#: docs/en/SUMMARY.md:5
185
msgid "[Tutorial 0 - Let's get set up!]{1}"
@@ -2243,7 +2230,7 @@ msgstr "确认运行的是[本教程支持的 python 版本][install-python]。"
22432230
msgid ""
22442231
"If your version of python is *not* a supported version, you will have to "
22452232
"restart the tutorial."
2246-
msgstr "如果您的 Python 版本\\ *不*\\ 被支持,则需重新开始本教程。"
2233+
msgstr "如果您的 Python 版本*不*被支持,则需重新开始本教程。"
22472234

22482235
#: docs/en/tutorial/tutorial-1.md:211
22492236
msgid ""
@@ -4550,17 +4537,12 @@ msgstr ""
45504537
"应用程序反应迟钝。"
45514538

45524539
#: docs/en/tutorial/tutorial-8.md:136
4553-
#, fuzzy
45544540
msgid ""
45554541
"This is because the web request we have made is *synchronous*. When our "
45564542
"application makes the web request, it waits for the API to return a response "
45574543
"before continuing. While it's waiting, it *isn't* allowing the application "
45584544
"to redraw - and as a result, the application locks up."
4559-
msgstr ""
4560-
"除非您的网络连接速度\\ *非常*\\ 快,否则您可能会注意到,当您按下按钮时,应用"
4561-
"程序的图形用户界面会锁定一会儿。这是因为我们发出的网络请求是\\ *同步*\\ 的。"
4562-
"当我们的应用程序发出网络请求时,它会等待应用程序接口返回响应,然后再继续。在"
4563-
"等待的过程中,应用程序\\ *不*\\ 允许重新绘制,结果导致应用程序锁定。"
4545+
msgstr "除非您的网络连接速度*非常*快,否则您可能会注意到,当您按下按钮时,应用程序的图形用户界面会锁定一会儿。这是因为我们发出的网络请求是\\ *同步*\\ 的。当我们的应用程序发出网络请求时,它会等待应用程序接口返回响应,然后再继续。在等待的过程中,应用程序*不*允许重新绘制,结果导致应用程序锁定。"
45644546

45654547
#: docs/en/tutorial/tutorial-8.md:138
45664548
msgid "GUI Event Loops"

0 commit comments

Comments
 (0)