zh_CN.GB2312.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." => "会话过期。请刷新页面。",
  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. );