diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-18 00:52:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-18 00:52:44 +0000 |
commit | 02676462d0fe587ee210f01c3f482d1081ff88e5 (patch) | |
tree | 72ca22f262aff4079078340cea70108b5a2987db /core/l10n/zh_CN.js | |
parent | 62fde219af0135ea9bfa367530f3a347b5e11b30 (diff) | |
download | nextcloud-server-02676462d0fe587ee210f01c3f482d1081ff88e5.tar.gz nextcloud-server-02676462d0fe587ee210f01c3f482d1081ff88e5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 11af799ac70..239c36eb005 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -255,10 +255,6 @@ OC.L10N.register( "({count} selected)" : "(选择了 {count} 个)", "Error loading file exists template" : "加载文件存在性模板失败", "Saving …" : "正在保存…", - "Authentication required" : "授权请求", - "This action requires you to confirm your password" : "请您确认您的密码", - "Confirm" : "确认", - "Failed to authenticate, try again" : "授权失败,请重试", "seconds ago" : "几秒前", "Connection to server lost" : "与服务器的连接断开", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["加载页面出现问题,将在%n秒后重新加载"], @@ -350,7 +346,9 @@ OC.L10N.register( "Skip to navigation of app" : "跳过应用向导", "Go to %s" : "转至 %s", "Get your own free account" : "获取自己的免费账号", + "This action requires you to confirm your password" : "请您确认您的密码", "Confirm your password" : "确认您的密码", + "Confirm" : "确认", "Connect to your account" : "连接到您的账号", "Please log in before granting %1$s access to your %2$s account." : "在授权 %1$s 访问您的账号 %2$s 之前,请先登录。", "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "如果您不打算设置新设备或应用程序,则有人试图欺骗您,以授予他们访问数据的权限。 在这种情况下,请勿继续操作,而应与系统管理员联系。", @@ -427,6 +425,8 @@ OC.L10N.register( "Home" : "首页 ", "Copy to {folder}" : "复制到 {folder}", "Move to {folder}" : "移动到 {folder}", + "Authentication required" : "授权请求", + "Failed to authenticate, try again" : "授权失败,请重试", "File not found" : "文件未找到", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "服务器上找不到该文档。可能此共享已被删除或过期。", "Please use the command line updater because automatic updating is disabled in the config.php." : "由于自动更新在 config.php 中已禁用,请使用命令行更新。", |