refactor(config): remove runtime config files and centralize route/bootstrap
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
"This action revokes all active API tokens immediately across all users.": "Diese Aktion widerruft sofort alle aktiven API-Tokens über alle Benutzer hinweg.",
|
||||
"The authority URL defines the Microsoft identity tenant endpoint used for sign-in.": "Die Authority-URL definiert den Microsoft-Identity-Tenant-Endpunkt für die Anmeldung.",
|
||||
"This will expire all remember-me tokens immediately and force users to sign in again.": "Dadurch werden alle Remember-me-Tokens sofort abgelaufen und Benutzer müssen sich erneut anmelden.",
|
||||
"Global settings are stored in the database. config/settings.php is only a runtime cache for selected app settings.": "Globale Einstellungen werden in der Datenbank gespeichert. config/settings.php ist nur ein Laufzeit-Cache für ausgewählte App-Einstellungen.",
|
||||
"Global settings are stored in the database. storage/runtime/settings.php is only a runtime cache for selected app settings.": "Globale Einstellungen werden in der Datenbank gespeichert. storage/runtime/settings.php ist nur ein Laufzeit-Cache für ausgewählte App-Einstellungen.",
|
||||
"Too many login attempts. Please wait and try again.": "Zu viele Login-Versuche. Bitte warte kurz und versuche es erneut.",
|
||||
"No login method is available for this tenant": "Für diesen Mandanten ist keine Login-Methode verfügbar",
|
||||
"Create your account": "Erstelle dein Konto",
|
||||
@@ -376,11 +376,16 @@
|
||||
"Search...": "Suchen...",
|
||||
"To start searching, type in the search field.": "Um die Suche zu starten, gib etwas in das Suchfeld ein.",
|
||||
"Tip: Use {shortcut} to focus search quickly.": "Tipp: Mit {shortcut} fokussierst du die Suche schnell.",
|
||||
"Search users, tenants, pages...": "Benutzer, Mandanten, Seiten durchsuchen...",
|
||||
"Users, tenants, departments, roles and more": "Benutzer, Mandanten, Abteilungen, Rollen und mehr",
|
||||
"Searching...": "Suche läuft...",
|
||||
"Search failed. Please try again.": "Suche fehlgeschlagen. Bitte erneut versuchen.",
|
||||
"No results found": "Keine Ergebnisse gefunden",
|
||||
"View all results": "Alle Ergebnisse anzeigen",
|
||||
"to close": "zum Schließen",
|
||||
"navigate": "navigieren",
|
||||
"open": "öffnen",
|
||||
"close": "schließen",
|
||||
"Created from": "Erstellt von",
|
||||
"Created to": "Erstellt bis",
|
||||
"Files": "Dateien",
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
"This action revokes all active API tokens immediately across all users.": "This action revokes all active API tokens immediately across all users.",
|
||||
"The authority URL defines the Microsoft identity tenant endpoint used for sign-in.": "The authority URL defines the Microsoft identity tenant endpoint used for sign-in.",
|
||||
"This will expire all remember-me tokens immediately and force users to sign in again.": "This will expire all remember-me tokens immediately and force users to sign in again.",
|
||||
"Global settings are stored in the database. config/settings.php is only a runtime cache for selected app settings.": "Global settings are stored in the database. config/settings.php is only a runtime cache for selected app settings.",
|
||||
"Global settings are stored in the database. storage/runtime/settings.php is only a runtime cache for selected app settings.": "Global settings are stored in the database. storage/runtime/settings.php is only a runtime cache for selected app settings.",
|
||||
"Create your account": "Create your account",
|
||||
"First name": "First name",
|
||||
"Name": "Name",
|
||||
@@ -376,11 +376,16 @@
|
||||
"Search...": "Search...",
|
||||
"To start searching, type in the search field.": "To start searching, type in the search field.",
|
||||
"Tip: Use {shortcut} to focus search quickly.": "Tip: Use {shortcut} to focus search quickly.",
|
||||
"Search users, tenants, pages...": "Search users, tenants, pages...",
|
||||
"Users, tenants, departments, roles and more": "Users, tenants, departments, roles and more",
|
||||
"Searching...": "Searching...",
|
||||
"Search failed. Please try again.": "Search failed. Please try again.",
|
||||
"No results found": "No results found",
|
||||
"View all results": "View all results",
|
||||
"to close": "to close",
|
||||
"navigate": "navigate",
|
||||
"open": "open",
|
||||
"close": "close",
|
||||
"Created from": "Created from",
|
||||
"Created to": "Created to",
|
||||
"Files": "Files",
|
||||
|
||||
Reference in New Issue
Block a user