diff options
Diffstat (limited to 'lib/l10n/zh_CN.php')
-rw-r--r-- | lib/l10n/zh_CN.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/l10n/zh_CN.php b/lib/l10n/zh_CN.php index 35e4b43aa87..12dd3d7ea84 100644 --- a/lib/l10n/zh_CN.php +++ b/lib/l10n/zh_CN.php @@ -1,17 +1,18 @@ <?php $TRANSLATIONS = array( "You are accessing the server from an untrusted domain." => "您正在访问来自不信任域名的服务器。", -"App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => "App “%s” 无法安装,因为它和当前 ownCloud 版本不兼容。", -"No app name specified" => "没有指定的 App 名称", "Help" => "帮助", "Personal" => "个人", "Settings" => "设置", "Users" => "用户", "Admin" => "管理", "Failed to upgrade \"%s\"." => "\"%s\" 升级失败。", +"No app name specified" => "没有指定的 App 名称", "Unknown filetype" => "未知的文件类型", "Invalid image" => "无效的图像", "web services under your control" => "您控制的web服务", +"App directory already exists" => "应用程序目录已存在", +"Can't create app folder. Please fix permissions. %s" => "无法创建应用程序文件夹。请修正权限。%s", "No source specified when installing app" => "安装 App 时未指定来源", "No href specified when installing app from http" => "从 http 安装 App 时未指定链接", "No path specified when installing app from local file" => "从本地文件安装 App 时未指定路径", @@ -22,8 +23,6 @@ $TRANSLATIONS = array( "App can't be installed because it is not compatible with this version of ownCloud" => "App 无法安装,因为和当前 ownCloud 版本不兼容", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" => "App 无法安装,因为 App 包含不允许在非内置 App 中使用的 <shipped>true</shipped> 标签", "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "App 无法安装因为 info.xml/version 中的版本和 App 商店版本不同", -"App directory already exists" => "应用程序目录已存在", -"Can't create app folder. Please fix permissions. %s" => "无法创建应用程序文件夹。请修正权限。%s", "Application is not enabled" => "应用程序未启用", "Authentication error" => "认证出错", "Token expired. Please reload page." => "Token 过期,请刷新页面。", |