mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-17 09:54:23 +00:00
add members table
This commit is contained in:
75
lang/vendor/livewire-powergrid/ms_MY/datatable.php
vendored
Normal file
75
lang/vendor/livewire-powergrid/ms_MY/datatable.php
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'buttons' => [
|
||||
'filter' => 'Carian',
|
||||
'clear_all_filters' => 'Clear all',
|
||||
],
|
||||
'labels' => [
|
||||
'action' => 'Action',
|
||||
'results_per_page' => 'Rekod per muka',
|
||||
'clear_filter' => 'Kosongkan Carian',
|
||||
'no_data' => 'Tiada rekod ditemui',
|
||||
'all' => 'Semua',
|
||||
'selected' => 'Pilihan',
|
||||
'filtered' => 'Hasil yang ditapis',
|
||||
],
|
||||
'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',
|
||||
'is_null' => 'is_null',
|
||||
'is_not_null' => 'is_not_null',
|
||||
'is_blank' => 'is_blank',
|
||||
'is_not_blank' => 'is_not_blank',
|
||||
'is_empty' => 'is_empty',
|
||||
'is_not_empty' => 'is_not_empty',
|
||||
],
|
||||
'export' => [
|
||||
'exporting' => 'Sila tunggu!',
|
||||
'completed' => 'Eksport selepas! Fail anda sudah siap untuk dimuatturun',
|
||||
],
|
||||
'soft_deletes' => [
|
||||
'message_with_trashed' => 'Displaying all records, including deleted ones.',
|
||||
'message_only_trashed' => 'Displaying only deleted records.',
|
||||
'without_trashed' => 'Without deleted',
|
||||
'with_trashed' => 'With deleted',
|
||||
'only_trashed' => 'Only deleted',
|
||||
],
|
||||
'multi_sort' => [
|
||||
'message' => 'Multiple sort is active',
|
||||
],
|
||||
'buttons_macros' => [
|
||||
'confirm' => [
|
||||
'message' => 'Are you sure you want to perform this action?',
|
||||
],
|
||||
'confirm_prompt' => [
|
||||
'message' => "Are you sure you want to perform this action? \n\n Enter :confirmValue to confirm.",
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user