diff options
Diffstat (limited to 'tools/recovery_l10n/res/values-zh-rCN')
-rw-r--r-- | tools/recovery_l10n/res/values-zh-rCN/strings.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tools/recovery_l10n/res/values-zh-rCN/strings.xml b/tools/recovery_l10n/res/values-zh-rCN/strings.xml index d48ddaebb..e06149791 100644 --- a/tools/recovery_l10n/res/values-zh-rCN/strings.xml +++ b/tools/recovery_l10n/res/values-zh-rCN/strings.xml @@ -1,13 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- no translation found for recovery_installing (2013591905463558223) --> - <skip /> - <!-- no translation found for recovery_erasing (7334826894904037088) --> - <skip /> - <!-- no translation found for recovery_no_command (4465476568623024327) --> - <skip /> + <string name="recovery_installing" msgid="2013591905463558223">"正在安装系统更新"</string> + <string name="recovery_erasing" msgid="7334826894904037088">"正在清空"</string> + <string name="recovery_no_command" msgid="4465476568623024327">"无命令"</string> <string name="recovery_error" msgid="5748178989622716736">"出错了!"</string> - <!-- no translation found for recovery_installing_security (9184031299717114342) --> - <skip /> + <string name="recovery_installing_security" msgid="9184031299717114342">"正在安装安全更新"</string> </resources> |