From 3019e8154929f69bbbc56e26e67fa48fe1409e81 Mon Sep 17 00:00:00 2001 From: CachetBot <40326150+CachetBot@users.noreply.github.com> Date: Sun, 17 Jun 2018 07:34:30 +0100 Subject: [PATCH] New translations forms.php (Indonesian) --- resources/lang/id-ID/forms.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index 381bb70d..23169b4e 100644 --- a/resources/lang/id-ID/forms.php +++ b/resources/lang/id-ID/forms.php @@ -154,6 +154,7 @@ return [ 'about-this-page' => 'Tentang halaman ini', 'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?', 'time_before_refresh' => 'Status page refresh rate (in seconds)', + 'major_outage_rate' => 'Major outage threshold (in %)', 'banner' => 'Gambar Banner', 'banner-help' => "It's recommended that you upload files no bigger than 930px wide", 'subscribers' => 'Bolehkan pengunjung mendaftar notifikasi email?', @@ -177,8 +178,10 @@ return [ 'incident-date-format' => 'Format Waktu Insiden', ], 'security' => [ - 'allowed-domains' => 'Domain yang dibolehkan', - 'allowed-domains-help' => 'Pisahkan dengan koma. Domain yang ada di atas otomatis akan dibolehkan.', + 'allowed-domains' => 'Domain yang dibolehkan', + 'allowed-domains-help' => 'Pisahkan dengan koma. Domain yang ada di atas otomatis akan dibolehkan.', + 'always-authenticate' => 'Always authenticate', + 'always-authenticate-help' => 'Require login to view any Cachet page', ], 'stylesheet' => [ 'custom-css' => 'Stylesheet Kustom',