refactor(config): remove runtime config files and centralize route/bootstrap
This commit is contained in:
@@ -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