zh-cn.php 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php
  2. return [
  3. 'Please login first' => '请先登录!',
  4. 'You have no permission' => '没有权限操作!',
  5. 'Username' => '用户名',
  6. 'Password' => '密码',
  7. 'Nickname' => '昵称',
  8. 'Email' => '邮箱',
  9. 'Mobile' => '手机号',
  10. 'Captcha' => '验证码',
  11. 'CaptchaId' => '验证码ID',
  12. 'Please enter the correct verification code' => '请输入正确的验证码!',
  13. 'Captcha error' => '验证码错误!',
  14. 'Parameter %s can not be empty' => '参数%s不能为空',
  15. 'Record not found' => '记录未找到',
  16. 'No rows were added' => '未添加任何行',
  17. 'No rows were deleted' => '未删除任何行',
  18. 'No rows updated' => '未更新任何行',
  19. 'Update successful' => '更新成功!',
  20. 'Added successfully' => '添加成功!',
  21. 'Deleted successfully' => '删除成功!',
  22. 'Parameter error' => '参数错误!',
  23. 'Invalid collation because the weights of the two targets are equal' => '无效排序整理,因为两个目标权重是相等的',
  24. 'File uploaded successfully' => '文件上传成功!',
  25. 'No files were uploaded' => '没有文件被上传',
  26. 'The uploaded file format is not allowed' => '上传的文件格式未被允许',
  27. 'The uploaded image file is not a valid image' => '上传的图片文件不是有效的图像',
  28. 'The uploaded file is too large (%sMiB), Maximum file size:%sMiB' => '上传的文件太大(%sM),最大文件大小:%sM',
  29. 'No files have been uploaded or the file size exceeds the upload limit of the server' => '没有文件被上传或文件大小超出服务器上传限制!',
  30. 'Unknown' => '未知',
  31. // 权限类语言包-s
  32. 'Account not exist' => '帐户不存在',
  33. 'Account disabled' => '帐户已禁用',
  34. 'Token login failed' => '令牌登录失败',
  35. 'Username is incorrect' => '用户名不正确',
  36. 'Please try again after 1 day' => '登录失败次数超限,请在1天后再试',
  37. 'Password is incorrect' => '密码不正确',
  38. 'You are not logged in' => '你没有登录',
  39. // 权限类语言包-e
  40. // 时间格式化-s
  41. '%d second%s ago' => '%d秒前',
  42. '%d minute%s ago' => '%d分钟前',
  43. '%d hour%s ago' => '%d小时前',
  44. '%d day%s ago' => '%d天前',
  45. '%d week%s ago' => '%d周前',
  46. '%d month%s ago' => '%d月前',
  47. '%d year%s ago' => '%d年前',
  48. '%d second%s after' => '%d秒后',
  49. '%d minute%s after' => '%d分钟后',
  50. '%d hour%s after' => '%d小时后',
  51. '%d day%s after' => '%d天后',
  52. '%d week%s after' => '%d周后',
  53. '%d month%s after' => '%d月后',
  54. '%d year%s after' => '%d年后',
  55. // 时间格式化-e
  56. 'Cache cleaned~' => '缓存已清理,请刷新后台~',
  57. 'Please delete the child element first, or use batch deletion' => '请首先删除子元素,或使用批量删除!',
  58. 'Configuration write failed: %s' => '配置写入失败:%s',
  59. 'Token expiration' => '登录态过期,请重新登录!',
  60. ];