frontend.php 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?php
  2. return array (
  3. 'Hi, Log in' => 'こんにちは、ログイン',
  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' => 'emoj',
  26. 'Hi, Please fill' => 'こんにちは、ご記入ください',
  27. 'person posted' => '投稿した人',
  28. 'required' => '必須',
  29. 'Website' => 'ウェブサイト',
  30. 'The above error occurred while the Web server was processing your request.' => '上記のエラーは、Webサーバーが要求を処理しているときに発生しました。',
  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}の関連記事にタグを付ける',
  63. 'Category {cat} articles' => 'カテゴリ{cat}の記事',
  64. 'Follow Wechat' => 'フォローする',
  65. 'Join group' => 'グループに参加',
  66. 'Official QQ group - main' => '公式QQグループ-メイン',
  67. 'FeehiCMS official QQ group number: {number}' => 'FeehiCMS公式QQグループ番号:{number}',
  68. 'New generation CMS FeehiCMS' => '新世代のCMS FeehiCMS',
  69. 'Highly recommend' => '強くお勧めします',
  70. 'FeehiCMS based on yii2, support php7, makes website more excellent...' => 'yii2に基づくFeehiCMS、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' => '1分前',
  76. );