Updated translations, removed zh-TW and minor tweaks
This commit is contained in:
Regular → Executable
+21
-14
@@ -21,6 +21,8 @@ return [
|
||||
'site_timezone' => 'Pilih Zona Waktu',
|
||||
'site_locale' => 'Pilih Bahasa',
|
||||
'enable_google2fa' => 'Aktifkan Otentikasi Dua Faktor dengan Google',
|
||||
'cache_driver' => 'Driver Cache',
|
||||
'session_driver' => 'Driver Sesi',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
@@ -31,18 +33,22 @@ return [
|
||||
'invalid' => 'Email atau password tidak benar',
|
||||
'invalid-token' => 'Token tidak benar',
|
||||
'cookies' => 'Mohon aktifkan cookies untuk login.',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => 'Nama',
|
||||
'status' => 'Status',
|
||||
'component' => 'Komponen',
|
||||
'message' => 'Pesan',
|
||||
'message-help' => 'Anda juga bisa menggunakan Markdown.',
|
||||
'scheduled_at' => 'Berapa lama pemeliharaan ini dijadwalkan?',
|
||||
|
||||
'templates' => [
|
||||
'name' => 'Nama',
|
||||
'status' => 'Status',
|
||||
'component' => 'Komponen',
|
||||
'message' => 'Pesan',
|
||||
'message-help' => 'Anda juga bisa menggunakan Markdown.',
|
||||
'scheduled_at' => 'Berapa lama pemeliharaan ini dijadwalkan?',
|
||||
'incident_time' => 'Kapan insiden ini terjadi?',
|
||||
'notify_subscribers' => 'Beritahu subscriber',
|
||||
'visibility' => 'Tampilan Insiden',
|
||||
'public' => 'Bisa dilihat oleh publik',
|
||||
'logged_in_only' => 'Hanya bisa dilihat oleh yang login',
|
||||
'templates' => [
|
||||
'name' => 'Nama',
|
||||
'template' => 'Template',
|
||||
],
|
||||
@@ -89,15 +95,17 @@ return [
|
||||
'site-timezone' => 'Zona Waktu',
|
||||
'site-locale' => 'Bahasa',
|
||||
'date-format' => 'Format Tanggal',
|
||||
'incident-date-format' => 'Format Waktu Insiden',
|
||||
'display-graphs' => 'Tampilkan grafik di halaman status?',
|
||||
'about-this-page' => 'Tentang halaman ini',
|
||||
'days-of-incidents' => 'Berapa hari insiden akan ditampilkan?',
|
||||
'banner' => 'Gambar Banner',
|
||||
'banner-help' => 'Disarankan gambar yang anda unggah tidak lebih lebar dari 930px.',
|
||||
'analytics_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
'analytics_google' => 'Kode Google Analytics',
|
||||
'analytics_gosquared' => 'Kode GoSquared Analytics',
|
||||
'analytics_piwik_url' => 'URL Piwik anda (tanpa http(s)://)',
|
||||
'analytics_piwik_siteid' => 'ID situs Piwik',
|
||||
'subscribers' => 'Bolehkan pengunjung mendaftar notifikasi email?',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Domain yang dibolehkan',
|
||||
@@ -109,7 +117,6 @@ return [
|
||||
'theme' => [
|
||||
'background-color' => 'Warna Latar',
|
||||
'text-color' => 'Warna Teks',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user