2015-05-14 16:43:57 +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:43:57 +07:00
*
* For the full copyright and license information , please view the LICENSE
* file that was distributed with this source code .
*/
return [
// Components
'components' => [
2016-03-20 16:26:21 +00:00
'last_updated' => 'Last updated :timestamp' ,
'status' => [
2015-05-14 16:43:57 +07:00
1 => 'Operasional' ,
2 => 'Masalah Kinerja' ,
3 => 'Gagal Sebagian' ,
4 => 'Kegagalan Sistem' ,
],
2016-03-20 16:26:21 +00:00
'group' => [
'other' => 'Other Components' ,
],
2015-05-14 16:43:57 +07:00
],
// Incidents
'incidents' => [
2016-02-18 14:16:40 +00:00
'none' => 'No incidents reported' ,
2015-05-14 16:43:57 +07:00
'past' => 'Insiden sebelumnya' ,
'previous_week' => 'Pekan sebelumnya' ,
'next_week' => 'Pekan selanjutnya' ,
'scheduled' => 'Jadwal Pemeliharaan' ,
'scheduled_at' => ', dijadwalkan pada :timestamp' ,
'status' => [
0 => 'Dijadwalkan' , // TODO: Hopefully remove this.
1 => 'Investigasi' ,
2 => 'Teridentifikasi' ,
3 => 'Dimonitor' ,
4 => 'Selesai' ,
],
],
// Service Status
'service' => [
2016-01-07 14:59:50 +00:00
'good' => '[0,1] System operational|[2,Inf] All systems are operational' ,
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues' ,
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage' ,
2015-05-14 16:43:57 +07:00
],
'api' => [
'regenerate' => 'Buat ulang API Key' ,
'revoke' => 'Cabut API Key' ,
],
// Metrics
'metrics' => [
'filter' => [
2015-12-24 11:27:22 +00:00
'last_hour' => 'Last Hour' ,
'hourly' => 'Last 12 Hours' ,
'weekly' => 'Week' ,
'monthly' => 'Month' ,
2015-05-14 16:43:57 +07:00
],
],
2015-05-24 16:33:03 -05:00
// Subscriber
'subscriber' => [
2015-08-08 14:46:08 +01:00
'subscribe' => 'Ikuti newsletter untuk mendapat update terbaru.' ,
'button' => 'Daftar' ,
2016-03-20 16:26:21 +00:00
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.' ,
'my_subscriptions' => 'You\'re currently subscribed to the following updates.' ,
],
'email' => [
2015-12-19 23:08:28 +08:00
'subscribe' => 'Langganan update email.' ,
'subscribed' => 'Anda berhasil terdaftar pada notifikasi email, mohon periksa email anda untuk mengkonfirmasi pendaftaran ini.' ,
'verified' => 'Pendaftaran newsletter anda berhasil dikonfirmasi. Terima kasih!' ,
2016-03-20 16:26:21 +00:00
'manage' => 'Manage your subscription.' ,
2015-12-19 23:08:28 +08:00
'unsubscribe' => 'Hapus saya dari update email.' ,
'unsubscribed' => 'Langganan email anda sudah dihentikan.' ,
'failure' => 'Ada yang salah dengan sistem langganan email.' ,
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.' ,
'verify' => [
2016-01-29 22:05:05 +00:00
'text' => " Mohon konfirmasi langganan email update status :app_name. \n :link \n Terima kasih,
: app_name " ,
2015-08-08 14:46:08 +01:00
'html-preheader' => 'Mohon konfirmasi langganan email update status :app_name.' ,
2016-01-29 22:05:05 +00:00
'html' => '<p>Mohon konfirmasi langganan email anda ke: app_name status update.</p> <p><a href=":link">: link</a></p> <p>Terima kasih,: app_name</p>' ,
2015-05-24 16:33:03 -05:00
],
2015-06-16 09:07:49 +01:00
'maintenance' => [
2016-01-29 22:05:05 +00:00
'text' => " Jadwal pemeliharaan baru sudah dibuat di :app_name. \n Terima kasih, :app_name " ,
2015-08-08 14:46:08 +01:00
'html-preheader' => 'Jadwal pemeliharaan baru sudah dibuat di :app_name.' ,
2016-01-29 22:05:05 +00:00
'html' => '<p>Pemeliharaan baru telah dijadwalkan pada: app_name.</p>' ,
2015-05-24 16:33:03 -05:00
],
2015-06-16 09:07:49 +01:00
'incident' => [
2016-01-29 22:05:05 +00:00
'text' => " Ada insiden baru yang dilaporkan di :app_name. \n Terima kasih, :app_name " ,
2015-08-08 14:46:08 +01:00
'html-preheader' => 'Ada insiden baru yang dilaporkan di :app_name.' ,
'html' => '<p>Ada insiden baru yang dilaporkan di :app_name.</p><p> Terima kasih, :app_name</p>' ,
2015-05-24 16:33:03 -05:00
],
2016-01-29 22:05:05 +00:00
'component' => [
'subject' => 'Component Status Update' ,
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name' ,
'html-preheader' => 'Component Update from :app_name' ,
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>' ,
'tooltip-title' => 'Subscribe to notifications for :component_name.' ,
],
],
],
'users' => [
'email' => [
'invite' => [
'text' => " Anda diundang dalam tim Halaman Status :app_name, untuk mendaftar silakan klik tautan berikut \n :link \n Terima kasih, :app_name " ,
'html-preheader' => 'Anda diundang dalam tim :app_name.' ,
'html' => '<p>Anda diundang dalam tim Halaman Status :app_name, untuk mendaftar silakan klik tautan berikut. </p><p><a href=":link">:link</a></p><p>Terima kasih, :app_name</p>' ,
],
],
],
'signup' => [
'title' => 'Daftar' ,
'username' => 'Username' ,
'email' => 'Email' ,
'password' => 'Password' ,
'success' => 'Akun anda berhasil dibuat.' ,
'failure' => 'Ada masalah dalam pendaftaran.' ,
],
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!' ,
],
// Modal
'modal' => [
'close' => 'Close' ,
'subscribe' => [
2016-02-18 14:16:40 +00:00
'title' => 'Subscribe to component updates' ,
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.' ,
2016-01-29 22:05:05 +00:00
'button' => 'Daftar' ,
2015-05-24 16:33:03 -05:00
],
],
2015-05-14 16:43:57 +07:00
// Other
2016-04-17 17:17:29 +01:00
'home' => 'Home' ,
2016-03-20 16:26:21 +00:00
'description' => 'Stay up to date with the latest service updates from :app.' ,
2016-05-25 09:45:20 +01:00
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.' ,
2015-05-14 16:43:57 +07:00
'about_this_site' => 'Tentang situs ini' ,
2015-08-08 14:46:08 +01:00
'rss-feed' => 'RSS' ,
'atom-feed' => 'Atom' ,
2015-05-14 16:43:57 +07:00
'feed' => 'Pasokan Status' ,
];