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:
Diffstat (limited to 'plugins/Login/lang/zh-cn.json')
-rw-r--r--plugins/Login/lang/zh-cn.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/Login/lang/zh-cn.json b/plugins/Login/lang/zh-cn.json
new file mode 100644
index 0000000000..98c38d6824
--- /dev/null
+++ b/plugins/Login/lang/zh-cn.json
@@ -0,0 +1,21 @@
+{
+ "Login": {
+ "ConfirmationLinkSent": "确认链接已发到您的邮箱,请接收邮件并点击链接确认密码修改。",
+ "ContactAdmin": "可能的原因: 您的主机可能已经停用了 mail() 函数! <br \/>请联络您的 Piwik 管理员!",
+ "ExceptionPasswordMD5HashExpected": "密码参数是一个 MD5 加密的密码。",
+ "InvalidNonceOrHeadersOrReferrer": "表单安全检查失败,请重新打开表单,检查是否启用cookie。如果配置了代理服务器,需要 %s 设置Piwik接收代理头信息 %s ,同时检查Referer头是否正确",
+ "InvalidOrExpiredToken": "凭证无效或已经过期。",
+ "InvalidUsernameEmail": "用户名或邮件地址不正确",
+ "LogIn": "登录",
+ "LoginOrEmail": "用户名或邮件地址",
+ "LoginPasswordNotCorrect": "用户名或密码不正确!",
+ "LostYourPassword": "忘记密码了?",
+ "MailPasswordChangeBody": "您好 %1$s,\n\n重置密码的请求来自 %2$s。要确认密码修改,请访问下面的链接:\n\n%3$s\n\n提示: 本链接24小时后失效。\n\n感谢您使用 Piwik!",
+ "MailTopicPasswordChange": "密码修改确认",
+ "PasswordChanged": "您的密码已修改。",
+ "PasswordRepeat": "密码(重复)",
+ "PasswordsDoNotMatch": "密码不一致。",
+ "RememberMe": "记住密码",
+ "ResetPasswordInstructions": "为您的账号输入新的密码。"
+ }
+} \ No newline at end of file