mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-18 05:58:18 +01:00
39edcc648d
[ci skip] [skip ci]
24 lines
817 B
PHP
24 lines
817 B
PHP
<?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' => 'Cài đặt',
|
|
'title' => 'Cài đặt Cachet',
|
|
'service_details' => 'Chi tiết DỊch vụ',
|
|
'env_setup' => 'Thiết lập môi trường',
|
|
'status_page_setup' => 'Cài đặt Trang Trạng thái',
|
|
'show_support' => 'Hiển thị hỗ trợ cho Cachet?',
|
|
'admin_account' => 'Tài khoản người quản trị',
|
|
'complete_setup' => 'Hoàn tất cài đặt',
|
|
'completed' => 'Cachet đã được cấu hình thành công!',
|
|
'finish_setup' => 'Đi đến bảng điều khiển',
|
|
];
|