|
1 | 1 | 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" |
16 | 3 |
|
17 | 4 | #: docs/en/SUMMARY.md:5 |
18 | 5 | msgid "[Tutorial 0 - Let's get set up!]{1}" |
@@ -2243,7 +2230,7 @@ msgstr "确认运行的是[本教程支持的 python 版本][install-python]。" |
2243 | 2230 | msgid "" |
2244 | 2231 | "If your version of python is *not* a supported version, you will have to " |
2245 | 2232 | "restart the tutorial." |
2246 | | -msgstr "如果您的 Python 版本\\ *不*\\ 被支持,则需重新开始本教程。" |
| 2233 | +msgstr "如果您的 Python 版本*不*被支持,则需重新开始本教程。" |
2247 | 2234 |
|
2248 | 2235 | #: docs/en/tutorial/tutorial-1.md:211 |
2249 | 2236 | msgid "" |
@@ -4550,17 +4537,12 @@ msgstr "" |
4550 | 4537 | "应用程序反应迟钝。" |
4551 | 4538 |
|
4552 | 4539 | #: docs/en/tutorial/tutorial-8.md:136 |
4553 | | -#, fuzzy |
4554 | 4540 | msgid "" |
4555 | 4541 | "This is because the web request we have made is *synchronous*. When our " |
4556 | 4542 | "application makes the web request, it waits for the API to return a response " |
4557 | 4543 | "before continuing. While it's waiting, it *isn't* allowing the application " |
4558 | 4544 | "to redraw - and as a result, the application locks up." |
4559 | | -msgstr "" |
4560 | | -"除非您的网络连接速度\\ *非常*\\ 快,否则您可能会注意到,当您按下按钮时,应用" |
4561 | | -"程序的图形用户界面会锁定一会儿。这是因为我们发出的网络请求是\\ *同步*\\ 的。" |
4562 | | -"当我们的应用程序发出网络请求时,它会等待应用程序接口返回响应,然后再继续。在" |
4563 | | -"等待的过程中,应用程序\\ *不*\\ 允许重新绘制,结果导致应用程序锁定。" |
| 4545 | +msgstr "除非您的网络连接速度*非常*快,否则您可能会注意到,当您按下按钮时,应用程序的图形用户界面会锁定一会儿。这是因为我们发出的网络请求是\\ *同步*\\ 的。当我们的应用程序发出网络请求时,它会等待应用程序接口返回响应,然后再继续。在等待的过程中,应用程序*不*允许重新绘制,结果导致应用程序锁定。" |
4564 | 4546 |
|
4565 | 4547 | #: docs/en/tutorial/tutorial-8.md:138 |
4566 | 4548 | msgid "GUI Event Loops" |
|
0 commit comments