47 lines
1.1 KiB
JavaScript
47 lines
1.1 KiB
JavaScript
|
"use strict";
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports.default = void 0;
|
||
|
var _default = {
|
||
|
close: 'Close',
|
||
|
dataIterator: {
|
||
|
pageText: '{0}-{1} / {2}',
|
||
|
noResultsText: 'Nincs egyező találat',
|
||
|
loadingText: 'Loading item...'
|
||
|
},
|
||
|
dataTable: {
|
||
|
itemsPerPageText: 'Elem oldalanként:',
|
||
|
ariaLabel: {
|
||
|
sortDescending: ': Sorted descending. Activate to remove sorting.',
|
||
|
sortAscending: ': Sorted ascending. Activate to sort descending.',
|
||
|
sortNone: ': Not sorted. Activate to sort ascending.'
|
||
|
}
|
||
|
},
|
||
|
dataFooter: {
|
||
|
itemsPerPageText: 'Elem oldalanként:',
|
||
|
itemsPerPageAll: 'Mind',
|
||
|
nextPage: 'Következő oldal',
|
||
|
prevPage: 'Előző oldal',
|
||
|
firstPage: 'Első oldal',
|
||
|
lastPage: 'Utolsó oldal'
|
||
|
},
|
||
|
datePicker: {
|
||
|
itemsSelected: '{0} kiválaszta/-ott'
|
||
|
},
|
||
|
noDataText: 'Nincs elérhető adat',
|
||
|
carousel: {
|
||
|
prev: 'Korábbi vizuális',
|
||
|
next: 'Következő vizuális'
|
||
|
},
|
||
|
calendar: {
|
||
|
moreEvents: '{0} további'
|
||
|
},
|
||
|
fileInput: {
|
||
|
counter: '{0} files',
|
||
|
counterSize: '{0} files ({1} in total)'
|
||
|
}
|
||
|
};
|
||
|
exports.default = _default;
|
||
|
//# sourceMappingURL=hu.js.map
|