/** @alpha */ export declare const catalogImportTranslationRef: import("@backstage/core-plugin-api/alpha").TranslationRef<"catalog-import", { readonly "buttons.back": "Back"; readonly "defaultImportPage.headerTitle": "Register an existing component"; readonly "defaultImportPage.contentHeaderTitle": "Start tracking your component in {{appTitle}}"; readonly "defaultImportPage.supportTitle": "Start tracking your component in {{appTitle}} by adding it to the software catalog."; readonly "importInfoCard.title": "Register an existing component"; readonly "importInfoCard.deepLinkTitle": "Learn more about the Software Catalog"; readonly "importInfoCard.linkDescription": "Enter the URL to your source code repository to add it to {{appTitle}}."; readonly "importInfoCard.fileLinkTitle": "Link to an existing entity file"; readonly "importInfoCard.examplePrefix": "Example: "; readonly "importInfoCard.fileLinkDescription": "The wizard analyzes the file, previews the entities, and adds them to the {{appTitle}} catalog."; readonly "importInfoCard.githubIntegration.title": "Link to a repository"; readonly "importInfoCard.githubIntegration.label": "GitHub only"; readonly "importStepper.finish.title": "Finish"; readonly "importStepper.singleLocation.description": "Discovered Locations: 1"; readonly "importStepper.singleLocation.title": "Select Locations"; readonly "importStepper.multipleLocations.description": "Discovered Locations: {{length, number}}"; readonly "importStepper.multipleLocations.title": "Select Locations"; 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"; readonly "importStepper.noLocation.createPr.bodyLabel": "Pull Request Body"; readonly "importStepper.noLocation.createPr.bodyPlaceholder": "A describing text with Markdown support"; readonly "importStepper.noLocation.createPr.configurationTitle": "Entity Configuration"; readonly "importStepper.noLocation.createPr.componentNameLabel": "Name of the created component"; readonly "importStepper.noLocation.createPr.componentNamePlaceholder": "my-component"; 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.ownerPlaceholder": "my-group"; readonly "importStepper.noLocation.createPr.codeownersHelperText": "WARNING: This may fail if no CODEOWNERS file is found at the target location."; readonly "importStepper.analyze.title": "Select URL"; readonly "importStepper.prepare.description": "Optional"; readonly "importStepper.prepare.title": "Import Actions"; readonly "importStepper.review.title": "Review"; readonly "stepFinishImportLocation.repository.description": "Your entities will be imported as soon as the Pull Request is merged."; readonly "stepFinishImportLocation.repository.title": "The following Pull Request has been opened: "; readonly "stepFinishImportLocation.backButtonText": "Register another"; readonly "stepFinishImportLocation.locations.backButtonText": "Register another"; readonly "stepFinishImportLocation.locations.new": "The following entities have been added to the catalog:"; readonly "stepFinishImportLocation.locations.existing": "A refresh was triggered for the following locations:"; readonly "stepFinishImportLocation.locations.viewButtonText": "View Component"; readonly "stepInitAnalyzeUrl.error.default": "Received unknown analysis result of type {{type}}. Please contact the support team."; readonly "stepInitAnalyzeUrl.error.url": "Must start with http:// or https://."; readonly "stepInitAnalyzeUrl.error.repository": "Couldn't generate entities for your repository"; readonly "stepInitAnalyzeUrl.error.locations": "There are no entities at this location"; readonly "stepInitAnalyzeUrl.urlHelperText": "Enter the full path to your entity file to start tracking your component"; readonly "stepInitAnalyzeUrl.nextButtonText": "Analyze"; readonly "stepPrepareCreatePullRequest.nextButtonText": "Create PR"; readonly "stepPrepareCreatePullRequest.previewPr.title": "Preview Pull Request"; readonly "stepPrepareCreatePullRequest.previewPr.subheader": "Create a new Pull Request"; readonly "stepPrepareCreatePullRequest.previewCatalogInfo.title": "Preview Entities"; readonly "stepPrepareSelectLocations.locations.description": "Select one or more locations that are present in your git repository:"; readonly "stepPrepareSelectLocations.locations.selectAll": "Select All"; readonly "stepPrepareSelectLocations.nextButtonText": "Review"; readonly "stepPrepareSelectLocations.existingLocations.description": "These locations already exist in the catalog:"; readonly "stepReviewLocation.catalog.exists": "The following locations already exist in the catalog:"; readonly "stepReviewLocation.catalog.new": "The following entities will be added to the catalog:"; readonly "stepReviewLocation.refresh": "Refresh"; readonly "stepReviewLocation.import": "Import"; readonly "stepReviewLocation.prepareResult.description": "You can already import the location and {{appTitle}} will fetch the entities as soon as the Pull Request is merged."; readonly "stepReviewLocation.prepareResult.title": "The following Pull Request has been opened: "; }>;