zh-cn.php 2.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return [
  3. // 时间格式化-s
  4. '%d second%s ago' => '%d秒前',
  5. '%d minute%s ago' => '%d分钟前',
  6. '%d hour%s ago' => '%d小时前',
  7. '%d day%s ago' => '%d天前',
  8. '%d week%s ago' => '%d周前',
  9. '%d month%s ago' => '%d月前',
  10. '%d year%s ago' => '%d年前',
  11. '%d second%s after' => '%d秒后',
  12. '%d minute%s after' => '%d分钟后',
  13. '%d hour%s after' => '%d小时后',
  14. '%d day%s after' => '%d天后',
  15. '%d week%s after' => '%d周后',
  16. '%d month%s after' => '%d月后',
  17. '%d year%s after' => '%d年后',
  18. // 时间格式化-e
  19. 'Invalid token' => 'Token 无效!',
  20. 'Login expired, please login again.' => '登录过期,请重新登录。',
  21. 'Account not exist' => '帐户不存在',
  22. 'Account disabled' => '帐户已禁用',
  23. 'Token login failed' => '令牌登录失败',
  24. 'Please try again after 1 day' => '登录失败次数超限,请在1天后再试',
  25. 'Password is incorrect' => '密码不正确',
  26. 'You are not logged in' => '你没有登录',
  27. 'Unknown operation' => '未知操作',
  28. 'No action available, please contact the administrator~' => '没有可用操作,请联系管理员~',
  29. 'Please login first' => '请先登录!',
  30. 'You have no permission' => '没有权限操作!',
  31. 'Parameter error' => '参数错误!',
  32. 'Token expiration' => '登录态过期,请重新登录!',
  33. 'Captcha error' => '验证码错误!',
  34. ];