mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 05:28:18 +01:00
39edcc648d
[ci skip] [skip ci]
24 lines
807 B
PHP
24 lines
807 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' => 'Instalasi',
|
|
'title' => 'Instalasi Cachet',
|
|
'service_details' => 'Detail Layanan',
|
|
'env_setup' => 'Setup lingkungan',
|
|
'status_page_setup' => 'Penyiapan Halaman Status',
|
|
'show_support' => 'Tunjukkan dukungan untuk Cachet? <small>Tampilkan catatan di bawah halaman yang bertaut ke situs Cachet.</small>',
|
|
'admin_account' => 'Akun Administrator',
|
|
'complete_setup' => 'Selesaikan Instalasi',
|
|
'completed' => 'Cachet berhasil dikonfigurasi!',
|
|
'finish_setup' => 'Ke dashboard',
|
|
];
|