24 lines
599 B
JavaScript
24 lines
599 B
JavaScript
'use strict';
|
||
|
||
Object.defineProperty(exports, "__esModule", {
|
||
value: true
|
||
});
|
||
exports.default = {
|
||
dataIterator: {
|
||
rowsPerPageText: 'Sayfa başına satır:',
|
||
rowsPerPageAll: 'Hepsi',
|
||
pageText: '{0}-{1} de {2}',
|
||
noResultsText: 'Eşleşen Veri Bulunamadı',
|
||
nextPage: 'Sonraki sayfa',
|
||
prevPage: 'Önceki sayfa'
|
||
},
|
||
dataTable: {
|
||
rowsPerPageText: 'Sayfa başına satır:'
|
||
},
|
||
noDataText: 'Uygun veri yok',
|
||
carousel: {
|
||
prev: 'Önceki görsel',
|
||
next: 'Sonraki görsel'
|
||
}
|
||
};
|
||
//# sourceMappingURL=tr.js.map
|