25 lines
1015 B
PHP
25 lines
1015 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Access granted" => "已授予权限",
|
|
"Error configuring Dropbox storage" => "配置 Dropbox 存储出错",
|
|
"Grant access" => "授予权限",
|
|
"Fill out all required fields" => "填充全部必填字段",
|
|
"Please provide a valid Dropbox app key and secret." => "请提供一个有效的 Dropbox app key 和 secret。",
|
|
"Error configuring Google Drive storage" => "配置 Google Drive 存储失败",
|
|
"External Storage" => "外部存储",
|
|
"Mount point" => "挂载点",
|
|
"Backend" => "后端",
|
|
"Configuration" => "配置",
|
|
"Options" => "选项",
|
|
"Applicable" => "可应用",
|
|
"Add mount point" => "添加挂载点",
|
|
"None set" => "未设置",
|
|
"All Users" => "所有用户",
|
|
"Groups" => "群组",
|
|
"Users" => "用户",
|
|
"Delete" => "删除",
|
|
"Enable User External Storage" => "启用用户外部存储",
|
|
"Allow users to mount their own external storage" => "允许用户挂载他们的外部存储",
|
|
"SSL root certificates" => "SSL 根证书",
|
|
"Import Root Certificate" => "导入根证书"
|
|
);
|