diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-20 01:54:40 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-20 01:54:40 -0400 |
commit | ddc85a987134ddefd9887cd547554422a6d86c7a (patch) | |
tree | 2cf3038b8fd7214dee2ae3de4c6b2e84711ee1ed /apps/files_external/l10n/zh_CN.php | |
parent | d09ec367512ee9afb6daa5d9d0f89cbe7a6ca582 (diff) | |
download | nextcloud-server-ddc85a987134ddefd9887cd547554422a6d86c7a.tar.gz nextcloud-server-ddc85a987134ddefd9887cd547554422a6d86c7a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/zh_CN.php')
-rw-r--r-- | apps/files_external/l10n/zh_CN.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files_external/l10n/zh_CN.php b/apps/files_external/l10n/zh_CN.php index cef995b7d64..031ffd9cb92 100644 --- a/apps/files_external/l10n/zh_CN.php +++ b/apps/files_external/l10n/zh_CN.php @@ -1,20 +1,29 @@ <?php $TRANSLATIONS = array( "Please provide a valid Dropbox app key and secret." => "请提供有效的Dropbox应用key和secret", +"Step 1 failed. Exception: %s" => "步骤 1 失败。异常:%s", +"Step 2 failed. Exception: %s" => "步骤 2 失败。异常:%s", "External storage" => "外部存储", "Local" => "本地", "Location" => "地点", "Amazon S3" => "Amazon S3", +"Amazon S3 and compliant" => "Amazon S3 和兼容协议", "Access Key" => "访问密钥", +"Secret Key" => "秘钥", "Hostname (optional)" => "域名 (可选)", "Port (optional)" => "端口 (可选)", "Region (optional)" => "区域 (optional)", "Enable SSL" => "启用 SSL", +"Enable Path Style" => "启用 Path Style", "Host" => "主机", "Username" => "用户名", "Password" => "密码", "Root" => "根路径", "Secure ftps://" => "安全 ftps://", +"OpenStack Object Storage" => "OpenStack 对象存储", +"Username (required)" => "用户名 (必须)", +"Bucket (required)" => "Bucket (必须)", +"Timeout of HTTP requests in seconds (optional)" => "HTTP 请求超时(秒) (可选)", "Share" => "共享", "SMB / CIFS using OC login" => "SMB / CIFS 使用 OC 登录信息", "URL" => "URL", @@ -25,10 +34,14 @@ $TRANSLATIONS = array( "Grant access" => "授权", "Error configuring Google Drive storage" => "配置Google Drive存储时出错", "Personal" => "个人", +"System" => "系统", "Saved" => "已保存", "<b>Note:</b> " => "<b>注意:</b>", " and " => "和", +"You don't have any external storages" => "您没有外部存储", "Name" => "名称", +"Storage type" => "存储类型", +"Scope" => "适用范围", "External Storage" => "外部存储", "Folder name" => "目录名称", "Configuration" => "配置", |