From 85967a99913f5f26773df40e3b0d45903baceb42 Mon Sep 17 00:00:00 2001 From: gm-ah Date: Thu, 14 May 2015 16:43:57 +0700 Subject: [PATCH] id/cachet.php id lang --- resources/lang/id/cachet.php | 68 ++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 resources/lang/id/cachet.php diff --git a/resources/lang/id/cachet.php b/resources/lang/id/cachet.php new file mode 100644 index 00000000..a6307db1 --- /dev/null +++ b/resources/lang/id/cachet.php @@ -0,0 +1,68 @@ + + * + * 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' => [ + 'none' => 'Tidak ada insiden.', + 'past' => 'Insiden sebelumnya', + 'previous_week' => 'Pekan sebelumnya', + 'next_week' => 'Pekan selanjutnya', + 'none' => 'Tidak ada yang bisa dilaporkan', + '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' => 'Seluruh sistem berfungsi baik.', + 'bad' => 'Sebagian sistem mengalami masalah.', + ], + + 'api' => [ + 'regenerate' => 'Buat ulang API Key', + 'revoke' => 'Cabut API Key', + ], + + // Metrics + 'metrics' => [ + 'filter' => [ + 'hourly' => 'Per jam', + 'daily' => 'Harian', + 'monthly' => 'Bulanan', + ], + ], + + // Other + 'powered_by' => 'Halaman Status :app dibuat dengan Cachet.', + 'about_this_site' => 'Tentang situs ini', + 'rss-feed' => 'Pasokan RSS', + 'atom-feed' => 'Pasokan Atom', + 'feed' => 'Pasokan Status', + +];