Skip to content
Snippets Groups Projects
Unverified Commit d368bee7 authored by Jan's avatar Jan Committed by GitHub
Browse files

Add translation for server timeout

in German and English translations
parent e4742dbc
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ class ServerTimeoutField extends Component<Props, State> { ...@@ -77,7 +77,7 @@ class ServerTimeoutField extends Component<Props, State> {
<Form onSubmit = { this._onServerTimeoutSubmit }> <Form onSubmit = { this._onServerTimeoutSubmit }>
<FieldTextStateless <FieldTextStateless
invalidMessage invalidMessage
= { 'Invalid Timeout' } = { t('settings.invalidServerTimeout') }
isInvalid = { !this.state.isValid } isInvalid = { !this.state.isValid }
isValidationHidden = { this.state.isValid } isValidationHidden = { this.state.isValid }
label = { t('settings.serverTimeout') } label = { t('settings.serverTimeout') }
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
"startWithAudioMuted": "Ohne Audio starten", "startWithAudioMuted": "Ohne Audio starten",
"startWithVideoMuted": "Ohne Video starten", "startWithVideoMuted": "Ohne Video starten",
"invalidServer": "Falsche Server URL oder der Server unterstützt keine externe API", "invalidServer": "Falsche Server URL oder der Server unterstützt keine externe API",
"invalidServerTimeout": "Üngültiger Wert für die Server Wartezeit",
"serverUrl": "Server URL", "serverUrl": "Server URL",
"serverTimeout": "Server Timeout (in Sekunden)" "serverTimeout": "Server Timeout (in Sekunden)"
} }
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
"startWithAudioMuted": "Start with Audio muted", "startWithAudioMuted": "Start with Audio muted",
"startWithVideoMuted": "Start with Video muted", "startWithVideoMuted": "Start with Video muted",
"invalidServer": "Invalid Server URL or external API not enabled", "invalidServer": "Invalid Server URL or external API not enabled",
"invalidServerTimeout": "Invalid value for Server Timeout",
"serverUrl": "Server URL", "serverUrl": "Server URL",
"serverTimeout": "Server Timeout (in seconds)" "serverTimeout": "Server Timeout (in seconds)"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment