Create strings.xml (#99)
* Create strings.xml Translate to Chinese! * Update strings.xml
This commit is contained in:
parent
3736938bea
commit
71f1aa6a2d
1 changed files with 77 additions and 0 deletions
77
res/values-zh/strings.xml
Normal file
77
res/values-zh/strings.xml
Normal file
|
@ -0,0 +1,77 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
|
||||||
|
<string name="app_name">Xash3D</string>
|
||||||
|
|
||||||
|
<string name="launcher_name">Xash3D</string>
|
||||||
|
|
||||||
|
<string name="launcher_name_test">Xash3D (test)</string>
|
||||||
|
|
||||||
|
<string name="launch_button">启动 Xash3D!</string>
|
||||||
|
|
||||||
|
<string name="cmd_args_text">命令行参数(高级)</string>
|
||||||
|
|
||||||
|
<string name="use_controls">启用触摸控制</string>
|
||||||
|
|
||||||
|
<string name="use_volume">使用音量键</string>
|
||||||
|
|
||||||
|
<string name="text_res_path">游戏资源路径</string>
|
||||||
|
|
||||||
|
<string name="touch_set">控制设置</string>
|
||||||
|
|
||||||
|
<string name="text_shortcut">Xash3D 快捷方式</string>
|
||||||
|
|
||||||
|
<string name="text_shortcut_test">Xash3D_test 快捷方式</string>
|
||||||
|
|
||||||
|
<string name="shortcut_button_save">保存快捷方式</string>
|
||||||
|
|
||||||
|
<string name="gamedir">Mod 目录</string>
|
||||||
|
|
||||||
|
<string name="pkgname">Mod 资源包名字(高级)</string>
|
||||||
|
|
||||||
|
<string name="shortcut_name">快捷方式名字</string>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- TODO: Remove or change this placeholder text -->
|
||||||
|
|
||||||
|
<string name="about_main">Xash3D Android</string>
|
||||||
|
|
||||||
|
<string name="about_copyright">SDLash3D不隶属于Valve或其合作伙伴。 版权归各自所有。</string>
|
||||||
|
|
||||||
|
<string name="version_string" translatable="false">v0.17.1</string>
|
||||||
|
|
||||||
|
<string name="about_authors">由SDLash3D团队移植到Android系统,成员: \n
|
||||||
|
|
||||||
|
• a1batross\n
|
||||||
|
|
||||||
|
• mittorn \n
|
||||||
|
|
||||||
|
• nicknekit.\n
|
||||||
|
|
||||||
|
|
||||||
|
特别感谢:\n
|
||||||
|
|
||||||
|
• Uncle Mike 制作的 Xash3D 引擎\n
|
||||||
|
|
||||||
|
• Valve 制作的 《半条命》\n
|
||||||
|
|
||||||
|
• libSDL2 开发商\n</string>
|
||||||
|
|
||||||
|
<string name="about_links">联系我们:
|
||||||
|
|
||||||
|
• <a href="https://vk.com/xashdroid">VK</a>
|
||||||
|
|
||||||
|
• <a href="http://moddb.com/game/xash3d-android">ModDB</a>
|
||||||
|
|
||||||
|
• <a href="https://github.com/SDLash3D">GitHub</a></string>
|
||||||
|
|
||||||
|
<string name="about_button">关于 Xash3D Android</string>
|
||||||
|
|
||||||
|
<string name="create_shortcut_button">创建mod快捷方式</string>
|
||||||
|
|
||||||
|
<string name="select_folder">(选择)</string>
|
||||||
|
|
||||||
|
</resources>
|
||||||
|
|
Loading…
Add table
Reference in a new issue