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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2019-02-15 12:12:10 +0300
committerGitHub <noreply@github.com>2019-02-15 12:12:10 +0300
commit7cf47ffa7577bb4a4c33266cd1b6c0be53e07236 (patch)
tree1a8b22b999e59687fa9d85a2974b2b8664cdb2e4 /plugins/Login
parent232f37b70fb6d1e6f91d51e677c70fd73eca52a5 (diff)
language update (#14103)
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/lang/zh-cn.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/plugins/Login/lang/zh-cn.json b/plugins/Login/lang/zh-cn.json
index 1eb2adec6f..64f2b7913a 100644
--- a/plugins/Login/lang/zh-cn.json
+++ b/plugins/Login/lang/zh-cn.json
@@ -8,13 +8,16 @@
"LogIn": "登录",
"LoginOrEmail": "用户名或邮件地址",
"LoginPasswordNotCorrect": "用户名或密码不正确!",
- "LostYourPassword": "忘记密码了?",
+ "LostYourPassword": "忘记密码了?",
+ "ChangeYourPassword": "修改密码",
"MailTopicPasswordChange": "密码修改确认",
"NewPassword": "新密码",
- "NewPasswordRepeat": "新密码(重复)",
+ "NewPasswordRepeat": "新密码(重复)",
"PasswordChanged": "您的密码已修改。",
- "PasswordRepeat": "密码(重复)",
+ "PasswordRepeat": "密码(重复)",
"PasswordsDoNotMatch": "密码不一致。",
- "RememberMe": "记住密码"
+ "WrongPasswordEntered": "请输入正确的密码。",
+ "ConfirmPasswordToContinue": "确认密码以继续",
+ "RememberMe": "记住登录信息"
}
} \ No newline at end of file