Merge branch 'codeCheck' of https://git.mesalab.cn/nezha/nezha-fronted into codeCheck
This commit is contained in:
@@ -93,6 +93,56 @@ const cn = {
|
||||
},
|
||||
SyncSave:'保存同时更新 Assets'
|
||||
},
|
||||
setup:{
|
||||
step0:"欢迎",
|
||||
step1:"数据库",
|
||||
step2:"Redis",
|
||||
step3:"系统",
|
||||
host:"Host",
|
||||
port:"端口",
|
||||
language:"语言",
|
||||
welcome:{
|
||||
header:"欢迎使用哪吒安装向导!",
|
||||
guid:"向导将为您做什么?",
|
||||
guid_1:"创建基本的配置",
|
||||
guid_2:"尝试在数据库和Redis设置中查找问题",
|
||||
toContinue:"继续",
|
||||
creatFile:"出于安全原因,您需要通过创建文件来验证安装",
|
||||
createFileTip:"这可以通过执行以下命令来完成",
|
||||
next:"完成后单击“下一步”按钮."
|
||||
},
|
||||
database:{
|
||||
configTitle:'配置数据库连接',
|
||||
configTip:"请手动创建数据库,并设置连接到此数据库的配置参数,完成后按“下一步”按钮",
|
||||
},
|
||||
redis:{
|
||||
configTitle:'配置Redis连接',
|
||||
configTip:"请设置连接到此redis的配置参数,完成后按“下一步”按钮",
|
||||
},
|
||||
system:{
|
||||
configTitle:'系统配置',
|
||||
configTip:"请输入管理员的用户名和密码,并设置Nezha WEB模块的安装信息,如IP:port"
|
||||
},
|
||||
name:"数据库名称",
|
||||
username:"用户名",
|
||||
password:"密码",
|
||||
alertPath:'Alert API',
|
||||
alertPrefix:'Alert prefix',
|
||||
haMode:'HA mode',
|
||||
haVip:'Virtual IP',
|
||||
next:"下一步",
|
||||
back:"返回",
|
||||
finish:"完成",
|
||||
invalidDb:"数据库配置可能存在一些错误",
|
||||
invalidRedis:"Redis的配置可能有一些错误",
|
||||
invalidPassword:"Redis的密码可能错误",
|
||||
requirePassword:"Redis可能需要密码",
|
||||
wait:"配置已保存,请耐心等待生效",
|
||||
reloadTimeout:'重新启动服务器花了太多时间,安装可能有一些问题',
|
||||
hadConfig:"已经有人开始配置系统",
|
||||
invalidCode:"身份验证无效,请按照{page}中的描述继续",
|
||||
welcomePage:"欢迎页面"
|
||||
},
|
||||
webshell: {
|
||||
shellTitle: "本地 Shell",
|
||||
upload: "上传",
|
||||
|
||||
Reference in New Issue
Block a user