www.gusucode.com > Catfish(鲶鱼) CMS系统 PHP版 v4.8.21源码程序 > Catfishcms_v4.8.21/application/user/lang/ko-kr.php

    <?php
/**
 * Project: Catfish.
 * Author: A.J
 * Date: 2016/11/30
 */
return [
    'Catfish CMS' => 'Catfish CMS',
    'Keyword' => '키워드',
    'Search' => '검색',
    'Sign up' => '등록',
    'Log in' => '로그인',
    'User center' => '사용자 중심',
    'Sign out' => '로그 아웃',
    'Edit my profile' => '수정 데이터',
    'Change password' => '비밀번호 변경',
    'Edit avatar' => '편집 아바타',
    'Select Image' => '그림 선택',
    'My collection' => '내 모음집',
    'My comments' => '내 평론',
    'Old password' => '기존 비밀번호',
    'New password' => '새 비밀번호',
    'Confirm the new password' => '새 암호 확인',
    'Save' => '저장',
    'Personal Center' => '개인 센터',
    'Nickname' => '별명',
    'Gender' => '성별',
    'Secrecy' => '비밀',
    'Male' => '남성',
    'Female' => '여자',
    'Birthday' => '생일',
    'Unfilled' => '아직 기입하다',
    'Personal URL' => '개인 사이트',
    'Signature' => '개성 서명',
    'Edit' => '편집하다',
    'Comments' => '평론 내용',
    'Comment time' => '평론 시간',
    'View original' => '원문',
    'Operation' => '조작',
    'Original' => '원문',
    'Delete' => '삭제',
    'Title' => '제목',
    'Description' => '설명',
    'Collection time' => '수집 시간',
    'Save the avatar' => '저장 아바타',
    'The original password must be filled in' => '원래 비밀번호 반드시 기입하다',
    'The new password must be filled in' => '새 비밀번호 반드시 기입하다',
    'Confirm the new password must be filled out' => '비밀번호 확인 반드시 기입하다',
    'Confirm the password must be the same as the password' => '비밀번호 확인 반드시 및 비밀번호 같다',
    'The original password is wrong' => '원래 비밀번호 오류',
    'Please upload your avatar' => '좀 업로드 아바타',
    'E-mail' => '이메일',
    'Mobile phone' => '휴대 전화',
    'E-mail address is required' => '전자 메일을 완료해야합니다.',
    'The e-mail format is incorrect' => '전자 메일 형식 오류'
];