2015-05-14 16:48:54 +07:00
< ? php
/*
* This file is part of Cachet .
*
2015-07-06 17:37:01 +01:00
* ( c ) Alt Three Services Limited
2015-05-14 16:48:54 +07:00
*
* For the full copyright and license information , please view the LICENSE
* file that was distributed with this source code .
*/
return [
'dashboard' => 'Dashboard' ,
// Incidents
'incidents' => [
'title' => 'Insiden & Penjadwalan' ,
'incidents' => 'Insiden' ,
'logged' => '{0} Tidak ada insiden, bagus.|Anda mencatat satu insiden.|Anda sudah melaporkan <strong>:count</strong> insiden.' ,
'incident-create-template' => 'Buat Template' ,
'incident-templates' => 'Template Insiden' ,
'add' => [
'title' => 'Tambahkan Insiden' ,
2016-03-20 16:26:21 +00:00
'success' => 'Incident added.' ,
'failure' => 'There was an error adding the incident, please try again.' ,
2015-05-14 16:48:54 +07:00
],
'edit' => [
'title' => 'Edit insiden' ,
'success' => 'Insiden sudah diperbarui.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'There was an error editing the incident, please try again.' ,
2015-05-14 16:48:54 +07:00
],
2016-01-29 22:05:05 +00:00
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The incident could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
2015-05-14 16:48:54 +07:00
// Incident templates
'templates' => [
'title' => 'Template Insiden' ,
'add' => [
'title' => 'Buat template insiden' ,
2016-02-18 14:16:40 +00:00
'message' => 'You should add an incident template.' ,
2016-03-20 16:26:21 +00:00
'success' => 'Your new incident template has been created.' ,
'failure' => 'Something went wrong with the incident template.' ,
2015-05-14 16:48:54 +07:00
],
'edit' => [
'title' => 'Edit Template' ,
2016-03-20 16:26:21 +00:00
'success' => 'The incident template has been updated.' ,
'failure' => 'Something went wrong updating the incident template' ,
2015-05-14 16:48:54 +07:00
],
2016-01-29 22:05:05 +00:00
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'The incident template has been deleted.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The incident template could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
2015-05-14 16:48:54 +07:00
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Jadwal Pemeliharaan' ,
2016-01-29 22:05:05 +00:00
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.' ,
2015-05-14 16:48:54 +07:00
'scheduled_at' => 'Dijadwalkan pada :timestamp' ,
'add' => [
2016-03-20 16:26:21 +00:00
'title' => 'Add Scheduled Maintenance' ,
'success' => 'Schedule added.' ,
'failure' => 'Something went wrong adding the schedule, please try again.' ,
2015-05-14 16:48:54 +07:00
],
'edit' => [
2016-03-20 16:26:21 +00:00
'title' => 'Edit Scheduled Maintenance' ,
'success' => 'Schedule has been updated!' ,
'failure' => 'Something went wrong editing the schedule, please try again.' ,
2015-05-14 16:48:54 +07:00
],
'delete' => [
2016-03-20 16:26:21 +00:00
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.' ,
'failure' => 'The scheduled maintenance could not be deleted, please try again.' ,
2015-05-14 16:48:54 +07:00
],
],
// Components
'components' => [
'components' => 'Komponen' ,
'component_statuses' => 'Status Komponen' ,
'listed_group' => 'Dikelompokkan dalam :name' ,
'add' => [
'title' => 'Tambahkan Komponen' ,
'message' => 'Anda perlu menambahkan komponen.' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component created.' ,
'failure' => 'Something went wrong with the component, please try again.' ,
2015-05-14 16:48:54 +07:00
],
'edit' => [
'title' => 'Edit komponen' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component updated.' ,
'failure' => 'Something went wrong with the component, please try again.' ,
2015-05-14 16:48:54 +07:00
],
2016-01-29 22:05:05 +00:00
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'The component has been deleted!' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The component could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
2015-05-14 16:48:54 +07:00
// Component groups
'groups' => [
2015-05-16 20:41:17 +07:00
'groups' => 'Grup komponen|Grup komponen' ,
2015-05-14 16:48:54 +07:00
'no_components' => 'Anda perlu menambahkan grup komponen.' ,
2015-05-16 14:52:01 +01:00
'add' => [
2015-05-14 16:48:54 +07:00
'title' => 'Tambahkan grup komponen' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component group added.' ,
'failure' => 'Something went wrong with the component group, please try again.' ,
2015-05-14 16:48:54 +07:00
],
'edit' => [
'title' => 'Edit grup komponen' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component group updated.' ,
'failure' => 'Something went wrong with the component group, please try again.' ,
2015-05-14 16:48:54 +07:00
],
2016-01-29 22:05:05 +00:00
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'Component group has been deleted!' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The component group could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
2015-05-14 16:48:54 +07:00
],
],
// Metrics
'metrics' => [
'metrics' => 'Metrik' ,
'add' => [
'title' => 'Buat metrik' ,
2016-02-18 14:16:40 +00:00
'message' => 'You should add a metric.' ,
2016-03-20 16:26:21 +00:00
'success' => 'Metric created.' ,
'failure' => 'Something went wrong with the metric, please try again.' ,
2015-05-14 16:48:54 +07:00
],
'edit' => [
'title' => 'Edit metrik' ,
2016-03-20 16:26:21 +00:00
'success' => 'Metric updated.' ,
'failure' => 'Something went wrong with the metric, please try again.' ,
2015-05-14 16:48:54 +07:00
],
2016-01-29 22:05:05 +00:00
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'The metric has been deleted and will no longer display on your status page.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The metric could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
2015-05-14 16:48:54 +07:00
],
2015-08-08 14:46:08 +01:00
// Subscribers
'subscribers' => [
2016-03-20 16:26:21 +00:00
'subscribers' => 'Berlangganan' ,
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.' ,
'verified' => 'Terverifikasi' ,
'not_verified' => 'Belum Diverifikasi' ,
'subscriber' => ':email, subscribed :date' ,
'no_subscriptions' => 'Subscribed to all updates' ,
'add' => [
2016-01-29 22:05:05 +00:00
'title' => 'Tambah Pelanggan Baru' ,
'success' => 'Pelanggan sudah ditambahkan.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'Something went wrong adding the subscriber, please try again.' ,
2016-05-25 09:45:20 +01:00
'help' => 'Enter each subscriber on a new line.' ,
2015-08-08 14:46:08 +01:00
],
'edit' => [
2016-01-29 22:05:05 +00:00
'title' => 'Perbarui Pelanggan' ,
'success' => 'Pelanggan sudah diupdate.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'Something went wrong editing the subscriber, please try again.' ,
2015-08-08 14:46:08 +01:00
],
],
2015-05-14 16:48:54 +07:00
// Team
'team' => [
'team' => 'Tim' ,
'member' => 'Anggota' ,
'profile' => 'Profil' ,
'description' => 'Anggota Tim akan bisa menambahkan, mengubah & mengedit komponen dan insiden.' ,
'add' => [
'title' => 'Tambahkan Anggota Tim' ,
2016-03-20 16:26:21 +00:00
'success' => 'Team member added.' ,
'failure' => 'The team member could not be added, please try again.' ,
2015-05-14 16:48:54 +07:00
],
2015-06-16 09:07:49 +01:00
'edit' => [
2015-05-14 16:48:54 +07:00
'title' => 'Perbarui profil' ,
2016-03-20 16:26:21 +00:00
'success' => 'Profile updated.' ,
'failure' => 'Something went wrong updating the profile, please try again.' ,
2015-05-14 16:48:54 +07:00
],
2015-08-08 14:46:08 +01:00
'delete' => [
2016-01-29 22:05:05 +00:00
'success' => 'Pengguna sudah dihapus.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The team member could not be added, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'invite' => [
'title' => 'Undang Anggota Tim Baru' ,
'success' => 'Pengguna sudah diundang.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The invite could not be sent, please try again.' ,
2015-08-08 14:46:08 +01:00
],
2015-05-14 16:48:54 +07:00
],
// Settings
'settings' => [
'settings' => 'Pengaturan' ,
'app-setup' => [
'app-setup' => 'Pengaturan Aplikasi' ,
'images-only' => 'Hanya gambar yang bisa diunggah.' ,
'too-big' => 'Berkas yang anda unggah terlalu besar. Mohon unggah gambar dengan ukuran tidak lebih dari :size' ,
],
2015-10-20 20:52:38 -04:00
'analytics' => [
2015-10-20 22:13:52 -04:00
'analytics' => 'Analytics' ,
2015-10-20 20:52:38 -04:00
],
'localization' => [
2015-10-20 22:13:52 -04:00
'localization' => 'Localization' ,
2015-10-20 20:52:38 -04:00
],
2016-03-20 16:26:21 +00:00
'customization' => [
'customization' => 'Customization' ,
'header' => 'Custom Header HTML' ,
'footer' => 'Custom Footer HTML' ,
],
2015-05-14 16:48:54 +07:00
'security' => [
'security' => 'Keamanan' ,
'two-factor' => 'User tanpa otentikasi dua-faktor' ,
],
'stylesheet' => [
'stylesheet' => 'Stylesheet' ,
],
'theme' => [
'theme' => 'Theme' ,
],
'edit' => [
'success' => 'Pengaturan sudah disimpan.' ,
'failure' => 'Pengaturan tidak bisa disimpan.' ,
],
2016-05-31 20:18:39 +01:00
'credits' => [
'credits' => 'Credits' ,
'contributors' => 'Contributors' ,
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.' ,
'backers-title' => 'Backers & Sponsors' ,
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.' ,
'thank-you' => 'Thank you to each and every one of the :count contributors.' ,
],
2015-05-14 16:48:54 +07:00
],
// Login
'login' => [
2015-08-08 14:46:08 +01:00
'login' => 'Masuk' ,
2015-05-14 16:48:54 +07:00
'logged_in' => 'Anda sudah login.' ,
'welcome' => 'Halo!' ,
'two-factor' => 'Silakan masukkan token anda.' ,
],
// Sidebar footer
'help' => 'Panduan' ,
'status_page' => 'Halaman Status' ,
2015-08-08 14:46:08 +01:00
'logout' => 'Keluar' ,
2015-05-14 16:48:54 +07:00
// Notifications
2015-06-16 09:07:49 +01:00
'notifications' => [
2015-05-14 16:48:54 +07:00
'notifications' => 'Notifikasi' ,
'awesome' => 'Keren.' ,
'whoops' => 'Waduh.' ,
],
2016-05-31 20:18:39 +01:00
// Widgets
'widgets' => [
'support' => 'Support Cachet' ,
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!' ,
'news' => 'Latest News' ,
'news_subtitle' => 'Get the latest updates' ,
],
2015-05-14 16:48:54 +07:00
// Welcome modal
'welcome' => [
2016-05-31 20:18:39 +01:00
'welcome' => 'Welcome to your new status page!' ,
2015-05-14 16:48:54 +07:00
'message' => 'Halaman status anda hampir siap! Anda masih perlu mengkonfigurasi beberapa pengaturan' ,
2016-03-20 16:26:21 +00:00
'close' => 'Take me straight to my dashboard' ,
2015-05-14 16:48:54 +07:00
'steps' => [
'component' => 'Buat komponen' ,
'incident' => 'Buat insiden' ,
'customize' => 'Kustomisasi' ,
'team' => 'Tambah user' ,
'api' => 'Buat token API' ,
'two-factor' => 'Otentikasi Dua Faktor' ,
],
],
];