summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-09-15 09:35:44 -0300
committerChristopher Speller <crspeller@gmail.com>2016-09-15 08:35:44 -0400
commitb180bb46e3034d0ce75c9961a8ccea3eefbc855c (patch)
tree10cfc7affeca5b7c7634b73daf7817cc0c71cfd0 /i18n/en.json
parent3b4c9d7588e061b865dd5e35e785919962875fb9 (diff)
downloadchat-b180bb46e3034d0ce75c9961a8ccea3eefbc855c.tar.gz
chat-b180bb46e3034d0ce75c9961a8ccea3eefbc855c.tar.bz2
chat-b180bb46e3034d0ce75c9961a8ccea3eefbc855c.zip
PLT-3412 WebRTC Server side & System Console (#3706)
* WebRTC Server side * WebRTC System Console * Consistency on variable names * Add turn and stun uri validation
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 1841ac918..15c2d773e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2392,6 +2392,14 @@
"translation": "Inappropriate permissions to regenerate outcoming webhook token"
},
{
+ "id": "api.webrtc.init.debug",
+ "translation": "Initializing WebRTC api routes"
+ },
+ {
+ "id": "api.webrtc.not_available.app_error",
+ "translation": "WebRTC is not available on this server."
+ },
+ {
"id": "api.websocket_handler.invalid_param.app_error",
"translation": "Invalid {{.Name}} parameter"
},
@@ -2664,6 +2672,18 @@
"translation": "Unable to update existing SAML user. Allowing login anyway. err=%v"
},
{
+ "id": "ent.webrtc.disabled.app_error",
+ "translation": "WebRTC is not enabled in this server."
+ },
+ {
+ "id": "ent.webrtc.license_disable.app_error",
+ "translation": "Your license does not support using Mattermost WebRTC"
+ },
+ {
+ "id": "ent.webrtc.register_token.app_error",
+ "translation": "We encountered an error trying to register the WebRTC Token"
+ },
+ {
"id": "error.generic.link_message",
"translation": "Back to Mattermost"
},
@@ -3200,6 +3220,34 @@
"translation": "Invalid maximum open connection for SQL settings. Must be a positive number."
},
{
+ "id": "model.config.is_valid.webrtc_gateway_admin_secret.app_error",
+ "translation": "WebRTC Gateway Admin Secret must be set."
+ },
+ {
+ "id": "model.config.is_valid.webrtc_gateway_admin_url.app_error",
+ "translation": "WebRTC Gateway Admin Url must be set a valid URL and start with http:// or https://."
+ },
+ {
+ "id": "model.config.is_valid.webrtc_gateway_ws_url.app_error",
+ "translation": "WebRTC Gateway Websocket Url must be a valid URL and start with ws:// or wss://."
+ },
+ {
+ "id": "model.config.is_valid.webrtc_stun_uri.app_error",
+ "translation": "WebRTC STUN URI must be a valid URI and start with stun:"
+ },
+ {
+ "id": "model.config.is_valid.webrtc_turn_shared_key.app_error",
+ "translation": "WebRTC TURN Shared Key cannot be empty if the TURN URI has been set."
+ },
+ {
+ "id": "model.config.is_valid.webrtc_turn_uri.app_error",
+ "translation": "WebRTC TURN URI must be a valid URI and start with turn:"
+ },
+ {
+ "id": "model.config.is_valid.webrtc_turn_username.app_error",
+ "translation": "WebRTC TURN Username cannot be empty if the TURN URI has been set."
+ },
+ {
"id": "model.emoji.create_at.app_error",
"translation": "Create at must be a valid time"
},