Cachet/resources/lang/id/cachet.php

141 lines
5.9 KiB
PHP
Raw Normal View History

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' => [
'status' => [
1 => 'Operasional',
2 => 'Masalah Kinerja',
3 => 'Gagal Sebagian',
4 => 'Kegagalan Sistem',
],
],
// 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' => [
'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' => [
'subscribe' => 'Ikuti newsletter untuk mendapat update terbaru.',
'button' => 'Daftar',
2015-05-24 16:33:03 -05:00
'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!',
'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' => [
'text' => "Mohon konfirmasi langganan email update status :app_name.\n:link\nTerima kasih,
:app_name",
'html-preheader' => 'Mohon konfirmasi langganan email update status :app_name.',
'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
],
'maintenance' => [
'text' => "Jadwal pemeliharaan baru sudah dibuat di :app_name.\nTerima kasih, :app_name",
'html-preheader' => 'Jadwal pemeliharaan baru sudah dibuat di :app_name.',
'html' => '<p>Pemeliharaan baru telah dijadwalkan pada: app_name.</p>',
2015-05-24 16:33:03 -05:00
],
'incident' => [
'text' => "Ada insiden baru yang dilaporkan di :app_name.\n Terima kasih, :app_name",
'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
],
'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\nTerima 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.',
'button' => 'Daftar',
2015-05-24 16:33:03 -05:00
],
],
2015-05-14 16:43:57 +07:00
// Other
'powered_by' => 'Halaman Status :app dibuat dengan <a href="https://cachethq.io">Cachet</a>.',
'about_this_site' => 'Tentang situs ini',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
2015-05-14 16:43:57 +07:00
'feed' => 'Pasokan Status',
];