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

    <?php
/**
 * Project: Catfish CMS.
 * Author: A.J <804644245@qq.com>
 * Copyright: http://www.catfish-cms.com All rights reserved.
 * Date: 2016/11/30
 */
return [
    'Catfish' => 'Catfish (메기)',
    'Setup Wizard' => '설치 마법사',
    'Catfish installation' => 'Catfish 설치',
    'Accept' => '수락',
    'Environment' => '검색 환경을',
    'Create the data' => '데이터 생성',
    'Finish installation' => '설치 완료',
    'Environmental testing items' => '환경 시험',
    'Recommended configuration' => '추천 설정',
    'Current condition' => '현재 상태',
    'Minimum requirements' => '최소 요구 사항',
    'Operating system' => '운영 체제',
    'Unix-like' => '클래스 UNIX',
    'Not limited' => '제한 없음',
    'PHP version' => 'PHP 버전',
    'Open' => '열다',
    'Attachment upload' => '첨부 파일 업로드',
    'Directory, file permissions check' => '디렉토리, 파일 사용 권한 확인',
    'Write' => '쓰다',
    'Read' => '읽기',
    'Writable' => '쓰기 가능',
    'Not writable' => '쓰기 가능하지 않음',
    'Readable' => '읽을 수있는',
    'Unreadable' => '읽을 수 없음',
    'Re-test' => '다시 검사하다',
    'Next step' => '다음 단계',
    'Site Information' => '사이트 정보',
    'The database server' => '데이터베이스 서버',
    'Database server address, usually localhost' => '데이터베이스 서버 주소, 일반적으로 위해 localhost',
    'The database port' => '데이터베이스 포트',
    'The database server port, typically 3306' => '데이터베이스 서버 포트, 일반적으로 3306',
    'The database user name' => '데이터베이스 이름',
    'The database password' => '데이터베이스 암호',
    'The database name' => '데이터베이스 이름',
    'Database table prefix' => '데이터베이스 접두사',
    'Site title' => '사이트 제목',
    'You can modify the site name at any time in the background' => '당신은 언제든지 수정 사이트 이름',
    'Founder Information' => '창시자 정보',
    'The administrator account' => '관리자 계정',
    'The administrator password' => '관리자 암호를',
    'The administrator password can not be shorter than 8 characters' => '관리자 암호를 길이 못 < 8 글자',
    'E-mail' => '이메일',
    'Confirm password' => '반복 암호',
    'Previous' => '전에 한 걸음',
    'Installation will be completed, rest for a while now!' => '당장 설치 완료, 잠깐!',
    'Congratulations! Installation has been completed!' => '축하드려요, 설치 완료!',
    'Thank you for your support of the Catfish CMS system!' => '감사합니다. 사용 Catfish CMS!',
    'Is not still immersed in the installation of happiness, but the installation is over, then you will continue to use the site in the process of happiness, let us start!' => '너 아직도 즐거운 설치 해, 하지만 설치 이미 끝났어, 사용 사이트 도 아주 행복한, 시작할까요!',
    'Enter the home page' => '방문 홈페이지',
    'Into the background' => '방문 관리 페이지',
    'Turned on' => '켜졌습니다',
    'Unopened' => '열리지 않은',
    'Upload is prohibited' => '업로드 금지',
    'Support' => '지원',
    'Not support' => '지원하지 않는',
    'The database server must be filled out' => '데이터베이스 서버 반드시 기입하다',
    'The database port must be filled in' => '데이터베이스 포트 반드시 기입하다',
    'The database port must be a number' => '데이터베이스 포트 반드시 숫자',
    'The database user name must be filled in' => '사용자 이름 반드시 기입하다',
    'The database name must be filled in' => '데이터베이스 이름 반드시 기입하다',
    'The administrator account must be filled in' => '관리자 계정, 반드시 기입하다',
    'The administrator password is required' => '관리자 암호를 작성해야합니다',
    'The administrator password can not be less than 8 characters' => '관리자 암호를 못 < 8 글자',
    'Confirm password is required' => '암호 확인 필요',
    'Email is required' => '전자 우편 반드시 기입하다',
    'Email format is incorrect' => '전자 우편 주소 형식 오류',
    'The "Administrator Password" and "Confirm Password" must be the same' => '"관리자 암호"와 "암호 확인"이 동일해야합니다.',
    'Database information error' => '데이터베이스 정보 오류',
    'Another Catfish CMS site' => '또 하나의 Catfish (메기) CMS 사이트',
    'Catfish CMS' => 'Catfish (메기) CMS',
    'Installation completed' => '설치 완료',
    'If you use an existing database, replace it with the actual database name' => '기존 데이터베이스를 사용하는 경우 실제 데이터베이스 이름으로 바꾸십시오',
    'Bad database name' => '잘못된 데이터베이스 이름'
];