mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-15 11:00:10 +01:00
Add SPA mode localization strings for English and German
This commit is contained in:
parent
82fda41032
commit
0b932f3983
@ -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.',
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -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.',
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user