summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/res/res/values-zh-rCN/arrays.xml6
-rw-r--r--core/res/res/values-zh-rCN/strings.xml3
2 files changed, 3 insertions, 6 deletions
diff --git a/core/res/res/values-zh-rCN/arrays.xml b/core/res/res/values-zh-rCN/arrays.xml
index 9aa36de..16da6d9 100644
--- a/core/res/res/values-zh-rCN/arrays.xml
+++ b/core/res/res/values-zh-rCN/arrays.xml
@@ -24,12 +24,6 @@
<item>39937795</item>
<item>116387224</item>
</integer-array>
- <!-- Defines the shutdown options shown in the reboot dialog. -->
- <array name="shutdown_reboot_options">
- <item>重启模式</item>
- <item>刷机模式</item>
- <item>引导模式</item>
- </array>
<!-- Do not translate. -->
<integer-array name="maps_starting_zoom">
<item>2</item>
diff --git a/core/res/res/values-zh-rCN/strings.xml b/core/res/res/values-zh-rCN/strings.xml
index 0e988e7..c728045 100644
--- a/core/res/res/values-zh-rCN/strings.xml
+++ b/core/res/res/values-zh-rCN/strings.xml
@@ -136,6 +136,9 @@
<string name="power_off" msgid="4266614107412865048">"关机"</string>
<string name="global_action_screenshot">截屏</string>
<string name="reboot_system">重启</string>
+ <string name="reboot_reboot">重启</string>
+ <string name="reboot_recovery">恢复</string>
+ <string name="reboot_bootloader">引导</string>
<string name="shutdown_progress" msgid="2281079257329981203">"正在关机..."</string>
<string name="reboot_progress">正在重启...</string>
<string name="shutdown_confirm" msgid="649792175242821353">"您的手机会关机。"</string>