mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-24 03:34:12 +01:00
26 lines
915 B
PHP
26 lines
915 B
PHP
<?php
|
|
|
|
/*
|
|
* This file is part of Cachet.
|
|
*
|
|
* (c) James Brooks <james@cachethq.io>
|
|
* (c) Joseph Cohen <joe@cachethq.io>
|
|
* (c) Graham Campbell <graham@cachethq.io>
|
|
*
|
|
* 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',
|
|
'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',
|
|
'allow_tracking' => 'Aktifkan tracking penggunaan anonim?',
|
|
];
|