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

Create arrays.xml #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
28 changes: 28 additions & 0 deletions res/values-zh-rCN/arrays.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- translators should ensure that all items are translated. there is no graceful fallback if the number of items in a translated file doesn't match the source and the app will crash on that particular language. -->
<string-array name="scheduleModes">
<item>所有应用</item>
<item>用户应用</item>
<item>系统应用</item>
<item>新的应用</item>
<item>自定义列表</item>
</string-array>
<!-- entries in scheduleSubModes are taken from strings.xml and should be left as-is here -->
<string-array name="scheduleSubModes" translatable="false">
<item>@string/radioApk</item>
<item>@string/radioData</item>
<item>@string/radioBoth</item>
</string-array>

<string-array name="tools_titles">
<item>快速重启</item>
<item>删除备份</item>
<item>查看错误日志</item>
</string-array>
<string-array name="tools_descriptions">
<item>杀死system_server进程以强制重新启动用户空间</item>
<item>删除当前未安装的所有应用备份</item>
<item></item>
</string-array>
</resources>