-
-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from lomotech/main
Add ms_MY (Bahasa Melayu - Malaysia) translation.
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?php | ||
|
||
return [ | ||
'buttons' => [ | ||
'filter' => 'Carian', | ||
], | ||
'labels' => [ | ||
'action' => 'Action', | ||
'results_per_page' => 'Rekod per muka', | ||
'clear_filter' => 'Kosongkan Carian', | ||
'no_data' => 'Tiada rekod ditemui', | ||
'all' => 'Semua', | ||
'selected' => 'Pilihan', | ||
], | ||
'placeholders' => [ | ||
'search' => 'Cari...', | ||
'select' => 'Pilih tempoh', | ||
], | ||
'pagination' => [ | ||
'showing' => 'Dalam Proses', | ||
'to' => 'hingga', | ||
'of' => 'daripada', | ||
'results' => 'Keputusan', | ||
'all' => 'Semua', | ||
], | ||
'multi_select' => [ | ||
'select' => 'Pilih', | ||
'all' => 'Semua', | ||
], | ||
'select' => [ | ||
'select' => 'Pilih', | ||
'all' => 'Semua', | ||
], | ||
'boolean_filter' => [ | ||
'all' => 'Semua', | ||
], | ||
'input_text_options' => [ | ||
'is' => 'Sama dengan', | ||
'is_not' => 'Tidak sama dengan', | ||
'contains' => 'Mengandungi', | ||
'contains_not' => 'Tidak mengandungi', | ||
'starts_with' => 'Bermula dengan', | ||
'ends_with' => 'Berakhir dengan', | ||
], | ||
'export' => [ | ||
'exporting' => 'Sila tunggu!', | ||
'completed' => 'Eksport selepas! Fail anda sudah siap untuk dimuatturun', | ||
], | ||
]; |