frontend.php 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?php
  2. /**
  3. * Author: lf
  4. * Blog: https://blog.feehi.com
  5. * Email: job@feehi.com
  6. * Created at: 2016-04-18 09:41
  7. */
  8. return [
  9. /*public*/
  10. 'Hi, Log in' => 'Hi, 请登录',
  11. 'Log out' => '退出登录',
  12. 'Sign up' => '注册',
  13. 'About us' => '关于我们',
  14. 'Contact us' => '联系我们',
  15. 'Search' => '搜索',
  16. 'Baidu' => '百度',
  17. 'Please input keywords' => '请输入关键字',
  18. 'Effective,Professional,Conform to SEO' => '高效,专业,符合SEO',
  19. 'Copyright, all rights reserved' => '版权所有,保留一切权利',
  20. 'If you forgot your password you can' => '忘记密码您可以',
  21. 'reset it' => '重置',
  22. 'Remember Me' => '记住登录',
  23. 'Well-chosen' => '精选导读',
  24. 'Latest Articles' => '最新发布',
  25. 'Related Recommends' => '相关推荐',
  26. 'Reproduced please indicate the source' => '转载请注明',
  27. 'Post my comment' => '发表我的评论',
  28. 'Change account' => '换个身份',
  29. 'Cancel comment' => '取消评论',
  30. 'Writing some...' => '写点什么...',
  31. 'Submit comment' => '提交评论',
  32. 'emoj' => '表情',
  33. 'Hi, Please fill' => 'Hi,您需要填写昵称和邮箱!',
  34. 'person posted' => '个小伙伴在吐槽',
  35. 'required' => '必填',
  36. 'Website' => '网址',
  37. 'The above error occurred while the Web server was processing your request.' => '服务器在处理您的请求中发生了以上错误',
  38. 'Please contact us if you think this is a server error. Thank you.' => '如果您认为是我们的服务器错误,请告知我们,谢谢!',
  39. 'Guest' => '游客',
  40. 'Welcome' => '欢迎',
  41. /*public*/
  42. /*site*/
  43. 'Hot Recommends' => '热门推荐',
  44. 'Cloud Tags' => '云标签',
  45. 'Email Subscribe' => '邮件订阅',
  46. 'Friendly Links' => '友情链接',
  47. 'Latest Comments' => '最新评论',
  48. 'Subscribe to the wonderful content' => '订阅精彩内容',
  49. 'Topics' => '个话题',
  50. 'Subscribe' => '订阅',
  51. 'said' => '说',
  52. 'Comments' => '评论',
  53. 'This username has already been taken' => '用户名已经被使用了',
  54. 'This email address has already been taken' => '邮箱已经被使用了',
  55. 'Please fill out the following fields to signup' => '请填写下面信息完成注册',
  56. 'SignUp' => '注册',
  57. "None category named {name}" => '未找到分类{name}',
  58. "Login" => "登录",
  59. "Incorrect username or password." => "用户名或者密码错误",
  60. /*site*/
  61. /*article*/
  62. "Return Home" => '返回首页',
  63. "Article id {id} is not exists" => "文章id {id}不存在",
  64. "Comment" => "评论",
  65. "Only commented user can visit this article" => "文章仅对评论过的用户可见,可以点击下方评论后查看",
  66. 'Like' => '赞',
  67. 'Share' => '分享',
  68. "Please input the password of article id {id} : {article}" => "请输入文章ID {id} : {article} 的密码",
  69. "Password error" => '密码错误',
  70. 'Go' => '确认',
  71. 'Only login user can visit this article' => '本文章仅对登录用户可见',
  72. 'Search keyword {keyword} results' => '搜索 {keyword} 的结果',
  73. 'Tag {tag} related articles' => 'Tag {tag} 的相关文章',
  74. 'Category {cat} articles' => '分类 {cat} 文章',
  75. 'Follow Wechat' => '微信公众号',
  76. 'Join group' => '加群啦',
  77. 'Official QQ group - main' => '官方QQ群-主群',
  78. 'FeehiCMS official QQ group number: {number}' => '飞嗨官方QQ群-主群 群号:{number},欢迎大家!',
  79. 'New generation CMS FeehiCMS' => 'Feehi cms 新一代内容管理系统',
  80. 'Highly recommend' => '吐血推荐',
  81. 'FeehiCMS based on yii2, support php7, makes website more excellent...' => 'Feehi cms是一款基于优秀php框架yii2开发的新一代cms系统,使用了php最新版本(php7)带来的新特性,会让网站显得内涵而出色...',
  82. 'Send email at someone replied' => '有人回复时邮件通知我',
  83. /*article*/
  84. /*comment*/
  85. 'This article is not allowed to comment' => '此文章不允许评论',
  86. 'Website closed comment' => '本站不允许评论',
  87. 'Comment waiting for approved.' => '您的评论正在排队审核中,请稍后!',
  88. 'a minutes ago' => '一分钟前',
  89. /*comment*/
  90. ];