feat: add translation for logout notifs

This commit is contained in:
Rohit
2025-02-15 12:17:04 +05:30
parent ec036b589a
commit 4d058eb829
5 changed files with 65 additions and 0 deletions

View File

@@ -488,6 +488,19 @@
},
"navbar": {
"project_name": "Maxun",
"notifications": {
"success": {
"logout": "退出登录成功"
},
"errors": {
"logout": {
"unauthorized": "您没有执行此操作的权限",
"server": "退出登录时发生服务器错误",
"network": "退出登录时发生网络错误",
"unknown": "退出登录时发生未知错误"
}
}
},
"upgrade": {
"button": "升级",
"modal": {