2015-04-19 00:00:29 +08:00
|
|
|
|
<?php
|
|
|
|
|
|
2015-04-19 08:52:39 +01:00
|
|
|
|
/*
|
|
|
|
|
* This file is part of Cachet.
|
|
|
|
|
*
|
2015-07-06 17:37:01 +01:00
|
|
|
|
* (c) Alt Three Services Limited
|
2015-04-19 08:52:39 +01:00
|
|
|
|
*
|
|
|
|
|
* For the full copyright and license information, please view the LICENSE
|
|
|
|
|
* file that was distributed with this source code.
|
|
|
|
|
*/
|
|
|
|
|
|
2015-04-19 00:00:29 +08:00
|
|
|
|
return [
|
2015-11-11 10:53:36 +08:00
|
|
|
|
'setup' => '安装设置',
|
2015-04-19 00:00:29 +08:00
|
|
|
|
'title' => '安装 Cachet',
|
|
|
|
|
'service_details' => '服务细节',
|
2015-06-23 22:00:05 +08:00
|
|
|
|
'env_setup' => '环境设置',
|
2015-04-19 00:00:29 +08:00
|
|
|
|
'status_page_setup' => '状态页面设置',
|
2015-06-16 09:07:49 +01:00
|
|
|
|
'show_support' => '您想支持Cachet么?',
|
2015-04-19 00:00:29 +08:00
|
|
|
|
'admin_account' => '管理员帐户',
|
|
|
|
|
'complete_setup' => '设置完成',
|
|
|
|
|
'completed' => 'Cachet已成功配置!',
|
|
|
|
|
'finish_setup' => '前往控制面板',
|
|
|
|
|
];
|