mirror of
https://github.com/acepanel/panel.git
synced 2026-02-07 04:40:57 +08:00
finish translation for panel.getInfo
This commit is contained in:
11
lang/en.json
11
lang/en.json
@@ -19,7 +19,16 @@
|
||||
"success": "update completed"
|
||||
},
|
||||
"getInfo": {
|
||||
"description": "reinitialize panel account information"
|
||||
"description": "reinitialize panel account information",
|
||||
"adminGetFail": "failed to get administrator information",
|
||||
"adminSaveFail": "failed to save administrator information",
|
||||
"passwordGenerationFail": "failed to generate password",
|
||||
"portFail": "failed to get panel port",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"port": "Panel port",
|
||||
"entrance": "Panel entrance",
|
||||
"address": "Panel address"
|
||||
},
|
||||
"getPort": {
|
||||
"description": "get the panel access port",
|
||||
|
||||
@@ -19,7 +19,16 @@
|
||||
"success": "更新成功"
|
||||
},
|
||||
"getInfo": {
|
||||
"description": "重新初始化面板账号信息"
|
||||
"description": "重新初始化面板账号信息",
|
||||
"adminGetFail": "获取管理员信息失败",
|
||||
"adminSaveFail": "保存管理员信息失败",
|
||||
"passwordGenerationFail": "生成密码失败",
|
||||
"portFail": "获取面板端口失败",
|
||||
"username": "用户名",
|
||||
"password": "密码",
|
||||
"port": "面板端口",
|
||||
"entrance": "面板入口",
|
||||
"address": "面板地址"
|
||||
},
|
||||
"getPort": {
|
||||
"description": "获取面板访问端口",
|
||||
|
||||
Reference in New Issue
Block a user