2013-08-09 16:06:31 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
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",
|
|
|
|
"Access Key" => "访问密钥",
|
|
|
|
"Hostname (optional)" => "域名 (可选)",
|
|
|
|
"Port (optional)" => "端口 (可选)",
|
|
|
|
"Region (optional)" => "区域 (optional)",
|
|
|
|
"Enable SSL" => "启用 SSL",
|
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-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
|
|
|
"Please provide a valid Dropbox app key and secret." => "请提供有效的Dropbox应用key和secret",
|
|
|
|
"Error configuring Google Drive storage" => "配置Google Drive存储时出错",
|
2014-05-05 09:55:47 +04:00
|
|
|
"Saved" => "已保存",
|
|
|
|
"<b>Note:</b> " => "<b>注意:</b>",
|
|
|
|
" and " => "和",
|
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" => "配置",
|
|
|
|
"Options" => "选项",
|
2014-05-05 09:55:47 +04:00
|
|
|
"Available for" => "可用于",
|
2013-03-17 01:18:26 +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;";
|