mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +00:00
76 lines
2.3 KiB
PHP
76 lines
2.3 KiB
PHP
<?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.",
|
|
],
|
|
],
|
|
];
|