/** @alpha */ export declare const userSettingsTranslationRef: import("@backstage/core-plugin-api/alpha").TranslationRef<"user-settings", { readonly "featureFlags.description": "Please refresh the page when toggling feature flags"; readonly "featureFlags.title": "Feature Flags"; readonly "featureFlags.filterTitle": "Filter"; readonly "featureFlags.clearFilter": "Clear filter"; readonly "featureFlags.emptyFlags.description": "Feature Flags make it possible for plugins to register features in Backstage for users to opt into. You can use this to split out logic in your code for manual A/B testing, etc."; readonly "featureFlags.emptyFlags.action.title": "An example for how to add a feature flag is highlighted below:"; readonly "featureFlags.emptyFlags.action.readMoreButtonTitle": "Read More"; readonly "featureFlags.emptyFlags.title": "No Feature Flags"; readonly "featureFlags.flagItem.title.disable": "Disable"; readonly "featureFlags.flagItem.title.enable": "Enable"; readonly "featureFlags.flagItem.subtitle.registeredInApplication": "Registered in the application"; readonly "featureFlags.flagItem.subtitle.registeredInPlugin": "Registered in {{pluginId}} plugin"; readonly "languageToggle.description": "Change the language"; readonly "languageToggle.select": "Select language {{language}}"; readonly "languageToggle.title": "Language"; readonly "themeToggle.description": "Change the theme mode"; readonly "themeToggle.select": "Select theme {{theme}}"; readonly "themeToggle.title": "Theme"; readonly "themeToggle.names.light": "Light"; readonly "themeToggle.names.dark": "Dark"; readonly "themeToggle.names.auto": "Auto"; readonly "themeToggle.selectAuto": "Select Auto Theme"; readonly "signOutMenu.title": "Sign Out"; readonly "signOutMenu.moreIconTitle": "more"; readonly "pinToggle.description": "Prevent the sidebar from collapsing"; readonly "pinToggle.title": "Pin Sidebar"; readonly "pinToggle.ariaLabelTitle": "Pin Sidebar Switch"; readonly "pinToggle.switchTitles.unpin": "Unpin Sidebar"; readonly "pinToggle.switchTitles.pin": "Pin Sidebar"; readonly "identityCard.title": "Backstage Identity"; readonly "identityCard.noIdentityTitle": "No Backstage Identity"; readonly "identityCard.userEntity": "User Entity"; readonly "identityCard.ownershipEntities": "Ownership Entities"; readonly "defaultProviderSettings.description": "Provides authentication towards {{provider}} APIs and identities"; readonly "emptyProviders.description": "You can add Authentication Providers to Backstage which allows you to use these providers to authenticate yourself."; readonly "emptyProviders.action.title": "Open app-config.yaml and make the changes as highlighted below:"; readonly "emptyProviders.action.readMoreButtonTitle": "Read More"; readonly "emptyProviders.title": "No Authentication Providers"; readonly "providerSettingsItem.title.signIn": "Sign in to {{title}}"; readonly "providerSettingsItem.title.signOut": "Sign out from {{title}}"; readonly "providerSettingsItem.buttonTitle.signIn": "Sign in"; readonly "providerSettingsItem.buttonTitle.signOut": "Sign out"; readonly "authProviders.title": "Available Providers"; readonly "defaultSettingsPage.tabsTitle.featureFlags": "Feature Flags"; readonly "defaultSettingsPage.tabsTitle.authProviders": "Authentication Providers"; readonly "defaultSettingsPage.tabsTitle.general": "General"; readonly "settingsLayout.title": "Settings"; readonly sidebarTitle: "Settings"; }>;