zhangyong
2023-08-22 1353e87cb21a4032d585d7404bae9042f2ebcf08
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
/*! Element Plus v2.3.6 */
 
(function (global, factory) {
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  typeof define === 'function' && define.amd ? define(factory) :
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.ElementPlusLocalePt = factory());
})(this, (function () { 'use strict';
 
  var pt = {
    name: "pt",
    el: {
      colorpicker: {
        confirm: "Confirmar",
        clear: "Limpar"
      },
      datepicker: {
        now: "Agora",
        today: "Hoje",
        cancel: "Cancelar",
        clear: "Limpar",
        confirm: "Confirmar",
        selectDate: "Selecione a data",
        selectTime: "Selecione a hora",
        startDate: "Data de inicio",
        startTime: "Hora de inicio",
        endDate: "Data de fim",
        endTime: "Hora de fim",
        prevYear: "Previous Year",
        nextYear: "Next Year",
        prevMonth: "Previous Month",
        nextMonth: "Next Month",
        year: "",
        month1: "Janeiro",
        month2: "Fevereiro",
        month3: "Mar\xE7o",
        month4: "Abril",
        month5: "Maio",
        month6: "Junho",
        month7: "Julho",
        month8: "Agosto",
        month9: "Setembro",
        month10: "Outubro",
        month11: "Novembro",
        month12: "Dezembro",
        weeks: {
          sun: "Dom",
          mon: "Seg",
          tue: "Ter",
          wed: "Qua",
          thu: "Qui",
          fri: "Sex",
          sat: "Sab"
        },
        months: {
          jan: "Jan",
          feb: "Fev",
          mar: "Mar",
          apr: "Abr",
          may: "Mai",
          jun: "Jun",
          jul: "Jul",
          aug: "Ago",
          sep: "Set",
          oct: "Out",
          nov: "Nov",
          dec: "Dez"
        }
      },
      select: {
        loading: "A carregar",
        noMatch: "Sem correspond\xEAncia",
        noData: "Sem dados",
        placeholder: "Selecione"
      },
      cascader: {
        noMatch: "Sem correspond\xEAncia",
        loading: "A carregar",
        placeholder: "Selecione",
        noData: "Sem dados"
      },
      pagination: {
        goto: "Ir para",
        pagesize: "/pagina",
        total: "Total {total}",
        pageClassifier: "",
        page: "Page",
        prev: "Go to previous page",
        next: "Go to next page",
        currentPage: "page {pager}",
        prevPages: "Previous {pager} pages",
        nextPages: "Next {pager} pages"
      },
      messagebox: {
        title: "Mensagem",
        confirm: "Confirmar",
        cancel: "Cancelar",
        error: "Erro!"
      },
      upload: {
        deleteTip: "press delete to remove",
        delete: "Apagar",
        preview: "Previsualizar",
        continue: "Continuar"
      },
      table: {
        emptyText: "Sem dados",
        confirmFilter: "Confirmar",
        resetFilter: "Limpar",
        clearFilter: "Todos",
        sumText: "Sum"
      },
      tree: {
        emptyText: "Sem dados"
      },
      transfer: {
        noMatch: "Sem correspond\xEAncia",
        noData: "Sem dados",
        titles: ["List 1", "List 2"],
        filterPlaceholder: "Enter keyword",
        noCheckedFormat: "{total} items",
        hasCheckedFormat: "{checked}/{total} checked"
      },
      image: {
        error: "FAILED"
      },
      pageHeader: {
        title: "Back"
      },
      popconfirm: {
        confirmButtonText: "Yes",
        cancelButtonText: "No"
      }
    }
  };
 
  return pt;
 
}));