New translations setup.php (Korean)
This commit is contained in:
23
resources/lang/ko-KR/setup.php
Normal file
23
resources/lang/ko-KR/setup.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Cachet.
|
||||
*
|
||||
* (c) Alt Three Services Limited
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => '설치',
|
||||
'title' => 'Cachet 설치',
|
||||
'service_details' => '서비스 상세정보',
|
||||
'env_setup' => '환경 설정',
|
||||
'status_page_setup' => '상태 페이지 설정',
|
||||
'show_support' => 'Cachet 에 대한 지원을 표시',
|
||||
'admin_account' => '관리자 계정',
|
||||
'complete_setup' => '설치 완료',
|
||||
'completed' => 'Cachet 이 성공적으로 설정되었습니다.',
|
||||
'finish_setup' => '대시보드로 이동',
|
||||
];
|
||||
Reference in New Issue
Block a user