mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-22 18:55:43 +01:00
24 lines
690 B
PHP
24 lines
690 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' => '前往儀表板',
|
||
];
|