2
0
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:
kkumar-gcc
2024-04-26 17:57:51 +05:30
parent 3503aac2f6
commit 4c8a88ea03
3 changed files with 29 additions and 11 deletions

View File

@@ -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",

View File

@@ -19,7 +19,16 @@
"success": "更新成功"
},
"getInfo": {
"description": "重新初始化面板账号信息"
"description": "重新初始化面板账号信息",
"adminGetFail": "获取管理员信息失败",
"adminSaveFail": "保存管理员信息失败",
"passwordGenerationFail": "生成密码失败",
"portFail": "获取面板端口失败",
"username": "用户名",
"password": "密码",
"port": "面板端口",
"entrance": "面板入口",
"address": "面板地址"
},
"getPort": {
"description": "获取面板访问端口",