bkui-vue 1.0.3-beta.13 → 1.0.3-beta.14

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.
@@ -1,2 +1,2 @@
1
- const t={lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All",selectAll:"Select all"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",sort:"Sort",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"},cascader:{pleaseSelect:"Please Select",noData:"No data",emptyText:"No Data"},versionLog:{current:"Current"}};export{t as default};
1
+ const t={lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All",selectAll:"Select all"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",sort:"Sort",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input",maxlengthLimitTips:"Reached character limit"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"},cascader:{pleaseSelect:"Please Select",noData:"No data",emptyText:"No Data"},versionLog:{current:"Current"}};export{t as default};
2
2
  //# sourceMappingURL=en.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"en.esm.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n selectAll: 'Select all',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n sort: 'Sort',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n cascader: {\n pleaseSelect: 'Please Select',\n noData: 'No data',\n emptyText: 'No Data',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: 'Current',\n },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["en","max"],"mappings":"AA0BMA,MAAAA,EAAK,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,MACL,UAAW,YACb,EACA,MAAO,CACL,UAAW,UACX,QAAS,UACT,MAAO,QACP,KAAM,OACN,QAAS,CACP,MAAO,iBACP,OAAQ,CACN,MAAO,4BACP,SAAWC,GAAgB,SAAIA,sBAC/B,UAAW,KACb,EACA,WAAY,CACV,MAAO,oBACP,MAAO,QACP,OAAQ,SACR,MAAO,OACT,EACA,QAAS,CACP,GAAI,KACJ,OAAQ,QACV,CACF,CACF,EACA,SAAU,CACR,WAAY,cACZ,WAAY,cACZ,UAAW,aACX,UAAW,aACX,OAAQ,UACR,WAAY,cACZ,OAAQ,QACV,EACA,OAAQ,CACN,cAAe,iBACf,aAAc,gBACd,WAAY,sBACZ,YAAa,eACb,YAAa,cACf,EACA,MAAO,CACL,YAAa,cACf,EACA,SAAU,CACR,YAAa,wCACf,EACA,QAAS,CACP,UAAW,YACX,QAAS,UACT,YAAa,eACb,WAAY,aACd,EACA,SAAU,CACR,aAAc,gBACd,OAAQ,UACR,UAAW,SACb,EA2CA,WAAY,CACV,QAAS,SACX,CACF"}
1
+ {"version":3,"file":"en.esm.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n selectAll: 'Select all',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n sort: 'Sort',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n maxlengthLimitTips: 'Reached character limit',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n cascader: {\n pleaseSelect: 'Please Select',\n noData: 'No data',\n emptyText: 'No Data',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: 'Current',\n },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["en","max"],"mappings":"AA0BMA,MAAAA,EAAK,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,MACL,UAAW,YACb,EACA,MAAO,CACL,UAAW,UACX,QAAS,UACT,MAAO,QACP,KAAM,OACN,QAAS,CACP,MAAO,iBACP,OAAQ,CACN,MAAO,4BACP,SAAWC,GAAgB,SAAIA,sBAC/B,UAAW,KACb,EACA,WAAY,CACV,MAAO,oBACP,MAAO,QACP,OAAQ,SACR,MAAO,OACT,EACA,QAAS,CACP,GAAI,KACJ,OAAQ,QACV,CACF,CACF,EACA,SAAU,CACR,WAAY,cACZ,WAAY,cACZ,UAAW,aACX,UAAW,aACX,OAAQ,UACR,WAAY,cACZ,OAAQ,QACV,EACA,OAAQ,CACN,cAAe,iBACf,aAAc,gBACd,WAAY,sBACZ,YAAa,eACb,YAAa,cACf,EACA,MAAO,CACL,YAAa,eACb,mBAAoB,yBACtB,EACA,SAAU,CACR,YAAa,wCACf,EACA,QAAS,CACP,UAAW,YACX,QAAS,UACT,YAAa,eACb,WAAY,aACd,EACA,SAAU,CACR,aAAc,gBACd,OAAQ,UACR,UAAW,SACb,EA2CA,WAAY,CACV,QAAS,SACX,CACF"}
@@ -1,2 +1,2 @@
1
- (function(t,e){typeof exports=="object"&&typeof module!="undefined"?module.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis!="undefined"?globalThis:t||self,t.bkuiVueLocaleen=e())})(this,function(){"use strict";return{lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All",selectAll:"Select all"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",sort:"Sort",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"},cascader:{pleaseSelect:"Please Select",noData:"No data",emptyText:"No Data"},versionLog:{current:"Current"}}});
1
+ (function(t,e){typeof exports=="object"&&typeof module!="undefined"?module.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis!="undefined"?globalThis:t||self,t.bkuiVueLocaleen=e())})(this,function(){"use strict";return{lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All",selectAll:"Select all"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",sort:"Sort",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input",maxlengthLimitTips:"Reached character limit"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"},cascader:{pleaseSelect:"Please Select",noData:"No data",emptyText:"No Data"},versionLog:{current:"Current"}}});
2
2
  //# sourceMappingURL=en.umd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"en.umd.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n selectAll: 'Select all',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n sort: 'Sort',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n cascader: {\n pleaseSelect: 'Please Select',\n noData: 'No data',\n emptyText: 'No Data',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: 'Current',\n },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["max"],"mappings":"wPA0BW,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,MACL,UAAW,YACb,EACA,MAAO,CACL,UAAW,UACX,QAAS,UACT,MAAO,QACP,KAAM,OACN,QAAS,CACP,MAAO,iBACP,OAAQ,CACN,MAAO,4BACP,SAAWA,GAAgB,SAAIA,sBAC/B,UAAW,KACb,EACA,WAAY,CACV,MAAO,oBACP,MAAO,QACP,OAAQ,SACR,MAAO,OACT,EACA,QAAS,CACP,GAAI,KACJ,OAAQ,QACV,CACF,CACF,EACA,SAAU,CACR,WAAY,cACZ,WAAY,cACZ,UAAW,aACX,UAAW,aACX,OAAQ,UACR,WAAY,cACZ,OAAQ,QACV,EACA,OAAQ,CACN,cAAe,iBACf,aAAc,gBACd,WAAY,sBACZ,YAAa,eACb,YAAa,cACf,EACA,MAAO,CACL,YAAa,cACf,EACA,SAAU,CACR,YAAa,wCACf,EACA,QAAS,CACP,UAAW,YACX,QAAS,UACT,YAAa,eACb,WAAY,aACd,EACA,SAAU,CACR,aAAc,gBACd,OAAQ,UACR,UAAW,SACb,EA2CA,WAAY,CACV,QAAS,SACX,CACF"}
1
+ {"version":3,"file":"en.umd.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n selectAll: 'Select all',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n sort: 'Sort',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n maxlengthLimitTips: 'Reached character limit',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n cascader: {\n pleaseSelect: 'Please Select',\n noData: 'No data',\n emptyText: 'No Data',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: 'Current',\n },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["max"],"mappings":"wPA0BW,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,MACL,UAAW,YACb,EACA,MAAO,CACL,UAAW,UACX,QAAS,UACT,MAAO,QACP,KAAM,OACN,QAAS,CACP,MAAO,iBACP,OAAQ,CACN,MAAO,4BACP,SAAWA,GAAgB,SAAIA,sBAC/B,UAAW,KACb,EACA,WAAY,CACV,MAAO,oBACP,MAAO,QACP,OAAQ,SACR,MAAO,OACT,EACA,QAAS,CACP,GAAI,KACJ,OAAQ,QACV,CACF,CACF,EACA,SAAU,CACR,WAAY,cACZ,WAAY,cACZ,UAAW,aACX,UAAW,aACX,OAAQ,UACR,WAAY,cACZ,OAAQ,QACV,EACA,OAAQ,CACN,cAAe,iBACf,aAAc,gBACd,WAAY,sBACZ,YAAa,eACb,YAAa,cACf,EACA,MAAO,CACL,YAAa,eACb,mBAAoB,yBACtB,EACA,SAAU,CACR,YAAa,wCACf,EACA,QAAS,CACP,UAAW,YACX,QAAS,UACT,YAAa,eACb,WAAY,aACd,EACA,SAAU,CACR,aAAc,gBACd,OAAQ,UACR,UAAW,SACb,EA2CA,WAAY,CACV,QAAS,SACX,CACF"}
@@ -1,2 +1,2 @@
1
- const e={lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8",selectAll:"\u5168\u9009"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",sort:"\u6392\u5E8F",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"},cascader:{pleaseSelect:"\u8BF7\u9009\u62E9",noData:"\u65E0\u6570\u636E",emptyText:"\u6682\u65E0\u641C\u7D22\u7ED3\u679C"},versionLog:{current:"\u5F53\u524D\u7248\u672C"}};export{e as default};
1
+ const e={lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8",selectAll:"\u5168\u9009"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",sort:"\u6392\u5E8F",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165",maxlengthLimitTips:"\u5DF2\u8FBE\u5230\u5B57\u6570\u4E0A\u9650"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"},cascader:{pleaseSelect:"\u8BF7\u9009\u62E9",noData:"\u65E0\u6570\u636E",emptyText:"\u6682\u65E0\u641C\u7D22\u7ED3\u679C"},versionLog:{current:"\u5F53\u524D\u7248\u672C"}};export{e as default};
2
2
  //# sourceMappingURL=zh-cn.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"zh-cn.esm.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n selectAll: '全选',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n sort: '排序',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n cascader: {\n pleaseSelect: '请选择',\n noData: '无数据',\n emptyText: '暂无搜索结果',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: '当前版本',\n },\n};\n\nexport default zhCn;\n"],"names":["zhCn","max"],"mappings":"AA4BMA,MAAAA,EAAiB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,eACL,UAAW,cACb,EACA,MAAO,CACL,UAAW,2BACX,QAAS,eACT,MAAO,eACP,KAAM,eACN,QAAS,CACP,MAAO,2BACP,OAAQ,CACN,MAAO,uCACP,SAAWC,GAAgB,qBAAMA,gBACjC,UAAW,cACb,EACA,WAAY,CACV,MAAO,2BACP,MAAO,SACP,OAAQ,SACR,MAAO,QACT,EACA,QAAS,CACP,GAAI,eACJ,OAAQ,cACV,CACF,CACF,EACA,SAAU,CACR,WAAY,qBACZ,WAAY,2BACZ,UAAW,eACX,UAAW,2BACX,OAAQ,qBACR,WAAY,uCACZ,OAAQ,cACV,EACA,OAAQ,CACN,cAAe,2BACf,aAAc,2BACd,WAAY,mDACZ,YAAa,2BACb,YAAa,0BACf,EACA,MAAO,CACL,YAAa,oBACf,EACA,SAAU,CACR,YAAa,iDACf,EACA,QAAS,CACP,UAAW,eACX,QAAS,eACT,YAAa,2BACb,WAAY,0BACd,EACA,SAAU,CACR,aAAc,qBACd,OAAQ,qBACR,UAAW,sCACb,EA4CA,WAAY,CACV,QAAS,0BACX,CACF"}
1
+ {"version":3,"file":"zh-cn.esm.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n selectAll: '全选',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n sort: '排序',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n maxlengthLimitTips: '已达到字数上限',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n cascader: {\n pleaseSelect: '请选择',\n noData: '无数据',\n emptyText: '暂无搜索结果',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: '当前版本',\n },\n};\n\nexport default zhCn;\n"],"names":["zhCn","max"],"mappings":"AA4BMA,MAAAA,EAAiB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,eACL,UAAW,cACb,EACA,MAAO,CACL,UAAW,2BACX,QAAS,eACT,MAAO,eACP,KAAM,eACN,QAAS,CACP,MAAO,2BACP,OAAQ,CACN,MAAO,uCACP,SAAWC,GAAgB,qBAAMA,gBACjC,UAAW,cACb,EACA,WAAY,CACV,MAAO,2BACP,MAAO,SACP,OAAQ,SACR,MAAO,QACT,EACA,QAAS,CACP,GAAI,eACJ,OAAQ,cACV,CACF,CACF,EACA,SAAU,CACR,WAAY,qBACZ,WAAY,2BACZ,UAAW,eACX,UAAW,2BACX,OAAQ,qBACR,WAAY,uCACZ,OAAQ,cACV,EACA,OAAQ,CACN,cAAe,2BACf,aAAc,2BACd,WAAY,mDACZ,YAAa,2BACb,YAAa,0BACf,EACA,MAAO,CACL,YAAa,qBACb,mBAAoB,4CACtB,EACA,SAAU,CACR,YAAa,iDACf,EACA,QAAS,CACP,UAAW,eACX,QAAS,eACT,YAAa,2BACb,WAAY,0BACd,EACA,SAAU,CACR,aAAc,qBACd,OAAQ,qBACR,UAAW,sCACb,EA4CA,WAAY,CACV,QAAS,0BACX,CACF"}
@@ -1,2 +1,2 @@
1
- (function(e,u){typeof exports=="object"&&typeof module!="undefined"?module.exports=u():typeof define=="function"&&define.amd?define(u):(e=typeof globalThis!="undefined"?globalThis:e||self,e["bkuiVueLocalezh-cn"]=u())})(this,function(){"use strict";return{lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8",selectAll:"\u5168\u9009"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",sort:"\u6392\u5E8F",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"},cascader:{pleaseSelect:"\u8BF7\u9009\u62E9",noData:"\u65E0\u6570\u636E",emptyText:"\u6682\u65E0\u641C\u7D22\u7ED3\u679C"},versionLog:{current:"\u5F53\u524D\u7248\u672C"}}});
1
+ (function(e,u){typeof exports=="object"&&typeof module!="undefined"?module.exports=u():typeof define=="function"&&define.amd?define(u):(e=typeof globalThis!="undefined"?globalThis:e||self,e["bkuiVueLocalezh-cn"]=u())})(this,function(){"use strict";return{lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8",selectAll:"\u5168\u9009"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",sort:"\u6392\u5E8F",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165",maxlengthLimitTips:"\u5DF2\u8FBE\u5230\u5B57\u6570\u4E0A\u9650"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"},cascader:{pleaseSelect:"\u8BF7\u9009\u62E9",noData:"\u65E0\u6570\u636E",emptyText:"\u6682\u65E0\u641C\u7D22\u7ED3\u679C"},versionLog:{current:"\u5F53\u524D\u7248\u672C"}}});
2
2
  //# sourceMappingURL=zh-cn.umd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"zh-cn.umd.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n selectAll: '全选',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n sort: '排序',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n cascader: {\n pleaseSelect: '请选择',\n noData: '无数据',\n emptyText: '暂无搜索结果',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: '当前版本',\n },\n};\n\nexport default zhCn;\n"],"names":["max"],"mappings":"8PA4BuB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,eACL,UAAW,cACb,EACA,MAAO,CACL,UAAW,2BACX,QAAS,eACT,MAAO,eACP,KAAM,eACN,QAAS,CACP,MAAO,2BACP,OAAQ,CACN,MAAO,uCACP,SAAWA,GAAgB,qBAAMA,gBACjC,UAAW,cACb,EACA,WAAY,CACV,MAAO,2BACP,MAAO,SACP,OAAQ,SACR,MAAO,QACT,EACA,QAAS,CACP,GAAI,eACJ,OAAQ,cACV,CACF,CACF,EACA,SAAU,CACR,WAAY,qBACZ,WAAY,2BACZ,UAAW,eACX,UAAW,2BACX,OAAQ,qBACR,WAAY,uCACZ,OAAQ,cACV,EACA,OAAQ,CACN,cAAe,2BACf,aAAc,2BACd,WAAY,mDACZ,YAAa,2BACb,YAAa,0BACf,EACA,MAAO,CACL,YAAa,oBACf,EACA,SAAU,CACR,YAAa,iDACf,EACA,QAAS,CACP,UAAW,eACX,QAAS,eACT,YAAa,2BACb,WAAY,0BACd,EACA,SAAU,CACR,aAAc,qBACd,OAAQ,qBACR,UAAW,sCACb,EA4CA,WAAY,CACV,QAAS,0BACX,CACF"}
1
+ {"version":3,"file":"zh-cn.umd.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n selectAll: '全选',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n sort: '排序',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n maxlengthLimitTips: '已达到字数上限',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n cascader: {\n pleaseSelect: '请选择',\n noData: '无数据',\n emptyText: '暂无搜索结果',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n versionLog: {\n current: '当前版本',\n },\n};\n\nexport default zhCn;\n"],"names":["max"],"mappings":"8PA4BuB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,eACL,UAAW,cACb,EACA,MAAO,CACL,UAAW,2BACX,QAAS,eACT,MAAO,eACP,KAAM,eACN,QAAS,CACP,MAAO,2BACP,OAAQ,CACN,MAAO,uCACP,SAAWA,GAAgB,qBAAMA,gBACjC,UAAW,cACb,EACA,WAAY,CACV,MAAO,2BACP,MAAO,SACP,OAAQ,SACR,MAAO,QACT,EACA,QAAS,CACP,GAAI,eACJ,OAAQ,cACV,CACF,CACF,EACA,SAAU,CACR,WAAY,qBACZ,WAAY,2BACZ,UAAW,eACX,UAAW,2BACX,OAAQ,qBACR,WAAY,uCACZ,OAAQ,cACV,EACA,OAAQ,CACN,cAAe,2BACf,aAAc,2BACd,WAAY,mDACZ,YAAa,2BACb,YAAa,0BACf,EACA,MAAO,CACL,YAAa,qBACb,mBAAoB,4CACtB,EACA,SAAU,CACR,YAAa,iDACf,EACA,QAAS,CACP,UAAW,eACX,QAAS,eACT,YAAa,2BACb,WAAY,0BACd,EACA,SAAU,CACR,aAAc,qBACd,OAAQ,qBACR,UAAW,sCACb,EA4CA,WAAY,CACV,QAAS,0BACX,CACF"}
@@ -117,6 +117,7 @@ export declare const configProviderProps: {
117
117
  };
118
118
  input: {
119
119
  placeholder: string;
120
+ maxlengthLimitTips: string;
120
121
  };
121
122
  tagInput: {
122
123
  placeholder: string;
@@ -261,6 +262,7 @@ declare const _default: import("vue").DefineComponent<{
261
262
  };
262
263
  input: {
263
264
  placeholder: string;
265
+ maxlengthLimitTips: string;
264
266
  };
265
267
  tagInput: {
266
268
  placeholder: string;
@@ -405,6 +407,7 @@ declare const _default: import("vue").DefineComponent<{
405
407
  };
406
408
  input: {
407
409
  placeholder: string;
410
+ maxlengthLimitTips: string;
408
411
  };
409
412
  tagInput: {
410
413
  placeholder: string;
@@ -142,6 +142,7 @@ declare const BkConfigProvider: {
142
142
  };
143
143
  input: {
144
144
  placeholder: string;
145
+ maxlengthLimitTips: string;
145
146
  };
146
147
  tagInput: {
147
148
  placeholder: string;
@@ -286,6 +287,7 @@ declare const BkConfigProvider: {
286
287
  };
287
288
  input: {
288
289
  placeholder: string;
290
+ maxlengthLimitTips: string;
289
291
  };
290
292
  tagInput: {
291
293
  placeholder: string;
@@ -437,6 +439,7 @@ declare const BkConfigProvider: {
437
439
  };
438
440
  input: {
439
441
  placeholder: string;
442
+ maxlengthLimitTips: string;
440
443
  };
441
444
  tagInput: {
442
445
  placeholder: string;
@@ -587,6 +590,7 @@ declare const BkConfigProvider: {
587
590
  };
588
591
  input: {
589
592
  placeholder: string;
593
+ maxlengthLimitTips: string;
590
594
  };
591
595
  tagInput: {
592
596
  placeholder: string;
@@ -116,6 +116,7 @@ export declare const defaultRootConfig: {
116
116
  };
117
117
  input: {
118
118
  placeholder: string;
119
+ maxlengthLimitTips: string;
119
120
  };
120
121
  tagInput: {
121
122
  placeholder: string;
@@ -948,6 +948,11 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_definePro
948
948
  });
949
949
  });
950
950
  var tooltips = (0,external_vue_namespaceObject.computed)(function () {
951
+ if (showMaxLimit.value && ceilMaxLength.value - modelValueLength.value === 0) {
952
+ return {
953
+ content: t.value.maxlengthLimitTips
954
+ };
955
+ }
951
956
  return props.showOverflowTooltips && isOverflow.value && props.modelValue ? {
952
957
  content: props.modelValue,
953
958
  sameWidth: true
@@ -173,7 +173,8 @@ var en = {
173
173
  uploadLabel: 'Upload Files'
174
174
  },
175
175
  input: {
176
- placeholder: 'Please input'
176
+ placeholder: 'Please input',
177
+ maxlengthLimitTips: 'Reached character limit'
177
178
  },
178
179
  tagInput: {
179
180
  placeholder: 'Please input and press ENTER to finish'
@@ -380,7 +381,8 @@ var zhCn = {
380
381
  uploadLabel: '上传文件'
381
382
  },
382
383
  input: {
383
- placeholder: '请输入'
384
+ placeholder: '请输入',
385
+ maxlengthLimitTips: '已达到字数上限'
384
386
  },
385
387
  tagInput: {
386
388
  placeholder: '请输入并按Enter结束'
@@ -114,6 +114,7 @@ declare const en: {
114
114
  };
115
115
  input: {
116
116
  placeholder: string;
117
+ maxlengthLimitTips: string;
117
118
  };
118
119
  tagInput: {
119
120
  placeholder: string;
package/lib/preset.d.ts CHANGED
@@ -118,6 +118,7 @@ declare const _default: {
118
118
  };
119
119
  input: {
120
120
  placeholder: string;
121
+ maxlengthLimitTips: string;
121
122
  };
122
123
  tagInput: {
123
124
  placeholder: string;
@@ -261,6 +262,7 @@ declare const _default: {
261
262
  };
262
263
  input: {
263
264
  placeholder: string;
265
+ maxlengthLimitTips: string;
264
266
  };
265
267
  tagInput: {
266
268
  placeholder: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "1.0.3-beta.13",
3
+ "version": "1.0.3-beta.14",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",