mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 05:28:18 +01:00
24 lines
747 B
PHP
24 lines
747 B
PHP
<?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' => '대시보드로 이동',
|
|
];
|