vxe-table 4.11.1 → 4.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/colgroup/style.css +0 -0
- package/es/colgroup/style.min.css +0 -0
- package/es/column/style.css +0 -0
- package/es/column/style.min.css +0 -0
- package/es/grid/style.css +83 -0
- package/es/grid/style.min.css +1 -0
- package/es/iconfont.1739874198596.ttf +0 -0
- package/es/iconfont.1739874198596.woff +0 -0
- package/es/iconfont.1739874198596.woff2 +0 -0
- package/es/index.css +1 -1
- package/es/index.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/src/table.js +63 -27
- package/es/table/style.css +3476 -0
- package/es/table/style.min.css +1 -0
- package/es/toolbar/style.css +90 -0
- package/es/toolbar/style.min.css +1 -0
- package/es/ui/index.js +3 -3
- package/es/ui/src/log.js +1 -1
- package/es/ui/style.css +0 -0
- package/es/ui/style.min.css +0 -0
- package/es/v-x-e-table/style.css +0 -0
- package/es/v-x-e-table/style.min.css +0 -0
- package/es/vxe-colgroup/style.css +0 -0
- package/es/vxe-colgroup/style.min.css +0 -0
- package/es/vxe-column/style.css +0 -0
- package/es/vxe-column/style.min.css +0 -0
- package/es/vxe-grid/style.css +83 -0
- package/es/vxe-grid/style.min.css +1 -0
- package/es/vxe-table/style.css +3476 -0
- package/es/vxe-table/style.min.css +1 -0
- package/es/vxe-toolbar/style.css +90 -0
- package/es/vxe-toolbar/style.min.css +1 -0
- package/es/vxe-ui/style.css +0 -0
- package/es/vxe-ui/style.min.css +0 -0
- package/es/vxe-v-x-e-table/style.css +0 -0
- package/es/vxe-v-x-e-table/style.min.css +0 -0
- package/lib/colgroup/style/index.js +1 -0
- package/lib/colgroup/style/style.css +0 -0
- package/lib/colgroup/style/style.min.css +0 -0
- package/lib/column/style/index.js +1 -0
- package/lib/column/style/style.css +0 -0
- package/lib/column/style/style.min.css +0 -0
- package/lib/grid/style/index.js +1 -0
- package/lib/grid/style/style.css +83 -0
- package/lib/grid/style/style.min.css +1 -0
- package/lib/iconfont.1739874198596.ttf +0 -0
- package/lib/iconfont.1739874198596.woff +0 -0
- package/lib/iconfont.1739874198596.woff2 +0 -0
- package/lib/index.css +1 -1
- package/lib/index.min.css +1 -1
- package/lib/index.umd.js +65 -31
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +715 -0
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +722 -0
- package/lib/locale/lang/hu-HU.min.js +1 -1
- package/lib/locale/lang/hu-HU.umd.js +715 -0
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +715 -0
- package/lib/locale/lang/ko-KR.min.js +1 -1
- package/lib/locale/lang/ko-KR.umd.js +715 -0
- package/lib/locale/lang/pt-BR.min.js +1 -1
- package/lib/locale/lang/pt-BR.umd.js +715 -0
- package/lib/locale/lang/ru-RU.min.js +1 -1
- package/lib/locale/lang/ru-RU.umd.js +715 -0
- package/lib/locale/lang/uk-UA.min.js +1 -1
- package/lib/locale/lang/uk-UA.umd.js +715 -0
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +715 -0
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +23 -0
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +23 -0
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +23 -0
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +23 -0
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/src/table.js +62 -27
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/style/index.js +1 -0
- package/lib/table/style/style.css +3476 -0
- package/lib/table/style/style.min.css +1 -0
- package/lib/toolbar/style/index.js +1 -0
- package/lib/toolbar/style/style.css +90 -0
- package/lib/toolbar/style/style.min.css +1 -0
- package/lib/ui/index.js +3 -3
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/lib/ui/style/index.js +1 -0
- package/lib/ui/style/style.css +0 -0
- package/lib/ui/style/style.min.css +0 -0
- package/lib/v-x-e-table/style/index.js +1 -0
- package/lib/v-x-e-table/style/style.css +0 -0
- package/lib/v-x-e-table/style/style.min.css +0 -0
- package/lib/vxe-colgroup/style/index.js +1 -0
- package/lib/vxe-colgroup/style/style.css +0 -0
- package/lib/vxe-colgroup/style/style.min.css +0 -0
- package/lib/vxe-column/style/index.js +1 -0
- package/lib/vxe-column/style/style.css +0 -0
- package/lib/vxe-column/style/style.min.css +0 -0
- package/lib/vxe-grid/style/index.js +1 -0
- package/lib/vxe-grid/style/style.css +83 -0
- package/lib/vxe-grid/style/style.min.css +1 -0
- package/lib/vxe-table/style/index.js +1 -0
- package/lib/vxe-table/style/style.css +3476 -0
- package/lib/vxe-table/style/style.min.css +1 -0
- package/lib/vxe-toolbar/style/index.js +1 -0
- package/lib/vxe-toolbar/style/style.css +90 -0
- package/lib/vxe-toolbar/style/style.min.css +1 -0
- package/lib/vxe-ui/style/index.js +1 -0
- package/lib/vxe-ui/style/style.css +0 -0
- package/lib/vxe-ui/style/style.min.css +0 -0
- package/lib/vxe-v-x-e-table/style/index.js +1 -0
- package/lib/vxe-v-x-e-table/style/style.css +0 -0
- package/lib/vxe-v-x-e-table/style/style.min.css +0 -0
- package/package.json +1 -1
- package/packages/table/src/table.ts +66 -31
- package/packages/ui/index.ts +2 -2
- package/styles/components/table.scss +2 -0
|
@@ -0,0 +1,722 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
if (typeof define === "function" && define.amd) {
|
|
3
|
+
define("vxe-table-lang.es-ES", ["exports"], factory);
|
|
4
|
+
} else if (typeof exports !== "undefined") {
|
|
5
|
+
factory(exports);
|
|
6
|
+
} else {
|
|
7
|
+
var mod = {
|
|
8
|
+
exports: {}
|
|
9
|
+
};
|
|
10
|
+
factory(mod.exports);
|
|
11
|
+
global.vxeTableLangEsES = mod.exports;
|
|
12
|
+
}
|
|
13
|
+
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports) {
|
|
14
|
+
"use strict";
|
|
15
|
+
|
|
16
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
17
|
+
value: true
|
|
18
|
+
});
|
|
19
|
+
_exports.default = void 0;
|
|
20
|
+
var _default = _exports.default = {
|
|
21
|
+
vxe: {
|
|
22
|
+
base: {
|
|
23
|
+
pleaseInput: 'Please input',
|
|
24
|
+
pleaseSelect: 'Select',
|
|
25
|
+
comma: ',',
|
|
26
|
+
fullStop: '.'
|
|
27
|
+
},
|
|
28
|
+
loading: {
|
|
29
|
+
text: 'Cargando...'
|
|
30
|
+
},
|
|
31
|
+
error: {
|
|
32
|
+
downErr: 'Download failed.',
|
|
33
|
+
errLargeData: '当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿',
|
|
34
|
+
groupFixed: 'If you use group headers, the freeze columns must be set by group.',
|
|
35
|
+
groupMouseRange: 'Los encabezados de agrupación y "{0}" no pueden ser utilizados al mismo tiempo, lo que puede causar errores.',
|
|
36
|
+
groupTag: 'El encabezado de columna de agrupación debería utilizar "{0}" en lugar de "{1}", lo que puede causar errores.',
|
|
37
|
+
scrollErrProp: 'El parámetro "{0}" no es compatible cuando el desplazamiento virtual está habilitado.',
|
|
38
|
+
errConflicts: 'El argumento "{0}" entra en conflicto con "{1}"',
|
|
39
|
+
unableInsert: 'No se puede insertar en la ubicación especificada.',
|
|
40
|
+
useErr: 'Error al instalar el módulo "{0}", posiblemente en el orden equivocado, los módulos dependientes deben ser instalados antes de la tabla.',
|
|
41
|
+
barUnableLink: 'La barra de herramientas no puede asociarse con la tabla.',
|
|
42
|
+
expandContent: 'La ranura de fila expandible debería ser "contenido", por favor revise si está correcta.',
|
|
43
|
+
reqComp: 'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',
|
|
44
|
+
reqModule: 'Requerir el módulo "{0}".',
|
|
45
|
+
reqProp: 'Falta el parámetro necesario "{0}", lo que puede causar errores.',
|
|
46
|
+
emptyProp: 'La propiedad "{0}" no se permite estar vacía.',
|
|
47
|
+
errProp: 'Parámetro no compatible "{0}", posiblemente "{1}".',
|
|
48
|
+
colRepet: 'columna.{0}="{0}" está duplicado, lo que puede hacer que algunas funciones sean inutilizables',
|
|
49
|
+
notFunc: 'El método "{0}" no existe.',
|
|
50
|
+
errFunc: 'The argument "{0}" is not a method',
|
|
51
|
+
notValidators: 'Global validators "{0}" no existe.',
|
|
52
|
+
notFormats: 'Global formats "{0}" no existe.',
|
|
53
|
+
notCommands: 'Global commands "{0}" no existe.',
|
|
54
|
+
notSlot: 'La ranura "{0}" no existe.',
|
|
55
|
+
noTree: 'La estructura de árbol no soporta "{0}".',
|
|
56
|
+
notProp: 'Parámetros no compatibles "{0}"',
|
|
57
|
+
checkProp: 'La casilla de verificación puede detenerse cuando la cantidad de datos es demasiado grande, se recomienda establecer el parámetro "{0}" para aumentar la velocidad de representación',
|
|
58
|
+
coverProp: 'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error.',
|
|
59
|
+
uniField: 'The field "{0}" is repeatedly defined, which may cause an error.',
|
|
60
|
+
repeatKey: 'The primary key repeats {0}="{1}", which may cause an error',
|
|
61
|
+
delFunc: 'La función "{0}" está en desuso, por favor use "{1}".',
|
|
62
|
+
delProp: 'La propiedad "{0}" está en desuso, por favor use "{1}".',
|
|
63
|
+
delEvent: 'El evento "{0}" está en desuso, por favor use "{1}"',
|
|
64
|
+
removeProp: 'La propiedad "{0}" está en desuso y no se recomienda, lo que puede causar un error.',
|
|
65
|
+
errFormat: 'El contenido formateado global debería ser definido con "VXETable.formats". No se recomienda montar "formatter={0}".',
|
|
66
|
+
notType: 'Tipos de archivo no compatibles "{0}"',
|
|
67
|
+
notExp: 'El navegador no es compatible con la importación / exportación.',
|
|
68
|
+
impFields: 'Error de importación, por favor revise que el nombre del campo y el formato de datos sean correctos.',
|
|
69
|
+
treeNotImp: 'La tabla de árbol no soporta importación.',
|
|
70
|
+
treeCrossDrag: 'Only drag and drop the first level',
|
|
71
|
+
treeDragChild: 'The parent cannot be dragged into its own child',
|
|
72
|
+
reqPlugin: 'Optional extension "{1}" https://vxeui.com/other{0}/#/{1}/install'
|
|
73
|
+
},
|
|
74
|
+
table: {
|
|
75
|
+
emptyText: 'No hay datos',
|
|
76
|
+
allTitle: 'Seleccionar todo / cancelar',
|
|
77
|
+
seqTitle: 'N/S',
|
|
78
|
+
actionTitle: 'Action',
|
|
79
|
+
confirmFilter: 'Confirmar',
|
|
80
|
+
resetFilter: 'Restablecer',
|
|
81
|
+
allFilter: 'Todo',
|
|
82
|
+
sortAsc: 'Ascendente: de menor a mayor',
|
|
83
|
+
sortDesc: 'Descendente: de mayor a menor',
|
|
84
|
+
filter: 'Habilitar filtro en columnas seleccionadas',
|
|
85
|
+
impSuccess: 'Se importaron {0} registros con éxito',
|
|
86
|
+
expLoading: 'Exportando',
|
|
87
|
+
expSuccess: 'Éxito al exportar',
|
|
88
|
+
expError: 'Export failure',
|
|
89
|
+
expFilename: 'Exportar_{0}',
|
|
90
|
+
expOriginFilename: 'Exportar_original_{0}',
|
|
91
|
+
customTitle: 'Configuraciones de columna',
|
|
92
|
+
customAll: 'Todo',
|
|
93
|
+
customConfirm: 'Confirm',
|
|
94
|
+
customClose: 'Close',
|
|
95
|
+
customCancel: 'Cancel',
|
|
96
|
+
customRestore: 'Restore',
|
|
97
|
+
maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}',
|
|
98
|
+
dragTip: 'Moving: {0}',
|
|
99
|
+
resizeColTip: '宽:{0} 像素',
|
|
100
|
+
resizeRowTip: '高:{0} 像素'
|
|
101
|
+
},
|
|
102
|
+
grid: {
|
|
103
|
+
selectOneRecord: '¡Seleccione al menos un registro!',
|
|
104
|
+
deleteSelectRecord: '¿Seguro que desea eliminar el registro seleccionado?',
|
|
105
|
+
removeSelectRecord: '¿Seguro que desea quitar el registro seleccionado?',
|
|
106
|
+
dataUnchanged: '¡Datos sin cambios!',
|
|
107
|
+
delSuccess: '¡Se eliminó con éxito el registro seleccionado!',
|
|
108
|
+
saveSuccess: '¡Guardado con éxito!',
|
|
109
|
+
operError: 'Se produjo un error, ¡operación fallida!'
|
|
110
|
+
},
|
|
111
|
+
select: {
|
|
112
|
+
search: 'Buscar',
|
|
113
|
+
loadingText: 'Cargando',
|
|
114
|
+
emptyText: 'No hay datos'
|
|
115
|
+
},
|
|
116
|
+
pager: {
|
|
117
|
+
goto: 'Ir a',
|
|
118
|
+
gotoTitle: 'Number',
|
|
119
|
+
pagesize: '{0}/página',
|
|
120
|
+
total: 'Total {0} registro',
|
|
121
|
+
pageClassifier: '',
|
|
122
|
+
homePage: 'Home',
|
|
123
|
+
homePageTitle: 'Home page',
|
|
124
|
+
prevPage: 'Página anterior',
|
|
125
|
+
prevPageTitle: 'Previous page',
|
|
126
|
+
nextPage: 'Siguiente página',
|
|
127
|
+
nextPageTitle: 'next page',
|
|
128
|
+
prevJump: 'Saltar página anterior',
|
|
129
|
+
prevJumpTitle: 'Jump previous page',
|
|
130
|
+
nextJump: 'Saltar siguiente página',
|
|
131
|
+
nextJumpTitle: 'Jump next page',
|
|
132
|
+
endPage: 'End page',
|
|
133
|
+
endPageTitle: 'End'
|
|
134
|
+
},
|
|
135
|
+
alert: {
|
|
136
|
+
title: 'System messages'
|
|
137
|
+
},
|
|
138
|
+
button: {
|
|
139
|
+
confirm: 'Confirmar',
|
|
140
|
+
cancel: 'Cancelar'
|
|
141
|
+
},
|
|
142
|
+
filter: {
|
|
143
|
+
search: '搜索'
|
|
144
|
+
},
|
|
145
|
+
custom: {
|
|
146
|
+
cstmTitle: 'Column Settings',
|
|
147
|
+
cstmRestore: 'Restore default',
|
|
148
|
+
cstmCancel: 'Cancelar',
|
|
149
|
+
cstmConfirm: 'Confirm',
|
|
150
|
+
cstmConfirmRestore: 'Please confirm whether to restore the default column configuration?',
|
|
151
|
+
cstmDragTarget: 'Moving: {0}',
|
|
152
|
+
setting: {
|
|
153
|
+
colSort: 'Sort',
|
|
154
|
+
sortHelpTip: 'Click and drag the icon to adjust the order of the columns.',
|
|
155
|
+
colTitle: '列标题',
|
|
156
|
+
colResizable: 'Column width (px)',
|
|
157
|
+
colVisible: 'Display',
|
|
158
|
+
colFixed: 'Freeze columns',
|
|
159
|
+
colFixedMax: 'Freeze columns (Max {0})',
|
|
160
|
+
fixedLeft: 'Left',
|
|
161
|
+
fixedUnset: 'Unset',
|
|
162
|
+
fixedRight: 'Right'
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
import: {
|
|
166
|
+
modes: {
|
|
167
|
+
covering: 'Overwrite mode (directly overwrite table data)',
|
|
168
|
+
insert: 'Bottom append (appends new data to the bottom of the table)',
|
|
169
|
+
insertTop: 'Top append (appends new data to the top of the table)',
|
|
170
|
+
insertBottom: 'Bottom append (appends new data to the bottom of the table)'
|
|
171
|
+
},
|
|
172
|
+
impTitle: 'Importar datos',
|
|
173
|
+
impFile: 'Nombre del archivo',
|
|
174
|
+
impSelect: 'Seleccionar archivo',
|
|
175
|
+
impType: 'Tipo de archivo',
|
|
176
|
+
impOpts: 'Configuración',
|
|
177
|
+
impMode: 'Import mode',
|
|
178
|
+
impConfirm: 'Importar',
|
|
179
|
+
impCancel: 'Cancelar'
|
|
180
|
+
},
|
|
181
|
+
export: {
|
|
182
|
+
types: {
|
|
183
|
+
csv: 'CSV (Separado por comas) (.csv)',
|
|
184
|
+
html: 'Página web (.html)',
|
|
185
|
+
xml: 'Datos XML (.xml)',
|
|
186
|
+
txt: 'Texto (Separado por tabulaciones) (.txt)',
|
|
187
|
+
xls: 'Libro de Excel 97-2003 (.xls)',
|
|
188
|
+
xlsx: 'Libro de Excel (.xlsx)',
|
|
189
|
+
pdf: 'PDF (*.pdf)'
|
|
190
|
+
},
|
|
191
|
+
modes: {
|
|
192
|
+
current: 'Datos actuales (datos de la página actual)',
|
|
193
|
+
selected: 'Datos seleccionados (datos seleccionados en la página actual)',
|
|
194
|
+
all: 'Todos los datos (incluidos todos los datos de paginación)'
|
|
195
|
+
},
|
|
196
|
+
printTitle: 'Imprimir datos',
|
|
197
|
+
expTitle: 'Exportar datos',
|
|
198
|
+
expName: 'Nombre del archivo',
|
|
199
|
+
expNamePlaceholder: 'Por favor, introduzca un nombre de archivo',
|
|
200
|
+
expSheetName: 'Título',
|
|
201
|
+
expSheetNamePlaceholder: 'Por favor, introduzca un título',
|
|
202
|
+
expType: 'Guardar el tipo',
|
|
203
|
+
expMode: 'Seleccionar datos',
|
|
204
|
+
expCurrentColumn: 'Todos los campos',
|
|
205
|
+
expColumn: 'Seleccionar campos',
|
|
206
|
+
expOpts: 'Configuración',
|
|
207
|
+
expOptHeader: 'Encabezado',
|
|
208
|
+
expHeaderTitle: '¿Necesita un encabezado?',
|
|
209
|
+
expOptFooter: 'Pie de página',
|
|
210
|
+
expFooterTitle: '¿Necesita el pie de página de la tabla?',
|
|
211
|
+
expOptColgroup: 'Encabezado de grupo',
|
|
212
|
+
expColgroupTitle: 'Si existe, se admiten encabezados con estructura de agrupación',
|
|
213
|
+
expOptMerge: 'Combinar',
|
|
214
|
+
expMergeTitle: 'Si existe, se admiten celdas con estructuras combinadas',
|
|
215
|
+
expOptAllExpand: 'Expandir nodos',
|
|
216
|
+
expAllExpandTitle: 'Si existe, se pueden expandir todos los datos con estructura de árbol',
|
|
217
|
+
expOptUseStyle: 'Estilos',
|
|
218
|
+
expUseStyleTitle: 'Si existe, se admiten celdas con estilos',
|
|
219
|
+
expOptOriginal: 'Datos de origen',
|
|
220
|
+
expOriginalTitle: 'Si son datos de origen, se admite la importación en la tabla',
|
|
221
|
+
expPrint: 'Imprimir',
|
|
222
|
+
expConfirm: 'Exportar',
|
|
223
|
+
expCancel: 'Cancelar'
|
|
224
|
+
},
|
|
225
|
+
modal: {
|
|
226
|
+
errTitle: 'Error',
|
|
227
|
+
zoomMin: 'Minimize',
|
|
228
|
+
zoomIn: 'Maximize',
|
|
229
|
+
zoomOut: 'Reducir',
|
|
230
|
+
close: 'Cerrar',
|
|
231
|
+
miniMaxSize: 'The number of minimized Windows cannot exceed {0}.',
|
|
232
|
+
footPropErr: '"show-footer" is only used to enable table tails and needs to be used in conjunction with "show-confirm-button" | "show-cancel-button" | slots'
|
|
233
|
+
},
|
|
234
|
+
drawer: {
|
|
235
|
+
close: 'Cerrar'
|
|
236
|
+
},
|
|
237
|
+
form: {
|
|
238
|
+
folding: 'Plegar',
|
|
239
|
+
unfolding: 'Desplegar'
|
|
240
|
+
},
|
|
241
|
+
toolbar: {
|
|
242
|
+
importar: 'Importar',
|
|
243
|
+
exportar: 'Exportar',
|
|
244
|
+
imprimir: 'Imprimir',
|
|
245
|
+
actualizar: 'Actualizar',
|
|
246
|
+
zoomIn: 'Pantalla completa',
|
|
247
|
+
zoomOut: 'Reducción',
|
|
248
|
+
custom: 'Configuración de columna',
|
|
249
|
+
customAll: 'Todo',
|
|
250
|
+
customConfirm: 'Confirmar',
|
|
251
|
+
customRestore: 'Restaurar',
|
|
252
|
+
fixedLeft: 'Freeze on the left',
|
|
253
|
+
fixedRight: 'Freeze on the right',
|
|
254
|
+
cancelFixed: 'Unfreeze column'
|
|
255
|
+
},
|
|
256
|
+
input: {
|
|
257
|
+
date: {
|
|
258
|
+
m1: 'Enero',
|
|
259
|
+
m2: 'Febrero',
|
|
260
|
+
m3: 'Marzo',
|
|
261
|
+
m4: 'Abril',
|
|
262
|
+
m5: 'Mayo',
|
|
263
|
+
m6: 'Junio',
|
|
264
|
+
m7: 'Julio',
|
|
265
|
+
m8: 'Agosto',
|
|
266
|
+
m9: 'Septiembre',
|
|
267
|
+
m10: 'Octubre',
|
|
268
|
+
m11: 'Noviembre',
|
|
269
|
+
m12: 'Diciembre',
|
|
270
|
+
quarterLabel: '{0}',
|
|
271
|
+
monthLabel: '{0}',
|
|
272
|
+
dayLabel: '{1} {0}',
|
|
273
|
+
labelFormat: {
|
|
274
|
+
date: 'dd/MM/yyyy',
|
|
275
|
+
time: 'HH:mm:ss',
|
|
276
|
+
datetime: 'yyyy-MM-dd HH:mm:ss',
|
|
277
|
+
week: '[Semana] WW, yyyy',
|
|
278
|
+
month: 'MM/yyyy',
|
|
279
|
+
quarter: '[Trimestre] q, yyyy',
|
|
280
|
+
year: 'yyyy'
|
|
281
|
+
},
|
|
282
|
+
weeks: {
|
|
283
|
+
w: 'Semana',
|
|
284
|
+
w0: 'Dom',
|
|
285
|
+
w1: 'Lun',
|
|
286
|
+
w2: 'Mar',
|
|
287
|
+
w3: 'Mié',
|
|
288
|
+
w4: 'Jue',
|
|
289
|
+
w5: 'Vie',
|
|
290
|
+
w6: 'Sáb'
|
|
291
|
+
},
|
|
292
|
+
months: {
|
|
293
|
+
m0: 'Ene',
|
|
294
|
+
m1: 'Feb',
|
|
295
|
+
m2: 'Mar',
|
|
296
|
+
m3: 'Abr',
|
|
297
|
+
m4: 'May',
|
|
298
|
+
m5: 'Jun',
|
|
299
|
+
m6: 'Jul',
|
|
300
|
+
m7: 'Ago',
|
|
301
|
+
m8: 'Sep',
|
|
302
|
+
m9: 'Oct',
|
|
303
|
+
m10: 'Nov',
|
|
304
|
+
m11: 'Dic'
|
|
305
|
+
},
|
|
306
|
+
quarters: {
|
|
307
|
+
q1: 'Primer trimestre',
|
|
308
|
+
q2: 'Segundo trimestre',
|
|
309
|
+
q3: 'Tercer trimestre',
|
|
310
|
+
q4: 'Cuarto trimestre'
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
numberInput: {
|
|
315
|
+
currencySymbol: '$'
|
|
316
|
+
},
|
|
317
|
+
imagePreview: {
|
|
318
|
+
popupTitle: 'Preview',
|
|
319
|
+
operBtn: {
|
|
320
|
+
zoomOut: 'Reduce',
|
|
321
|
+
zoomIn: 'Enlarge',
|
|
322
|
+
pctFull: 'Proportional scaling',
|
|
323
|
+
pct11: 'Show original size',
|
|
324
|
+
rotateLeft: 'Rotate left',
|
|
325
|
+
rotateRight: 'Rotate right',
|
|
326
|
+
print: 'Click to print',
|
|
327
|
+
download: 'Click to download'
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
upload: {
|
|
331
|
+
fileBtnText: 'Click or drag',
|
|
332
|
+
imgBtnText: 'Click or drag',
|
|
333
|
+
dragPlaceholder: 'Please drag and drop the file into this area to upload it.',
|
|
334
|
+
imgSizeHint: 'Single {0}',
|
|
335
|
+
imgCountHint: 'Up to {0}',
|
|
336
|
+
fileTypeHint: 'Support {0} file types',
|
|
337
|
+
fileSizeHint: 'Single file size does not exceed {0}',
|
|
338
|
+
fileCountHint: 'Up to {0} file can be uploaded',
|
|
339
|
+
uploadTypeErr: '文件类型不匹配!',
|
|
340
|
+
overCountErr: 'You can only choose {0} file!',
|
|
341
|
+
overCountExtraErr: 'It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!',
|
|
342
|
+
overSizeErr: 'The size of the file is not more than {0}}!',
|
|
343
|
+
reUpload: 'Re upload',
|
|
344
|
+
uploadProgress: 'Uploading {0}%',
|
|
345
|
+
uploadErr: 'Fail to upload',
|
|
346
|
+
uploadSuccess: 'Successfully upload',
|
|
347
|
+
moreBtnText: 'More ({0})',
|
|
348
|
+
viewItemTitle: 'click to view',
|
|
349
|
+
morePopup: {
|
|
350
|
+
readTitle: 'List',
|
|
351
|
+
imageTitle: 'Upload image',
|
|
352
|
+
fileTitle: 'Upload file'
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
empty: {
|
|
356
|
+
defText: 'No Data'
|
|
357
|
+
},
|
|
358
|
+
colorPicker: {
|
|
359
|
+
clear: '清除',
|
|
360
|
+
confirm: '确认',
|
|
361
|
+
copySuccess: '已复制到剪贴板:{0}'
|
|
362
|
+
},
|
|
363
|
+
formDesign: {
|
|
364
|
+
formName: 'Form name',
|
|
365
|
+
defFormTitle: 'Unnamed form',
|
|
366
|
+
widgetPropTab: 'Field property',
|
|
367
|
+
widgetFormTab: 'Form property',
|
|
368
|
+
error: {
|
|
369
|
+
wdFormUni: '该类型的控件在表单中只允许添加一个',
|
|
370
|
+
wdSubUni: '该类型的控件在子表中只允许添加一个'
|
|
371
|
+
},
|
|
372
|
+
styleSetting: {
|
|
373
|
+
btn: 'Style setting',
|
|
374
|
+
title: 'Form style setting',
|
|
375
|
+
layoutTitle: 'Field layout',
|
|
376
|
+
verticalLayout: 'Vertical layout',
|
|
377
|
+
horizontalLayout: 'Horizontal layout',
|
|
378
|
+
styleTitle: 'Title style',
|
|
379
|
+
boldTitle: 'Bold title',
|
|
380
|
+
fontBold: 'Bold',
|
|
381
|
+
fontNormal: 'Normal',
|
|
382
|
+
colonTitle: 'Display colon',
|
|
383
|
+
colonVisible: 'Visible',
|
|
384
|
+
colonHidden: 'Hidden',
|
|
385
|
+
alignTitle: 'Title align',
|
|
386
|
+
widthTitle: 'Title width',
|
|
387
|
+
alignLeft: 'Left',
|
|
388
|
+
alignRight: 'Right',
|
|
389
|
+
unitPx: 'Px',
|
|
390
|
+
unitPct: 'Pct'
|
|
391
|
+
},
|
|
392
|
+
widget: {
|
|
393
|
+
group: {
|
|
394
|
+
base: 'Base control',
|
|
395
|
+
layout: 'Layout control',
|
|
396
|
+
system: 'System control',
|
|
397
|
+
module: 'Module control',
|
|
398
|
+
chart: 'Chart control',
|
|
399
|
+
advanced: 'Advanced control'
|
|
400
|
+
},
|
|
401
|
+
copyTitle: 'Copy_{0}',
|
|
402
|
+
component: {
|
|
403
|
+
input: 'Input',
|
|
404
|
+
textarea: 'Textarea',
|
|
405
|
+
select: 'Select',
|
|
406
|
+
row: 'Row/column',
|
|
407
|
+
title: 'Title',
|
|
408
|
+
text: 'Text',
|
|
409
|
+
subtable: 'Subtable',
|
|
410
|
+
VxeSwitch: 'Yes/no',
|
|
411
|
+
VxeInput: 'Input',
|
|
412
|
+
VxeNumberInput: 'Number',
|
|
413
|
+
VxeDatePicker: 'Date',
|
|
414
|
+
VxeTextarea: 'Textarea',
|
|
415
|
+
VxeSelect: 'Select',
|
|
416
|
+
VxeTreeSelect: 'Tree select',
|
|
417
|
+
VxeRadioGroup: 'Radio',
|
|
418
|
+
VxeCheckboxGroup: 'Checkbox',
|
|
419
|
+
VxeUploadFile: 'File',
|
|
420
|
+
VxeUploadImage: 'Image',
|
|
421
|
+
VxeRate: 'Rate',
|
|
422
|
+
VxeSlider: 'Slider'
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
widgetProp: {
|
|
426
|
+
name: 'Field name',
|
|
427
|
+
placeholder: 'Field placeholder',
|
|
428
|
+
required: 'Required',
|
|
429
|
+
multiple: 'Allow to select multiple',
|
|
430
|
+
displaySetting: {
|
|
431
|
+
name: 'Display setting',
|
|
432
|
+
pc: 'PC',
|
|
433
|
+
mobile: 'Mobile',
|
|
434
|
+
visible: 'Visible',
|
|
435
|
+
hidden: 'Hidden'
|
|
436
|
+
},
|
|
437
|
+
dataSource: {
|
|
438
|
+
name: 'Data source',
|
|
439
|
+
defValue: 'Option {0}',
|
|
440
|
+
addOption: 'Add option',
|
|
441
|
+
batchEditOption: 'Batch edit',
|
|
442
|
+
batchEditTip: 'Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.',
|
|
443
|
+
batchEditSubTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.',
|
|
444
|
+
buildOption: 'Build option'
|
|
445
|
+
},
|
|
446
|
+
rowProp: {
|
|
447
|
+
colSize: 'Number of columns',
|
|
448
|
+
col2: 'Two columns',
|
|
449
|
+
col3: 'Three columns',
|
|
450
|
+
col4: 'Four columns',
|
|
451
|
+
col6: 'Six columns',
|
|
452
|
+
layout: 'Layout'
|
|
453
|
+
},
|
|
454
|
+
textProp: {
|
|
455
|
+
name: 'Content',
|
|
456
|
+
alignTitle: 'Align',
|
|
457
|
+
alignLeft: 'Left',
|
|
458
|
+
alignCenter: 'Center',
|
|
459
|
+
alignRight: 'Right',
|
|
460
|
+
colorTitle: 'Color',
|
|
461
|
+
sizeTitle: 'Font size',
|
|
462
|
+
boldTitle: 'Font bold',
|
|
463
|
+
fontNormal: 'Normal',
|
|
464
|
+
fontBold: 'Bold'
|
|
465
|
+
},
|
|
466
|
+
subtableProp: {
|
|
467
|
+
seqTitle: 'S/N',
|
|
468
|
+
showSeq: 'Display serial number',
|
|
469
|
+
showCheckbox: 'Allow multiple selections',
|
|
470
|
+
errSubDrag: 'The sub table does not support this control. Please use another control.',
|
|
471
|
+
colPlace: 'Drag the control in.'
|
|
472
|
+
},
|
|
473
|
+
uploadProp: {
|
|
474
|
+
limitFileCount: 'File quantity limitation',
|
|
475
|
+
limitFileSize: 'File size limitation',
|
|
476
|
+
multiFile: 'Allows multiple files',
|
|
477
|
+
limitImgCount: 'Image quantity limitation',
|
|
478
|
+
limitImgSize: 'Image size limitation',
|
|
479
|
+
multiImg: 'Allows multiple images'
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
listDesign: {
|
|
484
|
+
fieldSettingTab: 'Field',
|
|
485
|
+
listSettingTab: 'Parameter',
|
|
486
|
+
searchTitle: 'Search',
|
|
487
|
+
listTitle: 'List',
|
|
488
|
+
searchField: 'Search field',
|
|
489
|
+
listField: 'List field',
|
|
490
|
+
activeBtn: {
|
|
491
|
+
ActionButtonUpdate: 'Edit',
|
|
492
|
+
ActionButtonDelete: 'Delete'
|
|
493
|
+
},
|
|
494
|
+
search: {
|
|
495
|
+
addBtn: 'Edit',
|
|
496
|
+
emptyText: 'No filter condition is configured.',
|
|
497
|
+
editPopupTitle: 'Edit search fields'
|
|
498
|
+
},
|
|
499
|
+
searchPopup: {
|
|
500
|
+
colTitle: 'Title',
|
|
501
|
+
saveBtn: 'Save'
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
text: {
|
|
505
|
+
copySuccess: 'Successfully copied to clipboard.',
|
|
506
|
+
copyError: 'The current environment does not support this operation.'
|
|
507
|
+
},
|
|
508
|
+
countdown: {
|
|
509
|
+
formats: {
|
|
510
|
+
yyyy: 'Year',
|
|
511
|
+
MM: 'Moon',
|
|
512
|
+
dd: 'Day',
|
|
513
|
+
HH: 'Hour',
|
|
514
|
+
mm: 'Minute',
|
|
515
|
+
ss: 'Second'
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
/**
|
|
519
|
+
* 扩展插件
|
|
520
|
+
*/
|
|
521
|
+
plugins: {
|
|
522
|
+
extendCellArea: {
|
|
523
|
+
area: {
|
|
524
|
+
mergeErr: '无法对合并单元格进行该操作',
|
|
525
|
+
multiErr: '无法对多重选择区域进行该操作',
|
|
526
|
+
selectErr: '无法操作指定区域的单元格',
|
|
527
|
+
extendErr: '如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同',
|
|
528
|
+
pasteMultiErr: '无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作',
|
|
529
|
+
cpInvalidErr: '该操作无法进行,您选择的区域中存在被禁止的列({0})'
|
|
530
|
+
},
|
|
531
|
+
fnr: {
|
|
532
|
+
title: '查找和替换',
|
|
533
|
+
findLabel: '查找',
|
|
534
|
+
replaceLabel: '替换',
|
|
535
|
+
findTitle: '查找内容:',
|
|
536
|
+
replaceTitle: '替换为:',
|
|
537
|
+
tabs: {
|
|
538
|
+
find: '查找',
|
|
539
|
+
replace: '替换'
|
|
540
|
+
},
|
|
541
|
+
filter: {
|
|
542
|
+
re: '正则表达式',
|
|
543
|
+
whole: '全词匹配',
|
|
544
|
+
sensitive: '区分大小写'
|
|
545
|
+
},
|
|
546
|
+
btns: {
|
|
547
|
+
findNext: '查找下一个',
|
|
548
|
+
findAll: '查找全部',
|
|
549
|
+
replace: '替换',
|
|
550
|
+
replaceAll: '替换全部',
|
|
551
|
+
cancel: '取消'
|
|
552
|
+
},
|
|
553
|
+
header: {
|
|
554
|
+
seq: '#',
|
|
555
|
+
cell: '单元格',
|
|
556
|
+
value: '值'
|
|
557
|
+
},
|
|
558
|
+
body: {
|
|
559
|
+
row: '行:{0}',
|
|
560
|
+
col: '列:{0}'
|
|
561
|
+
},
|
|
562
|
+
empty: '(空值)',
|
|
563
|
+
reError: '无效的正则表达式',
|
|
564
|
+
recordCount: '已找到 {0} 个单元格',
|
|
565
|
+
notCell: '找不到匹配的单元格',
|
|
566
|
+
replaceSuccess: '成功替换 {0} 个单元格'
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
filterComplexInput: {
|
|
570
|
+
menus: {
|
|
571
|
+
fixedColumn: '锁定列',
|
|
572
|
+
fixedGroup: '锁定组',
|
|
573
|
+
cancelFixed: '取消锁定',
|
|
574
|
+
fixedLeft: '锁定左侧',
|
|
575
|
+
fixedRight: '锁定右侧'
|
|
576
|
+
},
|
|
577
|
+
cases: {
|
|
578
|
+
equal: '等于',
|
|
579
|
+
gt: '大于',
|
|
580
|
+
lt: '小于',
|
|
581
|
+
begin: '开头是',
|
|
582
|
+
endin: '结尾是',
|
|
583
|
+
include: '包含',
|
|
584
|
+
isSensitive: '区分大小写'
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
filterCombination: {
|
|
588
|
+
menus: {
|
|
589
|
+
clearSort: '清除排序',
|
|
590
|
+
sortAsc: '升序',
|
|
591
|
+
sortDesc: '降序',
|
|
592
|
+
fixedColumn: '锁定列',
|
|
593
|
+
fixedGroup: '锁定组',
|
|
594
|
+
cancelFixed: '取消锁定',
|
|
595
|
+
fixedLeft: '锁定左侧',
|
|
596
|
+
fixedRight: '锁定右侧',
|
|
597
|
+
clearFilter: '清除筛选',
|
|
598
|
+
textOption: '文本筛选',
|
|
599
|
+
numberOption: '数值筛选'
|
|
600
|
+
},
|
|
601
|
+
popup: {
|
|
602
|
+
title: '自定义筛选的方式',
|
|
603
|
+
currColumnTitle: '当前列:',
|
|
604
|
+
and: '与',
|
|
605
|
+
or: '或',
|
|
606
|
+
describeHtml: '可用 ? 代表单个字符<br/>用 * 代表任意多个字符'
|
|
607
|
+
},
|
|
608
|
+
cases: {
|
|
609
|
+
equal: '等于',
|
|
610
|
+
unequal: '不等于',
|
|
611
|
+
gt: '大于',
|
|
612
|
+
ge: '大于或等于',
|
|
613
|
+
lt: '小于',
|
|
614
|
+
le: '小于或等于',
|
|
615
|
+
begin: '开头是',
|
|
616
|
+
notbegin: '开头不是',
|
|
617
|
+
endin: '结尾是',
|
|
618
|
+
notendin: '结尾不是',
|
|
619
|
+
include: '包含',
|
|
620
|
+
exclude: '不包含',
|
|
621
|
+
between: '介于',
|
|
622
|
+
custom: '自定义筛选',
|
|
623
|
+
insensitive: '不区分大小写',
|
|
624
|
+
isSensitive: '区分大小写'
|
|
625
|
+
},
|
|
626
|
+
empty: '(空白)',
|
|
627
|
+
notData: '无匹配项'
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
/**
|
|
631
|
+
* 以下废弃
|
|
632
|
+
* @deprecated
|
|
633
|
+
*/
|
|
634
|
+
renderer: {
|
|
635
|
+
search: 'Buscar',
|
|
636
|
+
cases: {
|
|
637
|
+
equal: 'Igual',
|
|
638
|
+
unequal: 'Distinto que',
|
|
639
|
+
gt: 'Mayor que',
|
|
640
|
+
ge: 'Mayor o igual que',
|
|
641
|
+
lt: 'Menor que',
|
|
642
|
+
le: 'Menor o igual que',
|
|
643
|
+
begin: 'Empieza por',
|
|
644
|
+
notbegin: 'No empieza por',
|
|
645
|
+
endin: 'Termina con',
|
|
646
|
+
notendin: 'No termina con',
|
|
647
|
+
include: 'Incluye',
|
|
648
|
+
exclude: 'Excluye',
|
|
649
|
+
between: 'Entre',
|
|
650
|
+
custom: 'Filtro personalizado',
|
|
651
|
+
insensitive: 'No sensible a mayúsculas/minúsculas',
|
|
652
|
+
isSensitive: 'Sensible a mayúsculas/minúsculas'
|
|
653
|
+
},
|
|
654
|
+
combination: {
|
|
655
|
+
menus: {
|
|
656
|
+
clearSort: 'Limpiar ordenamiento',
|
|
657
|
+
sortAsc: 'Orden ascendente',
|
|
658
|
+
sortDesc: 'Orden descendente',
|
|
659
|
+
fixedColumn: 'Columna fija',
|
|
660
|
+
fixedGroup: 'Grupo fijo',
|
|
661
|
+
cancelFixed: 'Borrar fijado',
|
|
662
|
+
fixedLeft: 'Fijar a la izquierda',
|
|
663
|
+
fixedRight: 'Fijar a la derecha',
|
|
664
|
+
clearFilter: 'Limpiar filtro',
|
|
665
|
+
textOption: 'Filtro de texto',
|
|
666
|
+
numberOption: 'Filtro de número'
|
|
667
|
+
},
|
|
668
|
+
popup: {
|
|
669
|
+
title: 'Filtro personalizado',
|
|
670
|
+
currColumnTitle: 'Columna actual:',
|
|
671
|
+
and: 'Y',
|
|
672
|
+
or: 'O',
|
|
673
|
+
describeHtml: 'Use ? para representar un solo carácter <br/> use * para representar cualquier número de caracteres'
|
|
674
|
+
},
|
|
675
|
+
empty: '(Vacío)',
|
|
676
|
+
notData: 'No hay datos'
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
pro: {
|
|
680
|
+
area: {
|
|
681
|
+
mergeErr: 'La operación no se puede realizar en celdas combinadas',
|
|
682
|
+
multiErr: 'La operación no se puede realizar en áreas de selección múltiple',
|
|
683
|
+
extendErr: 'Si el área extendida contiene celdas combinadas, todas las celdas combinadas deben tener el mismo tamaño',
|
|
684
|
+
pasteMultiErr: 'No se puede pegar, se requieren áreas copiadas y pegadas del mismo tamaño para realizar esta operación'
|
|
685
|
+
},
|
|
686
|
+
fnr: {
|
|
687
|
+
title: 'Buscar y reemplazar',
|
|
688
|
+
findLabel: 'Buscar',
|
|
689
|
+
replaceLabel: 'Reemplazar',
|
|
690
|
+
findTitle: 'Qué buscar:',
|
|
691
|
+
replaceTitle: 'Reemplazar con:',
|
|
692
|
+
tabs: {
|
|
693
|
+
find: 'Buscar',
|
|
694
|
+
replace: 'Reemplazar'
|
|
695
|
+
},
|
|
696
|
+
filter: {
|
|
697
|
+
re: 'Expresión regular',
|
|
698
|
+
whole: 'Palabra completa',
|
|
699
|
+
sensitive: 'Distinguir mayúsculas y minúsculas'
|
|
700
|
+
},
|
|
701
|
+
btns: {
|
|
702
|
+
findNext: 'Buscar siguiente',
|
|
703
|
+
findAll: 'Buscar todo',
|
|
704
|
+
replace: 'Reemplazar',
|
|
705
|
+
replaceAll: 'Reemplazar todo',
|
|
706
|
+
cancel: 'Cancelar'
|
|
707
|
+
},
|
|
708
|
+
header: {
|
|
709
|
+
seq: '#',
|
|
710
|
+
cell: 'Celda',
|
|
711
|
+
value: 'Valor'
|
|
712
|
+
},
|
|
713
|
+
empty: '(Vacío)',
|
|
714
|
+
reError: 'Expresión regular inválida',
|
|
715
|
+
recordCount: 'Se encontraron {0} celdas',
|
|
716
|
+
notCell: 'No se encontraron celdas coincidentes',
|
|
717
|
+
replaceSuccess: 'Se reemplazaron {0} celdas con éxito'
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
};
|
|
722
|
+
});
|