35 lines
1.3 KiB
PHP
35 lines
1.3 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Help" => "帮助",
|
|
"Personal" => "个人",
|
|
"Settings" => "设置",
|
|
"Users" => "用户",
|
|
"Apps" => "应用",
|
|
"Admin" => "管理",
|
|
"ZIP download is turned off." => "ZIP 下载已经关闭",
|
|
"Files need to be downloaded one by one." => "需要逐一下载文件",
|
|
"Back to Files" => "回到文件",
|
|
"Selected files too large to generate zip file." => "选择的文件太大,无法生成 zip 文件。",
|
|
"Application is not enabled" => "不需要程序",
|
|
"Authentication error" => "认证错误",
|
|
"Token expired. Please reload page." => "Token 过期,请刷新页面。",
|
|
"Files" => "文件",
|
|
"Text" => "文本",
|
|
"Images" => "图像",
|
|
"seconds ago" => "几秒前",
|
|
"1 minute ago" => "1分钟前",
|
|
"%d minutes ago" => "%d 分钟前",
|
|
"1 hour ago" => "1小时前",
|
|
"%d hours ago" => "%d小时前",
|
|
"today" => "今天",
|
|
"yesterday" => "昨天",
|
|
"%d days ago" => "%d 天前",
|
|
"last month" => "上月",
|
|
"%d months ago" => "%d 月前",
|
|
"last year" => "上年",
|
|
"years ago" => "几年前",
|
|
"%s is available. Get <a href=\"%s\">more information</a>" => "%s 已存在. 点此 <a href=\"%s\">获取更多信息</a>",
|
|
"up to date" => "已更新。",
|
|
"updates check is disabled" => "检查更新功能被关闭。",
|
|
"Could not find category \"%s\"" => "无法找到分类 \"%s\""
|
|
);
|