mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-02 11:18:20 +00:00
2 lines
875 B
JavaScript
2 lines
875 B
JavaScript
const e="站点ID",t="栏目名称",o="排序",s="是否显示",c="请输入站点ID",r="请输入栏目名称",a="请输入排序",l="是否显示",n="添加栏目",d="编辑栏目",i="确定要删除该栏目吗?",h="名称不能超过20个字符",m="排序号必须是数字",w="排序号不能超过10000",P="显示",g="不显示",y={siteId:e,name:t,sort:o,isShow:s,siteIdPlaceholder:c,namePlaceholder:r,sortPlaceholder:a,isShowPlaceholder:l,addArticleCategory:n,updateArticleCategory:d,articleCategoryDeleteTips:i,nameMax:h,sortNumber:m,sortBetween:w,show:P,hide:g};export{n as addArticleCategory,i as articleCategoryDeleteTips,y as default,g as hide,s as isShow,l as isShowPlaceholder,t as name,h as nameMax,r as namePlaceholder,P as show,e as siteId,c as siteIdPlaceholder,o as sort,w as sortBetween,m as sortNumber,a as sortPlaceholder,d as updateArticleCategory};
|