zh_CN.php 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <?php $TRANSLATIONS = array(
  2. "Help" => "帮助",
  3. "Personal" => "个人",
  4. "Settings" => "设置",
  5. "Users" => "用户",
  6. "Apps" => "应用",
  7. "Admin" => "管理",
  8. "ZIP download is turned off." => "ZIP 下载已经关闭",
  9. "Files need to be downloaded one by one." => "需要逐一下载文件",
  10. "Back to Files" => "回到文件",
  11. "Selected files too large to generate zip file." => "选择的文件太大,无法生成 zip 文件。",
  12. "Application is not enabled" => "不需要程序",
  13. "Authentication error" => "认证错误",
  14. "Token expired. Please reload page." => "Token 过期,请刷新页面。",
  15. "seconds ago" => "几秒前",
  16. "1 minute ago" => "1分钟前",
  17. "%d minutes ago" => "%d 分钟前",
  18. "today" => "今天",
  19. "yesterday" => "昨天",
  20. "%d days ago" => "%d 天前",
  21. "last month" => "上月",
  22. "months ago" => "几月前",
  23. "last year" => "上年",
  24. "years ago" => "几年前",
  25. "%s is available. Get <a href=\"%s\">more information</a>" => "%s 已存在. 点此 <a href=\"%s\">获取更多信息</a>",
  26. "up to date" => "已更新。",
  27. "updates check is disabled" => "检查更新功能被关闭。"
  28. );