mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-05 20:48:11 +00:00
2 lines
3.2 KiB
JavaScript
2 lines
3.2 KiB
JavaScript
const t="暂无应用",o="安装",n="卸载",s="已安装",e="未安装",l="版本",a="名称",c="描述",i="插件信息",d="作者",r="插件安装",p="目录读写权限",u="路径",h="要求",T="可读",g="可写",m="包管理工具",b="名称",C="插件安装成功",I="环境检查",P="安装进度",k="安装完成",v="插件管理",w="官方市场",A="安装任务尚未完成,关闭任务仍会执行,确定要继续关闭吗?",L="官方市场正在开发中!",f="任务队列未启动 请在服务端源码部署目录打开终端执行 php think queue:listen",x="冲突文件",D="启动进程",S="开启",M="下载",y="插件版本",N="版本号",j="发布时间",B="已购买",E="安装后需手动更新插件引用的依赖和编译各个端口的前端源码",F="本地安装",H="一键云安装",R="云安装可实现一键安装,安装后无需手动更新依赖和编译前端源码",V="有插件正在安装中请等待安装完成之后再进行其他操作,点击查看",q="安装进度",_="下载中",z="云安装需先绑定授权码,如果已有授权请先进行绑定,没有授权可到niucloud官网购买云服务之后再进行操作",G="绑定授权",J="去niucloud官网",K="暂无任何应用,马上去",O="官方应用市场",Q="逛逛",U="授权域名不匹配",W="请输入授权码",X="请输入授权秘钥",Y="重新绑定",Z="还没有授权?去购买",$="授权码和授权秘钥可在Niucloud官网我的授权 授权详情中查看",tt={noPlug:t,install:o,unload:n,installLabel:s,uninstalledLabel:e,version:l,title:a,desc:c,plugDetail:i,author:d,addonInstall:r,dirPermission:p,path:u,demand:h,readable:T,write:g,packageManageTool:m,name:b,addonInstallSuccess:C,envCheck:I,installProgress:P,installComplete:k,localAppText:v,marketAppText:w,installShowDialogCloseTips:A,marketDevelopMessage:L,jobError:f,conflictFiles:x,process:D,open:S,down:M,addonVersion:y,versionCode:N,createTime:j,buyLabel:B,installTips:E,localInstall:F,cloudInstall:H,cloudInstallTips:R,installingTips:V,installPercent:q,downloading:_,authTips:z,toBind:G,toNiucloud:J,descriptionLeft:K,link:O,descriptionRight:Q,"installed-empty":"暂无安装任何应用,请先安装",siteAddressTips:U,authCodePlaceholder:W,authSecretPlaceholder:X,updateCode:Y,notHaveAuth:Z,authInfoTips:$};export{r as addonInstall,C as addonInstallSuccess,y as addonVersion,W as authCodePlaceholder,$ as authInfoTips,X as authSecretPlaceholder,z as authTips,d as author,B as buyLabel,H as cloudInstall,R as cloudInstallTips,x as conflictFiles,j as createTime,tt as default,h as demand,c as desc,K as descriptionLeft,Q as descriptionRight,p as dirPermission,M as down,_ as downloading,I as envCheck,o as install,k as installComplete,s as installLabel,q as installPercent,P as installProgress,A as installShowDialogCloseTips,E as installTips,V as installingTips,f as jobError,O as link,v as localAppText,F as localInstall,w as marketAppText,L as marketDevelopMessage,b as name,t as noPlug,Z as notHaveAuth,S as open,m as packageManageTool,u as path,i as plugDetail,D as process,T as readable,U as siteAddressTips,a as title,G as toBind,J as toNiucloud,e as uninstalledLabel,n as unload,Y as updateCode,l as version,N as versionCode,g as write};
|