123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- (function (global, factory) {
- if (typeof define === "function" && define.amd) {
- define('element/locale/hu', ['module', 'exports'], factory);
- } else if (typeof exports !== "undefined") {
- factory(module, exports);
- } else {
- var mod = {
- exports: {}
- };
- factory(mod, mod.exports);
- global.ELEMENT.lang = global.ELEMENT.lang || {};
- global.ELEMENT.lang.hu = mod.exports;
- }
- })(this, function (module, exports) {
- 'use strict';
- exports.__esModule = true;
- exports.default = {
- el: {
- colorpicker: {
- confirm: 'OK',
- clear: 'Törlés'
- },
- datepicker: {
- now: 'Most',
- today: 'Ma',
- cancel: 'Mégse',
- clear: 'Törlés',
- confirm: 'OK',
- selectDate: 'Dátum',
- selectTime: 'Időpont',
- startDate: 'Dátum-tól',
- startTime: 'Időpont-tól',
- endDate: 'Dátum-ig',
- endTime: 'Időpont-ig',
- prevYear: 'Előző év',
- nextYear: 'Következő év',
- prevMonth: 'Előző hónap',
- nextMonth: 'Következő hónap',
- year: '',
- month1: 'Január',
- month2: 'Február',
- month3: 'Március',
- month4: 'Április',
- month5: 'Május',
- month6: 'Június',
- month7: 'Július',
- month8: 'Augusztus',
- month9: 'Szeptember',
- month10: 'Október',
- month11: 'November',
- month12: 'December',
- weeks: {
- sun: 'Vas',
- mon: 'Hét',
- tue: 'Ked',
- wed: 'Sze',
- thu: 'Csü',
- fri: 'Pén',
- sat: 'Szo'
- },
- months: {
- jan: 'Jan',
- feb: 'Feb',
- mar: 'Már',
- apr: 'Ápr',
- may: 'Máj',
- jun: 'Jún',
- jul: 'Júl',
- aug: 'Aug',
- sep: 'Szep',
- oct: 'Okt',
- nov: 'Nov',
- dec: 'Dec'
- }
- },
- select: {
- loading: 'Betöltés',
- noMatch: 'Nincs találat',
- noData: 'Nincs adat',
- placeholder: 'Válassz'
- },
- cascader: {
- noMatch: 'Nincs találat',
- loading: 'Betöltés',
- placeholder: 'Válassz',
- noData: 'Nincs adat'
- },
- pagination: {
- goto: 'Ugrás',
- pagesize: '/oldal',
- total: 'Össz {total}',
- pageClassifier: ''
- },
- messagebox: {
- title: 'Üzenet',
- confirm: 'OK',
- cancel: 'Mégse',
- error: 'Hibás adat'
- },
- upload: {
- deleteTip: 'kattints a törléshez',
- delete: 'Törlés',
- preview: 'Előnézet',
- continue: 'Tovább'
- },
- table: {
- emptyText: 'Nincs adat',
- confirmFilter: 'Megerősít',
- resetFilter: 'Alaphelyet',
- clearFilter: 'Mind',
- sumText: 'Összeg'
- },
- tree: {
- emptyText: 'Nincs adat'
- },
- transfer: {
- noMatch: 'Nincs találat',
- noData: 'Nincs adat',
- titles: ['Lista 1', 'Lista 2'],
- filterPlaceholder: 'Kulcsszó',
- noCheckedFormat: '{total} elem',
- hasCheckedFormat: '{checked}/{total} kiválasztva'
- },
- image: {
- error: 'FAILED' // to be translated
- },
- pageHeader: {
- title: 'Back' // to be translated
- },
- popconfirm: {
- confirmButtonText: 'Yes', // to be translated
- cancelButtonText: 'No' // to be translated
- },
- empty: {
- description: 'Nincs adat'
- }
- }
- };
- module.exports = exports['default'];
- });
|