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 }>
<FieldTextStateless
invalidMessage
= { 'Invalid Timeout' }
= { t('settings.invalidServerTimeout') }
isInvalid = { !this.state.isValid }
isValidationHidden = { this.state.isValid }
label = { t('settings.serverTimeout') }

View File

@ -32,6 +32,7 @@
"startWithAudioMuted": "Ohne Audio starten",
"startWithVideoMuted": "Ohne Video starten",
"invalidServer": "Falsche Server URL oder der Server unterstützt keine externe API",
"invalidServerTimeout": "Üngültiger Wert für die Server Wartezeit",
"serverUrl": "Server URL",
"serverTimeout": "Server Timeout (in Sekunden)"
}

View File

@ -32,6 +32,7 @@
"startWithAudioMuted": "Start with Audio muted",
"startWithVideoMuted": "Start with Video muted",
"invalidServer": "Invalid Server URL or external API not enabled",
"invalidServerTimeout": "Invalid value for Server Timeout",
"serverUrl": "Server URL",
"serverTimeout": "Server Timeout (in seconds)"
}