From 70aaabf6f005aedba580ee83ea39c51f7fdbfbe8 Mon Sep 17 00:00:00 2001 From: David Adi Nugroho Date: Wed, 29 Nov 2023 12:29:10 +0700 Subject: [PATCH] Add Indonesian translation --- resources/lang/id/activities.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 resources/lang/id/activities.php diff --git a/resources/lang/id/activities.php b/resources/lang/id/activities.php new file mode 100644 index 0000000..b2f9895 --- /dev/null +++ b/resources/lang/id/activities.php @@ -0,0 +1,25 @@ + 'Riwayat', + + 'title' => 'Riwayat :record', + + 'default_datetime_format' => 'd/m/Y H:i:s', + + 'table' => [ + 'field' => 'Bagian', + 'old' => 'Sebelum', + 'new' => 'Sesudah', + 'restore' => 'Pulihkan', + ], + + 'events' => [ + 'updated' => 'Terbarui', + 'created' => 'Terbuat', + 'deleted' => 'Terhapus', + 'restored' => 'Terpulihkan', + 'restore_successful' => 'Sukses memulihkan', + 'restore_failed' => 'Gagal memulihkan', + ], +];