diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-10-17 00:08:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-10-17 00:08:23 +0000 |
commit | 59c3ea91fd42f00ba58fc35d5c49e1ea65435b8d (patch) | |
tree | c82ba3d0b1d6cda7629a785c50a8c4d9feeae57e /settings | |
parent | d34c7e89a0dd609d9b4ad91e2073279aa2c08a82 (diff) | |
download | nextcloud-server-59c3ea91fd42f00ba58fc35d5c49e1ea65435b8d.tar.gz nextcloud-server-59c3ea91fd42f00ba58fc35d5c49e1ea65435b8d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/zh_CN.js | 2 | ||||
-rw-r--r-- | settings/l10n/zh_CN.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index 2c8ae60c449..48c922c8984 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -12,6 +12,7 @@ OC.L10N.register( "A login attempt using two-factor authentication failed (%1$s)" : "使用两步验证登录失败的尝试 (%1$s)", "Your <strong>password</strong> or <strong>email</strong> was modified" : "你的 <strong>密码</strong> 或 <strong>密码</strong> 已被更改", "Your apps" : "你的应用", + "Updates" : "更新", "Enabled apps" : "启用应用", "Disabled apps" : "禁用应用", "App bundles" : "应用软件包", @@ -103,6 +104,7 @@ OC.L10N.register( "Error: This app can not be enabled because it makes the server unstable" : "错误: 无法启用应用因为它会导致服务器不稳定", "Error: Could not disable broken app" : "错误: 无法禁用损坏的应用", "Error while disabling broken app" : "禁用损坏的应用时出错", + "No app updates available" : "没有可用的应用更新", "Updating...." : "正在更新....", "Error while updating app" : "更新应用时出错", "Updated" : "已更新", diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json index 7bc26488fd0..469186d24b1 100644 --- a/settings/l10n/zh_CN.json +++ b/settings/l10n/zh_CN.json @@ -10,6 +10,7 @@ "A login attempt using two-factor authentication failed (%1$s)" : "使用两步验证登录失败的尝试 (%1$s)", "Your <strong>password</strong> or <strong>email</strong> was modified" : "你的 <strong>密码</strong> 或 <strong>密码</strong> 已被更改", "Your apps" : "你的应用", + "Updates" : "更新", "Enabled apps" : "启用应用", "Disabled apps" : "禁用应用", "App bundles" : "应用软件包", @@ -101,6 +102,7 @@ "Error: This app can not be enabled because it makes the server unstable" : "错误: 无法启用应用因为它会导致服务器不稳定", "Error: Could not disable broken app" : "错误: 无法禁用损坏的应用", "Error while disabling broken app" : "禁用损坏的应用时出错", + "No app updates available" : "没有可用的应用更新", "Updating...." : "正在更新....", "Error while updating app" : "更新应用时出错", "Updated" : "已更新", |