Add sidebar - needs translations

This commit is contained in:
Owen 2025-06-09 18:10:04 -04:00
parent f29a5ccc67
commit c67a2dfa73
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
2 changed files with 31 additions and 17 deletions

View file

@ -1075,5 +1075,19 @@
"authErrorNoUpdate": "No auth info to update",
"orgErrorNoUpdate": "No org to update",
"orgErrorNoProvided": "No org provided",
"apiKeysErrorNoUpdate": "No API key to update"
}
"apiKeysErrorNoUpdate": "No API key to update",
"sidebarOverview": "Overview",
"sidebarHome": "Home",
"sidebarSites": "Sites",
"sidebarResources": "Resources",
"sidebarAccessControl": "Access Control",
"sidebarUsers": "Users",
"sidebarInvitations": "Invitations",
"sidebarRoles": "Roles",
"sidebarShareableLinks": "Shareable Links",
"sidebarApiKeys": "API Keys",
"sidebarSettings": "Settings",
"sidebarAllUsers": "All Users",
"sidebarIdentityProviders": "Identity Providers",
"sidebarLicense": "License"
}