Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairmeeting
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
fairmeeting
Commits
d368bee7
Unverified
Commit
d368bee7
authored
4 years ago
by
Jan
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/features/settings/components/ServerTimeoutField.js
+1
-1
1 addition, 1 deletion
app/features/settings/components/ServerTimeoutField.js
app/i18n/lang/de.json
+1
-0
1 addition, 0 deletions
app/i18n/lang/de.json
app/i18n/lang/en.json
+1
-0
1 addition, 0 deletions
app/i18n/lang/en.json
with
3 additions
and
1 deletion
app/features/settings/components/ServerTimeoutField.js
+
1
−
1
View file @
d368bee7
...
@@ -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.invalidServer
Timeout
'
)
}
isInvalid
=
{
!
this
.
state
.
isValid
}
isInvalid
=
{
!
this
.
state
.
isValid
}
isValidationHidden
=
{
this
.
state
.
isValid
}
isValidationHidden
=
{
this
.
state
.
isValid
}
label
=
{
t
(
'
settings.serverTimeout
'
)
}
label
=
{
t
(
'
settings.serverTimeout
'
)
}
...
...
This diff is collapsed.
Click to expand it.
app/i18n/lang/de.json
+
1
−
0
View file @
d368bee7
...
@@ -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)"
}
}
...
...
This diff is collapsed.
Click to expand it.
app/i18n/lang/en.json
+
1
−
0
View file @
d368bee7
...
@@ -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)"
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment