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 [
|
2016-01-29 22:05:05 +00: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' => '状态页面设置',
|
2017-05-06 10:07:33 +01:00
|
|
|
|
'show_support' => '您想支持 Cachet 么?',
|
2015-04-19 00:00:29 +08:00
|
|
|
|
'admin_account' => '管理员帐户',
|
|
|
|
|
'complete_setup' => '设置完成',
|
|
|
|
|
'completed' => 'Cachet已成功配置!',
|
|
|
|
|
'finish_setup' => '前往控制面板',
|
2017-05-06 10:10:36 +00:00
|
|
|
|
];
|