add Korean translation
This commit is contained in:
Executable
+24
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Cachet.
|
||||
*
|
||||
* (c) Cachet HQ <support@cachethq.io>
|
||||
*
|
||||
* 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' => '대시보드로 이동',
|
||||
'allow_tracking' => '익명 사용 추적 허용',
|
||||
];
|
||||
Reference in New Issue
Block a user