diff --git a/plugins/catalog-import/report-alpha.api.md b/plugins/catalog-import/report-alpha.api.md index fbac8f7f17..b58b641050 100644 --- a/plugins/catalog-import/report-alpha.api.md +++ b/plugins/catalog-import/report-alpha.api.md @@ -37,8 +37,11 @@ export const catalogImportTranslationRef: TranslationRef< readonly 'importInfoCard.githubIntegration.label': 'GitHub only'; readonly 'importInfoCard.githubIntegration.title': 'Link to a repository'; readonly 'importStepper.finish.title': 'Finish'; + readonly 'importStepper.singleLocation.title': 'Select Locations'; + readonly 'importStepper.singleLocation.description': 'Discovered Locations: 1'; + readonly 'importStepper.multipleLocations.title': 'Select Locations'; + readonly 'importStepper.multipleLocations.description': 'Discovered Locations: {{length, number}}'; readonly 'importStepper.noLocation.title': 'Create Pull Request'; - readonly 'importStepper.noLocation.createPr.ownerLabel': 'Entity Owner'; readonly 'importStepper.noLocation.createPr.detailsTitle': 'Pull Request Details'; readonly 'importStepper.noLocation.createPr.titleLabel': 'Pull Request Title'; readonly 'importStepper.noLocation.createPr.titlePlaceholder': 'Add Backstage catalog entity descriptor files'; @@ -50,12 +53,9 @@ export const catalogImportTranslationRef: TranslationRef< readonly 'importStepper.noLocation.createPr.ownerLoadingText': 'Loading groups…'; readonly 'importStepper.noLocation.createPr.ownerHelperText': 'Select an owner from the list or enter a reference to a Group or a User'; readonly 'importStepper.noLocation.createPr.ownerErrorHelperText': 'required value'; + readonly 'importStepper.noLocation.createPr.ownerLabel': 'Entity Owner'; readonly 'importStepper.noLocation.createPr.ownerPlaceholder': 'my-group'; readonly 'importStepper.noLocation.createPr.codeownersHelperText': 'WARNING: This may fail if no CODEOWNERS file is found at the target location.'; - readonly 'importStepper.singleLocation.title': 'Select Locations'; - readonly 'importStepper.singleLocation.description': 'Discovered Locations: 1'; - readonly 'importStepper.multipleLocations.title': 'Select Locations'; - readonly 'importStepper.multipleLocations.description': 'Discovered Locations: {{length, number}}'; readonly 'importStepper.analyze.title': 'Select URL'; readonly 'importStepper.prepare.title': 'Import Actions'; readonly 'importStepper.prepare.description': 'Optional'; diff --git a/plugins/catalog/report-alpha.api.md b/plugins/catalog/report-alpha.api.md index ad9389e522..a0b092a453 100644 --- a/plugins/catalog/report-alpha.api.md +++ b/plugins/catalog/report-alpha.api.md @@ -95,16 +95,16 @@ export const catalogTranslationRef: TranslationRef< readonly 'entityContextMenu.unregisterMenuTitle': 'Unregister entity'; readonly 'entityContextMenu.moreButtonAriaLabel': 'more'; readonly 'entityLabelsCard.title': 'Labels'; + readonly 'entityLabelsCard.readMoreButtonTitle': 'Read more'; readonly 'entityLabelsCard.columnKeyLabel': 'Label'; readonly 'entityLabelsCard.columnValueLabel': 'Value'; readonly 'entityLabelsCard.emptyDescription': 'No labels defined for this entity. You can add labels to your entity YAML as shown in the highlighted example below:'; - readonly 'entityLabelsCard.readMoreButtonTitle': 'Read more'; - readonly 'entityLabels.warningPanelTitle': 'Entity not found'; readonly 'entityLabels.ownerLabel': 'Owner'; + readonly 'entityLabels.warningPanelTitle': 'Entity not found'; readonly 'entityLabels.lifecycleLabel': 'Lifecycle'; readonly 'entityLinksCard.title': 'Links'; - readonly 'entityLinksCard.emptyDescription': 'No links defined for this entity. You can add links to your entity YAML as shown in the highlighted example below:'; readonly 'entityLinksCard.readMoreButtonTitle': 'Read more'; + readonly 'entityLinksCard.emptyDescription': 'No links defined for this entity. You can add links to your entity YAML as shown in the highlighted example below:'; readonly 'entityNotFound.title': 'Entity was not found'; readonly 'entityNotFound.description': 'Want to help us build this? Check out our Getting Started documentation.'; readonly 'entityNotFound.docButtonTitle': 'DOCS'; diff --git a/plugins/devtools-react/src/index.ts b/plugins/devtools-react/src/index.ts index 2cf60407cd..1a71bef82f 100644 --- a/plugins/devtools-react/src/index.ts +++ b/plugins/devtools-react/src/index.ts @@ -19,3 +19,5 @@ * * @packageDocumentation */ + +export {}; diff --git a/plugins/notifications/report-alpha.api.md b/plugins/notifications/report-alpha.api.md index 409e389247..e1feed0cde 100644 --- a/plugins/notifications/report-alpha.api.md +++ b/plugins/notifications/report-alpha.api.md @@ -125,8 +125,8 @@ export const notificationsTranslationRef: TranslationRef< 'plugin.notifications', { readonly 'table.errors.markAllReadFailed': 'Failed to mark all notifications as read'; - readonly 'table.pagination.firstTooltip': 'First Page'; readonly 'table.pagination.labelDisplayedRows': '{from}-{to} of {count}'; + readonly 'table.pagination.firstTooltip': 'First Page'; readonly 'table.pagination.labelRowsSelect': 'rows'; readonly 'table.pagination.lastTooltip': 'Last Page'; readonly 'table.pagination.nextTooltip': 'Next Page'; @@ -140,12 +140,6 @@ export const notificationsTranslationRef: TranslationRef< readonly 'table.confirmDialog.title': 'Are you sure?'; readonly 'table.confirmDialog.markAllReadDescription': 'Mark all notifications as read.'; readonly 'table.confirmDialog.markAllReadConfirmation': 'Mark All'; - readonly 'settings.table.origin': 'Origin'; - readonly 'settings.table.topic': 'Topic'; - readonly 'settings.title': 'Notification settings'; - readonly 'settings.errors.useNotificationFormat': 'useNotificationFormat must be used within a NotificationFormatProvider'; - readonly 'settings.errorTitle': 'Failed to load settings'; - readonly 'settings.noSettingsAvailable': 'No notification settings available, check back later'; readonly 'filters.view.all': 'All'; readonly 'filters.view.label': 'View'; readonly 'filters.view.read': 'Read notifications'; @@ -170,6 +164,12 @@ export const notificationsTranslationRef: TranslationRef< readonly 'filters.sortBy.newest': 'Newest on top'; readonly 'filters.sortBy.oldest': 'Oldest on top'; readonly 'filters.sortBy.topic': 'Topic'; + readonly 'settings.table.origin': 'Origin'; + readonly 'settings.table.topic': 'Topic'; + readonly 'settings.title': 'Notification settings'; + readonly 'settings.errors.useNotificationFormat': 'useNotificationFormat must be used within a NotificationFormatProvider'; + readonly 'settings.errorTitle': 'Failed to load settings'; + readonly 'settings.noSettingsAvailable': 'No notification settings available, check back later'; readonly 'sidebar.title': 'Notifications'; readonly 'sidebar.errors.markAsReadFailed': 'Failed to mark notification as read'; readonly 'sidebar.errors.fetchNotificationFailed': 'Failed to fetch notification'; diff --git a/plugins/scaffolder/report.api.md b/plugins/scaffolder/report.api.md index 61d28a0cc9..0f5c617acc 100644 --- a/plugins/scaffolder/report.api.md +++ b/plugins/scaffolder/report.api.md @@ -74,8 +74,8 @@ export const EntityNamePickerFieldExtension: FieldExtensionComponent_2< export const EntityPickerFieldExtension: FieldExtensionComponent_2< string, { - defaultKind?: string | undefined; autoSelect?: boolean | undefined; + defaultKind?: string | undefined; defaultNamespace?: string | false | undefined; catalogFilter?: | Record< @@ -104,8 +104,8 @@ export const EntityPickerFieldExtension: FieldExtensionComponent_2< export const EntityPickerFieldSchema: FieldSchema_2< string, { - defaultKind?: string | undefined; autoSelect?: boolean | undefined; + defaultKind?: string | undefined; defaultNamespace?: string | false | undefined; catalogFilter?: | Record< @@ -251,8 +251,8 @@ export type MyGroupsPickerUiOptions = NonNullable< export const OwnedEntityPickerFieldExtension: FieldExtensionComponent_2< string, { - defaultKind?: string | undefined; autoSelect?: boolean | undefined; + defaultKind?: string | undefined; defaultNamespace?: string | false | undefined; catalogFilter?: | Record< @@ -281,8 +281,8 @@ export const OwnedEntityPickerFieldExtension: FieldExtensionComponent_2< export const OwnedEntityPickerFieldSchema: FieldSchema_2< string, { - defaultKind?: string | undefined; autoSelect?: boolean | undefined; + defaultKind?: string | undefined; defaultNamespace?: string | false | undefined; catalogFilter?: | Record< diff --git a/plugins/user-settings/report-alpha.api.md b/plugins/user-settings/report-alpha.api.md index d1404bd371..c27245b81b 100644 --- a/plugins/user-settings/report-alpha.api.md +++ b/plugins/user-settings/report-alpha.api.md @@ -292,10 +292,10 @@ export const userSettingsTranslationRef: TranslationRef< readonly 'themeToggle.select': 'Select {{theme}}'; readonly 'themeToggle.title': 'Theme'; readonly 'themeToggle.description': 'Change the theme mode'; - readonly 'themeToggle.selectAuto': 'Select Auto Theme'; readonly 'themeToggle.names.auto': 'Auto'; readonly 'themeToggle.names.dark': 'Dark'; readonly 'themeToggle.names.light': 'Light'; + readonly 'themeToggle.selectAuto': 'Select Auto Theme'; readonly 'signOutMenu.title': 'Sign Out'; readonly 'signOutMenu.moreIconTitle': 'more'; readonly 'pinToggle.title': 'Pin Sidebar'; @@ -312,10 +312,10 @@ export const userSettingsTranslationRef: TranslationRef< readonly 'emptyProviders.action.title': 'Open app-config.yaml and make the changes as highlighted below:'; readonly 'emptyProviders.action.readMoreButtonTitle': 'Read More'; readonly 'emptyProviders.description': 'You can add Authentication Providers to Backstage which allows you to use these providers to authenticate yourself.'; - readonly 'providerSettingsItem.title.signIn': 'Sign in to {{title}}'; readonly 'providerSettingsItem.title.signOut': 'Sign out from {{title}}'; - readonly 'providerSettingsItem.buttonTitle.signIn': 'Sign in'; + readonly 'providerSettingsItem.title.signIn': 'Sign in to {{title}}'; readonly 'providerSettingsItem.buttonTitle.signOut': 'Sign out'; + readonly 'providerSettingsItem.buttonTitle.signIn': 'Sign in'; readonly 'authProviders.title': 'Available Providers'; readonly 'defaultSettingsPage.tabsTitle.featureFlags': 'Feature Flags'; readonly 'defaultSettingsPage.tabsTitle.authProviders': 'Authentication Providers';