mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 18:27:13 +08:00
finish translation for panel.writeMysqlPassword
This commit is contained in:
@@ -85,7 +85,10 @@
|
||||
"success": "plugin installation status removed successfully"
|
||||
},
|
||||
"writeMysqlPassword": {
|
||||
"description": "write MySQL root password"
|
||||
"description": "write MySQL root password",
|
||||
"paramFail": "MySQL root password is required",
|
||||
"fail": "failed to write MySQL root password",
|
||||
"success": "MySQL root password written successfully"
|
||||
},
|
||||
"writeSite": {
|
||||
"description": "write website data to the panel"
|
||||
|
||||
@@ -85,7 +85,10 @@
|
||||
"success": "移除插件安装状态成功"
|
||||
},
|
||||
"writeMysqlPassword": {
|
||||
"description": "写入MySQL root密码"
|
||||
"description": "写入MySQL root密码",
|
||||
"paramFail": "参数错误",
|
||||
"fail": "写入MySQL root密码失败",
|
||||
"success": "写入MySQL root密码成功"
|
||||
},
|
||||
"writeSite": {
|
||||
"description": "写入网站数据到面板"
|
||||
|
||||
Reference in New Issue
Block a user