Skip to content

Commit

Permalink
feat: Add Simplified Chinese support (#486)
Browse files Browse the repository at this point in the history
* feat: Add Simplified Chinese support

* Update CHANGELOG.md

* fix: CHANGLOG typo

* fix: CHANGELOG.md typo again
  • Loading branch information
flower-elf authored Dec 3, 2024
1 parent b7053ca commit 7ac9cbc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added

- [#486] Add Simplified Chinese support
### Fixed
- [#487] Fixed a performance issue where all assets would potentially be loaded on reimport, taking a lot of time and
memory in the process
Expand Down
36 changes: 33 additions & 3 deletions Editor/UI/Localization/zh-Hans.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
msgid ""
msgid ""
msgstr ""
"Language: zh-Hans\n"

#: This file is kept just so the zh-Hans (chinese simplified) language is registered, so that we can safely default to
#: it. However, we do not yet have any community translations for this language.
msgid "ErrorReport:AvatarPrefix"
msgstr "Avatar: "

msgid "ErrorReport:Title"
msgstr "NDMF 控制台"

msgid "ErrorReport:HintFoldout"
msgstr "帮助我修复它!"

msgid "ErrorReport:TestBuild"
msgstr "进行测试构建"

msgid "ErrorReport:NoErrors"
msgstr "没有信息可供提供!"

msgid "ErrorReport:NoAvatarSelected"
msgstr "没有选择 Avatar。"

msgid "ErrorReport:Unbuilt"
msgstr "此 Avatar 尚未构建。 "

msgid "Errors:InternalError"
msgstr "发生内部错误。"

msgid "Errors:InternalError:description"
msgstr "一个插件抛出了类型为: {0} 的错误. 请将此信息报告给工具作者。"

msgid "InternalError:StackTraceFoldout"
msgstr "显示 Stack Trace (请将此信息与错误报告一同提交!)"

msgid "AvatarProcessor:ProcessingFailed"
msgstr "处理 Avatar 时发生了错误。详情请查看 NDMF 控制台。"

0 comments on commit 7ac9cbc

Please sign in to comment.