Add SPA mode localization strings for English and German

This commit is contained in:
Julian Prieber 2024-12-20 13:37:14 +01:00
parent 82fda41032
commit 0b932f3983
2 changed files with 6 additions and 0 deletions

View File

@ -743,6 +743,9 @@ return [
'LOCALE.title' => 'App Lokalisierung',
'LOCALE.description' => 'Ändern Sie die Sprache Ihrer Anwendung.',
'SPA_MODE.title' => 'SPA-Modus aktivieren <span class="badge rounded-pill bg-danger">BETA</span>',
'SPA_MODE.description' => 'Aktiviert den Single Page Application (SPA)-Modus, der eine schnellere Navigation ermöglicht, indem Inhalte dynamisch geladen werden, ohne die Seite vollständig neu zu laden.',
/*
|--------------------------------------------------------------------------

View File

@ -740,6 +740,9 @@ return [
'LOCALE.title' => 'App locale',
'LOCALE.description' => 'Change the language of your application',
'SPA_MODE.title' => 'Enable SPA Mode <span class="badge rounded-pill bg-danger">BETA</span>',
'SPA_MODE.description' => 'Activates Single Page Application (SPA) mode, enabling faster navigation by loading content dynamically without full page reloads.',
/*
|--------------------------------------------------------------------------