Skip to content

Commit 9027223

Browse files
committed
feat(i18n): 为 core/app 模块添加完整简体中文翻译
- 新增 core/app/src/main/res/values-zh-rCN/strings.xml - 翻译所有用户可见字符串,包括资源工坊、子模块创建器、终端等 - 修复中文支持不完整的问题
1 parent 0f05df3 commit 9027223

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ This file is part of AndroidIDE.
4+
~
5+
~ AndroidIDE is free software: you can redistribute it and/or modify
6+
~ it under the terms of the GNU General Public License as published by
7+
~ the Free Software Foundation, either version 3 of the License, or
8+
~ (at your option) any later version.
9+
~
10+
~ AndroidIDE is distributed in the hope that it will be useful,
11+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
~ GNU General Public License for more details.
14+
~
15+
~ You should have received a copy of the GNU General Public License
16+
~ along with AndroidIDE. If not, see <https://www.gnu.org/licenses/>.
17+
-->
18+
19+
<resources>
20+
<!-- Asset Studio -->
21+
<string name="asset_studio_title">资源工坊</string>
22+
<string name="asset_studio_subtitle">可绘制资源与图标制作器</string>
23+
<string name="asset_studio_launch">启动工坊</string>
24+
<string name="asset_studio_create_drawable">创建可绘制资源</string>
25+
<string name="asset_studio_create_icon">创建图标</string>
26+
<string name="asset_studio_import_image">导入图片</string>
27+
<string name="asset_studio_recent_assets">最近资源</string>
28+
<string name="asset_studio_quick_actions">快捷操作</string>
29+
<string name="asset_studio_default_path">res/drawable</string>
30+
<string name="asset_studio_launch_description">打开完整的资源工坊界面</string>
31+
32+
<!-- Sub-Module Maker -->
33+
<string name="sub_module_maker_title">子模块创建器</string>
34+
<string name="sub_module_maker_subtitle">为您的项目创建新的子模块</string>
35+
<string name="sub_module_configuration">模块配置</string>
36+
<string name="sub_module_language">编程语言</string>
37+
<string name="sub_module_kotlin">Kotlin</string>
38+
<string name="sub_module_java">Java</string>
39+
<string name="sub_module_name_hint">输入模块名称(例如:feature、utils)</string>
40+
<string name="sub_module_name_valid">有效的模块名称</string>
41+
<string name="sub_module_name_invalid">无效的模块名称</string>
42+
<string name="sub_module_create">创建模块</string>
43+
<string name="sub_module_created_success">模块「%1$s」创建成功!</string>
44+
<string name="sub_module_created_error">创建模块失败:%1$s</string>
45+
<string name="sub_module_info_title">关于子模块</string>
46+
<string name="sub_module_info_description">子模块可将您的项目组织为更小、更易于管理的组件。每个模块都可以拥有自己的依赖项和构建配置。</string>
47+
48+
<!-- Terminal -->
49+
<string name="title_terminal">终端</string>
50+
<string name="terminal_bstab">终端</string>
51+
<string name="terminal_new_session">新建终端</string>
52+
<string name="terminal_close_session">关闭终端</string>
53+
<string name="terminal_empty_state">无终端会话</string>
54+
<string name="terminal_empty_message">当前没有打开的终端会话。创建一个新会话来开始使用。</string>
55+
<string name="terminal_create_first">创建终端</string>
56+
57+
<string name="edit">编辑</string>
58+
</resources>

0 commit comments

Comments
 (0)