nextcloud/apps/files_external/l10n/zh_CN.php

61 lines
2.3 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-29 09:56:00 +04:00
"Please provide a valid Dropbox app key and secret." => "请提供有效的Dropbox应用key和secret",
2014-07-20 09:54:40 +04:00
"Step 1 failed. Exception: %s" => "步骤 1 失败。异常:%s",
"Step 2 failed. Exception: %s" => "步骤 2 失败。异常:%s",
2014-06-07 09:56:13 +04:00
"External storage" => "外部存储",
2014-05-05 09:55:47 +04:00
"Local" => "本地",
2014-04-30 09:57:53 +04:00
"Location" => "地点",
2014-05-05 09:55:47 +04:00
"Amazon S3" => "Amazon S3",
2014-07-20 09:54:40 +04:00
"Amazon S3 and compliant" => "Amazon S3 和兼容协议",
2014-05-05 09:55:47 +04:00
"Access Key" => "访问密钥",
2014-07-20 09:54:40 +04:00
"Secret Key" => "秘钥",
2014-05-05 09:55:47 +04:00
"Hostname (optional)" => "域名 (可选)",
"Port (optional)" => "端口 (可选)",
"Region (optional)" => "区域 (optional)",
"Enable SSL" => "启用 SSL",
2014-07-20 09:54:40 +04:00
"Enable Path Style" => "启用 Path Style",
2014-05-17 09:57:38 +04:00
"Host" => "主机",
2014-04-30 09:57:53 +04:00
"Username" => "用户名",
"Password" => "密码",
2014-05-05 09:55:47 +04:00
"Root" => "根路径",
"Secure ftps://" => "安全 ftps://",
2014-07-20 09:54:40 +04:00
"OpenStack Object Storage" => "OpenStack 对象存储",
"Username (required)" => "用户名 (必须)",
"Bucket (required)" => "Bucket (必须)",
"Timeout of HTTP requests in seconds (optional)" => "HTTP 请求超时(秒) (可选)",
2014-04-30 09:57:53 +04:00
"Share" => "共享",
2014-05-05 09:55:47 +04:00
"SMB / CIFS using OC login" => "SMB / CIFS 使用 OC 登录信息",
2014-05-16 09:55:55 +04:00
"URL" => "URL",
2014-05-05 09:55:47 +04:00
"Secure https://" => "安全 https://",
2014-05-07 09:55:48 +04:00
"Remote subfolder" => "远程子文件夹",
2012-10-25 04:11:53 +04:00
"Access granted" => "权限已授予。",
"Error configuring Dropbox storage" => "配置Dropbox存储时出错",
"Grant access" => "授权",
2012-10-18 04:09:32 +04:00
"Error configuring Google Drive storage" => "配置Google Drive存储时出错",
2014-06-08 09:56:13 +04:00
"Personal" => "个人",
2014-07-20 09:54:40 +04:00
"System" => "系统",
2014-05-05 09:55:47 +04:00
"Saved" => "已保存",
"<b>Note:</b> " => "<b>注意:</b>",
" and " => "",
2014-07-20 09:54:40 +04:00
"You don't have any external storages" => "您没有外部存储",
2014-06-08 09:56:13 +04:00
"Name" => "名称",
2014-07-20 09:54:40 +04:00
"Storage type" => "存储类型",
"Scope" => "适用范围",
2012-10-18 04:09:32 +04:00
"External Storage" => "外部存储",
2013-03-01 03:07:02 +04:00
"Folder name" => "目录名称",
2012-10-18 04:09:32 +04:00
"Configuration" => "配置",
2014-05-05 09:55:47 +04:00
"Available for" => "可用于",
2014-06-11 09:55:07 +04:00
"Add storage" => "增加存储",
2014-05-05 09:55:47 +04:00
"No user or group" => "无用户或组",
2012-10-18 04:09:32 +04:00
"All Users" => "所有用户",
"Groups" => "",
"Users" => "用户",
"Delete" => "删除",
"Enable User External Storage" => "启用用户外部存储",
2014-05-05 09:55:47 +04:00
"Allow users to mount the following external storage" => "允许用户挂载以下外部存储",
2012-10-18 04:09:32 +04:00
"SSL root certificates" => "SSL根证书",
"Import Root Certificate" => "导入根证书"
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";