1234567891011121314151617181920212223242526272829 |
- <?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 过期,请刷新页面。",
- "seconds ago" => "几秒前",
- "1 minute ago" => "1分钟前",
- "%d minutes ago" => "%d 分钟前",
- "today" => "今天",
- "yesterday" => "昨天",
- "%d days ago" => "%d 天前",
- "last month" => "上月",
- "months ago" => "几月前",
- "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" => "检查更新功能被关闭。"
- );
|