/** @alpha */ export declare const scaffolderTranslationRef: import("@backstage/core-plugin-api/alpha").TranslationRef<"scaffolder", { readonly "fields.entityNamePicker.description": "Unique name of the component"; readonly "fields.entityNamePicker.title": "Name"; readonly "fields.entityPicker.description": "An entity from the catalog"; readonly "fields.entityPicker.title": "Entity"; readonly "fields.entityTagsPicker.description": "Add any relevant tags, hit 'Enter' to add new tags. Valid format: [a-z0-9+#] separated by [-], at most 63 characters"; readonly "fields.entityTagsPicker.title": "Tags"; readonly "fields.multiEntityPicker.description": "An entity from the catalog"; readonly "fields.multiEntityPicker.title": "Entity"; readonly "fields.myGroupsPicker.description": "An entity from the catalog"; readonly "fields.myGroupsPicker.title": "Entity"; readonly "fields.ownedEntityPicker.description": "An entity from the catalog"; readonly "fields.ownedEntityPicker.title": "Entity"; readonly "fields.ownerPicker.description": "The owner of the component"; readonly "fields.ownerPicker.title": "Owner"; readonly "fields.azureRepoPicker.organization.description": "The Organization that this repo will belong to"; readonly "fields.azureRepoPicker.organization.title": "Organization"; readonly "fields.azureRepoPicker.project.description": "The Project that this repo will belong to"; readonly "fields.azureRepoPicker.project.title": "Project"; readonly "fields.bitbucketRepoPicker.project.description": "The Project that this repo will belong to"; readonly "fields.bitbucketRepoPicker.project.title": "Allowed Projects"; readonly "fields.bitbucketRepoPicker.project.inputTitle": "Projects"; readonly "fields.bitbucketRepoPicker.workspaces.description": "The Workspace that this repo will belong to"; readonly "fields.bitbucketRepoPicker.workspaces.title": "Allowed Workspaces"; readonly "fields.bitbucketRepoPicker.workspaces.inputTitle": "Workspaces"; readonly "fields.gerritRepoPicker.owner.description": "The owner of the project (optional)"; readonly "fields.gerritRepoPicker.owner.title": "Owner"; readonly "fields.gerritRepoPicker.parent.description": "The project parent that the repo will belong to"; readonly "fields.gerritRepoPicker.parent.title": "Parent"; readonly "fields.giteaRepoPicker.owner.description": "Gitea namespace where this repository will belong to. It can be the name of organization, group, subgroup, user, or the project."; readonly "fields.giteaRepoPicker.owner.title": "Owner Available"; readonly "fields.giteaRepoPicker.owner.inputTitle": "Owner"; readonly "fields.githubRepoPicker.owner.description": "The organization, user or project that this repo will belong to"; readonly "fields.githubRepoPicker.owner.title": "Owner Available"; readonly "fields.githubRepoPicker.owner.inputTitle": "Owner"; readonly "fields.gitlabRepoPicker.owner.description": "GitLab namespace where this repository will belong to. It can be the name of organization, group, subgroup, user, or the project."; readonly "fields.gitlabRepoPicker.owner.title": "Owner Available"; readonly "fields.gitlabRepoPicker.owner.inputTitle": "Owner"; readonly "fields.repoUrlPicker.host.description": "The host where the repository will be created"; readonly "fields.repoUrlPicker.host.title": "Host"; readonly "fields.repoUrlPicker.repository.description": "The name of the repository"; readonly "fields.repoUrlPicker.repository.title": "Repositories Available"; readonly "fields.repoUrlPicker.repository.inputTitle": "Repository"; readonly "actionsPage.action.examples": "Examples"; readonly "actionsPage.action.input": "Input"; readonly "actionsPage.action.output": "Output"; readonly "actionsPage.title": "Installed actions"; readonly "actionsPage.content.emptyState.description": "There are no actions installed or there was an issue communicating with backend."; readonly "actionsPage.content.emptyState.title": "No information to display"; readonly "actionsPage.content.searchFieldPlaceholder": "Search for an action"; readonly "actionsPage.subtitle": "This is the collection of all installed actions"; readonly "actionsPage.pageTitle": "Create a New Component"; readonly "listTaskPage.title": "List template tasks"; readonly "listTaskPage.content.emptyState.description": "There are no tasks or there was an issue communicating with backend."; readonly "listTaskPage.content.emptyState.title": "No information to display"; readonly "listTaskPage.content.tableTitle": "Tasks"; readonly "listTaskPage.content.tableCell.owner": "Owner"; readonly "listTaskPage.content.tableCell.status": "Status"; readonly "listTaskPage.content.tableCell.template": "Template"; readonly "listTaskPage.content.tableCell.taskID": "Task ID"; readonly "listTaskPage.content.tableCell.created": "Created"; readonly "listTaskPage.subtitle": "All tasks that have been started"; readonly "listTaskPage.pageTitle": "Templates Tasks"; readonly "ownerListPicker.title": "Task Owner"; readonly "ownerListPicker.options.all": "All"; readonly "ownerListPicker.options.owned": "Owned"; readonly "ongoingTask.title": "Run of"; readonly "ongoingTask.subtitle": "Task {{taskId}}"; readonly "ongoingTask.contextMenu.cancel": "Cancel"; readonly "ongoingTask.contextMenu.startOver": "Start Over"; readonly "ongoingTask.contextMenu.retry": "Retry"; readonly "ongoingTask.contextMenu.hideLogs": "Hide Logs"; readonly "ongoingTask.contextMenu.showLogs": "Show Logs"; readonly "ongoingTask.contextMenu.hideButtonBar": "Hide Button Bar"; readonly "ongoingTask.contextMenu.showButtonBar": "Show Button Bar"; readonly "ongoingTask.pageTitle.hasTemplateName": "Run of {{templateName}}"; readonly "ongoingTask.pageTitle.noTemplateName": "Scaffolder Run"; readonly "ongoingTask.cancelButtonTitle": "Cancel"; readonly "ongoingTask.retryButtonTitle": "Retry"; readonly "ongoingTask.startOverButtonTitle": "Start Over"; readonly "ongoingTask.hideLogsButtonTitle": "Hide Logs"; readonly "ongoingTask.showLogsButtonTitle": "Show Logs"; readonly "templateEditorForm.stepper.emptyText": "There are no spec parameters in the template to preview."; readonly "renderSchema.undefined": "No schema defined"; readonly "renderSchema.tableCell.name": "Name"; readonly "renderSchema.tableCell.type": "Type"; readonly "renderSchema.tableCell.description": "Description"; readonly "renderSchema.tableCell.title": "Title"; readonly "templatingExtensions.title": "Templating Extensions"; readonly "templatingExtensions.content.values.title": "Values"; readonly "templatingExtensions.content.values.notAvailable": "There are no global template values defined."; readonly "templatingExtensions.content.emptyState.description": "There are no templating extensions available or there was an issue communicating with the backend."; readonly "templatingExtensions.content.emptyState.title": "No information to display"; readonly "templatingExtensions.content.filters.examples": "Examples"; readonly "templatingExtensions.content.filters.title": "Filters"; readonly "templatingExtensions.content.filters.schema.input": "Input"; readonly "templatingExtensions.content.filters.schema.arguments": "Arguments"; readonly "templatingExtensions.content.filters.schema.output": "Output"; readonly "templatingExtensions.content.filters.notAvailable": "There are no template filters defined."; readonly "templatingExtensions.content.filters.metadataAbsent": "Filter metadata unavailable"; readonly "templatingExtensions.content.searchFieldPlaceholder": "Search for an extension"; readonly "templatingExtensions.content.functions.examples": "Examples"; readonly "templatingExtensions.content.functions.title": "Functions"; readonly "templatingExtensions.content.functions.schema.arguments": "Arguments"; readonly "templatingExtensions.content.functions.schema.output": "Output"; readonly "templatingExtensions.content.functions.notAvailable": "There are no global template functions defined."; readonly "templatingExtensions.subtitle": "This is the collection of available templating extensions"; readonly "templatingExtensions.pageTitle": "Templating Extensions"; readonly "templateTypePicker.title": "Categories"; readonly "templateIntroPage.title": "Manage Templates"; readonly "templateIntroPage.subtitle": "Edit, preview, and try out templates, forms, and custom fields"; readonly "templateFormPage.title": "Template Editor"; readonly "templateFormPage.subtitle": "Edit, preview, and try out templates forms"; readonly "templateCustomFieldPage.title": "Custom Field Explorer"; readonly "templateCustomFieldPage.subtitle": "Edit, preview, and try out custom fields"; readonly "templateEditorPage.title": "Template Editor"; readonly "templateEditorPage.subtitle": "Edit, preview, and try out templates and template forms"; readonly "templateEditorPage.dryRunResults.title": "Dry-run results"; readonly "templateEditorPage.dryRunResultsList.title": "Result {{resultId}}"; readonly "templateEditorPage.dryRunResultsList.deleteButtonTitle": "Delete result"; readonly "templateEditorPage.dryRunResultsList.downloadButtonTitle": "Download as .zip"; readonly "templateEditorPage.dryRunResultsView.tab.log": "Log"; readonly "templateEditorPage.dryRunResultsView.tab.output": "Output"; readonly "templateEditorPage.dryRunResultsView.tab.files": "Files"; readonly "templateEditorPage.taskStatusStepper.skippedStepTitle": "Skipped"; readonly "templateEditorPage.customFieldExplorer.preview.title": "Template Spec"; readonly "templateEditorPage.customFieldExplorer.fieldForm.title": "Field Options"; readonly "templateEditorPage.customFieldExplorer.fieldForm.applyButtonTitle": "Apply"; readonly "templateEditorPage.customFieldExplorer.selectFieldLabel": "Choose Custom Field Extension"; readonly "templateEditorPage.customFieldExplorer.fieldPreview.title": "Field Preview"; readonly "templateEditorPage.templateEditorBrowser.closeConfirmMessage": "Are you sure? Unsaved changes will be lost"; readonly "templateEditorPage.templateEditorBrowser.saveIconTooltip": "Save all files"; readonly "templateEditorPage.templateEditorBrowser.reloadIconTooltip": "Reload directory"; readonly "templateEditorPage.templateEditorBrowser.closeIconTooltip": "Close directory"; readonly "templateEditorPage.templateEditorIntro.title": "Get started by choosing one of the options below"; readonly "templateEditorPage.templateEditorIntro.loadLocal.description": "Load a local template directory, allowing you to both edit and try executing your own template."; readonly "templateEditorPage.templateEditorIntro.loadLocal.title": "Load Template Directory"; readonly "templateEditorPage.templateEditorIntro.loadLocal.unsupportedTooltip": "Only supported in some Chromium-based browsers with the page loaded over HTTPS"; readonly "templateEditorPage.templateEditorIntro.createLocal.description": "Create a local template directory, allowing you to both edit and try executing your own template."; readonly "templateEditorPage.templateEditorIntro.createLocal.title": "Create New Template"; readonly "templateEditorPage.templateEditorIntro.createLocal.unsupportedTooltip": "Only supported in some Chromium-based browsers with the page loaded over HTTPS"; readonly "templateEditorPage.templateEditorIntro.formEditor.description": "Preview and edit a template form, either using a sample template or by loading a template from the catalog."; readonly "templateEditorPage.templateEditorIntro.formEditor.title": "Template Form Playground"; readonly "templateEditorPage.templateEditorIntro.fieldExplorer.description": "View and play around with available installed custom field extensions."; readonly "templateEditorPage.templateEditorIntro.fieldExplorer.title": "Custom Field Explorer"; readonly "templateEditorPage.templateEditorTextArea.saveIconTooltip": "Save file"; readonly "templateEditorPage.templateEditorTextArea.refreshIconTooltip": "Reload file"; readonly "templateEditorPage.templateEditorTextArea.emptyStateParagraph": "Please select an action on the file menu."; readonly "templateEditorPage.templateFormPreviewer.title": "Load Existing Template"; readonly "templateListPage.title": "Create a new component"; readonly "templateListPage.subtitle": "Create new software components using standard templates in your organization"; readonly "templateListPage.pageTitle": "Create a new component"; readonly "templateListPage.templateGroups.defaultTitle": "Templates"; readonly "templateListPage.templateGroups.otherTitle": "Other Templates"; readonly "templateListPage.contentHeader.supportButtonTitle": "Create new software components using standard templates. Different templates create different kinds of components (services, websites, documentation, ...)."; readonly "templateListPage.contentHeader.registerExistingButtonTitle": "Register Existing Component"; readonly "templateListPage.additionalLinksForEntity.viewTechDocsTitle": "View TechDocs"; readonly "templateWizardPage.title": "Create a new component"; readonly "templateWizardPage.subtitle": "Create new software components using standard templates in your organization"; readonly "templateWizardPage.pageTitle": "Create a new component"; readonly "templateWizardPage.pageContextMenu.editConfigurationTitle": "Edit Configuration"; readonly "templateEditorToolbar.customFieldExplorerTooltip": "Custom Fields Explorer"; readonly "templateEditorToolbar.installedActionsDocumentationTooltip": "Installed Actions Documentation"; readonly "templateEditorToolbar.templatingExtensionsDocumentationTooltip": "Templating Extensions Documentation"; readonly "templateEditorToolbar.addToCatalogButton": "Publish"; readonly "templateEditorToolbar.addToCatalogDialogTitle": "Publish changes"; readonly "templateEditorToolbar.addToCatalogDialogContent.stepsIntroduction": "Follow the instructions below to create or update a template:"; readonly "templateEditorToolbar.addToCatalogDialogContent.stepsListItems": "Save the template files in a local directory\nCreate a pull request to a new or existing git repository\nIf the template already exists, the changes will be reflected in the software catalog once the pull request gets merged\nBut if you are creating a new template, follow the documentation linked below to register the new template repository in software catalog"; readonly "templateEditorToolbar.addToCatalogDialogActions.documentationButton": "Go to the documentation"; readonly "templateEditorToolbar.addToCatalogDialogActions.documentationUrl": "https://backstage.io/docs/features/software-templates/adding-templates/"; readonly "templateEditorToolbarFileMenu.options.openDirectory": "Open template directory"; readonly "templateEditorToolbarFileMenu.options.createDirectory": "Create template directory"; readonly "templateEditorToolbarFileMenu.options.closeEditor": "Close template editor"; readonly "templateEditorToolbarFileMenu.button": "File"; readonly "templateEditorToolbarTemplatesMenu.button": "Templates"; }>;