Skip to content
Snippets Groups Projects
Commit 9d5e3cd3 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Added translation

parent 41d7c206
No related branches found
No related tags found
3 merge requests!1895Development,!1874Development,!1872Resolve "Missing translation in "settings" (en)"
...@@ -36,6 +36,8 @@ return [ ...@@ -36,6 +36,8 @@ return [
'off' => 'Aus', 'off' => 'Aus',
'on' => 'An', 'on' => 'An',
'more' => 'Weitere Einstellungen',
// Translations from the settings overview // Translations from the settings overview
'noSettings' => 'Aktuell sind keine Einstellungen gesetzt!', 'noSettings' => 'Aktuell sind keine Einstellungen gesetzt!',
'allSettings.header' => 'Auf :root gesetzte Einstellungen', 'allSettings.header' => 'Auf :root gesetzte Einstellungen',
......
...@@ -36,6 +36,8 @@ return [ ...@@ -36,6 +36,8 @@ return [
'off' => 'off', 'off' => 'off',
'on' => 'on', 'on' => 'on',
'more' => 'Weitere Einstellungen',
// Translations from the settings overview // Translations from the settings overview
'noSettings' => "Currently no settings are set!", 'noSettings' => "Currently no settings are set!",
'allSettings.header' => "Settings on :root", 'allSettings.header' => "Settings on :root",
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<div class="card-light"> <div class="card-light">
<h2>Weitere Einstellungen</h2> <h2>@lang('settings.more')</h2>
<p>@lang('settings.hint')</p> <p>@lang('settings.hint')</p>
<form id="setting-form" action="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), route('enableSetting')) }}" method="post" class="form"> <form id="setting-form" action="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), route('enableSetting')) }}" method="post" class="form">
<input type="hidden" name="fokus" value="{{ $fokus }}"> <input type="hidden" name="fokus" value="{{ $fokus }}">
......
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