(function (global, factory) {
  if (typeof define === "function" && define.amd) {
    define('element/locale/sk', ['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.sk = mod.exports;
  }
})(this, function (module, exports) {
  'use strict';

  exports.__esModule = true;
  exports.default = {
    el: {
      colorpicker: {
        confirm: 'OK',
        clear: 'Zmaza钮'
      },
      datepicker: {
        now: 'Teraz',
        today: 'Dnes',
        cancel: 'Zru拧i钮',
        clear: 'Zmaza钮',
        confirm: 'OK',
        selectDate: 'Vybra钮 d谩tum',
        selectTime: 'Vybra钮 膷as',
        startDate: 'D谩tum za膷iatku',
        startTime: '膶as za膷iatku',
        endDate: 'D谩tum konca',
        endTime: '膶as konca',
        prevYear: 'Predo拧l媒 rok',
        nextYear: '膸al拧铆 rok',
        prevMonth: 'Predo拧l媒 mesiac',
        nextMonth: '膸al拧铆 mesiac',
        day: 'De艌',
        week: 'T媒啪de艌',
        month: 'Mesiac',
        year: 'Rok',
        month1: 'Janu谩r',
        month2: 'Febru谩r',
        month3: 'Marec',
        month4: 'Apr铆l',
        month5: 'M谩j',
        month6: 'J煤n',
        month7: 'J煤l',
        month8: 'August',
        month9: 'September',
        month10: 'Okt贸ber',
        month11: 'November',
        month12: 'December',
        weeks: {
          sun: 'Ne',
          mon: 'Po',
          tue: 'Ut',
          wed: 'St',
          thu: '艩t',
          fri: 'Pi',
          sat: 'So'
        },
        months: {
          jan: 'Jan',
          feb: 'Feb',
          mar: 'Mar',
          apr: 'Apr',
          may: 'M谩j',
          jun: 'J煤n',
          jul: 'J煤l',
          aug: 'Aug',
          sep: 'Sep',
          oct: 'Okt',
          nov: 'Nov',
          dec: 'Dec'
        }
      },
      select: {
        loading: 'Na膷铆tavanie',
        noMatch: '沤iadna zhoda',
        noData: '沤iadne d谩ta',
        placeholder: 'Vybra钮'
      },
      cascader: {
        noMatch: '沤iadna zhoda',
        loading: 'Na膷铆tavanie',
        placeholder: 'Vybra钮',
        noData: '沤iadne d谩ta'
      },
      pagination: {
        goto: 'Cho膹 na',
        pagesize: 'na stranu',
        total: 'V拧etko {total}',
        pageClassifier: ''
      },
      messagebox: {
        title: 'Spr谩va',
        confirm: 'OK',
        cancel: 'Zru拧i钮',
        error: 'Neplatn媒 vstup'
      },
      upload: {
        deleteTip: 'pre odstr谩nenie stisni kl谩vesu Delete',
        delete: 'Vymaza钮',
        preview: 'Prehliada钮',
        continue: 'Pokra膷ova钮'
      },
      table: {
        emptyText: '沤iadne d谩ta',
        confirmFilter: 'Potvrdi钮',
        resetFilter: 'Zresetova钮',
        clearFilter: 'V拧etko',
        sumText: 'Spolu'
      },
      tree: {
        emptyText: '沤iadne d谩ta'
      },
      transfer: {
        noMatch: '沤iadna zhoda',
        noData: '沤iadne d谩ta',
        titles: ['Zoznam 1', 'Zoznam 2'],
        filterPlaceholder: 'Filtrova钮 pod木a',
        noCheckedFormat: '{total} polo啪iek',
        hasCheckedFormat: '{checked}/{total} ozna膷en媒ch'
      },
      image: {
        error: 'Chyba na膷铆tania'
      },
      pageHeader: {
        title: 'Sp盲钮'
      },
      popconfirm: {
        confirmButtonText: 'Potvrdi钮',
        cancelButtonText: 'Zru拧i钮'
      },
      empty: {
        description: '沤iadne d谩ta'
      }
    }
  };
  module.exports = exports['default'];
});