Add translation for server timeout

in German and English translations
This commit is contained in:
Jan 2020-07-07 09:11:42 +02:00 committed by GitHub
parent e4742dbc99
commit d368bee779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -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') }

View file

@ -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)"
} }

View file

@ -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)"
} }