24 lines
708 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
* This file is part of Cachet.
*
* (c) James Brooks <james@cachethq.io>
*
* 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' => '服务细节',
'status_page_setup' => '状态页面设置',
'show_support' => '想支持Cachet',
'admin_account' => '管理员帐户',
'complete_setup' => '设置完成',
'completed' => 'Cachet已成功配置',
'finish_setup' => '前往控制面板',
'allow_tracking' => '允许匿名用量跟踪吗?',
];