UNPKG

3.06 kBJavaScriptView Raw
1'use strict';
2
3exports.__esModule = true;
4exports.default = {
5 el: {
6 colorpicker: {
7 confirm: 'Confirmar',
8 clear: 'Limpar'
9 },
10 datepicker: {
11 now: 'Agora',
12 today: 'Hoje',
13 cancel: 'Cancelar',
14 clear: 'Limpar',
15 confirm: 'Confirmar',
16 selectDate: 'Selecione a data',
17 selectTime: 'Selecione a hora',
18 startDate: 'Data de inicio',
19 startTime: 'Hora de inicio',
20 endDate: 'Data de fim',
21 endTime: 'Hora de fim',
22 prevYear: 'Previous Year', // to be translated
23 nextYear: 'Next Year', // to be translated
24 prevMonth: 'Previous Month', // to be translated
25 nextMonth: 'Next Month', // to be translated
26 year: '',
27 month1: 'Janeiro',
28 month2: 'Fevereiro',
29 month3: 'Março',
30 month4: 'Abril',
31 month5: 'Maio',
32 month6: 'Junho',
33 month7: 'Julho',
34 month8: 'Agosto',
35 month9: 'Setembro',
36 month10: 'Outubro',
37 month11: 'Novembro',
38 month12: 'Dezembro',
39 // week: 'semana',
40 weeks: {
41 sun: 'Dom',
42 mon: 'Seg',
43 tue: 'Ter',
44 wed: 'Qua',
45 thu: 'Qui',
46 fri: 'Sex',
47 sat: 'Sab'
48 },
49 months: {
50 jan: 'Jan',
51 feb: 'Fev',
52 mar: 'Mar',
53 apr: 'Abr',
54 may: 'Mai',
55 jun: 'Jun',
56 jul: 'Jul',
57 aug: 'Ago',
58 sep: 'Set',
59 oct: 'Out',
60 nov: 'Nov',
61 dec: 'Dez'
62 }
63 },
64 select: {
65 loading: 'A carregar',
66 noMatch: 'Sem correspondência',
67 noData: 'Sem dados',
68 placeholder: 'Selecione'
69 },
70 cascader: {
71 noMatch: 'Sem correspondência',
72 loading: 'A carregar',
73 placeholder: 'Selecione',
74 noData: 'Sem dados'
75 },
76 pagination: {
77 goto: 'Ir para',
78 pagesize: '/pagina',
79 total: 'Total {total}',
80 pageClassifier: ''
81 },
82 messagebox: {
83 title: 'Mensagem',
84 confirm: 'Confirmar',
85 cancel: 'Cancelar',
86 error: 'Erro!'
87 },
88 upload: {
89 deleteTip: 'press delete to remove', // to be translated
90 delete: 'Apagar',
91 preview: 'Previsualizar',
92 continue: 'Continuar'
93 },
94 table: {
95 emptyText: 'Sem dados',
96 confirmFilter: 'Confirmar',
97 resetFilter: 'Limpar',
98 clearFilter: 'Todos',
99 sumText: 'Sum' // to be translated
100 },
101 tree: {
102 emptyText: 'Sem dados'
103 },
104 transfer: {
105 noMatch: 'Sem correspondência',
106 noData: 'Sem dados',
107 titles: ['List 1', 'List 2'], // to be translated
108 filterPlaceholder: 'Enter keyword', // to be translated
109 noCheckedFormat: '{total} items', // to be translated
110 hasCheckedFormat: '{checked}/{total} checked' // to be translated
111 },
112 image: {
113 error: 'FAILED' // to be translated
114 },
115 pageHeader: {
116 title: 'Back' // to be translated
117 },
118 popconfirm: {
119 confirmButtonText: 'Yes', // to be translated
120 cancelButtonText: 'No' // to be translated
121 },
122 empty: {
123 description: 'Sem dados'
124 }
125 }
126};
\No newline at end of file