@vxe-ui/core 0.10.1 → 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.
Files changed (80) hide show
  1. package/README.en.md +31 -31
  2. package/README.md +31 -31
  3. package/README.zh-TW.md +31 -31
  4. package/es/index.esm.js +4 -2
  5. package/es/language/en-US.js +56 -4
  6. package/es/language/es-ES.js +56 -4
  7. package/es/language/ja-JP.js +56 -4
  8. package/es/language/pt-BR.js +56 -4
  9. package/es/language/zh-CN.js +55 -3
  10. package/es/language/zh-TC.js +56 -4
  11. package/es/src/clipboard.js +17 -3
  12. package/es/src/core.js +15 -5
  13. package/es/src/i18n.js +2 -1
  14. package/es/src/i18nStore.js +3 -2
  15. package/es/src/log.js +1 -1
  16. package/lib/index.common.js +4 -2
  17. package/lib/index.umd.js +116 -33
  18. package/lib/index.umd.min.js +1 -1
  19. package/lib/language/en-US.js +56 -4
  20. package/lib/language/en-US.min.js +1 -1
  21. package/lib/language/en-US.umd.js +56 -4
  22. package/lib/language/es-ES.js +56 -4
  23. package/lib/language/es-ES.min.js +1 -1
  24. package/lib/language/es-ES.umd.js +56 -4
  25. package/lib/language/ja-JP.js +56 -4
  26. package/lib/language/ja-JP.min.js +1 -1
  27. package/lib/language/ja-JP.umd.js +56 -4
  28. package/lib/language/pt-BR.js +56 -4
  29. package/lib/language/pt-BR.min.js +1 -1
  30. package/lib/language/pt-BR.umd.js +56 -4
  31. package/lib/language/zh-CN.js +55 -3
  32. package/lib/language/zh-CN.min.js +1 -1
  33. package/lib/language/zh-CN.umd.js +55 -3
  34. package/lib/language/zh-HK.js +1 -1
  35. package/lib/language/zh-HK.min.js +1 -1
  36. package/lib/language/zh-HK.umd.js +56 -4
  37. package/lib/language/zh-MO.js +1 -1
  38. package/lib/language/zh-MO.min.js +1 -1
  39. package/lib/language/zh-MO.umd.js +56 -4
  40. package/lib/language/zh-TC.js +56 -4
  41. package/lib/language/zh-TC.min.js +1 -1
  42. package/lib/language/zh-TC.umd.js +56 -4
  43. package/lib/language/zh-TW.js +1 -1
  44. package/lib/language/zh-TW.min.js +1 -1
  45. package/lib/language/zh-TW.umd.js +56 -4
  46. package/lib/src/clipboard.js +18 -3
  47. package/lib/src/clipboard.min.js +1 -1
  48. package/lib/src/commands.js +1 -1
  49. package/lib/src/core.js +18 -6
  50. package/lib/src/core.min.js +1 -1
  51. package/lib/src/event.js +1 -1
  52. package/lib/src/formats.js +1 -1
  53. package/lib/src/hooks.js +1 -1
  54. package/lib/src/i18n.js +6 -2
  55. package/lib/src/i18n.min.js +1 -1
  56. package/lib/src/i18nStore.js +3 -2
  57. package/lib/src/i18nStore.min.js +1 -1
  58. package/lib/src/interceptor.js +1 -1
  59. package/lib/src/log.js +1 -1
  60. package/lib/src/log.min.js +1 -1
  61. package/lib/src/menus.js +1 -1
  62. package/lib/src/renderer.js +1 -1
  63. package/lib/src/resize.js +1 -1
  64. package/lib/src/store.js +1 -1
  65. package/lib/src/validators.js +1 -1
  66. package/package.json +76 -75
  67. package/packages/index.ts +4 -2
  68. package/packages/language/en-US.ts +56 -4
  69. package/packages/language/es-ES.ts +56 -4
  70. package/packages/language/ja-JP.ts +56 -4
  71. package/packages/language/pt-BR.ts +56 -4
  72. package/packages/language/zh-CN.ts +55 -3
  73. package/packages/language/zh-TC.ts +56 -4
  74. package/packages/src/clipboard.ts +18 -3
  75. package/packages/src/core.ts +17 -5
  76. package/packages/src/i18n.ts +2 -1
  77. package/packages/src/i18nStore.ts +4 -2
  78. package/types/core/clipboard.d.ts +8 -1
  79. package/types/core/global-config.d.ts +14 -1
  80. package/types/core/index.d.ts +15 -1
@@ -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
- baseGroup: 'Base control',
290
- layoutGroup: 'Layout control',
291
- advancedGroup: 'Advanced control',
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: 'One-row multi-column'
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
  },
@@ -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
- baseGroup: 'Base control',
277
- layoutGroup: 'Layout control',
278
- advancedGroup: 'Advanced control',
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: 'One-row multi-column'
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,o){"function"==typeof define&&define.amd?define("vxe-language.pt-BR",["exports"],o):"undefined"!=typeof exports?o(exports):(o(o={}),e.VxeLanguagePtBr=o)}("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:"Por favor, insira",pleaseSelect:"Selecione"},loading:{text:"Carregando..."},error:{groupFixed:"If you use group headers, the freeze columns must be set by group.",groupMouseRange:'Agrupar cabeçalhos e "{0}" não podem ser usados ao mesmo tempo, o que pode causar erros.',groupTag:'O cabeçalho da coluna de agrupamento deve usar "{0}" em vez de "{1}", o que pode causar erros.',scrollErrProp:'O parâmetro "{0}" não é suportado quando a rolagem virtual está habilitada.',errConflicts:'O argumento "{0}" entra em conflito com "{1}"',unableInsert:"Não é possível inserir na localização especificada.",useErr:'Erro ao instalar o módulo "{0}", possivelmente na ordem errada, os módulos dependentes precisam ser instalados antes da Tabela.',barUnableLink:"A barra de ferramentas não pode ser associada à tabela.",expandContent:'O slot de linha expandida deve ser "content", verifique se está correto.',reqModule:'requerir o módulo "{0}".',reqProp:'Faltando o parâmetro necessário "{0}", o que pode causar um erro.',emptyProp:'A propriedade "{0}" não pode estar vazia.',errProp:'Parâmetro não suportado "{0}", possivelmente "{1}".',colRepet:'column.{0}="{0}" está duplicado, o que pode tornar algumas funcionalidades inutilizáveis.',notFunc:'método "{0}" não existe.',errFunc:'The argument "{0}" is not a method',notValidators:'Validadores globais "{0}" não existem.',notFormats:'Formatos globais "{0}" não existem.',notCommands:'Comandos globais "{0}" não existem.',notSlot:'slot "{0}" não existe',noTree:'A estrutura de árvore não suporta "{0}".',notProp:'Parâmetros não suportados "{0}"',checkProp:'A caixa de seleção pode travar quando a quantidade de dados é muito grande, é recomendado definir o parâmetro "{0}" para aumentar a velocidade de renderização ',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'A função "{0}" está obsoleta, por favor, use "{1}".',delProp:'A propriedade "{0}" está obsoleta, por favor, use "{1}".',delEvent:'O evento "{0}" está obsoleto, por favor, use "{1}".',removeProp:'A propriedade "{0}" está obsoleta e não é recomendada, o que pode causar um erro.',errFormat:'O conteúdo formatado global deve ser definido com "VXETable.formats". Montar "formatter={0}" não é recomendado.',notType:'Tipos de arquivo não suportados "{0}"',notExp:"O navegador não suporta importação/exportação.",impFields:"Falha na importação, verifique se o nome do campo e o formato dos dados estão corretos.",treeNotImp:"A tabela de árvore não suporta importação."},table:{emptyText:"Sem dados",allTitle:"Selecionar todos / cancelar",seqTitle:"#",confirmFilter:"Confirmar",resetFilter:"Redefinir",allFilter:"Todos",sortAsc:"Ordenação ascendente: do menor para o maior",sortDesc:"Ordenação descendente: do maior para o menor",filter:"Habilitar filtro em colunas selecionadas",impSuccess:"Importado com sucesso {0} registros",expLoading:"Exportando",expSuccess:"Exportado com sucesso",expFilename:"Exportar_{0}",expOriginFilename:"Exportar_original_{0}",customTitle:"Configurações de coluna",customAll:"Todos",customConfirm:"Confirmar",customRestore:"Redefinir",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}"},grid:{selectOneRecord:"Por favor, selecione pelo menos um registro!",deleteSelectRecord:"Tem certeza de que deseja excluir o registro selecionado?",removeSelectRecord:"Tem certeza de que deseja remover o registro selecionado?",dataUnchanged:"Dados inalterados!",delSuccess:"Registro selecionado excluído com sucesso!",saveSuccess:"Salvo com sucesso!",operError:"Ocorreu um erro, a operação falhou!"},select:{search:"Buscar",loadingText:"Carregando",emptyText:"Sem dados"},pager:{goto:"Ir para",pagesize:"{0}/página",total:"Total de {0} registros",pageClassifier:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Previous page",prevPageTitle:"Previous page",nextPage:"next page",nextPageTitle:"next page",prevJump:"Jump previous page",prevJumpTitle:"Jump previous page",nextJump:"Jump next page",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"System messages"},button:{confirm:"Confirmar",cancel:"Cancelar"},filter:{search:"Buscar"},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:"Sobrescrever",insert:"Inserir"},impTitle:"Importar dados",impFile:"Nome do arquivo",impSelect:"Selecionar arquivo",impType:"Tipo de arquivo",impOpts:"Configurações",impConfirm:"Importar",impCancel:"Cancelar"},export:{types:{csv:"CSV (Separado por vírgulas) (*.csv)",html:"Página da Web (*.html)",xml:"Dados XML (*.xml)",txt:"Texto (Separado por tabulação) (*.txt)",xls:"Pasta de trabalho do Excel 97-2003 (*.xls)",xlsx:"Pasta de trabalho do Excel (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Dados atuais (dados da página atual)",selected:"Dados selecionados (dados selecionados na página atual)",all:"Todos os dados (incluindo todos os dados de paginação)"},printTitle:"Imprimir dados",expTitle:"Exportar dados",expName:"Nome do arquivo",expNamePlaceholder:"Por favor, insira o nome do arquivo",expSheetName:"Título",expSheetNamePlaceholder:"Por favor, insira um título",expType:"Salvar o tipo",expMode:"Selecionar dados",expCurrentColumn:"Todos os campos",expColumn:"Selecionar campo",expOpts:"Configurações",expOptHeader:"Cabeçalho",expHeaderTitle:"Necessita de cabeçalho",expOptFooter:"Rodapé",expFooterTitle:"Necessita de tabela de rodapé",expOptColgroup:"Cabeçalho de grupo",expColgroupTitle:"Se existir, suporta cabeçalhos com estrutura de agrupamento",expOptMerge:"Mesclar",expMergeTitle:"Se existir, suporta células com estruturas mescladas",expOptAllExpand:"Expandir nós",expAllExpandTitle:"Se existir, todos os dados com estrutura de árvore podem ser expandidos",expOptUseStyle:"Estilos",expUseStyleTitle:"Se existir, suporta células com estilos",expOptOriginal:"Dados originais",expOriginalTitle:"Se for dados originais, é possível importá-los de volta para a tabela",expPrint:"Imprimir",expConfirm:"Exportar",expCancel:"Cancelar"},modal:{zoomIn:"Maximizar",zoomOut:"Restaurar",close:"Fechar"},drawer:{close:"Fechar"},form:{folding:"Ocultar",unfolding:"Mostrar"},toolbar:{import:"Importar",export:"Exportar",print:"Imprimir",refresh:"Atualizar",zoomIn:"Tela cheia",zoomOut:"Restaurar",custom:"Configurações de coluna",customAll:"Todos",customConfirm:"Confirmar",customRestore:"Redefinir",fixedLeft:"Freeze on the left",fixedRight:"Freeze on the right",cancelFixed:"Unfreeze column"},input:{date:{m1:"Janeiro",m2:"Fevereiro",m3:"Março",m4:"Abril",m5:"Maio",m6:"Junho",m7:"Julho",m8:"Agosto",m9:"Setembro",m10:"Outubro",m11:"Novembro",m12:"Dezembro",quarterLabel:"{0} trimestre",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"dd/MM/yyyy HH:mm:ss",week:"[Semana] WW, yyyy",month:"MM/yyyy",quarter:"[Trimestre] q, yyyy",year:"yyyy"},weeks:{w:"Semana",w0:"Dom",w1:"Seg",w2:"Ter",w3:"Qua",w4:"Qui",w5:"Sex",w6:"Sáb"},months:{m0:"Jan",m1:"Fev",m2:"Mar",m3:"Abr",m4:"Mai",m5:"Jun",m6:"Jul",m7:"Ago",m8:"Set",m9:"Out",m10:"Nov",m11:"Dez"},quarters:{q1:"1º trimestre",q2:"2º trimestre",q3:"3º trimestre",q4:"4º 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:"Não igual",gt:"Maior que",ge:"Maior ou igual a",lt:"Menor que",le:"Menor ou igual a",begin:"Começa com",notbegin:"Não começa com",endin:"Termina com",notendin:"Não termina com",include:"Inclui",exclude:"Exclusivo",between:"Entre",custom:"Filtro personalizado",insensitive:"Sem diferenciação de maiúsculas e minúsculas",isSensitive:"Diferenciação de maiúsculas e minúsculas"},combination:{menus:{clearSort:"Limpar ordenação",sortAsc:"Ordem ascendente",sortDesc:"Ordem descendente",fixedColumn:"Coluna fixa",fixedGroup:"Grupo fixo",cancelFixed:"Limpar fixação",fixedLeft:"Fixar à esquerda",fixedRight:"Fixar à direita",clearFilter:"Limpar filtro",textOption:"Filtro de texto",numberOption:"Filtro numérico"},popup:{title:"Filtragem personalizada",currColumnTitle:"Coluna atual:",and:"E",or:"Ou",describeHtml:"Use ? para representar um único caractere <br/> use * para representar qualquer número de caracteres"},empty:"(Vazio)",notData:"Sem dados"}},pro:{area:{mergeErr:"A operação não pode ser realizada em células mescladas",multiErr:"A operação não pode ser realizada em áreas de seleção múltipla",extendErr:"Se a área estendida contiver células mescladas, todas as células mescladas devem ter o mesmo tamanho",pasteMultiErr:"Não é possível colar, é necessário que a área copiada e a área colada tenham o mesmo tamanho para realizar esta operação"},fnr:{title:"Localizar e substituir",findLabel:"Localizar",replaceLabel:"Substituir",findTitle:"O que localizar:",replaceTitle:"Substituir por:",tabs:{find:"Localizar",replace:"Substituir"},filter:{re:"Expressão Regular",whole:"Palavra inteira",sensitive:"Diferenciar maiúsculas e minúsculas"},btns:{findNext:"Localizar próximo",findAll:"Localizar todos",replace:"Substituir",replaceAll:"Substituir tudo",cancel:"Cancelar"},header:{seq:"#",cell:"Célula",value:"Valor"},empty:"(Vazio)",reError:"Expressão regular inválida",recordCount:"Encontradas {0} células",notCell:"Não foram encontradas células correspondentes",replaceSuccess:"Substituído com sucesso {0} células"}}}}});
1
+ !function(e,o){"function"==typeof define&&define.amd?define("vxe-language.pt-BR",["exports"],o):"undefined"!=typeof exports?o(exports):(o(o={}),e.VxeLanguagePtBr=o)}("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:"Por favor, insira",pleaseSelect:"Selecione"},loading:{text:"Carregando..."},error:{groupFixed:"If you use group headers, the freeze columns must be set by group.",groupMouseRange:'Agrupar cabeçalhos e "{0}" não podem ser usados ao mesmo tempo, o que pode causar erros.',groupTag:'O cabeçalho da coluna de agrupamento deve usar "{0}" em vez de "{1}", o que pode causar erros.',scrollErrProp:'O parâmetro "{0}" não é suportado quando a rolagem virtual está habilitada.',errConflicts:'O argumento "{0}" entra em conflito com "{1}"',unableInsert:"Não é possível inserir na localização especificada.",useErr:'Erro ao instalar o módulo "{0}", possivelmente na ordem errada, os módulos dependentes precisam ser instalados antes da Tabela.',barUnableLink:"A barra de ferramentas não pode ser associada à tabela.",expandContent:'O slot de linha expandida deve ser "content", verifique se está correto.',reqModule:'requerir o módulo "{0}".',reqProp:'Faltando o parâmetro necessário "{0}", o que pode causar um erro.',emptyProp:'A propriedade "{0}" não pode estar vazia.',errProp:'Parâmetro não suportado "{0}", possivelmente "{1}".',colRepet:'column.{0}="{0}" está duplicado, o que pode tornar algumas funcionalidades inutilizáveis.',notFunc:'método "{0}" não existe.',errFunc:'The argument "{0}" is not a method',notValidators:'Validadores globais "{0}" não existem.',notFormats:'Formatos globais "{0}" não existem.',notCommands:'Comandos globais "{0}" não existem.',notSlot:'slot "{0}" não existe',noTree:'A estrutura de árvore não suporta "{0}".',notProp:'Parâmetros não suportados "{0}"',checkProp:'A caixa de seleção pode travar quando a quantidade de dados é muito grande, é recomendado definir o parâmetro "{0}" para aumentar a velocidade de renderização ',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',delFunc:'A função "{0}" está obsoleta, por favor, use "{1}".',delProp:'A propriedade "{0}" está obsoleta, por favor, use "{1}".',delEvent:'O evento "{0}" está obsoleto, por favor, use "{1}".',removeProp:'A propriedade "{0}" está obsoleta e não é recomendada, o que pode causar um erro.',errFormat:'O conteúdo formatado global deve ser definido com "VXETable.formats". Montar "formatter={0}" não é recomendado.',notType:'Tipos de arquivo não suportados "{0}"',notExp:"O navegador não suporta importação/exportação.",impFields:"Falha na importação, verifique se o nome do campo e o formato dos dados estão corretos.",treeNotImp:"A tabela de árvore não suporta importação."},table:{emptyText:"Sem dados",allTitle:"Selecionar todos / cancelar",seqTitle:"#",confirmFilter:"Confirmar",resetFilter:"Redefinir",allFilter:"Todos",sortAsc:"Ordenação ascendente: do menor para o maior",sortDesc:"Ordenação descendente: do maior para o menor",filter:"Habilitar filtro em colunas selecionadas",impSuccess:"Importado com sucesso {0} registros",expLoading:"Exportando",expSuccess:"Exportado com sucesso",expFilename:"Exportar_{0}",expOriginFilename:"Exportar_original_{0}",customTitle:"Configurações de coluna",customAll:"Todos",customConfirm:"Confirmar",customRestore:"Redefinir",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}"},grid:{selectOneRecord:"Por favor, selecione pelo menos um registro!",deleteSelectRecord:"Tem certeza de que deseja excluir o registro selecionado?",removeSelectRecord:"Tem certeza de que deseja remover o registro selecionado?",dataUnchanged:"Dados inalterados!",delSuccess:"Registro selecionado excluído com sucesso!",saveSuccess:"Salvo com sucesso!",operError:"Ocorreu um erro, a operação falhou!"},select:{search:"Buscar",loadingText:"Carregando",emptyText:"Sem dados"},pager:{goto:"Ir para",pagesize:"{0}/página",total:"Total de {0} registros",pageClassifier:"",homePage:"Home",homePageTitle:"Home page",prevPage:"Previous page",prevPageTitle:"Previous page",nextPage:"next page",nextPageTitle:"next page",prevJump:"Jump previous page",prevJumpTitle:"Jump previous page",nextJump:"Jump next page",nextJumpTitle:"Jump next page",endPage:"End page",endPageTitle:"End"},alert:{title:"System messages"},button:{confirm:"Confirmar",cancel:"Cancelar"},filter:{search:"Buscar"},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:"Sobrescrever",insert:"Inserir"},impTitle:"Importar dados",impFile:"Nome do arquivo",impSelect:"Selecionar arquivo",impType:"Tipo de arquivo",impOpts:"Configurações",impConfirm:"Importar",impCancel:"Cancelar"},export:{types:{csv:"CSV (Separado por vírgulas) (*.csv)",html:"Página da Web (*.html)",xml:"Dados XML (*.xml)",txt:"Texto (Separado por tabulação) (*.txt)",xls:"Pasta de trabalho do Excel 97-2003 (*.xls)",xlsx:"Pasta de trabalho do Excel (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"Dados atuais (dados da página atual)",selected:"Dados selecionados (dados selecionados na página atual)",all:"Todos os dados (incluindo todos os dados de paginação)"},printTitle:"Imprimir dados",expTitle:"Exportar dados",expName:"Nome do arquivo",expNamePlaceholder:"Por favor, insira o nome do arquivo",expSheetName:"Título",expSheetNamePlaceholder:"Por favor, insira um título",expType:"Salvar o tipo",expMode:"Selecionar dados",expCurrentColumn:"Todos os campos",expColumn:"Selecionar campo",expOpts:"Configurações",expOptHeader:"Cabeçalho",expHeaderTitle:"Necessita de cabeçalho",expOptFooter:"Rodapé",expFooterTitle:"Necessita de tabela de rodapé",expOptColgroup:"Cabeçalho de grupo",expColgroupTitle:"Se existir, suporta cabeçalhos com estrutura de agrupamento",expOptMerge:"Mesclar",expMergeTitle:"Se existir, suporta células com estruturas mescladas",expOptAllExpand:"Expandir nós",expAllExpandTitle:"Se existir, todos os dados com estrutura de árvore podem ser expandidos",expOptUseStyle:"Estilos",expUseStyleTitle:"Se existir, suporta células com estilos",expOptOriginal:"Dados originais",expOriginalTitle:"Se for dados originais, é possível importá-los de volta para a tabela",expPrint:"Imprimir",expConfirm:"Exportar",expCancel:"Cancelar"},modal:{zoomIn:"Maximizar",zoomOut:"Restaurar",close:"Fechar"},drawer:{close:"Fechar"},form:{folding:"Ocultar",unfolding:"Mostrar"},toolbar:{import:"Importar",export:"Exportar",print:"Imprimir",refresh:"Atualizar",zoomIn:"Tela cheia",zoomOut:"Restaurar",custom:"Configurações de coluna",customAll:"Todos",customConfirm:"Confirmar",customRestore:"Redefinir",fixedLeft:"Freeze on the left",fixedRight:"Freeze on the right",cancelFixed:"Unfreeze column"},input:{date:{m1:"Janeiro",m2:"Fevereiro",m3:"Março",m4:"Abril",m5:"Maio",m6:"Junho",m7:"Julho",m8:"Agosto",m9:"Setembro",m10:"Outubro",m11:"Novembro",m12:"Dezembro",quarterLabel:"{0} trimestre",monthLabel:"{0}",dayLabel:"{1} {0}",labelFormat:{date:"dd/MM/yyyy",time:"HH:mm:ss",datetime:"dd/MM/yyyy HH:mm:ss",week:"[Semana] WW, yyyy",month:"MM/yyyy",quarter:"[Trimestre] q, yyyy",year:"yyyy"},weeks:{w:"Semana",w0:"Dom",w1:"Seg",w2:"Ter",w3:"Qua",w4:"Qui",w5:"Sex",w6:"Sáb"},months:{m0:"Jan",m1:"Fev",m2:"Mar",m3:"Abr",m4:"Mai",m5:"Jun",m6:"Jul",m7:"Ago",m8:"Set",m9:"Out",m10:"Nov",m11:"Dez"},quarters:{q1:"1º trimestre",q2:"2º trimestre",q3:"3º trimestre",q4:"4º 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:"Não igual",gt:"Maior que",ge:"Maior ou igual a",lt:"Menor que",le:"Menor ou igual a",begin:"Começa com",notbegin:"Não começa com",endin:"Termina com",notendin:"Não termina com",include:"Inclui",exclude:"Exclusivo",between:"Entre",custom:"Filtro personalizado",insensitive:"Sem diferenciação de maiúsculas e minúsculas",isSensitive:"Diferenciação de maiúsculas e minúsculas"},combination:{menus:{clearSort:"Limpar ordenação",sortAsc:"Ordem ascendente",sortDesc:"Ordem descendente",fixedColumn:"Coluna fixa",fixedGroup:"Grupo fixo",cancelFixed:"Limpar fixação",fixedLeft:"Fixar à esquerda",fixedRight:"Fixar à direita",clearFilter:"Limpar filtro",textOption:"Filtro de texto",numberOption:"Filtro numérico"},popup:{title:"Filtragem personalizada",currColumnTitle:"Coluna atual:",and:"E",or:"Ou",describeHtml:"Use ? para representar um único caractere <br/> use * para representar qualquer número de caracteres"},empty:"(Vazio)",notData:"Sem dados"}},pro:{area:{mergeErr:"A operação não pode ser realizada em células mescladas",multiErr:"A operação não pode ser realizada em áreas de seleção múltipla",extendErr:"Se a área estendida contiver células mescladas, todas as células mescladas devem ter o mesmo tamanho",pasteMultiErr:"Não é possível colar, é necessário que a área copiada e a área colada tenham o mesmo tamanho para realizar esta operação"},fnr:{title:"Localizar e substituir",findLabel:"Localizar",replaceLabel:"Substituir",findTitle:"O que localizar:",replaceTitle:"Substituir por:",tabs:{find:"Localizar",replace:"Substituir"},filter:{re:"Expressão Regular",whole:"Palavra inteira",sensitive:"Diferenciar maiúsculas e minúsculas"},btns:{findNext:"Localizar próximo",findAll:"Localizar todos",replace:"Substituir",replaceAll:"Substituir tudo",cancel:"Cancelar"},header:{seq:"#",cell:"Célula",value:"Valor"},empty:"(Vazio)",reError:"Expressão regular inválida",recordCount:"Encontradas {0} células",notCell:"Não foram encontradas células correspondentes",replaceSuccess:"Substituído com sucesso {0} células"}}}}});
@@ -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
- baseGroup: 'Base control',
290
- layoutGroup: 'Layout control',
291
- advancedGroup: 'Advanced control',
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: 'One-row multi-column'
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
  },
@@ -272,10 +272,34 @@ var _default = exports.default = {
272
272
  }
273
273
  },
274
274
  formDesign: {
275
+ widgetPropTab: '控件属性',
276
+ widgetFormTab: '表单属性',
277
+ styleSetting: {
278
+ btn: '样式设置',
279
+ title: '表单的样式设置',
280
+ layoutTitle: '控件布局',
281
+ verticalLayout: '上下布局',
282
+ horizontalLayout: '横向布局',
283
+ styleTitle: '标题样式',
284
+ boldTitle: '标题加粗',
285
+ fontBold: '加粗',
286
+ fontNormal: '常规',
287
+ colonTitle: '显示冒号',
288
+ colonVisible: '显示',
289
+ colonHidden: '隐藏',
290
+ alignTitle: '对齐方式',
291
+ widthTitle: '标题宽度',
292
+ alignLeft: '居左',
293
+ alignRight: '居右',
294
+ unitPx: '像素',
295
+ unitPct: '百分比'
296
+ },
275
297
  widget: {
276
- baseGroup: '基础控件',
277
- layoutGroup: '布局控件',
278
- advancedGroup: '高级控件',
298
+ group: {
299
+ base: '基础控件',
300
+ layout: '布局控件',
301
+ advanced: '高级控件'
302
+ },
279
303
  copyTitle: '副本_{0}',
280
304
  component: {
281
305
  input: '输入框',
@@ -283,6 +307,34 @@ var _default = exports.default = {
283
307
  select: '下拉框',
284
308
  row: '一行多列'
285
309
  }
310
+ },
311
+ widgetProp: {
312
+ name: '控件名称',
313
+ placeholder: '控件提示',
314
+ required: '必填校验',
315
+ displaySetting: {
316
+ name: '显示设置',
317
+ pc: '电脑端',
318
+ mobile: '手机端',
319
+ visible: '显示',
320
+ hidden: '隐藏'
321
+ },
322
+ dataSource: {
323
+ name: '数据源',
324
+ defValue: '选项{0}',
325
+ addOption: '添加选项',
326
+ batchEditOption: '批量编辑',
327
+ batchEditTip: '每行对应一个选项,如果是分组,子项可以是空格或制表键开头,可从 Excel 或 WPS 中复制。',
328
+ buildOption: '生成选项'
329
+ },
330
+ rowProp: {
331
+ colSize: '列数',
332
+ col2: '两列',
333
+ col3: '三列',
334
+ col4: '四列',
335
+ col6: '六列',
336
+ layout: '布局'
337
+ }
286
338
  }
287
339
  },
288
340
  /**
@@ -1 +1 @@
1
- !function(e,t){"function"==typeof define&&define.amd?define("vxe-language.zh-CN",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.VxeLanguageZhCn=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:"请输入",pleaseSelect:"请选择"},loading:{text:"加载中..."},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}="{1}" 重复了,这可能会导致某些功能无法使用',notFunc:'方法 "{0}" 不存在',errFunc:'参数 "{0}" 不是一个方法',notValidators:'全局校验 "{0}" 不存在',notFormats:'全局格式化 "{0}" 不存在',notCommands:'全局指令 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:'树结构不支持 "{0}"',notProp:'不支持的参数 "{0}"',checkProp:'当数据量过大时可能会导致复选框卡顿,建议设置参数 "{0}" 提升渲染速度',coverProp:'"{0}" 的参数 "{1}" 重复定义,这可能会出现错误',delFunc:'方法 "{0}" 已废弃,请使用 "{1}"',delProp:'参数 "{0}" 已废弃,请使用 "{1}"',delEvent:'事件 "{0}" 已废弃,请使用 "{1}"',removeProp:'参数 "{0}" 已废弃,不建议使用,这可能会导致出现错误',errFormat:'全局的格式化内容应该使用 "VXETable.formats" 定义,挂载 "formatter={0}" 的方式已不建议使用',notType:'不支持的文件类型 "{0}"',notExp:"该浏览器不支持导入/导出功能",impFields:"导入失败,请检查字段名和数据格式是否正确",treeNotImp:"树表格不支持导入"},table:{emptyText:"暂无数据",allTitle:"全选/取消",seqTitle:"#",confirmFilter:"筛选",resetFilter:"重置",allFilter:"全部",sortAsc:"升序:最低到最高",sortDesc:"降序:最高到最低",filter:"对所选的列启用筛选",impSuccess:"成功导入 {0} 条记录",expLoading:"正在导出中",expSuccess:"导出成功",expFilename:"导出_{0}",expOriginFilename:"导出_源_{0}",customTitle:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"重置",maxFixedCol:"最大冻结列的数量不能超过 {0} 个"},grid:{selectOneRecord:"请至少选择一条记录!",deleteSelectRecord:"您确定要删除所选记录吗?",removeSelectRecord:"您确定要移除所选记录吗?",dataUnchanged:"数据未改动!",delSuccess:"成功删除所选记录!",saveSuccess:"保存成功!",operError:"发生错误,操作失败!"},select:{search:"搜索",loadingText:"加载中",emptyText:"暂无数据"},pager:{goto:"前往",pagesize:"{0}条/页",total:"共 {0} 条记录",pageClassifier:"页",homePage:"首页",homePageTitle:"首页",prevPage:"上一页",prevPageTitle:"上一页",nextPage:"下一页",nextPageTitle:"下一页",prevJump:"向上跳页",prevJumpTitle:"向上跳页",nextJump:"向下跳页",nextJumpTitle:"向下跳页",endPage:"末页",endPageTitle:"末页"},alert:{title:"系统提示"},button:{confirm:"确认",cancel:"取消"},filter:{search:"搜索"},custom:{cstmTitle:"列设置",cstmRestore:"恢复默认",cstmCancel:"取消",cstmConfirm:"确定",cstmConfirmRestore:"请确认是否恢复成默认列配置?",cstmDragTarget:"移动目标:{0}",setting:{colSort:"排序",sortHelpTip:"点击并拖动图标可以调整列的排序",colTitle:"标题",colVisible:"是否显示",colFixed:"冻结列(最多 {0} 列)",fixedLeft:"左侧",fixedUnset:"不设置",fixedRight:"右侧"}},import:{modes:{covering:"覆盖",insert:"新增"},impTitle:"导入数据",impFile:"文件名",impSelect:"选择文件",impType:"文件类型",impOpts:"参数设置",impConfirm:"导入",impCancel:"取消"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"网页(*.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:"导出",expCancel:"取消"},modal:{zoomIn:"最大化",zoomOut:"还原",close:"关闭"},drawer:{close:"关闭"},form:{folding:"收起",unfolding:"展开"},toolbar:{import:"导入",export:"导出",print:"打印",refresh:"刷新",zoomIn:"全屏",zoomOut:"还原",custom:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"重置",fixedLeft:"冻结在左侧",fixedRight:"冻结在右侧",cancelFixed:"取消冻结列"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",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:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}},formDesign:{widget:{baseGroup:"基础控件",layoutGroup:"布局控件",advancedGroup:"高级控件",copyTitle:"副本_{0}",component:{input:"输入框",textarea:"文本域",select:"下拉框",row:"一行多列"}}},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:"无匹配项"}},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} 个单元格"}},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:"无匹配项"}}}}});
1
+ !function(e,t){"function"==typeof define&&define.amd?define("vxe-language.zh-CN",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.VxeLanguageZhCn=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:"请输入",pleaseSelect:"请选择"},loading:{text:"加载中..."},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}="{1}" 重复了,这可能会导致某些功能无法使用',notFunc:'方法 "{0}" 不存在',errFunc:'参数 "{0}" 不是一个方法',notValidators:'全局校验 "{0}" 不存在',notFormats:'全局格式化 "{0}" 不存在',notCommands:'全局指令 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:'树结构不支持 "{0}"',notProp:'不支持的参数 "{0}"',checkProp:'当数据量过大时可能会导致复选框卡顿,建议设置参数 "{0}" 提升渲染速度',coverProp:'"{0}" 的参数 "{1}" 重复定义,这可能会出现错误',delFunc:'方法 "{0}" 已废弃,请使用 "{1}"',delProp:'参数 "{0}" 已废弃,请使用 "{1}"',delEvent:'事件 "{0}" 已废弃,请使用 "{1}"',removeProp:'参数 "{0}" 已废弃,不建议使用,这可能会导致出现错误',errFormat:'全局的格式化内容应该使用 "VXETable.formats" 定义,挂载 "formatter={0}" 的方式已不建议使用',notType:'不支持的文件类型 "{0}"',notExp:"该浏览器不支持导入/导出功能",impFields:"导入失败,请检查字段名和数据格式是否正确",treeNotImp:"树表格不支持导入"},table:{emptyText:"暂无数据",allTitle:"全选/取消",seqTitle:"#",confirmFilter:"筛选",resetFilter:"重置",allFilter:"全部",sortAsc:"升序:最低到最高",sortDesc:"降序:最高到最低",filter:"对所选的列启用筛选",impSuccess:"成功导入 {0} 条记录",expLoading:"正在导出中",expSuccess:"导出成功",expFilename:"导出_{0}",expOriginFilename:"导出_源_{0}",customTitle:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"重置",maxFixedCol:"最大冻结列的数量不能超过 {0} 个"},grid:{selectOneRecord:"请至少选择一条记录!",deleteSelectRecord:"您确定要删除所选记录吗?",removeSelectRecord:"您确定要移除所选记录吗?",dataUnchanged:"数据未改动!",delSuccess:"成功删除所选记录!",saveSuccess:"保存成功!",operError:"发生错误,操作失败!"},select:{search:"搜索",loadingText:"加载中",emptyText:"暂无数据"},pager:{goto:"前往",pagesize:"{0}条/页",total:"共 {0} 条记录",pageClassifier:"页",homePage:"首页",homePageTitle:"首页",prevPage:"上一页",prevPageTitle:"上一页",nextPage:"下一页",nextPageTitle:"下一页",prevJump:"向上跳页",prevJumpTitle:"向上跳页",nextJump:"向下跳页",nextJumpTitle:"向下跳页",endPage:"末页",endPageTitle:"末页"},alert:{title:"系统提示"},button:{confirm:"确认",cancel:"取消"},filter:{search:"搜索"},custom:{cstmTitle:"列设置",cstmRestore:"恢复默认",cstmCancel:"取消",cstmConfirm:"确定",cstmConfirmRestore:"请确认是否恢复成默认列配置?",cstmDragTarget:"移动目标:{0}",setting:{colSort:"排序",sortHelpTip:"点击并拖动图标可以调整列的排序",colTitle:"标题",colVisible:"是否显示",colFixed:"冻结列(最多 {0} 列)",fixedLeft:"左侧",fixedUnset:"不设置",fixedRight:"右侧"}},import:{modes:{covering:"覆盖",insert:"新增"},impTitle:"导入数据",impFile:"文件名",impSelect:"选择文件",impType:"文件类型",impOpts:"参数设置",impConfirm:"导入",impCancel:"取消"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"网页(*.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:"导出",expCancel:"取消"},modal:{zoomIn:"最大化",zoomOut:"还原",close:"关闭"},drawer:{close:"关闭"},form:{folding:"收起",unfolding:"展开"},toolbar:{import:"导入",export:"导出",print:"打印",refresh:"刷新",zoomIn:"全屏",zoomOut:"还原",custom:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"重置",fixedLeft:"冻结在左侧",fixedRight:"冻结在右侧",cancelFixed:"取消冻结列"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",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:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}},formDesign:{widgetPropTab:"控件属性",widgetFormTab:"表单属性",styleSetting:{btn:"样式设置",title:"表单的样式设置",layoutTitle:"控件布局",verticalLayout:"上下布局",horizontalLayout:"横向布局",styleTitle:"标题样式",boldTitle:"标题加粗",fontBold:"加粗",fontNormal:"常规",colonTitle:"显示冒号",colonVisible:"显示",colonHidden:"隐藏",alignTitle:"对齐方式",widthTitle:"标题宽度",alignLeft:"居左",alignRight:"居右",unitPx:"像素",unitPct:"百分比"},widget:{group:{base:"基础控件",layout:"布局控件",advanced:"高级控件"},copyTitle:"副本_{0}",component:{input:"输入框",textarea:"文本域",select:"下拉框",row:"一行多列"}},widgetProp:{name:"控件名称",placeholder:"控件提示",required:"必填校验",displaySetting:{name:"显示设置",pc:"电脑端",mobile:"手机端",visible:"显示",hidden:"隐藏"},dataSource:{name:"数据源",defValue:"选项{0}",addOption:"添加选项",batchEditOption:"批量编辑",batchEditTip:"每行对应一个选项,如果是分组,子项可以是空格或制表键开头,可从 Excel 或 WPS 中复制。",buildOption:"生成选项"},rowProp:{colSize:"列数",col2:"两列",col3:"三列",col4:"四列",col6:"六列",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:"无匹配项"}},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} 个单元格"}},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:"无匹配项"}}}}});
@@ -285,10 +285,34 @@
285
285
  }
286
286
  },
287
287
  formDesign: {
288
+ widgetPropTab: '控件属性',
289
+ widgetFormTab: '表单属性',
290
+ styleSetting: {
291
+ btn: '样式设置',
292
+ title: '表单的样式设置',
293
+ layoutTitle: '控件布局',
294
+ verticalLayout: '上下布局',
295
+ horizontalLayout: '横向布局',
296
+ styleTitle: '标题样式',
297
+ boldTitle: '标题加粗',
298
+ fontBold: '加粗',
299
+ fontNormal: '常规',
300
+ colonTitle: '显示冒号',
301
+ colonVisible: '显示',
302
+ colonHidden: '隐藏',
303
+ alignTitle: '对齐方式',
304
+ widthTitle: '标题宽度',
305
+ alignLeft: '居左',
306
+ alignRight: '居右',
307
+ unitPx: '像素',
308
+ unitPct: '百分比'
309
+ },
288
310
  widget: {
289
- baseGroup: '基础控件',
290
- layoutGroup: '布局控件',
291
- advancedGroup: '高级控件',
311
+ group: {
312
+ base: '基础控件',
313
+ layout: '布局控件',
314
+ advanced: '高级控件'
315
+ },
292
316
  copyTitle: '副本_{0}',
293
317
  component: {
294
318
  input: '输入框',
@@ -296,6 +320,34 @@
296
320
  select: '下拉框',
297
321
  row: '一行多列'
298
322
  }
323
+ },
324
+ widgetProp: {
325
+ name: '控件名称',
326
+ placeholder: '控件提示',
327
+ required: '必填校验',
328
+ displaySetting: {
329
+ name: '显示设置',
330
+ pc: '电脑端',
331
+ mobile: '手机端',
332
+ visible: '显示',
333
+ hidden: '隐藏'
334
+ },
335
+ dataSource: {
336
+ name: '数据源',
337
+ defValue: '选项{0}',
338
+ addOption: '添加选项',
339
+ batchEditOption: '批量编辑',
340
+ batchEditTip: '每行对应一个选项,如果是分组,子项可以是空格或制表键开头,可从 Excel 或 WPS 中复制。',
341
+ buildOption: '生成选项'
342
+ },
343
+ rowProp: {
344
+ colSize: '列数',
345
+ col2: '两列',
346
+ col3: '三列',
347
+ col4: '四列',
348
+ col6: '六列',
349
+ layout: '布局'
350
+ }
299
351
  }
300
352
  },
301
353
  /**
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _zhTC = _interopRequireDefault(require("./zh-TC"));
8
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
9
9
  var _default = exports.default = _zhTC.default;
@@ -1 +1 @@
1
- !function(e,t){"function"==typeof define&&define.amd?define("vxe-language.zh-HK",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.VxeLanguageZhHk=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:"请输入",pleaseSelect:"请选择"},loading:{text:"加載中..."},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}="{1}" 重複了,這可能會導致某些功能無法使用',notFunc:'方法 "{0}" 不存在',errFunc:'參數 "{0}" 不是一個方法',notValidators:'全局校验 "{0}" 不存在',notFormats:'全局格式化 "{0}" 不存在',notCommands:'全局指令 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:"樹狀結構不支援 {0}",notProp:'不支持的參數 "{0}"',checkProp:'當數據量過大時可能會導致複選框卡頓,建議設置參數 "{0}" 提升渲染速度',coverProp:'"{0}" 的參數 "{1}" 重複定義,這可能會出現錯誤',delFunc:'方法 "{0}" 已停用,請使用 "{1}"',delProp:'參數 "{0}" 已停用,請使用 "{1}"',delEvent:'事件 "{0}" 已停用,請使用 "{1}"',removeProp:'參數 "{0}" 已停用,不建議使用,這可能會導致出現錯誤',errFormat:'全域的格式化內容應該使用 "VXETable.formats" 定義,掛載 "formatter={0}" 的管道已不建議使用',notType:'不支持的檔案類型 "{0}"',notExp:"該瀏覽器不支持導入/匯出功能",impFields:"導入失敗,請檢查欄位名和數據格式是否正確",treeNotImp:"樹狀表格不支持導入"},table:{emptyText:"暫無資料",allTitle:"全選/取消",seqTitle:"#",confirmFilter:"篩選",resetFilter:"重置",allFilter:"全部",sortAsc:"按低到高排序",sortDesc:"按高到低排序",filter:"對所選的列啟用篩選",impSuccess:"成功導入 {0} 條記錄",expLoading:"正在匯出中",expSuccess:"匯出成功",expOriginFilename:"匯出_{0}",expSrcFilename:"匯出_從_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"重置",maxFixedCol:"最大冻结列的數量不能超過 {0} 個"},grid:{selectOneRecord:"請至少選擇一條記錄!",deleteSelectRecord:"您確定要刪除所選記錄嗎?",removeSelectRecord:"您確定要移除所選記錄嗎?",dataUnchanged:"資料未更改! ",delSuccess:"成功删除所選記錄!",saveSuccess:"保存成功!",operError:"發生錯誤,操作失敗!"},select:{search:"蒐索",loadingText:"加載中",emptyText:"暫無資料"},pager:{goto:"前往",pagesize:"{0}項/頁",total:"共 {0} 項記錄",pageClassifier:"頁",homePage:"首頁",homePageTitle:"首頁",prevPage:"上一頁",prevPageTitle:"上一頁",nextPage:"下一頁",nextPageTitle:"下一頁",prevJump:"向上跳頁",prevJumpTitle:"向上跳頁",nextJump:"向下跳頁",nextJumpTitle:"向下跳頁",endPage:"末頁",endPageTitle:"末頁"},alert:{title:"系統提示"},button:{confirm:"確認",cancel:"取消"},filter:{search:"搜索"},custom:{cstmTitle:"列設定",cstmRestore:"恢復默認",cstmCancel:"取消",cstmConfirm:"確認",cstmConfirmRestore:"請確認是否恢復成默認列配置?",cstmDragTarget:"移動目標:{0}",setting:{colSort:"排序",sortHelpTip:"點擊並拖動圖標可以調整列的排序",colTitle:"標題",colVisible:"是否顯示",colFixed:"冻结列(最多 {0} 列)",fixedLeft:"左側",fixedUnset:"不設定",fixedRight:"右側"}},import:{modes:{covering:"覆盖",insert:"新增"},impTitle:"導入數據",impFile:"檔名",impSelect:"選擇檔案",impType:"檔案類型",impOpts:"參數設置",impConfirm:"導入",impCancel:"取消"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"網頁(*.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:"匯出",expCancel:"取消"},modal:{zoomIn:"最大化",zoomOut:"還原",close:"關閉"},drawer:{close:"關閉"},form:{folding:"收起",unfolding:"展開"},toolbar:{import:"導入",export:"匯出",print:"列印",refresh:"刷新",zoomIn:"全螢幕",zoomOut:"還原",custom:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"重置",fixedLeft:"冻结在左側",fixedRight:"冻结在右側",cancelFixed:"取消冻结列"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",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:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}},formDesign:{widget:{baseGroup:"基礎控件",layoutGroup:"佈局控件",advancedGroup:"高級控件",copyTitle:"副本_{0}",component:{input:"輸入框",textarea:"文本域",select:"下拉框",row:"一行多列"}}},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:"蒐索",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} 個儲存格"}}}}});
1
+ !function(e,t){"function"==typeof define&&define.amd?define("vxe-language.zh-HK",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.VxeLanguageZhHk=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:"请输入",pleaseSelect:"请选择"},loading:{text:"加載中..."},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}="{1}" 重複了,這可能會導致某些功能無法使用',notFunc:'方法 "{0}" 不存在',errFunc:'參數 "{0}" 不是一個方法',notValidators:'全局校验 "{0}" 不存在',notFormats:'全局格式化 "{0}" 不存在',notCommands:'全局指令 "{0}" 不存在',notSlot:'插槽 "{0}" 不存在',noTree:"樹狀結構不支援 {0}",notProp:'不支持的參數 "{0}"',checkProp:'當數據量過大時可能會導致複選框卡頓,建議設置參數 "{0}" 提升渲染速度',coverProp:'"{0}" 的參數 "{1}" 重複定義,這可能會出現錯誤',delFunc:'方法 "{0}" 已停用,請使用 "{1}"',delProp:'參數 "{0}" 已停用,請使用 "{1}"',delEvent:'事件 "{0}" 已停用,請使用 "{1}"',removeProp:'參數 "{0}" 已停用,不建議使用,這可能會導致出現錯誤',errFormat:'全域的格式化內容應該使用 "VXETable.formats" 定義,掛載 "formatter={0}" 的管道已不建議使用',notType:'不支持的檔案類型 "{0}"',notExp:"該瀏覽器不支持導入/匯出功能",impFields:"導入失敗,請檢查欄位名和數據格式是否正確",treeNotImp:"樹狀表格不支持導入"},table:{emptyText:"暫無資料",allTitle:"全選/取消",seqTitle:"#",confirmFilter:"篩選",resetFilter:"重置",allFilter:"全部",sortAsc:"按低到高排序",sortDesc:"按高到低排序",filter:"對所選的列啟用篩選",impSuccess:"成功導入 {0} 條記錄",expLoading:"正在匯出中",expSuccess:"匯出成功",expOriginFilename:"匯出_{0}",expSrcFilename:"匯出_從_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"重置",maxFixedCol:"最大冻结列的數量不能超過 {0} 個"},grid:{selectOneRecord:"請至少選擇一條記錄!",deleteSelectRecord:"您確定要刪除所選記錄嗎?",removeSelectRecord:"您確定要移除所選記錄嗎?",dataUnchanged:"資料未更改! ",delSuccess:"成功删除所選記錄!",saveSuccess:"保存成功!",operError:"發生錯誤,操作失敗!"},select:{search:"蒐索",loadingText:"加載中",emptyText:"暫無資料"},pager:{goto:"前往",pagesize:"{0}項/頁",total:"共 {0} 項記錄",pageClassifier:"頁",homePage:"首頁",homePageTitle:"首頁",prevPage:"上一頁",prevPageTitle:"上一頁",nextPage:"下一頁",nextPageTitle:"下一頁",prevJump:"向上跳頁",prevJumpTitle:"向上跳頁",nextJump:"向下跳頁",nextJumpTitle:"向下跳頁",endPage:"末頁",endPageTitle:"末頁"},alert:{title:"系統提示"},button:{confirm:"確認",cancel:"取消"},filter:{search:"搜索"},custom:{cstmTitle:"列設定",cstmRestore:"恢復默認",cstmCancel:"取消",cstmConfirm:"確認",cstmConfirmRestore:"請確認是否恢復成默認列配置?",cstmDragTarget:"移動目標:{0}",setting:{colSort:"排序",sortHelpTip:"點擊並拖動圖標可以調整列的排序",colTitle:"標題",colVisible:"是否顯示",colFixed:"冻结列(最多 {0} 列)",fixedLeft:"左側",fixedUnset:"不設定",fixedRight:"右側"}},import:{modes:{covering:"覆盖",insert:"新增"},impTitle:"導入數據",impFile:"檔名",impSelect:"選擇檔案",impType:"檔案類型",impOpts:"參數設置",impConfirm:"導入",impCancel:"取消"},export:{types:{csv:"CSV (逗号分隔)(*.csv)",html:"網頁(*.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:"匯出",expCancel:"取消"},modal:{zoomIn:"最大化",zoomOut:"還原",close:"關閉"},drawer:{close:"關閉"},form:{folding:"收起",unfolding:"展開"},toolbar:{import:"導入",export:"匯出",print:"列印",refresh:"刷新",zoomIn:"全螢幕",zoomOut:"還原",custom:"列設定",customAll:"全部",customConfirm:"確認",customRestore:"重置",fixedLeft:"冻结在左側",fixedRight:"冻结在右側",cancelFixed:"取消冻结列"},input:{date:{m1:"01 月",m2:"02 月",m3:"03 月",m4:"04 月",m5:"05 月",m6:"06 月",m7:"07 月",m8:"08 月",m9:"09 月",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:"一月",m1:"二月",m2:"三月",m3:"四月",m4:"五月",m5:"六月",m6:"七月",m7:"八月",m8:"九月",m9:"十月",m10:"十一月",m11:"十二月"},quarters:{q1:"第一季度",q2:"第二季度",q3:"第三季度",q4:"第四季度"}}},formDesign:{widgetPropTab:"控件属性",widgetFormTab:"表单属性",styleSetting:{btn:"样式设置",title:"表单的样式设置",layoutTitle:"控件布局",verticalLayout:"上下布局",horizontalLayout:"横向布局",styleTitle:"标题样式",boldTitle:"标题加粗",fontBold:"加粗",fontNormal:"常规",colonTitle:"显示冒号",colonVisible:"显示",colonHidden:"隐藏",alignTitle:"对齐方式",widthTitle:"标题宽度",alignLeft:"居左",alignRight:"居右",unitPx:"像素",unitPct:"百分比"},widget:{group:{base:"基础控件",layout:"布局控件",advanced:"高级控件"},copyTitle:"副本_{0}",component:{input:"输入框",textarea:"文本域",select:"下拉框",row:"一行多列"}},widgetProp:{name:"控件名称",placeholder:"控件提示",required:"必填校验",displaySetting:{name:"显示设置",pc:"电脑端",mobile:"手机端",visible:"显示",hidden:"隐藏"},dataSource:{name:"数据源",defValue:"选项{0}",addOption:"添加选项",batchEditOption:"批量编辑",batchEditTip:"每行对应一个选项,如果是分组,子项可以是空格或制表键开头,可从 Excel 或 WPS 中复制。",buildOption:"生成选项"},rowProp:{colSize:"列数",col2:"两列",col3:"三列",col4:"四列",col6:"六列",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:"蒐索",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} 個儲存格"}}}}});