| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?php
- return array (
- 'Install guide' => '설치 가이드',
- 'Please chose language' => '언어를 선택하세요',
- 'FeehiCMS license agreement' => 'FeehiCMS 라이선스 계약',
- 'Accept' => '동의하기',
- 'Decline' => '쇠퇴',
- 'Check Environment' => '환경 확인',
- 'Fill Info' => '정보 채우기',
- 'Success' => '성공',
- 'Environment' => '환경',
- 'Recommends' => '추천',
- 'Least Required' => '최소 필요',
- 'OS' => 'OS',
- 'Current' => '흐름',
- 'Unix-like' => '유닉스 계열',
- 'Unrestricted' => '무제한',
- 'Required' => '필수',
- 'Yes' => '예',
- 'No' => '아니',
- 'Module' => '기준 치수',
- 'Directory File Permission' => '디렉토리 파일 권한',
- 'Writable' => '쓰기 가능',
- 'Readable' => '읽기 가능',
- 'Other' => '다른',
- 'Upload Limit' => '업로드 제한',
- 'Refresh' => '새롭게 하다',
- 'Next' => '다음',
- 'Forbidden' => '금지',
- 'Database' => '데이터 베이스',
- 'Type' => '유형',
- 'Recommend MySQL' => 'MySQL 권장',
- 'DB Host' => 'DB 호스트',
- 'DB Port' => 'DB 포트',
- 'DB Username' => 'DB 사용자 이름',
- 'DB Password' => 'DB 비밀번호',
- 'Table Prefix' => '테이블 접두사',
- 'DB Name' => 'DB 이름',
- 'Website' => '웹 사이트',
- 'Title' => '표제',
- 'Site Url' => '사이트 URL',
- 'Keywords' => '키워드',
- 'Description' => '기술',
- 'Administrator' => '관리자',
- 'Username' => '사용자 이름',
- 'Password' => '암호',
- 'Re-password' => '재 암호',
- 'Email' => '이메일',
- 'Prev' => '이전',
- 'Install' => '설치',
- '{attribute} cannot be empty' => '{attribute}는 비워 둘 수 없습니다.',
- 'Database Username' => '데이터베이스 사용자 이름',
- 'Database Password' => '데이터베이스 비밀번호',
- 'Database Name' => '데이터베이스 이름',
- 'Admin Username' => '관리자 사용자 이름',
- 'Database table prefix' => '데이터베이스 테이블 접두사',
- 'Database host, SQLite like `/path/to/feehi.db`, other database often is localhost' => '데이터베이스 호스트,`/ path / to / feehi.db`와 같은 SQLite, 다른 데이터베이스는 종종 localhost입니다.',
- 'Default MySQL 3306, PostgreSQL 5432' => '기본 MySQL 3306, PostgreSQL 5432',
- 'Please end at "/"' => '"/"로 끝나십시오.',
- 'Admin Password' => '관리자 비밀번호',
- 'Repeat Password' => '비밀번호 반복',
- 'Super administrator, own the whole permission' => '최고 관리자, 전체 권한을 소유',
- 'Verifying, do no refresh this window.' => '확인 중입니다.이 창을 새로 고치지 마십시오.',
- 'Cannot find database host' => '데이터베이스 호스트를 찾을 수 없습니다.',
- 'Repeat password is not equal password' => '반복 비밀번호가 동일한 비밀번호가 아닙니다.',
- 'Access to database `{database}` error. Maybe permission denied' => '데이터베이스`{database}`에 대한 액세스 오류입니다. 허가가 거부되었을 수 있습니다.',
- 'For your site security, please remove the directory install! and, backup common/config/main-local.php' => '사이트 보안을 위해 설치 디렉토리를 제거하십시오! 및 백업 common / config / main-local.php',
- 'Congratulations! Success installed' => '축하합니다! 설치 성공',
- 'Create database error, please create yourself and retry' => '데이터베이스 생성 오류입니다. 직접 생성 한 후 다시 시도하십시오.',
- 'Please check your environment to suite the cms' => 'cms에 맞는 환경을 확인하십시오.',
- ' If environment have been suit to the cms please check php session can set correctly' => ' 환경이 cms에 적합하다면 PHP 세션이 올바르게 설정되었는지 확인하십시오.',
- 'Create table {table} finished' => '{table} 테이블 만들기 완료',
- 'Create table {table} index {index} finished' => '{table} 인덱스 {index} 테이블 만들기 완료',
- 'Insert table {table} data finished' => '테이블 {table} 데이터 삽입 완료',
- 'finished' => '끝마친',
- 'error' => '오류',
- 'go Frontend' => '프런트 엔드로 이동',
- 'go Backend' => '백엔드로 이동',
- 'Has been installed, if you want to reinstall please remove {lock_file} and try it again' => '이미 설치되어 있습니다. 다시 설치하려면 {lock_file}을 제거하고 다시 시도하십시오.',
- 'Finish Install' => '설치 완료',
- 'Installing' => '설치 중',
- 'Installed success;but update write config file error.please update common/config/main-local.php components db section.' => '성공적으로 설치되었지만 구성 파일 쓰기 오류를 업데이트하십시오. common / config / main-local.php 구성 요소 db 섹션을 업데이트하십시오.',
- 'Touch install lock file {lock_file} failed,please touch file handled' => '잠금 파일 {lock_file}을 터치하지 못했습니다. 처리 된 파일을 터치하세요.',
- );
|