UNPKG

2.78 kBJavaScriptView Raw
1export default {
2 el: {
3 colorpicker: {
4 confirm: 'Confirmar',
5 clear: 'Despejar'
6 },
7 datepicker: {
8 now: 'Ahora',
9 today: 'Hoy',
10 cancel: 'Cancelar',
11 clear: 'Despejar',
12 confirm: 'Confirmar',
13 selectDate: 'Seleccionar fecha',
14 selectTime: 'Seleccionar hora',
15 startDate: 'Fecha Incial',
16 startTime: 'Hora Inicial',
17 endDate: 'Fecha Final',
18 endTime: 'Hora Final',
19 prevYear: 'Año Anterior',
20 nextYear: 'Próximo Año',
21 prevMonth: 'Mes Anterior',
22 nextMonth: 'Próximo Mes',
23 year: '',
24 month1: 'enero',
25 month2: 'febrero',
26 month3: 'marzo',
27 month4: 'abril',
28 month5: 'mayo',
29 month6: 'junio',
30 month7: 'julio',
31 month8: 'agosto',
32 month9: 'septiembre',
33 month10: 'octubre',
34 month11: 'noviembre',
35 month12: 'diciembre',
36 // week: 'semana',
37 weeks: {
38 sun: 'dom',
39 mon: 'lun',
40 tue: 'mar',
41 wed: 'mié',
42 thu: 'jue',
43 fri: 'vie',
44 sat: 'sáb'
45 },
46 months: {
47 jan: 'ene',
48 feb: 'feb',
49 mar: 'mar',
50 apr: 'abr',
51 may: 'may',
52 jun: 'jun',
53 jul: 'jul',
54 aug: 'ago',
55 sep: 'sep',
56 oct: 'oct',
57 nov: 'nov',
58 dec: 'dic'
59 }
60 },
61 select: {
62 loading: 'Cargando',
63 noMatch: 'No hay datos que coincidan',
64 noData: 'Sin datos',
65 placeholder: 'Seleccionar'
66 },
67 cascader: {
68 noMatch: 'No hay datos que coincidan',
69 loading: 'Cargando',
70 placeholder: 'Seleccionar',
71 noData: 'Sin datos'
72 },
73 pagination: {
74 goto: 'Ir a',
75 pagesize: '/página',
76 total: 'Total {total}',
77 pageClassifier: ''
78 },
79 messagebox: {
80 confirm: 'Aceptar',
81 cancel: 'Cancelar',
82 error: 'Entrada inválida'
83 },
84 upload: {
85 deleteTip: 'Pulse Eliminar para retirar',
86 delete: 'Eliminar',
87 preview: 'Vista Previa',
88 continue: 'Continuar'
89 },
90 table: {
91 emptyText: 'Sin Datos',
92 confirmFilter: 'Confirmar',
93 resetFilter: 'Reiniciar',
94 clearFilter: 'Despejar',
95 sumText: 'Suma'
96 },
97 tree: {
98 emptyText: 'Sin Datos'
99 },
100 transfer: {
101 noMatch: 'No hay datos que coincidan',
102 noData: 'Sin datos',
103 titles: ['Lista 1', 'Lista 2'],
104 filterPlaceholder: 'Ingresar palabra clave',
105 noCheckedFormat: '{total} artículos',
106 hasCheckedFormat: '{checked}/{total} revisados'
107 },
108 image: {
109 error: 'HA FALLADO'
110 },
111 pageHeader: {
112 title: 'Volver'
113 },
114 popconfirm: {
115 confirmButtonText: 'Si',
116 cancelButtonText: 'No'
117 },
118 empty: {
119 description: 'Sin Datos'
120 }
121 }
122};