chore: cleanup organization sidebar i18n strings

- Remove unused i18n keys (organizations, no_orgs, expand, collapse, status badges).
- Consolidate inactive org tooltips into single key.
- Simplify `multi_account_notice` text for clarity.
This commit is contained in:
James George 2025-12-19 23:08:35 +05:30
parent 442242c8ca
commit d91c554fca

View file

@ -2216,19 +2216,13 @@
"organization_sidebar": { "organization_sidebar": {
"instances": "Instances", "instances": "Instances",
"hoppscotch": "Hoppscotch", "hoppscotch": "Hoppscotch",
"organizations": "Organizations",
"admin": "Admin", "admin": "Admin",
"no_orgs": "No organizations yet",
"no_orgs_title": "No organizations yet", "no_orgs_title": "No organizations yet",
"no_orgs_description": "Join or create an organization to collaborate with your team", "no_orgs_description": "Join or create an organization to collaborate with your team",
"error_loading": "Failed to load organizations", "error_loading": "Failed to load organizations",
"expand": "Expand sidebar", "inactive_orgs": "Inactive Organizations",
"collapse": "Collapse sidebar", "multi_account_notice": "Each organization keeps its own login, using the last account accessed.",
"status_canceled": "Canceled", "inactive_orgs_tooltip": "Contact support for assistance."
"status_inactive": "Inactive",
"status_canceled_tooltip": "Subscription canceled - Contact support to reactivate this workspace",
"status_inactive_tooltip": "This organization is temporarily inactive - Contact support for assistance",
"multi_account_notice": "Note: Each organization instance maintains its own authentication state. If you've signed in with different accounts across instances, accessing an instance from the sidebar will load with the account currently logged in on that instance, not necessarily the account you're switching from."
}, },
"billing": { "billing": {
"confirm": { "confirm": {