From 51d05def55ed796a4c7e9dbb8f5654034d15cc76 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 25 Feb 2018 04:10:11 +0000 Subject: [PATCH] New translations dashboard.php (Indonesian) --- resources/lang/id-ID/dashboard.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/id-ID/dashboard.php b/resources/lang/id-ID/dashboard.php index d75e5fd8..cd67c164 100644 --- a/resources/lang/id-ID/dashboard.php +++ b/resources/lang/id-ID/dashboard.php @@ -22,16 +22,16 @@ return [ 'incident-create-template' => 'Buat Template', 'incident-templates' => 'Template Insiden', 'updates' => [ - 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'title' => 'Update insiden untuk :incident', + 'count' => '{0} Nol Update|[1] Satu Update|[2] Dua Update|[3,*] Beberapa Update', 'add' => [ 'title' => 'Buat update insiden baru', - 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'success' => 'Update baru insiden anda berhasil dibuat.', + 'failure' => 'Ada masalah dengan update insiden ini.', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', + 'title' => 'Edit update insiden', + 'success' => 'Update insiden berhasil diupdate.', 'failure' => 'Something went wrong updating the incident update', ], ],