1 line
17 KiB
JavaScript
1 line
17 KiB
JavaScript
|
|
((e,t)=>{"function"==typeof define&&define.amd?define("vxe-language.en-US",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.VxeLanguageEnUs=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:"Please input",pleaseSelect:"Select",comma:",",fullStop:"."},loading:{text:"Loading..."},error:{downErr:"Download failed.",groupFixed:"If you use group headers, the freeze columns must be set by group.",groupMouseRange:'Grouping headers and "{0}" cannot be used at the same time, which may cause errors.',groupTag:'Grouping column header should use "{0}" instead of "{1}", which may cause errors.',scrollErrProp:'The parameter "{0}" is not supported when virtual scrolling is enabled.',errConflicts:'Argument "{0}" conflicts with "{1}"',unableInsert:"Unable to insert to the specified location.",useErr:'Error installing "{0}" module, possibly in the wrong order, dependent modules need to be installed before Table.',barUnableLink:"Toolbar cannot associate table.",expandContent:'Expand row slot should be "content", please check if it is correct.',reqComp:'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',reqModule:'require "{0}" module.',reqProp:'Missing the necessary "{0}" parameter, which can cause error.',emptyProp:'The property "{0}" is not allowed to be empty.',errProp:'Unsupported parameter "{0}", possibly "{1}".',colRepet:'column.{0}="{0}" is duplicated, which may make some features unusable',notFunc:'method "{0}" not exist.',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}" does not exist',noTree:'The tree structure does not support "{0}".',notProp:'Unsupported parameters "{0}"',checkProp:'The checkbox may stall when the amount of data is too large, it is recommended to set the parameter "{0}" to increase the rendering speed ',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error.',uniField:'The field "{0}" is repeatedly defined, which may cause an error.',repeatKey:'The primary key repeats {0}="{1}", which may cause an error',delFunc:'The function "{0}" is deprecated, please use "{1}".',delProp:'The property "{0}" is deprecated, please use "{1}".',delEvent:'The event "{0}" is deprecated, please use "{1}"',removeProp:'The property "{0}" is deprecated and is not recommended, which may cause error.',errFormat:'The global formatted content should be defined with "VXETable.formats". Mounting "formatter={0}" is not recommended.',notType:'Unsupported file types "{0}"',notExp:"The browser does not support import / export.",impFields:"Import failed, please check that the field name and data format are correct.",treeNotImp:"Tree table does not support import."},table:{emptyText:"No Data",allTitle:"Select all / cancel",seqTitle:"N/S",actionTitle:"Action",confirmFilter:"Confirm",resetFilter:"Reset",allFilter:"All",sortAsc:"Ascending: lowest to highest",sortDesc:"Descending: highest to lowest",filter:"Enable filtering on selected columns",impSuccess:"Successfully imported {0} records",expLoading:"Exporting",expSuccess:"Export success",expError:"Export failure",expFilename:"Export_{0}",expOriginFilename:"Export_original_{0}",customTitle:"Column settings",customAll:"All",customConfirm:"Confirm",customClose:"Close",customCancel:"Cancel",customRestore:"Restore",maxFixedCol:"The maximum number of Freeze columns cannot exceed {0}",dragTip:"Moving: {0}"},grid:{selectOneRecord:"Please choose at least one piece of record!",deleteSelectRecord:"Are you sure you want to delete the selected record?",removeSelectRecord:"Are you sure you want to remove the selected record?",dataUnchanged:"Data unchanged! ",delSuccess:"Successfully deleted the selected record!",saveSuccess:"Saved successfully!",operError:"Error occurred, operation failed!"},select:{search:"Search",load
|