zh-cn.php 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?php
  2. return [
  3. 'Home' => '首页',
  4. 'Default' => '默认',
  5. 'Views' => '浏览次数',
  6. 'Post date' => '发布日期',
  7. 'All' => '全部',
  8. 'Hot news' => '热门资讯',
  9. 'Hot tags' => '热门标签',
  10. 'Recommend news' => '推荐资讯',
  11. 'Recommend download' => '推荐下载',
  12. 'Comments' => '评论',
  13. 'Tags' => '标签',
  14. 'View more' => '查看更多',
  15. 'View detail' => '查看详情',
  16. 'Month' => '月',
  17. 'Prev' => '上一篇',
  18. 'Next' => '下一篇',
  19. 'Comment list' => '评论列表',
  20. 'Favourite' => '收藏',
  21. 'Share' => '分享',
  22. 'Report' => '举报',
  23. 'Rejected' => '已拒绝',
  24. 'Error report' => '错误反馈',
  25. 'Recently update' => '最新更新',
  26. 'All categories' => '所有分类',
  27. 'Article category' => '本文分类',
  28. 'Article tags' => '本文标签',
  29. 'Article views' => '浏览次数',
  30. 'Article url' => '本文链接',
  31. 'Search for %s' => '查找 “%s”',
  32. 'Search more %s' => '查找更多 “%s”',
  33. 'Empty' => '暂无内容',
  34. 'Upload' => '上传',
  35. 'Uploading' => '上传中',
  36. 'Choose' => '选择',
  37. 'Array key' => '键',
  38. 'Array value' => '值',
  39. 'No specified article found' => '未找到指定的文章',
  40. 'No specified channel found' => '未找到指定的栏目',
  41. 'No specified model found' => '未找到指定的模型',
  42. 'No specified tags found' => '未找到指定的标签',
  43. 'No specified page found' => '未找到指定的单页',
  44. 'No specified special found' => '未找到指定的专题',
  45. 'No specified addon article found' => '未找到指定副表数据',
  46. 'Operation completed' => '操作成功!',
  47. 'Operation failed' => '操作失败!',
  48. 'Unknown data format' => '未知的数据格式!',
  49. 'Network error' => '网络错误!',
  50. '%d second%s ago' => '%d秒前',
  51. '%d minute%s ago' => '%d分钟前',
  52. '%d hour%s ago' => '%d小时前',
  53. '%d day%s ago' => '%d天前',
  54. '%d week%s ago' => '%d周前',
  55. '%d month%s ago' => '%d月前',
  56. '%d year%s ago' => '%d年前',
  57. 'Verify email' => '邮箱验证',
  58. 'Change password' => '修改密码',
  59. 'Captcha is incorrect' => '验证码不正确',
  60. 'Logged in successful' => '登录成功',
  61. 'Logout successful' => '注销成功',
  62. 'Invalid parameters' => '参数不正确',
  63. 'Change password failure' => '修改密码失败',
  64. 'Change password successful' => '修改密码成功',
  65. 'Reset password successful' => '重置密码成功',
  66. 'Account is locked' => '账户已经被锁定',
  67. 'Password is incorrect' => '密码不正确',
  68. 'Account is incorrect' => '账户不正确',
  69. 'Account not exist' => '账户不存在',
  70. 'Account can not be empty' => '账户不能为空',
  71. 'Username or password is incorrect' => '用户名或密码不正确',
  72. 'Sign up successful' => '注册成功',
  73. 'Username can not be empty' => '用户名不能为空',
  74. 'Username must be 6 to 30 characters' => '用户名必须6-30个字符',
  75. 'Password can not be empty' => '密码不能为空',
  76. 'Password must be 6 to 30 characters' => '密码必须6-30个字符',
  77. 'Mobile is incorrect' => '手机格式不正确',
  78. 'Username already exist' => '用户名已经存在',
  79. 'Nickname already exist' => '昵称已经存在',
  80. 'Email already exist' => '邮箱已经存在',
  81. 'Mobile already exist' => '手机号已经存在',
  82. 'Username is incorrect' => '用户名不正确',
  83. 'Email is incorrect' => '邮箱不正确',
  84. 'You are not logged in' => '你当前还未登录',
  85. 'You\'ve logged in, do not login again' => '你已经存在,请不要重复登录',
  86. 'Become VIP %s to browser' => '需要VIP %s 才能访问',
  87. 'Become VIP %s to download' => '需要VIP %s 才能下载',
  88. 'User not found' => '账号未找到',
  89. ];