Skip to content

Commit 0ab2dd4

Browse files
johnzhou721weblate
authored andcommitted
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (57 of 57 strings) Translation: BeeWare/Tutorial 2 Translate-URL: https://hosted.weblate.org/projects/beeware/tutorial/tutorial-2/zh_Hans/
1 parent c73e07b commit 0ab2dd4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/locales/zh_CN/LC_MESSAGES/tutorial/tutorial-2.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ msgstr "``__main__.py`` 将 ``helloworld`` 模块标记为一种特殊的模块
4141

4242
#: ../../tutorial/tutorial-2.rst:29 0d4ebd6dfe7c48fbb51894c045ff24fc
4343
msgid "This file does two things:"
44-
msgstr ""
44+
msgstr "此文件做以下两件事:"
4545

4646
#: ../../tutorial/tutorial-2.rst:31 6d23aa2404fc48ba96da528ccc1f2940
4747
msgid "It imports the ``main`` method from from the ``helloworld`` app."
48-
msgstr ""
48+
msgstr "它从 ``helloworld`` 应用程序倒入了 ``main`` 方法。"
4949

5050
#: ../../tutorial/tutorial-2.rst:32 0b48d24bc644417e829bacd14d0f3cdc
5151
msgid "Then, it starts the application’s main loop. The main loop is the way a GUI application listens for user input (like mouse clicks and keyboard presses)."
52-
msgstr "然后,"
52+
msgstr "然后,它会开始应用程序的主循环,以便侦听用户输入(例如鼠标点击或键盘按键)。"
5353

5454
#: ../../tutorial/tutorial-2.rst:35 09fd77cade1b42b4a8b88e37bb0da6e3
5555
msgid "The more interesting file is ``app.py`` - this contains the logic that creates our application window::"

0 commit comments

Comments
 (0)