@vxe-ui/core 0.10.2 → 0.10.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/README.en.md +31 -31
- package/README.md +31 -31
- package/README.zh-TW.md +31 -31
- package/es/index.esm.js +4 -2
- package/es/language/en-US.js +56 -4
- package/es/language/es-ES.js +56 -4
- package/es/language/ja-JP.js +56 -4
- package/es/language/pt-BR.js +56 -4
- package/es/language/zh-CN.js +55 -3
- package/es/language/zh-TC.js +56 -4
- package/es/src/core.js +3 -4
- package/es/src/i18n.js +2 -1
- package/es/src/i18nStore.js +3 -2
- package/es/src/log.js +1 -1
- package/lib/index.common.js +4 -2
- package/lib/index.umd.js +83 -27
- package/lib/index.umd.min.js +1 -1
- package/lib/language/en-US.js +56 -4
- package/lib/language/en-US.min.js +1 -1
- package/lib/language/en-US.umd.js +56 -4
- package/lib/language/es-ES.js +56 -4
- package/lib/language/es-ES.min.js +1 -1
- package/lib/language/es-ES.umd.js +56 -4
- package/lib/language/ja-JP.js +56 -4
- package/lib/language/ja-JP.min.js +1 -1
- package/lib/language/ja-JP.umd.js +56 -4
- package/lib/language/pt-BR.js +56 -4
- package/lib/language/pt-BR.min.js +1 -1
- package/lib/language/pt-BR.umd.js +56 -4
- package/lib/language/zh-CN.js +55 -3
- package/lib/language/zh-CN.min.js +1 -1
- package/lib/language/zh-CN.umd.js +55 -3
- package/lib/language/zh-HK.js +1 -1
- package/lib/language/zh-HK.min.js +1 -1
- package/lib/language/zh-HK.umd.js +56 -4
- package/lib/language/zh-MO.js +1 -1
- package/lib/language/zh-MO.min.js +1 -1
- package/lib/language/zh-MO.umd.js +56 -4
- package/lib/language/zh-TC.js +56 -4
- package/lib/language/zh-TC.min.js +1 -1
- package/lib/language/zh-TC.umd.js +56 -4
- package/lib/language/zh-TW.js +1 -1
- package/lib/language/zh-TW.min.js +1 -1
- package/lib/language/zh-TW.umd.js +56 -4
- package/lib/src/clipboard.js +1 -1
- package/lib/src/commands.js +1 -1
- package/lib/src/core.js +4 -5
- package/lib/src/core.min.js +1 -1
- package/lib/src/event.js +1 -1
- package/lib/src/formats.js +1 -1
- package/lib/src/hooks.js +1 -1
- package/lib/src/i18n.js +6 -2
- package/lib/src/i18n.min.js +1 -1
- package/lib/src/i18nStore.js +3 -2
- package/lib/src/i18nStore.min.js +1 -1
- package/lib/src/interceptor.js +1 -1
- package/lib/src/log.js +1 -1
- package/lib/src/log.min.js +1 -1
- package/lib/src/menus.js +1 -1
- package/lib/src/renderer.js +1 -1
- package/lib/src/resize.js +1 -1
- package/lib/src/store.js +1 -1
- package/lib/src/validators.js +1 -1
- package/package.json +76 -76
- package/packages/index.ts +4 -2
- package/packages/language/en-US.ts +56 -4
- package/packages/language/es-ES.ts +56 -4
- package/packages/language/ja-JP.ts +56 -4
- package/packages/language/pt-BR.ts +56 -4
- package/packages/language/zh-CN.ts +55 -3
- package/packages/language/zh-TC.ts +56 -4
- package/packages/src/core.ts +2 -3
- package/packages/src/i18n.ts +2 -1
- package/packages/src/i18nStore.ts +4 -2
|
@@ -285,16 +285,68 @@
|
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
formDesign: {
|
|
288
|
+
widgetPropTab: 'Field property',
|
|
289
|
+
widgetFormTab: 'Form property',
|
|
290
|
+
styleSetting: {
|
|
291
|
+
btn: 'Style setting',
|
|
292
|
+
title: 'Form style setting',
|
|
293
|
+
layoutTitle: 'Field layout',
|
|
294
|
+
verticalLayout: 'Vertical layout',
|
|
295
|
+
horizontalLayout: 'Horizontal layout',
|
|
296
|
+
styleTitle: 'Title style',
|
|
297
|
+
boldTitle: 'Bold title',
|
|
298
|
+
fontBold: 'Bold',
|
|
299
|
+
fontNormal: 'Normal',
|
|
300
|
+
colonTitle: 'Display colon',
|
|
301
|
+
colonVisible: 'Visible',
|
|
302
|
+
colonHidden: 'Hidden',
|
|
303
|
+
alignTitle: 'Title align',
|
|
304
|
+
widthTitle: 'Title width',
|
|
305
|
+
alignLeft: 'Left',
|
|
306
|
+
alignRight: 'Right',
|
|
307
|
+
unitPx: 'Px',
|
|
308
|
+
unitPct: 'Pct'
|
|
309
|
+
},
|
|
288
310
|
widget: {
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
311
|
+
group: {
|
|
312
|
+
base: 'Base control',
|
|
313
|
+
layout: 'Layout control',
|
|
314
|
+
advanced: 'Advanced control'
|
|
315
|
+
},
|
|
292
316
|
copyTitle: 'Copy_{0}',
|
|
293
317
|
component: {
|
|
294
318
|
input: 'Input',
|
|
295
319
|
textarea: 'Textarea',
|
|
296
320
|
select: 'Select',
|
|
297
|
-
row: '
|
|
321
|
+
row: 'Row/column'
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
widgetProp: {
|
|
325
|
+
name: 'Field name',
|
|
326
|
+
placeholder: 'Field placeholder',
|
|
327
|
+
required: 'Required',
|
|
328
|
+
displaySetting: {
|
|
329
|
+
name: 'Display setting',
|
|
330
|
+
pc: 'PC',
|
|
331
|
+
mobile: 'Mobile',
|
|
332
|
+
visible: 'Visible',
|
|
333
|
+
hidden: 'Hidden'
|
|
334
|
+
},
|
|
335
|
+
dataSource: {
|
|
336
|
+
name: 'Data source',
|
|
337
|
+
defValue: 'Option {0}',
|
|
338
|
+
addOption: 'Add option',
|
|
339
|
+
batchEditOption: 'Batch edit',
|
|
340
|
+
batchEditTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys and can be copied from Excel or WPS.',
|
|
341
|
+
buildOption: 'Build option'
|
|
342
|
+
},
|
|
343
|
+
rowProp: {
|
|
344
|
+
colSize: 'Number of columns',
|
|
345
|
+
col2: 'Two columns',
|
|
346
|
+
col3: 'Three columns',
|
|
347
|
+
col4: 'Four columns',
|
|
348
|
+
col6: 'Six columns',
|
|
349
|
+
layout: 'Layout'
|
|
298
350
|
}
|
|
299
351
|
}
|
|
300
352
|
},
|
package/lib/language/es-ES.js
CHANGED
|
@@ -272,16 +272,68 @@ var _default = exports.default = {
|
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
formDesign: {
|
|
275
|
+
widgetPropTab: 'Field property',
|
|
276
|
+
widgetFormTab: 'Form property',
|
|
277
|
+
styleSetting: {
|
|
278
|
+
btn: 'Style setting',
|
|
279
|
+
title: 'Form style setting',
|
|
280
|
+
layoutTitle: 'Field layout',
|
|
281
|
+
verticalLayout: 'Vertical layout',
|
|
282
|
+
horizontalLayout: 'Horizontal layout',
|
|
283
|
+
styleTitle: 'Title style',
|
|
284
|
+
boldTitle: 'Bold title',
|
|
285
|
+
fontBold: 'Bold',
|
|
286
|
+
fontNormal: 'Normal',
|
|
287
|
+
colonTitle: 'Display colon',
|
|
288
|
+
colonVisible: 'Visible',
|
|
289
|
+
colonHidden: 'Hidden',
|
|
290
|
+
alignTitle: 'Title align',
|
|
291
|
+
widthTitle: 'Title width',
|
|
292
|
+
alignLeft: 'Left',
|
|
293
|
+
alignRight: 'Right',
|
|
294
|
+
unitPx: 'Px',
|
|
295
|
+
unitPct: 'Pct'
|
|
296
|
+
},
|
|
275
297
|
widget: {
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
298
|
+
group: {
|
|
299
|
+
base: 'Base control',
|
|
300
|
+
layout: 'Layout control',
|
|
301
|
+
advanced: 'Advanced control'
|
|
302
|
+
},
|
|
279
303
|
copyTitle: 'Copy_{0}',
|
|
280
304
|
component: {
|
|
281
305
|
input: 'Input',
|
|
282
306
|
textarea: 'Textarea',
|
|
283
307
|
select: 'Select',
|
|
284
|
-
row: '
|
|
308
|
+
row: 'Row/column'
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
widgetProp: {
|
|
312
|
+
name: 'Field name',
|
|
313
|
+
placeholder: 'Field placeholder',
|
|
314
|
+
required: 'Required',
|
|
315
|
+
displaySetting: {
|
|
316
|
+
name: 'Display setting',
|
|
317
|
+
pc: 'PC',
|
|
318
|
+
mobile: 'Mobile',
|
|
319
|
+
visible: 'Visible',
|
|
320
|
+
hidden: 'Hidden'
|
|
321
|
+
},
|
|
322
|
+
dataSource: {
|
|
323
|
+
name: 'Data source',
|
|
324
|
+
defValue: 'Option {0}',
|
|
325
|
+
addOption: 'Add option',
|
|
326
|
+
batchEditOption: 'Batch edit',
|
|
327
|
+
batchEditTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys and can be copied from Excel or WPS.',
|
|
328
|
+
buildOption: 'Build option'
|
|
329
|
+
},
|
|
330
|
+
rowProp: {
|
|
331
|
+
colSize: 'Number of columns',
|
|
332
|
+
col2: 'Two columns',
|
|
333
|
+
col3: 'Three columns',
|
|
334
|
+
col4: 'Four columns',
|
|
335
|
+
col6: 'Six columns',
|
|
336
|
+
layout: 'Layout'
|
|
285
337
|
}
|
|
286
338
|
}
|
|
287
339
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,a){"function"==typeof define&&define.amd?define("vxe-language.es-ES",["exports"],a):"undefined"!=typeof exports?a(exports):(a(a={}),e.VxeLanguageEsEs=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:"If you use group headers, the freeze columns must be set by group.",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:"The maximum number of Freeze columns cannot exceed {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:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Página anterior",prevPageTitle:"Previous page",nextPage:"Siguiente página",nextPageTitle:"next page",prevJump:"Saltar página anterior",prevJumpTitle:"Jump previous page",nextJump:"Saltar siguiente página",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"System messages"},button:{confirm:"Confirmar",cancel:"Cancelar"},filter:{search:"搜索"},custom:{cstmTitle:"Column Settings",cstmRestore:"Restore default",cstmCancel:"Cancelar",cstmConfirm:"Confirm",cstmConfirmRestore:"Please confirm whether to restore the default column configuration?",cstmDragTarget:"Moving target: {0}",setting:{colSort:"Sort",sortHelpTip:"Click and drag the icon to adjust the order of the columns.",colTitle:"Title",colVisible:"Visible",colFixed:"Freeze columns (Max {0})",fixedLeft:"Left",fixedUnset:"Unset",fixedRight:"Right"}},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"},drawer:{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:"Freeze on the left",fixedRight:"Freeze on the right",cancelFixed:"Unfreeze column"},input:{date:{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"}}},formDesign:{widget:{baseGroup:"Base control",layoutGroup:"Layout control",advancedGroup:"Advanced control",copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"One-row multi-column"}}},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"}}}}});
|
|
1
|
+
!function(e,a){"function"==typeof define&&define.amd?define("vxe-language.es-ES",["exports"],a):"undefined"!=typeof exports?a(exports):(a(a={}),e.VxeLanguageEsEs=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:"If you use group headers, the freeze columns must be set by group.",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:"The maximum number of Freeze columns cannot exceed {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:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Página anterior",prevPageTitle:"Previous page",nextPage:"Siguiente página",nextPageTitle:"next page",prevJump:"Saltar página anterior",prevJumpTitle:"Jump previous page",nextJump:"Saltar siguiente página",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"System messages"},button:{confirm:"Confirmar",cancel:"Cancelar"},filter:{search:"搜索"},custom:{cstmTitle:"Column Settings",cstmRestore:"Restore default",cstmCancel:"Cancelar",cstmConfirm:"Confirm",cstmConfirmRestore:"Please confirm whether to restore the default column configuration?",cstmDragTarget:"Moving target: {0}",setting:{colSort:"Sort",sortHelpTip:"Click and drag the icon to adjust the order of the columns.",colTitle:"Title",colVisible:"Visible",colFixed:"Freeze columns (Max {0})",fixedLeft:"Left",fixedUnset:"Unset",fixedRight:"Right"}},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"},drawer:{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:"Freeze on the left",fixedRight:"Freeze on the right",cancelFixed:"Unfreeze column"},input:{date:{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"}}},formDesign:{widgetPropTab:"Field property",widgetFormTab:"Form property",styleSetting:{btn:"Style setting",title:"Form style setting",layoutTitle:"Field layout",verticalLayout:"Vertical layout",horizontalLayout:"Horizontal layout",styleTitle:"Title style",boldTitle:"Bold title",fontBold:"Bold",fontNormal:"Normal",colonTitle:"Display colon",colonVisible:"Visible",colonHidden:"Hidden",alignTitle:"Title align",widthTitle:"Title width",alignLeft:"Left",alignRight:"Right",unitPx:"Px",unitPct:"Pct"},widget:{group:{base:"Base control",layout:"Layout control",advanced:"Advanced control"},copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"Row/column"}},widgetProp:{name:"Field name",placeholder:"Field placeholder",required:"Required",displaySetting:{name:"Display setting",pc:"PC",mobile:"Mobile",visible:"Visible",hidden:"Hidden"},dataSource:{name:"Data source",defValue:"Option {0}",addOption:"Add option",batchEditOption:"Batch edit",batchEditTip:"Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys and can be copied from Excel or WPS.",buildOption:"Build option"},rowProp:{colSize:"Number of columns",col2:"Two columns",col3:"Three columns",col4:"Four columns",col6:"Six columns",layout:"Layout"}}},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"}}}}});
|
|
@@ -285,16 +285,68 @@
|
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
formDesign: {
|
|
288
|
+
widgetPropTab: 'Field property',
|
|
289
|
+
widgetFormTab: 'Form property',
|
|
290
|
+
styleSetting: {
|
|
291
|
+
btn: 'Style setting',
|
|
292
|
+
title: 'Form style setting',
|
|
293
|
+
layoutTitle: 'Field layout',
|
|
294
|
+
verticalLayout: 'Vertical layout',
|
|
295
|
+
horizontalLayout: 'Horizontal layout',
|
|
296
|
+
styleTitle: 'Title style',
|
|
297
|
+
boldTitle: 'Bold title',
|
|
298
|
+
fontBold: 'Bold',
|
|
299
|
+
fontNormal: 'Normal',
|
|
300
|
+
colonTitle: 'Display colon',
|
|
301
|
+
colonVisible: 'Visible',
|
|
302
|
+
colonHidden: 'Hidden',
|
|
303
|
+
alignTitle: 'Title align',
|
|
304
|
+
widthTitle: 'Title width',
|
|
305
|
+
alignLeft: 'Left',
|
|
306
|
+
alignRight: 'Right',
|
|
307
|
+
unitPx: 'Px',
|
|
308
|
+
unitPct: 'Pct'
|
|
309
|
+
},
|
|
288
310
|
widget: {
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
311
|
+
group: {
|
|
312
|
+
base: 'Base control',
|
|
313
|
+
layout: 'Layout control',
|
|
314
|
+
advanced: 'Advanced control'
|
|
315
|
+
},
|
|
292
316
|
copyTitle: 'Copy_{0}',
|
|
293
317
|
component: {
|
|
294
318
|
input: 'Input',
|
|
295
319
|
textarea: 'Textarea',
|
|
296
320
|
select: 'Select',
|
|
297
|
-
row: '
|
|
321
|
+
row: 'Row/column'
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
widgetProp: {
|
|
325
|
+
name: 'Field name',
|
|
326
|
+
placeholder: 'Field placeholder',
|
|
327
|
+
required: 'Required',
|
|
328
|
+
displaySetting: {
|
|
329
|
+
name: 'Display setting',
|
|
330
|
+
pc: 'PC',
|
|
331
|
+
mobile: 'Mobile',
|
|
332
|
+
visible: 'Visible',
|
|
333
|
+
hidden: 'Hidden'
|
|
334
|
+
},
|
|
335
|
+
dataSource: {
|
|
336
|
+
name: 'Data source',
|
|
337
|
+
defValue: 'Option {0}',
|
|
338
|
+
addOption: 'Add option',
|
|
339
|
+
batchEditOption: 'Batch edit',
|
|
340
|
+
batchEditTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys and can be copied from Excel or WPS.',
|
|
341
|
+
buildOption: 'Build option'
|
|
342
|
+
},
|
|
343
|
+
rowProp: {
|
|
344
|
+
colSize: 'Number of columns',
|
|
345
|
+
col2: 'Two columns',
|
|
346
|
+
col3: 'Three columns',
|
|
347
|
+
col4: 'Four columns',
|
|
348
|
+
col6: 'Six columns',
|
|
349
|
+
layout: 'Layout'
|
|
298
350
|
}
|
|
299
351
|
}
|
|
300
352
|
},
|
package/lib/language/ja-JP.js
CHANGED
|
@@ -272,16 +272,68 @@ var _default = exports.default = {
|
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
formDesign: {
|
|
275
|
+
widgetPropTab: 'Field property',
|
|
276
|
+
widgetFormTab: 'Form property',
|
|
277
|
+
styleSetting: {
|
|
278
|
+
btn: 'Style setting',
|
|
279
|
+
title: 'Form style setting',
|
|
280
|
+
layoutTitle: 'Field layout',
|
|
281
|
+
verticalLayout: 'Vertical layout',
|
|
282
|
+
horizontalLayout: 'Horizontal layout',
|
|
283
|
+
styleTitle: 'Title style',
|
|
284
|
+
boldTitle: 'Bold title',
|
|
285
|
+
fontBold: 'Bold',
|
|
286
|
+
fontNormal: 'Normal',
|
|
287
|
+
colonTitle: 'Display colon',
|
|
288
|
+
colonVisible: 'Visible',
|
|
289
|
+
colonHidden: 'Hidden',
|
|
290
|
+
alignTitle: 'Title align',
|
|
291
|
+
widthTitle: 'Title width',
|
|
292
|
+
alignLeft: 'Left',
|
|
293
|
+
alignRight: 'Right',
|
|
294
|
+
unitPx: 'Px',
|
|
295
|
+
unitPct: 'Pct'
|
|
296
|
+
},
|
|
275
297
|
widget: {
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
298
|
+
group: {
|
|
299
|
+
base: 'Base control',
|
|
300
|
+
layout: 'Layout control',
|
|
301
|
+
advanced: 'Advanced control'
|
|
302
|
+
},
|
|
279
303
|
copyTitle: 'Copy_{0}',
|
|
280
304
|
component: {
|
|
281
305
|
input: 'Input',
|
|
282
306
|
textarea: 'Textarea',
|
|
283
307
|
select: 'Select',
|
|
284
|
-
row: '
|
|
308
|
+
row: 'Row/column'
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
widgetProp: {
|
|
312
|
+
name: 'Field name',
|
|
313
|
+
placeholder: 'Field placeholder',
|
|
314
|
+
required: 'Required',
|
|
315
|
+
displaySetting: {
|
|
316
|
+
name: 'Display setting',
|
|
317
|
+
pc: 'PC',
|
|
318
|
+
mobile: 'Mobile',
|
|
319
|
+
visible: 'Visible',
|
|
320
|
+
hidden: 'Hidden'
|
|
321
|
+
},
|
|
322
|
+
dataSource: {
|
|
323
|
+
name: 'Data source',
|
|
324
|
+
defValue: 'Option {0}',
|
|
325
|
+
addOption: 'Add option',
|
|
326
|
+
batchEditOption: 'Batch edit',
|
|
327
|
+
batchEditTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys and can be copied from Excel or WPS.',
|
|
328
|
+
buildOption: 'Build option'
|
|
329
|
+
},
|
|
330
|
+
rowProp: {
|
|
331
|
+
colSize: 'Number of columns',
|
|
332
|
+
col2: 'Two columns',
|
|
333
|
+
col3: 'Three columns',
|
|
334
|
+
col4: 'Four columns',
|
|
335
|
+
col6: 'Six columns',
|
|
336
|
+
layout: 'Layout'
|
|
285
337
|
}
|
|
286
338
|
}
|
|
287
339
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"function"==typeof define&&define.amd?define("vxe-language.ja-JP",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.VxeLanguageJaJp=t)}("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:"Loading..."},error:{groupFixed:"グループ化ヘッダーを使用する場合、固定列はグループで設定しなければなりません",groupMouseRange:"グループ化ヘッダーと「{0}」は同時に使用できません。これによりエラーが発生する可能性があります",groupTag:'グループ化ヘッダーは "{0}" を使ってください。 "{1}" はエラーが発生する可能性があります',scrollErrProp:'仮想スクロールはこのパラメータを使えません: "{0}"',errConflicts:'パラメータ "{0}" と "{1}" は同時に使えません',unableInsert:"指定された位置に挿入できない",useErr:'"{0}" モジュールをインストールする際にエラーが発生し、順序が正しくない可能性がある。依存するモジュールはTableの前にインストールする必要がある',barUnableLink:"ツールバーはフォームを関連付けることができない",expandContent:'拡張行スロットは "content" である必要があります。確認してください',reqModule:'"{0}" モジュールが必要です',reqProp:'必要な "{0}" パラメーターが欠落しているため、エラーが発生する可能性があります',emptyProp:'"{0}" プロパティは空白が許可されていません',errProp:'サポートされていないパラメーター "{0}"、"{1}" の可能性があります',colRepet:'column.{0}="{0}" が重複しているため、機能が使えなくなる可能性があります。',notFunc:'メソッド "{0}" がありません',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:'slot "{0}" がありません',noTree:'Tree structureは "{0}" をサポートしていません',notProp:'サポートされていないパラメータ "{0}"',checkProp:'パフマンス低下になる可能性があります。パラメータ "{0}" の値を指定してください',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'"{0}" functionが非推奨です。"{1}"を使用してください',delProp:'"{0}" propertyが非推奨です。"{1}"を使用してください',delEvent:'イベント "{0}" が廃止されました。 "{1}" を使用してください',removeProp:'パラメーター "{0}" が非推奨です。エラーが発生する可能性があります',errFormat:'全般フォーマットするには "VXETable.formats" で定義してください。 "formatter={0}" での方式が非推奨です',notType:'サポートされていないファイルの種類 "{0}"',notExp:"ご利用のブラウザはインポート/エクスポート機能を利用できません",impFields:"インポートに失敗しました。フィールド名とデータ形式を確認してください",treeNotImp:"ツリーテーブルはインポートをサポートしていません"},table:{emptyText:"データがありません",allTitle:"全て選択/取消",seqTitle:"#",confirmFilter:"OK",resetFilter:"リセット",allFilter:"全て",sortAsc:"昇順",sortDesc:"降順",filter:"選択した列が絞り込む有効",impSuccess:"{0} レコードがインポートされました",expLoading:"エクスポート中",expSuccess:"エクスポートが成功しました",expOriginFilename:"エクスポート_{0}",expSrcFilename:"エクスポート_ソース_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"OK",customRestore:"リセット",maxFixedCol:"最大固定列数が {0} です。"},grid:{selectOneRecord:"1つ以上ののレコードを選択してください",deleteSelectRecord:"レコードを削除してもよろしいですか?",removeSelectRecord:"レコードを削除してもよろしいですか?",dataUnchanged:"データが変更されませんでした",delSuccess:"選択したレコードを削除しました",saveSuccess:"保存しました",operError:"エラーが発生しました。操作が失敗しました"},select:{search:"検索",loadingText:"Loading",emptyText:"データがありません"},pager:{goto:"移動",pagesize:"{0}件/ページ",total:"全 {0} 件",pageClassifier:"ページ",homePage:"1ページ目",homePageTitle:"1ページ目",prevPage:"前のページ",prevPageTitle:"前のページ",nextPage:"次のページ",nextPageTitle:"次のページ",prevJump:"前のページに移動",prevJumpTitle:"前のページに移動",nextJump:"次のページに移動",nextJumpTitle:"次のページに移動",endPage:"最後ページ",endPageTitle:"最後ページ"},alert:{title:"System messages"},button:{confirm:"OK",cancel:"キャンセル"},filter:{search:"検索"},custom:{cstmTitle:"列設定",cstmRestore:"リセット",cstmCancel:"キャンセル",cstmConfirm:"OK",cstmConfirmRestore:"列をデフォルト状態に戻します。よろしいですか?",cstmDragTarget:"移動ターゲット: {0}",setting:{colSort:"ソート",sortHelpTip:"Click and drag the icon to adjust the order of the columns.",colTitle:"タイトル",colVisible:"表示",colFixed:"冻结列(最多 {0} 列)",fixedLeft:"左側",fixedUnset:"指定しない",fixedRight:"右側"}},import:{modes:{covering:"上書き",insert:"追加"},impTitle:"データインポート",impFile:"ファイル名",impSelect:"ファイル選択",impType:"ファイルの種類",impOpts:"パラメータ指定",impConfirm:"インポート",impCancel:"キャンセル"},export:{types:{csv:"CSV (カンマ区切り)(*.csv)",html:"webページ(*.html)",xml:"XML データ(*.xml)",txt:"テキストファイル(タブ区切り)(*.txt)",xls:"Excel 97-2003 ワークブック(*.xls)",xlsx:"Excel ワークブック(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"表示中のデータ(表示中のページのデータ)",selected:"選択したデータ(表示中のページに選択したデータ)",all:"全てのデータ(全てのページのデータを含む)"},printTitle:"印刷",expTitle:"データ",expName:"ファイル名",expNamePlaceholder:"ファイル名を入力してください",expSheetName:"タイトル",expSheetNamePlaceholder:"タイトルを入力してください",expType:"保存タイプ",expMode:"保存データ",expCurrentColumn:"全てのフィールド",expColumn:"列",expOpts:"パラメータ",expOptHeader:"ヘッダー",expHeaderTitle:"ヘッダーをエクスポート",expOptFooter:"フッター",expFooterTitle:"フッターをエクスポート",expOptColgroup:"グループ分けタイトル",expColgroupTitle:"グループ分けタイトルを有効にする",expOptMerge:"結合",expMergeTitle:"結合セルを有効にする",expOptAllExpand:"階層構造",expAllExpandTitle:"階層構造を有効にする",expOptUseStyle:"スタイル",expUseStyleTitle:"スタイルを有効にする",expOptOriginal:"ソースデータ",expOriginalTitle:"ソースデータを有効にする",expPrint:"印刷",expConfirm:"OK",expCancel:"キャンセル"},modal:{zoomIn:"最大化",zoomOut:"縮小",close:"閉じる"},drawer:{close:"閉じる"},form:{folding:"展開を戻す",unfolding:"展開"},toolbar:{import:"ファイル読込",export:"エクスポート",print:"印刷",refresh:"再読み込み",zoomIn:"フルスクリーン",zoomOut:"縮小",custom:"カスタム設定",customAll:"全部",customConfirm:"OK",customRestore:"リセット",fixedLeft:"左側に固定",fixedRight:"右側に固定",cancelFixed:"列固定を取消"},input:{date:{m1:"1月",m2:"2月",m3:"3月",m4:"4月",m5:"5月",m6:"6月",m7:"7月",m8:"8月",m9:"9月",m10:"10月",m11:"11月",m12:"12月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年 WW",month:"yyyy-MM",quarter:"yyyy 年第 q 四半期",year:"yyyy"},weeks:{w:"曜日",w0:"日",w1:"月",w2:"火",w3:"水",w4:"木",w5:"金",w6:"土"},months:{m0:"1月",m1:"2月",m2:"3月",m3:"4月",m4:"5月",m5:"6月",m6:"7月",m7:"8月",m8:"9月",m9:"10月",m10:"11月",m11:"12月"},quarters:{q1:"第1四半期",q2:"第2四半期",q3:"第3四半期",q4:"第4四半期"}}},formDesign:{widget:{
|
|
1
|
+
!function(e,t){"function"==typeof define&&define.amd?define("vxe-language.ja-JP",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.VxeLanguageJaJp=t)}("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:"Loading..."},error:{groupFixed:"グループ化ヘッダーを使用する場合、固定列はグループで設定しなければなりません",groupMouseRange:"グループ化ヘッダーと「{0}」は同時に使用できません。これによりエラーが発生する可能性があります",groupTag:'グループ化ヘッダーは "{0}" を使ってください。 "{1}" はエラーが発生する可能性があります',scrollErrProp:'仮想スクロールはこのパラメータを使えません: "{0}"',errConflicts:'パラメータ "{0}" と "{1}" は同時に使えません',unableInsert:"指定された位置に挿入できない",useErr:'"{0}" モジュールをインストールする際にエラーが発生し、順序が正しくない可能性がある。依存するモジュールはTableの前にインストールする必要がある',barUnableLink:"ツールバーはフォームを関連付けることができない",expandContent:'拡張行スロットは "content" である必要があります。確認してください',reqModule:'"{0}" モジュールが必要です',reqProp:'必要な "{0}" パラメーターが欠落しているため、エラーが発生する可能性があります',emptyProp:'"{0}" プロパティは空白が許可されていません',errProp:'サポートされていないパラメーター "{0}"、"{1}" の可能性があります',colRepet:'column.{0}="{0}" が重複しているため、機能が使えなくなる可能性があります。',notFunc:'メソッド "{0}" がありません',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:'slot "{0}" がありません',noTree:'Tree structureは "{0}" をサポートしていません',notProp:'サポートされていないパラメータ "{0}"',checkProp:'パフマンス低下になる可能性があります。パラメータ "{0}" の値を指定してください',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'"{0}" functionが非推奨です。"{1}"を使用してください',delProp:'"{0}" propertyが非推奨です。"{1}"を使用してください',delEvent:'イベント "{0}" が廃止されました。 "{1}" を使用してください',removeProp:'パラメーター "{0}" が非推奨です。エラーが発生する可能性があります',errFormat:'全般フォーマットするには "VXETable.formats" で定義してください。 "formatter={0}" での方式が非推奨です',notType:'サポートされていないファイルの種類 "{0}"',notExp:"ご利用のブラウザはインポート/エクスポート機能を利用できません",impFields:"インポートに失敗しました。フィールド名とデータ形式を確認してください",treeNotImp:"ツリーテーブルはインポートをサポートしていません"},table:{emptyText:"データがありません",allTitle:"全て選択/取消",seqTitle:"#",confirmFilter:"OK",resetFilter:"リセット",allFilter:"全て",sortAsc:"昇順",sortDesc:"降順",filter:"選択した列が絞り込む有効",impSuccess:"{0} レコードがインポートされました",expLoading:"エクスポート中",expSuccess:"エクスポートが成功しました",expOriginFilename:"エクスポート_{0}",expSrcFilename:"エクスポート_ソース_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"OK",customRestore:"リセット",maxFixedCol:"最大固定列数が {0} です。"},grid:{selectOneRecord:"1つ以上ののレコードを選択してください",deleteSelectRecord:"レコードを削除してもよろしいですか?",removeSelectRecord:"レコードを削除してもよろしいですか?",dataUnchanged:"データが変更されませんでした",delSuccess:"選択したレコードを削除しました",saveSuccess:"保存しました",operError:"エラーが発生しました。操作が失敗しました"},select:{search:"検索",loadingText:"Loading",emptyText:"データがありません"},pager:{goto:"移動",pagesize:"{0}件/ページ",total:"全 {0} 件",pageClassifier:"ページ",homePage:"1ページ目",homePageTitle:"1ページ目",prevPage:"前のページ",prevPageTitle:"前のページ",nextPage:"次のページ",nextPageTitle:"次のページ",prevJump:"前のページに移動",prevJumpTitle:"前のページに移動",nextJump:"次のページに移動",nextJumpTitle:"次のページに移動",endPage:"最後ページ",endPageTitle:"最後ページ"},alert:{title:"System messages"},button:{confirm:"OK",cancel:"キャンセル"},filter:{search:"検索"},custom:{cstmTitle:"列設定",cstmRestore:"リセット",cstmCancel:"キャンセル",cstmConfirm:"OK",cstmConfirmRestore:"列をデフォルト状態に戻します。よろしいですか?",cstmDragTarget:"移動ターゲット: {0}",setting:{colSort:"ソート",sortHelpTip:"Click and drag the icon to adjust the order of the columns.",colTitle:"タイトル",colVisible:"表示",colFixed:"冻结列(最多 {0} 列)",fixedLeft:"左側",fixedUnset:"指定しない",fixedRight:"右側"}},import:{modes:{covering:"上書き",insert:"追加"},impTitle:"データインポート",impFile:"ファイル名",impSelect:"ファイル選択",impType:"ファイルの種類",impOpts:"パラメータ指定",impConfirm:"インポート",impCancel:"キャンセル"},export:{types:{csv:"CSV (カンマ区切り)(*.csv)",html:"webページ(*.html)",xml:"XML データ(*.xml)",txt:"テキストファイル(タブ区切り)(*.txt)",xls:"Excel 97-2003 ワークブック(*.xls)",xlsx:"Excel ワークブック(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"表示中のデータ(表示中のページのデータ)",selected:"選択したデータ(表示中のページに選択したデータ)",all:"全てのデータ(全てのページのデータを含む)"},printTitle:"印刷",expTitle:"データ",expName:"ファイル名",expNamePlaceholder:"ファイル名を入力してください",expSheetName:"タイトル",expSheetNamePlaceholder:"タイトルを入力してください",expType:"保存タイプ",expMode:"保存データ",expCurrentColumn:"全てのフィールド",expColumn:"列",expOpts:"パラメータ",expOptHeader:"ヘッダー",expHeaderTitle:"ヘッダーをエクスポート",expOptFooter:"フッター",expFooterTitle:"フッターをエクスポート",expOptColgroup:"グループ分けタイトル",expColgroupTitle:"グループ分けタイトルを有効にする",expOptMerge:"結合",expMergeTitle:"結合セルを有効にする",expOptAllExpand:"階層構造",expAllExpandTitle:"階層構造を有効にする",expOptUseStyle:"スタイル",expUseStyleTitle:"スタイルを有効にする",expOptOriginal:"ソースデータ",expOriginalTitle:"ソースデータを有効にする",expPrint:"印刷",expConfirm:"OK",expCancel:"キャンセル"},modal:{zoomIn:"最大化",zoomOut:"縮小",close:"閉じる"},drawer:{close:"閉じる"},form:{folding:"展開を戻す",unfolding:"展開"},toolbar:{import:"ファイル読込",export:"エクスポート",print:"印刷",refresh:"再読み込み",zoomIn:"フルスクリーン",zoomOut:"縮小",custom:"カスタム設定",customAll:"全部",customConfirm:"OK",customRestore:"リセット",fixedLeft:"左側に固定",fixedRight:"右側に固定",cancelFixed:"列固定を取消"},input:{date:{m1:"1月",m2:"2月",m3:"3月",m4:"4月",m5:"5月",m6:"6月",m7:"7月",m8:"8月",m9:"9月",m10:"10月",m11:"11月",m12:"12月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年 WW",month:"yyyy-MM",quarter:"yyyy 年第 q 四半期",year:"yyyy"},weeks:{w:"曜日",w0:"日",w1:"月",w2:"火",w3:"水",w4:"木",w5:"金",w6:"土"},months:{m0:"1月",m1:"2月",m2:"3月",m3:"4月",m4:"5月",m5:"6月",m6:"7月",m7:"8月",m8:"9月",m9:"10月",m10:"11月",m11:"12月"},quarters:{q1:"第1四半期",q2:"第2四半期",q3:"第3四半期",q4:"第4四半期"}}},formDesign:{widgetPropTab:"Field property",widgetFormTab:"Form property",styleSetting:{btn:"Style setting",title:"Form style setting",layoutTitle:"Field layout",verticalLayout:"Vertical layout",horizontalLayout:"Horizontal layout",styleTitle:"Title style",boldTitle:"Bold title",fontBold:"Bold",fontNormal:"Normal",colonTitle:"Display colon",colonVisible:"Visible",colonHidden:"Hidden",alignTitle:"Title align",widthTitle:"Title width",alignLeft:"Left",alignRight:"Right",unitPx:"Px",unitPct:"Pct"},widget:{group:{base:"Base control",layout:"Layout control",advanced:"Advanced control"},copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"Row/column"}},widgetProp:{name:"Field name",placeholder:"Field placeholder",required:"Required",displaySetting:{name:"Display setting",pc:"PC",mobile:"Mobile",visible:"Visible",hidden:"Hidden"},dataSource:{name:"Data source",defValue:"Option {0}",addOption:"Add option",batchEditOption:"Batch edit",batchEditTip:"Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys and can be copied from Excel or WPS.",buildOption:"Build option"},rowProp:{colSize:"Number of columns",col2:"Two columns",col3:"Three columns",col4:"Four columns",col6:"Six columns",layout:"Layout"}}},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:"not begin",endin:"末尾は",notendin:"not endin",include:"含む",exclude:"含まない",between:"属する",custom:"カスタムフィルター",insensitive:"大文字小文字区別しない",isSensitive:"大文字小文字区別する"},empty:"(空白)",notData:"データなし"}},renderer:{search:"搜索",cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},combination:{menus:{clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"锁定列",fixedGroup:"锁定组",cancelFixed:"取消锁定",fixedLeft:"锁定左侧",fixedRight:"锁定右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},empty:"(空白)",notData:"无匹配项"}},pro:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作"},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} 个单元格"}}}}});
|
|
@@ -285,16 +285,68 @@
|
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
formDesign: {
|
|
288
|
+
widgetPropTab: 'Field property',
|
|
289
|
+
widgetFormTab: 'Form property',
|
|
290
|
+
styleSetting: {
|
|
291
|
+
btn: 'Style setting',
|
|
292
|
+
title: 'Form style setting',
|
|
293
|
+
layoutTitle: 'Field layout',
|
|
294
|
+
verticalLayout: 'Vertical layout',
|
|
295
|
+
horizontalLayout: 'Horizontal layout',
|
|
296
|
+
styleTitle: 'Title style',
|
|
297
|
+
boldTitle: 'Bold title',
|
|
298
|
+
fontBold: 'Bold',
|
|
299
|
+
fontNormal: 'Normal',
|
|
300
|
+
colonTitle: 'Display colon',
|
|
301
|
+
colonVisible: 'Visible',
|
|
302
|
+
colonHidden: 'Hidden',
|
|
303
|
+
alignTitle: 'Title align',
|
|
304
|
+
widthTitle: 'Title width',
|
|
305
|
+
alignLeft: 'Left',
|
|
306
|
+
alignRight: 'Right',
|
|
307
|
+
unitPx: 'Px',
|
|
308
|
+
unitPct: 'Pct'
|
|
309
|
+
},
|
|
288
310
|
widget: {
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
311
|
+
group: {
|
|
312
|
+
base: 'Base control',
|
|
313
|
+
layout: 'Layout control',
|
|
314
|
+
advanced: 'Advanced control'
|
|
315
|
+
},
|
|
292
316
|
copyTitle: 'Copy_{0}',
|
|
293
317
|
component: {
|
|
294
318
|
input: 'Input',
|
|
295
319
|
textarea: 'Textarea',
|
|
296
320
|
select: 'Select',
|
|
297
|
-
row: '
|
|
321
|
+
row: 'Row/column'
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
widgetProp: {
|
|
325
|
+
name: 'Field name',
|
|
326
|
+
placeholder: 'Field placeholder',
|
|
327
|
+
required: 'Required',
|
|
328
|
+
displaySetting: {
|
|
329
|
+
name: 'Display setting',
|
|
330
|
+
pc: 'PC',
|
|
331
|
+
mobile: 'Mobile',
|
|
332
|
+
visible: 'Visible',
|
|
333
|
+
hidden: 'Hidden'
|
|
334
|
+
},
|
|
335
|
+
dataSource: {
|
|
336
|
+
name: 'Data source',
|
|
337
|
+
defValue: 'Option {0}',
|
|
338
|
+
addOption: 'Add option',
|
|
339
|
+
batchEditOption: 'Batch edit',
|
|
340
|
+
batchEditTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys and can be copied from Excel or WPS.',
|
|
341
|
+
buildOption: 'Build option'
|
|
342
|
+
},
|
|
343
|
+
rowProp: {
|
|
344
|
+
colSize: 'Number of columns',
|
|
345
|
+
col2: 'Two columns',
|
|
346
|
+
col3: 'Three columns',
|
|
347
|
+
col4: 'Four columns',
|
|
348
|
+
col6: 'Six columns',
|
|
349
|
+
layout: 'Layout'
|
|
298
350
|
}
|
|
299
351
|
}
|
|
300
352
|
},
|
package/lib/language/pt-BR.js
CHANGED
|
@@ -272,16 +272,68 @@ var _default = exports.default = {
|
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
formDesign: {
|
|
275
|
+
widgetPropTab: 'Field property',
|
|
276
|
+
widgetFormTab: 'Form property',
|
|
277
|
+
styleSetting: {
|
|
278
|
+
btn: 'Style setting',
|
|
279
|
+
title: 'Form style setting',
|
|
280
|
+
layoutTitle: 'Field layout',
|
|
281
|
+
verticalLayout: 'Vertical layout',
|
|
282
|
+
horizontalLayout: 'Horizontal layout',
|
|
283
|
+
styleTitle: 'Title style',
|
|
284
|
+
boldTitle: 'Bold title',
|
|
285
|
+
fontBold: 'Bold',
|
|
286
|
+
fontNormal: 'Normal',
|
|
287
|
+
colonTitle: 'Display colon',
|
|
288
|
+
colonVisible: 'Visible',
|
|
289
|
+
colonHidden: 'Hidden',
|
|
290
|
+
alignTitle: 'Title align',
|
|
291
|
+
widthTitle: 'Title width',
|
|
292
|
+
alignLeft: 'Left',
|
|
293
|
+
alignRight: 'Right',
|
|
294
|
+
unitPx: 'Px',
|
|
295
|
+
unitPct: 'Pct'
|
|
296
|
+
},
|
|
275
297
|
widget: {
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
298
|
+
group: {
|
|
299
|
+
base: 'Base control',
|
|
300
|
+
layout: 'Layout control',
|
|
301
|
+
advanced: 'Advanced control'
|
|
302
|
+
},
|
|
279
303
|
copyTitle: 'Copy_{0}',
|
|
280
304
|
component: {
|
|
281
305
|
input: 'Input',
|
|
282
306
|
textarea: 'Textarea',
|
|
283
307
|
select: 'Select',
|
|
284
|
-
row: '
|
|
308
|
+
row: 'Row/column'
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
widgetProp: {
|
|
312
|
+
name: 'Field name',
|
|
313
|
+
placeholder: 'Field placeholder',
|
|
314
|
+
required: 'Required',
|
|
315
|
+
displaySetting: {
|
|
316
|
+
name: 'Display setting',
|
|
317
|
+
pc: 'PC',
|
|
318
|
+
mobile: 'Mobile',
|
|
319
|
+
visible: 'Visible',
|
|
320
|
+
hidden: 'Hidden'
|
|
321
|
+
},
|
|
322
|
+
dataSource: {
|
|
323
|
+
name: 'Data source',
|
|
324
|
+
defValue: 'Option {0}',
|
|
325
|
+
addOption: 'Add option',
|
|
326
|
+
batchEditOption: 'Batch edit',
|
|
327
|
+
batchEditTip: 'Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys and can be copied from Excel or WPS.',
|
|
328
|
+
buildOption: 'Build option'
|
|
329
|
+
},
|
|
330
|
+
rowProp: {
|
|
331
|
+
colSize: 'Number of columns',
|
|
332
|
+
col2: 'Two columns',
|
|
333
|
+
col3: 'Three columns',
|
|
334
|
+
col4: 'Four columns',
|
|
335
|
+
col6: 'Six columns',
|
|
336
|
+
layout: 'Layout'
|
|
285
337
|
}
|
|
286
338
|
}
|
|
287
339
|
},
|