mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
add logic to show error view when getting removed
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user