Enhance room creation tracking in MultiChatDialog: Implement logic to confirm room creation success, manage pending room creation attempts, and clear tracking on dialog close. Update i18n files with new localized messages for room creation status.
This commit is contained in:
@@ -85,7 +85,9 @@
|
||||
"noConnection": "Keine Verbindung zum Chat-Server.",
|
||||
"invalidForm": "Bitte Eingaben im Raum-Formular korrigieren.",
|
||||
"roomNameMissing": "Bitte einen Raumnamen angeben.",
|
||||
"sent": "Raum-Erstellung gesendet: {command}"
|
||||
"sent": "Raum-Erstellung gesendet: {command}",
|
||||
"created": "Raum \"{room}\" wurde erfolgreich erstellt.",
|
||||
"createNotConfirmed": "Raum \"{room}\" wurde noch nicht bestätigt. Bitte Raumliste prüfen."
|
||||
},
|
||||
"ownedRooms": {
|
||||
"title": "Meine erstellten Räume",
|
||||
|
||||
@@ -85,7 +85,9 @@
|
||||
"noConnection": "No connection to chat server.",
|
||||
"invalidForm": "Please correct the room form inputs.",
|
||||
"roomNameMissing": "Please enter a room name.",
|
||||
"sent": "Room creation sent: {command}"
|
||||
"sent": "Room creation sent: {command}",
|
||||
"created": "Room \"{room}\" was created successfully.",
|
||||
"createNotConfirmed": "Room \"{room}\" is not confirmed yet. Please check room list."
|
||||
},
|
||||
"ownedRooms": {
|
||||
"title": "My created rooms",
|
||||
|
||||
@@ -84,7 +84,9 @@
|
||||
"noConnection": "Sin conexión con el servidor de chat.",
|
||||
"invalidForm": "Corrige los datos del formulario de sala.",
|
||||
"roomNameMissing": "Introduce un nombre de sala.",
|
||||
"sent": "Creación de sala enviada: {command}"
|
||||
"sent": "Creación de sala enviada: {command}",
|
||||
"created": "La sala \"{room}\" se ha creado correctamente.",
|
||||
"createNotConfirmed": "La sala \"{room}\" aún no está confirmada. Revisa la lista de salas."
|
||||
},
|
||||
"ownedRooms": {
|
||||
"title": "Mis salas creadas",
|
||||
|
||||
Reference in New Issue
Block a user