40 lines
1 KiB
JavaScript
40 lines
1 KiB
JavaScript
|
export default {
|
||
|
close: 'Close',
|
||
|
dataIterator: {
|
||
|
pageText: '{0}-{1} dari {2}',
|
||
|
noResultsText: 'Tidak ditemukan catatan yang cocok',
|
||
|
loadingText: 'Loading item...'
|
||
|
},
|
||
|
dataTable: {
|
||
|
itemsPerPageText: 'Baris setiap halaman:',
|
||
|
ariaLabel: {
|
||
|
sortDescending: ': Sorted descending. Activate to remove sorting.',
|
||
|
sortAscending: ': Sorted ascending. Activate to sort descending.',
|
||
|
sortNone: ': Not sorted. Activate to sort ascending.'
|
||
|
}
|
||
|
},
|
||
|
dataFooter: {
|
||
|
itemsPerPageText: 'Item setiap halaman:',
|
||
|
itemsPerPageAll: 'Semua',
|
||
|
nextPage: 'Halaman selanjutnya',
|
||
|
prevPage: 'Halaman sebelumnya',
|
||
|
firstPage: 'Halaman pertama',
|
||
|
lastPage: 'Halaman terakhir'
|
||
|
},
|
||
|
datePicker: {
|
||
|
itemsSelected: '{0} dipilih'
|
||
|
},
|
||
|
noDataText: 'Tidak ada data tersedia',
|
||
|
carousel: {
|
||
|
prev: 'Visual sebelumnya',
|
||
|
next: 'Visual selanjutnya'
|
||
|
},
|
||
|
calendar: {
|
||
|
moreEvents: '{0} lagi'
|
||
|
},
|
||
|
fileInput: {
|
||
|
counter: '{0} files',
|
||
|
counterSize: '{0} files ({1} in total)'
|
||
|
}
|
||
|
};
|
||
|
//# sourceMappingURL=id.js.map
|