From 6d33d785cb0cbd066d68f2d4f1c7e23013d513f0 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 10 Jul 2023 01:21:43 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/zh_CN.js | 4 +++- l10n/zh_CN.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 8fe018b7..df28883f 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -28,6 +28,8 @@ OC.L10N.register( "Expiration days have to be a non negative number" : "过期天数必须是非负数 ", "Maximum login attempts have to be a non negative number" : "最大登录尝试次数必须是非负数", "Settings saved" : "已保存设置", - "Saved" : "已保存" + "Error while saving settings" : "保存设定时发生错误", + "Saved" : "已保存", + "Error while saving" : "保存时发生错误" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index fc4a269c..e6367efd 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -26,6 +26,8 @@ "Expiration days have to be a non negative number" : "过期天数必须是非负数 ", "Maximum login attempts have to be a non negative number" : "最大登录尝试次数必须是非负数", "Settings saved" : "已保存设置", - "Saved" : "已保存" + "Error while saving settings" : "保存设定时发生错误", + "Saved" : "已保存", + "Error while saving" : "保存时发生错误" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file