fix chinese translate: 登陆 -> 登录

This commit is contained in:
庄建国 2022-06-26 13:02:16 +08:00 committed by GitHub
parent 1f5588b803
commit cd71b3daf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -97,7 +97,7 @@
"rename": "重命名", "rename": "重命名",
"delete": "删除", "delete": "删除",
"keyboardShortcuts": "键盘快捷方式", "keyboardShortcuts": "键盘快捷方式",
"login": "登", "login": "登",
"logout": "退出", "logout": "退出",
"editPalette": "节点管理", "editPalette": "节点管理",
"other": "其他", "other": "其他",
@ -122,16 +122,16 @@
"zoom-in": "放大" "zoom-in": "放大"
}, },
"user": { "user": {
"loggedInAs": "作为 __name__ 登", "loggedInAs": "作为 __name__ 登",
"username": "账号", "username": "账号",
"password": "密码", "password": "密码",
"login": "登", "login": "登",
"loginFailed": "登失败", "loginFailed": "登失败",
"notAuthorized": "未授权", "notAuthorized": "未授权",
"errors": { "errors": {
"settings": "设置信息需要登后才能访问", "settings": "设置信息需要登后才能访问",
"deploy": "改动需要登后才能部署", "deploy": "改动需要登后才能部署",
"notAuthorized": "此操作需要登后才能执行" "notAuthorized": "此操作需要登后才能执行"
} }
}, },
"notification": { "notification": {