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:
@@ -114,6 +114,12 @@
|
||||
"servicesStatus": "Service-Status"
|
||||
},
|
||||
"types": {}
|
||||
},
|
||||
"password": {
|
||||
"requiredPrompt": "Der Raum \"{room}\" ist passwortgeschützt. Bitte Passwort eingeben:",
|
||||
"invalidPrompt": "Falsches Passwort für \"{room}\". Bitte erneut eingeben:",
|
||||
"cancelled": "Beitritt zu \"{room}\" abgebrochen.",
|
||||
"empty": "Passwort darf nicht leer sein."
|
||||
}
|
||||
},
|
||||
"randomchat": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -113,6 +113,12 @@
|
||||
"servicesStatus": "Estado de servicios"
|
||||
},
|
||||
"types": {}
|
||||
},
|
||||
"password": {
|
||||
"requiredPrompt": "La sala \"{room}\" está protegida por contraseña. Introduce la contraseña:",
|
||||
"invalidPrompt": "Contraseña incorrecta para \"{room}\". Inténtalo de nuevo:",
|
||||
"cancelled": "Se canceló el acceso a \"{room}\".",
|
||||
"empty": "La contraseña no puede estar vacía."
|
||||
}
|
||||
},
|
||||
"randomchat": {
|
||||
|
||||
Reference in New Issue
Block a user