mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 11:16:05 +01:00
24 lines
1001 B
PHP
24 lines
1001 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' => 'ตั้งค่า',
|
|
'title' => 'ติดตั้ง Cachet',
|
|
'service_details' => 'รายละเอียดของ Services',
|
|
'env_setup' => 'ตั้งค่าสภาพแวดล้อม',
|
|
'status_page_setup' => 'ตั้งค่าหน้าแสดงสถานะ',
|
|
'show_support' => 'แสดงการสนับสนุน Cachet',
|
|
'admin_account' => 'บัญชีผู้ดูแลระบบ',
|
|
'complete_setup' => 'ติดตั้งเสร็จสมบูรณ์',
|
|
'completed' => 'การปรับแต่ง Cachet สำเร็จ!',
|
|
'finish_setup' => 'ไปที่หน้า Dashboard',
|
|
];
|