diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index f9b2c41c..f4256ea4 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -126,6 +126,8 @@ OC.L10N.register( "Current OTP settings" : "目前 OTP 设置 ", "Issuer" : "发行者 ", "Secret" : "密钥", + "Digits" : "数字", + "Period" : "时段", "Expiration date" : "有效期", "No expiration date set" : "未设置有效期", "Renew interval" : "更新间隔", @@ -316,6 +318,7 @@ OC.L10N.register( "Medium Strength" : "中等强度", "Bad Strength" : "低强度", "Expired" : "已过期", + "Compromised" : "已泄露", "Filter Tags" : "过滤标签", "Simple Navigation" : "简单导航", "Someone has shared a credential with you." : "有人向您共享了一个证书。", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index dc8a3d9e..5c33bee5 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -124,6 +124,8 @@ "Current OTP settings" : "目前 OTP 设置 ", "Issuer" : "发行者 ", "Secret" : "密钥", + "Digits" : "数字", + "Period" : "时段", "Expiration date" : "有效期", "No expiration date set" : "未设置有效期", "Renew interval" : "更新间隔", @@ -314,6 +316,7 @@ "Medium Strength" : "中等强度", "Bad Strength" : "低强度", "Expired" : "已过期", + "Compromised" : "已泄露", "Filter Tags" : "过滤标签", "Simple Navigation" : "简单导航", "Someone has shared a credential with you." : "有人向您共享了一个证书。",