Skip to content

Commit

Permalink
Merge pull request #30 from lakuapik/lang-id
Browse files Browse the repository at this point in the history
Add Indonesian translation
  • Loading branch information
pxlrbt authored Nov 29, 2023
2 parents a051307 + 70aaabf commit 0095a33
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/id/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
'breadcrumb' => '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',
],
];

0 comments on commit 0095a33

Please sign in to comment.