Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
9d5e3cd3
Commit
9d5e3cd3
authored
May 11, 2021
by
Dominik Hebeler
Browse files
Added translation
parent
41d7c206
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/lang/de/settings.php
View file @
9d5e3cd3
...
...
@@ -36,6 +36,8 @@ return [
'off'
=>
'Aus'
,
'on'
=>
'An'
,
'more'
=>
'Weitere Einstellungen'
,
// Translations from the settings overview
'noSettings'
=>
'Aktuell sind keine Einstellungen gesetzt!'
,
'allSettings.header'
=>
'Auf :root gesetzte Einstellungen'
,
...
...
resources/lang/en/settings.php
View file @
9d5e3cd3
...
...
@@ -36,6 +36,8 @@ return [
'off'
=>
'off'
,
'on'
=>
'on'
,
'more'
=>
'Weitere Einstellungen'
,
// Translations from the settings overview
'noSettings'
=>
"Currently no settings are set!"
,
'allSettings.header'
=>
"Settings on :root"
,
...
...
resources/views/settings/index.blade.php
View file @
9d5e3cd3
...
...
@@ -124,7 +124,7 @@
<
div
class
=
"card-light"
>
<
h2
>
Weitere
Einstellungen
</
h2
>
<
h2
>
@
lang
(
'settings.more'
)
</
h2
>
<
p
>@
lang
(
'settings.hint'
)
</
p
>
<
form
id
=
"setting-form"
action
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), route('enableSetting')) }}"
method
=
"post"
class
=
"form"
>
<
input
type
=
"hidden"
name
=
"fokus"
value
=
"{{
$fokus
}}"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment