frontend.php 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?php
  2. return array (
  3. 'Hi, Log in' => 'Hi, 請登錄',
  4. 'Log out' => '退出登錄',
  5. 'Sign up' => '註冊',
  6. 'About us' => '關於我們',
  7. 'Contact us' => '聯繫我們',
  8. 'Search' => '搜索',
  9. 'Baidu' => '百度',
  10. 'Please input keywords' => '請輸入關鍵字',
  11. 'Effective,Professional,Conform to SEO' => '高效,專業,符合SEO',
  12. 'Copyright, all rights reserved' => '版權所有,保留一切權利',
  13. 'If you forgot your password you can' => '忘記密碼您可以',
  14. 'reset it' => '重置',
  15. 'Remember Me' => '記住登錄',
  16. 'Well-chosen' => '精選導讀',
  17. 'Latest Articles' => '最新發布',
  18. 'Related Recommends' => '相關推薦',
  19. 'Reproduced please indicate the source' => '轉載請註明',
  20. 'Post my comment' => '發表我的評論',
  21. 'Change account' => '換個身份',
  22. 'Cancel comment' => '取消評論',
  23. 'Writing some...' => '寫點什麼...',
  24. 'Submit comment' => '提交評論',
  25. 'emoj' => '表情',
  26. 'Hi, Please fill' => 'Hi,您需要填寫暱稱和郵箱!',
  27. 'person posted' => '個小伙伴在吐槽',
  28. 'required' => '必填',
  29. 'Website' => '網址',
  30. 'The above error occurred while the Web server was processing your request.' => '服務器在處理您的請求中發生了以上錯誤',
  31. 'Please contact us if you think this is a server error. Thank you.' => '如果您認為是我們的服務器錯誤,請告知我們,謝謝!',
  32. 'Guest' => '遊客',
  33. 'Welcome' => '歡迎',
  34. 'Hot Recommends' => '熱門推薦',
  35. 'Cloud Tags' => '雲標籤',
  36. 'Email Subscribe' => '郵件訂閱',
  37. 'Friendly Links' => '友情鏈接',
  38. 'Latest Comments' => '最新評論',
  39. 'Subscribe to the wonderful content' => '訂閱精彩內容',
  40. 'Topics' => '個話題',
  41. 'Subscribe' => '訂閱',
  42. 'said' => '說',
  43. 'Comments' => '評論',
  44. 'This username has already been taken' => '用戶名已經被使用了',
  45. 'This email address has already been taken' => '郵箱已經被使用了',
  46. 'Please fill out the following fields to signup' => '請填寫下面信息完成註冊',
  47. 'SignUp' => '註冊',
  48. 'None category named {name}' => '未找到分類{name}',
  49. 'Login' => '登錄',
  50. 'Incorrect username or password.' => '用戶名或者密碼錯誤',
  51. 'Return Home' => '返回首頁',
  52. 'Article id {id} is not exists' => '文章id {id}不存在',
  53. 'Comment' => '評論',
  54. 'Only commented user can visit this article' => '文章僅對評論過的用戶可見,可以點擊下方評論後查看',
  55. 'Like' => '贊',
  56. 'Share' => '分享',
  57. 'Please input the password of article id {id} : {article}' => '請輸入文章ID {id} : {article} 的密碼',
  58. 'Password error' => '密碼錯誤',
  59. 'Go' => '確認',
  60. 'Only login user can visit this article' => '本文章僅對登錄用戶可見',
  61. 'Search keyword {keyword} results' => '搜索 {keyword} 的結果',
  62. 'Tag {tag} related articles' => 'Tag {tag} 的相關文章',
  63. 'Category {cat} articles' => '分類 {cat} 文章',
  64. 'Follow Wechat' => '微信公眾號',
  65. 'Join group' => '加群啦',
  66. 'Official QQ group - main' => '官方QQ群-主群',
  67. 'FeehiCMS official QQ group number: {number}' => '飛嗨官方QQ群-主群 群號:{number},歡迎大家!',
  68. 'New generation CMS FeehiCMS' => 'Feehi cms 新一代內容管理系統',
  69. 'Highly recommend' => '吐血推薦',
  70. 'FeehiCMS based on yii2, support php7, makes website more excellent...' => 'Feehi cms是一款基於優秀php框架yii2開發的新一代cms系統,使用了php最新版本(php7)帶來的新特性,會讓網站顯得內涵而出色...',
  71. 'Send email at someone replied' => '有人回复時郵件通知我',
  72. 'This article is not allowed to comment' => '此文章不允許評論',
  73. 'Website closed comment' => '本站不允許評論',
  74. 'Comment waiting for approved.' => '您的評論正在排隊審核中,請稍後!',
  75. 'a minutes ago' => '一分鐘前',
  76. );