Update code

This commit is contained in:
2023-09-02 10:52:57 +08:00
parent 93db87eac1
commit 4293d010ef
9 changed files with 322 additions and 52 deletions

View File

@@ -10,5 +10,8 @@
"incorrectUserPassword": "Incorrect username or password.",
"networkError": "Network error.",
"internalError": "Some internal error occurred. Please send the log file to the developer.",
"setServerUrl": "Server URL Settings"
"setServerUrl": "Server URL Settings",
"createRootUser": "Create Root User",
"skip": "Skip",
"create": "Create"
}

View File

@@ -10,5 +10,8 @@
"incorrectUserPassword": "不正确的用户名或密码。",
"networkError": "网络错误。",
"internalError": "出现了内部错误,请将日志发送给开发者。",
"setServerUrl": "服务器地址设置"
"setServerUrl": "服务器地址设置",
"createRootUser": "创建根用户",
"skip": "跳过",
"create": "创建"
}