You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/i18n/strings/en_EN.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,10 @@
35
35
"Unable to load! Check your network connectivity and try again.": "Unable to load! Check your network connectivity and try again.",
36
36
"Dismiss": "Dismiss",
37
37
"Call Failed": "Call Failed",
38
-
"Call Timeout": "Call Timeout",
38
+
"Call Declined": "Call Declined",
39
+
"The other party declined the call.": "The other party declined the call.",
39
40
"The remote side failed to pick up": "The remote side failed to pick up",
41
+
"The call could not be established": "The call could not be established",
40
42
"Call failed due to misconfigured server": "Call failed due to misconfigured server",
41
43
"Please ask the administrator of your homeserver (<code>%(homeserverDomain)s</code>) to configure a TURN server in order for calls to work reliably.": "Please ask the administrator of your homeserver (<code>%(homeserverDomain)s</code>) to configure a TURN server in order for calls to work reliably.",
42
44
"Alternatively, you can try to use the public server at <code>turn.matrix.org</code>, but this will not be as reliable, and it will share your IP address with that server. You can also manage this in Settings.": "Alternatively, you can try to use the public server at <code>turn.matrix.org</code>, but this will not be as reliable, and it will share your IP address with that server. You can also manage this in Settings.",
@@ -259,9 +261,13 @@
259
261
"(not supported by this browser)": "(not supported by this browser)",
260
262
"%(senderName)s answered the call.": "%(senderName)s answered the call.",
261
263
"(could not connect media)": "(could not connect media)",
264
+
"(connection failed)": "(connection failed)",
265
+
"(their device couldn't start the camera / microphone)": "(their device couldn't start the camera / microphone)",
0 commit comments