add logic to show error view when getting removed

This commit is contained in:
Timo
2024-04-11 14:24:24 +02:00
committed by Andrew Ferrazzutti
parent 52dc8977e9
commit f10f00afa2
3 changed files with 48 additions and 41 deletions

View File

@@ -60,12 +60,16 @@
"disconnected_banner": "Connectivity to the server has been lost.",
"full_screen_view_description": "<0>Submitting debug logs will help us track down the problem.</0>",
"full_screen_view_h1": "<0>Oops, something's gone wrong.</0>",
"group_call_loader_banned_heading": "Not allowed to join",
"group_call_loader_banned_message": "You are banned from this room and therefore cannot send a request to join.",
"group_call_loader_failed_heading": "Call not found",
"group_call_loader_failed_text": "Calls are now end-to-end encrypted and need to be created from the home page. This helps make sure everyone's using the same encryption key.",
"group_call_loader_reject_message": "The room members declined your request to join.",
"group_call_loader_rejected_heading": "Not allowed to join",
"group_call_loader": {
"banned_body": "You got banned from the room.",
"banned_heading": "Banned",
"call_ended_body": "You got removed from the call.",
"call_ended_heading": "Call Ended",
"failed_heading": "Call not found",
"failed_text": "Calls are now end-to-end encrypted and need to be created from the home page. This helps make sure everyone's using the same encryption key.",
"knock_reject_body": "The room members declined your request to join.",
"knock_reject_heading": "Not allowed to join"
},
"hangup_button_label": "End call",
"header_label": "Element Call Home",
"header_participants_label": "Participants",