diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index bc89978f439..865f4164ce6 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -48,6 +48,8 @@ OC.L10N.register( "Problem loading page, reloading in 5 seconds" : "加载页面出现问题,在 5 秒内重新载入", "Saving..." : "保存中...", "Dismiss" : "忽略", + "Password" : "密码", + "Cancel" : "取消", "seconds ago" : "几秒前", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "密码重置邮件已经发送到您的电子邮箱中。如果您长时间没能收到邮件,请检查您的垃圾/广告邮件箱。<br>如果未能收到邮件请联系管理员。", "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "您的文件已被加密。如果您没有启用恢复密钥,密码重置后您将无法取回您的文件。<br />在继续之前,如果有疑问请联系您的管理员。<br />确认继续?", @@ -66,7 +68,6 @@ OC.L10N.register( "Already existing files" : "已经存在的文件", "Which files do you want to keep?" : "想要保留哪一个文件呢?", "If you select both versions, the copied file will have a number added to its name." : "如果同时选择了两个版本,复制的文件名将会增加上一个数字。", - "Cancel" : "取消", "Continue" : "继续", "(all selected)" : "(选中全部)", "({count} selected)" : "(选择了{count}个)", @@ -103,7 +104,6 @@ OC.L10N.register( "Share link" : "分享链接", "Link" : "链接", "Password protect" : "密码保护", - "Password" : "密码", "Email link to person" : "发送链接到个人", "Send" : "发送", "Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 组", |