2015-11-11 21:17:20 +08:00
|
|
|
|
<?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 [
|
2016-01-29 22:05:05 +00:00
|
|
|
|
'setup' => '安裝',
|
|
|
|
|
'title' => '安裝 Cachet',
|
|
|
|
|
'service_details' => '服務詳細信息',
|
2015-11-11 21:17:20 +08:00
|
|
|
|
'env_setup' => '环境设置',
|
2016-01-29 22:05:05 +00:00
|
|
|
|
'status_page_setup' => '設置狀態頁面',
|
2015-11-11 21:17:20 +08:00
|
|
|
|
'show_support' => '您想支持Cachet么?',
|
2016-01-29 22:05:05 +00:00
|
|
|
|
'admin_account' => '管理員帳戶',
|
|
|
|
|
'complete_setup' => '完成安裝',
|
|
|
|
|
'completed' => '成功安裝 Cachet !',
|
|
|
|
|
'finish_setup' => '前往儀表板',
|
2015-11-11 21:17:20 +08:00
|
|
|
|
];
|