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

@@ -498,6 +498,19 @@
},
"navbar": {
"project_name": "Maxun",
"notifications": {
"success": {
"logout": "Logged out successfully"
},
"errors": {
"logout": {
"unauthorized": "You are not authorized to perform this action",
"server": "Server error occurred during logout",
"network": "Network error while logging out",
"unknown": "An unexpected error occurred during logout"
}
}
},
"upgrade": {
"button": "Upgrade",
"modal": {