diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-09 02:29:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-09 02:29:13 +0000 |
commit | d7aa58eab5fb44d4037184d5144029fc290b4c3a (patch) | |
tree | cef4f1016756421525a773b8c61cd6f807cd5e15 /apps/settings/l10n/zh_CN.js | |
parent | 46a441a448c0483f69d0cb54eda822c20661b097 (diff) | |
download | nextcloud-server-d7aa58eab5fb44d4037184d5144029fc290b4c3a.tar.gz nextcloud-server-d7aa58eab5fb44d4037184d5144029fc290b4c3a.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/zh_CN.js')
-rw-r--r-- | apps/settings/l10n/zh_CN.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 0c3c361013f..c1ce56e55c6 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -48,6 +48,7 @@ OC.L10N.register( "Remote wipe was started on %1$s" : "%1$s上的远程擦除已开始", "Remote wipe has finished on %1$s" : "%1$s上的远程擦除已完成", "Your <strong>password</strong> or <strong>email</strong> was modified" : "您的 <strong>密码</strong> 或 <strong>邮箱</strong> 已被更改", + "Apps" : "应用", "Could not remove app." : "无法移除应用。", "Could not update app." : "无法更新应用。", "Wrong password" : "密码错误", @@ -80,6 +81,7 @@ OC.L10N.register( "Email could not be sent. Check your mail server log" : "邮件无法发送。检查您的邮件服务器日志", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "在发送电子邮件时出现问题。请修正您的设置。(错误:%s)", "You need to set your user email before being able to send test emails. Go to %s for that." : "您需要先前往%s设置电子邮箱,才能发送测试邮件。", + "Users" : "用户", "Invalid user" : "无效用户", "Invalid mail address" : "无效的电子邮件地址", "Settings saved" : "设置已保存", @@ -111,7 +113,6 @@ OC.L10N.register( "Go to %s" : "访问 %s", "Install Client" : "安装客户端", "Logged in user must be a subadmin" : "当前登录用户必须为子管理员", - "Apps" : "应用", "Settings" : "设置", "Personal" : "个人", "Administration" : "管理", |