diff --git a/resources/lang/id/setup.php b/resources/lang/id/setup.php new file mode 100644 index 00000000..e8fd208f --- /dev/null +++ b/resources/lang/id/setup.php @@ -0,0 +1,23 @@ + + * + * 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? Tampilkan catatan di bawah halaman yang bertaut ke situs Cachet.', + 'admin_account' => 'Akun Administrator', + 'complete_setup' => 'Selesaikan Instalasi', + 'completed' => 'Cachet berhasil dikonfigurasi!', + 'finish_setup' => 'Ke dashboard', + 'allow_tracking' => 'Aktifkan tracking penggunaan anonim?', +];