frontend.php 4.2 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.' => '웹 서버가 귀하의 요청을 처리하는 동안 위의 오류가 발생했습니다.',
  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' => '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. );