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

  exports.__esModule = true;
  exports.default = {
    el: {
      colorpicker: {
        confirm: 'OK',
        clear: 'X贸a'
      },
      datepicker: {
        now: 'Hi峄噉 t岷',
        today: 'H么m nay',
        cancel: 'H峄',
        clear: 'X贸a',
        confirm: 'OK',
        selectDate: 'Ch峄峮 ng脿y',
        selectTime: 'Ch峄峮 gi峄�',
        startDate: 'Ng脿y b岷痶 膽岷',
        startTime: 'Th峄漣 gian b岷痶 膽岷',
        endDate: 'Ng脿y k岷縯 th煤c',
        endTime: 'Th峄漣 gian k岷縯 th煤c',
        prevYear: 'N膬m tr瓢峄沜',
        nextYear: 'N膬m t峄沬',
        prevMonth: 'Th谩ng tr瓢峄沜',
        nextMonth: 'Th谩ng t峄沬',
        year: 'N膬m',
        month1: 'Th谩ng 1',
        month2: 'Th谩ng 2',
        month3: 'Th谩ng 3',
        month4: 'Th谩ng 4',
        month5: 'Th谩ng 5',
        month6: 'Th谩ng 6',
        month7: 'Th谩ng 7',
        month8: 'Th谩ng 8',
        month9: 'Th谩ng 9',
        month10: 'Th谩ng 10',
        month11: 'Th谩ng 11',
        month12: 'Th谩ng 12',
        // week: 'week',
        weeks: {
          sun: 'CN',
          mon: 'T2',
          tue: 'T3',
          wed: 'T4',
          thu: 'T5',
          fri: 'T6',
          sat: 'T7'
        },
        months: {
          jan: 'Th.1',
          feb: 'Th.2',
          mar: 'Th.3',
          apr: 'Th.4',
          may: 'Th.5',
          jun: 'Th.6',
          jul: 'Th.7',
          aug: 'Th.8',
          sep: 'Th.9',
          oct: 'Th.10',
          nov: 'Th.11',
          dec: 'Th.12'
        }
      },
      select: {
        loading: '膼ang t岷',
        noMatch: 'D峄� li峄噓 kh么ng ph霉 h峄',
        noData: 'Kh么ng t矛m th岷 d峄� li峄噓',
        placeholder: 'Ch峄峮'
      },
      cascader: {
        noMatch: 'D峄� li峄噓 kh么ng ph霉 h峄',
        loading: '膼ang t岷',
        placeholder: 'Ch峄峮',
        noData: 'Kh么ng t矛m th岷 d峄� li峄噓'
      },
      pagination: {
        goto: 'Nh岷 t峄沬',
        pagesize: '/trang',
        total: 'T峄昻g {total}',
        pageClassifier: ''
      },
      messagebox: {
        title: 'Th么ng b谩o',
        confirm: 'OK',
        cancel: 'H峄',
        error: 'D峄� li峄噓 kh么ng h峄 l峄�'
      },
      upload: {
        deleteTip: 'Nh岷 xo谩 膽峄� xo谩',
        delete: 'X贸a',
        preview: 'Xem tr瓢峄沜',
        continue: 'Ti岷縫 t峄'
      },
      table: {
        emptyText: 'Kh么ng c贸 d峄� li峄噓',
        confirmFilter: 'X谩c nh岷璶',
        resetFilter: 'L脿m m峄沬',
        clearFilter: 'X贸a h岷縯',
        sumText: 'T峄昻g'
      },
      tree: {
        emptyText: 'Kh么ng c贸 d峄� li峄噓'
      },
      transfer: {
        noMatch: 'D峄� li峄噓 kh么ng ph霉 h峄',
        noData: 'Kh么ng t矛m th岷 d峄� li峄噓',
        titles: ['Danh s谩ch 1', 'Danh s谩ch 2'],
        filterPlaceholder: 'Nh岷璸 t峄� kh贸a',
        noCheckedFormat: '{total} m峄',
        hasCheckedFormat: '{checked}/{total} 膽茫 ch峄峮 '
      },
      image: {
        error: 'L峄朓'
      },
      pageHeader: {
        title: 'Quay l岷'
      },
      popconfirm: {
        confirmButtonText: 'Ok',
        cancelButtonText: 'Hu峄�'
      },
      empty: {
        description: 'Kh么ng c贸 d峄� li峄噓'
      }
    }
  };
  module.exports = exports['default'];
});