diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 3b27d0e8976..ade14badb7e 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -52,6 +52,9 @@ OC.L10N.register( "Maintenance mode is kept active" : "维护模式已启用", "Updating database schema" : "正在更新数据库结构", "Updated database" : "数据库已更新", + "Checking for update of app \"%s\" in App Store" : "在应用商店中检查应用 \"%s\" 是否有更新", + "Update app \"%s\" from App Store" : "从应用商店更新应用 \"%s\"", + "Checked for update of app \"%s\" in App Store" : "已在应用商店中检查了应用 \"%s\" 是否有更新", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "检查 %s 的数据库结构是否可以更新(这可能需要很长的时间,取决于数据库大小)", "Updated \"%1$s\" to %2$s" : "已更新 “%1$s” 到 %2$s", "Set log level to debug" : "设置日志级别为 调试", @@ -156,6 +159,7 @@ OC.L10N.register( "Resetting password" : "正在重置密码", "Recommended apps" : "推荐的应用", "Loading apps …" : "正在加载应用…", + "Could not fetch list of apps from the App Store." : "无法从应用商店获取应用列表", "Installing apps …" : "正在安装应用...", "App download or installation failed" : "应用下载或安装失败", "Cannot install this app because it is not compatible" : "无法安装此应用,因它不兼容", |