mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
24 lines
688 B
PHP
Executable File
24 lines
688 B
PHP
Executable File
<?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' => '前往控制面板',
|
||
];
|