Add password protection feature in MultiChatDialog: Implement room password management, including prompts for password entry and error handling for invalid passwords. Update i18n files with localized messages for password prompts in English, German, and Spanish.

This commit is contained in:
Torsten Schulz (local)
2026-03-04 23:32:32 +01:00
parent a117bad342
commit a48e907e50
4 changed files with 66 additions and 3 deletions

View File

@@ -114,6 +114,12 @@
"servicesStatus": "Service status"
},
"types": {}
},
"password": {
"requiredPrompt": "Room \"{room}\" is password-protected. Please enter password:",
"invalidPrompt": "Wrong password for \"{room}\". Please try again:",
"cancelled": "Join to \"{room}\" was cancelled.",
"empty": "Password must not be empty."
}
},
"randomchat": {