Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jul 10, 2023
1 parent c68f03b commit 6d33d78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion l10n/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;");
4 changes: 3 additions & 1 deletion l10n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
}

0 comments on commit 6d33d78

Please sign in to comment.