Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 5b9162b

Browse files
authored
Update strings.xml
1 parent 3befad6 commit 5b9162b

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

app/src/main/res/values-zh-rCN/strings.xml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
<string name="description">描述</string>
2828
<string name="uninstall">卸载</string>
2929
<string name="config">配置</string>
30+
<string name="favourite">最喜欢的</string>
31+
<string name="report_bugs">报告错误</string>
32+
<string name="sniffed_modules">嗅探模块</string>
33+
<string name="sniffing_modules">嗅探模块中</string>
3034
<string name="submit_modules">提交一个模块</string>
3135
<string name="require_android_6">需要 Android 6.0+</string>
3236
<string name="require_android_12">需要 Android 12+</string>
@@ -46,7 +50,7 @@
4650
<string name="module_needs_ramdisk">需要Ramdisk</string>
4751
<string name="module_needs_ramdisk_desc">该模块需要安装启动Ramdisk</string>
4852
<string name="module_can_change_boot">可以更改引导</string>
49-
<string name="module_can_change_boot_desc">该模块可能会更改启动图像</string>
53+
<string name="module_can_change_boot_desc">该模块可能会更改启动镜像</string>
5054
<string name="module_min_magisk_chip">Min. Magisk "%s"</string>
5155
<string name="module_min_sdk_chip">Min. Android</string>
5256
<string name="module_max_sdk_chip">Max. Android</string>
@@ -57,7 +61,7 @@
5761
<string name="showcase_mode_pref">锁定模式</string>
5862
<string name="showcase_mode_desc">锁定模式阻止管理器对模块执行操作</string>
5963
<string name="prevent_reboot_pref">防止重启</string>
60-
<string name="prevent_reboot_desc">防止意外重启</string>
64+
<string name="prevent_reboot_desc">防止误触重启键而导致意外重启</string>
6165
<string name="pref_category_settings">设置</string>
6266
<string name="enable_monet">启用 Monet</string>
6367
<string name="pref_category_info">信息</string>
@@ -96,6 +100,7 @@
96100
所以我把这个选项隐藏在开发者模式后面,启用这个后由您自己承担风险!
97101
</string>
98102
<string name="dev_mode_enabled">开发者模式开启</string>
103+
<string name="dev_mode_disabled">开发者模式关闭</string>
99104
<string name="force_english_pref">强制设定语言为英语</string>
100105
<string name="disable_low_quality_module_filter_pref">禁用低质量模块过滤器</string>
101106
<string name="disable_low_quality_module_filter_desc">
@@ -128,4 +133,21 @@
128133
<string name="backup_module_list">备份模块</string>
129134
<string name="restore_module_list">还原模块</string>
130135
<string name="require_internet">此操作需要互联网连接</string>
136+
137+
<!-- Background Notification translation -->
138+
<string name="notification_update_title">发现 %i 个模块更新</string>
139+
<string name="notification_update_title_easter_egg">嗅探 %i 个模块更新</string>
140+
<string name="notification_update_subtitle">点击打开应用</string>
141+
<string name="notification_update_pref">后台模块更新检查</string>
142+
<string name="notification_update_desc">可能会增加电池使用量</string>
143+
<string name="notification_update_debug_pref">测试通知</string>
144+
145+
<!-- Set to true in translation file if your language is right to left -->
146+
<bool name="lang_support_rtl">false</bool>
147+
<!-- Always copy language_support_level when translating -->
148+
<integer name="language_support_level">1</integer>
149+
<string name="language_support_outdated">当前语言的一些翻译不是最新的,
150+
请考虑为 GitHub 上的应用程序翻译做出贡献</string>
151+
<!-- Replace with your own username when translating -->
152+
<string name="language_translated_by">Translated by Fox2Code</string>
131153
</resources>

0 commit comments

Comments
 (0)