[ 'last_updated' => 'Last updated :timestamp', 'status' => [ 1 => 'Operasional', 2 => 'Masalah Kinerja', 3 => 'Gagal Sebagian', 4 => 'Kegagalan Sistem', ], 'group' => [ 'other' => 'Other Components', ], ], // Incidents 'incidents' => [ 'none' => 'No incidents reported', '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 is experiencing a major outage|[2,Inf] Some systems are experiencing a major outage', ], 'api' => [ 'regenerate' => 'Buat ulang API Key', 'revoke' => 'Cabut API Key', ], // Metrics 'metrics' => [ 'filter' => [ 'last_hour' => 'Last Hour', 'hourly' => 'Last 12 Hours', 'weekly' => 'Week', 'monthly' => 'Month', ], ], // Subscriber 'subscriber' => [ 'subscribe' => 'Ikuti newsletter untuk mendapat update terbaru.', 'button' => 'Daftar', 'manage' => [ 'no_subscriptions' => 'You\'re currently subscribed to all updates.', 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', ], 'email' => [ '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!', 'manage' => 'Manage your subscription', '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' => "Please confirm your email subscription to :app_name status updates.\n:link", 'html' => '

Please confirm your email subscription to :app_name status updates.

', 'button' => 'Confirm Subscription', ], 'maintenance' => [ 'subject' => '[Maintenance Scheduled] :name', ], 'incident' => [ 'subject' => '[New Incident] :status: :name', ], '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' => '

The component :component_name has seen a status change. The component is now at :component_human_status.

Thank you, :app_name

', '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' => '

Anda diundang dalam tim Halaman Status :app_name, untuk mendaftar silakan klik tautan berikut.

:link

Terima kasih, :app_name

', ], ], ], '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 here!', ], // Modal 'modal' => [ 'close' => 'Close', 'subscribe' => [ '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', ], ], // Other 'home' => 'Home', 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'about_this_site' => 'Tentang situs ini', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom', 'feed' => 'Pasokan Status', ];