From 8c5f55502d9d8983eb53e257a9054fac5214b10b Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:10:10 +0000 Subject: [PATCH] New translations cachet.php (Indonesian) --- resources/lang/id-ID/cachet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/id-ID/cachet.php b/resources/lang/id-ID/cachet.php index f38ae30b..0afda1e8 100644 --- a/resources/lang/id-ID/cachet.php +++ b/resources/lang/id-ID/cachet.php @@ -120,9 +120,9 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Details and updates about the :name incident that occurred on :date', - 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', - 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'incident' => 'Rincian dan update tentang insiden :name yang terjadi pada :date', + 'schedule' => 'Rincian tentang jadwal pemeliharaan :name mulai :startDate', + 'subscribe' => 'Berlangganan :app untuk menerima update insiden dan jadwal pemeliharaan', 'overview' => 'Tetap up to date dengan layanan terbaru dari :app.', ], ],