Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDX <deluxghost@gmail.com>2020-05-09 13:42:28 +0300
committerdeluxghost <deluxghost@gmail.com>2020-05-09 14:41:40 +0300
commit28ad517d964556b7fa342a330fef2139084e471f (patch)
tree224a69b9228923a5d486d3b7390fe6963499c1b0
parentfa7367189570ecca3f45230f5e1ce8ba22acf108 (diff)
add zh-rcn for wizard.xml
-rw-r--r--app/src/main/res/values-zh-rCN/wizard.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/src/main/res/values-zh-rCN/wizard.xml b/app/src/main/res/values-zh-rCN/wizard.xml
new file mode 100644
index 0000000..127809f
--- /dev/null
+++ b/app/src/main/res/values-zh-rCN/wizard.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="wizard_next">下一步</string>
+ <string name="wizard_back">上一步</string>
+ <string name="wizard_cancel">取消</string>
+ <string name="wizard_finish">完成</string>
+ <string name="wizard_confirm_close">您确定要退出安装向导吗?您可以随时在应用设置内重新打开。</string>
+
+ <!-- Welcome screen -->
+ <string name="wizard_welcome_title">欢迎使用 Mumla</string>
+
+ <!-- Certificate setup -->
+ <string name="wizard_certificate_title">创建证书</string>
+
+ <!-- AudioHandler setup -->
+ <string name="wizard_audio_title">音频设置</string>
+
+ <!-- General settings -->
+ <string name="wizard_general_title">实用选项</string>
+</resources>