24 lines
631 B
JavaScript
24 lines
631 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = {
|
|
dataIterator: {
|
|
rowsPerPageText: 'Item setiap halaman:',
|
|
rowsPerPageAll: 'Semua',
|
|
pageText: '{0}-{1} dari {2}',
|
|
noResultsText: 'Tidak ditemukan catatan yang cocok',
|
|
nextPage: 'Halaman selanjutnya',
|
|
prevPage: 'Halaman sebelumnya'
|
|
},
|
|
dataTable: {
|
|
rowsPerPageText: 'Baris setiap halaman:'
|
|
},
|
|
noDataText: 'Tidak ada data tersedia',
|
|
carousel: {
|
|
prev: 'Visual sebelumnya',
|
|
next: 'Visual selanjutnya'
|
|
}
|
|
};
|
|
//# sourceMappingURL=id.js.map
|