Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #139

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/source/locale/zh/LC_MESSAGES/docs.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: EvoX\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-22 16:17+0800\n"
"PO-Revision-Date: 2024-04-22 11:35+0000\n"
"PO-Revision-Date: 2024-04-24 05:14+0000\n"
"Last-Translator: BillHuang <[email protected]>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"evox/evox/zh_Hans/>\n"
Expand Down Expand Up @@ -2319,7 +2319,7 @@ msgstr "在EvoX中,“State”代表一个状态树,它存储当前对象和

#: ../../source/guide/developer/1-state.md:60
msgid "The structure of `State` is roughly like this:"
msgstr ""
msgstr "`State` 的结构大概如如下所示:"

#: ../../source/guide/developer/1-state.md:68
msgid ""
Expand All @@ -2328,6 +2328,9 @@ msgid ""
"objects. Besides normal dicts as `self_state`, we also support the use of"
" `dataclass` to define the state of the object."
msgstr ""
"其中,`self_state` 存储当前对象的状态(由 setup 返回的对象),而 "
"child_states 存储所有子对象的状态。除了字典作为 self_state "
"外,我们还支持使用数据类(dataclass)来定义对象的状态。"

#: ../../source/guide/developer/1-state.md:71
msgid "Combined together"
Expand Down
Loading