24 lines
652 B
JavaScript
24 lines
652 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = {
|
|
dataIterator: {
|
|
rowsPerPageText: 'Articole pe pagină:',
|
|
rowsPerPageAll: 'Toate',
|
|
pageText: '{0}-{1} din {2}',
|
|
noResultsText: 'Nu au fost găsite înregistrări care să se potrivească',
|
|
nextPage: 'Pagina următoare',
|
|
prevPage: 'Pagina anterioară'
|
|
},
|
|
dataTable: {
|
|
rowsPerPageText: 'Rânduri pe pagină:'
|
|
},
|
|
noDataText: 'Nu există date disponibile',
|
|
carousel: {
|
|
prev: 'Anterior vizual',
|
|
next: 'Următorul vizual'
|
|
}
|
|
};
|
|
//# sourceMappingURL=ro.js.map
|