mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 11:43:33 +01:00
15 lines
540 B
PHP
15 lines
540 B
PHP
<?php
|
||
|
||
return [
|
||
'setup' => '设置',
|
||
'title' => '安装 Cachet',
|
||
'service_details' => '服务细节',
|
||
'status_page_setup' => '状态页面设置',
|
||
'show_support' => '想支持Cachet?<small>在页脚放Cachet的链接吧</small>',
|
||
'admin_account' => '管理员帐户',
|
||
'complete_setup' => '设置完成',
|
||
'completed' => 'Cachet已成功配置!',
|
||
'finish_setup' => '前往控制面板',
|
||
'allow_tracking' => '允许匿名用量跟踪吗?',
|
||
];
|