vxe-table 4.13.5 → 4.13.7

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 (174) hide show
  1. package/es/grid/src/grid.js +1 -1
  2. package/es/index.css +1 -1
  3. package/es/index.min.css +1 -1
  4. package/es/locale/lang/ar-EG.js +3 -2
  5. package/es/locale/lang/de-DE.js +3 -2
  6. package/es/locale/lang/en-US.js +2 -1
  7. package/es/locale/lang/es-ES.js +3 -2
  8. package/es/locale/lang/fr-FR.js +2 -1
  9. package/es/locale/lang/hu-HU.js +2 -1
  10. package/es/locale/lang/hy-AM.js +2 -1
  11. package/es/locale/lang/id-ID.js +2 -1
  12. package/es/locale/lang/it-IT.js +2 -1
  13. package/es/locale/lang/ja-JP.js +2 -1
  14. package/es/locale/lang/ko-KR.js +2 -1
  15. package/es/locale/lang/nb-NO.js +2 -1
  16. package/es/locale/lang/pt-BR.js +2 -1
  17. package/es/locale/lang/ru-RU.js +2 -1
  18. package/es/locale/lang/th-TH.js +2 -1
  19. package/es/locale/lang/ug-CN.js +2 -1
  20. package/es/locale/lang/uk-UA.js +2 -1
  21. package/es/locale/lang/vi-VN.js +2 -1
  22. package/es/locale/lang/zh-CHT.js +2 -1
  23. package/es/locale/lang/zh-CN.js +2 -1
  24. package/es/style.css +1 -1
  25. package/es/style.min.css +1 -1
  26. package/es/table/module/custom/hook.js +11 -8
  27. package/es/table/module/custom/panel.js +7 -7
  28. package/es/table/module/export/hook.js +21 -20
  29. package/es/table/module/keyboard/hook.js +3 -2
  30. package/es/table/src/body.js +45 -10
  31. package/es/table/src/cell.js +159 -69
  32. package/es/table/src/column.js +2 -0
  33. package/es/table/src/columnInfo.js +1 -0
  34. package/es/table/src/emits.js +1 -0
  35. package/es/table/src/props.js +9 -7
  36. package/es/table/src/table.js +659 -171
  37. package/es/table/style.css +70 -40
  38. package/es/table/style.min.css +1 -1
  39. package/es/ui/index.js +13 -1
  40. package/es/ui/src/dom.js +3 -0
  41. package/es/ui/src/log.js +1 -1
  42. package/es/vxe-table/style.css +70 -40
  43. package/es/vxe-table/style.min.css +1 -1
  44. package/lib/grid/src/grid.js +1 -1
  45. package/lib/grid/src/grid.min.js +1 -1
  46. package/lib/index.css +1 -1
  47. package/lib/index.min.css +1 -1
  48. package/lib/index.umd.js +419 -179
  49. package/lib/index.umd.min.js +1 -1
  50. package/lib/locale/lang/ar-EG.js +3 -2
  51. package/lib/locale/lang/ar-EG.min.js +1 -1
  52. package/lib/locale/lang/de-DE.js +3 -2
  53. package/lib/locale/lang/de-DE.min.js +1 -1
  54. package/lib/locale/lang/en-US.js +2 -1
  55. package/lib/locale/lang/en-US.min.js +1 -1
  56. package/lib/locale/lang/en-US.umd.js +2 -1
  57. package/lib/locale/lang/es-ES.js +3 -2
  58. package/lib/locale/lang/es-ES.min.js +1 -1
  59. package/lib/locale/lang/es-ES.umd.js +3 -2
  60. package/lib/locale/lang/fr-FR.js +2 -1
  61. package/lib/locale/lang/fr-FR.min.js +1 -1
  62. package/lib/locale/lang/hu-HU.js +2 -1
  63. package/lib/locale/lang/hu-HU.min.js +1 -1
  64. package/lib/locale/lang/hu-HU.umd.js +2 -1
  65. package/lib/locale/lang/hy-AM.js +2 -1
  66. package/lib/locale/lang/hy-AM.min.js +1 -1
  67. package/lib/locale/lang/id-ID.js +2 -1
  68. package/lib/locale/lang/id-ID.min.js +1 -1
  69. package/lib/locale/lang/it-IT.js +2 -1
  70. package/lib/locale/lang/it-IT.min.js +1 -1
  71. package/lib/locale/lang/ja-JP.js +2 -1
  72. package/lib/locale/lang/ja-JP.min.js +1 -1
  73. package/lib/locale/lang/ja-JP.umd.js +2 -1
  74. package/lib/locale/lang/ko-KR.js +2 -1
  75. package/lib/locale/lang/ko-KR.min.js +1 -1
  76. package/lib/locale/lang/ko-KR.umd.js +2 -1
  77. package/lib/locale/lang/nb-NO.js +2 -1
  78. package/lib/locale/lang/nb-NO.min.js +1 -1
  79. package/lib/locale/lang/pt-BR.js +2 -1
  80. package/lib/locale/lang/pt-BR.min.js +1 -1
  81. package/lib/locale/lang/pt-BR.umd.js +2 -1
  82. package/lib/locale/lang/ru-RU.js +2 -1
  83. package/lib/locale/lang/ru-RU.min.js +1 -1
  84. package/lib/locale/lang/ru-RU.umd.js +2 -1
  85. package/lib/locale/lang/th-TH.js +2 -1
  86. package/lib/locale/lang/th-TH.min.js +1 -1
  87. package/lib/locale/lang/ug-CN.js +2 -1
  88. package/lib/locale/lang/ug-CN.min.js +1 -1
  89. package/lib/locale/lang/uk-UA.js +2 -1
  90. package/lib/locale/lang/uk-UA.min.js +1 -1
  91. package/lib/locale/lang/uk-UA.umd.js +2 -1
  92. package/lib/locale/lang/vi-VN.js +2 -1
  93. package/lib/locale/lang/vi-VN.min.js +1 -1
  94. package/lib/locale/lang/zh-CHT.js +2 -1
  95. package/lib/locale/lang/zh-CHT.min.js +1 -1
  96. package/lib/locale/lang/zh-CN.js +2 -1
  97. package/lib/locale/lang/zh-CN.min.js +1 -1
  98. package/lib/locale/lang/zh-CN.umd.js +2 -1
  99. package/lib/style.css +1 -1
  100. package/lib/style.min.css +1 -1
  101. package/lib/table/module/custom/hook.js +11 -1
  102. package/lib/table/module/custom/hook.min.js +1 -1
  103. package/lib/table/module/custom/panel.js +6 -2
  104. package/lib/table/module/custom/panel.min.js +1 -1
  105. package/lib/table/module/export/hook.js +21 -11
  106. package/lib/table/module/export/hook.min.js +1 -1
  107. package/lib/table/module/keyboard/hook.js +2 -1
  108. package/lib/table/module/keyboard/hook.min.js +1 -1
  109. package/lib/table/src/body.js +35 -9
  110. package/lib/table/src/body.min.js +1 -1
  111. package/lib/table/src/cell.js +177 -52
  112. package/lib/table/src/cell.min.js +1 -1
  113. package/lib/table/src/column.js +2 -0
  114. package/lib/table/src/column.min.js +1 -1
  115. package/lib/table/src/columnInfo.js +1 -0
  116. package/lib/table/src/columnInfo.min.js +1 -1
  117. package/lib/table/src/emits.js +1 -1
  118. package/lib/table/src/emits.min.js +1 -1
  119. package/lib/table/src/props.js +9 -7
  120. package/lib/table/src/props.min.js +1 -1
  121. package/lib/table/src/table.js +134 -91
  122. package/lib/table/src/table.min.js +1 -1
  123. package/lib/table/style/style.css +70 -40
  124. package/lib/table/style/style.min.css +1 -1
  125. package/lib/ui/index.js +13 -1
  126. package/lib/ui/index.min.js +1 -1
  127. package/lib/ui/src/dom.js +4 -0
  128. package/lib/ui/src/dom.min.js +1 -1
  129. package/lib/ui/src/log.js +1 -1
  130. package/lib/ui/src/log.min.js +1 -1
  131. package/lib/vxe-table/style/style.css +70 -40
  132. package/lib/vxe-table/style/style.min.css +1 -1
  133. package/package.json +2 -2
  134. package/packages/grid/src/grid.ts +1 -1
  135. package/packages/locale/lang/ar-EG.ts +3 -2
  136. package/packages/locale/lang/de-DE.ts +3 -2
  137. package/packages/locale/lang/en-US.ts +2 -1
  138. package/packages/locale/lang/es-ES.ts +3 -2
  139. package/packages/locale/lang/fr-FR.ts +2 -1
  140. package/packages/locale/lang/hu-HU.ts +2 -1
  141. package/packages/locale/lang/hy-AM.ts +2 -1
  142. package/packages/locale/lang/id-ID.ts +2 -1
  143. package/packages/locale/lang/it-IT.ts +2 -1
  144. package/packages/locale/lang/ja-JP.ts +2 -1
  145. package/packages/locale/lang/ko-KR.ts +2 -1
  146. package/packages/locale/lang/nb-NO.ts +2 -1
  147. package/packages/locale/lang/pt-BR.ts +2 -1
  148. package/packages/locale/lang/ru-RU.ts +2 -1
  149. package/packages/locale/lang/th-TH.ts +2 -1
  150. package/packages/locale/lang/ug-CN.ts +2 -1
  151. package/packages/locale/lang/uk-UA.ts +2 -1
  152. package/packages/locale/lang/vi-VN.ts +2 -1
  153. package/packages/locale/lang/zh-CHT.ts +2 -1
  154. package/packages/locale/lang/zh-CN.ts +2 -1
  155. package/packages/table/module/custom/hook.ts +14 -8
  156. package/packages/table/module/custom/panel.ts +7 -7
  157. package/packages/table/module/export/hook.ts +28 -27
  158. package/packages/table/module/keyboard/hook.ts +3 -2
  159. package/packages/table/src/body.ts +46 -10
  160. package/packages/table/src/cell.ts +162 -73
  161. package/packages/table/src/column.ts +2 -0
  162. package/packages/table/src/columnInfo.ts +1 -0
  163. package/packages/table/src/emits.ts +1 -0
  164. package/packages/table/src/props.ts +9 -7
  165. package/packages/table/src/table.ts +664 -176
  166. package/packages/ui/index.ts +12 -0
  167. package/packages/ui/src/dom.ts +4 -0
  168. package/styles/components/table.scss +131 -92
  169. /package/es/{iconfont.1744880866629.ttf → iconfont.1745290253213.ttf} +0 -0
  170. /package/es/{iconfont.1744880866629.woff → iconfont.1745290253213.woff} +0 -0
  171. /package/es/{iconfont.1744880866629.woff2 → iconfont.1745290253213.woff2} +0 -0
  172. /package/lib/{iconfont.1744880866629.ttf → iconfont.1745290253213.ttf} +0 -0
  173. /package/lib/{iconfont.1744880866629.woff → iconfont.1745290253213.woff} +0 -0
  174. /package/lib/{iconfont.1744880866629.woff2 → iconfont.1745290253213.woff2} +0 -0
@@ -1 +1 @@
1
- Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _default=exports.default={vxe:{base:{pleaseInput:"Per favore entra",pleaseSelect:"Seleziona",comma:",",fullStop:"。"},loading:{text:"caricamento..."},error:{downErr:"Download non riuscito",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"Se si utilizzano intestazioni di gruppo, le colonne bloccate devono essere impostate per gruppo",groupMouseRange:'L\'intestazione del gruppo e "{0}" non possono essere utilizzate contemporaneamente, il che potrebbe causare un errore.',groupTag:'Le intestazioni delle colonne di raggruppamento devono utilizzare "{0}" anziché "{1}", il che potrebbe causare errori',scrollErrProp:'Il parametro "{0}" non è supportato quando è abilitato lo scorrimento virtuale',errConflicts:'I parametri "{0}" sono in conflitto con "{1}"',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',notConflictProp:'当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',unableInsert:"Impossibile inserire nella posizione specificata, verificare se i parametri sono corretti",useErr:"Si è verificato un errore durante l'installazione del modulo \"{0}\". L'ordine potrebbe essere errato. I moduli dipendenti devono essere installati prima della Tabella.",barUnableLink:"La barra degli strumenti non può essere associata alla tabella",expandContent:'Lo spazio per espandere la riga dovrebbe essere "contenuto", controlla se è corretto',reqComp:'Manca il componente "{0}", controlla se è installato correttamente. https://vxeui.com/#/start/useGlobal',reqModule:'Modulo "{0}" mancante',reqProp:'Manca il parametro "{0}" richiesto, il che potrebbe causare un errore',emptyProp:'Il parametro "{0}" non può essere vuoto',errProp:'Parametro non supportato "{0}", possibile "{1}"',colRepet:'colonna.{0}="{1}" viene ripetuta, il che potrebbe rendere inutilizzabili alcune funzioni',notFunc:'Il metodo "{0}" non esiste',errFunc:'Il parametro "{0}" non è un metodo',notValidators:'Il controllo globale "{0}" non esiste',notFormats:'Il formato globale "{0}" non esiste',notCommands:'La direttiva globale "{0}" non esiste',notSlot:'Lo slot "{0}" non esiste',noTree:'La struttura ad albero non supporta "{0}"',notProp:'Parametro non supportato "{0}"',checkProp:'Quando la quantità di dati è troppo grande, la casella di controllo potrebbe bloccarsi. Si consiglia di impostare il parametro "{0}" per migliorare la velocità di rendering.',coverProp:'Il parametro "{1}" di "{0}" è definito ripetutamente, il che potrebbe causare un errore.',uniField:'Il nome del campo "{0}" è definito ripetutamente, il che potrebbe causare un errore',repeatKey:'Chiave primaria duplicata {0}="{1}", ciò potrebbe causare un errore',delFunc:'Il metodo "{0}" è obsoleto, utilizza "{1}"',delProp:'Il parametro "{0}" è obsoleto, utilizza "{1}"',delEvent:'L\'evento "{0}" è obsoleto, utilizza "{1}"',removeProp:'Il parametro "{0}" è obsoleto, non è consigliato e potrebbe causare errori',errFormat:'Il contenuto di formattazione globale deve essere definito utilizzando "VXETable.formats". Il metodo di montaggio "formatter={0}" non è più consigliato.',notType:'Tipo di file non supportato "{0}"',notExp:"Questo browser non supporta la funzionalità di importazione/esportazione",impFields:"Importazione non riuscita, controlla se il nome del campo e il formato dei dati sono corretti",treeNotImp:"Le tabelle dell'albero non supportano l'importazione",treeCrossDrag:"È possibile trascinare solo il primo livello",treeDragChild:"Un genitore non può essere trascinato nei propri figli",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"Nessun dato ancora",allTitle:"Seleziona tutto/Annulla",seqTitle:"numero di serie",actionTitle:"operare",confirmFilter:"filtro",resetFilter:"reset",allFilter:"Tutto",sortAsc:"Ordine crescente: dal più basso al più alto",sortDesc:"Ordine decrescente: dal più alto al più basso",filter:"Abilita il filtraggio sulle colonne selezionate",impSuccess:"{0} record importati correttamente",expLoading:"Esportazione",expSuccess:"Esportazione riuscita",expError:"Esportazione non riuscita",expFilename:"Esporta_{0}",expOriginFilename:"export_source_{0}",customTitle:"Impostazioni della colonna",customAll:"Tutto",customConfirm:"confermare",customClose:"chiusura",customCancel:"Cancellare",customRestore:"Ripristina impostazione predefinita",maxFixedCol:"Il numero massimo di colonne bloccate non può superare {0}",dragTip:"Sposta: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"Seleziona almeno un record!",deleteSelectRecord:"Sei sicuro di voler eliminare i record selezionati?",removeSelectRecord:"Sei sicuro di voler rimuovere i record selezionati?",dataUnchanged:"I dati non sono stati modificati!",delSuccess:"Record selezionati eliminati con successo!",saveSuccess:"Salvato con successo!",operError:"Si è verificato un errore e l'operazione non è riuscita!"},select:{search:"ricerca",loadingText:"caricamento",emptyText:"Nessun dato ancora"},pager:{goto:"Vai a",gotoTitle:"Numero di pagine",pagesize:"{0} elementi/pagina",total:"Totale {0} record",pageClassifier:"Pagina",homePage:"prima pagina",homePageTitle:"prima pagina",prevPage:"Pagina precedente",prevPageTitle:"Pagina precedente",nextPage:"Pagina successiva",nextPageTitle:"Pagina successiva",prevJump:"Salta la pagina in alto",prevJumpTitle:"Salta la pagina in alto",nextJump:"Salta la pagina verso il basso",nextJumpTitle:"Salta la pagina verso il basso",endPage:"Ultima pagina",endPageTitle:"Ultima pagina"},alert:{title:"Richiesta di sistema"},button:{confirm:"confermare",cancel:"Cancellare",clear:"清除"},filter:{search:"ricerca"},custom:{cstmTitle:"Impostazioni della colonna",cstmRestore:"Ripristina impostazione predefinita",cstmCancel:"Cancellare",cstmConfirm:"Sicuro",cstmConfirmRestore:"Confermare se ripristinare la configurazione predefinita della colonna?",cstmDragTarget:"Sposta: {0}",setting:{colSort:"ordinare",sortHelpTip:"Fare clic e trascinare l'icona per regolare l'ordine delle colonne",colTitle:"Intestazione di colonna",colResizable:"Larghezza colonna (pixel)",colVisible:"Se visualizzare",colFixed:"Blocca colonne",colFixedMax:"Blocca colonne (fino a {0} colonne)",fixedLeft:"lato sinistro",fixedUnset:"Non impostato",fixedRight:"lato destro"}},import:{modes:{covering:"Metodo di sovrascrittura (sovrascrivi direttamente i dati della tabella)",insert:"Aggiungi in fondo (aggiungi nuovi dati in fondo alla tabella)",insertTop:"Aggiungi in alto (aggiungi nuovi dati nella parte superiore della tabella)",insertBottom:"Aggiungi in fondo (aggiungi nuovi dati in fondo alla tabella)"},impTitle:"Importa dati",impFile:"nome del file",impSelect:"Seleziona file",impType:"Tipo di file",impOpts:"Impostazioni dei parametri",impMode:"modalità di importazione",impConfirm:"importare",impCancel:"Cancellare"},export:{types:{csv:"CSV (separati da virgole)(*.csv)",html:"Pagina Web (*.html)",xml:"Dati XML (*.xml)",txt:"File di testo (delimitato da tabulazioni) (*.txt)",xls:"Cartella di lavoro di Excel 97-2003 (*.xls)",xlsx:"Cartella di lavoro di Excel (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"空数据",current:"Dati attuali (dati della pagina corrente)",selected:"Dati selezionati (dati selezionati nella pagina corrente)",all:"Dati completi (compresi tutti i dati impaginati)"},printTitle:"Stampa dati",expTitle:"Esporta dati",expName:"nome del file",expNamePlaceholder:"Inserisci un nome file",expSheetName:"titolo",expSheetNamePlaceholder:"Inserisci un titolo",expType:"salva tipo",expMode:"Seleziona i dati",expCurrentColumn:"Tutti i campi",expColumn:"Seleziona campo",expOpts:"Impostazioni dei parametri",expOptHeader:"Intestazione",expHeaderTitle:"È necessaria un'intestazione?",expOptFooter:"fine del tavolo",expFooterTitle:"È necessario un piè di pagina della tabella?",expOptColgroup:"Intestazione del gruppo",expOptTitle:"列标题",expTitleTitle:"是否为列标题,否则显示为列的字段名",expColgroupTitle:"Se presenti, sono supportate intestazioni con strutture di raggruppamento",expOptMerge:"unire",expMergeTitle:"Supporta celle con strutture di unione, se presenti",expOptAllExpand:"展开树",expAllExpandTitle:"Se esiste, supporta l'espansione di tutti i dati con una struttura gerarchica.",expOptUseStyle:"stile",expUseStyleTitle:"Le celle con stile sono supportate se presenti",expOptOriginal:"dati di origine",expOriginalTitle:"Se si tratta di dati di origine, supporta l'importazione nella tabella",expPrint:"Stampa",expConfirm:"Esportare",expCancel:"Cancellare"},modal:{errTitle:"Messaggio di errore",zoomMin:"minimizzare",zoomIn:"massimizzare",zoomOut:"riduzione",close:"chiusura",miniMaxSize:"Il numero di finestre ridotte a icona non può superare {0}",footPropErr:"show-footer viene utilizzato solo per abilitare il piè di pagina della tabella e deve essere utilizzato con lo slot show-confirm-button |"},drawer:{close:"chiusura"},form:{folding:"vicino",unfolding:"Espandere"},toolbar:{import:"importare",export:"Esportare",print:"Stampa",refresh:"aggiornare",zoomIn:"a schermo intero",zoomOut:"riduzione",custom:"Impostazioni della colonna",customAll:"Tutto",customConfirm:"confermare",customRestore:"reset",fixedLeft:"congelato a sinistra",fixedRight:"congelato a destra",cancelFixed:"Sblocca colonna"},datePicker:{yearTitle:"{0} anni"},input:{date:{m1:"Gennaio",m2:"Febbraio",m3:"Marzo",m4:"aprile",m5:"Maggio",m6:"06 giugno",m7:"Luglio",m8:"agosto",m9:"settembre",m10:"ottobre",m11:"novembre",m12:"Dicembre",quarterLabel:"{0} anni",monthLabel:"{0} anni",dayLabel:"{0} anno {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"Week WW of year yyyy",month:"yyyy-MM",quarter:"quarter q of year yyyy",year:"yyyy"},weeks:{w:"settimana",w0:"Domenica",w1:"di lunedi",w2:"Martedì",w3:"Mercoledì",w4:"Giovedì",w5:"Venerdì",w6:"Sabato"},months:{m0:"Gennaio",m1:"Febbraio",m2:"Marzo",m3:"aprile",m4:"Maggio",m5:"Giugno",m6:"Luglio",m7:"agosto",m8:"settembre",m9:"ottobre",m10:"novembre",m11:"Dicembre"},quarters:{q1:"primo trimestre",q2:"secondo trimestre",q3:"terzo trimestre",q4:"quarto trimestre"}}},numberInput:{currencySymbol:"¥"},imagePreview:{popupTitle:"Anteprima",operBtn:{zoomOut:"rimpicciolire",zoomIn:"ingrandire",pctFull:"ridimensionamento proporzionale",pct11:"Mostra la dimensione originale",rotateLeft:"Ruota a sinistra",rotateRight:"Ruota a destra",print:"Fare clic per stampare l'immagine",download:"Fare clic per scaricare l'immagine"}},upload:{fileBtnText:"Fare clic o trascinare per caricare",imgBtnText:"Fare clic o trascinare per caricare",dragPlaceholder:"Trascina e rilascia il file in quest'area per caricarlo",imgSizeHint:"Volantino {0}",imgCountHint:"Massimo {0} immagini",fileTypeHint:"Tipi di file {0} supportati",fileSizeHint:"La dimensione di un singolo file non supera {0}",fileCountHint:"È possibile caricare fino a {0} file",uploadTypeErr:"Tipo di file non corrispondente!",overCountErr:"È possibile selezionare solo {0} file!",overCountExtraErr:"Il numero massimo di {0} file è stato superato. I {1} file in eccesso verranno ignorati!",overSizeErr:"La dimensione massima del file non può superare {0}!",reUpload:"Ricarica",uploadProgress:"Caricamento {0}%",uploadErr:"Caricamento non riuscito",uploadSuccess:"Caricamento riuscito",moreBtnText:"Altro ({0})",viewItemTitle:"Fare clic per visualizzare",morePopup:{readTitle:"Visualizza elenco",imageTitle:"Carica immagini",fileTitle:"Carica file"}},empty:{defText:"Nessun dato ancora"},colorPicker:{clear:"Chiaro",confirm:"confermare",copySuccess:"Copiato negli appunti: {0}"},formDesign:{formName:"nome del modulo",defFormTitle:"forma senza nome",widgetPropTab:"Proprietà di controllo",widgetFormTab:"proprietà del modulo",error:{wdFormUni:"È consentito aggiungere al modulo un solo controllo di questo tipo",wdSubUni:"È consentito aggiungere un solo controllo di questo tipo alla sottotabella"},styleSetting:{btn:"Impostazioni di stile",title:"Impostazioni dello stile del modulo",layoutTitle:"Disposizione di controllo",verticalLayout:"Disposizione superiore e inferiore",horizontalLayout:"Disposizione orizzontale",styleTitle:"Stile del titolo",boldTitle:"Titolo in grassetto",fontBold:"Grassetto",fontNormal:"convenzionale",colonTitle:"Mostra due punti",colonVisible:"spettacolo",colonHidden:"nascondere",alignTitle:"Allineamento",widthTitle:"larghezza del titolo",alignLeft:"Sulla sinistra",alignRight:"A destra",unitPx:"Pixel",unitPct:"percentuale"},widget:{group:{base:"Controlli di base",layout:"Controlli del layout",system:"Controlli di sistema",module:"controllo del modulo",chart:"controllo grafico",advanced:"Controlli avanzati"},copyTitle:"Copia_{0}",component:{input:"Casella di immissione",textarea:"campo di testo",select:"selezione a discesa",row:"Una riga e più colonne",title:"titolo",text:"testo",subtable:"Sottotabella",VxeSwitch:"se",VxeInput:"Casella di immissione",VxeNumberInput:"numero",VxeDatePicker:"data",VxeTextarea:"campo di testo",VxeSelect:"selezione a discesa",VxeTreeSelect:"selezione dell'albero",VxeRadioGroup:"pulsante di opzione",VxeCheckboxGroup:"casella di controllo",VxeUploadFile:"documento",VxeUploadImage:"immagine",VxeRate:"punto",VxeSlider:"cursore"}},widgetProp:{name:"Nome del controllo",placeholder:"richiesta",required:"Verifica richiesta",multiple:"Consenti selezioni multiple",displaySetting:{name:"impostazioni di visualizzazione",pc:"computer",mobile:"Versione mobile",visible:"spettacolo",hidden:"nascondere"},dataSource:{name:"fonte dati",defValue:"Opzione {0}",addOption:"Aggiungi opzioni",batchEditOption:"Modifica in batch",batchEditTip:"Ogni riga corrisponde a un'opzione e supporta il copia e incolla direttamente da tabelle, Excel e WPS.",batchEditSubTip:"Ogni riga corrisponde a un'opzione. Se si tratta di un gruppo, gli elementi secondari possono iniziare con uno spazio o un tasto tab. È supportata la copia e incolla diretta da tabelle.",buildOption:"Opzioni di creazione"},rowProp:{colSize:"Numero di colonne",col2:"due colonne",col3:"tre colonne",col4:"quattro colonne",col6:"sei colonne",layout:"disposizione"},textProp:{name:"contenuto",alignTitle:"Allineamento",alignLeft:"Sulla sinistra",alignCenter:"centro",alignRight:"A destra",colorTitle:"Colore del carattere",sizeTitle:"dimensione del carattere",boldTitle:"Carattere grassetto",fontNormal:"convenzionale",fontBold:"Grassetto"},subtableProp:{seqTitle:"numero di serie",showSeq:"Visualizza il numero di serie",showCheckbox:"Consenti selezioni multiple",errSubDrag:"La sottotabella non supporta questo controllo, utilizza altri controlli",colPlace:"Trascina il controllo verso l'interno"},uploadProp:{limitFileCount:"Limite di quantità di file",limitFileSize:"Limite della dimensione del file",multiFile:"Consenti più caricamenti di file",limitImgCount:"Limite di quantità di immagini",limitImgSize:"Limite dimensione immagine",multiImg:"Consenti il ​​caricamento di più immagini"}}},listDesign:{fieldSettingTab:"Impostazioni sul campo",listSettingTab:"Impostazioni dei parametri",searchTitle:"Condizioni di interrogazione",listTitle:"campo elenco",searchField:"Campo di interrogazione",listField:"campo elenco",activeBtn:{ActionButtonUpdate:"modificare",ActionButtonDelete:"eliminare"},search:{addBtn:"modificare",emptyText:"Nessuna condizione di query configurata",editPopupTitle:"Modifica i campi della query"},searchPopup:{colTitle:"titolo",saveBtn:"salva"}},text:{copySuccess:"Copiato negli appunti",copyError:"L'ambiente attuale non supporta questa operazione"},countdown:{formats:{yyyy:"Anno",MM:"luna",dd:"cielo",HH:"ora",mm:"punto",ss:"Secondo"}},plugins:{extendCellArea:{area:{mergeErr:"Questa operazione non può essere eseguita su celle unite",multiErr:"Questa operazione non può essere eseguita su più aree di selezione",selectErr:"Impossibile operare sulle celle nell'intervallo specificato",extendErr:"Se l'intervallo esteso contiene celle unite, tutte le celle unite devono avere la stessa dimensione",pasteMultiErr:"Impossibile incollare, le aree copiate e incollate devono avere le stesse dimensioni per eseguire questa operazione",cpInvalidErr:"Impossibile eseguire l'operazione. Sono presenti colonne vietate ({0}) nell'intervallo selezionato."},fnr:{title:"Trova e sostituisci",findLabel:"Trovare",replaceLabel:"sostituire",findTitle:"Trova cosa:",replaceTitle:"Sostituisci con:",tabs:{find:"Trovare",replace:"sostituire"},filter:{re:"espressione regolare",whole:"corrispondenza di parole intere",sensitive:"maiuscole e minuscole"},btns:{findNext:"Trova successivo",findAll:"Trova tutto",replace:"sostituire",replaceAll:"Sostituisci tutto",cancel:"Cancellare"},header:{seq:"#",cell:"cella",value:"valore"},body:{row:"Riga: {0}",col:"Colonna: {0}"},empty:"(valore nullo)",reError:"Espressione regolare non valida",recordCount:"{0} celle trovate",notCell:"Nessuna cella corrispondente trovata",replaceSuccess:"Sostituite {0} celle con successo"}},filterComplexInput:{menus:{fixedColumn:"Blocca colonne",fixedGroup:"gruppo di congelamento",cancelFixed:"Scongelare",fixedLeft:"congelare a sinistra",fixedRight:"congelare bene"},cases:{equal:"pari",gt:"maggiore di",lt:"meno di",begin:"L'inizio è",endin:"La fine è",include:"Includi",isSensitive:"maiuscole e minuscole"}},filterCombination:{menus:{sort:"排序",clearSort:"Ordinamento chiaro",sortAsc:"Ordine crescente",sortDesc:"ordine decrescente",fixedColumn:"Blocca colonne",fixedGroup:"gruppo di congelamento",cancelFixed:"Scongelare",fixedLeft:"congelare a sinistra",fixedRight:"congelare bene",clearFilter:"Cancella filtri",textOption:"filtro testo",numberOption:"filtro numerico"},popup:{title:"Come personalizzare il filtraggio",currColumnTitle:"Colonna corrente:",and:"E",or:"O",describeHtml:"Disponibile ? rappresenta un singolo carattere<br/>Utilizzare * per rappresentare un numero qualsiasi di caratteri"},cases:{equal:"pari",unequal:"non uguale a",gt:"maggiore di",ge:"maggiore o uguale a",lt:"meno di",le:"inferiore o uguale a",begin:"L'inizio è",notbegin:"Non all'inizio",endin:"La fine è",notendin:"Il finale no",include:"Includi",exclude:"Non incluso",between:"fra",custom:"Filtro personalizzato",insensitive:"Non fa distinzione tra maiuscole e minuscole",isSensitive:"maiuscole e minuscole"},empty:"(vuoto)",notData:"Nessuna corrispondenza"}},pro:{area:{mergeErr:"Questa operazione non può essere eseguita su celle unite",multiErr:"Questa operazione non può essere eseguita su più aree di selezione",extendErr:"Se l'intervallo esteso contiene celle unite, tutte le celle unite devono avere la stessa dimensione",pasteMultiErr:"Impossibile incollare, le aree copiate e incollate devono avere le stesse dimensioni per eseguire questa operazione"},fnr:{title:"Trova e sostituisci",findLabel:"Trovare",replaceLabel:"sostituire",findTitle:"Trova cosa:",replaceTitle:"Sostituisci con:",tabs:{find:"Trovare",replace:"sostituire"},filter:{re:"espressione regolare",whole:"corrispondenza di parole intere",sensitive:"maiuscole e minuscole"},btns:{findNext:"Trova successivo",findAll:"Trova tutto",replace:"sostituire",replaceAll:"Sostituisci tutto",cancel:"Cancellare"},header:{seq:"#",cell:"cella",value:"valore"},empty:"(valore nullo)",reError:"Espressione regolare non valida",recordCount:"{0} celle trovate",notCell:"Nessuna cella corrispondente trovata",replaceSuccess:"Sostituite {0} celle con successo"}},renderer:{search:"ricerca",cases:{equal:"pari",unequal:"non uguale a",gt:"maggiore di",ge:"maggiore o uguale a",lt:"meno di",le:"inferiore o uguale a",begin:"L'inizio è",notbegin:"Non all'inizio",endin:"La fine è",notendin:"Il finale no",include:"Includi",exclude:"Non incluso",between:"fra",custom:"Filtro personalizzato",insensitive:"Non fa distinzione tra maiuscole e minuscole",isSensitive:"maiuscole e minuscole"},combination:{menus:{sort:"排序",clearSort:"Ordinamento chiaro",sortAsc:"Ordine crescente",sortDesc:"ordine decrescente",fixedColumn:"Blocca colonne",fixedGroup:"gruppo di congelamento",cancelFixed:"Scongelare",fixedLeft:"congelare a sinistra",fixedRight:"congelare a destra",clearFilter:"Cancella filtri",textOption:"filtro testo",numberOption:"filtro numerico"},popup:{title:"Come personalizzare il filtraggio",currColumnTitle:"Colonna corrente:",and:"E",or:"O",describeHtml:"Disponibile ? rappresenta un singolo carattere<br/>Utilizzare * per rappresentare un numero qualsiasi di caratteri"},empty:"(vuoto)",notData:"Nessuna corrispondenza"}}}};
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _default=exports.default={vxe:{base:{pleaseInput:"Per favore entra",pleaseSelect:"Seleziona",comma:",",fullStop:"。"},loading:{text:"caricamento..."},error:{downErr:"Download non riuscito",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"Se si utilizzano intestazioni di gruppo, le colonne bloccate devono essere impostate per gruppo",groupMouseRange:'L\'intestazione del gruppo e "{0}" non possono essere utilizzate contemporaneamente, il che potrebbe causare un errore.',groupTag:'Le intestazioni delle colonne di raggruppamento devono utilizzare "{0}" anziché "{1}", il che potrebbe causare errori',scrollErrProp:'Il parametro "{0}" non è supportato quando è abilitato lo scorrimento virtuale',errConflicts:'I parametri "{0}" sono in conflitto con "{1}"',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',notConflictProp:'当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',unableInsert:"Impossibile inserire nella posizione specificata, verificare se i parametri sono corretti",useErr:"Si è verificato un errore durante l'installazione del modulo \"{0}\". L'ordine potrebbe essere errato. I moduli dipendenti devono essere installati prima della Tabella.",barUnableLink:"La barra degli strumenti non può essere associata alla tabella",expandContent:'Lo spazio per espandere la riga dovrebbe essere "contenuto", controlla se è corretto',reqComp:'Manca il componente "{0}", controlla se è installato correttamente. https://vxeui.com/#/start/useGlobal',reqModule:'Modulo "{0}" mancante',reqProp:'Manca il parametro "{0}" richiesto, il che potrebbe causare un errore',emptyProp:'Il parametro "{0}" non può essere vuoto',errProp:'Parametro non supportato "{0}", possibile "{1}"',colRepet:'colonna.{0}="{1}" viene ripetuta, il che potrebbe rendere inutilizzabili alcune funzioni',notFunc:'Il metodo "{0}" non esiste',errFunc:'Il parametro "{0}" non è un metodo',notValidators:'Il controllo globale "{0}" non esiste',notFormats:'Il formato globale "{0}" non esiste',notCommands:'La direttiva globale "{0}" non esiste',notSlot:'Lo slot "{0}" non esiste',noTree:'La struttura ad albero non supporta "{0}"',notProp:'Parametro non supportato "{0}"',checkProp:'Quando la quantità di dati è troppo grande, la casella di controllo potrebbe bloccarsi. Si consiglia di impostare il parametro "{0}" per migliorare la velocità di rendering.',coverProp:'Il parametro "{1}" di "{0}" è definito ripetutamente, il che potrebbe causare un errore.',uniField:'Il nome del campo "{0}" è definito ripetutamente, il che potrebbe causare un errore',repeatKey:'Chiave primaria duplicata {0}="{1}", ciò potrebbe causare un errore',delFunc:'Il metodo "{0}" è obsoleto, utilizza "{1}"',delProp:'Il parametro "{0}" è obsoleto, utilizza "{1}"',delEvent:'L\'evento "{0}" è obsoleto, utilizza "{1}"',removeProp:'Il parametro "{0}" è obsoleto, non è consigliato e potrebbe causare errori',errFormat:'Il contenuto di formattazione globale deve essere definito utilizzando "VXETable.formats". Il metodo di montaggio "formatter={0}" non è più consigliato.',notType:'Tipo di file non supportato "{0}"',notExp:"Questo browser non supporta la funzionalità di importazione/esportazione",impFields:"Importazione non riuscita, controlla se il nome del campo e il formato dei dati sono corretti",treeNotImp:"Le tabelle dell'albero non supportano l'importazione",treeCrossDrag:"È possibile trascinare solo il primo livello",treeDragChild:"Un genitore non può essere trascinato nei propri figli",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"Nessun dato ancora",allTitle:"Seleziona tutto/Annulla",seqTitle:"numero di serie",actionTitle:"operare",confirmFilter:"filtro",resetFilter:"reset",allFilter:"Tutto",sortAsc:"Ordine crescente: dal più basso al più alto",sortDesc:"Ordine decrescente: dal più alto al più basso",filter:"Abilita il filtraggio sulle colonne selezionate",impSuccess:"{0} record importati correttamente",expLoading:"Esportazione",expSuccess:"Esportazione riuscita",expError:"Esportazione non riuscita",expFilename:"Esporta_{0}",expOriginFilename:"export_source_{0}",customTitle:"Impostazioni della colonna",customAll:"Tutto",customConfirm:"confermare",customClose:"chiusura",customCancel:"Cancellare",customRestore:"Ripristina impostazione predefinita",maxFixedCol:"Il numero massimo di colonne bloccate non può superare {0}",dragTip:"Sposta: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素",rowGroupContentTotal:"{0}({1})"},grid:{selectOneRecord:"Seleziona almeno un record!",deleteSelectRecord:"Sei sicuro di voler eliminare i record selezionati?",removeSelectRecord:"Sei sicuro di voler rimuovere i record selezionati?",dataUnchanged:"I dati non sono stati modificati!",delSuccess:"Record selezionati eliminati con successo!",saveSuccess:"Salvato con successo!",operError:"Si è verificato un errore e l'operazione non è riuscita!"},select:{search:"ricerca",loadingText:"caricamento",emptyText:"Nessun dato ancora"},pager:{goto:"Vai a",gotoTitle:"Numero di pagine",pagesize:"{0} elementi/pagina",total:"Totale {0} record",pageClassifier:"Pagina",homePage:"prima pagina",homePageTitle:"prima pagina",prevPage:"Pagina precedente",prevPageTitle:"Pagina precedente",nextPage:"Pagina successiva",nextPageTitle:"Pagina successiva",prevJump:"Salta la pagina in alto",prevJumpTitle:"Salta la pagina in alto",nextJump:"Salta la pagina verso il basso",nextJumpTitle:"Salta la pagina verso il basso",endPage:"Ultima pagina",endPageTitle:"Ultima pagina"},alert:{title:"Richiesta di sistema"},button:{confirm:"confermare",cancel:"Cancellare",clear:"清除"},filter:{search:"ricerca"},custom:{cstmTitle:"Impostazioni della colonna",cstmRestore:"Ripristina impostazione predefinita",cstmCancel:"Cancellare",cstmConfirm:"Sicuro",cstmConfirmRestore:"Confermare se ripristinare la configurazione predefinita della colonna?",cstmDragTarget:"Sposta: {0}",setting:{colSort:"ordinare",sortHelpTip:"Fare clic e trascinare l'icona per regolare l'ordine delle colonne",colTitle:"Intestazione di colonna",colResizable:"Larghezza colonna (pixel)",colVisible:"Se visualizzare",colFixed:"Blocca colonne",colFixedMax:"Blocca colonne (fino a {0} colonne)",fixedLeft:"lato sinistro",fixedUnset:"Non impostato",fixedRight:"lato destro"}},import:{modes:{covering:"Metodo di sovrascrittura (sovrascrivi direttamente i dati della tabella)",insert:"Aggiungi in fondo (aggiungi nuovi dati in fondo alla tabella)",insertTop:"Aggiungi in alto (aggiungi nuovi dati nella parte superiore della tabella)",insertBottom:"Aggiungi in fondo (aggiungi nuovi dati in fondo alla tabella)"},impTitle:"Importa dati",impFile:"nome del file",impSelect:"Seleziona file",impType:"Tipo di file",impOpts:"Impostazioni dei parametri",impMode:"modalità di importazione",impConfirm:"importare",impCancel:"Cancellare"},export:{types:{csv:"CSV (separati da virgole)(*.csv)",html:"Pagina Web (*.html)",xml:"Dati XML (*.xml)",txt:"File di testo (delimitato da tabulazioni) (*.txt)",xls:"Cartella di lavoro di Excel 97-2003 (*.xls)",xlsx:"Cartella di lavoro di Excel (*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"空数据",current:"Dati attuali (dati della pagina corrente)",selected:"Dati selezionati (dati selezionati nella pagina corrente)",all:"Dati completi (compresi tutti i dati impaginati)"},printTitle:"Stampa dati",expTitle:"Esporta dati",expName:"nome del file",expNamePlaceholder:"Inserisci un nome file",expSheetName:"titolo",expSheetNamePlaceholder:"Inserisci un titolo",expType:"salva tipo",expMode:"Seleziona i dati",expCurrentColumn:"Tutti i campi",expColumn:"Seleziona campo",expOpts:"Impostazioni dei parametri",expOptHeader:"Intestazione",expHeaderTitle:"È necessaria un'intestazione?",expOptFooter:"fine del tavolo",expFooterTitle:"È necessario un piè di pagina della tabella?",expOptColgroup:"Intestazione del gruppo",expOptTitle:"列标题",expTitleTitle:"是否为列标题,否则显示为列的字段名",expColgroupTitle:"Se presenti, sono supportate intestazioni con strutture di raggruppamento",expOptMerge:"unire",expMergeTitle:"Supporta celle con strutture di unione, se presenti",expOptAllExpand:"展开树",expAllExpandTitle:"Se esiste, supporta l'espansione di tutti i dati con una struttura gerarchica.",expOptUseStyle:"stile",expUseStyleTitle:"Le celle con stile sono supportate se presenti",expOptOriginal:"dati di origine",expOriginalTitle:"Se si tratta di dati di origine, supporta l'importazione nella tabella",expPrint:"Stampa",expConfirm:"Esportare",expCancel:"Cancellare"},modal:{errTitle:"Messaggio di errore",zoomMin:"minimizzare",zoomIn:"massimizzare",zoomOut:"riduzione",close:"chiusura",miniMaxSize:"Il numero di finestre ridotte a icona non può superare {0}",footPropErr:"show-footer viene utilizzato solo per abilitare il piè di pagina della tabella e deve essere utilizzato con lo slot show-confirm-button |"},drawer:{close:"chiusura"},form:{folding:"vicino",unfolding:"Espandere"},toolbar:{import:"importare",export:"Esportare",print:"Stampa",refresh:"aggiornare",zoomIn:"a schermo intero",zoomOut:"riduzione",custom:"Impostazioni della colonna",customAll:"Tutto",customConfirm:"confermare",customRestore:"reset",fixedLeft:"congelato a sinistra",fixedRight:"congelato a destra",cancelFixed:"Sblocca colonna"},datePicker:{yearTitle:"{0} anni"},input:{date:{m1:"Gennaio",m2:"Febbraio",m3:"Marzo",m4:"aprile",m5:"Maggio",m6:"06 giugno",m7:"Luglio",m8:"agosto",m9:"settembre",m10:"ottobre",m11:"novembre",m12:"Dicembre",quarterLabel:"{0} anni",monthLabel:"{0} anni",dayLabel:"{0} anno {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"Week WW of year yyyy",month:"yyyy-MM",quarter:"quarter q of year yyyy",year:"yyyy"},weeks:{w:"settimana",w0:"Domenica",w1:"di lunedi",w2:"Martedì",w3:"Mercoledì",w4:"Giovedì",w5:"Venerdì",w6:"Sabato"},months:{m0:"Gennaio",m1:"Febbraio",m2:"Marzo",m3:"aprile",m4:"Maggio",m5:"Giugno",m6:"Luglio",m7:"agosto",m8:"settembre",m9:"ottobre",m10:"novembre",m11:"Dicembre"},quarters:{q1:"primo trimestre",q2:"secondo trimestre",q3:"terzo trimestre",q4:"quarto trimestre"}}},numberInput:{currencySymbol:"¥"},imagePreview:{popupTitle:"Anteprima",operBtn:{zoomOut:"rimpicciolire",zoomIn:"ingrandire",pctFull:"ridimensionamento proporzionale",pct11:"Mostra la dimensione originale",rotateLeft:"Ruota a sinistra",rotateRight:"Ruota a destra",print:"Fare clic per stampare l'immagine",download:"Fare clic per scaricare l'immagine"}},upload:{fileBtnText:"Fare clic o trascinare per caricare",imgBtnText:"Fare clic o trascinare per caricare",dragPlaceholder:"Trascina e rilascia il file in quest'area per caricarlo",imgSizeHint:"Volantino {0}",imgCountHint:"Massimo {0} immagini",fileTypeHint:"Tipi di file {0} supportati",fileSizeHint:"La dimensione di un singolo file non supera {0}",fileCountHint:"È possibile caricare fino a {0} file",uploadTypeErr:"Tipo di file non corrispondente!",overCountErr:"È possibile selezionare solo {0} file!",overCountExtraErr:"Il numero massimo di {0} file è stato superato. I {1} file in eccesso verranno ignorati!",overSizeErr:"La dimensione massima del file non può superare {0}!",reUpload:"Ricarica",uploadProgress:"Caricamento {0}%",uploadErr:"Caricamento non riuscito",uploadSuccess:"Caricamento riuscito",moreBtnText:"Altro ({0})",viewItemTitle:"Fare clic per visualizzare",morePopup:{readTitle:"Visualizza elenco",imageTitle:"Carica immagini",fileTitle:"Carica file"}},empty:{defText:"Nessun dato ancora"},colorPicker:{clear:"Chiaro",confirm:"confermare",copySuccess:"Copiato negli appunti: {0}"},formDesign:{formName:"nome del modulo",defFormTitle:"forma senza nome",widgetPropTab:"Proprietà di controllo",widgetFormTab:"proprietà del modulo",error:{wdFormUni:"È consentito aggiungere al modulo un solo controllo di questo tipo",wdSubUni:"È consentito aggiungere un solo controllo di questo tipo alla sottotabella"},styleSetting:{btn:"Impostazioni di stile",title:"Impostazioni dello stile del modulo",layoutTitle:"Disposizione di controllo",verticalLayout:"Disposizione superiore e inferiore",horizontalLayout:"Disposizione orizzontale",styleTitle:"Stile del titolo",boldTitle:"Titolo in grassetto",fontBold:"Grassetto",fontNormal:"convenzionale",colonTitle:"Mostra due punti",colonVisible:"spettacolo",colonHidden:"nascondere",alignTitle:"Allineamento",widthTitle:"larghezza del titolo",alignLeft:"Sulla sinistra",alignRight:"A destra",unitPx:"Pixel",unitPct:"percentuale"},widget:{group:{base:"Controlli di base",layout:"Controlli del layout",system:"Controlli di sistema",module:"controllo del modulo",chart:"controllo grafico",advanced:"Controlli avanzati"},copyTitle:"Copia_{0}",component:{input:"Casella di immissione",textarea:"campo di testo",select:"selezione a discesa",row:"Una riga e più colonne",title:"titolo",text:"testo",subtable:"Sottotabella",VxeSwitch:"se",VxeInput:"Casella di immissione",VxeNumberInput:"numero",VxeDatePicker:"data",VxeTextarea:"campo di testo",VxeSelect:"selezione a discesa",VxeTreeSelect:"selezione dell'albero",VxeRadioGroup:"pulsante di opzione",VxeCheckboxGroup:"casella di controllo",VxeUploadFile:"documento",VxeUploadImage:"immagine",VxeRate:"punto",VxeSlider:"cursore"}},widgetProp:{name:"Nome del controllo",placeholder:"richiesta",required:"Verifica richiesta",multiple:"Consenti selezioni multiple",displaySetting:{name:"impostazioni di visualizzazione",pc:"computer",mobile:"Versione mobile",visible:"spettacolo",hidden:"nascondere"},dataSource:{name:"fonte dati",defValue:"Opzione {0}",addOption:"Aggiungi opzioni",batchEditOption:"Modifica in batch",batchEditTip:"Ogni riga corrisponde a un'opzione e supporta il copia e incolla direttamente da tabelle, Excel e WPS.",batchEditSubTip:"Ogni riga corrisponde a un'opzione. Se si tratta di un gruppo, gli elementi secondari possono iniziare con uno spazio o un tasto tab. È supportata la copia e incolla diretta da tabelle.",buildOption:"Opzioni di creazione"},rowProp:{colSize:"Numero di colonne",col2:"due colonne",col3:"tre colonne",col4:"quattro colonne",col6:"sei colonne",layout:"disposizione"},textProp:{name:"contenuto",alignTitle:"Allineamento",alignLeft:"Sulla sinistra",alignCenter:"centro",alignRight:"A destra",colorTitle:"Colore del carattere",sizeTitle:"dimensione del carattere",boldTitle:"Carattere grassetto",fontNormal:"convenzionale",fontBold:"Grassetto"},subtableProp:{seqTitle:"numero di serie",showSeq:"Visualizza il numero di serie",showCheckbox:"Consenti selezioni multiple",errSubDrag:"La sottotabella non supporta questo controllo, utilizza altri controlli",colPlace:"Trascina il controllo verso l'interno"},uploadProp:{limitFileCount:"Limite di quantità di file",limitFileSize:"Limite della dimensione del file",multiFile:"Consenti più caricamenti di file",limitImgCount:"Limite di quantità di immagini",limitImgSize:"Limite dimensione immagine",multiImg:"Consenti il ​​caricamento di più immagini"}}},listDesign:{fieldSettingTab:"Impostazioni sul campo",listSettingTab:"Impostazioni dei parametri",searchTitle:"Condizioni di interrogazione",listTitle:"campo elenco",searchField:"Campo di interrogazione",listField:"campo elenco",activeBtn:{ActionButtonUpdate:"modificare",ActionButtonDelete:"eliminare"},search:{addBtn:"modificare",emptyText:"Nessuna condizione di query configurata",editPopupTitle:"Modifica i campi della query"},searchPopup:{colTitle:"titolo",saveBtn:"salva"}},text:{copySuccess:"Copiato negli appunti",copyError:"L'ambiente attuale non supporta questa operazione"},countdown:{formats:{yyyy:"Anno",MM:"luna",dd:"cielo",HH:"ora",mm:"punto",ss:"Secondo"}},plugins:{extendCellArea:{area:{mergeErr:"Questa operazione non può essere eseguita su celle unite",multiErr:"Questa operazione non può essere eseguita su più aree di selezione",selectErr:"Impossibile operare sulle celle nell'intervallo specificato",extendErr:"Se l'intervallo esteso contiene celle unite, tutte le celle unite devono avere la stessa dimensione",pasteMultiErr:"Impossibile incollare, le aree copiate e incollate devono avere le stesse dimensioni per eseguire questa operazione",cpInvalidErr:"Impossibile eseguire l'operazione. Sono presenti colonne vietate ({0}) nell'intervallo selezionato."},fnr:{title:"Trova e sostituisci",findLabel:"Trovare",replaceLabel:"sostituire",findTitle:"Trova cosa:",replaceTitle:"Sostituisci con:",tabs:{find:"Trovare",replace:"sostituire"},filter:{re:"espressione regolare",whole:"corrispondenza di parole intere",sensitive:"maiuscole e minuscole"},btns:{findNext:"Trova successivo",findAll:"Trova tutto",replace:"sostituire",replaceAll:"Sostituisci tutto",cancel:"Cancellare"},header:{seq:"#",cell:"cella",value:"valore"},body:{row:"Riga: {0}",col:"Colonna: {0}"},empty:"(valore nullo)",reError:"Espressione regolare non valida",recordCount:"{0} celle trovate",notCell:"Nessuna cella corrispondente trovata",replaceSuccess:"Sostituite {0} celle con successo"}},filterComplexInput:{menus:{fixedColumn:"Blocca colonne",fixedGroup:"gruppo di congelamento",cancelFixed:"Scongelare",fixedLeft:"congelare a sinistra",fixedRight:"congelare bene"},cases:{equal:"pari",gt:"maggiore di",lt:"meno di",begin:"L'inizio è",endin:"La fine è",include:"Includi",isSensitive:"maiuscole e minuscole"}},filterCombination:{menus:{sort:"排序",clearSort:"Ordinamento chiaro",sortAsc:"Ordine crescente",sortDesc:"ordine decrescente",fixedColumn:"Blocca colonne",fixedGroup:"gruppo di congelamento",cancelFixed:"Scongelare",fixedLeft:"congelare a sinistra",fixedRight:"congelare bene",clearFilter:"Cancella filtri",textOption:"filtro testo",numberOption:"filtro numerico"},popup:{title:"Come personalizzare il filtraggio",currColumnTitle:"Colonna corrente:",and:"E",or:"O",describeHtml:"Disponibile ? rappresenta un singolo carattere<br/>Utilizzare * per rappresentare un numero qualsiasi di caratteri"},cases:{equal:"pari",unequal:"non uguale a",gt:"maggiore di",ge:"maggiore o uguale a",lt:"meno di",le:"inferiore o uguale a",begin:"L'inizio è",notbegin:"Non all'inizio",endin:"La fine è",notendin:"Il finale no",include:"Includi",exclude:"Non incluso",between:"fra",custom:"Filtro personalizzato",insensitive:"Non fa distinzione tra maiuscole e minuscole",isSensitive:"maiuscole e minuscole"},empty:"(vuoto)",notData:"Nessuna corrispondenza"}},pro:{area:{mergeErr:"Questa operazione non può essere eseguita su celle unite",multiErr:"Questa operazione non può essere eseguita su più aree di selezione",extendErr:"Se l'intervallo esteso contiene celle unite, tutte le celle unite devono avere la stessa dimensione",pasteMultiErr:"Impossibile incollare, le aree copiate e incollate devono avere le stesse dimensioni per eseguire questa operazione"},fnr:{title:"Trova e sostituisci",findLabel:"Trovare",replaceLabel:"sostituire",findTitle:"Trova cosa:",replaceTitle:"Sostituisci con:",tabs:{find:"Trovare",replace:"sostituire"},filter:{re:"espressione regolare",whole:"corrispondenza di parole intere",sensitive:"maiuscole e minuscole"},btns:{findNext:"Trova successivo",findAll:"Trova tutto",replace:"sostituire",replaceAll:"Sostituisci tutto",cancel:"Cancellare"},header:{seq:"#",cell:"cella",value:"valore"},empty:"(valore nullo)",reError:"Espressione regolare non valida",recordCount:"{0} celle trovate",notCell:"Nessuna cella corrispondente trovata",replaceSuccess:"Sostituite {0} celle con successo"}},renderer:{search:"ricerca",cases:{equal:"pari",unequal:"non uguale a",gt:"maggiore di",ge:"maggiore o uguale a",lt:"meno di",le:"inferiore o uguale a",begin:"L'inizio è",notbegin:"Non all'inizio",endin:"La fine è",notendin:"Il finale no",include:"Includi",exclude:"Non incluso",between:"fra",custom:"Filtro personalizzato",insensitive:"Non fa distinzione tra maiuscole e minuscole",isSensitive:"maiuscole e minuscole"},combination:{menus:{sort:"排序",clearSort:"Ordinamento chiaro",sortAsc:"Ordine crescente",sortDesc:"ordine decrescente",fixedColumn:"Blocca colonne",fixedGroup:"gruppo di congelamento",cancelFixed:"Scongelare",fixedLeft:"congelare a sinistra",fixedRight:"congelare a destra",clearFilter:"Cancella filtri",textOption:"filtro testo",numberOption:"filtro numerico"},popup:{title:"Come personalizzare il filtraggio",currColumnTitle:"Colonna corrente:",and:"E",or:"O",describeHtml:"Disponibile ? rappresenta un singolo carattere<br/>Utilizzare * per rappresentare un numero qualsiasi di caratteri"},empty:"(vuoto)",notData:"Nessuna corrispondenza"}}}};
@@ -87,7 +87,8 @@ var _default = exports.default = {
87
87
  maxFixedCol: '最大固定列数が {0} です。',
88
88
  dragTip: '移动:{0}',
89
89
  resizeColTip: '宽:{0} 像素',
90
- resizeRowTip: '高:{0} 像素'
90
+ resizeRowTip: '高:{0} 像素',
91
+ rowGroupContentTotal: '{0}({1})'
91
92
  },
92
93
  grid: {
93
94
  selectOneRecord: '1つ以上のレコードを選択してください',
@@ -1 +1 @@
1
- ((e,t)=>{"function"==typeof define&&define.amd?define("vxe-table-lang.ja-JP",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangJaJP=t)})("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"入力してください",pleaseSelect:"選択してください",comma:",",fullStop:"."},loading:{text:"Loading..."},error:{downErr:"ダウンロードに失敗しました",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"ヘッダー結合を使用する場合、固定列はグループで設定しなければなりません",groupMouseRange:"ヘッダー結合と「{0}」は同時に使用できません。これによりエラーが発生する可能性があります",groupTag:'ヘッダー結合は "{0}" を使ってください。 "{1}" はエラーが発生する可能性があります',scrollErrProp:'仮想スクロールはこのパラメータを使えません: "{0}"',errConflicts:'パラメータ "{0}" と "{1}" は同時に使えません',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',notConflictProp:'当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',unableInsert:"指定された位置に挿入できない",useErr:'"{0}" モジュールをインストールする際にエラーが発生し、順序が正しくない可能性がある。依存するモジュールはTableの前にインストールする必要がある',barUnableLink:"ツールバーはフォームを関連付けることができない",expandContent:'拡張行スロットは "content" である必要があります。確認してください',reqComp:'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',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',uniField:'字段名 "{0}" 重复定义,这可能会出现错误',repeatKey:'主键重复 {0}="{1}",这可能会出现错误',delFunc:'"{0}" functionが非推奨です。"{1}"を使用してください',delProp:'"{0}" propertyが非推奨です。"{1}"を使用してください',delEvent:'イベント "{0}" が廃止されました。 "{1}" を使用してください',removeProp:'パラメーター "{0}" が非推奨です。エラーが発生する可能性があります',errFormat:'全般フォーマットするには "VXETable.formats" で定義してください。 "formatter={0}" での方式が非推奨です',notType:'サポートされていないファイルの種類 "{0}"',notExp:"ご利用のブラウザはインポート/エクスポート機能を利用できません",impFields:"インポートに失敗しました。フィールド名とデータ形式を確認してください",treeNotImp:"ツリーテーブルはインポートをサポートしていません",treeCrossDrag:"只能拖拽第一层级",treeDragChild:"父级不能拖拽到自己的子级中",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"データがありません",allTitle:"全て選択/取消",seqTitle:"N/S",actionTitle:"Action",confirmFilter:"OK",resetFilter:"リセット",allFilter:"全て",sortAsc:"昇順",sortDesc:"降順",filter:"選択した列が絞り込む有効",impSuccess:"{0} レコードがインポートされました",expLoading:"エクスポート中",expSuccess:"エクスポートが成功しました",expError:"Export failure",expOriginFilename:"エクスポート_{0}",expSrcFilename:"エクスポート_ソース_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"OK",customClose:"关闭",customCancel:"Cancel",customRestore:"リセット",maxFixedCol:"最大固定列数が {0} です。",dragTip:"移动:{0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"1つ以上のレコードを選択してください",deleteSelectRecord:"レコードを削除してもよろしいですか?",removeSelectRecord:"レコードを削除してもよろしいですか?",dataUnchanged:"データが変更されませんでした",delSuccess:"選択したレコードを削除しました",saveSuccess:"保存しました",operError:"エラーが発生しました。操作が失敗しました"},select:{search:"検索",loadingText:"Loading",emptyText:"データがありません"},pager:{goto:"移動",gotoTitle:"页数",pagesize:"{0}件/ページ",total:"全 {0} 件",pageClassifier:"ページ",homePage:"1ページ目",homePageTitle:"1ページ目",prevPage:"前のページ",prevPageTitle:"前のページ",nextPage:"次のページ",nextPageTitle:"次のページ",prevJump:"前のページに移動",prevJumpTitle:"前のページに移動",nextJump:"次のページに移動",nextJumpTitle:"次のページに移動",endPage:"最後ページ",endPageTitle:"最後ページ"},alert:{title:"確認"},button:{confirm:"OK",cancel:"キャンセル",clear:"パージ"},filter:{search:"検索"},custom:{cstmTitle:"列設定",cstmRestore:"リセット",cstmCancel:"キャンセル",cstmConfirm:"OK",cstmConfirmRestore:"列をデフォルト状態に戻します。よろしいですか?",cstmDragTarget:"移动:{0}",setting:{colSort:"ソート",sortHelpTip:"ドラッグして列を並べ替えます",colTitle:"列标题",colResizable:"列の幅 (px)",colVisible:"表示する",colFixed:"列固定",colFixedMax:"列固定(最大 {0} 列)",fixedLeft:"左側",fixedUnset:"指定しない",fixedRight:"右側"}},import:{modes:{covering:"上書きモード",insert:"追加モード(最後行に追加)",insertTop:"追加モード(先頭行に追加)",insertBottom:"追加モード(最後行に追加)"},impTitle:"データインポート",impFile:"ファイル名",impSelect:"ファイル選択",impType:"ファイルの種類",impOpts:"パラメータ指定",impMode:"インポートモード",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:{empty:"空数据",current:"表示中のデータ(表示中のページのデータ)",selected:"選択したデータ(表示中のページに選択したデータ)",all:"全てのデータ(全てのページのデータを含む)"},printTitle:"印刷",expTitle:"データ",expName:"ファイル名",expNamePlaceholder:"ファイル名を入力してください",expSheetName:"タイトル",expSheetNamePlaceholder:"タイトルを入力してください",expType:"保存タイプ",expMode:"保存データ",expCurrentColumn:"全てのフィールド",expColumn:"列",expOpts:"パラメータ",expOptHeader:"ヘッダー",expHeaderTitle:"ヘッダーをエクスポート",expOptFooter:"フッター",expFooterTitle:"フッターをエクスポート",expOptColgroup:"グループ分けタイトル",expOptTitle:"列标题",expTitleTitle:"是否为列标题,否则显示为列的字段名",expColgroupTitle:"グループ分けタイトルを有効にする",expOptMerge:"結合",expMergeTitle:"結合セルを有効にする",expOptAllExpand:"展开树",expAllExpandTitle:"階層構造を有効にする",expOptUseStyle:"スタイル",expUseStyleTitle:"スタイルを有効にする",expOptOriginal:"ソースデータ",expOriginalTitle:"ソースデータを有効にする",expPrint:"印刷",expConfirm:"OK",expCancel:"キャンセル"},modal:{errTitle:"エラー",zoomMin:"最小化",zoomIn:"最大化",zoomOut:"縮小",close:"閉じる",miniMaxSize:"The number of minimized Windows cannot exceed {0}.",footPropErr:"show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用"},drawer:{close:"閉じる"},form:{folding:"展開を戻す",unfolding:"展開"},toolbar:{import:"ファイル読込",export:"エクスポート",print:"印刷",refresh:"再読み込み",zoomIn:"フルスクリーン",zoomOut:"縮小",custom:"カスタム設定",customAll:"全部",customConfirm:"OK",customRestore:"リセット",fixedLeft:"左側に固定",fixedRight:"右側に固定",cancelFixed:"列固定を取消"},datePicker:{yearTitle:"{0} 年"},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四半期"}}},numberInput:{currencySymbol:"$"},imagePreview:{popupTitle:"Preview",operBtn:{zoomOut:"Reduce",zoomIn:"Enlarge",pctFull:"Proportional scaling",pct11:"Show original size",rotateLeft:"Rotate left",rotateRight:"Rotate right",print:"Click to print",download:"Click to download"}},upload:{fileBtnText:"Click or drag",imgBtnText:"Click or drag",dragPlaceholder:"Please drag and drop the file into this area to upload it.",imgSizeHint:"Single {0}",imgCountHint:"Up to {0}",fileTypeHint:"Support {0} file types",fileSizeHint:"Single file size does not exceed {0}",fileCountHint:"Up to {0} file can be uploaded",uploadTypeErr:"文件类型不匹配!",overCountErr:"You can only choose {0} file!",overCountExtraErr:"It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!",overSizeErr:"The size of the file is not more than {0}}!",reUpload:"Re upload",uploadProgress:"Uploading {0}%",uploadErr:"Fail to upload",uploadSuccess:"Successfully upload",moreBtnText:"More ({0})",viewItemTitle:"click to view",morePopup:{readTitle:"查看列表",imageTitle:"上传图片",fileTitle:"上传文件"}},empty:{defText:"暂无数据"},colorPicker:{clear:"清除",confirm:"确认",copySuccess:"已复制到剪贴板:{0}"},formDesign:{formName:"Form name",defFormTitle:"Unnamed form",widgetPropTab:"Field property",widgetFormTab:"Form property",error:{wdFormUni:"该类型的控件在表单中只允许添加一个",wdSubUni:"该类型的控件在子表中只允许添加一个"},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",system:"System control",module:"Module control",chart:"Chart control",advanced:"Advanced control"},copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"Row/column",title:"Title",text:"Text",subtable:"Subtable",VxeSwitch:"Yes/no",VxeInput:"Input",VxeNumberInput:"Number",VxeDatePicker:"Date",VxeTextarea:"Textarea",VxeSelect:"Select",VxeTreeSelect:"Tree select",VxeRadioGroup:"Radio",VxeCheckboxGroup:"Checkbox",VxeUploadFile:"File",VxeUploadImage:"Image",VxeRate:"Rate",VxeSlider:"Slider"}},widgetProp:{name:"Field name",placeholder:"Field placeholder",required:"Required",multiple:"Allow to select multiple",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, supporting direct copying and pasting from tables, Excel, and WPS.",batchEditSubTip:"Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.",buildOption:"Build option"},rowProp:{colSize:"Number of columns",col2:"Two columns",col3:"Three columns",col4:"Four columns",col6:"Six columns",layout:"Layout"},textProp:{name:"Content",alignTitle:"Align",alignLeft:"Left",alignCenter:"Center",alignRight:"Right",colorTitle:"Color",sizeTitle:"Font size",boldTitle:"Font bold",fontNormal:"Normal",fontBold:"Bold"},subtableProp:{seqTitle:"S/N",showSeq:"Display serial number",showCheckbox:"Allow multiple selections",errSubDrag:"The sub table does not support this control. Please use another control.",colPlace:"将控件拖拽进来"},uploadProp:{limitFileCount:"File quantity limitation",limitFileSize:"File size limitation",multiFile:"Allows multiple files",limitImgCount:"Image quantity limitation",limitImgSize:"Image size limitation",multiImg:"Allows multiple images"}}},listDesign:{fieldSettingTab:"Field",listSettingTab:"Parameter",searchTitle:"Search",listTitle:"List",searchField:"Search field",listField:"List field",activeBtn:{ActionButtonUpdate:"Edit",ActionButtonDelete:"Delete"},search:{addBtn:"Edit",emptyText:"No filter condition is configured.",editPopupTitle:"编辑查询字段"},searchPopup:{colTitle:"标题",saveBtn:"保存"}},text:{copySuccess:"Successfully copied to clipboard.",copyError:"The current environment does not support this operation."},countdown:{formats:{yyyy:"年",MM:"月",dd:"天",HH:"时",mm:"分",ss:"秒"}},plugins:{extendCellArea:{area:{mergeErr:"該当セルに操作できません",multiErr:"複数の選択箇所に操作できません",selectErr:"无法操作指定区域的单元格",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:"値"},body:{row:"行:{0}",col:"列:{0}"},empty:"(空白)",reError:"無効な正規表現",recordCount:"{0} 個のセルが見つかりました",notCell:"見つかりませんでした",replaceSuccess:"{0} 個のセルを置換しました"}},filterComplexInput:{menus:{fixedColumn:"列ロック",fixedGroup:"グループロック",cancelFixed:"ロック解除",fixedLeft:"左側ロック",fixedRight:"右側ロック"},cases:{equal:"イコール",gt:"大なり",lt:"小なり",begin:"先頭は",endin:"末尾は",include:"含む",isSensitive:"大文字小文字区別する"}},filterCombination:{menus:{sort:"排序",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:{sort:"排序",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
+ ((e,t)=>{"function"==typeof define&&define.amd?define("vxe-table-lang.ja-JP",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangJaJP=t)})("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"入力してください",pleaseSelect:"選択してください",comma:",",fullStop:"."},loading:{text:"Loading..."},error:{downErr:"ダウンロードに失敗しました",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"ヘッダー結合を使用する場合、固定列はグループで設定しなければなりません",groupMouseRange:"ヘッダー結合と「{0}」は同時に使用できません。これによりエラーが発生する可能性があります",groupTag:'ヘッダー結合は "{0}" を使ってください。 "{1}" はエラーが発生する可能性があります',scrollErrProp:'仮想スクロールはこのパラメータを使えません: "{0}"',errConflicts:'パラメータ "{0}" と "{1}" は同時に使えません',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',notConflictProp:'当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',unableInsert:"指定された位置に挿入できない",useErr:'"{0}" モジュールをインストールする際にエラーが発生し、順序が正しくない可能性がある。依存するモジュールはTableの前にインストールする必要がある',barUnableLink:"ツールバーはフォームを関連付けることができない",expandContent:'拡張行スロットは "content" である必要があります。確認してください',reqComp:'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',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',uniField:'字段名 "{0}" 重复定义,这可能会出现错误',repeatKey:'主键重复 {0}="{1}",这可能会出现错误',delFunc:'"{0}" functionが非推奨です。"{1}"を使用してください',delProp:'"{0}" propertyが非推奨です。"{1}"を使用してください',delEvent:'イベント "{0}" が廃止されました。 "{1}" を使用してください',removeProp:'パラメーター "{0}" が非推奨です。エラーが発生する可能性があります',errFormat:'全般フォーマットするには "VXETable.formats" で定義してください。 "formatter={0}" での方式が非推奨です',notType:'サポートされていないファイルの種類 "{0}"',notExp:"ご利用のブラウザはインポート/エクスポート機能を利用できません",impFields:"インポートに失敗しました。フィールド名とデータ形式を確認してください",treeNotImp:"ツリーテーブルはインポートをサポートしていません",treeCrossDrag:"只能拖拽第一层级",treeDragChild:"父级不能拖拽到自己的子级中",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"データがありません",allTitle:"全て選択/取消",seqTitle:"N/S",actionTitle:"Action",confirmFilter:"OK",resetFilter:"リセット",allFilter:"全て",sortAsc:"昇順",sortDesc:"降順",filter:"選択した列が絞り込む有効",impSuccess:"{0} レコードがインポートされました",expLoading:"エクスポート中",expSuccess:"エクスポートが成功しました",expError:"Export failure",expOriginFilename:"エクスポート_{0}",expSrcFilename:"エクスポート_ソース_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"OK",customClose:"关闭",customCancel:"Cancel",customRestore:"リセット",maxFixedCol:"最大固定列数が {0} です。",dragTip:"移动:{0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素",rowGroupContentTotal:"{0}({1})"},grid:{selectOneRecord:"1つ以上のレコードを選択してください",deleteSelectRecord:"レコードを削除してもよろしいですか?",removeSelectRecord:"レコードを削除してもよろしいですか?",dataUnchanged:"データが変更されませんでした",delSuccess:"選択したレコードを削除しました",saveSuccess:"保存しました",operError:"エラーが発生しました。操作が失敗しました"},select:{search:"検索",loadingText:"Loading",emptyText:"データがありません"},pager:{goto:"移動",gotoTitle:"页数",pagesize:"{0}件/ページ",total:"全 {0} 件",pageClassifier:"ページ",homePage:"1ページ目",homePageTitle:"1ページ目",prevPage:"前のページ",prevPageTitle:"前のページ",nextPage:"次のページ",nextPageTitle:"次のページ",prevJump:"前のページに移動",prevJumpTitle:"前のページに移動",nextJump:"次のページに移動",nextJumpTitle:"次のページに移動",endPage:"最後ページ",endPageTitle:"最後ページ"},alert:{title:"確認"},button:{confirm:"OK",cancel:"キャンセル",clear:"パージ"},filter:{search:"検索"},custom:{cstmTitle:"列設定",cstmRestore:"リセット",cstmCancel:"キャンセル",cstmConfirm:"OK",cstmConfirmRestore:"列をデフォルト状態に戻します。よろしいですか?",cstmDragTarget:"移动:{0}",setting:{colSort:"ソート",sortHelpTip:"ドラッグして列を並べ替えます",colTitle:"列标题",colResizable:"列の幅 (px)",colVisible:"表示する",colFixed:"列固定",colFixedMax:"列固定(最大 {0} 列)",fixedLeft:"左側",fixedUnset:"指定しない",fixedRight:"右側"}},import:{modes:{covering:"上書きモード",insert:"追加モード(最後行に追加)",insertTop:"追加モード(先頭行に追加)",insertBottom:"追加モード(最後行に追加)"},impTitle:"データインポート",impFile:"ファイル名",impSelect:"ファイル選択",impType:"ファイルの種類",impOpts:"パラメータ指定",impMode:"インポートモード",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:{empty:"空数据",current:"表示中のデータ(表示中のページのデータ)",selected:"選択したデータ(表示中のページに選択したデータ)",all:"全てのデータ(全てのページのデータを含む)"},printTitle:"印刷",expTitle:"データ",expName:"ファイル名",expNamePlaceholder:"ファイル名を入力してください",expSheetName:"タイトル",expSheetNamePlaceholder:"タイトルを入力してください",expType:"保存タイプ",expMode:"保存データ",expCurrentColumn:"全てのフィールド",expColumn:"列",expOpts:"パラメータ",expOptHeader:"ヘッダー",expHeaderTitle:"ヘッダーをエクスポート",expOptFooter:"フッター",expFooterTitle:"フッターをエクスポート",expOptColgroup:"グループ分けタイトル",expOptTitle:"列标题",expTitleTitle:"是否为列标题,否则显示为列的字段名",expColgroupTitle:"グループ分けタイトルを有効にする",expOptMerge:"結合",expMergeTitle:"結合セルを有効にする",expOptAllExpand:"展开树",expAllExpandTitle:"階層構造を有効にする",expOptUseStyle:"スタイル",expUseStyleTitle:"スタイルを有効にする",expOptOriginal:"ソースデータ",expOriginalTitle:"ソースデータを有効にする",expPrint:"印刷",expConfirm:"OK",expCancel:"キャンセル"},modal:{errTitle:"エラー",zoomMin:"最小化",zoomIn:"最大化",zoomOut:"縮小",close:"閉じる",miniMaxSize:"The number of minimized Windows cannot exceed {0}.",footPropErr:"show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用"},drawer:{close:"閉じる"},form:{folding:"展開を戻す",unfolding:"展開"},toolbar:{import:"ファイル読込",export:"エクスポート",print:"印刷",refresh:"再読み込み",zoomIn:"フルスクリーン",zoomOut:"縮小",custom:"カスタム設定",customAll:"全部",customConfirm:"OK",customRestore:"リセット",fixedLeft:"左側に固定",fixedRight:"右側に固定",cancelFixed:"列固定を取消"},datePicker:{yearTitle:"{0} 年"},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四半期"}}},numberInput:{currencySymbol:"$"},imagePreview:{popupTitle:"Preview",operBtn:{zoomOut:"Reduce",zoomIn:"Enlarge",pctFull:"Proportional scaling",pct11:"Show original size",rotateLeft:"Rotate left",rotateRight:"Rotate right",print:"Click to print",download:"Click to download"}},upload:{fileBtnText:"Click or drag",imgBtnText:"Click or drag",dragPlaceholder:"Please drag and drop the file into this area to upload it.",imgSizeHint:"Single {0}",imgCountHint:"Up to {0}",fileTypeHint:"Support {0} file types",fileSizeHint:"Single file size does not exceed {0}",fileCountHint:"Up to {0} file can be uploaded",uploadTypeErr:"文件类型不匹配!",overCountErr:"You can only choose {0} file!",overCountExtraErr:"It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!",overSizeErr:"The size of the file is not more than {0}}!",reUpload:"Re upload",uploadProgress:"Uploading {0}%",uploadErr:"Fail to upload",uploadSuccess:"Successfully upload",moreBtnText:"More ({0})",viewItemTitle:"click to view",morePopup:{readTitle:"查看列表",imageTitle:"上传图片",fileTitle:"上传文件"}},empty:{defText:"暂无数据"},colorPicker:{clear:"清除",confirm:"确认",copySuccess:"已复制到剪贴板:{0}"},formDesign:{formName:"Form name",defFormTitle:"Unnamed form",widgetPropTab:"Field property",widgetFormTab:"Form property",error:{wdFormUni:"该类型的控件在表单中只允许添加一个",wdSubUni:"该类型的控件在子表中只允许添加一个"},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",system:"System control",module:"Module control",chart:"Chart control",advanced:"Advanced control"},copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"Row/column",title:"Title",text:"Text",subtable:"Subtable",VxeSwitch:"Yes/no",VxeInput:"Input",VxeNumberInput:"Number",VxeDatePicker:"Date",VxeTextarea:"Textarea",VxeSelect:"Select",VxeTreeSelect:"Tree select",VxeRadioGroup:"Radio",VxeCheckboxGroup:"Checkbox",VxeUploadFile:"File",VxeUploadImage:"Image",VxeRate:"Rate",VxeSlider:"Slider"}},widgetProp:{name:"Field name",placeholder:"Field placeholder",required:"Required",multiple:"Allow to select multiple",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, supporting direct copying and pasting from tables, Excel, and WPS.",batchEditSubTip:"Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.",buildOption:"Build option"},rowProp:{colSize:"Number of columns",col2:"Two columns",col3:"Three columns",col4:"Four columns",col6:"Six columns",layout:"Layout"},textProp:{name:"Content",alignTitle:"Align",alignLeft:"Left",alignCenter:"Center",alignRight:"Right",colorTitle:"Color",sizeTitle:"Font size",boldTitle:"Font bold",fontNormal:"Normal",fontBold:"Bold"},subtableProp:{seqTitle:"S/N",showSeq:"Display serial number",showCheckbox:"Allow multiple selections",errSubDrag:"The sub table does not support this control. Please use another control.",colPlace:"将控件拖拽进来"},uploadProp:{limitFileCount:"File quantity limitation",limitFileSize:"File size limitation",multiFile:"Allows multiple files",limitImgCount:"Image quantity limitation",limitImgSize:"Image size limitation",multiImg:"Allows multiple images"}}},listDesign:{fieldSettingTab:"Field",listSettingTab:"Parameter",searchTitle:"Search",listTitle:"List",searchField:"Search field",listField:"List field",activeBtn:{ActionButtonUpdate:"Edit",ActionButtonDelete:"Delete"},search:{addBtn:"Edit",emptyText:"No filter condition is configured.",editPopupTitle:"编辑查询字段"},searchPopup:{colTitle:"标题",saveBtn:"保存"}},text:{copySuccess:"Successfully copied to clipboard.",copyError:"The current environment does not support this operation."},countdown:{formats:{yyyy:"年",MM:"月",dd:"天",HH:"时",mm:"分",ss:"秒"}},plugins:{extendCellArea:{area:{mergeErr:"該当セルに操作できません",multiErr:"複数の選択箇所に操作できません",selectErr:"无法操作指定区域的单元格",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:"値"},body:{row:"行:{0}",col:"列:{0}"},empty:"(空白)",reError:"無効な正規表現",recordCount:"{0} 個のセルが見つかりました",notCell:"見つかりませんでした",replaceSuccess:"{0} 個のセルを置換しました"}},filterComplexInput:{menus:{fixedColumn:"列ロック",fixedGroup:"グループロック",cancelFixed:"ロック解除",fixedLeft:"左側ロック",fixedRight:"右側ロック"},cases:{equal:"イコール",gt:"大なり",lt:"小なり",begin:"先頭は",endin:"末尾は",include:"含む",isSensitive:"大文字小文字区別する"}},filterCombination:{menus:{sort:"排序",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:{sort:"排序",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} 个单元格"}}}}});
@@ -100,7 +100,8 @@
100
100
  maxFixedCol: '最大固定列数が {0} です。',
101
101
  dragTip: '移动:{0}',
102
102
  resizeColTip: '宽:{0} 像素',
103
- resizeRowTip: '高:{0} 像素'
103
+ resizeRowTip: '高:{0} 像素',
104
+ rowGroupContentTotal: '{0}({1})'
104
105
  },
105
106
  grid: {
106
107
  selectOneRecord: '1つ以上のレコードを選択してください',
@@ -87,7 +87,8 @@ var _default = exports.default = {
87
87
  maxFixedCol: '최대 고정 열 수는 {0}을(를) 초과할 수 없습니다.',
88
88
  dragTip: '이동: {0}',
89
89
  resizeColTip: '宽:{0} 像素',
90
- resizeRowTip: '高:{0} 像素'
90
+ resizeRowTip: '高:{0} 像素',
91
+ rowGroupContentTotal: '{0}({1})'
91
92
  },
92
93
  grid: {
93
94
  selectOneRecord: '최소한 하나의 레코드를 선택해주세요!',
@@ -1 +1 @@
1
- ((e,t)=>{"function"==typeof define&&define.amd?define("vxe-table-lang.ko-KR",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangKoKR=t)})("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"입력해주세요",pleaseSelect:"선택해주세요",comma:",",fullStop:"。"},loading:{text:"로딩 중..."},error:{downErr:"다운로드 실패",errLargeData:"바인딩된 데이터 양이 너무 많을 경우 {0}을 사용해 주세요. 그렇지 않으면 성능 저하가 발생할 수 있습니다.",groupFixed:"그룹화된 테이블 헤더를 사용할 경우, 고정 열은 그룹별로 설정해야 합니다.",groupMouseRange:'그룹화된 테이블 헤더와 "{0}"을 동시에 사용할 수 없습니다. 오류가 발생할 수 있습니다.',groupTag:'그룹화된 열 헤더는 "{0}"을 사용해야 하며, "{1}"을 사용하면 오류가 발생할 수 있습니다.',scrollErrProp:'가상 스크롤을 활성화한 경우, 매개변수 "{0}"은 지원되지 않습니다.',errConflicts:'매개변수 "{0}"과(와) "{1}"은(는) 충돌합니다.',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',notConflictProp:'当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',unableInsert:"지정된 위치에 삽입할 수 없습니다. 매개변수가 올바른지 확인하세요.",useErr:'"{0}" 모듈 설치 중 오류가 발생했습니다. 순서가 잘못되었을 수 있으며, 테이블 전에 종속 모듈이 설치되어야 합니다.',barUnableLink:"도구 모음과 테이블을 연결할 수 없습니다.",expandContent:'행 확장 슬롯은 "content"여야 하며, 올바른지 확인해주세요.',reqComp:'"{0}" 컴포넌트가 누락되었습니다. 올바르게 설치되었는지 확인해주세요. https://vxeui.com/#/start/useGlobal',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}"이(가) 중복 정의되었습니다. 오류가 발생할 수 있습니다.',uniField:'필드명 "{0}"이(가) 중복 정의되었습니다. 오류가 발생할 수 있습니다.',repeatKey:'기본 키 중복 {0}="{1}". 오류가 발생할 수 있습니다.',delFunc:'메서드 "{0}"은(는) 더 이상 사용되지 않습니다. 대신 "{1}"을(를) 사용하세요.',delProp:'매개변수 "{0}"은(는) 더 이상 사용되지 않습니다. 대신 "{1}"을(를) 사용하세요.',delEvent:'이벤트 "{0}"은(는) 더 이상 사용되지 않습니다. 대신 "{1}"을(를) 사용하세요.',removeProp:'매개변수 "{0}"은(는) 더 이상 사용되지 않으며, 사용을 권장하지 않습니다. 오류가 발생할 수 있습니다.',errFormat:'전역 형식화 내용은 "VXETable.formats"를 사용하여 정의해야 합니다. "formatter={0}" 방식은 더 이상 권장되지 않습니다.',notType:'지원하지 않는 파일 유형 "{0}"',notExp:"이 브라우저는 가져오기/내보내기 기능을 지원하지 않습니다.",impFields:"가져오기 실패. 필드명과 데이터 형식을 확인하세요.",treeNotImp:"트리 테이블은 가져오기를 지원하지 않습니다.",treeCrossDrag:"첫 번째 계층만 드래그할 수 있습니다.",treeDragChild:"부모 항목은 자신의 하위 항목으로 드래그할 수 없습니다.",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"데이터가 없습니다.",allTitle:"전체 선택/취소",seqTitle:"번호",actionTitle:"작업",confirmFilter:"필터 적용",resetFilter:"필터 초기화",allFilter:"전체",sortAsc:"오름차순: 최소에서 최대",sortDesc:"내림차순: 최대에서 최소",filter:"선택한 열에 필터 적용",impSuccess:"{0}개의 레코드가 성공적으로 가져왔습니다.",expLoading:"내보내는 중입니다.",expSuccess:"내보내기 성공",expError:"내보내기 실패",expFilename:"{0} 내보내기",expOriginFilename:"원본_{0} 내보내기",customTitle:"열 설정",customAll:"전체",customConfirm:"확인",customClose:"닫기",customCancel:"취소",customRestore:"기본값으로 복원",maxFixedCol:"최대 고정 열 수는 {0}을(를) 초과할 수 없습니다.",dragTip:"이동: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"최소한 하나의 레코드를 선택해주세요!",deleteSelectRecord:"선택한 레코드를 정말로 삭제하시겠습니까?",removeSelectRecord:"선택한 레코드를 정말로 제거하시겠습니까?",dataUnchanged:"데이터가 변경되지 않았습니다!",delSuccess:"선택한 레코드를 성공적으로 삭제했습니다!",saveSuccess:"저장 성공!",operError:"오류 발생, 작업 실패!"},select:{search:"검색",loadingText:"로딩 중",emptyText:"데이터가 없습니다"},pager:{goto:"이동",gotoTitle:"페이지 번호",pagesize:"{0}개/페이지",total:"총 {0}개의 레코드",pageClassifier:"페이지",homePage:"홈페이지",homePageTitle:"홈페이지",prevPage:"이전 페이지",prevPageTitle:"이전 페이지",nextPage:"다음 페이지",nextPageTitle:"다음 페이지",prevJump:"위로 한 페이지 이동",prevJumpTitle:"위로 한 페이지 이동",nextJump:"아래로 한 페이지 이동",nextJumpTitle:"아래로 한 페이지 이동",endPage:"끝 페이지",endPageTitle:"끝 페이지"},alert:{title:"시스템 알림"},button:{confirm:"확인",cancel:"취소",clear:"清除"},filter:{search:"검색"},custom:{cstmTitle:"열 설정",cstmRestore:"기본값으로 복원",cstmCancel:"취소",cstmConfirm:"확인",cstmConfirmRestore:"기본 열 구성을 복원하시겠습니까?",cstmDragTarget:"이동: {0}",setting:{colSort:"정렬",sortHelpTip:"아이콘을 클릭하고 드래그하여 열의 순서를 조정할 수 있습니다.",colTitle:"열 제목",colResizable:"열 너비(픽셀)",colVisible:"표시 여부",colFixed:"고정 열",colFixedMax:"고정 열(최대 {0} 열)",fixedLeft:"왼쪽",fixedUnset:"설정하지 않음",fixedRight:"오른쪽"}},import:{modes:{covering:"덮어쓰기(테이블 데이터를 직접 덮어씀)",insert:"하단 추가(테이블 하단에 새 데이터 추가)",insertTop:"상단 추가(테이블 상단에 새 데이터 추가)",insertBottom:"하단 추가(테이블 하단에 새 데이터 추가)"},impTitle:"데이터 가져오기",impFile:"파일 이름",impSelect:"파일 선택",impType:"파일 유형",impOpts:"매개변수 설정",impMode:"가져오기 모드",impConfirm:"가져오기",impCancel:"취소"},export:{types:{csv:"CSV (쉼표 구분)(*.csv)",html:"웹페이지(*.html)",xml:"XML 데이터(*.xml)",txt:"텍스트 파일(탭 구분)(*.txt)",xls:"엑셀 97-2003 워크북(*.xls)",xlsx:"엑셀 워크북(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"空数据",current:"현재 데이터(현재 페이지의 데이터)",selected:"선택된 데이터(현재 페이지에서 선택된 데이터)",all:"전체 데이터(모든 페이지의 데이터 포함)"},printTitle:"데이터 인쇄",expTitle:"데이터 내보내기",expName:"파일 이름",expNamePlaceholder:"파일 이름을 입력해주세요",expSheetName:"제목",expSheetNamePlaceholder:"제목을 입력해주세요",expType:"저장 유형",expMode:"데이터 선택",expCurrentColumn:"모든 필드",expColumn:"필드 선택",expOpts:"매개변수 설정",expOptHeader:"표 헤더",expHeaderTitle:"표 헤더가 필요한지 여부",expOptFooter:"표 바닥글",expFooterTitle:"표 바닥글이 필요한지 여부",expOptColgroup:"그룹화된 표 헤더",expOptTitle:"列标题",expTitleTitle:"是否为列标题,否则显示为列的字段名",expColgroupTitle:"그룹화된 구조가 있는 표 헤더 지원",expOptMerge:"병합",expMergeTitle:"병합된 셀을 지원하는 경우",expOptAllExpand:"展开树",expAllExpandTitle:"계층 구조가 있는 데이터를 전체 전개 지원",expOptUseStyle:"스타일",expUseStyleTitle:"스타일이 있는 셀을 지원하는 경우",expOptOriginal:"원본 데이터",expOriginalTitle:"원본 데이터를 테이블로 가져올 수 있습니다.",expPrint:"인쇄",expConfirm:"내보내기",expCancel:"취소"},modal:{errTitle:"오류 알림",zoomMin:"최소화",zoomIn:"최대화",zoomOut:"복원",close:"닫기",miniMaxSize:"최소화된 창의 개수는 {0}을 초과할 수 없습니다.",footPropErr:"show-footer는 표 바닥글을 활성화하는 데만 사용되며, show-confirm-button | show-cancel-button | 슬롯과 함께 사용해야 합니다."},drawer:{close:"닫기"},form:{folding:"접기",unfolding:"펼치기"},toolbar:{import:"가져오기",export:"내보내기",print:"인쇄",refresh:"새로 고침",zoomIn:"전체 화면",zoomOut:"복원",custom:"열 설정",customAll:"전체",customConfirm:"확인",customRestore:"초기화",fixedLeft:"왼쪽에 고정",fixedRight:"오른쪽에 고정",cancelFixed:"고정 해제"},datePicker:{yearTitle:"{0} 년"},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:"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분기"}}},numberInput:{currencySymbol:"$"},imagePreview:{popupTitle:"미리 보기",operBtn:{zoomOut:"축소",zoomIn:"확대",pctFull:"비율 맞추기",pct11:"원본 크기 표시",rotateLeft:"왼쪽 회전",rotateRight:"오른쪽 회전",print:"이미지 인쇄",download:"이미지 다운로드"}},upload:{fileBtnText:"클릭하거나 드래그하여 업로드",imgBtnText:"클릭하거나 드래그하여 업로드",dragPlaceholder:"파일을 이 영역으로 드래그하여 업로드하세요",imgSizeHint:"단일 {0}",imgCountHint:"최대 {0} 장",fileTypeHint:"지원되는 {0} 파일 형식",fileSizeHint:"단일 파일 크기는 {0}를 초과할 수 없습니다",fileCountHint:"최대 {0} 개의 파일을 업로드할 수 있습니다",uploadTypeErr:"파일 형식이 일치하지 않습니다!",overCountErr:"최대 {0} 개의 파일만 선택할 수 있습니다!",overCountExtraErr:"최대 {0} 개를 초과했습니다. 초과된 {1} 개의 파일은 무시됩니다!",overSizeErr:"파일 크기는 {0}를 초과할 수 없습니다!",reUpload:"다시 업로드",uploadProgress:"업로드 중 {0}%",uploadErr:"업로드 실패",uploadSuccess:"업로드 성공",moreBtnText:"더보기 ({0})",viewItemTitle:"클릭하여 보기",morePopup:{readTitle:"목록 보기",imageTitle:"이미지 업로드",fileTitle:"파일 업로드"}},empty:{defText:"데이터가 없습니다"},colorPicker:{clear:"지우기",confirm:"확인",copySuccess:"클립보드에 복사되었습니다: {0}"},formDesign:{formName:"폼 이름",defFormTitle:"이름 없는 폼",widgetPropTab:"위젯 속성",widgetFormTab:"폼 속성",error:{wdFormUni:"이 유형의 위젯은 폼에 하나만 추가할 수 있습니다",wdSubUni:"이 유형의 위젯은 서브테이블에 하나만 추가할 수 있습니다"},styleSetting:{btn:"스타일 설정",title:"폼 스타일 설정",layoutTitle:"위젯 레이아웃",verticalLayout:"세로 레이아웃",horizontalLayout:"가로 레이아웃",styleTitle:"제목 스타일",boldTitle:"제목 굵게",fontBold:"굵게",fontNormal:"일반",colonTitle:"콜론 표시",colonVisible:"표시",colonHidden:"숨기기",alignTitle:"정렬 방식",widthTitle:"제목 너비",alignLeft:"왼쪽 정렬",alignRight:"오른쪽 정렬",unitPx:"픽셀",unitPct:"백분율"},widget:{group:{base:"기본 위젯",layout:"레이아웃 위젯",system:"시스템 위젯",module:"모듈 위젯",chart:"차트 위젯",advanced:"고급 위젯"},copyTitle:"복사_{0}",component:{input:"입력창",textarea:"텍스트 영역",select:"드롭다운 선택",row:"한 줄 여러 열",title:"제목",text:"텍스트",subtable:"서브테이블",VxeSwitch:"예/아니오",VxeInput:"입력창",VxeNumberInput:"숫자",VxeDatePicker:"날짜",VxeTextarea:"텍스트 영역",VxeSelect:"드롭다운 선택",VxeTreeSelect:"트리 선택",VxeRadioGroup:"라디오 버튼 그룹",VxeCheckboxGroup:"체크박스 그룹",VxeUploadFile:"파일",VxeUploadImage:"이미지",VxeRate:"평가",VxeSlider:"슬라이더"}},widgetProp:{name:"위젯 이름",placeholder:"프롬프트",required:"필수 입력 검사",multiple:"다중 선택 허용",displaySetting:{name:"표시 설정",pc:"컴퓨터",mobile:"모바일",visible:"표시",hidden:"숨기기"},dataSource:{name:"데이터 소스",defValue:"옵션 {0}",addOption:"옵션 추가",batchEditOption:"배치 편집",batchEditTip:"각 행은 하나의 옵션에 해당하며, 테이블, Excel, WPS에서 복사하여 붙여넣을 수 있습니다.",batchEditSubTip:"각 행은 하나의 옵션에 해당하며, 그룹이 있는 경우 하위 항목은 공백 또는 탭으로 시작할 수 있으며, 테이블, Excel, WPS에서 복사하여 붙여넣을 수 있습니다.",buildOption:"옵션 생성"},rowProp:{colSize:"열 수",col2:"두 열",col3:"세 열",col4:"네 열",col6:"여섯 열",layout:"레이아웃"},textProp:{name:"내용",alignTitle:"정렬 방식",alignLeft:"왼쪽 정렬",alignCenter:"가운데 정렬",alignRight:"오른쪽 정렬",colorTitle:"글꼴 색상",sizeTitle:"글꼴 크기",boldTitle:"글꼴 굵게",fontNormal:"일반",fontBold:"굵게"},subtableProp:{seqTitle:"순서",showSeq:"순서 표시",showCheckbox:"다중 선택 허용",errSubDrag:"서브테이블은 해당 위젯을 지원하지 않으며, 다른 위젯을 사용해야 합니다",colPlace:"위젯을 드래그하여 여기에 놓으세요"},uploadProp:{limitFileCount:"파일 수 제한",limitFileSize:"파일 크기 제한",multiFile:"여러 파일 업로드 허용",limitImgCount:"이미지 수 제한",limitImgSize:"이미지 크기 제한",multiImg:"여러 이미지 업로드 허용"}}},listDesign:{fieldSettingTab:"필드 설정",listSettingTab:"파라미터 설정",searchTitle:"검색 조건",listTitle:"목록 필드",searchField:"검색 필드",listField:"목록 필드",activeBtn:{ActionButtonUpdate:"편집",ActionButtonDelete:"삭제"},search:{addBtn:"편집",emptyText:"검색 조건이 설정되지 않았습니다",editPopupTitle:"검색 필드 편집"},searchPopup:{colTitle:"제목",saveBtn:"저장"}},text:{copySuccess:"클립보드에 복사되었습니다",copyError:"현재 환경에서는 이 작업을 지원하지 않습니다"},countdown:{formats:{yyyy:"년",MM:"월",dd:"일",HH:"시",mm:"분",ss:"초"}},plugins:{extendCellArea:{area:{mergeErr:"병합된 셀에서는 이 작업을 수행할 수 없습니다",multiErr:"다중 선택된 영역에서는 이 작업을 수행할 수 없습니다",selectErr:"지정된 영역의 셀을 조작할 수 없습니다",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:"값"},body:{row:"행: {0}",col:"열: {0}"},empty:"(빈 값)",reError:"잘못된 정규 표현식",recordCount:"{0}개의 셀을 찾았습니다",notCell:"일치하는 셀을 찾을 수 없습니다",replaceSuccess:"{0}개의 셀을 성공적으로 바꾸었습니다"}},filterComplexInput:{menus:{fixedColumn:"열 고정",fixedGroup:"그룹 고정",cancelFixed:"고정 취소",fixedLeft:"왼쪽 고정",fixedRight:"오른쪽 고정"},cases:{equal:"같음",gt:"보다 큼",lt:"보다 작음",begin:"시작은",endin:"끝은",include:"포함",isSensitive:"대소문자 구분"}},filterCombination:{menus:{sort:"排序",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:{sort:"排序",clearSort:"정렬 지우기",sortAsc:"오름차순",sortDesc:"내림차순",fixedColumn:"열 고정",fixedGroup:"그룹 고정",cancelFixed:"고정 취소",fixedLeft:"왼쪽 고정",fixedRight:"오른쪽 고정",clearFilter:"필터 지우기",textOption:"텍스트 필터",numberOption:"수치 필터"},popup:{title:"사용자 정의 필터 방식",currColumnTitle:"현재 열:",and:"그리고",or:"또는",describeHtml:"?는 한 문자로, <br/>*은 임의의 여러 문자로 표현할 수 있습니다"},empty:"(빈 값)",notData:"일치하는 항목이 없습니다"}}}}});
1
+ ((e,t)=>{"function"==typeof define&&define.amd?define("vxe-table-lang.ko-KR",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangKoKR=t)})("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"입력해주세요",pleaseSelect:"선택해주세요",comma:",",fullStop:"。"},loading:{text:"로딩 중..."},error:{downErr:"다운로드 실패",errLargeData:"바인딩된 데이터 양이 너무 많을 경우 {0}을 사용해 주세요. 그렇지 않으면 성능 저하가 발생할 수 있습니다.",groupFixed:"그룹화된 테이블 헤더를 사용할 경우, 고정 열은 그룹별로 설정해야 합니다.",groupMouseRange:'그룹화된 테이블 헤더와 "{0}"을 동시에 사용할 수 없습니다. 오류가 발생할 수 있습니다.',groupTag:'그룹화된 열 헤더는 "{0}"을 사용해야 하며, "{1}"을 사용하면 오류가 발생할 수 있습니다.',scrollErrProp:'가상 스크롤을 활성화한 경우, 매개변수 "{0}"은 지원되지 않습니다.',errConflicts:'매개변수 "{0}"과(와) "{1}"은(는) 충돌합니다.',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',notConflictProp:'当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',unableInsert:"지정된 위치에 삽입할 수 없습니다. 매개변수가 올바른지 확인하세요.",useErr:'"{0}" 모듈 설치 중 오류가 발생했습니다. 순서가 잘못되었을 수 있으며, 테이블 전에 종속 모듈이 설치되어야 합니다.',barUnableLink:"도구 모음과 테이블을 연결할 수 없습니다.",expandContent:'행 확장 슬롯은 "content"여야 하며, 올바른지 확인해주세요.',reqComp:'"{0}" 컴포넌트가 누락되었습니다. 올바르게 설치되었는지 확인해주세요. https://vxeui.com/#/start/useGlobal',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}"이(가) 중복 정의되었습니다. 오류가 발생할 수 있습니다.',uniField:'필드명 "{0}"이(가) 중복 정의되었습니다. 오류가 발생할 수 있습니다.',repeatKey:'기본 키 중복 {0}="{1}". 오류가 발생할 수 있습니다.',delFunc:'메서드 "{0}"은(는) 더 이상 사용되지 않습니다. 대신 "{1}"을(를) 사용하세요.',delProp:'매개변수 "{0}"은(는) 더 이상 사용되지 않습니다. 대신 "{1}"을(를) 사용하세요.',delEvent:'이벤트 "{0}"은(는) 더 이상 사용되지 않습니다. 대신 "{1}"을(를) 사용하세요.',removeProp:'매개변수 "{0}"은(는) 더 이상 사용되지 않으며, 사용을 권장하지 않습니다. 오류가 발생할 수 있습니다.',errFormat:'전역 형식화 내용은 "VXETable.formats"를 사용하여 정의해야 합니다. "formatter={0}" 방식은 더 이상 권장되지 않습니다.',notType:'지원하지 않는 파일 유형 "{0}"',notExp:"이 브라우저는 가져오기/내보내기 기능을 지원하지 않습니다.",impFields:"가져오기 실패. 필드명과 데이터 형식을 확인하세요.",treeNotImp:"트리 테이블은 가져오기를 지원하지 않습니다.",treeCrossDrag:"첫 번째 계층만 드래그할 수 있습니다.",treeDragChild:"부모 항목은 자신의 하위 항목으로 드래그할 수 없습니다.",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"데이터가 없습니다.",allTitle:"전체 선택/취소",seqTitle:"번호",actionTitle:"작업",confirmFilter:"필터 적용",resetFilter:"필터 초기화",allFilter:"전체",sortAsc:"오름차순: 최소에서 최대",sortDesc:"내림차순: 최대에서 최소",filter:"선택한 열에 필터 적용",impSuccess:"{0}개의 레코드가 성공적으로 가져왔습니다.",expLoading:"내보내는 중입니다.",expSuccess:"내보내기 성공",expError:"내보내기 실패",expFilename:"{0} 내보내기",expOriginFilename:"원본_{0} 내보내기",customTitle:"열 설정",customAll:"전체",customConfirm:"확인",customClose:"닫기",customCancel:"취소",customRestore:"기본값으로 복원",maxFixedCol:"최대 고정 열 수는 {0}을(를) 초과할 수 없습니다.",dragTip:"이동: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素",rowGroupContentTotal:"{0}({1})"},grid:{selectOneRecord:"최소한 하나의 레코드를 선택해주세요!",deleteSelectRecord:"선택한 레코드를 정말로 삭제하시겠습니까?",removeSelectRecord:"선택한 레코드를 정말로 제거하시겠습니까?",dataUnchanged:"데이터가 변경되지 않았습니다!",delSuccess:"선택한 레코드를 성공적으로 삭제했습니다!",saveSuccess:"저장 성공!",operError:"오류 발생, 작업 실패!"},select:{search:"검색",loadingText:"로딩 중",emptyText:"데이터가 없습니다"},pager:{goto:"이동",gotoTitle:"페이지 번호",pagesize:"{0}개/페이지",total:"총 {0}개의 레코드",pageClassifier:"페이지",homePage:"홈페이지",homePageTitle:"홈페이지",prevPage:"이전 페이지",prevPageTitle:"이전 페이지",nextPage:"다음 페이지",nextPageTitle:"다음 페이지",prevJump:"위로 한 페이지 이동",prevJumpTitle:"위로 한 페이지 이동",nextJump:"아래로 한 페이지 이동",nextJumpTitle:"아래로 한 페이지 이동",endPage:"끝 페이지",endPageTitle:"끝 페이지"},alert:{title:"시스템 알림"},button:{confirm:"확인",cancel:"취소",clear:"清除"},filter:{search:"검색"},custom:{cstmTitle:"열 설정",cstmRestore:"기본값으로 복원",cstmCancel:"취소",cstmConfirm:"확인",cstmConfirmRestore:"기본 열 구성을 복원하시겠습니까?",cstmDragTarget:"이동: {0}",setting:{colSort:"정렬",sortHelpTip:"아이콘을 클릭하고 드래그하여 열의 순서를 조정할 수 있습니다.",colTitle:"열 제목",colResizable:"열 너비(픽셀)",colVisible:"표시 여부",colFixed:"고정 열",colFixedMax:"고정 열(최대 {0} 열)",fixedLeft:"왼쪽",fixedUnset:"설정하지 않음",fixedRight:"오른쪽"}},import:{modes:{covering:"덮어쓰기(테이블 데이터를 직접 덮어씀)",insert:"하단 추가(테이블 하단에 새 데이터 추가)",insertTop:"상단 추가(테이블 상단에 새 데이터 추가)",insertBottom:"하단 추가(테이블 하단에 새 데이터 추가)"},impTitle:"데이터 가져오기",impFile:"파일 이름",impSelect:"파일 선택",impType:"파일 유형",impOpts:"매개변수 설정",impMode:"가져오기 모드",impConfirm:"가져오기",impCancel:"취소"},export:{types:{csv:"CSV (쉼표 구분)(*.csv)",html:"웹페이지(*.html)",xml:"XML 데이터(*.xml)",txt:"텍스트 파일(탭 구분)(*.txt)",xls:"엑셀 97-2003 워크북(*.xls)",xlsx:"엑셀 워크북(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{empty:"空数据",current:"현재 데이터(현재 페이지의 데이터)",selected:"선택된 데이터(현재 페이지에서 선택된 데이터)",all:"전체 데이터(모든 페이지의 데이터 포함)"},printTitle:"데이터 인쇄",expTitle:"데이터 내보내기",expName:"파일 이름",expNamePlaceholder:"파일 이름을 입력해주세요",expSheetName:"제목",expSheetNamePlaceholder:"제목을 입력해주세요",expType:"저장 유형",expMode:"데이터 선택",expCurrentColumn:"모든 필드",expColumn:"필드 선택",expOpts:"매개변수 설정",expOptHeader:"표 헤더",expHeaderTitle:"표 헤더가 필요한지 여부",expOptFooter:"표 바닥글",expFooterTitle:"표 바닥글이 필요한지 여부",expOptColgroup:"그룹화된 표 헤더",expOptTitle:"列标题",expTitleTitle:"是否为列标题,否则显示为列的字段名",expColgroupTitle:"그룹화된 구조가 있는 표 헤더 지원",expOptMerge:"병합",expMergeTitle:"병합된 셀을 지원하는 경우",expOptAllExpand:"展开树",expAllExpandTitle:"계층 구조가 있는 데이터를 전체 전개 지원",expOptUseStyle:"스타일",expUseStyleTitle:"스타일이 있는 셀을 지원하는 경우",expOptOriginal:"원본 데이터",expOriginalTitle:"원본 데이터를 테이블로 가져올 수 있습니다.",expPrint:"인쇄",expConfirm:"내보내기",expCancel:"취소"},modal:{errTitle:"오류 알림",zoomMin:"최소화",zoomIn:"최대화",zoomOut:"복원",close:"닫기",miniMaxSize:"최소화된 창의 개수는 {0}을 초과할 수 없습니다.",footPropErr:"show-footer는 표 바닥글을 활성화하는 데만 사용되며, show-confirm-button | show-cancel-button | 슬롯과 함께 사용해야 합니다."},drawer:{close:"닫기"},form:{folding:"접기",unfolding:"펼치기"},toolbar:{import:"가져오기",export:"내보내기",print:"인쇄",refresh:"새로 고침",zoomIn:"전체 화면",zoomOut:"복원",custom:"열 설정",customAll:"전체",customConfirm:"확인",customRestore:"초기화",fixedLeft:"왼쪽에 고정",fixedRight:"오른쪽에 고정",cancelFixed:"고정 해제"},datePicker:{yearTitle:"{0} 년"},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:"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분기"}}},numberInput:{currencySymbol:"$"},imagePreview:{popupTitle:"미리 보기",operBtn:{zoomOut:"축소",zoomIn:"확대",pctFull:"비율 맞추기",pct11:"원본 크기 표시",rotateLeft:"왼쪽 회전",rotateRight:"오른쪽 회전",print:"이미지 인쇄",download:"이미지 다운로드"}},upload:{fileBtnText:"클릭하거나 드래그하여 업로드",imgBtnText:"클릭하거나 드래그하여 업로드",dragPlaceholder:"파일을 이 영역으로 드래그하여 업로드하세요",imgSizeHint:"단일 {0}",imgCountHint:"최대 {0} 장",fileTypeHint:"지원되는 {0} 파일 형식",fileSizeHint:"단일 파일 크기는 {0}를 초과할 수 없습니다",fileCountHint:"최대 {0} 개의 파일을 업로드할 수 있습니다",uploadTypeErr:"파일 형식이 일치하지 않습니다!",overCountErr:"최대 {0} 개의 파일만 선택할 수 있습니다!",overCountExtraErr:"최대 {0} 개를 초과했습니다. 초과된 {1} 개의 파일은 무시됩니다!",overSizeErr:"파일 크기는 {0}를 초과할 수 없습니다!",reUpload:"다시 업로드",uploadProgress:"업로드 중 {0}%",uploadErr:"업로드 실패",uploadSuccess:"업로드 성공",moreBtnText:"더보기 ({0})",viewItemTitle:"클릭하여 보기",morePopup:{readTitle:"목록 보기",imageTitle:"이미지 업로드",fileTitle:"파일 업로드"}},empty:{defText:"데이터가 없습니다"},colorPicker:{clear:"지우기",confirm:"확인",copySuccess:"클립보드에 복사되었습니다: {0}"},formDesign:{formName:"폼 이름",defFormTitle:"이름 없는 폼",widgetPropTab:"위젯 속성",widgetFormTab:"폼 속성",error:{wdFormUni:"이 유형의 위젯은 폼에 하나만 추가할 수 있습니다",wdSubUni:"이 유형의 위젯은 서브테이블에 하나만 추가할 수 있습니다"},styleSetting:{btn:"스타일 설정",title:"폼 스타일 설정",layoutTitle:"위젯 레이아웃",verticalLayout:"세로 레이아웃",horizontalLayout:"가로 레이아웃",styleTitle:"제목 스타일",boldTitle:"제목 굵게",fontBold:"굵게",fontNormal:"일반",colonTitle:"콜론 표시",colonVisible:"표시",colonHidden:"숨기기",alignTitle:"정렬 방식",widthTitle:"제목 너비",alignLeft:"왼쪽 정렬",alignRight:"오른쪽 정렬",unitPx:"픽셀",unitPct:"백분율"},widget:{group:{base:"기본 위젯",layout:"레이아웃 위젯",system:"시스템 위젯",module:"모듈 위젯",chart:"차트 위젯",advanced:"고급 위젯"},copyTitle:"복사_{0}",component:{input:"입력창",textarea:"텍스트 영역",select:"드롭다운 선택",row:"한 줄 여러 열",title:"제목",text:"텍스트",subtable:"서브테이블",VxeSwitch:"예/아니오",VxeInput:"입력창",VxeNumberInput:"숫자",VxeDatePicker:"날짜",VxeTextarea:"텍스트 영역",VxeSelect:"드롭다운 선택",VxeTreeSelect:"트리 선택",VxeRadioGroup:"라디오 버튼 그룹",VxeCheckboxGroup:"체크박스 그룹",VxeUploadFile:"파일",VxeUploadImage:"이미지",VxeRate:"평가",VxeSlider:"슬라이더"}},widgetProp:{name:"위젯 이름",placeholder:"프롬프트",required:"필수 입력 검사",multiple:"다중 선택 허용",displaySetting:{name:"표시 설정",pc:"컴퓨터",mobile:"모바일",visible:"표시",hidden:"숨기기"},dataSource:{name:"데이터 소스",defValue:"옵션 {0}",addOption:"옵션 추가",batchEditOption:"배치 편집",batchEditTip:"각 행은 하나의 옵션에 해당하며, 테이블, Excel, WPS에서 복사하여 붙여넣을 수 있습니다.",batchEditSubTip:"각 행은 하나의 옵션에 해당하며, 그룹이 있는 경우 하위 항목은 공백 또는 탭으로 시작할 수 있으며, 테이블, Excel, WPS에서 복사하여 붙여넣을 수 있습니다.",buildOption:"옵션 생성"},rowProp:{colSize:"열 수",col2:"두 열",col3:"세 열",col4:"네 열",col6:"여섯 열",layout:"레이아웃"},textProp:{name:"내용",alignTitle:"정렬 방식",alignLeft:"왼쪽 정렬",alignCenter:"가운데 정렬",alignRight:"오른쪽 정렬",colorTitle:"글꼴 색상",sizeTitle:"글꼴 크기",boldTitle:"글꼴 굵게",fontNormal:"일반",fontBold:"굵게"},subtableProp:{seqTitle:"순서",showSeq:"순서 표시",showCheckbox:"다중 선택 허용",errSubDrag:"서브테이블은 해당 위젯을 지원하지 않으며, 다른 위젯을 사용해야 합니다",colPlace:"위젯을 드래그하여 여기에 놓으세요"},uploadProp:{limitFileCount:"파일 수 제한",limitFileSize:"파일 크기 제한",multiFile:"여러 파일 업로드 허용",limitImgCount:"이미지 수 제한",limitImgSize:"이미지 크기 제한",multiImg:"여러 이미지 업로드 허용"}}},listDesign:{fieldSettingTab:"필드 설정",listSettingTab:"파라미터 설정",searchTitle:"검색 조건",listTitle:"목록 필드",searchField:"검색 필드",listField:"목록 필드",activeBtn:{ActionButtonUpdate:"편집",ActionButtonDelete:"삭제"},search:{addBtn:"편집",emptyText:"검색 조건이 설정되지 않았습니다",editPopupTitle:"검색 필드 편집"},searchPopup:{colTitle:"제목",saveBtn:"저장"}},text:{copySuccess:"클립보드에 복사되었습니다",copyError:"현재 환경에서는 이 작업을 지원하지 않습니다"},countdown:{formats:{yyyy:"년",MM:"월",dd:"일",HH:"시",mm:"분",ss:"초"}},plugins:{extendCellArea:{area:{mergeErr:"병합된 셀에서는 이 작업을 수행할 수 없습니다",multiErr:"다중 선택된 영역에서는 이 작업을 수행할 수 없습니다",selectErr:"지정된 영역의 셀을 조작할 수 없습니다",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:"값"},body:{row:"행: {0}",col:"열: {0}"},empty:"(빈 값)",reError:"잘못된 정규 표현식",recordCount:"{0}개의 셀을 찾았습니다",notCell:"일치하는 셀을 찾을 수 없습니다",replaceSuccess:"{0}개의 셀을 성공적으로 바꾸었습니다"}},filterComplexInput:{menus:{fixedColumn:"열 고정",fixedGroup:"그룹 고정",cancelFixed:"고정 취소",fixedLeft:"왼쪽 고정",fixedRight:"오른쪽 고정"},cases:{equal:"같음",gt:"보다 큼",lt:"보다 작음",begin:"시작은",endin:"끝은",include:"포함",isSensitive:"대소문자 구분"}},filterCombination:{menus:{sort:"排序",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:{sort:"排序",clearSort:"정렬 지우기",sortAsc:"오름차순",sortDesc:"내림차순",fixedColumn:"열 고정",fixedGroup:"그룹 고정",cancelFixed:"고정 취소",fixedLeft:"왼쪽 고정",fixedRight:"오른쪽 고정",clearFilter:"필터 지우기",textOption:"텍스트 필터",numberOption:"수치 필터"},popup:{title:"사용자 정의 필터 방식",currColumnTitle:"현재 열:",and:"그리고",or:"또는",describeHtml:"?는 한 문자로, <br/>*은 임의의 여러 문자로 표현할 수 있습니다"},empty:"(빈 값)",notData:"일치하는 항목이 없습니다"}}}}});
@@ -100,7 +100,8 @@
100
100
  maxFixedCol: '최대 고정 열 수는 {0}을(를) 초과할 수 없습니다.',
101
101
  dragTip: '이동: {0}',
102
102
  resizeColTip: '宽:{0} 像素',
103
- resizeRowTip: '高:{0} 像素'
103
+ resizeRowTip: '高:{0} 像素',
104
+ rowGroupContentTotal: '{0}({1})'
104
105
  },
105
106
  grid: {
106
107
  selectOneRecord: '최소한 하나의 레코드를 선택해주세요!',
@@ -87,7 +87,8 @@ var _default = exports.default = {
87
87
  maxFixedCol: 'Maksimalt antall frosne kolonner kan ikke overstige {0}',
88
88
  dragTip: 'Flytt: {0}',
89
89
  resizeColTip: '宽:{0} 像素',
90
- resizeRowTip: '高:{0} 像素'
90
+ resizeRowTip: '高:{0} 像素',
91
+ rowGroupContentTotal: '{0}({1})'
91
92
  },
92
93
  grid: {
93
94
  selectOneRecord: '请至少选择一条记录!',
@@ -1 +1 @@
1
- Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _default=exports.default={vxe:{base:{pleaseInput:"请输入",pleaseSelect:"请选择",comma:",",fullStop:"。"},loading:{text:"加载中..."},error:{downErr:"下载失败",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"如果使用分组表头,冻结列必须按组设置",groupMouseRange:'分组表头与 "{0}" 不能同时使用,这可能会出现错误',groupTag:'分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',scrollErrProp:'启用虚拟滚动后不支持该参数 "{0}"',errConflicts:'参数 "{0}" 与 "{1}" 有冲突',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',notConflictProp:'当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',unableInsert:"无法插入到指定位置,请检查参数是否正确",useErr:'安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',barUnableLink:"工具栏无法关联表格",expandContent:'展开行的插槽应该是 "content",请检查是否正确',reqComp:'缺少 "{0}" 组件,请检查是否正确安装。 https://vxeui.com/#/start/useGlobal',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}" 重复定义,这可能会出现错误',uniField:'字段名 "{0}" 重复定义,这可能会出现错误',repeatKey:'主键重复 {0}="{1}",这可能会出现错误',delFunc:'方法 "{0}" 已废弃,请使用 "{1}"',delProp:'参数 "{0}" 已废弃,请使用 "{1}"',delEvent:'事件 "{0}" 已废弃,请使用 "{1}"',removeProp:'参数 "{0}" 已废弃,不建议使用,这可能会导致出现错误',errFormat:'全局的格式化内容应该使用 "VXETable.formats" 定义,挂载 "formatter={0}" 的方式已不建议使用',notType:'不支持的文件类型 "{0}"',notExp:"该浏览器不支持导入/导出功能",impFields:"导入失败,请检查字段名和数据格式是否正确",treeNotImp:"树表格不支持导入",treeCrossDrag:"只能拖拽第一层级",treeDragChild:"父级不能拖拽到自己的子级中",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"Ingen data ennå",allTitle:"Velg alle/Avbryt",seqTitle:"serienummer",actionTitle:"operere",confirmFilter:"filter",resetFilter:"tilbakestille",allFilter:"alle",sortAsc:"Stigende rekkefølge: lavest til høyest",sortDesc:"Synkende rekkefølge: høyest til lavest",filter:"Aktiver filtrering på valgte kolonner",impSuccess:"Vellykket importert {0} poster",expLoading:"Eksporterer",expSuccess:"Eksporten var vellykket",expError:"Eksporten mislyktes",expFilename:"Eksporter_{0}",expOriginFilename:"eksport_kilde_{0}",customTitle:"Kolonneinnstillinger",customAll:"alle",customConfirm:"bekrefte",customClose:"stenging",customCancel:"Kansellere",customRestore:"Gjenopprett standard",maxFixedCol:"Maksimalt antall frosne kolonner kan ikke overstige {0}",dragTip:"Flytt: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"请至少选择一条记录!",deleteSelectRecord:"您确定要删除所选记录吗?",removeSelectRecord:"您确定要移除所选记录吗?",dataUnchanged:"数据未改动!",delSuccess:"成功删除所选记录!",saveSuccess:"保存成功!",operError:"发生错误,操作失败!"},select:{search:"搜索",loadingText:"加载中",emptyText:"暂无数据"},pager:{goto:"前往",gotoTitle:"页数",pagesize:"{0}条/页",total:"共 {0} 条记录",pageClassifier:"页",homePage:"首页",homePageTitle:"首页",prevPage:"上一页",prevPageTitle:"上一页",nextPage:"下一页",nextPageTitle:"下一页",prevJump:"向上跳页",prevJumpTitle:"向上跳页",nextJump:"向下跳页",nextJumpTitle:"向下跳页",endPage:"末页",endPageTitle:"末页"},alert:{title:"系统提示"},button:{confirm:"确认",cancel:"取消",clear:"清除"},filter:{search:"搜索"},custom:{cstmTitle:"列设置",cstmRestore:"恢复默认",cstmCancel:"取消",cstmConfirm:"确定",cstmConfirmRestore:"请确认是否恢复成默认列配置?",cstmDragTarget:"移动:{0}",setting:{colSort:"排序",sortHelpTip:"点击并拖动图标可以调整列的排序",colTitle:"列标题",colResizable:"列宽(像素)",colVisible:"是否显示",colFixed:"冻结列",colFixedMax:"冻结列(最多 {0} 列)",fixedLeft:"左侧",fixedUnset:"不设置",fixedRight:"右侧"}},import:{modes:{covering:"覆盖方式(直接覆盖表格数据)",insert:"底部追加(在表格的底部追加新数据)",insertTop:"顶部追加(在表格的顶部追加新数据)",insertBottom:"底部追加(在表格的底部追加新数据)"},impTitle:"导入数据",impFile:"文件名",impSelect:"选择文件",impType:"文件类型",impOpts:"参数设置",impMode:"导入模式",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:{empty:"空数据",current:"当前数据(当前页的数据)",selected:"选中数据(当前页选中的数据)",all:"全量数据(包括所有分页的数据)"},printTitle:"打印数据",expTitle:"导出数据",expName:"文件名",expNamePlaceholder:"请输入文件名",expSheetName:"标题",expSheetNamePlaceholder:"请输入标题",expType:"保存类型",expMode:"选择数据",expCurrentColumn:"全部字段",expColumn:"选择字段",expOpts:"参数设置",expOptHeader:"表头",expHeaderTitle:"是否需要表头",expOptFooter:"表尾",expFooterTitle:"是否需要表尾",expOptColgroup:"分组表头",expOptTitle:"列标题",expTitleTitle:"是否为列标题,否则显示为列的字段名",expColgroupTitle:"如果存在,则支持带有分组结构的表头",expOptMerge:"合并",expMergeTitle:"如果存在,则支持带有合并结构的单元格",expOptAllExpand:"展开树",expAllExpandTitle:"如果存在,则支持将带有层级结构的数据全部展开",expOptUseStyle:"样式",expUseStyleTitle:"如果存在,则支持带样式的单元格",expOptOriginal:"源数据",expOriginalTitle:"如果为源数据,则支持导入到表格中",expPrint:"打印",expConfirm:"导出",expCancel:"取消"},modal:{errTitle:"错误提示",zoomMin:"最小化",zoomIn:"最大化",zoomOut:"还原",close:"关闭",miniMaxSize:"最小化窗口的数量不能超过 {0} 个",footPropErr:"show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用"},drawer:{close:"关闭"},form:{folding:"收起",unfolding:"展开"},toolbar:{import:"导入",export:"导出",print:"打印",refresh:"刷新",zoomIn:"全屏",zoomOut:"还原",custom:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"重置",fixedLeft:"冻结在左侧",fixedRight:"冻结在右侧",cancelFixed:"取消冻结列"},datePicker:{yearTitle:"{0} 年"},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:"第四季度"}}},numberInput:{currencySymbol:"$"},imagePreview:{popupTitle:"预览",operBtn:{zoomOut:"缩小",zoomIn:"放大",pctFull:"等比例缩放",pct11:"显示原始尺寸",rotateLeft:"向左旋转",rotateRight:"向右旋转",print:"点击打印图片",download:"点击下载图片"}},upload:{fileBtnText:"点击或拖拽上传",imgBtnText:"点击或拖拽上传",dragPlaceholder:"请把文件拖放到这个区域即可上传",imgSizeHint:"单张{0}",imgCountHint:"最多{0}张",fileTypeHint:"支持 {0} 文件类型",fileSizeHint:"单个文件大小不超过{0}",fileCountHint:"最多可上传{0}个文件",uploadTypeErr:"文件类型不匹配!",overCountErr:"最多只能选择{0}个文件!",overCountExtraErr:"已超出最大数量{0}个,超出的{1}个文件将被忽略!",overSizeErr:"文件大小最大不能超过{0}!",reUpload:"重新上传",uploadProgress:"上传中 {0}%",uploadErr:"上传失败",uploadSuccess:"上传成功",moreBtnText:"更多({0})",viewItemTitle:"点击查看",morePopup:{readTitle:"查看列表",imageTitle:"上传图片",fileTitle:"上传文件"}},empty:{defText:"暂无数据"},colorPicker:{clear:"清除",confirm:"确认",copySuccess:"已复制到剪贴板:{0}"},formDesign:{formName:"表单名称",defFormTitle:"未命名的表单",widgetPropTab:"控件属性",widgetFormTab:"表单属性",error:{wdFormUni:"该类型的控件在表单中只允许添加一个",wdSubUni:"该类型的控件在子表中只允许添加一个"},styleSetting:{btn:"样式设置",title:"表单的样式设置",layoutTitle:"控件布局",verticalLayout:"上下布局",horizontalLayout:"横向布局",styleTitle:"标题样式",boldTitle:"标题加粗",fontBold:"加粗",fontNormal:"常规",colonTitle:"显示冒号",colonVisible:"显示",colonHidden:"隐藏",alignTitle:"对齐方式",widthTitle:"标题宽度",alignLeft:"居左",alignRight:"居右",unitPx:"像素",unitPct:"百分比"},widget:{group:{base:"基础控件",layout:"布局控件",system:"系统控件",module:"模块控件",chart:"图表控件",advanced:"高级控件"},copyTitle:"副本_{0}",component:{input:"输入框",textarea:"文本域",select:"下拉选择",row:"一行多列",title:"标题",text:"文本",subtable:"子表",VxeSwitch:"是/否",VxeInput:"输入框",VxeNumberInput:"数字",VxeDatePicker:"日期",VxeTextarea:"文本域",VxeSelect:"下拉选择",VxeTreeSelect:"树形选择",VxeRadioGroup:"单选框",VxeCheckboxGroup:"复选框",VxeUploadFile:"文件",VxeUploadImage:"图片",VxeRate:"评分",VxeSlider:"滑块"}},widgetProp:{name:"控件名称",placeholder:"提示语",required:"必填校验",multiple:"允许多选",displaySetting:{name:"显示设置",pc:"电脑端",mobile:"手机端",visible:"显示",hidden:"隐藏"},dataSource:{name:"数据源",defValue:"选项{0}",addOption:"添加选项",batchEditOption:"批量编辑",batchEditTip:"每行对应一个选项,支持从表格、Excel、WPS 中直接复制粘贴。",batchEditSubTip:"每行对应一个选项,如果是分组,子项可以是空格或制表键开头,支持从表格、Excel、WPS 中直接复制粘贴。",buildOption:"生成选项"},rowProp:{colSize:"列数",col2:"两列",col3:"三列",col4:"四列",col6:"六列",layout:"布局"},textProp:{name:"内容",alignTitle:"对齐方式",alignLeft:"居左",alignCenter:"居中",alignRight:"居右",colorTitle:"字体颜色",sizeTitle:"字体大小",boldTitle:"字体加粗",fontNormal:"常规",fontBold:"加粗"},subtableProp:{seqTitle:"序号",showSeq:"显示序号",showCheckbox:"允许多选",errSubDrag:"子表不支持该控件,请使用其他控件",colPlace:"将控件拖拽进来"},uploadProp:{limitFileCount:"文件数量限制",limitFileSize:"文件大小限制",multiFile:"允许上传多个文件",limitImgCount:"图片数量限制",limitImgSize:"图片大小限制",multiImg:"允许上传多张图片"}}},listDesign:{fieldSettingTab:"字段设置",listSettingTab:"参数设置",searchTitle:"查询条件",listTitle:"列表字段",searchField:"查询字段",listField:"列表字段",activeBtn:{ActionButtonUpdate:"编辑",ActionButtonDelete:"删除"},search:{addBtn:"编辑",emptyText:"未配置查询条件",editPopupTitle:"编辑查询字段"},searchPopup:{colTitle:"标题",saveBtn:"保存"}},text:{copySuccess:"已复制到剪贴板",copyError:"当前环境不支持该操作"},countdown:{formats:{yyyy:"年",MM:"月",dd:"天",HH:"时",mm:"分",ss:"秒"}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",selectErr:"无法操作指定区域的单元格",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:"值"},body:{row:"行:{0}",col:"列:{0}"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"冻结列",fixedGroup:"冻结分组",cancelFixed:"取消冻结",fixedLeft:"冻结左侧",fixedRight:"冻结右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{sort:"排序",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:{sort:"排序",clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"冻结列",fixedGroup:"冻结分组",cancelFixed:"取消冻结",fixedLeft:"冻结到左侧",fixedRight:"冻结到右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},empty:"(空白)",notData:"无匹配项"}}}};
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _default=exports.default={vxe:{base:{pleaseInput:"请输入",pleaseSelect:"请选择",comma:",",fullStop:"。"},loading:{text:"加载中..."},error:{downErr:"下载失败",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"如果使用分组表头,冻结列必须按组设置",groupMouseRange:'分组表头与 "{0}" 不能同时使用,这可能会出现错误',groupTag:'分组列头应该使用 "{0}" 而不是 "{1}",这可能会出现错误',scrollErrProp:'启用虚拟滚动后不支持该参数 "{0}"',errConflicts:'参数 "{0}" 与 "{1}" 有冲突',notSupportProp:'当启用参数 "{0}" 时不支持 "{1}",应该为 "{2}",否则将会出现错误',notConflictProp:'当使用 "{0}" 时,应该设置 "{1}",否则可能会存在功能冲突',unableInsert:"无法插入到指定位置,请检查参数是否正确",useErr:'安装 "{0}" 模块时发生错误,可能顺序不正确,依赖的模块需要在 Table 之前安装',barUnableLink:"工具栏无法关联表格",expandContent:'展开行的插槽应该是 "content",请检查是否正确',reqComp:'缺少 "{0}" 组件,请检查是否正确安装。 https://vxeui.com/#/start/useGlobal',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}" 重复定义,这可能会出现错误',uniField:'字段名 "{0}" 重复定义,这可能会出现错误',repeatKey:'主键重复 {0}="{1}",这可能会出现错误',delFunc:'方法 "{0}" 已废弃,请使用 "{1}"',delProp:'参数 "{0}" 已废弃,请使用 "{1}"',delEvent:'事件 "{0}" 已废弃,请使用 "{1}"',removeProp:'参数 "{0}" 已废弃,不建议使用,这可能会导致出现错误',errFormat:'全局的格式化内容应该使用 "VXETable.formats" 定义,挂载 "formatter={0}" 的方式已不建议使用',notType:'不支持的文件类型 "{0}"',notExp:"该浏览器不支持导入/导出功能",impFields:"导入失败,请检查字段名和数据格式是否正确",treeNotImp:"树表格不支持导入",treeCrossDrag:"只能拖拽第一层级",treeDragChild:"父级不能拖拽到自己的子级中",reqPlugin:'扩展插件未安装 "{1}" https://vxeui.com/other{0}/#/{1}/install',errMaxRow:"超过支持的最大数据量 {0} 行,这可能会导致出现错误"},table:{emptyText:"Ingen data ennå",allTitle:"Velg alle/Avbryt",seqTitle:"serienummer",actionTitle:"operere",confirmFilter:"filter",resetFilter:"tilbakestille",allFilter:"alle",sortAsc:"Stigende rekkefølge: lavest til høyest",sortDesc:"Synkende rekkefølge: høyest til lavest",filter:"Aktiver filtrering på valgte kolonner",impSuccess:"Vellykket importert {0} poster",expLoading:"Eksporterer",expSuccess:"Eksporten var vellykket",expError:"Eksporten mislyktes",expFilename:"Eksporter_{0}",expOriginFilename:"eksport_kilde_{0}",customTitle:"Kolonneinnstillinger",customAll:"alle",customConfirm:"bekrefte",customClose:"stenging",customCancel:"Kansellere",customRestore:"Gjenopprett standard",maxFixedCol:"Maksimalt antall frosne kolonner kan ikke overstige {0}",dragTip:"Flytt: {0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素",rowGroupContentTotal:"{0}({1})"},grid:{selectOneRecord:"请至少选择一条记录!",deleteSelectRecord:"您确定要删除所选记录吗?",removeSelectRecord:"您确定要移除所选记录吗?",dataUnchanged:"数据未改动!",delSuccess:"成功删除所选记录!",saveSuccess:"保存成功!",operError:"发生错误,操作失败!"},select:{search:"搜索",loadingText:"加载中",emptyText:"暂无数据"},pager:{goto:"前往",gotoTitle:"页数",pagesize:"{0}条/页",total:"共 {0} 条记录",pageClassifier:"页",homePage:"首页",homePageTitle:"首页",prevPage:"上一页",prevPageTitle:"上一页",nextPage:"下一页",nextPageTitle:"下一页",prevJump:"向上跳页",prevJumpTitle:"向上跳页",nextJump:"向下跳页",nextJumpTitle:"向下跳页",endPage:"末页",endPageTitle:"末页"},alert:{title:"系统提示"},button:{confirm:"确认",cancel:"取消",clear:"清除"},filter:{search:"搜索"},custom:{cstmTitle:"列设置",cstmRestore:"恢复默认",cstmCancel:"取消",cstmConfirm:"确定",cstmConfirmRestore:"请确认是否恢复成默认列配置?",cstmDragTarget:"移动:{0}",setting:{colSort:"排序",sortHelpTip:"点击并拖动图标可以调整列的排序",colTitle:"列标题",colResizable:"列宽(像素)",colVisible:"是否显示",colFixed:"冻结列",colFixedMax:"冻结列(最多 {0} 列)",fixedLeft:"左侧",fixedUnset:"不设置",fixedRight:"右侧"}},import:{modes:{covering:"覆盖方式(直接覆盖表格数据)",insert:"底部追加(在表格的底部追加新数据)",insertTop:"顶部追加(在表格的顶部追加新数据)",insertBottom:"底部追加(在表格的底部追加新数据)"},impTitle:"导入数据",impFile:"文件名",impSelect:"选择文件",impType:"文件类型",impOpts:"参数设置",impMode:"导入模式",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:{empty:"空数据",current:"当前数据(当前页的数据)",selected:"选中数据(当前页选中的数据)",all:"全量数据(包括所有分页的数据)"},printTitle:"打印数据",expTitle:"导出数据",expName:"文件名",expNamePlaceholder:"请输入文件名",expSheetName:"标题",expSheetNamePlaceholder:"请输入标题",expType:"保存类型",expMode:"选择数据",expCurrentColumn:"全部字段",expColumn:"选择字段",expOpts:"参数设置",expOptHeader:"表头",expHeaderTitle:"是否需要表头",expOptFooter:"表尾",expFooterTitle:"是否需要表尾",expOptColgroup:"分组表头",expOptTitle:"列标题",expTitleTitle:"是否为列标题,否则显示为列的字段名",expColgroupTitle:"如果存在,则支持带有分组结构的表头",expOptMerge:"合并",expMergeTitle:"如果存在,则支持带有合并结构的单元格",expOptAllExpand:"展开树",expAllExpandTitle:"如果存在,则支持将带有层级结构的数据全部展开",expOptUseStyle:"样式",expUseStyleTitle:"如果存在,则支持带样式的单元格",expOptOriginal:"源数据",expOriginalTitle:"如果为源数据,则支持导入到表格中",expPrint:"打印",expConfirm:"导出",expCancel:"取消"},modal:{errTitle:"错误提示",zoomMin:"最小化",zoomIn:"最大化",zoomOut:"还原",close:"关闭",miniMaxSize:"最小化窗口的数量不能超过 {0} 个",footPropErr:"show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用"},drawer:{close:"关闭"},form:{folding:"收起",unfolding:"展开"},toolbar:{import:"导入",export:"导出",print:"打印",refresh:"刷新",zoomIn:"全屏",zoomOut:"还原",custom:"列设置",customAll:"全部",customConfirm:"确认",customRestore:"重置",fixedLeft:"冻结在左侧",fixedRight:"冻结在右侧",cancelFixed:"取消冻结列"},datePicker:{yearTitle:"{0} 年"},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:"第四季度"}}},numberInput:{currencySymbol:"$"},imagePreview:{popupTitle:"预览",operBtn:{zoomOut:"缩小",zoomIn:"放大",pctFull:"等比例缩放",pct11:"显示原始尺寸",rotateLeft:"向左旋转",rotateRight:"向右旋转",print:"点击打印图片",download:"点击下载图片"}},upload:{fileBtnText:"点击或拖拽上传",imgBtnText:"点击或拖拽上传",dragPlaceholder:"请把文件拖放到这个区域即可上传",imgSizeHint:"单张{0}",imgCountHint:"最多{0}张",fileTypeHint:"支持 {0} 文件类型",fileSizeHint:"单个文件大小不超过{0}",fileCountHint:"最多可上传{0}个文件",uploadTypeErr:"文件类型不匹配!",overCountErr:"最多只能选择{0}个文件!",overCountExtraErr:"已超出最大数量{0}个,超出的{1}个文件将被忽略!",overSizeErr:"文件大小最大不能超过{0}!",reUpload:"重新上传",uploadProgress:"上传中 {0}%",uploadErr:"上传失败",uploadSuccess:"上传成功",moreBtnText:"更多({0})",viewItemTitle:"点击查看",morePopup:{readTitle:"查看列表",imageTitle:"上传图片",fileTitle:"上传文件"}},empty:{defText:"暂无数据"},colorPicker:{clear:"清除",confirm:"确认",copySuccess:"已复制到剪贴板:{0}"},formDesign:{formName:"表单名称",defFormTitle:"未命名的表单",widgetPropTab:"控件属性",widgetFormTab:"表单属性",error:{wdFormUni:"该类型的控件在表单中只允许添加一个",wdSubUni:"该类型的控件在子表中只允许添加一个"},styleSetting:{btn:"样式设置",title:"表单的样式设置",layoutTitle:"控件布局",verticalLayout:"上下布局",horizontalLayout:"横向布局",styleTitle:"标题样式",boldTitle:"标题加粗",fontBold:"加粗",fontNormal:"常规",colonTitle:"显示冒号",colonVisible:"显示",colonHidden:"隐藏",alignTitle:"对齐方式",widthTitle:"标题宽度",alignLeft:"居左",alignRight:"居右",unitPx:"像素",unitPct:"百分比"},widget:{group:{base:"基础控件",layout:"布局控件",system:"系统控件",module:"模块控件",chart:"图表控件",advanced:"高级控件"},copyTitle:"副本_{0}",component:{input:"输入框",textarea:"文本域",select:"下拉选择",row:"一行多列",title:"标题",text:"文本",subtable:"子表",VxeSwitch:"是/否",VxeInput:"输入框",VxeNumberInput:"数字",VxeDatePicker:"日期",VxeTextarea:"文本域",VxeSelect:"下拉选择",VxeTreeSelect:"树形选择",VxeRadioGroup:"单选框",VxeCheckboxGroup:"复选框",VxeUploadFile:"文件",VxeUploadImage:"图片",VxeRate:"评分",VxeSlider:"滑块"}},widgetProp:{name:"控件名称",placeholder:"提示语",required:"必填校验",multiple:"允许多选",displaySetting:{name:"显示设置",pc:"电脑端",mobile:"手机端",visible:"显示",hidden:"隐藏"},dataSource:{name:"数据源",defValue:"选项{0}",addOption:"添加选项",batchEditOption:"批量编辑",batchEditTip:"每行对应一个选项,支持从表格、Excel、WPS 中直接复制粘贴。",batchEditSubTip:"每行对应一个选项,如果是分组,子项可以是空格或制表键开头,支持从表格、Excel、WPS 中直接复制粘贴。",buildOption:"生成选项"},rowProp:{colSize:"列数",col2:"两列",col3:"三列",col4:"四列",col6:"六列",layout:"布局"},textProp:{name:"内容",alignTitle:"对齐方式",alignLeft:"居左",alignCenter:"居中",alignRight:"居右",colorTitle:"字体颜色",sizeTitle:"字体大小",boldTitle:"字体加粗",fontNormal:"常规",fontBold:"加粗"},subtableProp:{seqTitle:"序号",showSeq:"显示序号",showCheckbox:"允许多选",errSubDrag:"子表不支持该控件,请使用其他控件",colPlace:"将控件拖拽进来"},uploadProp:{limitFileCount:"文件数量限制",limitFileSize:"文件大小限制",multiFile:"允许上传多个文件",limitImgCount:"图片数量限制",limitImgSize:"图片大小限制",multiImg:"允许上传多张图片"}}},listDesign:{fieldSettingTab:"字段设置",listSettingTab:"参数设置",searchTitle:"查询条件",listTitle:"列表字段",searchField:"查询字段",listField:"列表字段",activeBtn:{ActionButtonUpdate:"编辑",ActionButtonDelete:"删除"},search:{addBtn:"编辑",emptyText:"未配置查询条件",editPopupTitle:"编辑查询字段"},searchPopup:{colTitle:"标题",saveBtn:"保存"}},text:{copySuccess:"已复制到剪贴板",copyError:"当前环境不支持该操作"},countdown:{formats:{yyyy:"年",MM:"月",dd:"天",HH:"时",mm:"分",ss:"秒"}},plugins:{extendCellArea:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",selectErr:"无法操作指定区域的单元格",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:"值"},body:{row:"行:{0}",col:"列:{0}"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}},filterComplexInput:{menus:{fixedColumn:"冻结列",fixedGroup:"冻结分组",cancelFixed:"取消冻结",fixedLeft:"冻结左侧",fixedRight:"冻结右侧"},cases:{equal:"等于",gt:"大于",lt:"小于",begin:"开头是",endin:"结尾是",include:"包含",isSensitive:"区分大小写"}},filterCombination:{menus:{sort:"排序",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:{sort:"排序",clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"冻结列",fixedGroup:"冻结分组",cancelFixed:"取消冻结",fixedLeft:"冻结到左侧",fixedRight:"冻结到右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},empty:"(空白)",notData:"无匹配项"}}}};
@@ -87,7 +87,8 @@ var _default = exports.default = {
87
87
  maxFixedCol: 'The maximum number of Freeze columns cannot exceed {0}',
88
88
  dragTip: '移动:{0}',
89
89
  resizeColTip: '宽:{0} 像素',
90
- resizeRowTip: '高:{0} 像素'
90
+ resizeRowTip: '高:{0} 像素',
91
+ rowGroupContentTotal: '{0}({1})'
91
92
  },
92
93
  grid: {
93
94
  selectOneRecord: 'Por favor, selecione pelo menos um registro!',