vxe-table 4.6.2 → 4.6.4
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/custom/src/hook.js +2 -1
- package/es/icon/style.css +1 -1
- package/es/locale/lang/en-US.js +200 -86
- package/es/locale/lang/es-ES.js +200 -86
- package/es/locale/lang/ja-JP.js +200 -86
- package/es/locale/lang/zh-CN.js +200 -86
- package/es/locale/lang/zh-TC.js +200 -86
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table/src/emits.js +1 -0
- package/es/table/src/table.js +9 -4
- package/es/toolbar/src/toolbar.js +4 -4
- package/es/tools/log.js +1 -1
- package/es/v-x-e-table/index.js +1 -1
- package/lib/custom/src/hook.js +2 -0
- package/lib/custom/src/hook.min.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.umd.js +218 -97
- package/lib/index.umd.min.js +1 -1
- package/lib/locale/lang/en-US.js +200 -86
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +200 -86
- package/lib/locale/lang/es-ES.js +200 -86
- package/lib/locale/lang/es-ES.min.js +1 -1
- package/lib/locale/lang/es-ES.umd.js +200 -86
- package/lib/locale/lang/ja-JP.js +200 -86
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +200 -86
- package/lib/locale/lang/zh-CN.js +200 -86
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +200 -86
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +200 -86
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +200 -86
- package/lib/locale/lang/zh-TC.js +200 -86
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +200 -86
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +200 -86
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table/src/emits.js +1 -1
- package/lib/table/src/emits.min.js +1 -1
- package/lib/table/src/table.js +9 -4
- package/lib/table/src/table.min.js +1 -1
- package/lib/toolbar/src/toolbar.js +4 -4
- package/lib/toolbar/src/toolbar.min.js +1 -1
- package/lib/tools/log.js +1 -1
- package/lib/tools/log.min.js +1 -1
- package/lib/v-x-e-table/index.js +1 -1
- package/lib/v-x-e-table/index.min.js +1 -1
- package/package.json +1 -1
- package/packages/custom/src/hook.ts +2 -1
- package/packages/locale/lang/en-US.ts +202 -86
- package/packages/locale/lang/es-ES.ts +202 -86
- package/packages/locale/lang/ja-JP.ts +202 -86
- package/packages/locale/lang/zh-CN.ts +202 -86
- package/packages/locale/lang/zh-TC.ts +202 -86
- package/packages/table/src/emits.ts +1 -0
- package/packages/table/src/table.ts +9 -4
- package/packages/toolbar/src/toolbar.ts +4 -4
- package/types/plugins/extend-cell-area.d.ts +16 -0
- package/types/table.d.ts +17 -0
- package/types/tooltip.d.ts +1 -1
- /package/es/icon/style/{iconfont.1713849212016.ttf → iconfont.1714027257286.ttf} +0 -0
- /package/es/icon/style/{iconfont.1713849212016.woff → iconfont.1714027257286.woff} +0 -0
- /package/es/icon/style/{iconfont.1713849212016.woff2 → iconfont.1714027257286.woff2} +0 -0
- /package/es/{iconfont.1713849212016.ttf → iconfont.1714027257286.ttf} +0 -0
- /package/es/{iconfont.1713849212016.woff → iconfont.1714027257286.woff} +0 -0
- /package/es/{iconfont.1713849212016.woff2 → iconfont.1714027257286.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1713849212016.ttf → iconfont.1714027257286.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1713849212016.woff → iconfont.1714027257286.woff} +0 -0
- /package/lib/icon/style/{iconfont.1713849212016.woff2 → iconfont.1714027257286.woff2} +0 -0
- /package/lib/{iconfont.1713849212016.ttf → iconfont.1714027257286.ttf} +0 -0
- /package/lib/{iconfont.1713849212016.woff → iconfont.1714027257286.woff} +0 -0
- /package/lib/{iconfont.1713849212016.woff2 → iconfont.1714027257286.woff2} +0 -0
package/lib/locale/lang/es-ES.js
CHANGED
|
@@ -48,92 +48,6 @@ var _default = exports.default = {
|
|
|
48
48
|
impFields: 'Error de importación, por favor revise que el nombre del campo y el formato de datos sean correctos.',
|
|
49
49
|
treeNotImp: 'La tabla de árbol no soporta importación.'
|
|
50
50
|
},
|
|
51
|
-
renderer: {
|
|
52
|
-
search: 'Buscar',
|
|
53
|
-
cases: {
|
|
54
|
-
equal: 'Igual',
|
|
55
|
-
unequal: 'Distinto que',
|
|
56
|
-
gt: 'Mayor que',
|
|
57
|
-
ge: 'Mayor o igual que',
|
|
58
|
-
lt: 'Menor que',
|
|
59
|
-
le: 'Menor o igual que',
|
|
60
|
-
begin: 'Empieza por',
|
|
61
|
-
notbegin: 'No empieza por',
|
|
62
|
-
endin: 'Termina con',
|
|
63
|
-
notendin: 'No termina con',
|
|
64
|
-
include: 'Incluye',
|
|
65
|
-
exclude: 'Excluye',
|
|
66
|
-
between: 'Entre',
|
|
67
|
-
custom: 'Filtro personalizado',
|
|
68
|
-
insensitive: 'No sensible a mayúsculas/minúsculas',
|
|
69
|
-
isSensitive: 'Sensible a mayúsculas/minúsculas'
|
|
70
|
-
},
|
|
71
|
-
combination: {
|
|
72
|
-
menus: {
|
|
73
|
-
clearSort: 'Limpiar ordenamiento',
|
|
74
|
-
sortAsc: 'Orden ascendente',
|
|
75
|
-
sortDesc: 'Orden descendente',
|
|
76
|
-
fixedColumn: 'Columna fija',
|
|
77
|
-
fixedGroup: 'Grupo fijo',
|
|
78
|
-
cancelFixed: 'Borrar fijado',
|
|
79
|
-
fixedLeft: 'Fijar a la izquierda',
|
|
80
|
-
fixedRight: 'Fijar a la derecha',
|
|
81
|
-
clearFilter: 'Limpiar filtro',
|
|
82
|
-
textOption: 'Filtro de texto',
|
|
83
|
-
numberOption: 'Filtro de número'
|
|
84
|
-
},
|
|
85
|
-
popup: {
|
|
86
|
-
title: 'Filtro personalizado',
|
|
87
|
-
currColumnTitle: 'Columna actual:',
|
|
88
|
-
and: 'Y',
|
|
89
|
-
or: 'O',
|
|
90
|
-
describeHtml: 'Use ? para representar un solo carácter <br/> use * para representar cualquier número de caracteres'
|
|
91
|
-
},
|
|
92
|
-
empty: '(Vacío)',
|
|
93
|
-
notData: 'No hay datos'
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
pro: {
|
|
97
|
-
area: {
|
|
98
|
-
mergeErr: 'La operación no se puede realizar en celdas combinadas',
|
|
99
|
-
multiErr: 'La operación no se puede realizar en áreas de selección múltiple',
|
|
100
|
-
extendErr: 'Si el área extendida contiene celdas combinadas, todas las celdas combinadas deben tener el mismo tamaño',
|
|
101
|
-
pasteMultiErr: 'No se puede pegar, se requieren áreas copiadas y pegadas del mismo tamaño para realizar esta operación'
|
|
102
|
-
},
|
|
103
|
-
fnr: {
|
|
104
|
-
title: 'Buscar y reemplazar',
|
|
105
|
-
findLabel: 'Buscar',
|
|
106
|
-
replaceLabel: 'Reemplazar',
|
|
107
|
-
findTitle: 'Qué buscar:',
|
|
108
|
-
replaceTitle: 'Reemplazar con:',
|
|
109
|
-
tabs: {
|
|
110
|
-
find: 'Buscar',
|
|
111
|
-
replace: 'Reemplazar'
|
|
112
|
-
},
|
|
113
|
-
filter: {
|
|
114
|
-
re: 'Expresión regular',
|
|
115
|
-
whole: 'Palabra completa',
|
|
116
|
-
sensitive: 'Distinguir mayúsculas y minúsculas'
|
|
117
|
-
},
|
|
118
|
-
btns: {
|
|
119
|
-
findNext: 'Buscar siguiente',
|
|
120
|
-
findAll: 'Buscar todo',
|
|
121
|
-
replace: 'Reemplazar',
|
|
122
|
-
replaceAll: 'Reemplazar todo',
|
|
123
|
-
cancel: 'Cancelar'
|
|
124
|
-
},
|
|
125
|
-
header: {
|
|
126
|
-
seq: '#',
|
|
127
|
-
cell: 'Celda',
|
|
128
|
-
value: 'Valor'
|
|
129
|
-
},
|
|
130
|
-
empty: '(Vacío)',
|
|
131
|
-
reError: 'Expresión regular inválida',
|
|
132
|
-
recordCount: 'Se encontraron {0} celdas',
|
|
133
|
-
notCell: 'No se encontraron celdas coincidentes',
|
|
134
|
-
replaceSuccess: 'Se reemplazaron {0} celdas con éxito'
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
51
|
table: {
|
|
138
52
|
emptyText: 'No hay datos',
|
|
139
53
|
allTitle: 'Seleccionar todo / cancelar',
|
|
@@ -186,6 +100,9 @@ var _default = exports.default = {
|
|
|
186
100
|
confirm: 'Confirmar',
|
|
187
101
|
cancel: 'Cancelar'
|
|
188
102
|
},
|
|
103
|
+
filter: {
|
|
104
|
+
search: '搜索'
|
|
105
|
+
},
|
|
189
106
|
custom: {
|
|
190
107
|
cstmTitle: 'Column Settings',
|
|
191
108
|
cstmRestore: 'Restore default',
|
|
@@ -330,6 +247,203 @@ var _default = exports.default = {
|
|
|
330
247
|
q4: 'Cuarto trimestre'
|
|
331
248
|
}
|
|
332
249
|
}
|
|
250
|
+
},
|
|
251
|
+
/**
|
|
252
|
+
* 扩展插件
|
|
253
|
+
*/
|
|
254
|
+
plugins: {
|
|
255
|
+
extendCellArea: {
|
|
256
|
+
area: {
|
|
257
|
+
mergeErr: '无法对合并单元格进行该操作',
|
|
258
|
+
multiErr: '无法对多重选择区域进行该操作',
|
|
259
|
+
extendErr: '如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同',
|
|
260
|
+
pasteMultiErr: '无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作',
|
|
261
|
+
cpInvalidErr: '该操作无法进行,您选择的区域中存在被禁止的列({0})'
|
|
262
|
+
},
|
|
263
|
+
fnr: {
|
|
264
|
+
title: '查找和替换',
|
|
265
|
+
findLabel: '查找',
|
|
266
|
+
replaceLabel: '替换',
|
|
267
|
+
findTitle: '查找内容:',
|
|
268
|
+
replaceTitle: '替换为:',
|
|
269
|
+
tabs: {
|
|
270
|
+
find: '查找',
|
|
271
|
+
replace: '替换'
|
|
272
|
+
},
|
|
273
|
+
filter: {
|
|
274
|
+
re: '正则表达式',
|
|
275
|
+
whole: '全词匹配',
|
|
276
|
+
sensitive: '区分大小写'
|
|
277
|
+
},
|
|
278
|
+
btns: {
|
|
279
|
+
findNext: '查找下一个',
|
|
280
|
+
findAll: '查找全部',
|
|
281
|
+
replace: '替换',
|
|
282
|
+
replaceAll: '替换全部',
|
|
283
|
+
cancel: '取消'
|
|
284
|
+
},
|
|
285
|
+
header: {
|
|
286
|
+
seq: '#',
|
|
287
|
+
cell: '单元格',
|
|
288
|
+
value: '值'
|
|
289
|
+
},
|
|
290
|
+
empty: '(空值)',
|
|
291
|
+
reError: '无效的正则表达式',
|
|
292
|
+
recordCount: '已找到 {0} 个单元格',
|
|
293
|
+
notCell: '找不到匹配的单元格',
|
|
294
|
+
replaceSuccess: '成功替换 {0} 个单元格'
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
filterComplexInput: {
|
|
298
|
+
menus: {
|
|
299
|
+
fixedColumn: '锁定列',
|
|
300
|
+
fixedGroup: '锁定组',
|
|
301
|
+
cancelFixed: '取消锁定',
|
|
302
|
+
fixedLeft: '锁定左侧',
|
|
303
|
+
fixedRight: '锁定右侧'
|
|
304
|
+
},
|
|
305
|
+
cases: {
|
|
306
|
+
equal: '等于',
|
|
307
|
+
gt: '大于',
|
|
308
|
+
lt: '小于',
|
|
309
|
+
begin: '开头是',
|
|
310
|
+
endin: '结尾是',
|
|
311
|
+
include: '包含',
|
|
312
|
+
isSensitive: '区分大小写'
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
filterCombination: {
|
|
316
|
+
menus: {
|
|
317
|
+
clearSort: '清除排序',
|
|
318
|
+
sortAsc: '升序',
|
|
319
|
+
sortDesc: '降序',
|
|
320
|
+
fixedColumn: '锁定列',
|
|
321
|
+
fixedGroup: '锁定组',
|
|
322
|
+
cancelFixed: '取消锁定',
|
|
323
|
+
fixedLeft: '锁定左侧',
|
|
324
|
+
fixedRight: '锁定右侧',
|
|
325
|
+
clearFilter: '清除筛选',
|
|
326
|
+
textOption: '文本筛选',
|
|
327
|
+
numberOption: '数值筛选'
|
|
328
|
+
},
|
|
329
|
+
popup: {
|
|
330
|
+
title: '自定义筛选的方式',
|
|
331
|
+
currColumnTitle: '当前列:',
|
|
332
|
+
and: '与',
|
|
333
|
+
or: '或',
|
|
334
|
+
describeHtml: '可用 ? 代表单个字符<br/>用 * 代表任意多个字符'
|
|
335
|
+
},
|
|
336
|
+
cases: {
|
|
337
|
+
equal: '等于',
|
|
338
|
+
unequal: '不等于',
|
|
339
|
+
gt: '大于',
|
|
340
|
+
ge: '大于或等于',
|
|
341
|
+
lt: '小于',
|
|
342
|
+
le: '小于或等于',
|
|
343
|
+
begin: '开头是',
|
|
344
|
+
notbegin: '开头不是',
|
|
345
|
+
endin: '结尾是',
|
|
346
|
+
notendin: '结尾不是',
|
|
347
|
+
include: '包含',
|
|
348
|
+
exclude: '不包含',
|
|
349
|
+
between: '介于',
|
|
350
|
+
custom: '自定义筛选',
|
|
351
|
+
insensitive: '不区分大小写',
|
|
352
|
+
isSensitive: '区分大小写'
|
|
353
|
+
},
|
|
354
|
+
empty: '(空白)',
|
|
355
|
+
notData: '无匹配项'
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
/**
|
|
359
|
+
* 以下废弃
|
|
360
|
+
* @deprecated
|
|
361
|
+
*/
|
|
362
|
+
renderer: {
|
|
363
|
+
search: 'Buscar',
|
|
364
|
+
cases: {
|
|
365
|
+
equal: 'Igual',
|
|
366
|
+
unequal: 'Distinto que',
|
|
367
|
+
gt: 'Mayor que',
|
|
368
|
+
ge: 'Mayor o igual que',
|
|
369
|
+
lt: 'Menor que',
|
|
370
|
+
le: 'Menor o igual que',
|
|
371
|
+
begin: 'Empieza por',
|
|
372
|
+
notbegin: 'No empieza por',
|
|
373
|
+
endin: 'Termina con',
|
|
374
|
+
notendin: 'No termina con',
|
|
375
|
+
include: 'Incluye',
|
|
376
|
+
exclude: 'Excluye',
|
|
377
|
+
between: 'Entre',
|
|
378
|
+
custom: 'Filtro personalizado',
|
|
379
|
+
insensitive: 'No sensible a mayúsculas/minúsculas',
|
|
380
|
+
isSensitive: 'Sensible a mayúsculas/minúsculas'
|
|
381
|
+
},
|
|
382
|
+
combination: {
|
|
383
|
+
menus: {
|
|
384
|
+
clearSort: 'Limpiar ordenamiento',
|
|
385
|
+
sortAsc: 'Orden ascendente',
|
|
386
|
+
sortDesc: 'Orden descendente',
|
|
387
|
+
fixedColumn: 'Columna fija',
|
|
388
|
+
fixedGroup: 'Grupo fijo',
|
|
389
|
+
cancelFixed: 'Borrar fijado',
|
|
390
|
+
fixedLeft: 'Fijar a la izquierda',
|
|
391
|
+
fixedRight: 'Fijar a la derecha',
|
|
392
|
+
clearFilter: 'Limpiar filtro',
|
|
393
|
+
textOption: 'Filtro de texto',
|
|
394
|
+
numberOption: 'Filtro de número'
|
|
395
|
+
},
|
|
396
|
+
popup: {
|
|
397
|
+
title: 'Filtro personalizado',
|
|
398
|
+
currColumnTitle: 'Columna actual:',
|
|
399
|
+
and: 'Y',
|
|
400
|
+
or: 'O',
|
|
401
|
+
describeHtml: 'Use ? para representar un solo carácter <br/> use * para representar cualquier número de caracteres'
|
|
402
|
+
},
|
|
403
|
+
empty: '(Vacío)',
|
|
404
|
+
notData: 'No hay datos'
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
pro: {
|
|
408
|
+
area: {
|
|
409
|
+
mergeErr: 'La operación no se puede realizar en celdas combinadas',
|
|
410
|
+
multiErr: 'La operación no se puede realizar en áreas de selección múltiple',
|
|
411
|
+
extendErr: 'Si el área extendida contiene celdas combinadas, todas las celdas combinadas deben tener el mismo tamaño',
|
|
412
|
+
pasteMultiErr: 'No se puede pegar, se requieren áreas copiadas y pegadas del mismo tamaño para realizar esta operación'
|
|
413
|
+
},
|
|
414
|
+
fnr: {
|
|
415
|
+
title: 'Buscar y reemplazar',
|
|
416
|
+
findLabel: 'Buscar',
|
|
417
|
+
replaceLabel: 'Reemplazar',
|
|
418
|
+
findTitle: 'Qué buscar:',
|
|
419
|
+
replaceTitle: 'Reemplazar con:',
|
|
420
|
+
tabs: {
|
|
421
|
+
find: 'Buscar',
|
|
422
|
+
replace: 'Reemplazar'
|
|
423
|
+
},
|
|
424
|
+
filter: {
|
|
425
|
+
re: 'Expresión regular',
|
|
426
|
+
whole: 'Palabra completa',
|
|
427
|
+
sensitive: 'Distinguir mayúsculas y minúsculas'
|
|
428
|
+
},
|
|
429
|
+
btns: {
|
|
430
|
+
findNext: 'Buscar siguiente',
|
|
431
|
+
findAll: 'Buscar todo',
|
|
432
|
+
replace: 'Reemplazar',
|
|
433
|
+
replaceAll: 'Reemplazar todo',
|
|
434
|
+
cancel: 'Cancelar'
|
|
435
|
+
},
|
|
436
|
+
header: {
|
|
437
|
+
seq: '#',
|
|
438
|
+
cell: 'Celda',
|
|
439
|
+
value: 'Valor'
|
|
440
|
+
},
|
|
441
|
+
empty: '(Vacío)',
|
|
442
|
+
reError: 'Expresión regular inválida',
|
|
443
|
+
recordCount: 'Se encontraron {0} celdas',
|
|
444
|
+
notCell: 'No se encontraron celdas coincidentes',
|
|
445
|
+
replaceSuccess: 'Se reemplazaron {0} celdas con éxito'
|
|
446
|
+
}
|
|
333
447
|
}
|
|
334
448
|
}
|
|
335
449
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,a){"function"==typeof define&&define.amd?define("vxe-table-lang.es-ES",["exports"],a):"undefined"!=typeof exports?a(exports):(a(a={}),e.vxeTableLangEsES=a)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"Please input",pleaseSelect:"Select"},loading:{text:"Cargando..."},error:{groupFixed:"Si se utilizan encabezados de grupo, las columnas fijas deben ser establecidas por grupo.",groupMouseRange:'Los encabezados de agrupación y "{0}" no pueden ser utilizados al mismo tiempo, lo que puede causar errores.',groupTag:'El encabezado de columna de agrupación debería utilizar "{0}" en lugar de "{1}", lo que puede causar errores.',scrollErrProp:'El parámetro "{0}" no es compatible cuando el desplazamiento virtual está habilitado.',errConflicts:'El argumento "{0}" entra en conflicto con "{1}"',unableInsert:"No se puede insertar en la ubicación especificada.",useErr:'Error al instalar el módulo "{0}", posiblemente en el orden equivocado, los módulos dependientes deben ser instalados antes de la tabla.',barUnableLink:"La barra de herramientas no puede asociarse con la tabla.",expandContent:'La ranura de fila expandible debería ser "contenido", por favor revise si está correcta.',reqModule:'Requerir el módulo "{0}".',reqProp:'Falta el parámetro necesario "{0}", lo que puede causar errores.',emptyProp:'La propiedad "{0}" no se permite estar vacía.',errProp:'Parámetro no compatible "{0}", posiblemente "{1}".',colRepet:'columna.{0}="{0}" está duplicado, lo que puede hacer que algunas funciones sean inutilizables',notFunc:'El método "{0}" no existe.',errFunc:'The argument "{0}" is not a method',notValidators:'Global validators "{0}" no existe.',notFormats:'Global formats "{0}" no existe.',notCommands:'Global commands "{0}" no existe.',notSlot:'La ranura "{0}" no existe.',noTree:'La estructura de árbol no soporta "{0}".',notProp:'Parámetros no compatibles "{0}"',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',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'La función "{0}" está en desuso, por favor use "{1}".',delProp:'La propiedad "{0}" está en desuso, por favor use "{1}".',delEvent:'El evento "{0}" está en desuso, por favor use "{1}"',removeProp:'La propiedad "{0}" está en desuso y no se recomienda, lo que puede causar un error.',errFormat:'El contenido formateado global debería ser definido con "VXETable.formats". No se recomienda montar "formatter={0}".',notType:'Tipos de archivo no compatibles "{0}"',notExp:"El navegador no es compatible con la importación / exportación.",impFields:"Error de importación, por favor revise que el nombre del campo y el formato de datos sean correctos.",treeNotImp:"La tabla de árbol no soporta importación."},renderer:{search:"Buscar",cases:{equal:"Igual",unequal:"Distinto que",gt:"Mayor que",ge:"Mayor o igual que",lt:"Menor que",le:"Menor o igual que",begin:"Empieza por",notbegin:"No empieza por",endin:"Termina con",notendin:"No termina con",include:"Incluye",exclude:"Excluye",between:"Entre",custom:"Filtro personalizado",insensitive:"No sensible a mayúsculas/minúsculas",isSensitive:"Sensible a mayúsculas/minúsculas"},combination:{menus:{clearSort:"Limpiar ordenamiento",sortAsc:"Orden ascendente",sortDesc:"Orden descendente",fixedColumn:"Columna fija",fixedGroup:"Grupo fijo",cancelFixed:"Borrar fijado",fixedLeft:"Fijar a la izquierda",fixedRight:"Fijar a la derecha",clearFilter:"Limpiar filtro",textOption:"Filtro de texto",numberOption:"Filtro de número"},popup:{title:"Filtro personalizado",currColumnTitle:"Columna actual:",and:"Y",or:"O",describeHtml:"Use ? para representar un solo carácter <br/> use * para representar cualquier número de caracteres"},empty:"(Vacío)",notData:"No hay datos"}},pro:{area:{mergeErr:"La operación no se puede realizar en celdas combinadas",multiErr:"La operación no se puede realizar en áreas de selección múltiple",extendErr:"Si el área extendida contiene celdas combinadas, todas las celdas combinadas deben tener el mismo tamaño",pasteMultiErr:"No se puede pegar, se requieren áreas copiadas y pegadas del mismo tamaño para realizar esta operación"},fnr:{title:"Buscar y reemplazar",findLabel:"Buscar",replaceLabel:"Reemplazar",findTitle:"Qué buscar:",replaceTitle:"Reemplazar con:",tabs:{find:"Buscar",replace:"Reemplazar"},filter:{re:"Expresión regular",whole:"Palabra completa",sensitive:"Distinguir mayúsculas y minúsculas"},btns:{findNext:"Buscar siguiente",findAll:"Buscar todo",replace:"Reemplazar",replaceAll:"Reemplazar todo",cancel:"Cancelar"},header:{seq:"#",cell:"Celda",value:"Valor"},empty:"(Vacío)",reError:"Expresión regular inválida",recordCount:"Se encontraron {0} celdas",notCell:"No se encontraron celdas coincidentes",replaceSuccess:"Se reemplazaron {0} celdas con éxito"}},table:{emptyText:"No hay datos",allTitle:"Seleccionar todo / cancelar",seqTitle:"#",confirmFilter:"Confirmar",resetFilter:"Restablecer",allFilter:"Todo",sortAsc:"Ascendente: de menor a mayor",sortDesc:"Descendente: de mayor a menor",filter:"Habilitar filtro en columnas seleccionadas",impSuccess:"Se importaron {0} registros con éxito",expLoading:"Exportando",expSuccess:"Éxito al exportar",expFilename:"Exportar_{0}",expOriginFilename:"Exportar_original_{0}",customTitle:"Configuraciones de columna",customAll:"Todo",customConfirm:"Confirmar",customRestore:"Restaurar",maxFixedCol:"最大固定列的数量不能超过 {0} 个"},grid:{selectOneRecord:"¡Seleccione al menos un registro!",deleteSelectRecord:"¿Seguro que desea eliminar el registro seleccionado?",removeSelectRecord:"¿Seguro que desea quitar el registro seleccionado?",dataUnchanged:"¡Datos sin cambios!",delSuccess:"¡Se eliminó con éxito el registro seleccionado!",saveSuccess:"¡Guardado con éxito!",operError:"Se produjo un error, ¡operación fallida!"},select:{search:"Buscar",loadingText:"Cargando",emptyText:"No hay datos"},pager:{goto:"Ir a",pagesize:"{0}/página",total:"Total {0} registro",pageClassifier:"",prevPage:"Página anterior",nextPage:"Siguiente página",prevJump:"Saltar página anterior",nextJump:"Saltar siguiente página"},alert:{title:"Notificación de mensaje"},button:{confirm:"Confirmar",cancel:"Cancelar"},custom:{cstmTitle:"Column Settings",cstmRestore:"Restore default",cstmCancel:"Cancelar",cstmConfirm:"Confirm"},import:{modes:{covering:"Cubriendo",insert:"Insertar"},impTitle:"Importar datos",impFile:"Nombre del archivo",impSelect:"Seleccionar archivo",impType:"Tipo de archivo",impOpts:"Configuración",impConfirm:"Importar",impCancel:"Cancelar"},export:{types:{csv:"CSV (Separado por comas) (.csv)",html:"Página web (.html)",xml:"Datos XML (.xml)",txt:"Texto (Separado por tabulaciones) (.txt)",xls:"Libro de Excel 97-2003 (.xls)",xlsx:"Libro de Excel (.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Datos actuales (datos de la página actual)",selected:"Datos seleccionados (datos seleccionados en la página actual)",all:"Todos los datos (incluidos todos los datos de paginación)"},printTitle:"Imprimir datos",expTitle:"Exportar datos",expName:"Nombre del archivo",expNamePlaceholder:"Por favor, introduzca un nombre de archivo",expSheetName:"Título",expSheetNamePlaceholder:"Por favor, introduzca un título",expType:"Guardar el tipo",expMode:"Seleccionar datos",expCurrentColumn:"Todos los campos",expColumn:"Seleccionar campos",expOpts:"Configuración",expOptHeader:"Encabezado",expHeaderTitle:"¿Necesita un encabezado?",expOptFooter:"Pie de página",expFooterTitle:"¿Necesita el pie de página de la tabla?",expOptColgroup:"Encabezado de grupo",expColgroupTitle:"Si existe, se admiten encabezados con estructura de agrupación",expOptMerge:"Combinar",expMergeTitle:"Si existe, se admiten celdas con estructuras combinadas",expOptAllExpand:"Expandir nodos",expAllExpandTitle:"Si existe, se pueden expandir todos los datos con estructura de árbol",expOptUseStyle:"Estilos",expUseStyleTitle:"Si existe, se admiten celdas con estilos",expOptOriginal:"Datos de origen",expOriginalTitle:"Si son datos de origen, se admite la importación en la tabla",expPrint:"Imprimir",expConfirm:"Exportar",expCancel:"Cancelar"},modal:{zoomIn:"Maximizar",zoomOut:"Reducir",close:"Cerrar"},form:{folding:"Plegar",unfolding:"Desplegar"},toolbar:{importar:"Importar",exportar:"Exportar",imprimir:"Imprimir",actualizar:"Actualizar",zoomIn:"Pantalla completa",zoomOut:"Reducción",custom:"Configuración de columna",customAll:"Todo",customConfirm:"Confirmar",customRestore:"Restaurar",fixedLeft:"固定在左侧",fixedRight:"固定在右侧",cancelfixed:"取消固定"},entrada:{fecha:{m1:"Enero",m2:"Febrero",m3:"Marzo",m4:"Abril",m5:"Mayo",m6:"Junio",m7:"Julio",m8:"Agosto",m9:"Septiembre",m10:"Octubre",m11:"Noviembre",m12:"Diciembre",quarterLabel:"{0}",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"[Semana] WW, yyyy",month:"MM/yyyy",quarter:"[Trimestre] q, yyyy",year:"yyyy"},weeks:{w:"Semana",w0:"Dom",w1:"Lun",w2:"Mar",w3:"Mié",w4:"Jue",w5:"Vie",w6:"Sáb"},months:{m0:"Ene",m1:"Feb",m2:"Mar",m3:"Abr",m4:"May",m5:"Jun",m6:"Jul",m7:"Ago",m8:"Sep",m9:"Oct",m10:"Nov",m11:"Dic"},quarters:{q1:"Primer trimestre",q2:"Segundo trimestre",q3:"Tercer trimestre",q4:"Cuarto trimestre"}}}}}});
|
|
1
|
+
!function(e,a){"function"==typeof define&&define.amd?define("vxe-table-lang.es-ES",["exports"],a):"undefined"!=typeof exports?a(exports):(a(a={}),e.vxeTableLangEsES=a)}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"Please input",pleaseSelect:"Select"},loading:{text:"Cargando..."},error:{groupFixed:"Si se utilizan encabezados de grupo, las columnas fijas deben ser establecidas por grupo.",groupMouseRange:'Los encabezados de agrupación y "{0}" no pueden ser utilizados al mismo tiempo, lo que puede causar errores.',groupTag:'El encabezado de columna de agrupación debería utilizar "{0}" en lugar de "{1}", lo que puede causar errores.',scrollErrProp:'El parámetro "{0}" no es compatible cuando el desplazamiento virtual está habilitado.',errConflicts:'El argumento "{0}" entra en conflicto con "{1}"',unableInsert:"No se puede insertar en la ubicación especificada.",useErr:'Error al instalar el módulo "{0}", posiblemente en el orden equivocado, los módulos dependientes deben ser instalados antes de la tabla.',barUnableLink:"La barra de herramientas no puede asociarse con la tabla.",expandContent:'La ranura de fila expandible debería ser "contenido", por favor revise si está correcta.',reqModule:'Requerir el módulo "{0}".',reqProp:'Falta el parámetro necesario "{0}", lo que puede causar errores.',emptyProp:'La propiedad "{0}" no se permite estar vacía.',errProp:'Parámetro no compatible "{0}", posiblemente "{1}".',colRepet:'columna.{0}="{0}" está duplicado, lo que puede hacer que algunas funciones sean inutilizables',notFunc:'El método "{0}" no existe.',errFunc:'The argument "{0}" is not a method',notValidators:'Global validators "{0}" no existe.',notFormats:'Global formats "{0}" no existe.',notCommands:'Global commands "{0}" no existe.',notSlot:'La ranura "{0}" no existe.',noTree:'La estructura de árbol no soporta "{0}".',notProp:'Parámetros no compatibles "{0}"',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',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'La función "{0}" está en desuso, por favor use "{1}".',delProp:'La propiedad "{0}" está en desuso, por favor use "{1}".',delEvent:'El evento "{0}" está en desuso, por favor use "{1}"',removeProp:'La propiedad "{0}" está en desuso y no se recomienda, lo que puede causar un error.',errFormat:'El contenido formateado global debería ser definido con "VXETable.formats". No se recomienda montar "formatter={0}".',notType:'Tipos de archivo no compatibles "{0}"',notExp:"El navegador no es compatible con la importación / exportación.",impFields:"Error de importación, por favor revise que el nombre del campo y el formato de datos sean correctos.",treeNotImp:"La tabla de árbol no soporta importación."},table:{emptyText:"No hay datos",allTitle:"Seleccionar todo / cancelar",seqTitle:"#",confirmFilter:"Confirmar",resetFilter:"Restablecer",allFilter:"Todo",sortAsc:"Ascendente: de menor a mayor",sortDesc:"Descendente: de mayor a menor",filter:"Habilitar filtro en columnas seleccionadas",impSuccess:"Se importaron {0} registros con éxito",expLoading:"Exportando",expSuccess:"Éxito al exportar",expFilename:"Exportar_{0}",expOriginFilename:"Exportar_original_{0}",customTitle:"Configuraciones de columna",customAll:"Todo",customConfirm:"Confirmar",customRestore:"Restaurar",maxFixedCol:"最大固定列的数量不能超过 {0} 个"},grid:{selectOneRecord:"¡Seleccione al menos un registro!",deleteSelectRecord:"¿Seguro que desea eliminar el registro seleccionado?",removeSelectRecord:"¿Seguro que desea quitar el registro seleccionado?",dataUnchanged:"¡Datos sin cambios!",delSuccess:"¡Se eliminó con éxito el registro seleccionado!",saveSuccess:"¡Guardado con éxito!",operError:"Se produjo un error, ¡operación fallida!"},select:{search:"Buscar",loadingText:"Cargando",emptyText:"No hay datos"},pager:{goto:"Ir a",pagesize:"{0}/página",total:"Total {0} registro",pageClassifier:"",prevPage:"Página anterior",nextPage:"Siguiente página",prevJump:"Saltar página anterior",nextJump:"Saltar siguiente página"},alert:{title:"Notificación de mensaje"},button:{confirm:"Confirmar",cancel:"Cancelar"},filter:{search:"搜索"},custom:{cstmTitle:"Column Settings",cstmRestore:"Restore default",cstmCancel:"Cancelar",cstmConfirm:"Confirm"},import:{modes:{covering:"Cubriendo",insert:"Insertar"},impTitle:"Importar datos",impFile:"Nombre del archivo",impSelect:"Seleccionar archivo",impType:"Tipo de archivo",impOpts:"Configuración",impConfirm:"Importar",impCancel:"Cancelar"},export:{types:{csv:"CSV (Separado por comas) (.csv)",html:"Página web (.html)",xml:"Datos XML (.xml)",txt:"Texto (Separado por tabulaciones) (.txt)",xls:"Libro de Excel 97-2003 (.xls)",xlsx:"Libro de Excel (.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Datos actuales (datos de la página actual)",selected:"Datos seleccionados (datos seleccionados en la página actual)",all:"Todos los datos (incluidos todos los datos de paginación)"},printTitle:"Imprimir datos",expTitle:"Exportar datos",expName:"Nombre del archivo",expNamePlaceholder:"Por favor, introduzca un nombre de archivo",expSheetName:"Título",expSheetNamePlaceholder:"Por favor, introduzca un título",expType:"Guardar el tipo",expMode:"Seleccionar datos",expCurrentColumn:"Todos los campos",expColumn:"Seleccionar campos",expOpts:"Configuración",expOptHeader:"Encabezado",expHeaderTitle:"¿Necesita un encabezado?",expOptFooter:"Pie de página",expFooterTitle:"¿Necesita el pie de página de la tabla?",expOptColgroup:"Encabezado de grupo",expColgroupTitle:"Si existe, se admiten encabezados con estructura de agrupación",expOptMerge:"Combinar",expMergeTitle:"Si existe, se admiten celdas con estructuras combinadas",expOptAllExpand:"Expandir nodos",expAllExpandTitle:"Si existe, se pueden expandir todos los datos con estructura de árbol",expOptUseStyle:"Estilos",expUseStyleTitle:"Si existe, se admiten celdas con estilos",expOptOriginal:"Datos de origen",expOriginalTitle:"Si son datos de origen, se admite la importación en la tabla",expPrint:"Imprimir",expConfirm:"Exportar",expCancel:"Cancelar"},modal:{zoomIn:"Maximizar",zoomOut:"Reducir",close:"Cerrar"},form:{folding:"Plegar",unfolding:"Desplegar"},toolbar:{importar:"Importar",exportar:"Exportar",imprimir:"Imprimir",actualizar:"Actualizar",zoomIn:"Pantalla completa",zoomOut:"Reducción",custom:"Configuración de columna",customAll:"Todo",customConfirm:"Confirmar",customRestore:"Restaurar",fixedLeft:"固定在左侧",fixedRight:"固定在右侧",cancelfixed:"取消固定"},entrada:{fecha:{m1:"Enero",m2:"Febrero",m3:"Marzo",m4:"Abril",m5:"Mayo",m6:"Junio",m7:"Julio",m8:"Agosto",m9:"Septiembre",m10:"Octubre",m11:"Noviembre",m12:"Diciembre",quarterLabel:"{0}",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"[Semana] WW, yyyy",month:"MM/yyyy",quarter:"[Trimestre] q, yyyy",year:"yyyy"},weeks:{w:"Semana",w0:"Dom",w1:"Lun",w2:"Mar",w3:"Mié",w4:"Jue",w5:"Vie",w6:"Sáb"},months:{m0:"Ene",m1:"Feb",m2:"Mar",m3:"Abr",m4:"May",m5:"Jun",m6:"Jul",m7:"Ago",m8:"Sep",m9:"Oct",m10:"Nov",m11:"Dic"},quarters:{q1:"Primer trimestre",q2:"Segundo trimestre",q3:"Tercer trimestre",q4:"Cuarto trimestre"}}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作",cpInvalidErr:"该操作无法进行,您选择的区域中存在被禁止的列({0})"},fnr:{title:"查找和替换",findLabel:"查找",replaceLabel:"替换",findTitle:"查找内容:",replaceTitle:"替换为:",tabs:{find:"查找",replace:"替换"},filter:{re:"正则表达式",whole:"全词匹配",sensitive:"区分大小写"},btns:{findNext:"查找下一个",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"单元格",value:"值"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},empty:"(空白)",notData:"无匹配项"}},renderer:{search:"Buscar",cases:{equal:"Igual",unequal:"Distinto que",gt:"Mayor que",ge:"Mayor o igual que",lt:"Menor que",le:"Menor o igual que",begin:"Empieza por",notbegin:"No empieza por",endin:"Termina con",notendin:"No termina con",include:"Incluye",exclude:"Excluye",between:"Entre",custom:"Filtro personalizado",insensitive:"No sensible a mayúsculas/minúsculas",isSensitive:"Sensible a mayúsculas/minúsculas"},combination:{menus:{clearSort:"Limpiar ordenamiento",sortAsc:"Orden ascendente",sortDesc:"Orden descendente",fixedColumn:"Columna fija",fixedGroup:"Grupo fijo",cancelFixed:"Borrar fijado",fixedLeft:"Fijar a la izquierda",fixedRight:"Fijar a la derecha",clearFilter:"Limpiar filtro",textOption:"Filtro de texto",numberOption:"Filtro de número"},popup:{title:"Filtro personalizado",currColumnTitle:"Columna actual:",and:"Y",or:"O",describeHtml:"Use ? para representar un solo carácter <br/> use * para representar cualquier número de caracteres"},empty:"(Vacío)",notData:"No hay datos"}},pro:{area:{mergeErr:"La operación no se puede realizar en celdas combinadas",multiErr:"La operación no se puede realizar en áreas de selección múltiple",extendErr:"Si el área extendida contiene celdas combinadas, todas las celdas combinadas deben tener el mismo tamaño",pasteMultiErr:"No se puede pegar, se requieren áreas copiadas y pegadas del mismo tamaño para realizar esta operación"},fnr:{title:"Buscar y reemplazar",findLabel:"Buscar",replaceLabel:"Reemplazar",findTitle:"Qué buscar:",replaceTitle:"Reemplazar con:",tabs:{find:"Buscar",replace:"Reemplazar"},filter:{re:"Expresión regular",whole:"Palabra completa",sensitive:"Distinguir mayúsculas y minúsculas"},btns:{findNext:"Buscar siguiente",findAll:"Buscar todo",replace:"Reemplazar",replaceAll:"Reemplazar todo",cancel:"Cancelar"},header:{seq:"#",cell:"Celda",value:"Valor"},empty:"(Vacío)",reError:"Expresión regular inválida",recordCount:"Se encontraron {0} celdas",notCell:"No se encontraron celdas coincidentes",replaceSuccess:"Se reemplazaron {0} celdas con éxito"}}}}});
|
|
@@ -61,92 +61,6 @@
|
|
|
61
61
|
impFields: 'Error de importación, por favor revise que el nombre del campo y el formato de datos sean correctos.',
|
|
62
62
|
treeNotImp: 'La tabla de árbol no soporta importación.'
|
|
63
63
|
},
|
|
64
|
-
renderer: {
|
|
65
|
-
search: 'Buscar',
|
|
66
|
-
cases: {
|
|
67
|
-
equal: 'Igual',
|
|
68
|
-
unequal: 'Distinto que',
|
|
69
|
-
gt: 'Mayor que',
|
|
70
|
-
ge: 'Mayor o igual que',
|
|
71
|
-
lt: 'Menor que',
|
|
72
|
-
le: 'Menor o igual que',
|
|
73
|
-
begin: 'Empieza por',
|
|
74
|
-
notbegin: 'No empieza por',
|
|
75
|
-
endin: 'Termina con',
|
|
76
|
-
notendin: 'No termina con',
|
|
77
|
-
include: 'Incluye',
|
|
78
|
-
exclude: 'Excluye',
|
|
79
|
-
between: 'Entre',
|
|
80
|
-
custom: 'Filtro personalizado',
|
|
81
|
-
insensitive: 'No sensible a mayúsculas/minúsculas',
|
|
82
|
-
isSensitive: 'Sensible a mayúsculas/minúsculas'
|
|
83
|
-
},
|
|
84
|
-
combination: {
|
|
85
|
-
menus: {
|
|
86
|
-
clearSort: 'Limpiar ordenamiento',
|
|
87
|
-
sortAsc: 'Orden ascendente',
|
|
88
|
-
sortDesc: 'Orden descendente',
|
|
89
|
-
fixedColumn: 'Columna fija',
|
|
90
|
-
fixedGroup: 'Grupo fijo',
|
|
91
|
-
cancelFixed: 'Borrar fijado',
|
|
92
|
-
fixedLeft: 'Fijar a la izquierda',
|
|
93
|
-
fixedRight: 'Fijar a la derecha',
|
|
94
|
-
clearFilter: 'Limpiar filtro',
|
|
95
|
-
textOption: 'Filtro de texto',
|
|
96
|
-
numberOption: 'Filtro de número'
|
|
97
|
-
},
|
|
98
|
-
popup: {
|
|
99
|
-
title: 'Filtro personalizado',
|
|
100
|
-
currColumnTitle: 'Columna actual:',
|
|
101
|
-
and: 'Y',
|
|
102
|
-
or: 'O',
|
|
103
|
-
describeHtml: 'Use ? para representar un solo carácter <br/> use * para representar cualquier número de caracteres'
|
|
104
|
-
},
|
|
105
|
-
empty: '(Vacío)',
|
|
106
|
-
notData: 'No hay datos'
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
pro: {
|
|
110
|
-
area: {
|
|
111
|
-
mergeErr: 'La operación no se puede realizar en celdas combinadas',
|
|
112
|
-
multiErr: 'La operación no se puede realizar en áreas de selección múltiple',
|
|
113
|
-
extendErr: 'Si el área extendida contiene celdas combinadas, todas las celdas combinadas deben tener el mismo tamaño',
|
|
114
|
-
pasteMultiErr: 'No se puede pegar, se requieren áreas copiadas y pegadas del mismo tamaño para realizar esta operación'
|
|
115
|
-
},
|
|
116
|
-
fnr: {
|
|
117
|
-
title: 'Buscar y reemplazar',
|
|
118
|
-
findLabel: 'Buscar',
|
|
119
|
-
replaceLabel: 'Reemplazar',
|
|
120
|
-
findTitle: 'Qué buscar:',
|
|
121
|
-
replaceTitle: 'Reemplazar con:',
|
|
122
|
-
tabs: {
|
|
123
|
-
find: 'Buscar',
|
|
124
|
-
replace: 'Reemplazar'
|
|
125
|
-
},
|
|
126
|
-
filter: {
|
|
127
|
-
re: 'Expresión regular',
|
|
128
|
-
whole: 'Palabra completa',
|
|
129
|
-
sensitive: 'Distinguir mayúsculas y minúsculas'
|
|
130
|
-
},
|
|
131
|
-
btns: {
|
|
132
|
-
findNext: 'Buscar siguiente',
|
|
133
|
-
findAll: 'Buscar todo',
|
|
134
|
-
replace: 'Reemplazar',
|
|
135
|
-
replaceAll: 'Reemplazar todo',
|
|
136
|
-
cancel: 'Cancelar'
|
|
137
|
-
},
|
|
138
|
-
header: {
|
|
139
|
-
seq: '#',
|
|
140
|
-
cell: 'Celda',
|
|
141
|
-
value: 'Valor'
|
|
142
|
-
},
|
|
143
|
-
empty: '(Vacío)',
|
|
144
|
-
reError: 'Expresión regular inválida',
|
|
145
|
-
recordCount: 'Se encontraron {0} celdas',
|
|
146
|
-
notCell: 'No se encontraron celdas coincidentes',
|
|
147
|
-
replaceSuccess: 'Se reemplazaron {0} celdas con éxito'
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
64
|
table: {
|
|
151
65
|
emptyText: 'No hay datos',
|
|
152
66
|
allTitle: 'Seleccionar todo / cancelar',
|
|
@@ -199,6 +113,9 @@
|
|
|
199
113
|
confirm: 'Confirmar',
|
|
200
114
|
cancel: 'Cancelar'
|
|
201
115
|
},
|
|
116
|
+
filter: {
|
|
117
|
+
search: '搜索'
|
|
118
|
+
},
|
|
202
119
|
custom: {
|
|
203
120
|
cstmTitle: 'Column Settings',
|
|
204
121
|
cstmRestore: 'Restore default',
|
|
@@ -343,6 +260,203 @@
|
|
|
343
260
|
q4: 'Cuarto trimestre'
|
|
344
261
|
}
|
|
345
262
|
}
|
|
263
|
+
},
|
|
264
|
+
/**
|
|
265
|
+
* 扩展插件
|
|
266
|
+
*/
|
|
267
|
+
plugins: {
|
|
268
|
+
extendCellArea: {
|
|
269
|
+
area: {
|
|
270
|
+
mergeErr: '无法对合并单元格进行该操作',
|
|
271
|
+
multiErr: '无法对多重选择区域进行该操作',
|
|
272
|
+
extendErr: '如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同',
|
|
273
|
+
pasteMultiErr: '无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作',
|
|
274
|
+
cpInvalidErr: '该操作无法进行,您选择的区域中存在被禁止的列({0})'
|
|
275
|
+
},
|
|
276
|
+
fnr: {
|
|
277
|
+
title: '查找和替换',
|
|
278
|
+
findLabel: '查找',
|
|
279
|
+
replaceLabel: '替换',
|
|
280
|
+
findTitle: '查找内容:',
|
|
281
|
+
replaceTitle: '替换为:',
|
|
282
|
+
tabs: {
|
|
283
|
+
find: '查找',
|
|
284
|
+
replace: '替换'
|
|
285
|
+
},
|
|
286
|
+
filter: {
|
|
287
|
+
re: '正则表达式',
|
|
288
|
+
whole: '全词匹配',
|
|
289
|
+
sensitive: '区分大小写'
|
|
290
|
+
},
|
|
291
|
+
btns: {
|
|
292
|
+
findNext: '查找下一个',
|
|
293
|
+
findAll: '查找全部',
|
|
294
|
+
replace: '替换',
|
|
295
|
+
replaceAll: '替换全部',
|
|
296
|
+
cancel: '取消'
|
|
297
|
+
},
|
|
298
|
+
header: {
|
|
299
|
+
seq: '#',
|
|
300
|
+
cell: '单元格',
|
|
301
|
+
value: '值'
|
|
302
|
+
},
|
|
303
|
+
empty: '(空值)',
|
|
304
|
+
reError: '无效的正则表达式',
|
|
305
|
+
recordCount: '已找到 {0} 个单元格',
|
|
306
|
+
notCell: '找不到匹配的单元格',
|
|
307
|
+
replaceSuccess: '成功替换 {0} 个单元格'
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
filterComplexInput: {
|
|
311
|
+
menus: {
|
|
312
|
+
fixedColumn: '锁定列',
|
|
313
|
+
fixedGroup: '锁定组',
|
|
314
|
+
cancelFixed: '取消锁定',
|
|
315
|
+
fixedLeft: '锁定左侧',
|
|
316
|
+
fixedRight: '锁定右侧'
|
|
317
|
+
},
|
|
318
|
+
cases: {
|
|
319
|
+
equal: '等于',
|
|
320
|
+
gt: '大于',
|
|
321
|
+
lt: '小于',
|
|
322
|
+
begin: '开头是',
|
|
323
|
+
endin: '结尾是',
|
|
324
|
+
include: '包含',
|
|
325
|
+
isSensitive: '区分大小写'
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
filterCombination: {
|
|
329
|
+
menus: {
|
|
330
|
+
clearSort: '清除排序',
|
|
331
|
+
sortAsc: '升序',
|
|
332
|
+
sortDesc: '降序',
|
|
333
|
+
fixedColumn: '锁定列',
|
|
334
|
+
fixedGroup: '锁定组',
|
|
335
|
+
cancelFixed: '取消锁定',
|
|
336
|
+
fixedLeft: '锁定左侧',
|
|
337
|
+
fixedRight: '锁定右侧',
|
|
338
|
+
clearFilter: '清除筛选',
|
|
339
|
+
textOption: '文本筛选',
|
|
340
|
+
numberOption: '数值筛选'
|
|
341
|
+
},
|
|
342
|
+
popup: {
|
|
343
|
+
title: '自定义筛选的方式',
|
|
344
|
+
currColumnTitle: '当前列:',
|
|
345
|
+
and: '与',
|
|
346
|
+
or: '或',
|
|
347
|
+
describeHtml: '可用 ? 代表单个字符<br/>用 * 代表任意多个字符'
|
|
348
|
+
},
|
|
349
|
+
cases: {
|
|
350
|
+
equal: '等于',
|
|
351
|
+
unequal: '不等于',
|
|
352
|
+
gt: '大于',
|
|
353
|
+
ge: '大于或等于',
|
|
354
|
+
lt: '小于',
|
|
355
|
+
le: '小于或等于',
|
|
356
|
+
begin: '开头是',
|
|
357
|
+
notbegin: '开头不是',
|
|
358
|
+
endin: '结尾是',
|
|
359
|
+
notendin: '结尾不是',
|
|
360
|
+
include: '包含',
|
|
361
|
+
exclude: '不包含',
|
|
362
|
+
between: '介于',
|
|
363
|
+
custom: '自定义筛选',
|
|
364
|
+
insensitive: '不区分大小写',
|
|
365
|
+
isSensitive: '区分大小写'
|
|
366
|
+
},
|
|
367
|
+
empty: '(空白)',
|
|
368
|
+
notData: '无匹配项'
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
/**
|
|
372
|
+
* 以下废弃
|
|
373
|
+
* @deprecated
|
|
374
|
+
*/
|
|
375
|
+
renderer: {
|
|
376
|
+
search: 'Buscar',
|
|
377
|
+
cases: {
|
|
378
|
+
equal: 'Igual',
|
|
379
|
+
unequal: 'Distinto que',
|
|
380
|
+
gt: 'Mayor que',
|
|
381
|
+
ge: 'Mayor o igual que',
|
|
382
|
+
lt: 'Menor que',
|
|
383
|
+
le: 'Menor o igual que',
|
|
384
|
+
begin: 'Empieza por',
|
|
385
|
+
notbegin: 'No empieza por',
|
|
386
|
+
endin: 'Termina con',
|
|
387
|
+
notendin: 'No termina con',
|
|
388
|
+
include: 'Incluye',
|
|
389
|
+
exclude: 'Excluye',
|
|
390
|
+
between: 'Entre',
|
|
391
|
+
custom: 'Filtro personalizado',
|
|
392
|
+
insensitive: 'No sensible a mayúsculas/minúsculas',
|
|
393
|
+
isSensitive: 'Sensible a mayúsculas/minúsculas'
|
|
394
|
+
},
|
|
395
|
+
combination: {
|
|
396
|
+
menus: {
|
|
397
|
+
clearSort: 'Limpiar ordenamiento',
|
|
398
|
+
sortAsc: 'Orden ascendente',
|
|
399
|
+
sortDesc: 'Orden descendente',
|
|
400
|
+
fixedColumn: 'Columna fija',
|
|
401
|
+
fixedGroup: 'Grupo fijo',
|
|
402
|
+
cancelFixed: 'Borrar fijado',
|
|
403
|
+
fixedLeft: 'Fijar a la izquierda',
|
|
404
|
+
fixedRight: 'Fijar a la derecha',
|
|
405
|
+
clearFilter: 'Limpiar filtro',
|
|
406
|
+
textOption: 'Filtro de texto',
|
|
407
|
+
numberOption: 'Filtro de número'
|
|
408
|
+
},
|
|
409
|
+
popup: {
|
|
410
|
+
title: 'Filtro personalizado',
|
|
411
|
+
currColumnTitle: 'Columna actual:',
|
|
412
|
+
and: 'Y',
|
|
413
|
+
or: 'O',
|
|
414
|
+
describeHtml: 'Use ? para representar un solo carácter <br/> use * para representar cualquier número de caracteres'
|
|
415
|
+
},
|
|
416
|
+
empty: '(Vacío)',
|
|
417
|
+
notData: 'No hay datos'
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
pro: {
|
|
421
|
+
area: {
|
|
422
|
+
mergeErr: 'La operación no se puede realizar en celdas combinadas',
|
|
423
|
+
multiErr: 'La operación no se puede realizar en áreas de selección múltiple',
|
|
424
|
+
extendErr: 'Si el área extendida contiene celdas combinadas, todas las celdas combinadas deben tener el mismo tamaño',
|
|
425
|
+
pasteMultiErr: 'No se puede pegar, se requieren áreas copiadas y pegadas del mismo tamaño para realizar esta operación'
|
|
426
|
+
},
|
|
427
|
+
fnr: {
|
|
428
|
+
title: 'Buscar y reemplazar',
|
|
429
|
+
findLabel: 'Buscar',
|
|
430
|
+
replaceLabel: 'Reemplazar',
|
|
431
|
+
findTitle: 'Qué buscar:',
|
|
432
|
+
replaceTitle: 'Reemplazar con:',
|
|
433
|
+
tabs: {
|
|
434
|
+
find: 'Buscar',
|
|
435
|
+
replace: 'Reemplazar'
|
|
436
|
+
},
|
|
437
|
+
filter: {
|
|
438
|
+
re: 'Expresión regular',
|
|
439
|
+
whole: 'Palabra completa',
|
|
440
|
+
sensitive: 'Distinguir mayúsculas y minúsculas'
|
|
441
|
+
},
|
|
442
|
+
btns: {
|
|
443
|
+
findNext: 'Buscar siguiente',
|
|
444
|
+
findAll: 'Buscar todo',
|
|
445
|
+
replace: 'Reemplazar',
|
|
446
|
+
replaceAll: 'Reemplazar todo',
|
|
447
|
+
cancel: 'Cancelar'
|
|
448
|
+
},
|
|
449
|
+
header: {
|
|
450
|
+
seq: '#',
|
|
451
|
+
cell: 'Celda',
|
|
452
|
+
value: 'Valor'
|
|
453
|
+
},
|
|
454
|
+
empty: '(Vacío)',
|
|
455
|
+
reError: 'Expresión regular inválida',
|
|
456
|
+
recordCount: 'Se encontraron {0} celdas',
|
|
457
|
+
notCell: 'No se encontraron celdas coincidentes',
|
|
458
|
+
replaceSuccess: 'Se reemplazaron {0} celdas con éxito'
|
|
459
|
+
}
|
|
346
460
|
}
|
|
347
461
|
}
|
|
348
462
|
};
|