From d1b16f1279e94574e619aabc938630d547a036b8 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:13 +0000 Subject: [PATCH] New translations cachet.php (Indonesian) --- resources/lang/id-ID/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/id-ID/cachet.php b/resources/lang/id-ID/cachet.php index cc5c13f69..f38ae30b3 100644 --- a/resources/lang/id-ID/cachet.php +++ b/resources/lang/id-ID/cachet.php @@ -117,9 +117,18 @@ 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', + 'overview' => 'Tetap up to date dengan layanan terbaru dari :app.', + ], + ], + // Other 'home' => 'Depan', - 'description' => 'Tetap up to date dengan layanan terbaru dari :app.', 'powered_by' => 'Ditenagai oleh Cachet.', 'timezone' => 'Waktu dalam :timezone.', 'about_this_site' => 'Tentang situs ini',