You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.5 KiB
JavaScript
53 lines
1.5 KiB
JavaScript
export default {
|
|
"emptyTable": "Tiada data",
|
|
"info": "Paparan dari _START_ hingga _END_ dari _TOTAL_ rekod",
|
|
"infoEmpty": "Paparan 0 hingga 0 dari 0 rekod",
|
|
"infoFiltered": "(Ditapis dari jumlah _MAX_ rekod)",
|
|
"infoThousands": ",",
|
|
"lengthMenu": "Papar _MENU_ rekod",
|
|
"loadingRecords": "Diproses...",
|
|
"processing": "Sedang diproses...",
|
|
"search": "Carian:",
|
|
"zeroRecords": "Tiada padanan rekod yang dijumpai.",
|
|
"paginate": {
|
|
"first": "Pertama",
|
|
"previous": "Sebelum",
|
|
"next": "Seterusnya",
|
|
"last": "Akhir"
|
|
},
|
|
"aria": {
|
|
"sortAscending": ": diaktifkan kepada susunan lajur menaik",
|
|
"sortDescending": ": diaktifkan kepada susunan lajur menurun"
|
|
},
|
|
"autoFill": {
|
|
"cancel": "batal",
|
|
"fill": "Isi semua sel dengan <i>%d<\/i>",
|
|
"fillHorizontal": "Isi sel secara mendatar",
|
|
"fillVertical": "Isi sel secara menegak"
|
|
},
|
|
"buttons": {
|
|
"collection": "Koleksi <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>",
|
|
"copy": "Salin",
|
|
"print": "Cetak",
|
|
"colvis": "Kolum Pilihan"
|
|
},
|
|
"thousands": ",",
|
|
"select": {
|
|
"cells": {
|
|
"1": "1 sel terpilih",
|
|
"_": "%d sel terpilih"
|
|
},
|
|
"columns": {
|
|
"1": "1 kolum terpilih",
|
|
"_": "%d kolum terpilih"
|
|
},
|
|
"rows": {
|
|
"1": "1 baris terpilih",
|
|
"_": "%d baris terpilih"
|
|
}
|
|
},
|
|
"editor": {
|
|
"close": "Tutup"
|
|
}
|
|
};
|