katello 4.18.0 → 4.19.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ca/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/cs/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/de/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/el/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/en/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/en_US/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/es/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/fr/katello.js +138 -435
- data/app/assets/javascripts/katello/locale/gl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/gu/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/hi/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/id/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/it/katello.js +53 -350
- data/app/assets/javascripts/katello/locale/ja/katello.js +142 -439
- data/app/assets/javascripts/katello/locale/ka/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/kn/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ko/katello.js +135 -432
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/mr/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/or/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pa/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pt/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +56 -353
- data/app/assets/javascripts/katello/locale/ro/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ru/katello.js +54 -351
- data/app/assets/javascripts/katello/locale/sl/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ta/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/te/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/tr/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/vi/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/zh/katello.js +52 -349
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +135 -432
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +54 -351
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +46 -13
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
- data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +56 -34
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
- data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +4 -4
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
- data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
- data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
- data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
- data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
- data/app/lib/actions/candlepin/product/content_create.rb +3 -5
- data/app/lib/actions/candlepin/product/content_update.rb +2 -3
- data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
- data/app/lib/actions/katello/activation_key/create.rb +0 -1
- data/app/lib/actions/katello/activation_key/update.rb +0 -2
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
- data/app/lib/actions/katello/content_credential/update.rb +1 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
- data/app/lib/actions/katello/content_view/create.rb +9 -4
- data/app/lib/actions/katello/content_view/publish.rb +7 -7
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
- data/app/lib/actions/katello/content_view/update.rb +34 -7
- data/app/lib/actions/katello/product/content_create.rb +2 -2
- data/app/lib/actions/katello/product/content_destroy.rb +1 -1
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/create.rb +1 -1
- data/app/lib/actions/katello/repository/destroy.rb +4 -4
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
- data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
- data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
- data/app/lib/katello/resources/candlepin.rb +4 -0
- data/app/models/katello/authorization/repository.rb +17 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
- data/app/models/katello/content_view_deb_filter.rb +10 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
- data/app/models/katello/deb.rb +10 -12
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/glue/provider.rb +14 -3
- data/app/models/katello/host/content_facet.rb +1 -1
- data/app/models/katello/host/subscription_facet.rb +1 -7
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +4 -23
- data/app/models/katello/root_repository.rb +2 -5
- data/app/services/katello/candlepin/event_handler.rb +0 -33
- data/app/services/katello/candlepin/message_handler.rb +0 -41
- data/app/services/katello/content_unit_indexer.rb +59 -13
- data/app/services/katello/product_content_finder.rb +16 -7
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/content_guard.rb +5 -5
- data/app/services/katello/pulp3/api/core.rb +10 -0
- data/app/services/katello/pulp3/content_view_version/export.rb +25 -10
- data/app/services/katello/pulp3/deb.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/file_unit.rb +1 -0
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
- data/app/services/katello/pulp3/module_stream.rb +1 -0
- data/app/services/katello/pulp3/package_group.rb +1 -0
- data/app/services/katello/pulp3/repository/apt.rb +30 -13
- data/app/services/katello/pulp3/repository.rb +59 -10
- data/app/services/katello/pulp3/rpm.rb +3 -2
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/pulp3/task_group.rb +1 -1
- data/app/services/katello/registration_manager.rb +19 -17
- data/app/services/katello/repository_type_manager.rb +7 -5
- data/app/services/katello/smart_proxy_helper.rb +1 -6
- data/app/views/foreman/job_templates/upload_profile.erb +5 -0
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
- data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
- data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/routes/api/v2.rb +2 -2
- data/config/routes/overrides.rb +2 -7
- data/config/routes.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
- data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
- data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
- data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
- data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +4 -4
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +16 -8
- data/lib/katello/tasks/jenkins.rake +1 -1
- data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
- data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +52 -349
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +52 -349
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +52 -349
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +54 -350
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +54 -351
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +56 -353
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +52 -349
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +52 -349
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +55 -352
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +54 -350
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +53 -350
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +52 -349
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +56 -353
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +52 -349
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +139 -435
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +52 -349
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +52 -349
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +52 -349
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +52 -349
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +52 -349
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +53 -350
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +143 -439
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +56 -353
- data/locale/katello.pot +695 -1152
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +52 -349
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +136 -432
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +52 -349
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +52 -349
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +52 -349
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +52 -349
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +52 -349
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +52 -349
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +52 -349
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +52 -349
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +56 -353
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +52 -349
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +52 -349
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +54 -351
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +52 -349
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +52 -349
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +52 -349
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +52 -349
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +52 -349
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +52 -349
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +52 -349
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +52 -349
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +52 -349
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +136 -432
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +54 -351
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +10 -3
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +7 -0
- data/webpack/containers/Application/config.js +11 -1
- data/webpack/global_index.js +3 -0
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
- data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
- data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
- data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
- data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
- data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
- data/webpack/scenes/ContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +83 -55
- data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
- data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
- data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
- data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
- data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
- data/locale/action_names.rb +0 -186
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
data/locale/katello.pot
CHANGED
|
@@ -8,8 +8,8 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: katello 1.0.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2025-
|
|
12
|
-
"PO-Revision-Date: 2025-
|
|
11
|
+
"POT-Creation-Date: 2025-10-29 19:44+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2025-10-29 19:44+0000\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -18,17 +18,17 @@ msgstr ""
|
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
|
20
20
|
|
|
21
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
21
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:190
|
|
22
22
|
msgid ""
|
|
23
23
|
"Invalid format. Container pushes should follow 'organization_label/product_lab"
|
|
24
24
|
"el/name' OR 'id/organization_id/product_id/name' schema."
|
|
25
25
|
msgstr ""
|
|
26
26
|
|
|
27
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
27
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:203
|
|
28
28
|
msgid "Invalid format. Organization label cannot be blank."
|
|
29
29
|
msgstr ""
|
|
30
30
|
|
|
31
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
31
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:220
|
|
32
32
|
msgid ""
|
|
33
33
|
"Due to a change in your organizations, this container name has become ambiguou"
|
|
34
34
|
"s (org name '%{org_label}'). If you wish to continue using this container name"
|
|
@@ -37,27 +37,27 @@ msgid ""
|
|
|
37
37
|
"d retry your push using the id format."
|
|
38
38
|
msgstr ""
|
|
39
39
|
|
|
40
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
40
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:236
|
|
41
41
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
42
42
|
msgstr ""
|
|
43
43
|
|
|
44
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
44
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:243
|
|
45
45
|
msgid "Organization not found: '%s'"
|
|
46
46
|
msgstr ""
|
|
47
47
|
|
|
48
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
48
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:256
|
|
49
49
|
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
|
50
50
|
msgstr ""
|
|
51
51
|
|
|
52
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
52
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:264
|
|
53
53
|
msgid "Organization id not found: '%s'"
|
|
54
54
|
msgstr ""
|
|
55
55
|
|
|
56
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
56
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:276
|
|
57
57
|
msgid "Invalid format. Product label cannot be blank."
|
|
58
58
|
msgstr ""
|
|
59
59
|
|
|
60
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
60
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:291
|
|
61
61
|
msgid ""
|
|
62
62
|
"Due to a change in your products, this container name has become ambiguous (pr"
|
|
63
63
|
"oduct name '%{prod_label}'). If you wish to continue using this container name"
|
|
@@ -66,27 +66,27 @@ msgid ""
|
|
|
66
66
|
"o_label}' and retry your push using the id format."
|
|
67
67
|
msgstr ""
|
|
68
68
|
|
|
69
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
69
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:305
|
|
70
70
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
71
71
|
msgstr ""
|
|
72
72
|
|
|
73
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
73
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:312
|
|
74
74
|
msgid "Product not found: '%s'"
|
|
75
75
|
msgstr ""
|
|
76
76
|
|
|
77
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
77
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:325
|
|
78
78
|
msgid "Invalid format. Product id must be an integer without leading zeros."
|
|
79
79
|
msgstr ""
|
|
80
80
|
|
|
81
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
81
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:333
|
|
82
82
|
msgid "Product id not found: '%s'"
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
85
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
85
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:357
|
|
86
86
|
msgid "Invalid format. Container name cannot be blank."
|
|
87
87
|
msgstr ""
|
|
88
88
|
|
|
89
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
89
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:375
|
|
90
90
|
msgid ""
|
|
91
91
|
"Repository name '%{container_name}' already exists in this product using a dif"
|
|
92
92
|
"ferent naming scheme. Please retry your request with the %{root_repo_container"
|
|
@@ -94,23 +94,23 @@ msgid ""
|
|
|
94
94
|
" schema."
|
|
95
95
|
msgstr ""
|
|
96
96
|
|
|
97
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
97
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:388
|
|
98
98
|
msgid "Requested access to '%s' is denied"
|
|
99
99
|
msgstr ""
|
|
100
100
|
|
|
101
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
101
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:414
|
|
102
102
|
msgid "Could not locate local uploaded repository for content indexing."
|
|
103
103
|
msgstr ""
|
|
104
104
|
|
|
105
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
105
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:428
|
|
106
106
|
msgid "Could not locate repository properties for content indexing."
|
|
107
107
|
msgstr ""
|
|
108
108
|
|
|
109
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
109
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:459
|
|
110
110
|
msgid "Could not locate Pulp distribution."
|
|
111
111
|
msgstr ""
|
|
112
112
|
|
|
113
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
|
113
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:871
|
|
114
114
|
msgid "%s was not found!"
|
|
115
115
|
msgstr ""
|
|
116
116
|
|
|
@@ -202,12 +202,12 @@ msgstr ""
|
|
|
202
202
|
msgid "Couldn't find environment '%s'"
|
|
203
203
|
msgstr ""
|
|
204
204
|
|
|
205
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
206
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
207
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
208
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
205
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:17
|
|
206
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:41
|
|
207
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:104
|
|
208
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:113
|
|
209
209
|
#: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:14
|
|
210
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
210
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:52
|
|
211
211
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:48
|
|
212
212
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:128
|
|
213
213
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:137
|
|
@@ -229,55 +229,51 @@ msgstr ""
|
|
|
229
229
|
msgid "organization identifier"
|
|
230
230
|
msgstr ""
|
|
231
231
|
|
|
232
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
232
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:18
|
|
233
233
|
msgid "description"
|
|
234
234
|
msgstr ""
|
|
235
235
|
|
|
236
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
236
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:19
|
|
237
237
|
msgid "maximum number of registered content hosts"
|
|
238
238
|
msgstr ""
|
|
239
239
|
|
|
240
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
240
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:20
|
|
241
241
|
msgid "can the activation key have unlimited hosts"
|
|
242
242
|
msgstr ""
|
|
243
243
|
|
|
244
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
245
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
244
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:21
|
|
245
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:135
|
|
246
246
|
msgid "content release version"
|
|
247
247
|
msgstr ""
|
|
248
248
|
|
|
249
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
249
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:22
|
|
250
250
|
msgid "service level"
|
|
251
251
|
msgstr ""
|
|
252
252
|
|
|
253
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:26
|
|
258
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:27
|
|
259
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:21
|
|
260
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:22
|
|
253
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:23
|
|
254
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:24
|
|
255
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:19
|
|
256
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:20
|
|
261
257
|
msgid "Sets the system purpose usage"
|
|
262
258
|
msgstr ""
|
|
263
259
|
|
|
264
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
260
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:26
|
|
265
261
|
msgid ""
|
|
266
262
|
"Hash containing the Id of the single lifecycle environment to be associated wi"
|
|
267
263
|
"th the activation key."
|
|
268
264
|
msgstr ""
|
|
269
265
|
|
|
270
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
266
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:27
|
|
271
267
|
msgid "Id of the single content view to be associated with the activation key."
|
|
272
268
|
msgstr ""
|
|
273
269
|
|
|
274
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
270
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:28
|
|
275
271
|
msgid ""
|
|
276
272
|
"Id of the single lifecycle environment to be associated with the activation ke"
|
|
277
273
|
"y."
|
|
278
274
|
msgstr ""
|
|
279
275
|
|
|
280
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
276
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:29
|
|
281
277
|
msgid ""
|
|
282
278
|
"Comma-separated list of content view environment labels to be associated with "
|
|
283
279
|
"the activation key, in the format of 'lifecycle_environment_label/content_view"
|
|
@@ -286,25 +282,25 @@ msgid ""
|
|
|
286
282
|
"tent_views setting to be on."
|
|
287
283
|
msgstr ""
|
|
288
284
|
|
|
289
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
285
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:33
|
|
290
286
|
msgid ""
|
|
291
287
|
"Array of content view environment ids to be associated with the activation key"
|
|
292
288
|
". Ignored if content_view_id and lifecycle_environment_id are specified. Requi"
|
|
293
289
|
"res allow_multiple_content_views setting to be on."
|
|
294
290
|
msgstr ""
|
|
295
291
|
|
|
296
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
292
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:38
|
|
297
293
|
msgid "List activation keys"
|
|
298
294
|
msgstr ""
|
|
299
295
|
|
|
300
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
296
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:42
|
|
301
297
|
#: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:15
|
|
302
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
298
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:53
|
|
303
299
|
#: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:29
|
|
304
300
|
msgid "environment identifier"
|
|
305
301
|
msgstr ""
|
|
306
302
|
|
|
307
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
303
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:43
|
|
308
304
|
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:13
|
|
309
305
|
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:35
|
|
310
306
|
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:56
|
|
@@ -315,11 +311,11 @@ msgstr ""
|
|
|
315
311
|
msgid "content view identifier"
|
|
316
312
|
msgstr ""
|
|
317
313
|
|
|
318
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
314
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:44
|
|
319
315
|
msgid "activation key name to filter by"
|
|
320
316
|
msgstr ""
|
|
321
317
|
|
|
322
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
318
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:45
|
|
323
319
|
msgid ""
|
|
324
320
|
"Comma-separated list of content view environment labels associated with the ac"
|
|
325
321
|
"tivation key, in the format of 'lifecycle_environment_label/content_view_label"
|
|
@@ -328,207 +324,152 @@ msgid ""
|
|
|
328
324
|
"iews setting to be on."
|
|
329
325
|
msgstr ""
|
|
330
326
|
|
|
331
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
327
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:49
|
|
332
328
|
msgid ""
|
|
333
329
|
"Array of content view environment ids associated with the activation key. Igno"
|
|
334
330
|
"red if content_view_id and lifecycle_environment_id are specified.Requires all"
|
|
335
331
|
"ow_multiple_content_views setting to be on."
|
|
336
332
|
msgstr ""
|
|
337
333
|
|
|
338
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
334
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:60
|
|
339
335
|
msgid "Create an activation key"
|
|
340
336
|
msgstr ""
|
|
341
337
|
|
|
342
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
343
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
338
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:61
|
|
339
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:78
|
|
344
340
|
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:48
|
|
345
341
|
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:61
|
|
346
342
|
msgid "name"
|
|
347
343
|
msgstr ""
|
|
348
344
|
|
|
349
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
345
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:75
|
|
350
346
|
msgid "Update an activation key"
|
|
351
347
|
msgstr ""
|
|
352
348
|
|
|
353
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
354
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
355
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
356
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
357
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
358
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
359
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
360
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
361
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
362
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:225
|
|
363
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:255
|
|
349
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:77
|
|
350
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:95
|
|
351
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:103
|
|
352
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:112
|
|
353
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:150
|
|
354
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:161
|
|
355
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:171
|
|
356
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:181
|
|
357
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:211
|
|
364
358
|
msgid "ID of the activation key"
|
|
365
359
|
msgstr ""
|
|
366
360
|
|
|
367
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
361
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:94
|
|
368
362
|
msgid "Destroy an activation key"
|
|
369
363
|
msgstr ""
|
|
370
364
|
|
|
371
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
365
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:102
|
|
372
366
|
msgid "Show an activation key"
|
|
373
367
|
msgstr ""
|
|
374
368
|
|
|
375
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
369
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:105
|
|
376
370
|
msgid "Show hosts associated to an activation key"
|
|
377
371
|
msgstr ""
|
|
378
372
|
|
|
379
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
373
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:110
|
|
380
374
|
msgid "Copy an activation key"
|
|
381
375
|
msgstr ""
|
|
382
376
|
|
|
383
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
377
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:111
|
|
384
378
|
msgid "Name of new activation key"
|
|
385
379
|
msgstr ""
|
|
386
380
|
|
|
387
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
381
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:118
|
|
388
382
|
msgid "New name cannot be blank"
|
|
389
383
|
msgstr ""
|
|
390
384
|
|
|
391
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
385
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:134
|
|
392
386
|
msgid "List host collections the activation key does not belong to"
|
|
393
387
|
msgstr ""
|
|
394
388
|
|
|
395
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
389
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:136
|
|
396
390
|
#: ../app/controllers/katello/api/v2/host_collections_controller.rb:39
|
|
397
391
|
msgid "host collection name to filter by"
|
|
398
392
|
msgstr ""
|
|
399
393
|
|
|
400
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
394
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:149
|
|
401
395
|
msgid "Show release versions available for an activation key"
|
|
402
396
|
msgstr ""
|
|
403
397
|
|
|
404
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
398
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:162
|
|
405
399
|
msgid "List of host collection IDs to associate with activation key"
|
|
406
400
|
msgstr ""
|
|
407
401
|
|
|
408
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
402
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:172
|
|
409
403
|
msgid "List of host collection IDs to disassociate from the activation key"
|
|
410
404
|
msgstr ""
|
|
411
405
|
|
|
412
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
413
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:36
|
|
414
|
-
msgid ""
|
|
415
|
-
"This endpoint is deprecated and will be removed in an upcoming release. Simple"
|
|
416
|
-
" Content Access is the only supported content access mode."
|
|
417
|
-
msgstr ""
|
|
418
|
-
|
|
419
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:188
|
|
420
|
-
msgid "Attach a subscription"
|
|
421
|
-
msgstr ""
|
|
422
|
-
|
|
423
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:190
|
|
424
|
-
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:85
|
|
425
|
-
msgid "Subscription identifier"
|
|
426
|
-
msgstr ""
|
|
427
|
-
|
|
428
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:191
|
|
429
|
-
msgid "Quantity of this subscription to add"
|
|
430
|
-
msgstr ""
|
|
431
|
-
|
|
432
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:192
|
|
433
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:210
|
|
434
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:139
|
|
435
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:128
|
|
436
|
-
msgid "Array of subscriptions to add"
|
|
437
|
-
msgstr ""
|
|
438
|
-
|
|
439
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:193
|
|
440
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:211
|
|
441
|
-
msgid "Subscription Pool uuid"
|
|
442
|
-
msgstr ""
|
|
443
|
-
|
|
444
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:194
|
|
445
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:141
|
|
446
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:130
|
|
447
|
-
msgid "Quantity of this subscriptions to add"
|
|
448
|
-
msgstr ""
|
|
449
|
-
|
|
450
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:207
|
|
451
|
-
msgid "Unattach a subscription"
|
|
452
|
-
msgstr ""
|
|
453
|
-
|
|
454
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:209
|
|
455
|
-
msgid "Subscription ID"
|
|
456
|
-
msgstr ""
|
|
457
|
-
|
|
458
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:224
|
|
406
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:180
|
|
459
407
|
msgid "Override content for activation_key"
|
|
460
408
|
msgstr ""
|
|
461
409
|
|
|
462
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
410
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:182
|
|
463
411
|
msgid "Array of Content override parameters to be added in bulk"
|
|
464
412
|
msgstr ""
|
|
465
413
|
|
|
466
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
467
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
468
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
414
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:183
|
|
415
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:118
|
|
416
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:109
|
|
469
417
|
msgid "Label of the content"
|
|
470
418
|
msgstr ""
|
|
471
419
|
|
|
472
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
473
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
474
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
420
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:184
|
|
421
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:119
|
|
422
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:110
|
|
475
423
|
msgid "Override value. Provide a boolean value if name is 'enabled'"
|
|
476
424
|
msgstr ""
|
|
477
425
|
|
|
478
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
426
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:185
|
|
479
427
|
msgid ""
|
|
480
428
|
"Override parameter key or name. Note if name is not provided the default name "
|
|
481
429
|
"will be 'enabled'"
|
|
482
430
|
msgstr ""
|
|
483
431
|
|
|
484
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
485
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
486
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
487
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
432
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:186
|
|
433
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:121
|
|
434
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:127
|
|
435
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:112
|
|
488
436
|
msgid "Set true to remove an override and reset it to 'default'"
|
|
489
437
|
msgstr ""
|
|
490
438
|
|
|
491
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
439
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:210
|
|
492
440
|
msgid "Show content available for an activation key"
|
|
493
441
|
msgstr ""
|
|
494
442
|
|
|
495
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
496
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
443
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:212
|
|
444
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:106
|
|
497
445
|
msgid "Get all content available, not just that provided by subscriptions"
|
|
498
446
|
msgstr ""
|
|
499
447
|
|
|
500
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
448
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:213
|
|
501
449
|
msgid ""
|
|
502
450
|
"Limit content to just that available in the activation key's content view vers"
|
|
503
451
|
"ion"
|
|
504
452
|
msgstr ""
|
|
505
453
|
|
|
506
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
454
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:236
|
|
507
455
|
msgid "Environment ID and content view ID must be provided together"
|
|
508
456
|
msgstr ""
|
|
509
457
|
|
|
510
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
458
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:241
|
|
511
459
|
msgid ""
|
|
512
460
|
"Couldn't find content view environment with content view ID '%{cv}' and enviro"
|
|
513
461
|
"nment ID '%{env}'"
|
|
514
462
|
msgstr ""
|
|
515
463
|
|
|
516
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
464
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:309
|
|
517
465
|
msgid "Couldn't find host collection '%s'"
|
|
518
466
|
msgstr ""
|
|
519
467
|
|
|
520
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
468
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:316
|
|
521
469
|
msgid "Either organization ID or environment ID needs to be specified"
|
|
522
470
|
msgstr ""
|
|
523
471
|
|
|
524
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:
|
|
525
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:134
|
|
526
|
-
msgid ""
|
|
527
|
-
"The specified organization is in Simple Content Access mode. Attaching subscri"
|
|
528
|
-
"ptions is disabled"
|
|
529
|
-
msgstr ""
|
|
530
|
-
|
|
531
|
-
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:420
|
|
472
|
+
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:358
|
|
532
473
|
msgid "Invalid release version: [%s]"
|
|
533
474
|
msgstr ""
|
|
534
475
|
|
|
@@ -915,7 +856,7 @@ msgstr ""
|
|
|
915
856
|
#: ../app/controllers/katello/api/v2/content_imports_controller.rb:38
|
|
916
857
|
#: ../app/controllers/katello/api/v2/content_imports_controller.rb:47
|
|
917
858
|
#: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:22
|
|
918
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
859
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:85
|
|
919
860
|
#: ../app/controllers/katello/api/v2/debs_controller.rb:39
|
|
920
861
|
#: ../app/controllers/katello/api/v2/errata_controller.rb:12
|
|
921
862
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:33
|
|
@@ -1019,21 +960,21 @@ msgid "Repository identifier"
|
|
|
1019
960
|
msgstr ""
|
|
1020
961
|
|
|
1021
962
|
#:
|
|
1022
|
-
#: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:
|
|
963
|
+
#: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:122
|
|
1023
964
|
msgid ""
|
|
1024
965
|
"Unable to find a base content view to use for incremental export. Please run a"
|
|
1025
966
|
" complete export instead."
|
|
1026
967
|
msgstr ""
|
|
1027
968
|
|
|
1028
969
|
#:
|
|
1029
|
-
#: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:
|
|
970
|
+
#: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:124
|
|
1030
971
|
msgid ""
|
|
1031
972
|
"Unable to find a base content view to use for incremental export using the pro"
|
|
1032
973
|
"vided parameters:%{params}"
|
|
1033
974
|
msgstr ""
|
|
1034
975
|
|
|
1035
976
|
#:
|
|
1036
|
-
#: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:
|
|
977
|
+
#: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:134
|
|
1037
978
|
msgid ""
|
|
1038
979
|
"The provided incremental export format '%{provided}' must match the previous e"
|
|
1039
980
|
"xport's format '%{previous}'. Consider using 'from_history_id' to point to a m"
|
|
@@ -1048,8 +989,8 @@ msgstr ""
|
|
|
1048
989
|
#: ../app/controllers/katello/api/v2/content_imports_controller.rb:8
|
|
1049
990
|
#: ../app/controllers/katello/api/v2/content_view_environments_controller.rb:16
|
|
1050
991
|
#: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:18
|
|
1051
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1052
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
992
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:103
|
|
993
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:113
|
|
1053
994
|
msgid "Content view identifier"
|
|
1054
995
|
msgstr ""
|
|
1055
996
|
|
|
@@ -1477,7 +1418,7 @@ msgid "bulk delete filter rules"
|
|
|
1477
1418
|
msgstr ""
|
|
1478
1419
|
|
|
1479
1420
|
#: ../app/controllers/katello/api/v2/content_view_filters_controller.rb:93
|
|
1480
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1421
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:231
|
|
1481
1422
|
msgid "filter identifiers"
|
|
1482
1423
|
msgstr ""
|
|
1483
1424
|
|
|
@@ -1503,12 +1444,12 @@ msgid "Show a content view's history"
|
|
|
1503
1444
|
msgstr ""
|
|
1504
1445
|
|
|
1505
1446
|
#: ../app/controllers/katello/api/v2/content_view_histories_controller.rb:8
|
|
1506
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1507
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1508
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1509
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1510
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1511
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1447
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:137
|
|
1448
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:143
|
|
1449
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:156
|
|
1450
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:195
|
|
1451
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:230
|
|
1452
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:238
|
|
1512
1453
|
msgid "content view numeric identifier"
|
|
1513
1454
|
msgstr ""
|
|
1514
1455
|
|
|
@@ -1549,7 +1490,7 @@ msgid "Filter content view versions that contain the file"
|
|
|
1549
1490
|
msgstr ""
|
|
1550
1491
|
|
|
1551
1492
|
#: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:26
|
|
1552
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1493
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:54
|
|
1553
1494
|
msgid "Filter out default content views"
|
|
1554
1495
|
msgstr ""
|
|
1555
1496
|
|
|
@@ -1566,7 +1507,7 @@ msgid "force content view promotion and bypass lifecycle environment restriction
|
|
|
1566
1507
|
msgstr ""
|
|
1567
1508
|
|
|
1568
1509
|
#: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:60
|
|
1569
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1510
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:117
|
|
1570
1511
|
msgid "Identifiers for Lifecycle Environment"
|
|
1571
1512
|
msgstr ""
|
|
1572
1513
|
|
|
@@ -1651,12 +1592,12 @@ msgid "Search string for host to perform an action on"
|
|
|
1651
1592
|
msgstr ""
|
|
1652
1593
|
|
|
1653
1594
|
#: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:126
|
|
1654
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
1595
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:30
|
|
1655
1596
|
msgid "List of host ids to perform an action on"
|
|
1656
1597
|
msgstr ""
|
|
1657
1598
|
|
|
1658
1599
|
#: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:129
|
|
1659
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
1600
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:33
|
|
1660
1601
|
msgid "List of host ids to exclude and not run an action on"
|
|
1661
1602
|
msgstr ""
|
|
1662
1603
|
|
|
@@ -1724,279 +1665,289 @@ msgid "List of component content view version ids for composite views"
|
|
|
1724
1665
|
msgstr ""
|
|
1725
1666
|
|
|
1726
1667
|
#: ../app/controllers/katello/api/v2/content_views_controller.rb:24
|
|
1727
|
-
msgid "
|
|
1668
|
+
msgid "List of lifecycle environments for rolling content views"
|
|
1728
1669
|
msgstr ""
|
|
1729
1670
|
|
|
1730
1671
|
#: ../app/controllers/katello/api/v2/content_views_controller.rb:25
|
|
1731
|
-
msgid "
|
|
1672
|
+
msgid "Enable/Disable auto publish of composite view"
|
|
1732
1673
|
msgstr ""
|
|
1733
1674
|
|
|
1734
1675
|
#: ../app/controllers/katello/api/v2/content_views_controller.rb:26
|
|
1676
|
+
msgid "Solve RPM dependencies by default on Content View publish, defaults to false"
|
|
1677
|
+
msgstr ""
|
|
1678
|
+
|
|
1679
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:27
|
|
1735
1680
|
msgid ""
|
|
1736
1681
|
"Designate this Content View for importing from upstream servers only. Defaults"
|
|
1737
1682
|
" to false"
|
|
1738
1683
|
msgstr ""
|
|
1739
1684
|
|
|
1740
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1685
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:31
|
|
1741
1686
|
msgid "Versions to exclusively include in the action"
|
|
1742
1687
|
msgstr ""
|
|
1743
1688
|
|
|
1744
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1689
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:32
|
|
1745
1690
|
msgid "Search string for versions to perform an action on"
|
|
1746
1691
|
msgstr ""
|
|
1747
1692
|
|
|
1748
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1693
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:33
|
|
1749
1694
|
msgid "List of versions to perform an action on"
|
|
1750
1695
|
msgstr ""
|
|
1751
1696
|
|
|
1752
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1697
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:35
|
|
1753
1698
|
msgid ""
|
|
1754
1699
|
"Versions to explicitly exclude in the action. All other versions will be inclu"
|
|
1755
1700
|
"ded in the action, unless an included parameter is passed as well."
|
|
1756
1701
|
msgstr ""
|
|
1757
1702
|
|
|
1758
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1703
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:38
|
|
1759
1704
|
msgid "List of versions to exclude and not run an action on"
|
|
1760
1705
|
msgstr ""
|
|
1761
1706
|
|
|
1762
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1763
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1707
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:50
|
|
1708
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:51
|
|
1764
1709
|
msgid "List content views"
|
|
1765
1710
|
msgstr ""
|
|
1766
1711
|
|
|
1767
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1712
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:55
|
|
1768
1713
|
msgid "Filter out composite content views"
|
|
1769
1714
|
msgstr ""
|
|
1770
1715
|
|
|
1771
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1716
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:56
|
|
1772
1717
|
msgid "Filter only composite content views"
|
|
1773
1718
|
msgstr ""
|
|
1774
1719
|
|
|
1775
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1720
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:57
|
|
1776
1721
|
msgid "Do not include this array of content views"
|
|
1777
1722
|
msgstr ""
|
|
1778
1723
|
|
|
1779
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1780
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1724
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:58
|
|
1725
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:86
|
|
1781
1726
|
msgid "Name of the content view"
|
|
1782
1727
|
msgstr ""
|
|
1783
1728
|
|
|
1784
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1729
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:59
|
|
1785
1730
|
msgid "Label of the content view"
|
|
1786
1731
|
msgstr ""
|
|
1787
1732
|
|
|
1788
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1733
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:60
|
|
1789
1734
|
msgid "Include content views generated by imports/exports. Defaults to false"
|
|
1790
1735
|
msgstr ""
|
|
1791
1736
|
|
|
1792
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1793
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1737
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:83
|
|
1738
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:84
|
|
1794
1739
|
msgid "Create a content view"
|
|
1795
1740
|
msgstr ""
|
|
1796
1741
|
|
|
1797
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1742
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:87
|
|
1798
1743
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:216
|
|
1799
1744
|
msgid "Content view label"
|
|
1800
1745
|
msgstr ""
|
|
1801
1746
|
|
|
1802
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1803
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
1804
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:
|
|
1747
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:88
|
|
1748
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:202
|
|
1749
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:52
|
|
1805
1750
|
#: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:18
|
|
1806
1751
|
msgid "Composite content view"
|
|
1807
1752
|
msgstr ""
|
|
1808
1753
|
|
|
1809
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1810
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
1811
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:
|
|
1754
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:89
|
|
1755
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:216
|
|
1756
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:52
|
|
1812
1757
|
#: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:22
|
|
1813
1758
|
msgid "Rolling content view"
|
|
1814
1759
|
msgstr ""
|
|
1815
1760
|
|
|
1816
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1761
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:102
|
|
1817
1762
|
msgid "Update a content view"
|
|
1818
1763
|
msgstr ""
|
|
1819
1764
|
|
|
1820
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1765
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:104
|
|
1821
1766
|
msgid "New name for the content view"
|
|
1822
1767
|
msgstr ""
|
|
1823
1768
|
|
|
1824
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1769
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:112
|
|
1825
1770
|
msgid "Publish a content view"
|
|
1826
1771
|
msgstr ""
|
|
1827
1772
|
|
|
1828
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1773
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:114
|
|
1829
1774
|
msgid "Description for the new published content view version"
|
|
1830
1775
|
msgstr ""
|
|
1831
1776
|
|
|
1832
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1777
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:115
|
|
1833
1778
|
msgid "Override the major version number"
|
|
1834
1779
|
msgstr ""
|
|
1835
1780
|
|
|
1836
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1781
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:116
|
|
1837
1782
|
msgid "Override the minor version number"
|
|
1838
1783
|
msgstr ""
|
|
1839
1784
|
|
|
1840
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1785
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:118
|
|
1841
1786
|
msgid ""
|
|
1842
1787
|
"Check audited changes and proceed only if content or filters have changed sinc"
|
|
1843
1788
|
"e last publish"
|
|
1844
1789
|
msgstr ""
|
|
1845
1790
|
|
|
1846
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1791
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:119
|
|
1847
1792
|
msgid "Force content view promotion and bypass lifecycle environment restriction"
|
|
1848
1793
|
msgstr ""
|
|
1849
1794
|
|
|
1850
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1795
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:120
|
|
1851
1796
|
msgid "Specify the list of units in each repo"
|
|
1852
1797
|
msgstr ""
|
|
1853
1798
|
|
|
1854
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1799
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:121
|
|
1855
1800
|
msgid "repo label"
|
|
1856
1801
|
msgstr ""
|
|
1857
1802
|
|
|
1858
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1803
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:122
|
|
1859
1804
|
msgid "list of rpm filename strings to include in published version"
|
|
1860
1805
|
msgstr ""
|
|
1861
1806
|
|
|
1862
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1807
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:136
|
|
1863
1808
|
msgid "Show a content view"
|
|
1864
1809
|
msgstr ""
|
|
1865
1810
|
|
|
1866
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1811
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:142
|
|
1867
1812
|
msgid "Remove a content view from an environment"
|
|
1868
1813
|
msgstr ""
|
|
1869
1814
|
|
|
1870
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1815
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:144
|
|
1871
1816
|
msgid "environment numeric identifier"
|
|
1872
1817
|
msgstr ""
|
|
1873
1818
|
|
|
1874
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1819
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:147
|
|
1875
1820
|
msgid "Content view '%{view}' is not in lifecycle environment '%{env}'."
|
|
1876
1821
|
msgstr ""
|
|
1877
1822
|
|
|
1878
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1823
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:155
|
|
1879
1824
|
msgid ""
|
|
1880
1825
|
"Remove versions and/or environments from a content view and reassign systems a"
|
|
1881
1826
|
"nd keys"
|
|
1882
1827
|
msgstr ""
|
|
1883
1828
|
|
|
1884
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1829
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:157
|
|
1885
1830
|
msgid "environment numeric identifiers to be removed"
|
|
1886
1831
|
msgstr ""
|
|
1887
1832
|
|
|
1888
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1833
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:158
|
|
1889
1834
|
msgid "content view version identifiers to be deleted"
|
|
1890
1835
|
msgstr ""
|
|
1891
1836
|
|
|
1892
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1893
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1837
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:159
|
|
1838
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:196
|
|
1894
1839
|
msgid "content view to reassign orphaned systems to"
|
|
1895
1840
|
msgstr ""
|
|
1896
1841
|
|
|
1897
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1898
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1842
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:160
|
|
1843
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:197
|
|
1899
1844
|
msgid "environment to reassign orphaned systems to"
|
|
1900
1845
|
msgstr ""
|
|
1901
1846
|
|
|
1902
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1903
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1847
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:161
|
|
1848
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:198
|
|
1904
1849
|
msgid "content view to reassign orphaned activation keys to"
|
|
1905
1850
|
msgstr ""
|
|
1906
1851
|
|
|
1907
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1908
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1852
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:162
|
|
1853
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:199
|
|
1909
1854
|
msgid "environment to reassign orphaned activation keys to"
|
|
1910
1855
|
msgstr ""
|
|
1911
1856
|
|
|
1912
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1857
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:163
|
|
1913
1858
|
msgid "delete the content view with all the versions and environments"
|
|
1914
1859
|
msgstr ""
|
|
1915
1860
|
|
|
1916
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1917
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1861
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:176
|
|
1862
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:214
|
|
1918
1863
|
msgid ""
|
|
1919
1864
|
"There either were no environments nor versions specified or there were invalid"
|
|
1920
1865
|
" environments/versions specified. Please check environment_ids and content_vie"
|
|
1921
1866
|
"w_version_ids parameters."
|
|
1922
1867
|
msgstr ""
|
|
1923
1868
|
|
|
1924
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1869
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:193
|
|
1925
1870
|
msgid "Bulk remove versions from a content view and reassign systems and keys"
|
|
1926
1871
|
msgstr ""
|
|
1927
1872
|
|
|
1928
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1873
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:202
|
|
1929
1874
|
msgid "It's not possible to bulk remove versions from a rolling content view."
|
|
1930
1875
|
msgstr ""
|
|
1931
1876
|
|
|
1932
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1877
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:229
|
|
1933
1878
|
msgid "Delete multiple filters from a content view"
|
|
1934
1879
|
msgstr ""
|
|
1935
1880
|
|
|
1936
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1881
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:237
|
|
1937
1882
|
msgid "Delete a content view"
|
|
1938
1883
|
msgstr ""
|
|
1939
1884
|
|
|
1940
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1885
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:244
|
|
1941
1886
|
msgid "Make copy of a content view"
|
|
1942
1887
|
msgstr ""
|
|
1943
1888
|
|
|
1944
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1889
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:245
|
|
1945
1890
|
msgid "Content view numeric identifier"
|
|
1946
1891
|
msgstr ""
|
|
1947
1892
|
|
|
1948
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1893
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:246
|
|
1949
1894
|
msgid "New content view name"
|
|
1950
1895
|
msgstr ""
|
|
1951
1896
|
|
|
1952
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1897
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:250
|
|
1953
1898
|
msgid "It's not possible to copy a rolling content view."
|
|
1954
1899
|
msgstr ""
|
|
1955
1900
|
|
|
1956
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1901
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:262
|
|
1957
1902
|
msgid "It's not possible to publish a rolling content view."
|
|
1958
1903
|
msgstr ""
|
|
1959
1904
|
|
|
1960
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1905
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:265
|
|
1961
1906
|
msgid ""
|
|
1962
1907
|
"Directly setting package lists on composite content views is not allowed. Plea"
|
|
1963
1908
|
"se update the components, then re-publish the composite."
|
|
1964
1909
|
msgstr ""
|
|
1965
1910
|
|
|
1966
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1911
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:269
|
|
1967
1912
|
msgid ""
|
|
1968
1913
|
"A CV version already exists with the same major and minor version (%{major}.%{"
|
|
1969
1914
|
"minor})"
|
|
1970
1915
|
msgstr ""
|
|
1971
1916
|
|
|
1972
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1917
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:273
|
|
1973
1918
|
msgid "Both major and minor parameters have to be used to override a CV version"
|
|
1974
1919
|
msgstr ""
|
|
1975
1920
|
|
|
1976
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1921
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:278
|
|
1977
1922
|
msgid ""
|
|
1978
1923
|
"Content view does not need a publish since there are no audited changes since "
|
|
1979
1924
|
"the last publish. Pass check_needs_publish parameter as false if you don't wan"
|
|
1980
1925
|
"t to check if content view needs a publish."
|
|
1981
1926
|
msgstr ""
|
|
1982
1927
|
|
|
1983
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1928
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:285
|
|
1984
1929
|
msgid "The default content view cannot be edited, published, or deleted."
|
|
1985
1930
|
msgstr ""
|
|
1986
1931
|
|
|
1987
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1932
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:291
|
|
1988
1933
|
msgid ""
|
|
1989
1934
|
"Import only Content Views cannot be directly publsihed. Content can only be up"
|
|
1990
1935
|
"dated by importing into the view."
|
|
1991
1936
|
msgstr ""
|
|
1992
1937
|
|
|
1993
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1938
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:295
|
|
1994
1939
|
msgid ""
|
|
1995
1940
|
"Generated content views cannot be directly published. They can updated only vi"
|
|
1996
1941
|
"a export."
|
|
1997
1942
|
msgstr ""
|
|
1998
1943
|
|
|
1999
|
-
#: ../app/controllers/katello/api/v2/content_views_controller.rb:
|
|
1944
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:319
|
|
1945
|
+
msgid ""
|
|
1946
|
+
"It's not possible to provide environment_ids for anything other than a rolling"
|
|
1947
|
+
" content view."
|
|
1948
|
+
msgstr ""
|
|
1949
|
+
|
|
1950
|
+
#: ../app/controllers/katello/api/v2/content_views_controller.rb:332
|
|
2000
1951
|
msgid "Always Use Latest (currently %{version})"
|
|
2001
1952
|
msgstr ""
|
|
2002
1953
|
|
|
@@ -2060,7 +2011,7 @@ msgid ""
|
|
|
2060
2011
|
" 'content_view_version' is supported."
|
|
2061
2012
|
msgstr ""
|
|
2062
2013
|
|
|
2063
|
-
#: ../app/controllers/katello/api/v2/debs_controller.rb:
|
|
2014
|
+
#: ../app/controllers/katello/api/v2/debs_controller.rb:122
|
|
2064
2015
|
#: ../app/controllers/katello/api/v2/errata_controller.rb:86
|
|
2065
2016
|
#: ../app/controllers/katello/api/v2/packages_controller.rb:112
|
|
2066
2017
|
msgid "Could not find a host with id %s"
|
|
@@ -2111,7 +2062,7 @@ msgid "ID of the environment"
|
|
|
2111
2062
|
msgstr ""
|
|
2112
2063
|
|
|
2113
2064
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:70
|
|
2114
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2065
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:27
|
|
2115
2066
|
#: ../app/controllers/katello/api/v2/products_controller.rb:76
|
|
2116
2067
|
msgid "ID of the organization"
|
|
2117
2068
|
msgstr ""
|
|
@@ -2573,11 +2524,15 @@ msgstr ""
|
|
|
2573
2524
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
|
2574
2525
|
msgstr ""
|
|
2575
2526
|
|
|
2576
|
-
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:
|
|
2527
|
+
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:13
|
|
2528
|
+
msgid "Return a list of installed debs distinct by name"
|
|
2529
|
+
msgstr ""
|
|
2530
|
+
|
|
2531
|
+
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:27
|
|
2577
2532
|
msgid "List deb packages installed on the host"
|
|
2578
2533
|
msgstr ""
|
|
2579
2534
|
|
|
2580
|
-
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:
|
|
2535
|
+
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:28
|
|
2581
2536
|
#: ../app/controllers/katello/api/v2/host_module_streams_controller.rb:13
|
|
2582
2537
|
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:40
|
|
2583
2538
|
#: ../app/controllers/katello/api/v2/host_tracer_controller.rb:12
|
|
@@ -2585,12 +2540,12 @@ msgstr ""
|
|
|
2585
2540
|
msgid "ID of the host"
|
|
2586
2541
|
msgstr ""
|
|
2587
2542
|
|
|
2588
|
-
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:
|
|
2543
|
+
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:29
|
|
2589
2544
|
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:41
|
|
2590
2545
|
msgid "Also include the latest upgradable package version for each host package"
|
|
2591
2546
|
msgstr ""
|
|
2592
2547
|
|
|
2593
|
-
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:
|
|
2548
|
+
#: ../app/controllers/katello/api/v2/host_debs_controller.rb:30
|
|
2594
2549
|
#: ../app/controllers/katello/api/v2/host_packages_controller.rb:42
|
|
2595
2550
|
msgid "Return only packages of a particular status (upgradable or up-to-date)"
|
|
2596
2551
|
msgstr ""
|
|
@@ -2739,209 +2694,162 @@ msgstr ""
|
|
|
2739
2694
|
msgid "Status must be one of: %s"
|
|
2740
2695
|
msgstr ""
|
|
2741
2696
|
|
|
2742
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2697
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:10
|
|
2743
2698
|
msgid ""
|
|
2744
2699
|
"Product id as listed from a host's installed products, \\\n"
|
|
2745
2700
|
" this is not the same product id as the products api returns"
|
|
2746
2701
|
msgstr ""
|
|
2747
2702
|
|
|
2748
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2703
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:12
|
|
2749
2704
|
msgid "Product name as listed from a host's installed products"
|
|
2750
2705
|
msgstr ""
|
|
2751
2706
|
|
|
2752
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2707
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:13
|
|
2753
2708
|
msgid "Product architecture"
|
|
2754
2709
|
msgstr ""
|
|
2755
2710
|
|
|
2756
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2711
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:14
|
|
2757
2712
|
msgid "Product version"
|
|
2758
2713
|
msgstr ""
|
|
2759
2714
|
|
|
2760
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2715
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:18
|
|
2761
2716
|
msgid "Release version for this Host to use (7Server, 7.1, etc)"
|
|
2762
2717
|
msgstr ""
|
|
2763
2718
|
|
|
2764
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2765
|
-
msgid "
|
|
2766
|
-
msgstr ""
|
|
2767
|
-
|
|
2768
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:23
|
|
2769
|
-
msgid "Service level to be used for autoheal"
|
|
2719
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:21
|
|
2720
|
+
msgid "Service level"
|
|
2770
2721
|
msgstr ""
|
|
2771
2722
|
|
|
2772
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2723
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:22
|
|
2773
2724
|
msgid "List of hypervisor guest uuids"
|
|
2774
2725
|
msgstr ""
|
|
2775
2726
|
|
|
2776
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2777
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2727
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:23
|
|
2728
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:65
|
|
2778
2729
|
msgid "List of products installed on the host"
|
|
2779
2730
|
msgstr ""
|
|
2780
2731
|
|
|
2781
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2732
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:34
|
|
2733
|
+
msgid ""
|
|
2734
|
+
"This endpoint is deprecated and will be removed in an upcoming release. Simple"
|
|
2735
|
+
" Content Access is the only supported content access mode."
|
|
2736
|
+
msgstr ""
|
|
2737
|
+
|
|
2738
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:37
|
|
2782
2739
|
msgid "List a host's subscriptions"
|
|
2783
2740
|
msgstr ""
|
|
2784
2741
|
|
|
2785
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2786
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2787
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2788
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:119
|
|
2789
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:138
|
|
2790
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:158
|
|
2742
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:38
|
|
2743
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:53
|
|
2744
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:105
|
|
2791
2745
|
#: ../app/controllers/katello/api/v2/repository_sets_controller.rb:31
|
|
2792
2746
|
msgid "Id of the host"
|
|
2793
2747
|
msgstr ""
|
|
2794
2748
|
|
|
2795
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2796
|
-
msgid "Trigger an auto-attach of subscriptions"
|
|
2797
|
-
msgstr ""
|
|
2798
|
-
|
|
2799
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:59
|
|
2800
|
-
msgid ""
|
|
2801
|
-
"This host's organization is in Simple Content Access mode. Auto-attach is disa"
|
|
2802
|
-
"bled"
|
|
2803
|
-
msgstr ""
|
|
2804
|
-
|
|
2805
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:66
|
|
2749
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:52
|
|
2806
2750
|
msgid "Unregister the host as a subscription consumer"
|
|
2807
2751
|
msgstr ""
|
|
2808
2752
|
|
|
2809
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2753
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:60
|
|
2810
2754
|
msgid "Register a host with subscription and information"
|
|
2811
2755
|
msgstr ""
|
|
2812
2756
|
|
|
2813
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2757
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:61
|
|
2814
2758
|
msgid "Name of the host"
|
|
2815
2759
|
msgstr ""
|
|
2816
2760
|
|
|
2817
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2761
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:62
|
|
2818
2762
|
msgid "UUID to use for registered host, random uuid is generated if not provided"
|
|
2819
2763
|
msgstr ""
|
|
2820
2764
|
|
|
2821
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2765
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:63
|
|
2822
2766
|
msgid ""
|
|
2823
2767
|
"Key-value hash of subscription-manager facts, nesting uses a period delimiter "
|
|
2824
2768
|
"(.)"
|
|
2825
2769
|
msgstr ""
|
|
2826
2770
|
|
|
2827
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2771
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:64
|
|
2828
2772
|
msgid "UUIDs of the virtual guests from the host's hypervisor"
|
|
2829
2773
|
msgstr ""
|
|
2830
2774
|
|
|
2831
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2775
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:68
|
|
2832
2776
|
msgid "Release version of the content host"
|
|
2833
2777
|
msgstr ""
|
|
2834
2778
|
|
|
2835
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2836
|
-
msgid "
|
|
2779
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:69
|
|
2780
|
+
msgid "Service level, e.g. SELF-SUPPORT"
|
|
2837
2781
|
msgstr ""
|
|
2838
2782
|
|
|
2839
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2783
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:70
|
|
2840
2784
|
msgid "Lifecycle Environment ID"
|
|
2841
2785
|
msgstr ""
|
|
2842
2786
|
|
|
2843
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2787
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:71
|
|
2844
2788
|
msgid "Content View ID"
|
|
2845
2789
|
msgstr ""
|
|
2846
2790
|
|
|
2847
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2848
|
-
msgid "Remove subscriptions from a host"
|
|
2849
|
-
msgstr ""
|
|
2850
|
-
|
|
2851
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:120
|
|
2852
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:111
|
|
2853
|
-
msgid "Array of subscriptions to remove"
|
|
2854
|
-
msgstr ""
|
|
2855
|
-
|
|
2856
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:121
|
|
2857
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:140
|
|
2858
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:112
|
|
2859
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:129
|
|
2860
|
-
msgid "Subscription Pool id"
|
|
2861
|
-
msgstr ""
|
|
2862
|
-
|
|
2863
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:122
|
|
2864
|
-
msgid ""
|
|
2865
|
-
"If specified, remove the first instance of a subscription with matching id and"
|
|
2866
|
-
" quantity"
|
|
2867
|
-
msgstr ""
|
|
2868
|
-
|
|
2869
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:137
|
|
2870
|
-
msgid "Add a subscription to a host"
|
|
2871
|
-
msgstr ""
|
|
2872
|
-
|
|
2873
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:146
|
|
2874
|
-
msgid ""
|
|
2875
|
-
"This host's organization is in Simple Content Access mode. Attaching subscript"
|
|
2876
|
-
"ions is disabled."
|
|
2877
|
-
msgstr ""
|
|
2878
|
-
|
|
2879
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:157
|
|
2791
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:104
|
|
2880
2792
|
msgid "Get content and overrides for the host"
|
|
2881
2793
|
msgstr ""
|
|
2882
2794
|
|
|
2883
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2795
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:107
|
|
2884
2796
|
msgid "Limit content to just that available in the host's content view version"
|
|
2885
2797
|
msgstr ""
|
|
2886
2798
|
|
|
2887
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2799
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:114
|
|
2888
2800
|
msgid "Set content overrides for the host"
|
|
2889
2801
|
msgstr ""
|
|
2890
2802
|
|
|
2891
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2803
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:115
|
|
2892
2804
|
msgid "Id of the content host"
|
|
2893
2805
|
msgstr ""
|
|
2894
2806
|
|
|
2895
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2807
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:116
|
|
2896
2808
|
msgid "Override to a boolean value or 'default'"
|
|
2897
2809
|
msgstr ""
|
|
2898
2810
|
|
|
2899
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2900
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2811
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:117
|
|
2812
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:108
|
|
2901
2813
|
msgid "Array of Content override parameters"
|
|
2902
2814
|
msgstr ""
|
|
2903
2815
|
|
|
2904
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2905
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2816
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:120
|
|
2817
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:111
|
|
2906
2818
|
msgid ""
|
|
2907
2819
|
"Override key or name. Note if name is not provided the default name will be 'e"
|
|
2908
2820
|
"nabled'"
|
|
2909
2821
|
msgstr ""
|
|
2910
2822
|
|
|
2911
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2823
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:123
|
|
2912
2824
|
msgid "Content override search parameters"
|
|
2913
2825
|
msgstr ""
|
|
2914
2826
|
|
|
2915
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2827
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:125
|
|
2916
2828
|
msgid "Set true to override to enabled; Set false to override to disabled.'"
|
|
2917
2829
|
msgstr ""
|
|
2918
2830
|
|
|
2919
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2831
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:126
|
|
2920
2832
|
msgid "Limit actions to content in the host's environment."
|
|
2921
2833
|
msgstr ""
|
|
2922
2834
|
|
|
2923
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2835
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:137
|
|
2924
2836
|
msgid "Show releases available for the content host"
|
|
2925
2837
|
msgstr ""
|
|
2926
2838
|
|
|
2927
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2928
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2839
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:138
|
|
2840
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:145
|
|
2929
2841
|
msgid "id of host"
|
|
2930
2842
|
msgstr ""
|
|
2931
2843
|
|
|
2932
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2844
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:144
|
|
2933
2845
|
msgid "Show repositories enabled on the host that are known to Katello"
|
|
2934
2846
|
msgstr ""
|
|
2935
2847
|
|
|
2936
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2848
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:162
|
|
2937
2849
|
msgid "Couldn't find specified content view and lifecycle environment."
|
|
2938
2850
|
msgstr ""
|
|
2939
2851
|
|
|
2940
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:
|
|
2941
|
-
msgid "subscriptions not specified"
|
|
2942
|
-
msgstr ""
|
|
2943
|
-
|
|
2944
|
-
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:236
|
|
2852
|
+
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:179
|
|
2945
2853
|
msgid "unknown permission for %s"
|
|
2946
2854
|
msgstr ""
|
|
2947
2855
|
|
|
@@ -2954,7 +2862,7 @@ msgid "Resolve traces"
|
|
|
2954
2862
|
msgstr ""
|
|
2955
2863
|
|
|
2956
2864
|
#: ../app/controllers/katello/api/v2/host_tracer_controller.rb:20
|
|
2957
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2865
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:150
|
|
2958
2866
|
msgid "Array of Trace IDs"
|
|
2959
2867
|
msgstr ""
|
|
2960
2868
|
|
|
@@ -2962,148 +2870,128 @@ msgstr ""
|
|
|
2962
2870
|
msgid "The requested traces were not found for this host"
|
|
2963
2871
|
msgstr ""
|
|
2964
2872
|
|
|
2965
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2873
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:29
|
|
2966
2874
|
msgid "Search string for hosts to perform an action on"
|
|
2967
2875
|
msgstr ""
|
|
2968
2876
|
|
|
2969
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2877
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:38
|
|
2970
2878
|
msgid "Add one or more host collections to one or more hosts"
|
|
2971
2879
|
msgstr ""
|
|
2972
2880
|
|
|
2973
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2974
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2881
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:40
|
|
2882
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:63
|
|
2975
2883
|
msgid "List of host collection ids"
|
|
2976
2884
|
msgstr ""
|
|
2977
2885
|
|
|
2978
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2886
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:51
|
|
2979
2887
|
msgid ""
|
|
2980
2888
|
"Successfully added %{count} content host(s) to host collection %{host_collecti"
|
|
2981
2889
|
"on}."
|
|
2982
2890
|
msgstr ""
|
|
2983
2891
|
|
|
2984
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2892
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:61
|
|
2985
2893
|
msgid "Remove one or more host collections from one or more hosts"
|
|
2986
2894
|
msgstr ""
|
|
2987
2895
|
|
|
2988
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2896
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:74
|
|
2989
2897
|
msgid ""
|
|
2990
2898
|
"Successfully removed %{count} content host(s) from host collection %{host_coll"
|
|
2991
2899
|
"ection}."
|
|
2992
2900
|
msgstr ""
|
|
2993
2901
|
|
|
2994
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2902
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:84
|
|
2995
2903
|
msgid "Fetch applicable errata for one or more hosts."
|
|
2996
2904
|
msgstr ""
|
|
2997
2905
|
|
|
2998
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2906
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:92
|
|
2999
2907
|
msgid "Fetch installable errata for one or more hosts."
|
|
3000
2908
|
msgstr ""
|
|
3001
2909
|
|
|
3002
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2910
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:99
|
|
3003
2911
|
msgid "Destroy one or more hosts"
|
|
3004
2912
|
msgstr ""
|
|
3005
2913
|
|
|
3006
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
3007
|
-
msgid "Remove subscriptions from one or more hosts"
|
|
3008
|
-
msgstr ""
|
|
3009
|
-
|
|
3010
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:113
|
|
3011
|
-
msgid "Quantity of specified subscription to remove"
|
|
3012
|
-
msgstr ""
|
|
3013
|
-
|
|
3014
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:126
|
|
3015
|
-
msgid "Add subscriptions to one or more hosts"
|
|
3016
|
-
msgstr ""
|
|
3017
|
-
|
|
3018
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:145
|
|
3019
|
-
msgid "Trigger an auto-attach of subscriptions on one or more hosts"
|
|
3020
|
-
msgstr ""
|
|
3021
|
-
|
|
3022
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:152
|
|
2914
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:106
|
|
3023
2915
|
msgid "Set content overrides to one or more hosts"
|
|
3024
2916
|
msgstr ""
|
|
3025
2917
|
|
|
3026
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2918
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:124
|
|
3027
2919
|
msgid "Assign the environment and content view to one or more hosts"
|
|
3028
2920
|
msgstr ""
|
|
3029
2921
|
|
|
3030
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2922
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:133
|
|
3031
2923
|
msgid "Assign the release version to one or more hosts"
|
|
3032
2924
|
msgstr ""
|
|
3033
2925
|
|
|
3034
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2926
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:141
|
|
3035
2927
|
msgid "Fetch traces for one or more hosts"
|
|
3036
2928
|
msgstr ""
|
|
3037
2929
|
|
|
3038
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2930
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:148
|
|
3039
2931
|
msgid "Resolve traces for one or more hosts"
|
|
3040
2932
|
msgstr ""
|
|
3041
2933
|
|
|
3042
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2934
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:157
|
|
3043
2935
|
msgid "Assign system purpose attributes on one or more hosts"
|
|
3044
2936
|
msgstr ""
|
|
3045
2937
|
|
|
3046
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2938
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:159
|
|
3047
2939
|
msgid "Service level of host"
|
|
3048
2940
|
msgstr ""
|
|
3049
2941
|
|
|
3050
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2942
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:160
|
|
3051
2943
|
msgid "Role of host"
|
|
3052
2944
|
msgstr ""
|
|
3053
2945
|
|
|
3054
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2946
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:161
|
|
3055
2947
|
msgid "Usage of host"
|
|
3056
2948
|
msgstr ""
|
|
3057
2949
|
|
|
3058
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2950
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:172
|
|
3059
2951
|
msgid ""
|
|
3060
2952
|
"Given a set of hosts and errata, lists the content view versions and environme"
|
|
3061
2953
|
"nts that need updating."
|
|
3062
2954
|
msgstr ""
|
|
3063
2955
|
|
|
3064
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2956
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:175
|
|
3065
2957
|
msgid "List of Errata ids"
|
|
3066
2958
|
msgstr ""
|
|
3067
2959
|
|
|
3068
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2960
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:177
|
|
3069
2961
|
msgid "errata_ids is a required parameter"
|
|
3070
2962
|
msgstr ""
|
|
3071
2963
|
|
|
3072
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2964
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:202
|
|
3073
2965
|
msgid "Fetch available module streams for hosts."
|
|
3074
2966
|
msgstr ""
|
|
3075
2967
|
|
|
3076
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2968
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:213
|
|
3077
2969
|
msgid ""
|
|
3078
2970
|
"Update the content source for specified hosts and generate the reconfiguration"
|
|
3079
2971
|
" script"
|
|
3080
2972
|
msgstr ""
|
|
3081
2973
|
|
|
3082
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2974
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:214
|
|
3083
2975
|
msgid "The ids of the hosts to alter. Hosts not managed by Katello are ignored"
|
|
3084
2976
|
msgstr ""
|
|
3085
2977
|
|
|
3086
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2978
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:215
|
|
3087
2979
|
msgid "The id of the lifecycle environment"
|
|
3088
2980
|
msgstr ""
|
|
3089
2981
|
|
|
3090
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2982
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:216
|
|
3091
2983
|
msgid "The id of the content view"
|
|
3092
2984
|
msgstr ""
|
|
3093
2985
|
|
|
3094
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2986
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:217
|
|
3095
2987
|
msgid "The id of the content source"
|
|
3096
2988
|
msgstr ""
|
|
3097
2989
|
|
|
3098
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2990
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:246
|
|
3099
2991
|
msgid "Could not find all specified errata ids: %s"
|
|
3100
2992
|
msgstr ""
|
|
3101
2993
|
|
|
3102
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
3103
|
-
msgid "Organization ID is required"
|
|
3104
|
-
msgstr ""
|
|
3105
|
-
|
|
3106
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:329
|
|
2994
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:279
|
|
3107
2995
|
msgid "Maximum number of content hosts exceeded for host collection(s): %s"
|
|
3108
2996
|
msgstr ""
|
|
3109
2997
|
|
|
@@ -4315,6 +4203,10 @@ msgstr ""
|
|
|
4315
4203
|
msgid "Show a subscription"
|
|
4316
4204
|
msgstr ""
|
|
4317
4205
|
|
|
4206
|
+
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:85
|
|
4207
|
+
msgid "Subscription identifier"
|
|
4208
|
+
msgstr ""
|
|
4209
|
+
|
|
4318
4210
|
#: ../app/controllers/katello/api/v2/subscriptions_controller.rb:89
|
|
4319
4211
|
msgid "Subscription not found"
|
|
4320
4212
|
msgstr ""
|
|
@@ -4834,7 +4726,7 @@ msgstr ""
|
|
|
4834
4726
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:168
|
|
4835
4727
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:103
|
|
4836
4728
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:178
|
|
4837
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:
|
|
4729
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:96
|
|
4838
4730
|
msgid "Package"
|
|
4839
4731
|
msgstr ""
|
|
4840
4732
|
|
|
@@ -5000,10 +4892,10 @@ msgstr ""
|
|
|
5000
4892
|
|
|
5001
4893
|
#: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:314
|
|
5002
4894
|
#: ../app/views/smart_proxies/plugins/_pulpcore.html.erb:2
|
|
5003
|
-
#: ../lib/katello/plugin.rb:8 ../lib/katello/plugin.rb:
|
|
5004
|
-
#: ../lib/katello/plugin.rb:
|
|
5005
|
-
#: ../webpack/containers/Application/config.js:
|
|
5006
|
-
#: ../webpack/containers/Application/config.js:
|
|
4895
|
+
#: ../lib/katello/plugin.rb:8 ../lib/katello/plugin.rb:278
|
|
4896
|
+
#: ../lib/katello/plugin.rb:292 ../lib/katello/plugin.rb:369
|
|
4897
|
+
#: ../webpack/containers/Application/config.js:69
|
|
4898
|
+
#: ../webpack/containers/Application/config.js:73 ../webpack/global_index.js:49
|
|
5007
4899
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:64
|
|
5008
4900
|
#: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:140
|
|
5009
4901
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:134
|
|
@@ -5088,42 +4980,34 @@ msgstr ""
|
|
|
5088
4980
|
msgid "Upstream Candlepin"
|
|
5089
4981
|
msgstr ""
|
|
5090
4982
|
|
|
5091
|
-
#: ../app/lib/actions/katello/activation_key/create.rb:
|
|
5092
|
-
#: ../app/lib/actions/katello/content_view/create.rb:18
|
|
4983
|
+
#: ../app/lib/actions/katello/activation_key/create.rb:19
|
|
5093
4984
|
#: ../app/lib/actions/katello/repository/create.rb:63
|
|
5094
4985
|
#: ../app/lib/actions/katello/repository/create_root.rb:17
|
|
5095
|
-
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:
|
|
5096
|
-
#: action_names.rb:23 action_names.rb:24 action_names.rb:25 action_names.rb:26
|
|
5097
|
-
#: action_names.rb:27 action_names.rb:28 action_names.rb:29
|
|
4986
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:226
|
|
5098
4987
|
msgid "Create"
|
|
5099
4988
|
msgstr ""
|
|
5100
4989
|
|
|
5101
|
-
#: ../app/lib/actions/katello/activation_key/destroy.rb:20
|
|
4990
|
+
#: ../app/lib/actions/katello/activation_key/destroy.rb:20
|
|
5102
4991
|
msgid "Delete Activation Key"
|
|
5103
4992
|
msgstr ""
|
|
5104
4993
|
|
|
5105
4994
|
#: ../app/lib/actions/katello/alternate_content_source/create.rb:27
|
|
5106
|
-
#: action_names.rb:12
|
|
5107
4995
|
msgid "Create Alternate Content Source"
|
|
5108
4996
|
msgstr ""
|
|
5109
4997
|
|
|
5110
4998
|
#: ../app/lib/actions/katello/alternate_content_source/destroy.rb:21
|
|
5111
|
-
#: action_names.rb:51
|
|
5112
4999
|
msgid "Destroy Alternate Content Source"
|
|
5113
5000
|
msgstr ""
|
|
5114
5001
|
|
|
5115
5002
|
#: ../app/lib/actions/katello/alternate_content_source/refresh.rb:20
|
|
5116
|
-
#: action_names.rb:107
|
|
5117
5003
|
msgid "Refresh Alternate Content Source"
|
|
5118
5004
|
msgstr ""
|
|
5119
5005
|
|
|
5120
5006
|
#: ../app/lib/actions/katello/alternate_content_source/update.rb:83
|
|
5121
|
-
#: action_names.rb:152
|
|
5122
5007
|
msgid "Update Alternate Content Source"
|
|
5123
5008
|
msgstr ""
|
|
5124
5009
|
|
|
5125
5010
|
#: ../app/lib/actions/katello/applicability/host/generate.rb:22
|
|
5126
|
-
#: action_names.rb:71
|
|
5127
5011
|
msgid "Generate host applicability"
|
|
5128
5012
|
msgstr ""
|
|
5129
5013
|
|
|
@@ -5138,16 +5022,14 @@ msgid "Bulk generate applicability for host %s"
|
|
|
5138
5022
|
msgstr ""
|
|
5139
5023
|
|
|
5140
5024
|
#: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:48
|
|
5141
|
-
#: action_names.rb:6
|
|
5142
5025
|
msgid "Bulk generate applicability for hosts"
|
|
5143
5026
|
msgstr ""
|
|
5144
5027
|
|
|
5145
5028
|
#: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25
|
|
5146
|
-
#: action_names.rb:74
|
|
5147
5029
|
msgid "Generate repository applicability"
|
|
5148
5030
|
msgstr ""
|
|
5149
5031
|
|
|
5150
|
-
#: ../app/lib/actions/katello/capsule_content/sync.rb:18
|
|
5032
|
+
#: ../app/lib/actions/katello/capsule_content/sync.rb:18
|
|
5151
5033
|
msgid "Synchronize smart proxy"
|
|
5152
5034
|
msgstr ""
|
|
5153
5035
|
|
|
@@ -5157,12 +5039,10 @@ msgid "Action not allowed for the default smart proxy."
|
|
|
5157
5039
|
msgstr ""
|
|
5158
5040
|
|
|
5159
5041
|
#: ../app/lib/actions/katello/capsule_content/update_content_counts.rb:11
|
|
5160
|
-
#: action_names.rb:154
|
|
5161
5042
|
msgid "Update Content Counts"
|
|
5162
5043
|
msgstr ""
|
|
5163
5044
|
|
|
5164
5045
|
#: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:6
|
|
5165
|
-
#: action_names.rb:183
|
|
5166
5046
|
msgid "Verify checksum for content on smart proxy"
|
|
5167
5047
|
msgstr ""
|
|
5168
5048
|
|
|
@@ -5175,7 +5055,6 @@ msgid "Content view '%{content_view}' is not attached to this capsule."
|
|
|
5175
5055
|
msgstr ""
|
|
5176
5056
|
|
|
5177
5057
|
#: ../app/lib/actions/katello/cdn_configuration/update.rb:31
|
|
5178
|
-
#: action_names.rb:153
|
|
5179
5058
|
msgid "Update CDN Configuration"
|
|
5180
5059
|
msgstr ""
|
|
5181
5060
|
|
|
@@ -5183,6 +5062,14 @@ msgstr ""
|
|
|
5183
5062
|
msgid "Sync Content View on Smart Proxy(ies)"
|
|
5184
5063
|
msgstr ""
|
|
5185
5064
|
|
|
5065
|
+
#: ../app/lib/actions/katello/content_view/create.rb:23
|
|
5066
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:268
|
|
5067
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewModal.js:10
|
|
5068
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:186
|
|
5069
|
+
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:192
|
|
5070
|
+
msgid "Create content view"
|
|
5071
|
+
msgstr ""
|
|
5072
|
+
|
|
5186
5073
|
#: ../app/lib/actions/katello/content_view/destroy.rb:35
|
|
5187
5074
|
#: ../app/lib/actions/katello/provider/destroy.rb:19
|
|
5188
5075
|
#: ../app/lib/actions/katello/repository/destroy.rb:142
|
|
@@ -5203,13 +5090,11 @@ msgstr ""
|
|
|
5203
5090
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:116
|
|
5204
5091
|
#: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:35
|
|
5205
5092
|
#: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:71
|
|
5206
|
-
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:
|
|
5093
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:85
|
|
5207
5094
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:253
|
|
5208
5095
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:268
|
|
5209
5096
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
|
|
5210
5097
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:92
|
|
5211
|
-
#: action_names.rb:44 action_names.rb:45 action_names.rb:46 action_names.rb:47
|
|
5212
|
-
#: action_names.rb:48 action_names.rb:49 action_names.rb:50
|
|
5213
5098
|
msgid "Delete"
|
|
5214
5099
|
msgstr ""
|
|
5215
5100
|
|
|
@@ -5275,7 +5160,6 @@ msgid "Cannot promote environment out of sequence. Use force to bypass restricti
|
|
|
5275
5160
|
msgstr ""
|
|
5276
5161
|
|
|
5277
5162
|
#: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40
|
|
5278
|
-
#: action_names.rb:101
|
|
5279
5163
|
msgid "Promotion to Environment"
|
|
5280
5164
|
msgstr ""
|
|
5281
5165
|
|
|
@@ -5294,7 +5178,6 @@ msgstr ""
|
|
|
5294
5178
|
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:41
|
|
5295
5179
|
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:113
|
|
5296
5180
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:92
|
|
5297
|
-
#: action_names.rb:103
|
|
5298
5181
|
msgid "Publish"
|
|
5299
5182
|
msgstr ""
|
|
5300
5183
|
|
|
@@ -5304,8 +5187,7 @@ msgid ""
|
|
|
5304
5187
|
" found."
|
|
5305
5188
|
msgstr ""
|
|
5306
5189
|
|
|
5307
|
-
#: ../app/lib/actions/katello/content_view/refresh_rolling_repo.rb:
|
|
5308
|
-
#: action_names.rb:109
|
|
5190
|
+
#: ../app/lib/actions/katello/content_view/refresh_rolling_repo.rb:18
|
|
5309
5191
|
msgid "Refresh RollingCV Repo"
|
|
5310
5192
|
msgstr ""
|
|
5311
5193
|
|
|
@@ -5313,7 +5195,7 @@ msgstr ""
|
|
|
5313
5195
|
msgid "Cannot delete version while it is in environment %s"
|
|
5314
5196
|
msgstr ""
|
|
5315
5197
|
|
|
5316
|
-
#: ../app/lib/actions/katello/content_view/remove.rb:97
|
|
5198
|
+
#: ../app/lib/actions/katello/content_view/remove.rb:97
|
|
5317
5199
|
msgid "Remove Versions and Associations"
|
|
5318
5200
|
msgstr ""
|
|
5319
5201
|
|
|
@@ -5340,13 +5222,11 @@ msgid ""
|
|
|
5340
5222
|
msgstr ""
|
|
5341
5223
|
|
|
5342
5224
|
#: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35
|
|
5343
|
-
#: action_names.rb:124
|
|
5344
5225
|
msgid "Remove from Environment"
|
|
5345
5226
|
msgstr ""
|
|
5346
5227
|
|
|
5347
5228
|
#: ../app/lib/actions/katello/content_view/remove_version.rb:26
|
|
5348
5229
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:141
|
|
5349
|
-
#: action_names.rb:122
|
|
5350
5230
|
msgid "Remove Version"
|
|
5351
5231
|
msgstr ""
|
|
5352
5232
|
|
|
@@ -5355,27 +5235,22 @@ msgid "Create Repositories"
|
|
|
5355
5235
|
msgstr ""
|
|
5356
5236
|
|
|
5357
5237
|
#: ../app/lib/actions/katello/content_view_version/export.rb:31
|
|
5358
|
-
#: action_names.rb:66 action_names.rb:67 action_names.rb:68
|
|
5359
5238
|
msgid "Export"
|
|
5360
5239
|
msgstr ""
|
|
5361
5240
|
|
|
5362
5241
|
#: ../app/lib/actions/katello/content_view_version/import.rb:57
|
|
5363
|
-
#: action_names.rb:77
|
|
5364
5242
|
msgid "Import Content View Version"
|
|
5365
5243
|
msgstr ""
|
|
5366
5244
|
|
|
5367
5245
|
#: ../app/lib/actions/katello/content_view_version/import_library.rb:13
|
|
5368
|
-
#: action_names.rb:78
|
|
5369
5246
|
msgid "Import Default Content View"
|
|
5370
5247
|
msgstr ""
|
|
5371
5248
|
|
|
5372
5249
|
#: ../app/lib/actions/katello/content_view_version/import_repository.rb:16
|
|
5373
|
-
#: action_names.rb:80
|
|
5374
5250
|
msgid "Import Repository"
|
|
5375
5251
|
msgstr ""
|
|
5376
5252
|
|
|
5377
5253
|
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:15
|
|
5378
|
-
#: action_names.rb:87
|
|
5379
5254
|
msgid "Incremental Update"
|
|
5380
5255
|
msgstr ""
|
|
5381
5256
|
|
|
@@ -5402,7 +5277,6 @@ msgid "Republish Repositories of %{name} %{version}"
|
|
|
5402
5277
|
msgstr ""
|
|
5403
5278
|
|
|
5404
5279
|
#: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:33
|
|
5405
|
-
#: action_names.rb:135
|
|
5406
5280
|
msgid "Republish Version Repositories"
|
|
5407
5281
|
msgstr ""
|
|
5408
5282
|
|
|
@@ -5411,51 +5285,26 @@ msgid "Verify checksum of repositories in %{name} %{version}"
|
|
|
5411
5285
|
msgstr ""
|
|
5412
5286
|
|
|
5413
5287
|
#: ../app/lib/actions/katello/content_view_version/verify_checksum.rb:23
|
|
5414
|
-
#: action_names.rb:184
|
|
5415
5288
|
msgid "Verify checksum of version repositories"
|
|
5416
5289
|
msgstr ""
|
|
5417
5290
|
|
|
5418
|
-
#: ../app/lib/actions/katello/environment/destroy.rb:42
|
|
5291
|
+
#: ../app/lib/actions/katello/environment/destroy.rb:42
|
|
5419
5292
|
msgid "Delete Lifecycle Environment"
|
|
5420
5293
|
msgstr ""
|
|
5421
5294
|
|
|
5422
5295
|
#: ../app/lib/actions/katello/environment/publish_container_repositories.rb:36
|
|
5423
|
-
#: action_names.rb:102
|
|
5424
5296
|
msgid "Publish Lifecycle Environment Container Repositories"
|
|
5425
5297
|
msgstr ""
|
|
5426
5298
|
|
|
5427
5299
|
#: ../app/lib/actions/katello/flatpak/mirror_remote_repository.rb:26
|
|
5428
|
-
#: action_names.rb:95
|
|
5429
5300
|
msgid "Mirror Remote Repository"
|
|
5430
5301
|
msgstr ""
|
|
5431
5302
|
|
|
5432
|
-
#: ../app/lib/actions/katello/host/attach_subscriptions.rb:13
|
|
5433
|
-
msgid "Register host '%s' before attaching subscriptions"
|
|
5434
|
-
msgstr ""
|
|
5435
|
-
|
|
5436
|
-
#: ../app/lib/actions/katello/host/attach_subscriptions.rb:47
|
|
5437
|
-
msgid "Attach subscriptions to %s"
|
|
5438
|
-
msgstr ""
|
|
5439
|
-
|
|
5440
|
-
#: ../app/lib/actions/katello/host/attach_subscriptions.rb:47
|
|
5441
|
-
#: ../app/lib/actions/katello/host/remove_subscriptions.rb:38
|
|
5442
|
-
#: ../app/lib/actions/katello/host/update_content_overrides.rb:30
|
|
5443
|
-
#: ../app/lib/actions/katello/sync_plan/run.rb:45
|
|
5444
|
-
#: ../app/models/katello/content_view_history.rb:65
|
|
5445
|
-
#: ../app/models/katello/content_view_history.rb:67
|
|
5446
|
-
#: ../app/models/katello/rhel_lifecycle_status.rb:181
|
|
5447
|
-
msgid "Unknown"
|
|
5448
|
-
msgstr ""
|
|
5449
|
-
|
|
5450
|
-
#: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:4
|
|
5451
|
-
msgid "Attach subscriptions"
|
|
5452
|
-
msgstr ""
|
|
5453
|
-
|
|
5454
5303
|
#: ../app/lib/actions/katello/host/destroy.rb:30
|
|
5455
5304
|
msgid "Destroy Content Host %s"
|
|
5456
5305
|
msgstr ""
|
|
5457
5306
|
|
|
5458
|
-
#: ../app/lib/actions/katello/host/destroy.rb:32
|
|
5307
|
+
#: ../app/lib/actions/katello/host/destroy.rb:32
|
|
5459
5308
|
msgid "Destroy Content Host"
|
|
5460
5309
|
msgstr ""
|
|
5461
5310
|
|
|
@@ -5474,15 +5323,6 @@ msgstr ""
|
|
|
5474
5323
|
msgid "Error refreshing status for %s: "
|
|
5475
5324
|
msgstr ""
|
|
5476
5325
|
|
|
5477
|
-
#: ../app/lib/actions/katello/host/remove_subscriptions.rb:38
|
|
5478
|
-
msgid "Remove subscriptions from %s"
|
|
5479
|
-
msgstr ""
|
|
5480
|
-
|
|
5481
|
-
#: ../app/lib/actions/katello/host/remove_subscriptions.rb:40
|
|
5482
|
-
#: action_names.rb:128
|
|
5483
|
-
msgid "Remove subscriptions"
|
|
5484
|
-
msgstr ""
|
|
5485
|
-
|
|
5486
5326
|
#: ../app/lib/actions/katello/host/update_content_overrides.rb:7
|
|
5487
5327
|
msgid "This Host is not currently registered with subscription-manager."
|
|
5488
5328
|
msgstr ""
|
|
@@ -5491,8 +5331,15 @@ msgstr ""
|
|
|
5491
5331
|
msgid "Update Content Overrides to %s"
|
|
5492
5332
|
msgstr ""
|
|
5493
5333
|
|
|
5334
|
+
#: ../app/lib/actions/katello/host/update_content_overrides.rb:30
|
|
5335
|
+
#: ../app/lib/actions/katello/sync_plan/run.rb:45
|
|
5336
|
+
#: ../app/models/katello/content_view_history.rb:65
|
|
5337
|
+
#: ../app/models/katello/content_view_history.rb:67
|
|
5338
|
+
#: ../app/models/katello/rhel_lifecycle_status.rb:181
|
|
5339
|
+
msgid "Unknown"
|
|
5340
|
+
msgstr ""
|
|
5341
|
+
|
|
5494
5342
|
#: ../app/lib/actions/katello/host/update_content_overrides.rb:32
|
|
5495
|
-
#: action_names.rb:155
|
|
5496
5343
|
msgid "Update Content Overrides"
|
|
5497
5344
|
msgstr ""
|
|
5498
5345
|
|
|
@@ -5503,7 +5350,6 @@ msgid "Host %s has not been registered with subscription-manager."
|
|
|
5503
5350
|
msgstr ""
|
|
5504
5351
|
|
|
5505
5352
|
#: ../app/lib/actions/katello/host/update_content_view.rb:20
|
|
5506
|
-
#: action_names.rb:157
|
|
5507
5353
|
msgid "Update content view environments for host"
|
|
5508
5354
|
msgstr ""
|
|
5509
5355
|
|
|
@@ -5516,7 +5362,6 @@ msgid "Host %{name} cannot be assigned release version %{release_version}."
|
|
|
5516
5362
|
msgstr ""
|
|
5517
5363
|
|
|
5518
5364
|
#: ../app/lib/actions/katello/host/update_release_version.rb:21
|
|
5519
|
-
#: action_names.rb:162
|
|
5520
5365
|
msgid "Update release version for host"
|
|
5521
5366
|
msgstr ""
|
|
5522
5367
|
|
|
@@ -5529,16 +5374,14 @@ msgid "Updating System Purpose for host %s"
|
|
|
5529
5374
|
msgstr ""
|
|
5530
5375
|
|
|
5531
5376
|
#: ../app/lib/actions/katello/host/update_system_purpose.rb:20
|
|
5532
|
-
#: action_names.rb:175
|
|
5533
5377
|
msgid "Updating System Purpose for host"
|
|
5534
5378
|
msgstr ""
|
|
5535
5379
|
|
|
5536
|
-
#: ../app/lib/actions/katello/organization/destroy.rb:30
|
|
5380
|
+
#: ../app/lib/actions/katello/organization/destroy.rb:30
|
|
5537
5381
|
msgid "Destroy"
|
|
5538
5382
|
msgstr ""
|
|
5539
5383
|
|
|
5540
5384
|
#: ../app/lib/actions/katello/organization/manifest_delete.rb:42
|
|
5541
|
-
#: action_names.rb:32
|
|
5542
5385
|
msgid "Delete Manifest"
|
|
5543
5386
|
msgstr ""
|
|
5544
5387
|
|
|
@@ -5547,7 +5390,6 @@ msgid "Manifest deleted"
|
|
|
5547
5390
|
msgstr ""
|
|
5548
5391
|
|
|
5549
5392
|
#: ../app/lib/actions/katello/organization/manifest_import.rb:49
|
|
5550
|
-
#: action_names.rb:79
|
|
5551
5393
|
msgid "Import Manifest"
|
|
5552
5394
|
msgstr ""
|
|
5553
5395
|
|
|
@@ -5556,7 +5398,6 @@ msgid "Manifest imported"
|
|
|
5556
5398
|
msgstr ""
|
|
5557
5399
|
|
|
5558
5400
|
#: ../app/lib/actions/katello/organization/manifest_refresh.rb:84
|
|
5559
|
-
#: action_names.rb:108
|
|
5560
5401
|
msgid "Refresh Manifest"
|
|
5561
5402
|
msgstr ""
|
|
5562
5403
|
|
|
@@ -5564,25 +5405,15 @@ msgstr ""
|
|
|
5564
5405
|
msgid "Manifest refreshed"
|
|
5565
5406
|
msgstr ""
|
|
5566
5407
|
|
|
5567
|
-
#: ../app/lib/actions/katello/organization/simple_content_access/disable.rb:11
|
|
5568
|
-
#: action_names.rb:56
|
|
5569
|
-
msgid "Disable Simple Content Access"
|
|
5570
|
-
msgstr ""
|
|
5571
|
-
|
|
5572
|
-
#: ../app/lib/actions/katello/organization/simple_content_access/enable.rb:11
|
|
5573
|
-
#: action_names.rb:59
|
|
5574
|
-
msgid "Enable Simple Content Access"
|
|
5575
|
-
msgstr ""
|
|
5576
|
-
|
|
5577
5408
|
#: ../app/lib/actions/katello/product/content_destroy.rb:7
|
|
5578
5409
|
msgid "Cannot delete redhat product content"
|
|
5579
5410
|
msgstr ""
|
|
5580
5411
|
|
|
5581
|
-
#: ../app/lib/actions/katello/product/create.rb:37
|
|
5412
|
+
#: ../app/lib/actions/katello/product/create.rb:37
|
|
5582
5413
|
msgid "Product Create"
|
|
5583
5414
|
msgstr ""
|
|
5584
5415
|
|
|
5585
|
-
#: ../app/lib/actions/katello/product/destroy.rb:56
|
|
5416
|
+
#: ../app/lib/actions/katello/product/destroy.rb:56
|
|
5586
5417
|
msgid "Delete Product"
|
|
5587
5418
|
msgstr ""
|
|
5588
5419
|
|
|
@@ -5629,7 +5460,6 @@ msgid "Cannot publish a link repository if multiple component clones are specifi
|
|
|
5629
5460
|
msgstr ""
|
|
5630
5461
|
|
|
5631
5462
|
#: ../app/lib/actions/katello/repository/create_container_push_root.rb:39
|
|
5632
|
-
#: action_names.rb:13
|
|
5633
5463
|
msgid "Create Container Push Repository Root"
|
|
5634
5464
|
msgstr ""
|
|
5635
5465
|
|
|
@@ -5641,8 +5471,7 @@ msgid ""
|
|
|
5641
5471
|
msgstr ""
|
|
5642
5472
|
|
|
5643
5473
|
#: ../app/lib/actions/katello/repository/import_upload.rb:77
|
|
5644
|
-
#: ../app/lib/actions/katello/repository/upload_files.rb:61
|
|
5645
|
-
#: action_names.rb:181
|
|
5474
|
+
#: ../app/lib/actions/katello/repository/upload_files.rb:61
|
|
5646
5475
|
msgid "Upload into"
|
|
5647
5476
|
msgstr ""
|
|
5648
5477
|
|
|
@@ -5661,7 +5490,6 @@ msgid ""
|
|
|
5661
5490
|
msgstr ""
|
|
5662
5491
|
|
|
5663
5492
|
#: ../app/lib/actions/katello/repository/remove_content.rb:71
|
|
5664
|
-
#: action_names.rb:121
|
|
5665
5493
|
msgid "Remove Content"
|
|
5666
5494
|
msgstr ""
|
|
5667
5495
|
|
|
@@ -5673,7 +5501,7 @@ msgstr ""
|
|
|
5673
5501
|
msgid "Synchronize: Skip Metadata Check"
|
|
5674
5502
|
msgstr ""
|
|
5675
5503
|
|
|
5676
|
-
#: ../app/lib/actions/katello/repository/sync.rb:86
|
|
5504
|
+
#: ../app/lib/actions/katello/repository/sync.rb:86
|
|
5677
5505
|
msgid "Synchronize"
|
|
5678
5506
|
msgstr ""
|
|
5679
5507
|
|
|
@@ -5694,7 +5522,6 @@ msgstr ""
|
|
|
5694
5522
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:471
|
|
5695
5523
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:551
|
|
5696
5524
|
#: ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:12
|
|
5697
|
-
#: action_names.rb:57
|
|
5698
5525
|
msgid "Disable"
|
|
5699
5526
|
msgstr ""
|
|
5700
5527
|
|
|
@@ -5706,7 +5533,6 @@ msgstr ""
|
|
|
5706
5533
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:460
|
|
5707
5534
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:534
|
|
5708
5535
|
#: ../webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js:109
|
|
5709
|
-
#: action_names.rb:60
|
|
5710
5536
|
msgid "Enable"
|
|
5711
5537
|
msgstr ""
|
|
5712
5538
|
|
|
@@ -5714,7 +5540,7 @@ msgstr ""
|
|
|
5714
5540
|
msgid "The repository is already enabled"
|
|
5715
5541
|
msgstr ""
|
|
5716
5542
|
|
|
5717
|
-
#: ../app/lib/actions/katello/sync_plan/run.rb:41
|
|
5543
|
+
#: ../app/lib/actions/katello/sync_plan/run.rb:41
|
|
5718
5544
|
msgid "Run Sync Plan:"
|
|
5719
5545
|
msgstr ""
|
|
5720
5546
|
|
|
@@ -5797,24 +5623,20 @@ msgid ""
|
|
|
5797
5623
|
msgstr ""
|
|
5798
5624
|
|
|
5799
5625
|
#: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:59
|
|
5800
|
-
#: action_names.rb:14
|
|
5801
5626
|
msgid "Create Export History"
|
|
5802
5627
|
msgstr ""
|
|
5803
5628
|
|
|
5804
5629
|
#: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:28
|
|
5805
|
-
#: action_names.rb:15
|
|
5806
5630
|
msgid "Create Import History"
|
|
5807
5631
|
msgstr ""
|
|
5808
5632
|
|
|
5809
5633
|
#:
|
|
5810
5634
|
#: ../app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb:44
|
|
5811
|
-
#: action_names.rb:16
|
|
5812
5635
|
msgid "Create Syncable Export History"
|
|
5813
5636
|
msgstr ""
|
|
5814
5637
|
|
|
5815
5638
|
#:
|
|
5816
5639
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:41
|
|
5817
|
-
#: action_names.rb:64
|
|
5818
5640
|
msgid "Export Library"
|
|
5819
5641
|
msgstr ""
|
|
5820
5642
|
|
|
@@ -5829,7 +5651,6 @@ msgstr ""
|
|
|
5829
5651
|
|
|
5830
5652
|
#:
|
|
5831
5653
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:32
|
|
5832
|
-
#: action_names.rb:65
|
|
5833
5654
|
msgid "Export Repository"
|
|
5834
5655
|
msgstr ""
|
|
5835
5656
|
|
|
@@ -5856,14 +5677,12 @@ msgid ""
|
|
|
5856
5677
|
msgstr ""
|
|
5857
5678
|
|
|
5858
5679
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:54
|
|
5859
|
-
#: action_names.rb:85
|
|
5860
5680
|
msgid "Import"
|
|
5861
5681
|
msgstr ""
|
|
5862
5682
|
|
|
5863
5683
|
#:
|
|
5864
5684
|
#: ../app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb:16
|
|
5865
5685
|
#: ../app/lib/actions/pulp3/repository/update_cv_repository_cert_guard.rb:14
|
|
5866
|
-
#: action_names.rb:176 action_names.rb:177
|
|
5867
5686
|
msgid "Updating repository authentication configuration"
|
|
5868
5687
|
msgstr ""
|
|
5869
5688
|
|
|
@@ -5982,13 +5801,13 @@ msgstr ""
|
|
|
5982
5801
|
msgid "Content type does not support repo discovery"
|
|
5983
5802
|
msgstr ""
|
|
5984
5803
|
|
|
5985
|
-
#: ../app/lib/katello/resources/candlepin.rb:
|
|
5986
|
-
#: ../app/models/katello/glue/provider.rb:
|
|
5987
|
-
#: ../app/models/katello/glue/provider.rb:
|
|
5804
|
+
#: ../app/lib/katello/resources/candlepin.rb:146
|
|
5805
|
+
#: ../app/models/katello/glue/provider.rb:77
|
|
5806
|
+
#: ../app/models/katello/glue/provider.rb:187
|
|
5988
5807
|
msgid "Upstream identity certificate not available"
|
|
5989
5808
|
msgstr ""
|
|
5990
5809
|
|
|
5991
|
-
#: ../app/lib/katello/resources/candlepin.rb:
|
|
5810
|
+
#: ../app/lib/katello/resources/candlepin.rb:163
|
|
5992
5811
|
msgid "Current organization not set."
|
|
5993
5812
|
msgstr ""
|
|
5994
5813
|
|
|
@@ -7386,7 +7205,7 @@ msgid "Packages"
|
|
|
7386
7205
|
msgstr ""
|
|
7387
7206
|
|
|
7388
7207
|
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:173
|
|
7389
|
-
#: ../webpack/containers/Application/config.js:
|
|
7208
|
+
#: ../webpack/containers/Application/config.js:52
|
|
7390
7209
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:225
|
|
7391
7210
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:259
|
|
7392
7211
|
#: ../webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js:52
|
|
@@ -7417,7 +7236,8 @@ msgstr ""
|
|
|
7417
7236
|
msgid "Errata"
|
|
7418
7237
|
msgstr ""
|
|
7419
7238
|
|
|
7420
|
-
#: ../app/models/katello/content_view_filter.rb:12
|
|
7239
|
+
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:229
|
|
7240
|
+
#: ../webpack/containers/Application/config.js:98
|
|
7421
7241
|
msgid "Container Images"
|
|
7422
7242
|
msgstr ""
|
|
7423
7243
|
|
|
@@ -7575,8 +7395,8 @@ msgid "cannot be changed."
|
|
|
7575
7395
|
msgstr ""
|
|
7576
7396
|
|
|
7577
7397
|
#: ../app/models/katello/flatpak_remote.rb:23 ../lib/katello/plugin.rb:83
|
|
7578
|
-
#: ../webpack/containers/Application/config.js:
|
|
7579
|
-
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:
|
|
7398
|
+
#: ../webpack/containers/Application/config.js:102
|
|
7399
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:99
|
|
7580
7400
|
msgid "Flatpak Remotes"
|
|
7581
7401
|
msgstr ""
|
|
7582
7402
|
|
|
@@ -7630,7 +7450,7 @@ msgid ""
|
|
|
7630
7450
|
"n published or has not been promoted to that lifecycle environment."
|
|
7631
7451
|
msgstr ""
|
|
7632
7452
|
|
|
7633
|
-
#: ../app/models/katello/host/subscription_facet.rb:
|
|
7453
|
+
#: ../app/models/katello/host/subscription_facet.rb:224
|
|
7634
7454
|
msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
|
|
7635
7455
|
msgstr ""
|
|
7636
7456
|
|
|
@@ -8162,23 +7982,23 @@ msgstr ""
|
|
|
8162
7982
|
msgid "Pulp message bus connection issue."
|
|
8163
7983
|
msgstr ""
|
|
8164
7984
|
|
|
8165
|
-
#: ../app/services/katello/pulp3/content_view_version/export.rb:
|
|
7985
|
+
#: ../app/services/katello/pulp3/content_view_version/export.rb:167
|
|
8166
7986
|
msgid "Export format must be specified for library exports."
|
|
8167
7987
|
msgstr ""
|
|
8168
7988
|
|
|
8169
|
-
#: ../app/services/katello/pulp3/content_view_version/export.rb:
|
|
7989
|
+
#: ../app/services/katello/pulp3/content_view_version/export.rb:181
|
|
8170
7990
|
msgid "Unknown library export format '%s'."
|
|
8171
7991
|
msgstr ""
|
|
8172
7992
|
|
|
8173
|
-
#: ../app/services/katello/pulp3/content_view_version/export.rb:
|
|
7993
|
+
#: ../app/services/katello/pulp3/content_view_version/export.rb:188
|
|
8174
7994
|
msgid "Export format must be specified for non-incremental repository exports."
|
|
8175
7995
|
msgstr ""
|
|
8176
7996
|
|
|
8177
|
-
#: ../app/services/katello/pulp3/content_view_version/export.rb:
|
|
7997
|
+
#: ../app/services/katello/pulp3/content_view_version/export.rb:196
|
|
8178
7998
|
msgid "Unknown repository export format '%s'."
|
|
8179
7999
|
msgstr ""
|
|
8180
8000
|
|
|
8181
|
-
#: ../app/services/katello/pulp3/content_view_version/export.rb:
|
|
8001
|
+
#: ../app/services/katello/pulp3/content_view_version/export.rb:202
|
|
8182
8002
|
msgid "Product: '%{product}', Repository: '%{repository}'"
|
|
8183
8003
|
msgstr ""
|
|
8184
8004
|
|
|
@@ -8301,11 +8121,11 @@ msgstr ""
|
|
|
8301
8121
|
msgid "Artifact Id and relative path are needed to create content"
|
|
8302
8122
|
msgstr ""
|
|
8303
8123
|
|
|
8304
|
-
#: ../app/services/katello/pulp3/repository.rb:
|
|
8124
|
+
#: ../app/services/katello/pulp3/repository.rb:57
|
|
8305
8125
|
msgid "%s content type is not enabled."
|
|
8306
8126
|
msgstr ""
|
|
8307
8127
|
|
|
8308
|
-
#: ../app/services/katello/pulp3/repository.rb:
|
|
8128
|
+
#: ../app/services/katello/pulp3/repository.rb:612
|
|
8309
8129
|
msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
|
|
8310
8130
|
msgstr ""
|
|
8311
8131
|
|
|
@@ -8346,13 +8166,13 @@ msgstr ""
|
|
|
8346
8166
|
msgid "Candlepin consumer %s has already been removed"
|
|
8347
8167
|
msgstr ""
|
|
8348
8168
|
|
|
8349
|
-
#: ../app/services/katello/repository_type_manager.rb:
|
|
8169
|
+
#: ../app/services/katello/repository_type_manager.rb:173
|
|
8350
8170
|
msgid ""
|
|
8351
8171
|
"Content type %{content_type} is incompatible with repositories of type %{repo_"
|
|
8352
8172
|
"type}"
|
|
8353
8173
|
msgstr ""
|
|
8354
8174
|
|
|
8355
|
-
#: ../app/services/katello/smart_proxy_helper.rb:
|
|
8175
|
+
#: ../app/services/katello/smart_proxy_helper.rb:21
|
|
8356
8176
|
msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
|
|
8357
8177
|
msgstr ""
|
|
8358
8178
|
|
|
@@ -8371,7 +8191,7 @@ msgstr ""
|
|
|
8371
8191
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:83
|
|
8372
8192
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:89
|
|
8373
8193
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:95
|
|
8374
|
-
#: ../lib/katello/plugin.rb:12 ../webpack/containers/Application/config.js:
|
|
8194
|
+
#: ../lib/katello/plugin.rb:12 ../webpack/containers/Application/config.js:31
|
|
8375
8195
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:68
|
|
8376
8196
|
#: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:237
|
|
8377
8197
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:231
|
|
@@ -8445,9 +8265,9 @@ msgstr ""
|
|
|
8445
8265
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:240
|
|
8446
8266
|
#: ../webpack/scenes/Content/Table/ContentTable.js:51
|
|
8447
8267
|
#: ../webpack/scenes/Content/Table/ContentTable.js:54
|
|
8448
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
8268
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:179
|
|
8449
8269
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:74
|
|
8450
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:
|
|
8270
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:101
|
|
8451
8271
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:60
|
|
8452
8272
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:298
|
|
8453
8273
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:97
|
|
@@ -8467,7 +8287,7 @@ msgstr ""
|
|
|
8467
8287
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:142
|
|
8468
8288
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:162
|
|
8469
8289
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:15
|
|
8470
|
-
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:
|
|
8290
|
+
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:90
|
|
8471
8291
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:66
|
|
8472
8292
|
msgid "Type"
|
|
8473
8293
|
msgstr ""
|
|
@@ -8508,9 +8328,9 @@ msgstr ""
|
|
|
8508
8328
|
#: ../webpack/scenes/Content/ContentConfig.js:161
|
|
8509
8329
|
#: ../webpack/scenes/Content/ContentConfig.js:176
|
|
8510
8330
|
#: ../webpack/scenes/ContentViews/Copy/CopyContentViewForm.js:49
|
|
8511
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
8331
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:130
|
|
8512
8332
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:75
|
|
8513
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:
|
|
8333
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:82
|
|
8514
8334
|
#: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:136
|
|
8515
8335
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:61
|
|
8516
8336
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:75
|
|
@@ -8544,14 +8364,14 @@ msgstr ""
|
|
|
8544
8364
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:53
|
|
8545
8365
|
#: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:16
|
|
8546
8366
|
#: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:81
|
|
8547
|
-
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:
|
|
8548
|
-
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:
|
|
8549
|
-
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:
|
|
8367
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:146
|
|
8368
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:35
|
|
8369
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:51
|
|
8550
8370
|
#: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:9
|
|
8551
8371
|
#: ../webpack/scenes/ModuleStreams/Details/Profiles/TableSchema.js:13
|
|
8552
8372
|
#: ../webpack/scenes/ModuleStreams/ModuleStreamsTableSchema.js:15
|
|
8553
8373
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:4
|
|
8554
|
-
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:
|
|
8374
|
+
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:60
|
|
8555
8375
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:55
|
|
8556
8376
|
msgid "Name"
|
|
8557
8377
|
msgstr ""
|
|
@@ -8617,12 +8437,12 @@ msgid "No errata matching given search query"
|
|
|
8617
8437
|
msgstr ""
|
|
8618
8438
|
|
|
8619
8439
|
#: ../app/views/foreman/smart_proxies/_content_sync.html.erb:2
|
|
8620
|
-
#: ../lib/katello/plugin.rb:
|
|
8440
|
+
#: ../lib/katello/plugin.rb:282
|
|
8621
8441
|
msgid "Content Sync"
|
|
8622
8442
|
msgstr ""
|
|
8623
8443
|
|
|
8624
8444
|
#: ../app/views/foreman/smart_proxies/_reclaim_space.html.erb:2
|
|
8625
|
-
#: ../lib/katello/plugin.rb:
|
|
8445
|
+
#: ../lib/katello/plugin.rb:286
|
|
8626
8446
|
msgid "Reclaim Space"
|
|
8627
8447
|
msgstr ""
|
|
8628
8448
|
|
|
@@ -8822,14 +8642,14 @@ msgstr ""
|
|
|
8822
8642
|
|
|
8823
8643
|
#: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:22
|
|
8824
8644
|
#: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:9
|
|
8825
|
-
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:
|
|
8645
|
+
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:65
|
|
8826
8646
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:76
|
|
8827
8647
|
msgid "SKU"
|
|
8828
8648
|
msgstr ""
|
|
8829
8649
|
|
|
8830
8650
|
#: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:23
|
|
8831
8651
|
#: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:10
|
|
8832
|
-
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:
|
|
8652
|
+
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:70
|
|
8833
8653
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js:31
|
|
8834
8654
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:86
|
|
8835
8655
|
msgid "Contract"
|
|
@@ -8837,7 +8657,7 @@ msgstr ""
|
|
|
8837
8657
|
|
|
8838
8658
|
#: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:24
|
|
8839
8659
|
#: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:11
|
|
8840
|
-
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:
|
|
8660
|
+
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:75
|
|
8841
8661
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js:42
|
|
8842
8662
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:96
|
|
8843
8663
|
msgid "Start Date"
|
|
@@ -8845,7 +8665,7 @@ msgstr ""
|
|
|
8845
8665
|
|
|
8846
8666
|
#: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:25
|
|
8847
8667
|
#: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:12
|
|
8848
|
-
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:
|
|
8668
|
+
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:80
|
|
8849
8669
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsTableSchema.js:52
|
|
8850
8670
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:106
|
|
8851
8671
|
msgid "End Date"
|
|
@@ -8948,7 +8768,7 @@ msgstr ""
|
|
|
8948
8768
|
#: ../webpack/components/Bookmark/AddBookmarkModal.js:86
|
|
8949
8769
|
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:146
|
|
8950
8770
|
#: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:127
|
|
8951
|
-
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:
|
|
8771
|
+
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:154
|
|
8952
8772
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:192
|
|
8953
8773
|
#: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:154
|
|
8954
8774
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:97
|
|
@@ -8962,16 +8782,16 @@ msgstr ""
|
|
|
8962
8782
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js:136
|
|
8963
8783
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js:142
|
|
8964
8784
|
#: ../webpack/scenes/ContentViews/Copy/CopyContentViewForm.js:71
|
|
8965
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
8785
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:275
|
|
8966
8786
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js:159
|
|
8967
8787
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:150
|
|
8968
8788
|
#: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:214
|
|
8969
8789
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:357
|
|
8970
8790
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:88
|
|
8971
|
-
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:
|
|
8791
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:244
|
|
8972
8792
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:244
|
|
8973
8793
|
#: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:173
|
|
8974
|
-
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:
|
|
8794
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:233
|
|
8975
8795
|
#: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:38
|
|
8976
8796
|
#: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:113
|
|
8977
8797
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:265
|
|
@@ -9016,9 +8836,9 @@ msgstr ""
|
|
|
9016
8836
|
#: ../app/views/katello/task_mailer/cv_promote_failure.html.erb:8
|
|
9017
8837
|
#: ../app/views/katello/task_mailer/cv_publish_failure.html.erb:8
|
|
9018
8838
|
#: ../app/views/katello/task_mailer/proxy_sync_failure.html.erb:15
|
|
9019
|
-
#: ../lib/katello/plugin.rb:
|
|
9020
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
9021
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:
|
|
8839
|
+
#: ../lib/katello/plugin.rb:308 ../webpack/ForemanColumnExtensions/index.js:169
|
|
8840
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:188
|
|
8841
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:51
|
|
9022
8842
|
#: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:14
|
|
9023
8843
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:225
|
|
9024
8844
|
#: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:18
|
|
@@ -9207,6 +9027,8 @@ msgstr ""
|
|
|
9207
9027
|
#: ../app/views/overrides/smart_proxies/_environment_tab.html.erb:3
|
|
9208
9028
|
#: ../app/views/overrides/smart_proxies/_environment_tab_pane.html.erb:3
|
|
9209
9029
|
#: ../lib/katello/plugin.rb:94
|
|
9030
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:250
|
|
9031
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:181
|
|
9210
9032
|
msgid "Lifecycle Environments"
|
|
9211
9033
|
msgstr ""
|
|
9212
9034
|
|
|
@@ -9240,7 +9062,7 @@ msgstr ""
|
|
|
9240
9062
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:135
|
|
9241
9063
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:138
|
|
9242
9064
|
#: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:68
|
|
9243
|
-
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:
|
|
9065
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:77
|
|
9244
9066
|
msgid "Edit"
|
|
9245
9067
|
msgstr ""
|
|
9246
9068
|
|
|
@@ -9508,8 +9330,8 @@ msgstr ""
|
|
|
9508
9330
|
msgid "Products"
|
|
9509
9331
|
msgstr ""
|
|
9510
9332
|
|
|
9511
|
-
#: ../lib/katello/plugin.rb:51 ../webpack/containers/Application/config.js:
|
|
9512
|
-
#: ../webpack/containers/Application/config.js:
|
|
9333
|
+
#: ../lib/katello/plugin.rb:51 ../webpack/containers/Application/config.js:85
|
|
9334
|
+
#: ../webpack/containers/Application/config.js:89
|
|
9513
9335
|
#: ../webpack/scenes/AlternateContentSources/ACSIndexPage.js:15
|
|
9514
9336
|
msgid "Alternate Content Sources"
|
|
9515
9337
|
msgstr ""
|
|
@@ -9546,534 +9368,534 @@ msgstr ""
|
|
|
9546
9368
|
msgid "Other Content Types"
|
|
9547
9369
|
msgstr ""
|
|
9548
9370
|
|
|
9549
|
-
#: ../lib/katello/plugin.rb:
|
|
9371
|
+
#: ../lib/katello/plugin.rb:296 ../webpack/ForemanColumnExtensions/index.js:83
|
|
9550
9372
|
msgid "RHEL Lifecycle status"
|
|
9551
9373
|
msgstr ""
|
|
9552
9374
|
|
|
9553
|
-
#: ../lib/katello/plugin.rb:
|
|
9375
|
+
#: ../lib/katello/plugin.rb:299 ../webpack/ForemanColumnExtensions/index.js:93
|
|
9554
9376
|
msgid "Installable updates"
|
|
9555
9377
|
msgstr ""
|
|
9556
9378
|
|
|
9557
|
-
#: ../lib/katello/plugin.rb:
|
|
9379
|
+
#: ../lib/katello/plugin.rb:305 ../webpack/ForemanColumnExtensions/index.js:158
|
|
9558
9380
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:215
|
|
9559
9381
|
msgid "Lifecycle environment"
|
|
9560
9382
|
msgstr ""
|
|
9561
9383
|
|
|
9562
|
-
#: ../lib/katello/plugin.rb:
|
|
9384
|
+
#: ../lib/katello/plugin.rb:310
|
|
9563
9385
|
msgid "Registered"
|
|
9564
9386
|
msgstr ""
|
|
9565
9387
|
|
|
9566
|
-
#: ../lib/katello/plugin.rb:
|
|
9388
|
+
#: ../lib/katello/plugin.rb:312
|
|
9567
9389
|
msgid "Last checkin"
|
|
9568
9390
|
msgstr ""
|
|
9569
9391
|
|
|
9570
|
-
#: ../lib/katello/plugin.rb:
|
|
9392
|
+
#: ../lib/katello/plugin.rb:339
|
|
9571
9393
|
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:26
|
|
9572
9394
|
msgid "Storage"
|
|
9573
9395
|
msgstr ""
|
|
9574
9396
|
|
|
9575
|
-
#: ../lib/katello/plugin.rb:
|
|
9397
|
+
#: ../lib/katello/plugin.rb:371
|
|
9576
9398
|
msgid "HTTP Proxies"
|
|
9577
9399
|
msgstr ""
|
|
9578
9400
|
|
|
9579
|
-
#: ../lib/katello/plugin.rb:
|
|
9401
|
+
#: ../lib/katello/plugin.rb:395
|
|
9580
9402
|
msgid "Allow multiple content views"
|
|
9581
9403
|
msgstr ""
|
|
9582
9404
|
|
|
9583
|
-
#: ../lib/katello/plugin.rb:
|
|
9405
|
+
#: ../lib/katello/plugin.rb:396
|
|
9584
9406
|
msgid ""
|
|
9585
9407
|
"Allow hosts or activation keys to be associated with multiple content view env"
|
|
9586
9408
|
"ironments"
|
|
9587
9409
|
msgstr ""
|
|
9588
9410
|
|
|
9589
|
-
#: ../lib/katello/plugin.rb:
|
|
9411
|
+
#: ../lib/katello/plugin.rb:401
|
|
9590
9412
|
msgid "Default HTTP Proxy"
|
|
9591
9413
|
msgstr ""
|
|
9592
9414
|
|
|
9593
|
-
#: ../lib/katello/plugin.rb:
|
|
9415
|
+
#: ../lib/katello/plugin.rb:402
|
|
9594
9416
|
msgid "Default HTTP proxy for syncing content"
|
|
9595
9417
|
msgstr ""
|
|
9596
9418
|
|
|
9597
|
-
#: ../lib/katello/plugin.rb:
|
|
9419
|
+
#: ../lib/katello/plugin.rb:404
|
|
9598
9420
|
msgid "no global default"
|
|
9599
9421
|
msgstr ""
|
|
9600
9422
|
|
|
9601
|
-
#: ../lib/katello/plugin.rb:
|
|
9423
|
+
#: ../lib/katello/plugin.rb:409
|
|
9602
9424
|
msgid "Default synced OS provisioning template"
|
|
9603
9425
|
msgstr ""
|
|
9604
9426
|
|
|
9605
|
-
#: ../lib/katello/plugin.rb:
|
|
9427
|
+
#: ../lib/katello/plugin.rb:410
|
|
9606
9428
|
msgid ""
|
|
9607
9429
|
"Default provisioning template for Operating Systems created from synced conten"
|
|
9608
9430
|
"t"
|
|
9609
9431
|
msgstr ""
|
|
9610
9432
|
|
|
9611
|
-
#: ../lib/katello/plugin.rb:
|
|
9433
|
+
#: ../lib/katello/plugin.rb:416
|
|
9612
9434
|
msgid "Default synced OS finish template"
|
|
9613
9435
|
msgstr ""
|
|
9614
9436
|
|
|
9615
|
-
#: ../lib/katello/plugin.rb:
|
|
9437
|
+
#: ../lib/katello/plugin.rb:417
|
|
9616
9438
|
msgid "Default finish template for new Operating Systems created from synced content"
|
|
9617
9439
|
msgstr ""
|
|
9618
9440
|
|
|
9619
|
-
#: ../lib/katello/plugin.rb:
|
|
9441
|
+
#: ../lib/katello/plugin.rb:423
|
|
9620
9442
|
msgid "Default synced OS user-data"
|
|
9621
9443
|
msgstr ""
|
|
9622
9444
|
|
|
9623
|
-
#: ../lib/katello/plugin.rb:
|
|
9445
|
+
#: ../lib/katello/plugin.rb:424
|
|
9624
9446
|
msgid "Default user data for new Operating Systems created from synced content"
|
|
9625
9447
|
msgstr ""
|
|
9626
9448
|
|
|
9627
|
-
#: ../lib/katello/plugin.rb:
|
|
9449
|
+
#: ../lib/katello/plugin.rb:430
|
|
9628
9450
|
msgid "Default synced OS PXELinux template"
|
|
9629
9451
|
msgstr ""
|
|
9630
9452
|
|
|
9631
|
-
#: ../lib/katello/plugin.rb:
|
|
9453
|
+
#: ../lib/katello/plugin.rb:431
|
|
9632
9454
|
msgid ""
|
|
9633
9455
|
"Default PXELinux template for new Operating Systems created from synced conten"
|
|
9634
9456
|
"t"
|
|
9635
9457
|
msgstr ""
|
|
9636
9458
|
|
|
9637
|
-
#: ../lib/katello/plugin.rb:
|
|
9459
|
+
#: ../lib/katello/plugin.rb:437
|
|
9638
9460
|
msgid "Default synced OS PXEGrub template"
|
|
9639
9461
|
msgstr ""
|
|
9640
9462
|
|
|
9641
|
-
#: ../lib/katello/plugin.rb:
|
|
9463
|
+
#: ../lib/katello/plugin.rb:438
|
|
9642
9464
|
msgid "Default PXEGrub template for new Operating Systems created from synced content"
|
|
9643
9465
|
msgstr ""
|
|
9644
9466
|
|
|
9645
|
-
#: ../lib/katello/plugin.rb:
|
|
9467
|
+
#: ../lib/katello/plugin.rb:444
|
|
9646
9468
|
msgid "Default synced OS PXEGrub2 template"
|
|
9647
9469
|
msgstr ""
|
|
9648
9470
|
|
|
9649
|
-
#: ../lib/katello/plugin.rb:
|
|
9471
|
+
#: ../lib/katello/plugin.rb:445
|
|
9650
9472
|
msgid ""
|
|
9651
9473
|
"Default PXEGrub2 template for new Operating Systems created from synced conten"
|
|
9652
9474
|
"t"
|
|
9653
9475
|
msgstr ""
|
|
9654
9476
|
|
|
9655
|
-
#: ../lib/katello/plugin.rb:
|
|
9477
|
+
#: ../lib/katello/plugin.rb:451
|
|
9656
9478
|
msgid "Default synced OS iPXE template"
|
|
9657
9479
|
msgstr ""
|
|
9658
9480
|
|
|
9659
|
-
#: ../lib/katello/plugin.rb:
|
|
9481
|
+
#: ../lib/katello/plugin.rb:452
|
|
9660
9482
|
msgid "Default iPXE template for new Operating Systems created from synced content"
|
|
9661
9483
|
msgstr ""
|
|
9662
9484
|
|
|
9663
|
-
#: ../lib/katello/plugin.rb:
|
|
9485
|
+
#: ../lib/katello/plugin.rb:458
|
|
9664
9486
|
msgid "Default synced OS partition table"
|
|
9665
9487
|
msgstr ""
|
|
9666
9488
|
|
|
9667
|
-
#: ../lib/katello/plugin.rb:
|
|
9489
|
+
#: ../lib/katello/plugin.rb:459
|
|
9668
9490
|
msgid ""
|
|
9669
9491
|
"Default partitioning table for new Operating Systems created from synced conte"
|
|
9670
9492
|
"nt"
|
|
9671
9493
|
msgstr ""
|
|
9672
9494
|
|
|
9673
|
-
#: ../lib/katello/plugin.rb:
|
|
9495
|
+
#: ../lib/katello/plugin.rb:465
|
|
9674
9496
|
msgid "Default synced OS kexec template"
|
|
9675
9497
|
msgstr ""
|
|
9676
9498
|
|
|
9677
|
-
#: ../lib/katello/plugin.rb:
|
|
9499
|
+
#: ../lib/katello/plugin.rb:466
|
|
9678
9500
|
msgid "Default kexec template for new Operating Systems created from synced content"
|
|
9679
9501
|
msgstr ""
|
|
9680
9502
|
|
|
9681
|
-
#: ../lib/katello/plugin.rb:
|
|
9503
|
+
#: ../lib/katello/plugin.rb:472
|
|
9682
9504
|
msgid "Default synced OS Atomic template"
|
|
9683
9505
|
msgstr ""
|
|
9684
9506
|
|
|
9685
|
-
#: ../lib/katello/plugin.rb:
|
|
9507
|
+
#: ../lib/katello/plugin.rb:473
|
|
9686
9508
|
msgid ""
|
|
9687
9509
|
"Default provisioning template for new Atomic Operating Systems created from sy"
|
|
9688
9510
|
"nced content"
|
|
9689
9511
|
msgstr ""
|
|
9690
9512
|
|
|
9691
|
-
#: ../lib/katello/plugin.rb:
|
|
9513
|
+
#: ../lib/katello/plugin.rb:479
|
|
9692
9514
|
msgid "Timeout when refreshing a manifest (in seconds)"
|
|
9693
9515
|
msgstr ""
|
|
9694
9516
|
|
|
9695
|
-
#: ../lib/katello/plugin.rb:
|
|
9517
|
+
#: ../lib/katello/plugin.rb:480
|
|
9696
9518
|
msgid "Manifest refresh timeout"
|
|
9697
9519
|
msgstr ""
|
|
9698
9520
|
|
|
9699
|
-
#: ../lib/katello/plugin.rb:
|
|
9521
|
+
#: ../lib/katello/plugin.rb:485
|
|
9700
9522
|
msgid "Subscription connection enabled"
|
|
9701
9523
|
msgstr ""
|
|
9702
9524
|
|
|
9703
|
-
#: ../lib/katello/plugin.rb:
|
|
9525
|
+
#: ../lib/katello/plugin.rb:486
|
|
9704
9526
|
msgid "Can communicate with the Red Hat Portal for subscriptions."
|
|
9705
9527
|
msgstr ""
|
|
9706
9528
|
|
|
9707
|
-
#: ../lib/katello/plugin.rb:
|
|
9529
|
+
#: ../lib/katello/plugin.rb:491
|
|
9708
9530
|
msgid "Generate errata status from directly-installable content"
|
|
9709
9531
|
msgstr ""
|
|
9710
9532
|
|
|
9711
|
-
#: ../lib/katello/plugin.rb:
|
|
9533
|
+
#: ../lib/katello/plugin.rb:492
|
|
9712
9534
|
msgid ""
|
|
9713
9535
|
"If true, only errata that can be installed without an incremental update will "
|
|
9714
9536
|
"affect the host's errata status. Also affects the Host Collections dashboard w"
|
|
9715
9537
|
"idget."
|
|
9716
9538
|
msgstr ""
|
|
9717
9539
|
|
|
9718
|
-
#: ../lib/katello/plugin.rb:
|
|
9540
|
+
#: ../lib/katello/plugin.rb:497
|
|
9719
9541
|
msgid "Restrict composite content view promotion"
|
|
9720
9542
|
msgstr ""
|
|
9721
9543
|
|
|
9722
|
-
#: ../lib/katello/plugin.rb:
|
|
9544
|
+
#: ../lib/katello/plugin.rb:498
|
|
9723
9545
|
msgid ""
|
|
9724
9546
|
"If this is enabled, a composite content view may not be published or promoted "
|
|
9725
9547
|
"unless the component content view versions that it includes exist in the targe"
|
|
9726
9548
|
"t environment."
|
|
9727
9549
|
msgstr ""
|
|
9728
9550
|
|
|
9729
|
-
#: ../lib/katello/plugin.rb:
|
|
9551
|
+
#: ../lib/katello/plugin.rb:503
|
|
9730
9552
|
msgid "Check services before actions"
|
|
9731
9553
|
msgstr ""
|
|
9732
9554
|
|
|
9733
|
-
#: ../lib/katello/plugin.rb:
|
|
9555
|
+
#: ../lib/katello/plugin.rb:504
|
|
9734
9556
|
msgid ""
|
|
9735
9557
|
"Whether or not to check the status of backend services such as pulp and candle"
|
|
9736
9558
|
"pin prior to performing some actions."
|
|
9737
9559
|
msgstr ""
|
|
9738
9560
|
|
|
9739
|
-
#: ../lib/katello/plugin.rb:
|
|
9561
|
+
#: ../lib/katello/plugin.rb:509
|
|
9740
9562
|
msgid "Batch size to sync repositories in."
|
|
9741
9563
|
msgstr ""
|
|
9742
9564
|
|
|
9743
|
-
#: ../lib/katello/plugin.rb:
|
|
9565
|
+
#: ../lib/katello/plugin.rb:510
|
|
9744
9566
|
msgid ""
|
|
9745
9567
|
"How many repositories should be synced concurrently on the capsule. A smaller "
|
|
9746
9568
|
"number may lead to longer sync times. A larger number will increase dynflow lo"
|
|
9747
9569
|
"ad."
|
|
9748
9570
|
msgstr ""
|
|
9749
9571
|
|
|
9750
|
-
#: ../lib/katello/plugin.rb:
|
|
9572
|
+
#: ../lib/katello/plugin.rb:515
|
|
9751
9573
|
msgid "Sync Smart Proxies after content view promotion"
|
|
9752
9574
|
msgstr ""
|
|
9753
9575
|
|
|
9754
|
-
#: ../lib/katello/plugin.rb:
|
|
9576
|
+
#: ../lib/katello/plugin.rb:516
|
|
9755
9577
|
msgid "Whether or not to auto sync the Smart Proxies after a content view promotion."
|
|
9756
9578
|
msgstr ""
|
|
9757
9579
|
|
|
9758
|
-
#: ../lib/katello/plugin.rb:
|
|
9580
|
+
#: ../lib/katello/plugin.rb:521
|
|
9759
9581
|
msgid "Download rate limit"
|
|
9760
9582
|
msgstr ""
|
|
9761
9583
|
|
|
9762
|
-
#: ../lib/katello/plugin.rb:
|
|
9584
|
+
#: ../lib/katello/plugin.rb:522
|
|
9763
9585
|
msgid ""
|
|
9764
9586
|
"Maximum download rate when syncing a repository (requests per second). Use 0 f"
|
|
9765
9587
|
"or no limit."
|
|
9766
9588
|
msgstr ""
|
|
9767
9589
|
|
|
9768
|
-
#: ../lib/katello/plugin.rb:
|
|
9590
|
+
#: ../lib/katello/plugin.rb:527
|
|
9769
9591
|
msgid "Default Custom Repository download policy"
|
|
9770
9592
|
msgstr ""
|
|
9771
9593
|
|
|
9772
|
-
#: ../lib/katello/plugin.rb:
|
|
9594
|
+
#: ../lib/katello/plugin.rb:528
|
|
9773
9595
|
msgid ""
|
|
9774
9596
|
"Default download policy for custom repositories (either 'immediate' or 'on_dem"
|
|
9775
9597
|
"and')"
|
|
9776
9598
|
msgstr ""
|
|
9777
9599
|
|
|
9778
|
-
#: ../lib/katello/plugin.rb:
|
|
9600
|
+
#: ../lib/katello/plugin.rb:534
|
|
9779
9601
|
msgid "Default Red Hat Repository download policy"
|
|
9780
9602
|
msgstr ""
|
|
9781
9603
|
|
|
9782
|
-
#: ../lib/katello/plugin.rb:
|
|
9604
|
+
#: ../lib/katello/plugin.rb:535
|
|
9783
9605
|
msgid ""
|
|
9784
9606
|
"Default download policy for enabled Red Hat repositories (either 'immediate' o"
|
|
9785
9607
|
"r 'on_demand')"
|
|
9786
9608
|
msgstr ""
|
|
9787
9609
|
|
|
9788
|
-
#: ../lib/katello/plugin.rb:
|
|
9610
|
+
#: ../lib/katello/plugin.rb:541
|
|
9789
9611
|
msgid "Default Smart Proxy download policy"
|
|
9790
9612
|
msgstr ""
|
|
9791
9613
|
|
|
9792
|
-
#: ../lib/katello/plugin.rb:
|
|
9614
|
+
#: ../lib/katello/plugin.rb:542
|
|
9793
9615
|
msgid ""
|
|
9794
9616
|
"Default download policy for Smart Proxy syncs (either 'inherit', immediate', o"
|
|
9795
9617
|
"r 'on_demand')"
|
|
9796
9618
|
msgstr ""
|
|
9797
9619
|
|
|
9798
|
-
#: ../lib/katello/plugin.rb:
|
|
9620
|
+
#: ../lib/katello/plugin.rb:548
|
|
9799
9621
|
msgid "Default custom yum repository mirroring policy"
|
|
9800
9622
|
msgstr ""
|
|
9801
9623
|
|
|
9802
|
-
#: ../lib/katello/plugin.rb:
|
|
9624
|
+
#: ../lib/katello/plugin.rb:549
|
|
9803
9625
|
msgid ""
|
|
9804
9626
|
"Default mirroring policy for custom yum repositories (either 'mirror_content_o"
|
|
9805
9627
|
"nly', 'additive' or 'mirror_complete')"
|
|
9806
9628
|
msgstr ""
|
|
9807
9629
|
|
|
9808
|
-
#: ../lib/katello/plugin.rb:
|
|
9630
|
+
#: ../lib/katello/plugin.rb:555
|
|
9809
9631
|
msgid "Default custom non-yum repository mirroring policy"
|
|
9810
9632
|
msgstr ""
|
|
9811
9633
|
|
|
9812
|
-
#: ../lib/katello/plugin.rb:
|
|
9634
|
+
#: ../lib/katello/plugin.rb:556
|
|
9813
9635
|
msgid ""
|
|
9814
9636
|
"Default mirroring policy for custom non-yum repositories (either 'mirror_conte"
|
|
9815
9637
|
"nt_only' or 'additive')"
|
|
9816
9638
|
msgstr ""
|
|
9817
9639
|
|
|
9818
|
-
#: ../lib/katello/plugin.rb:
|
|
9640
|
+
#: ../lib/katello/plugin.rb:562
|
|
9819
9641
|
msgid "Validate host/lifecycle environment/content source coherence"
|
|
9820
9642
|
msgstr ""
|
|
9821
9643
|
|
|
9822
|
-
#: ../lib/katello/plugin.rb:
|
|
9644
|
+
#: ../lib/katello/plugin.rb:563
|
|
9823
9645
|
msgid ""
|
|
9824
9646
|
"Validate that a host's assigned lifecycle environment is synced by the smart p"
|
|
9825
9647
|
"roxy from which the host will get its content. Applies only to API requests; d"
|
|
9826
9648
|
"oes not affect web UI checks"
|
|
9827
9649
|
msgstr ""
|
|
9828
9650
|
|
|
9829
|
-
#: ../lib/katello/plugin.rb:
|
|
9651
|
+
#: ../lib/katello/plugin.rb:568
|
|
9830
9652
|
msgid "Pulp 3 export destination filepath"
|
|
9831
9653
|
msgstr ""
|
|
9832
9654
|
|
|
9833
|
-
#: ../lib/katello/plugin.rb:
|
|
9655
|
+
#: ../lib/katello/plugin.rb:569
|
|
9834
9656
|
msgid "On-disk location for pulp 3 exported repositories"
|
|
9835
9657
|
msgstr ""
|
|
9836
9658
|
|
|
9837
|
-
#: ../lib/katello/plugin.rb:
|
|
9659
|
+
#: ../lib/katello/plugin.rb:574
|
|
9838
9660
|
msgid "Default export format"
|
|
9839
9661
|
msgstr ""
|
|
9840
9662
|
|
|
9841
|
-
#: ../lib/katello/plugin.rb:
|
|
9663
|
+
#: ../lib/katello/plugin.rb:575
|
|
9842
9664
|
msgid "Default export format for content-exports(either 'syncable' or 'importable')"
|
|
9843
9665
|
msgstr ""
|
|
9844
9666
|
|
|
9845
|
-
#: ../lib/katello/plugin.rb:
|
|
9667
|
+
#: ../lib/katello/plugin.rb:581
|
|
9846
9668
|
msgid "Sync Total Timeout"
|
|
9847
9669
|
msgstr ""
|
|
9848
9670
|
|
|
9849
|
-
#: ../lib/katello/plugin.rb:
|
|
9671
|
+
#: ../lib/katello/plugin.rb:582
|
|
9850
9672
|
msgid ""
|
|
9851
9673
|
"The maximum number of second that Pulp can take to do a single sync operation,"
|
|
9852
9674
|
" e.g., download a single metadata file."
|
|
9853
9675
|
msgstr ""
|
|
9854
9676
|
|
|
9855
|
-
#: ../lib/katello/plugin.rb:
|
|
9677
|
+
#: ../lib/katello/plugin.rb:587
|
|
9856
9678
|
msgid "Sync Connect Timeout"
|
|
9857
9679
|
msgstr ""
|
|
9858
9680
|
|
|
9859
|
-
#: ../lib/katello/plugin.rb:
|
|
9681
|
+
#: ../lib/katello/plugin.rb:588
|
|
9860
9682
|
msgid ""
|
|
9861
9683
|
"The maximum number of seconds for Pulp to establish a new connection or for wa"
|
|
9862
9684
|
"iting for a free connection from a pool if pool connection limits are exceeded"
|
|
9863
9685
|
"."
|
|
9864
9686
|
msgstr ""
|
|
9865
9687
|
|
|
9866
|
-
#: ../lib/katello/plugin.rb:
|
|
9688
|
+
#: ../lib/katello/plugin.rb:593
|
|
9867
9689
|
msgid "Sync Sock Connect Timeout"
|
|
9868
9690
|
msgstr ""
|
|
9869
9691
|
|
|
9870
|
-
#: ../lib/katello/plugin.rb:
|
|
9692
|
+
#: ../lib/katello/plugin.rb:594
|
|
9871
9693
|
msgid ""
|
|
9872
9694
|
"The maximum number of seconds for Pulp to connect to a peer for a new connecti"
|
|
9873
9695
|
"on not given from a pool."
|
|
9874
9696
|
msgstr ""
|
|
9875
9697
|
|
|
9876
|
-
#: ../lib/katello/plugin.rb:
|
|
9698
|
+
#: ../lib/katello/plugin.rb:599
|
|
9877
9699
|
msgid "Sync Sock Read Timeout"
|
|
9878
9700
|
msgstr ""
|
|
9879
9701
|
|
|
9880
|
-
#: ../lib/katello/plugin.rb:
|
|
9702
|
+
#: ../lib/katello/plugin.rb:600
|
|
9881
9703
|
msgid ""
|
|
9882
9704
|
"The maximum number of seconds that Pulp can take to download a file, not count"
|
|
9883
9705
|
"ing connection time."
|
|
9884
9706
|
msgstr ""
|
|
9885
9707
|
|
|
9886
|
-
#: ../lib/katello/plugin.rb:
|
|
9708
|
+
#: ../lib/katello/plugin.rb:605
|
|
9887
9709
|
msgid "Delete Host upon unregister"
|
|
9888
9710
|
msgstr ""
|
|
9889
9711
|
|
|
9890
|
-
#: ../lib/katello/plugin.rb:
|
|
9712
|
+
#: ../lib/katello/plugin.rb:606
|
|
9891
9713
|
msgid ""
|
|
9892
9714
|
"When unregistering a host via subscription-manager, also delete the host recor"
|
|
9893
9715
|
"d. Managed resources linked to host such as virtual machines and DNS records m"
|
|
9894
9716
|
"ay also be deleted."
|
|
9895
9717
|
msgstr ""
|
|
9896
9718
|
|
|
9897
|
-
#: ../lib/katello/plugin.rb:
|
|
9719
|
+
#: ../lib/katello/plugin.rb:611
|
|
9898
9720
|
msgid "Subscription manager name registration fact"
|
|
9899
9721
|
msgstr ""
|
|
9900
9722
|
|
|
9901
|
-
#: ../lib/katello/plugin.rb:
|
|
9723
|
+
#: ../lib/katello/plugin.rb:612
|
|
9902
9724
|
msgid ""
|
|
9903
9725
|
"When registering a host via subscription-manager, force use the specified fact"
|
|
9904
9726
|
" (in the form of 'fact.fact')"
|
|
9905
9727
|
msgstr ""
|
|
9906
9728
|
|
|
9907
|
-
#: ../lib/katello/plugin.rb:
|
|
9729
|
+
#: ../lib/katello/plugin.rb:617
|
|
9908
9730
|
msgid "Subscription manager name registration fact strict matching"
|
|
9909
9731
|
msgstr ""
|
|
9910
9732
|
|
|
9911
|
-
#: ../lib/katello/plugin.rb:
|
|
9733
|
+
#: ../lib/katello/plugin.rb:618
|
|
9912
9734
|
msgid ""
|
|
9913
9735
|
"If this is enabled, and register_hostname_fact is set and provided, registrati"
|
|
9914
9736
|
"on will look for a new host by name only using that fact, and will skip all ho"
|
|
9915
9737
|
"stname matching"
|
|
9916
9738
|
msgstr ""
|
|
9917
9739
|
|
|
9918
|
-
#: ../lib/katello/plugin.rb:
|
|
9740
|
+
#: ../lib/katello/plugin.rb:623
|
|
9919
9741
|
msgid "Default location for subscribed hosts"
|
|
9920
9742
|
msgstr ""
|
|
9921
9743
|
|
|
9922
|
-
#: ../lib/katello/plugin.rb:
|
|
9744
|
+
#: ../lib/katello/plugin.rb:624
|
|
9923
9745
|
msgid "Default Location where new subscribed hosts will put upon registration"
|
|
9924
9746
|
msgstr ""
|
|
9925
9747
|
|
|
9926
|
-
#: ../lib/katello/plugin.rb:
|
|
9748
|
+
#: ../lib/katello/plugin.rb:630
|
|
9927
9749
|
msgid "Expire soon days"
|
|
9928
9750
|
msgstr ""
|
|
9929
9751
|
|
|
9930
|
-
#: ../lib/katello/plugin.rb:
|
|
9752
|
+
#: ../lib/katello/plugin.rb:631
|
|
9931
9753
|
msgid ""
|
|
9932
9754
|
"The number of days remaining in a subscription before you will be reminded abo"
|
|
9933
9755
|
"ut renewing it. Also used for manifest expiration warnings."
|
|
9934
9756
|
msgstr ""
|
|
9935
9757
|
|
|
9936
|
-
#: ../lib/katello/plugin.rb:
|
|
9758
|
+
#: ../lib/katello/plugin.rb:636
|
|
9937
9759
|
msgid "Host Duplicate DMI UUIDs"
|
|
9938
9760
|
msgstr ""
|
|
9939
9761
|
|
|
9940
|
-
#: ../lib/katello/plugin.rb:
|
|
9762
|
+
#: ../lib/katello/plugin.rb:637
|
|
9941
9763
|
msgid ""
|
|
9942
9764
|
"If hosts fail to register because of duplicate DMI UUIDs, add their comma-sepa"
|
|
9943
9765
|
"rated values here. Subsequent registrations will generate a unique DMI UUID fo"
|
|
9944
9766
|
"r the affected hosts."
|
|
9945
9767
|
msgstr ""
|
|
9946
9768
|
|
|
9947
|
-
#: ../lib/katello/plugin.rb:
|
|
9769
|
+
#: ../lib/katello/plugin.rb:642
|
|
9948
9770
|
msgid "Host Profile Assume"
|
|
9949
9771
|
msgstr ""
|
|
9950
9772
|
|
|
9951
|
-
#: ../lib/katello/plugin.rb:
|
|
9773
|
+
#: ../lib/katello/plugin.rb:643
|
|
9952
9774
|
msgid ""
|
|
9953
9775
|
"Allow new host registrations to assume registered profiles with matching hostn"
|
|
9954
9776
|
"ame as long as the registering DMI UUID is not used by another host."
|
|
9955
9777
|
msgstr ""
|
|
9956
9778
|
|
|
9957
|
-
#: ../lib/katello/plugin.rb:
|
|
9779
|
+
#: ../lib/katello/plugin.rb:648
|
|
9958
9780
|
msgid "Host Profile Can Change In Build"
|
|
9959
9781
|
msgstr ""
|
|
9960
9782
|
|
|
9961
|
-
#: ../lib/katello/plugin.rb:
|
|
9783
|
+
#: ../lib/katello/plugin.rb:649
|
|
9962
9784
|
msgid ""
|
|
9963
9785
|
"Allow host registrations to bypass 'Host Profile Assume' as long as the host i"
|
|
9964
9786
|
"s in build mode."
|
|
9965
9787
|
msgstr ""
|
|
9966
9788
|
|
|
9967
|
-
#: ../lib/katello/plugin.rb:
|
|
9789
|
+
#: ../lib/katello/plugin.rb:654
|
|
9968
9790
|
msgid "Host Can Re-Register Only In Build"
|
|
9969
9791
|
msgstr ""
|
|
9970
9792
|
|
|
9971
|
-
#: ../lib/katello/plugin.rb:
|
|
9793
|
+
#: ../lib/katello/plugin.rb:655
|
|
9972
9794
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
|
9973
9795
|
msgstr ""
|
|
9974
9796
|
|
|
9975
|
-
#: ../lib/katello/plugin.rb:
|
|
9797
|
+
#: ../lib/katello/plugin.rb:660
|
|
9976
9798
|
msgid "Host Tasks Workers Pool Size"
|
|
9977
9799
|
msgstr ""
|
|
9978
9800
|
|
|
9979
|
-
#: ../lib/katello/plugin.rb:
|
|
9801
|
+
#: ../lib/katello/plugin.rb:661
|
|
9980
9802
|
msgid ""
|
|
9981
9803
|
"Amount of workers in the pool to handle the execution of host-related tasks. W"
|
|
9982
9804
|
"hen set to 0, the default queue will be used instead. Restart of the dynflowd/"
|
|
9983
9805
|
"foreman-tasks service is required."
|
|
9984
9806
|
msgstr ""
|
|
9985
9807
|
|
|
9986
|
-
#: ../lib/katello/plugin.rb:
|
|
9808
|
+
#: ../lib/katello/plugin.rb:666
|
|
9987
9809
|
msgid "Applicability Batch Size"
|
|
9988
9810
|
msgstr ""
|
|
9989
9811
|
|
|
9990
|
-
#: ../lib/katello/plugin.rb:
|
|
9812
|
+
#: ../lib/katello/plugin.rb:667
|
|
9991
9813
|
msgid "Number of host applicability calculations to process per task."
|
|
9992
9814
|
msgstr ""
|
|
9993
9815
|
|
|
9994
|
-
#: ../lib/katello/plugin.rb:
|
|
9816
|
+
#: ../lib/katello/plugin.rb:672
|
|
9995
9817
|
msgid "Pulp bulk load size"
|
|
9996
9818
|
msgstr ""
|
|
9997
9819
|
|
|
9998
|
-
#: ../lib/katello/plugin.rb:
|
|
9820
|
+
#: ../lib/katello/plugin.rb:673
|
|
9999
9821
|
msgid "The number of items fetched from a single paged Pulp API call."
|
|
10000
9822
|
msgstr ""
|
|
10001
9823
|
|
|
10002
|
-
#: ../lib/katello/plugin.rb:
|
|
9824
|
+
#: ../lib/katello/plugin.rb:678
|
|
10003
9825
|
msgid "Orphaned Content Protection Time"
|
|
10004
9826
|
msgstr ""
|
|
10005
9827
|
|
|
10006
|
-
#: ../lib/katello/plugin.rb:
|
|
9828
|
+
#: ../lib/katello/plugin.rb:679
|
|
10007
9829
|
msgid ""
|
|
10008
9830
|
"Time in minutes before content that is not contained within a repository and h"
|
|
10009
9831
|
"as not been accessed is considered orphaned."
|
|
10010
9832
|
msgstr ""
|
|
10011
9833
|
|
|
10012
|
-
#: ../lib/katello/plugin.rb:
|
|
9834
|
+
#: ../lib/katello/plugin.rb:684
|
|
10013
9835
|
msgid "Completed pulp task protection days"
|
|
10014
9836
|
msgstr ""
|
|
10015
9837
|
|
|
10016
|
-
#: ../lib/katello/plugin.rb:
|
|
9838
|
+
#: ../lib/katello/plugin.rb:685
|
|
10017
9839
|
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
|
10018
9840
|
msgstr ""
|
|
10019
9841
|
|
|
10020
|
-
#: ../lib/katello/plugin.rb:
|
|
9842
|
+
#: ../lib/katello/plugin.rb:690
|
|
10021
9843
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
|
10022
9844
|
msgstr ""
|
|
10023
9845
|
|
|
10024
|
-
#: ../lib/katello/plugin.rb:
|
|
9846
|
+
#: ../lib/katello/plugin.rb:691
|
|
10025
9847
|
msgid ""
|
|
10026
9848
|
"Prefer using a Smart Proxy to which a host is registered when using remote exe"
|
|
10027
9849
|
"cution"
|
|
10028
9850
|
msgstr ""
|
|
10029
9851
|
|
|
10030
|
-
#: ../lib/katello/plugin.rb:
|
|
9852
|
+
#: ../lib/katello/plugin.rb:696
|
|
10031
9853
|
msgid "Allow deleting repositories in published content views"
|
|
10032
9854
|
msgstr ""
|
|
10033
9855
|
|
|
10034
|
-
#: ../lib/katello/plugin.rb:
|
|
9856
|
+
#: ../lib/katello/plugin.rb:697
|
|
10035
9857
|
msgid ""
|
|
10036
9858
|
"If this is enabled, repositories can be deleted even when they belong to publi"
|
|
10037
9859
|
"shed content views. The deleted repository will be removed from all content vi"
|
|
10038
9860
|
"ew versions."
|
|
10039
9861
|
msgstr ""
|
|
10040
9862
|
|
|
10041
|
-
#: ../lib/katello/plugin.rb:
|
|
9863
|
+
#: ../lib/katello/plugin.rb:702
|
|
10042
9864
|
msgid "Distribute archived content view versions"
|
|
10043
9865
|
msgstr ""
|
|
10044
9866
|
|
|
10045
|
-
#: ../lib/katello/plugin.rb:
|
|
9867
|
+
#: ../lib/katello/plugin.rb:703
|
|
10046
9868
|
msgid ""
|
|
10047
9869
|
"If this is enabled, repositories of content view versions without environments"
|
|
10048
9870
|
" (\"archived\") will be distributed at '/pulp/content/<organization>/content_vie"
|
|
10049
9871
|
"ws/<content view>/X.Y/...'."
|
|
10050
9872
|
msgstr ""
|
|
10051
9873
|
|
|
10052
|
-
#: ../lib/katello/plugin.rb:
|
|
9874
|
+
#: ../lib/katello/plugin.rb:708
|
|
10053
9875
|
msgid "Calculate content counts on smart proxies automatically"
|
|
10054
9876
|
msgstr ""
|
|
10055
9877
|
|
|
10056
|
-
#: ../lib/katello/plugin.rb:
|
|
9878
|
+
#: ../lib/katello/plugin.rb:709
|
|
10057
9879
|
msgid ""
|
|
10058
9880
|
"If this is enabled, content counts on smart proxies will be updated automatica"
|
|
10059
9881
|
"lly after content sync."
|
|
10060
9882
|
msgstr ""
|
|
10061
9883
|
|
|
10062
|
-
#: ../lib/katello/plugin.rb:
|
|
9884
|
+
#: ../lib/katello/plugin.rb:714
|
|
10063
9885
|
msgid "Hide Reclaim Space Warning"
|
|
10064
9886
|
msgstr ""
|
|
10065
9887
|
|
|
10066
|
-
#: ../lib/katello/plugin.rb:
|
|
9888
|
+
#: ../lib/katello/plugin.rb:715
|
|
10067
9889
|
msgid ""
|
|
10068
9890
|
"If this is enabled, the Smart Proxy page will suppress the warning message abo"
|
|
10069
9891
|
"ut reclaiming space."
|
|
10070
9892
|
msgstr ""
|
|
10071
9893
|
|
|
10072
|
-
#: ../lib/katello/plugin.rb:
|
|
9894
|
+
#: ../lib/katello/plugin.rb:720
|
|
10073
9895
|
msgid "Enable structured APT for deb content"
|
|
10074
9896
|
msgstr ""
|
|
10075
9897
|
|
|
10076
|
-
#: ../lib/katello/plugin.rb:
|
|
9898
|
+
#: ../lib/katello/plugin.rb:721
|
|
10077
9899
|
msgid ""
|
|
10078
9900
|
"If set, newly created APT repos in Katello will use the same repo structure as"
|
|
10079
9901
|
" the remote repos they are synchronized from. You may migrate existing APT rep"
|
|
@@ -10081,179 +9903,179 @@ msgid ""
|
|
|
10081
9903
|
"ntent_for_deb'."
|
|
10082
9904
|
msgstr ""
|
|
10083
9905
|
|
|
10084
|
-
#: ../lib/katello/plugin.rb:
|
|
9906
|
+
#: ../lib/katello/plugin.rb:727
|
|
10085
9907
|
msgid "Registry token expiration time"
|
|
10086
9908
|
msgstr ""
|
|
10087
9909
|
|
|
10088
|
-
#: ../lib/katello/plugin.rb:
|
|
9910
|
+
#: ../lib/katello/plugin.rb:728
|
|
10089
9911
|
msgid "Time in minutes before registry access tokens expire."
|
|
10090
9912
|
msgstr ""
|
|
10091
9913
|
|
|
10092
|
-
#: ../lib/katello/plugin.rb:
|
|
9914
|
+
#: ../lib/katello/plugin.rb:732
|
|
10093
9915
|
msgid "Katello: Install Package"
|
|
10094
9916
|
msgstr ""
|
|
10095
9917
|
|
|
10096
|
-
#: ../lib/katello/plugin.rb:
|
|
9918
|
+
#: ../lib/katello/plugin.rb:732
|
|
10097
9919
|
msgid "Install package via Katello interface"
|
|
10098
9920
|
msgstr ""
|
|
10099
9921
|
|
|
10100
|
-
#: ../lib/katello/plugin.rb:
|
|
9922
|
+
#: ../lib/katello/plugin.rb:733
|
|
10101
9923
|
msgid "Katello: Install packages by search query"
|
|
10102
9924
|
msgstr ""
|
|
10103
9925
|
|
|
10104
|
-
#: ../lib/katello/plugin.rb:
|
|
9926
|
+
#: ../lib/katello/plugin.rb:733
|
|
10105
9927
|
msgid "Install packages via Katello interface"
|
|
10106
9928
|
msgstr ""
|
|
10107
9929
|
|
|
10108
|
-
#: ../lib/katello/plugin.rb:
|
|
9930
|
+
#: ../lib/katello/plugin.rb:734
|
|
10109
9931
|
msgid "Katello: Update Package"
|
|
10110
9932
|
msgstr ""
|
|
10111
9933
|
|
|
10112
|
-
#: ../lib/katello/plugin.rb:
|
|
9934
|
+
#: ../lib/katello/plugin.rb:734
|
|
10113
9935
|
msgid "Update package via Katello interface"
|
|
10114
9936
|
msgstr ""
|
|
10115
9937
|
|
|
10116
|
-
#: ../lib/katello/plugin.rb:
|
|
9938
|
+
#: ../lib/katello/plugin.rb:735
|
|
10117
9939
|
msgid "Katello: Update Packages by search query"
|
|
10118
9940
|
msgstr ""
|
|
10119
9941
|
|
|
10120
|
-
#: ../lib/katello/plugin.rb:
|
|
9942
|
+
#: ../lib/katello/plugin.rb:735
|
|
10121
9943
|
msgid "Update packages via Katello interface"
|
|
10122
9944
|
msgstr ""
|
|
10123
9945
|
|
|
10124
|
-
#: ../lib/katello/plugin.rb:
|
|
9946
|
+
#: ../lib/katello/plugin.rb:736
|
|
10125
9947
|
msgid "Katello: Remove Package"
|
|
10126
9948
|
msgstr ""
|
|
10127
9949
|
|
|
10128
|
-
#: ../lib/katello/plugin.rb:
|
|
9950
|
+
#: ../lib/katello/plugin.rb:736
|
|
10129
9951
|
msgid "Remove package via Katello interface"
|
|
10130
9952
|
msgstr ""
|
|
10131
9953
|
|
|
10132
|
-
#: ../lib/katello/plugin.rb:
|
|
9954
|
+
#: ../lib/katello/plugin.rb:737
|
|
10133
9955
|
msgid "Katello: Remove Packages by search query"
|
|
10134
9956
|
msgstr ""
|
|
10135
9957
|
|
|
10136
|
-
#: ../lib/katello/plugin.rb:
|
|
9958
|
+
#: ../lib/katello/plugin.rb:737
|
|
10137
9959
|
msgid "Remove packages via Katello interface"
|
|
10138
9960
|
msgstr ""
|
|
10139
9961
|
|
|
10140
|
-
#: ../lib/katello/plugin.rb:
|
|
9962
|
+
#: ../lib/katello/plugin.rb:738
|
|
10141
9963
|
msgid "Katello: Install Package Group"
|
|
10142
9964
|
msgstr ""
|
|
10143
9965
|
|
|
10144
|
-
#: ../lib/katello/plugin.rb:
|
|
9966
|
+
#: ../lib/katello/plugin.rb:738
|
|
10145
9967
|
msgid "Install package group via Katello interface"
|
|
10146
9968
|
msgstr ""
|
|
10147
9969
|
|
|
10148
|
-
#: ../lib/katello/plugin.rb:
|
|
9970
|
+
#: ../lib/katello/plugin.rb:739
|
|
10149
9971
|
msgid "Katello: Update Package Group"
|
|
10150
9972
|
msgstr ""
|
|
10151
9973
|
|
|
10152
|
-
#: ../lib/katello/plugin.rb:
|
|
9974
|
+
#: ../lib/katello/plugin.rb:739
|
|
10153
9975
|
msgid "Update package group via Katello interface"
|
|
10154
9976
|
msgstr ""
|
|
10155
9977
|
|
|
10156
|
-
#: ../lib/katello/plugin.rb:
|
|
9978
|
+
#: ../lib/katello/plugin.rb:740
|
|
10157
9979
|
msgid "Katello: Remove Package Group"
|
|
10158
9980
|
msgstr ""
|
|
10159
9981
|
|
|
10160
|
-
#: ../lib/katello/plugin.rb:
|
|
9982
|
+
#: ../lib/katello/plugin.rb:740
|
|
10161
9983
|
msgid "Remove package group via Katello interface"
|
|
10162
9984
|
msgstr ""
|
|
10163
9985
|
|
|
10164
|
-
#: ../lib/katello/plugin.rb:
|
|
9986
|
+
#: ../lib/katello/plugin.rb:741
|
|
10165
9987
|
msgid "Katello: Install Errata"
|
|
10166
9988
|
msgstr ""
|
|
10167
9989
|
|
|
10168
|
-
#: ../lib/katello/plugin.rb:
|
|
9990
|
+
#: ../lib/katello/plugin.rb:741
|
|
10169
9991
|
msgid "Install errata via Katello interface"
|
|
10170
9992
|
msgstr ""
|
|
10171
9993
|
|
|
10172
|
-
#: ../lib/katello/plugin.rb:
|
|
9994
|
+
#: ../lib/katello/plugin.rb:742
|
|
10173
9995
|
msgid "Katello: Install errata by search query"
|
|
10174
9996
|
msgstr ""
|
|
10175
9997
|
|
|
10176
|
-
#: ../lib/katello/plugin.rb:
|
|
9998
|
+
#: ../lib/katello/plugin.rb:742
|
|
10177
9999
|
msgid "Install errata using scoped search query"
|
|
10178
10000
|
msgstr ""
|
|
10179
10001
|
|
|
10180
|
-
#: ../lib/katello/plugin.rb:
|
|
10002
|
+
#: ../lib/katello/plugin.rb:743
|
|
10181
10003
|
msgid "Katello: Service Restart"
|
|
10182
10004
|
msgstr ""
|
|
10183
10005
|
|
|
10184
|
-
#: ../lib/katello/plugin.rb:
|
|
10006
|
+
#: ../lib/katello/plugin.rb:743
|
|
10185
10007
|
msgid "Restart Services via Katello interface"
|
|
10186
10008
|
msgstr ""
|
|
10187
10009
|
|
|
10188
|
-
#: ../lib/katello/plugin.rb:
|
|
10010
|
+
#: ../lib/katello/plugin.rb:744
|
|
10189
10011
|
msgid "Katello: Resolve Traces"
|
|
10190
10012
|
msgstr ""
|
|
10191
10013
|
|
|
10192
|
-
#: ../lib/katello/plugin.rb:
|
|
10014
|
+
#: ../lib/katello/plugin.rb:744
|
|
10193
10015
|
msgid "Resolve traces via Katello interface"
|
|
10194
10016
|
msgstr ""
|
|
10195
10017
|
|
|
10196
|
-
#: ../lib/katello/plugin.rb:
|
|
10018
|
+
#: ../lib/katello/plugin.rb:745
|
|
10197
10019
|
msgid "Katello: Configure host for new content source"
|
|
10198
10020
|
msgstr ""
|
|
10199
10021
|
|
|
10200
|
-
#: ../lib/katello/plugin.rb:
|
|
10022
|
+
#: ../lib/katello/plugin.rb:745
|
|
10201
10023
|
msgid "Replace content source on the target machine"
|
|
10202
10024
|
msgstr ""
|
|
10203
10025
|
|
|
10204
|
-
#: ../lib/katello/plugin.rb:
|
|
10026
|
+
#: ../lib/katello/plugin.rb:746
|
|
10205
10027
|
msgid "Katello: Upload Profile"
|
|
10206
10028
|
msgstr ""
|
|
10207
10029
|
|
|
10208
|
-
#: ../lib/katello/plugin.rb:
|
|
10030
|
+
#: ../lib/katello/plugin.rb:746
|
|
10209
10031
|
msgid "Upload package / repos profile"
|
|
10210
10032
|
msgstr ""
|
|
10211
10033
|
|
|
10212
|
-
#: ../lib/katello/plugin.rb:
|
|
10034
|
+
#: ../lib/katello/plugin.rb:747
|
|
10213
10035
|
msgid "Katello: Module Stream Actions"
|
|
10214
10036
|
msgstr ""
|
|
10215
10037
|
|
|
10216
|
-
#: ../lib/katello/plugin.rb:
|
|
10038
|
+
#: ../lib/katello/plugin.rb:748
|
|
10217
10039
|
msgid "Perform a module stream action via Katello interface"
|
|
10218
10040
|
msgstr ""
|
|
10219
10041
|
|
|
10220
|
-
#: ../lib/katello/plugin.rb:
|
|
10042
|
+
#: ../lib/katello/plugin.rb:750
|
|
10221
10043
|
msgid "Katello: Bootc Action"
|
|
10222
10044
|
msgstr ""
|
|
10223
10045
|
|
|
10224
|
-
#: ../lib/katello/plugin.rb:
|
|
10046
|
+
#: ../lib/katello/plugin.rb:750
|
|
10225
10047
|
msgid "Katello Bootc interface"
|
|
10226
10048
|
msgstr ""
|
|
10227
10049
|
|
|
10228
|
-
#: ../lib/katello/plugin.rb:
|
|
10050
|
+
#: ../lib/katello/plugin.rb:751
|
|
10229
10051
|
msgid "Katello: Bootc Upgrade"
|
|
10230
10052
|
msgstr ""
|
|
10231
10053
|
|
|
10232
|
-
#: ../lib/katello/plugin.rb:
|
|
10054
|
+
#: ../lib/katello/plugin.rb:751
|
|
10233
10055
|
msgid "Bootc upgrade via Bootc interface"
|
|
10234
10056
|
msgstr ""
|
|
10235
10057
|
|
|
10236
|
-
#: ../lib/katello/plugin.rb:
|
|
10058
|
+
#: ../lib/katello/plugin.rb:752
|
|
10237
10059
|
msgid "Katello: Bootc Switch"
|
|
10238
10060
|
msgstr ""
|
|
10239
10061
|
|
|
10240
|
-
#: ../lib/katello/plugin.rb:
|
|
10062
|
+
#: ../lib/katello/plugin.rb:752
|
|
10241
10063
|
msgid "Bootc switch via Bootc interface"
|
|
10242
10064
|
msgstr ""
|
|
10243
10065
|
|
|
10244
|
-
#: ../lib/katello/plugin.rb:
|
|
10066
|
+
#: ../lib/katello/plugin.rb:753
|
|
10245
10067
|
msgid "Katello: Bootc Rollback"
|
|
10246
10068
|
msgstr ""
|
|
10247
10069
|
|
|
10248
|
-
#: ../lib/katello/plugin.rb:
|
|
10070
|
+
#: ../lib/katello/plugin.rb:753
|
|
10249
10071
|
msgid "Bootc rollback via Bootc interface"
|
|
10250
10072
|
msgstr ""
|
|
10251
10073
|
|
|
10252
|
-
#: ../lib/katello/plugin.rb:
|
|
10074
|
+
#: ../lib/katello/plugin.rb:754
|
|
10253
10075
|
msgid "Katello: Bootc Status"
|
|
10254
10076
|
msgstr ""
|
|
10255
10077
|
|
|
10256
|
-
#: ../lib/katello/plugin.rb:
|
|
10078
|
+
#: ../lib/katello/plugin.rb:754
|
|
10257
10079
|
msgid "Bootc status via Bootc interface"
|
|
10258
10080
|
msgstr ""
|
|
10259
10081
|
|
|
@@ -10402,6 +10224,7 @@ msgstr ""
|
|
|
10402
10224
|
|
|
10403
10225
|
#: ../webpack/ForemanColumnExtensions/index.js:180
|
|
10404
10226
|
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:113
|
|
10227
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:90
|
|
10405
10228
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:112
|
|
10406
10229
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:182
|
|
10407
10230
|
msgid "Content view environments"
|
|
@@ -10488,10 +10311,11 @@ msgstr ""
|
|
|
10488
10311
|
|
|
10489
10312
|
#: ../webpack/components/Bookmark/AddBookmarkModal.js:84
|
|
10490
10313
|
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:143
|
|
10491
|
-
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:
|
|
10314
|
+
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:151
|
|
10492
10315
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:111
|
|
10493
10316
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:118
|
|
10494
10317
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:353
|
|
10318
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:241
|
|
10495
10319
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:241
|
|
10496
10320
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:309
|
|
10497
10321
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/UpdateDialog.js:39
|
|
@@ -10653,7 +10477,7 @@ msgstr ""
|
|
|
10653
10477
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:250
|
|
10654
10478
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:149
|
|
10655
10479
|
#: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:77
|
|
10656
|
-
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:
|
|
10480
|
+
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:59
|
|
10657
10481
|
msgid "Try changing your search settings."
|
|
10658
10482
|
msgstr ""
|
|
10659
10483
|
|
|
@@ -10908,9 +10732,9 @@ msgstr ""
|
|
|
10908
10732
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:146
|
|
10909
10733
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:59
|
|
10910
10734
|
#: ../webpack/scenes/Content/ContentConfig.js:162
|
|
10911
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
10735
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:168
|
|
10912
10736
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:80
|
|
10913
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:
|
|
10737
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:113
|
|
10914
10738
|
#: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:190
|
|
10915
10739
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:75
|
|
10916
10740
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js:56
|
|
@@ -10945,7 +10769,7 @@ msgstr ""
|
|
|
10945
10769
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:617
|
|
10946
10770
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:396
|
|
10947
10771
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:551
|
|
10948
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
10772
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:112
|
|
10949
10773
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:224
|
|
10950
10774
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:234
|
|
10951
10775
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:200
|
|
@@ -11020,13 +10844,13 @@ msgstr ""
|
|
|
11020
10844
|
|
|
11021
10845
|
#:
|
|
11022
10846
|
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:123
|
|
11023
|
-
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:
|
|
10847
|
+
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:179
|
|
11024
10848
|
msgid "Role"
|
|
11025
10849
|
msgstr ""
|
|
11026
10850
|
|
|
11027
10851
|
#:
|
|
11028
10852
|
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:127
|
|
11029
|
-
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:
|
|
10853
|
+
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:196
|
|
11030
10854
|
msgid "SLA"
|
|
11031
10855
|
msgstr ""
|
|
11032
10856
|
|
|
@@ -11037,7 +10861,7 @@ msgstr ""
|
|
|
11037
10861
|
|
|
11038
10862
|
#:
|
|
11039
10863
|
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js:141
|
|
11040
|
-
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:
|
|
10864
|
+
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:230
|
|
11041
10865
|
msgid "Release version"
|
|
11042
10866
|
msgstr ""
|
|
11043
10867
|
|
|
@@ -11047,22 +10871,22 @@ msgid "(unset)"
|
|
|
11047
10871
|
msgstr ""
|
|
11048
10872
|
|
|
11049
10873
|
#:
|
|
11050
|
-
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:
|
|
10874
|
+
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:163
|
|
11051
10875
|
msgid "Edit system purpose attributes"
|
|
11052
10876
|
msgstr ""
|
|
11053
10877
|
|
|
11054
10878
|
#:
|
|
11055
|
-
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:
|
|
10879
|
+
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:173
|
|
11056
10880
|
msgid "Select system purpose attributes for host {name}."
|
|
11057
10881
|
msgstr ""
|
|
11058
10882
|
|
|
11059
10883
|
#:
|
|
11060
|
-
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:
|
|
10884
|
+
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:173
|
|
11061
10885
|
msgid "Select system purpose attributes for activation key {name}."
|
|
11062
10886
|
msgstr ""
|
|
11063
10887
|
|
|
11064
10888
|
#:
|
|
11065
|
-
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:
|
|
10889
|
+
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:213
|
|
11066
10890
|
msgid "Usage"
|
|
11067
10891
|
msgstr ""
|
|
11068
10892
|
|
|
@@ -11158,7 +10982,7 @@ msgstr ""
|
|
|
11158
10982
|
|
|
11159
10983
|
#:
|
|
11160
10984
|
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/RecentCommunicationCardExtensions.js:19
|
|
11161
|
-
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:
|
|
10985
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:55
|
|
11162
10986
|
msgid "Never"
|
|
11163
10987
|
msgstr ""
|
|
11164
10988
|
|
|
@@ -11313,6 +11137,8 @@ msgstr ""
|
|
|
11313
11137
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:109
|
|
11314
11138
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:76
|
|
11315
11139
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:77
|
|
11140
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:183
|
|
11141
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:198
|
|
11316
11142
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:182
|
|
11317
11143
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:198
|
|
11318
11144
|
#: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:27
|
|
@@ -11342,9 +11168,9 @@ msgstr ""
|
|
|
11342
11168
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:170
|
|
11343
11169
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:387
|
|
11344
11170
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:170
|
|
11345
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:
|
|
11346
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
11347
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
11171
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
|
|
11172
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:88
|
|
11173
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:245
|
|
11348
11174
|
msgid "Install packages"
|
|
11349
11175
|
msgstr ""
|
|
11350
11176
|
|
|
@@ -11410,7 +11236,7 @@ msgstr ""
|
|
|
11410
11236
|
|
|
11411
11237
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js:420
|
|
11412
11238
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:443
|
|
11413
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
11239
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:112
|
|
11414
11240
|
msgid "Upgrade"
|
|
11415
11241
|
msgstr ""
|
|
11416
11242
|
|
|
@@ -11635,14 +11461,14 @@ msgstr ""
|
|
|
11635
11461
|
#:
|
|
11636
11462
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:486
|
|
11637
11463
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:570
|
|
11638
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
11464
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:112
|
|
11639
11465
|
msgid "Install"
|
|
11640
11466
|
msgstr ""
|
|
11641
11467
|
|
|
11642
11468
|
#:
|
|
11643
11469
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:496
|
|
11644
11470
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:584
|
|
11645
|
-
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:
|
|
11471
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:226
|
|
11646
11472
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:51
|
|
11647
11473
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:76
|
|
11648
11474
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:79
|
|
@@ -11651,9 +11477,6 @@ msgstr ""
|
|
|
11651
11477
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/ExportSyncForm.js:65
|
|
11652
11478
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:144
|
|
11653
11479
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:253
|
|
11654
|
-
#: action_names.rb:166 action_names.rb:167 action_names.rb:168
|
|
11655
|
-
#: action_names.rb:169 action_names.rb:170 action_names.rb:171
|
|
11656
|
-
#: action_names.rb:172 action_names.rb:173 action_names.rb:174
|
|
11657
11480
|
msgid "Update"
|
|
11658
11481
|
msgstr ""
|
|
11659
11482
|
|
|
@@ -12116,7 +11939,7 @@ msgstr ""
|
|
|
12116
11939
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:111
|
|
12117
11940
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:149
|
|
12118
11941
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:118
|
|
12119
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
11942
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:285
|
|
12120
11943
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_Review.js:32
|
|
12121
11944
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:159
|
|
12122
11945
|
msgid "Review"
|
|
@@ -12153,53 +11976,53 @@ msgstr ""
|
|
|
12153
11976
|
|
|
12154
11977
|
#:
|
|
12155
11978
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js:136
|
|
12156
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
11979
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:271
|
|
12157
11980
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js:146
|
|
12158
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:
|
|
11981
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:112
|
|
12159
11982
|
msgid "Review hosts"
|
|
12160
11983
|
msgstr ""
|
|
12161
11984
|
|
|
12162
11985
|
#:
|
|
12163
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:
|
|
12164
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
12165
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
11986
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
|
|
11987
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:88
|
|
11988
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:254
|
|
12166
11989
|
msgid "Remove packages"
|
|
12167
11990
|
msgstr ""
|
|
12168
11991
|
|
|
12169
11992
|
#:
|
|
12170
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:
|
|
12171
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
12172
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
11993
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:40
|
|
11994
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:88
|
|
11995
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:236
|
|
12173
11996
|
msgid "Upgrade packages"
|
|
12174
11997
|
msgstr ""
|
|
12175
11998
|
|
|
12176
11999
|
#:
|
|
12177
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:
|
|
12000
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:42
|
|
12178
12001
|
msgid ""
|
|
12179
12002
|
"Select packages to install on the selected hosts. Some packages may already be"
|
|
12180
12003
|
" installed on some hosts."
|
|
12181
12004
|
msgstr ""
|
|
12182
12005
|
|
|
12183
12006
|
#:
|
|
12184
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:
|
|
12007
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:43
|
|
12185
12008
|
msgid "Select packages to remove on the selected hosts."
|
|
12186
12009
|
msgstr ""
|
|
12187
12010
|
|
|
12188
12011
|
#:
|
|
12189
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:
|
|
12012
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:44
|
|
12190
12013
|
msgid ""
|
|
12191
12014
|
"Select packages to upgrade to the latest version. Packages may have different "
|
|
12192
12015
|
"versions on different hosts."
|
|
12193
12016
|
msgstr ""
|
|
12194
12017
|
|
|
12195
12018
|
#:
|
|
12196
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:
|
|
12019
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:120
|
|
12197
12020
|
msgid "Select at least one package."
|
|
12198
12021
|
msgstr ""
|
|
12199
12022
|
|
|
12200
12023
|
#:
|
|
12201
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:
|
|
12202
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
12024
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js:129
|
|
12025
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:217
|
|
12203
12026
|
msgid "No upgradable packages found."
|
|
12204
12027
|
msgstr ""
|
|
12205
12028
|
|
|
@@ -12236,23 +12059,23 @@ msgstr ""
|
|
|
12236
12059
|
|
|
12237
12060
|
#:
|
|
12238
12061
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:58
|
|
12239
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
12062
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:227
|
|
12240
12063
|
msgid "Upgrade all packages"
|
|
12241
12064
|
msgstr ""
|
|
12242
12065
|
|
|
12243
12066
|
#:
|
|
12244
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
12067
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:197
|
|
12245
12068
|
msgid "Manage packages"
|
|
12246
12069
|
msgstr ""
|
|
12247
12070
|
|
|
12248
12071
|
#:
|
|
12249
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
12250
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
12072
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:200
|
|
12073
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:206
|
|
12251
12074
|
msgid "Select action"
|
|
12252
12075
|
msgstr ""
|
|
12253
12076
|
|
|
12254
12077
|
#:
|
|
12255
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:
|
|
12078
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:209
|
|
12256
12079
|
msgid "To manage packages, select an action."
|
|
12257
12080
|
msgstr ""
|
|
12258
12081
|
|
|
@@ -12312,13 +12135,13 @@ msgstr ""
|
|
|
12312
12135
|
msgid "OS"
|
|
12313
12136
|
msgstr ""
|
|
12314
12137
|
|
|
12315
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:
|
|
12138
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:115
|
|
12316
12139
|
msgid ""
|
|
12317
12140
|
"Review and optionally exclude hosts from your selection. Note that package act"
|
|
12318
12141
|
"ions on any image mode hosts will be transient and lost on the next reboot."
|
|
12319
12142
|
msgstr ""
|
|
12320
12143
|
|
|
12321
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:
|
|
12144
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:123
|
|
12322
12145
|
msgid "You must select at least one host."
|
|
12323
12146
|
msgstr ""
|
|
12324
12147
|
|
|
@@ -12417,30 +12240,30 @@ msgstr ""
|
|
|
12417
12240
|
msgid "Nothing selected"
|
|
12418
12241
|
msgstr ""
|
|
12419
12242
|
|
|
12420
|
-
#: ../webpack/containers/Application/config.js:
|
|
12243
|
+
#: ../webpack/containers/Application/config.js:27
|
|
12421
12244
|
msgid "RH Repos"
|
|
12422
12245
|
msgstr ""
|
|
12423
12246
|
|
|
12424
|
-
#: ../webpack/containers/Application/config.js:
|
|
12247
|
+
#: ../webpack/containers/Application/config.js:35
|
|
12425
12248
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:235
|
|
12426
12249
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:59
|
|
12427
12250
|
msgid "Add Subscriptions"
|
|
12428
12251
|
msgstr ""
|
|
12429
12252
|
|
|
12430
|
-
#: ../webpack/containers/Application/config.js:
|
|
12253
|
+
#: ../webpack/containers/Application/config.js:39
|
|
12431
12254
|
msgid "Activation key details"
|
|
12432
12255
|
msgstr ""
|
|
12433
12256
|
|
|
12434
|
-
#: ../webpack/containers/Application/config.js:
|
|
12257
|
+
#: ../webpack/containers/Application/config.js:44
|
|
12435
12258
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:72
|
|
12436
12259
|
msgid "Subscription Details"
|
|
12437
12260
|
msgstr ""
|
|
12438
12261
|
|
|
12439
|
-
#: ../webpack/containers/Application/config.js:
|
|
12262
|
+
#: ../webpack/containers/Application/config.js:56
|
|
12440
12263
|
msgid "Module Stream Details"
|
|
12441
12264
|
msgstr ""
|
|
12442
12265
|
|
|
12443
|
-
#: ../webpack/containers/Application/config.js:
|
|
12266
|
+
#: ../webpack/containers/Application/config.js:60
|
|
12444
12267
|
#: ../webpack/scenes/ContentViews/ContentViewsPage.js:12
|
|
12445
12268
|
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:110
|
|
12446
12269
|
#: ../webpack/scenes/ContentViews/components/CVBreadCrumb.js:38
|
|
@@ -12448,27 +12271,27 @@ msgstr ""
|
|
|
12448
12271
|
msgid "Content views"
|
|
12449
12272
|
msgstr ""
|
|
12450
12273
|
|
|
12451
|
-
#: ../webpack/containers/Application/config.js:
|
|
12274
|
+
#: ../webpack/containers/Application/config.js:64
|
|
12452
12275
|
msgid "Content View Details"
|
|
12453
12276
|
msgstr ""
|
|
12454
12277
|
|
|
12455
|
-
#: ../webpack/containers/Application/config.js:
|
|
12278
|
+
#: ../webpack/containers/Application/config.js:77
|
|
12456
12279
|
msgid "Content Details"
|
|
12457
12280
|
msgstr ""
|
|
12458
12281
|
|
|
12459
|
-
#: ../webpack/containers/Application/config.js:
|
|
12282
|
+
#: ../webpack/containers/Application/config.js:81
|
|
12460
12283
|
#: ../webpack/scenes/Hosts/ChangeContentSource/index.js:108
|
|
12461
12284
|
#: ../webpack/scenes/Hosts/ChangeContentSource/index.js:137
|
|
12462
12285
|
#: ../webpack/scenes/Hosts/ChangeContentSource/index.js:156
|
|
12463
12286
|
msgid "Change host content source"
|
|
12464
12287
|
msgstr ""
|
|
12465
12288
|
|
|
12466
|
-
#: ../webpack/containers/Application/config.js:
|
|
12289
|
+
#: ../webpack/containers/Application/config.js:94
|
|
12467
12290
|
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:111
|
|
12468
12291
|
msgid "Booted container images"
|
|
12469
12292
|
msgstr ""
|
|
12470
12293
|
|
|
12471
|
-
#: ../webpack/containers/Application/config.js:
|
|
12294
|
+
#: ../webpack/containers/Application/config.js:106
|
|
12472
12295
|
msgid "Flatpak Remote Details"
|
|
12473
12296
|
msgstr ""
|
|
12474
12297
|
|
|
@@ -12621,7 +12444,7 @@ msgstr ""
|
|
|
12621
12444
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:84
|
|
12622
12445
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:453
|
|
12623
12446
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:188
|
|
12624
|
-
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:
|
|
12447
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:187
|
|
12625
12448
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:164
|
|
12626
12449
|
msgid "Username"
|
|
12627
12450
|
msgstr ""
|
|
@@ -12630,7 +12453,7 @@ msgstr ""
|
|
|
12630
12453
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:88
|
|
12631
12454
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:462
|
|
12632
12455
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:208
|
|
12633
|
-
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:
|
|
12456
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:205
|
|
12634
12457
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:177
|
|
12635
12458
|
msgid "Password"
|
|
12636
12459
|
msgstr ""
|
|
@@ -12847,8 +12670,8 @@ msgstr ""
|
|
|
12847
12670
|
|
|
12848
12671
|
#:
|
|
12849
12672
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:348
|
|
12850
|
-
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:
|
|
12851
|
-
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:
|
|
12673
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:162
|
|
12674
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:60
|
|
12852
12675
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js:57
|
|
12853
12676
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:87
|
|
12854
12677
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:151
|
|
@@ -12895,7 +12718,6 @@ msgstr ""
|
|
|
12895
12718
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:277
|
|
12896
12719
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:365
|
|
12897
12720
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:242
|
|
12898
|
-
#: action_names.rb:117 action_names.rb:118 action_names.rb:119
|
|
12899
12721
|
msgid "Refresh"
|
|
12900
12722
|
msgstr ""
|
|
12901
12723
|
|
|
@@ -12932,8 +12754,6 @@ msgstr ""
|
|
|
12932
12754
|
|
|
12933
12755
|
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:145
|
|
12934
12756
|
#: ../webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js:12
|
|
12935
|
-
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:87
|
|
12936
|
-
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:131
|
|
12937
12757
|
msgid "Loading..."
|
|
12938
12758
|
msgstr ""
|
|
12939
12759
|
|
|
@@ -12941,6 +12761,30 @@ msgstr ""
|
|
|
12941
12761
|
msgid "Image digest"
|
|
12942
12762
|
msgstr ""
|
|
12943
12763
|
|
|
12764
|
+
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:33
|
|
12765
|
+
msgid "Container images"
|
|
12766
|
+
msgstr ""
|
|
12767
|
+
|
|
12768
|
+
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:36
|
|
12769
|
+
msgid ""
|
|
12770
|
+
"View container images in the local registry using the Synced tab. View contain"
|
|
12771
|
+
"er images booted by image mode hosts using the Booted tab. The Booted tab also"
|
|
12772
|
+
" shows images outside of the local container registry."
|
|
12773
|
+
msgstr ""
|
|
12774
|
+
|
|
12775
|
+
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:55
|
|
12776
|
+
#: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:21
|
|
12777
|
+
msgid "Synced"
|
|
12778
|
+
msgstr ""
|
|
12779
|
+
|
|
12780
|
+
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:65
|
|
12781
|
+
msgid "Booted"
|
|
12782
|
+
msgstr ""
|
|
12783
|
+
|
|
12784
|
+
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:74
|
|
12785
|
+
msgid "Synced container images content"
|
|
12786
|
+
msgstr ""
|
|
12787
|
+
|
|
12944
12788
|
#: ../webpack/scenes/Content/ContentConfig.js:13
|
|
12945
12789
|
msgid "Python Packages"
|
|
12946
12790
|
msgstr ""
|
|
@@ -13102,7 +12946,7 @@ msgid "Component Content View"
|
|
|
13102
12946
|
msgstr ""
|
|
13103
12947
|
|
|
13104
12948
|
#: ../webpack/scenes/ContentViews/Create/ContentViewFormComponents.js:36
|
|
13105
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:
|
|
12949
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:135
|
|
13106
12950
|
msgid "Solve dependencies"
|
|
13107
12951
|
msgstr ""
|
|
13108
12952
|
|
|
@@ -13118,38 +12962,31 @@ msgstr ""
|
|
|
13118
12962
|
msgid "Generated"
|
|
13119
12963
|
msgstr ""
|
|
13120
12964
|
|
|
13121
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
12965
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:35
|
|
13122
12966
|
msgid "Contains repositories. Versions are published and optionally filtered."
|
|
13123
12967
|
msgstr ""
|
|
13124
12968
|
|
|
13125
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
12969
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:36
|
|
13126
12970
|
msgid ""
|
|
13127
12971
|
"Contains content views. You must choose the version to use for each content vi"
|
|
13128
12972
|
"ew."
|
|
13129
12973
|
msgstr ""
|
|
13130
12974
|
|
|
13131
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
12975
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:37
|
|
13132
12976
|
msgid ""
|
|
13133
12977
|
"Contains repositories. Always serves the latest synced content, without the ne"
|
|
13134
12978
|
"ed to publish versions."
|
|
13135
12979
|
msgstr ""
|
|
13136
12980
|
|
|
13137
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
13138
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:
|
|
12981
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:143
|
|
12982
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:91
|
|
13139
12983
|
msgid "Label"
|
|
13140
12984
|
msgstr ""
|
|
13141
12985
|
|
|
13142
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:
|
|
12986
|
+
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:162
|
|
13143
12987
|
msgid "Must be Ascii alphanumeric, '_' or '-'"
|
|
13144
12988
|
msgstr ""
|
|
13145
12989
|
|
|
13146
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:242
|
|
13147
|
-
#: ../webpack/scenes/ContentViews/Create/CreateContentViewModal.js:10
|
|
13148
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:186
|
|
13149
|
-
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:192
|
|
13150
|
-
msgid "Create content view"
|
|
13151
|
-
msgstr ""
|
|
13152
|
-
|
|
13153
12990
|
#: ../webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js:72
|
|
13154
12991
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:40
|
|
13155
12992
|
msgid "Remove versions from environments"
|
|
@@ -13357,7 +13194,7 @@ msgstr ""
|
|
|
13357
13194
|
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:240
|
|
13358
13195
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:148
|
|
13359
13196
|
#: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:75
|
|
13360
|
-
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:
|
|
13197
|
+
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:58
|
|
13361
13198
|
msgid "No matching content views found"
|
|
13362
13199
|
msgstr ""
|
|
13363
13200
|
|
|
@@ -13693,10 +13530,14 @@ msgstr ""
|
|
|
13693
13530
|
msgid "View tasks "
|
|
13694
13531
|
msgstr ""
|
|
13695
13532
|
|
|
13696
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:
|
|
13533
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:124
|
|
13697
13534
|
msgid "Autopublish"
|
|
13698
13535
|
msgstr ""
|
|
13699
13536
|
|
|
13537
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:199
|
|
13538
|
+
msgid "Save Environments"
|
|
13539
|
+
msgstr ""
|
|
13540
|
+
|
|
13700
13541
|
#: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:124
|
|
13701
13542
|
#: ../webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js:211
|
|
13702
13543
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js:135
|
|
@@ -13786,7 +13627,7 @@ msgstr ""
|
|
|
13786
13627
|
|
|
13787
13628
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:71
|
|
13788
13629
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:72
|
|
13789
|
-
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:
|
|
13630
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:171
|
|
13790
13631
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:170
|
|
13791
13632
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:337
|
|
13792
13633
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:344
|
|
@@ -13814,10 +13655,11 @@ msgid "View matching content"
|
|
|
13814
13655
|
msgstr ""
|
|
13815
13656
|
|
|
13816
13657
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:209
|
|
13658
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:135
|
|
13817
13659
|
msgid "Add DEB rule"
|
|
13818
13660
|
msgstr ""
|
|
13819
13661
|
|
|
13820
|
-
#: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:
|
|
13662
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:248
|
|
13821
13663
|
msgid "Affected Repositories"
|
|
13822
13664
|
msgstr ""
|
|
13823
13665
|
|
|
@@ -14052,7 +13894,7 @@ msgstr ""
|
|
|
14052
13894
|
|
|
14053
13895
|
#:
|
|
14054
13896
|
#: ../webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js:16
|
|
14055
|
-
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:
|
|
13897
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:143
|
|
14056
13898
|
msgid "DEB name"
|
|
14057
13899
|
msgstr ""
|
|
14058
13900
|
|
|
@@ -14094,6 +13936,7 @@ msgstr ""
|
|
|
14094
13936
|
|
|
14095
13937
|
#:
|
|
14096
13938
|
#: ../webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js:50
|
|
13939
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:142
|
|
14097
13940
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:143
|
|
14098
13941
|
msgid "Help"
|
|
14099
13942
|
msgstr ""
|
|
@@ -14112,71 +13955,68 @@ msgstr ""
|
|
|
14112
13955
|
|
|
14113
13956
|
#:
|
|
14114
13957
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:85
|
|
14115
|
-
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:106
|
|
14116
13958
|
msgid "Edit rule"
|
|
14117
13959
|
msgstr ""
|
|
14118
13960
|
|
|
14119
13961
|
#:
|
|
14120
13962
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:85
|
|
13963
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:241
|
|
14121
13964
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:241
|
|
14122
13965
|
msgid "Add rule"
|
|
14123
13966
|
msgstr ""
|
|
14124
13967
|
|
|
14125
13968
|
#:
|
|
14126
|
-
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:
|
|
14127
|
-
msgid "Edit package filter rule"
|
|
14128
|
-
msgstr ""
|
|
14129
|
-
|
|
14130
|
-
#:
|
|
14131
|
-
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:64
|
|
14132
|
-
msgid "Create package filter rule"
|
|
14133
|
-
msgstr ""
|
|
14134
|
-
|
|
14135
|
-
#:
|
|
14136
|
-
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:106
|
|
14137
|
-
msgid "Create rule"
|
|
14138
|
-
msgstr ""
|
|
14139
|
-
|
|
14140
|
-
#:
|
|
13969
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:37
|
|
14141
13970
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:40
|
|
14142
13971
|
msgid "All versions"
|
|
14143
13972
|
msgstr ""
|
|
14144
13973
|
|
|
14145
13974
|
#:
|
|
13975
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:38
|
|
14146
13976
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:41
|
|
14147
13977
|
msgid "Equal to"
|
|
14148
13978
|
msgstr ""
|
|
14149
13979
|
|
|
14150
13980
|
#:
|
|
13981
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:39
|
|
14151
13982
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:42
|
|
14152
13983
|
msgid "Greater than"
|
|
14153
13984
|
msgstr ""
|
|
14154
13985
|
|
|
14155
13986
|
#:
|
|
13987
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:40
|
|
14156
13988
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:43
|
|
14157
13989
|
msgid "Less than"
|
|
14158
13990
|
msgstr ""
|
|
14159
13991
|
|
|
14160
13992
|
#:
|
|
13993
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:42
|
|
14161
13994
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:45
|
|
14162
13995
|
msgid "Range"
|
|
14163
13996
|
msgstr ""
|
|
14164
13997
|
|
|
14165
13998
|
#:
|
|
14166
|
-
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/
|
|
14167
|
-
msgid "Edit
|
|
13999
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:135
|
|
14000
|
+
msgid "Edit DEB rule"
|
|
14168
14001
|
msgstr ""
|
|
14169
14002
|
|
|
14170
14003
|
#:
|
|
14004
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:210
|
|
14171
14005
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:210
|
|
14172
14006
|
msgid "Minimum version"
|
|
14173
14007
|
msgstr ""
|
|
14174
14008
|
|
|
14175
14009
|
#:
|
|
14010
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:222
|
|
14176
14011
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:222
|
|
14177
14012
|
msgid "Maximum version"
|
|
14178
14013
|
msgstr ""
|
|
14179
14014
|
|
|
14015
|
+
#:
|
|
14016
|
+
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:136
|
|
14017
|
+
msgid "Edit RPM rule"
|
|
14018
|
+
msgstr ""
|
|
14019
|
+
|
|
14180
14020
|
#: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:26
|
|
14181
14021
|
msgid "Date"
|
|
14182
14022
|
msgstr ""
|
|
@@ -14266,7 +14106,6 @@ msgstr ""
|
|
|
14266
14106
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:128
|
|
14267
14107
|
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:111
|
|
14268
14108
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:99
|
|
14269
|
-
#: action_names.rb:100
|
|
14270
14109
|
msgid "Promote"
|
|
14271
14110
|
msgstr ""
|
|
14272
14111
|
|
|
@@ -14333,7 +14172,6 @@ msgstr ""
|
|
|
14333
14172
|
#:
|
|
14334
14173
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js:35
|
|
14335
14174
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:80
|
|
14336
|
-
#: action_names.rb:43
|
|
14337
14175
|
msgid "Delete version"
|
|
14338
14176
|
msgstr ""
|
|
14339
14177
|
|
|
@@ -14361,7 +14199,7 @@ msgstr ""
|
|
|
14361
14199
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:145
|
|
14362
14200
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:167
|
|
14363
14201
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:105
|
|
14364
|
-
#: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:
|
|
14202
|
+
#: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:107
|
|
14365
14203
|
msgid "Version "
|
|
14366
14204
|
msgstr ""
|
|
14367
14205
|
|
|
@@ -15072,12 +14910,12 @@ msgid "Last task"
|
|
|
15072
14910
|
msgstr ""
|
|
15073
14911
|
|
|
15074
14912
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:146
|
|
15075
|
-
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:
|
|
14913
|
+
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:56
|
|
15076
14914
|
msgid "No content views yet"
|
|
15077
14915
|
msgstr ""
|
|
15078
14916
|
|
|
15079
14917
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:147
|
|
15080
|
-
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:
|
|
14918
|
+
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:57
|
|
15081
14919
|
msgid "You currently have no content views to display"
|
|
15082
14920
|
msgstr ""
|
|
15083
14921
|
|
|
@@ -15197,10 +15035,32 @@ msgstr ""
|
|
|
15197
15035
|
msgid "Edit Flatpak Remote"
|
|
15198
15036
|
msgstr ""
|
|
15199
15037
|
|
|
15200
|
-
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:
|
|
15038
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:126
|
|
15039
|
+
msgid "Add Red Hat Flatpak remote"
|
|
15040
|
+
msgstr ""
|
|
15041
|
+
|
|
15042
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:131
|
|
15043
|
+
msgid "Add Red Hat flatpak remote"
|
|
15044
|
+
msgstr ""
|
|
15045
|
+
|
|
15046
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:134
|
|
15047
|
+
msgid "Generate username and password"
|
|
15048
|
+
msgstr ""
|
|
15049
|
+
|
|
15050
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:140
|
|
15051
|
+
msgid ""
|
|
15052
|
+
"To continue with Red Hat Flatpak remote, you need to generate your username an"
|
|
15053
|
+
"d password in"
|
|
15054
|
+
msgstr ""
|
|
15055
|
+
|
|
15056
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:181
|
|
15201
15057
|
msgid "Must be a vaild URL"
|
|
15202
15058
|
msgstr ""
|
|
15203
15059
|
|
|
15060
|
+
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:200
|
|
15061
|
+
msgid "Provide credentials if the registry requires authentication"
|
|
15062
|
+
msgstr ""
|
|
15063
|
+
|
|
15204
15064
|
#: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:27
|
|
15205
15065
|
msgid "Delete Flatpak remote?"
|
|
15206
15066
|
msgstr ""
|
|
@@ -15228,7 +15088,7 @@ msgid "Flatpak remote scan could not be started: "
|
|
|
15228
15088
|
msgstr ""
|
|
15229
15089
|
|
|
15230
15090
|
#: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:107
|
|
15231
|
-
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:
|
|
15091
|
+
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:72
|
|
15232
15092
|
msgid "Scan"
|
|
15233
15093
|
msgstr ""
|
|
15234
15094
|
|
|
@@ -15256,23 +15116,23 @@ msgid "Select a product to mirror the repository into"
|
|
|
15256
15116
|
msgstr ""
|
|
15257
15117
|
|
|
15258
15118
|
#: ../webpack/scenes/FlatpakRemotes/Details/Mirror/MirrorRepositoryModal.js:106
|
|
15259
|
-
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:
|
|
15260
|
-
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:
|
|
15119
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:61
|
|
15120
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:69
|
|
15261
15121
|
msgid "Mirror"
|
|
15262
15122
|
msgstr ""
|
|
15263
15123
|
|
|
15264
15124
|
#:
|
|
15265
|
-
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:
|
|
15125
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:39
|
|
15266
15126
|
msgid "ID"
|
|
15267
15127
|
msgstr ""
|
|
15268
15128
|
|
|
15269
15129
|
#:
|
|
15270
|
-
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:
|
|
15130
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:43
|
|
15271
15131
|
msgid "Application name"
|
|
15272
15132
|
msgstr ""
|
|
15273
15133
|
|
|
15274
15134
|
#:
|
|
15275
|
-
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:
|
|
15135
|
+
#: ../webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js:46
|
|
15276
15136
|
msgid "Last mirrored"
|
|
15277
15137
|
msgstr ""
|
|
15278
15138
|
|
|
@@ -15576,15 +15436,16 @@ msgstr ""
|
|
|
15576
15436
|
msgid "Debian packages"
|
|
15577
15437
|
msgstr ""
|
|
15578
15438
|
|
|
15579
|
-
#: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:21
|
|
15580
|
-
msgid "Synced"
|
|
15581
|
-
msgstr ""
|
|
15582
|
-
|
|
15583
15439
|
#: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:27
|
|
15584
15440
|
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:39
|
|
15585
15441
|
msgid "Refresh counts"
|
|
15586
15442
|
msgstr ""
|
|
15587
15443
|
|
|
15444
|
+
#: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:35
|
|
15445
|
+
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:45
|
|
15446
|
+
msgid "Verify Content Checksum"
|
|
15447
|
+
msgstr ""
|
|
15448
|
+
|
|
15588
15449
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:80
|
|
15589
15450
|
msgid "Content view version is empty"
|
|
15590
15451
|
msgstr ""
|
|
@@ -15600,7 +15461,17 @@ msgstr ""
|
|
|
15600
15461
|
#: ../webpack/scenes/SmartProxy/SmartProxyContentActions.js:29
|
|
15601
15462
|
msgid ""
|
|
15602
15463
|
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(e"
|
|
15603
|
-
"rror
|
|
15464
|
+
"rror?.response)}"
|
|
15465
|
+
msgstr ""
|
|
15466
|
+
|
|
15467
|
+
#: ../webpack/scenes/SmartProxy/SmartProxyContentActions.js:38
|
|
15468
|
+
msgid "Smart proxy verify content checksum has started in the background"
|
|
15469
|
+
msgstr ""
|
|
15470
|
+
|
|
15471
|
+
#: ../webpack/scenes/SmartProxy/SmartProxyContentActions.js:40
|
|
15472
|
+
msgid ""
|
|
15473
|
+
"Something went wrong while verifying content checksums: ${getResponseErrorMsgs"
|
|
15474
|
+
"(error?.response)}"
|
|
15604
15475
|
msgstr ""
|
|
15605
15476
|
|
|
15606
15477
|
#: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:35
|
|
@@ -15608,13 +15479,13 @@ msgid "Last sync"
|
|
|
15608
15479
|
msgstr ""
|
|
15609
15480
|
|
|
15610
15481
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:6
|
|
15611
|
-
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:
|
|
15482
|
+
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:85
|
|
15612
15483
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:116
|
|
15613
15484
|
msgid "Requires Virt-Who"
|
|
15614
15485
|
msgstr ""
|
|
15615
15486
|
|
|
15616
15487
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:7
|
|
15617
|
-
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:
|
|
15488
|
+
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:95
|
|
15618
15489
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:132
|
|
15619
15490
|
msgid "Consumed"
|
|
15620
15491
|
msgstr ""
|
|
@@ -15648,7 +15519,7 @@ msgid "Stacking ID"
|
|
|
15648
15519
|
msgstr ""
|
|
15649
15520
|
|
|
15650
15521
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionAttributes.js:18
|
|
15651
|
-
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:
|
|
15522
|
+
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:105
|
|
15652
15523
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:152
|
|
15653
15524
|
msgid "Product Host Count"
|
|
15654
15525
|
msgstr ""
|
|
@@ -15985,7 +15856,7 @@ msgstr ""
|
|
|
15985
15856
|
msgid "Timestamp"
|
|
15986
15857
|
msgstr ""
|
|
15987
15858
|
|
|
15988
|
-
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:
|
|
15859
|
+
#: ../webpack/scenes/Subscriptions/SubscriptionConstants.js:100
|
|
15989
15860
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js:142
|
|
15990
15861
|
msgid "Entitlements"
|
|
15991
15862
|
msgstr ""
|
|
@@ -16245,331 +16116,3 @@ msgstr ""
|
|
|
16245
16116
|
#: ../webpack/utils/helpers.js:9
|
|
16246
16117
|
msgid "The subscription is no longer available"
|
|
16247
16118
|
msgstr ""
|
|
16248
|
-
|
|
16249
|
-
#: action_names.rb:2
|
|
16250
|
-
msgid "Abstract async task"
|
|
16251
|
-
msgstr ""
|
|
16252
|
-
|
|
16253
|
-
#: action_names.rb:3
|
|
16254
|
-
msgid "Add rolling repo clone"
|
|
16255
|
-
msgstr ""
|
|
16256
|
-
|
|
16257
|
-
#: action_names.rb:5
|
|
16258
|
-
msgid "Auto attach subscriptions"
|
|
16259
|
-
msgstr ""
|
|
16260
|
-
|
|
16261
|
-
#: action_names.rb:7
|
|
16262
|
-
msgid "Commit upload"
|
|
16263
|
-
msgstr ""
|
|
16264
|
-
|
|
16265
|
-
#: action_names.rb:8
|
|
16266
|
-
msgid "Copy all units"
|
|
16267
|
-
msgstr ""
|
|
16268
|
-
|
|
16269
|
-
#: action_names.rb:9
|
|
16270
|
-
msgid "Copy content"
|
|
16271
|
-
msgstr ""
|
|
16272
|
-
|
|
16273
|
-
#: action_names.rb:10
|
|
16274
|
-
msgid "Copy version units to library"
|
|
16275
|
-
msgstr ""
|
|
16276
|
-
|
|
16277
|
-
#: action_names.rb:11
|
|
16278
|
-
msgid "Copy version"
|
|
16279
|
-
msgstr ""
|
|
16280
|
-
|
|
16281
|
-
#: action_names.rb:17
|
|
16282
|
-
msgid "Create exporter"
|
|
16283
|
-
msgstr ""
|
|
16284
|
-
|
|
16285
|
-
#: action_names.rb:18
|
|
16286
|
-
msgid "Create import"
|
|
16287
|
-
msgstr ""
|
|
16288
|
-
|
|
16289
|
-
#: action_names.rb:19
|
|
16290
|
-
msgid "Create importer"
|
|
16291
|
-
msgstr ""
|
|
16292
|
-
|
|
16293
|
-
#: action_names.rb:20
|
|
16294
|
-
msgid "Create publication"
|
|
16295
|
-
msgstr ""
|
|
16296
|
-
|
|
16297
|
-
#: action_names.rb:21 action_names.rb:22
|
|
16298
|
-
msgid "Create remote"
|
|
16299
|
-
msgstr ""
|
|
16300
|
-
|
|
16301
|
-
#: action_names.rb:34
|
|
16302
|
-
msgid "Delete distributions"
|
|
16303
|
-
msgstr ""
|
|
16304
|
-
|
|
16305
|
-
#: action_names.rb:35
|
|
16306
|
-
msgid "Delete orphan alternate content sources"
|
|
16307
|
-
msgstr ""
|
|
16308
|
-
|
|
16309
|
-
#: action_names.rb:36
|
|
16310
|
-
msgid "Delete orphan distributions"
|
|
16311
|
-
msgstr ""
|
|
16312
|
-
|
|
16313
|
-
#: action_names.rb:37
|
|
16314
|
-
msgid "Delete orphan remotes"
|
|
16315
|
-
msgstr ""
|
|
16316
|
-
|
|
16317
|
-
#: action_names.rb:38
|
|
16318
|
-
msgid "Delete orphan repository versions"
|
|
16319
|
-
msgstr ""
|
|
16320
|
-
|
|
16321
|
-
#: action_names.rb:39
|
|
16322
|
-
msgid "Delete orphaned migrated repositories"
|
|
16323
|
-
msgstr ""
|
|
16324
|
-
|
|
16325
|
-
#: action_names.rb:40 action_names.rb:41
|
|
16326
|
-
msgid "Delete remote"
|
|
16327
|
-
msgstr ""
|
|
16328
|
-
|
|
16329
|
-
#: action_names.rb:42
|
|
16330
|
-
msgid "Delete repository references"
|
|
16331
|
-
msgstr ""
|
|
16332
|
-
|
|
16333
|
-
#: action_names.rb:53
|
|
16334
|
-
msgid "Destroy exporter"
|
|
16335
|
-
msgstr ""
|
|
16336
|
-
|
|
16337
|
-
#: action_names.rb:54
|
|
16338
|
-
msgid "Destroy importer"
|
|
16339
|
-
msgstr ""
|
|
16340
|
-
|
|
16341
|
-
#: action_names.rb:58
|
|
16342
|
-
msgid "Discover"
|
|
16343
|
-
msgstr ""
|
|
16344
|
-
|
|
16345
|
-
#: action_names.rb:61
|
|
16346
|
-
msgid "Environment contents refresh"
|
|
16347
|
-
msgstr ""
|
|
16348
|
-
|
|
16349
|
-
#: action_names.rb:62 action_names.rb:63
|
|
16350
|
-
msgid "Errata mail"
|
|
16351
|
-
msgstr ""
|
|
16352
|
-
|
|
16353
|
-
#: action_names.rb:69
|
|
16354
|
-
msgid "Fetch pxe files"
|
|
16355
|
-
msgstr ""
|
|
16356
|
-
|
|
16357
|
-
#: action_names.rb:70
|
|
16358
|
-
msgid "Filtered index content"
|
|
16359
|
-
msgstr ""
|
|
16360
|
-
|
|
16361
|
-
#: action_names.rb:72 action_names.rb:73
|
|
16362
|
-
msgid "Generate metadata"
|
|
16363
|
-
msgstr ""
|
|
16364
|
-
|
|
16365
|
-
#: action_names.rb:75
|
|
16366
|
-
msgid "Hypervisors update"
|
|
16367
|
-
msgstr ""
|
|
16368
|
-
|
|
16369
|
-
#: action_names.rb:76
|
|
16370
|
-
msgid "Hypervisors"
|
|
16371
|
-
msgstr ""
|
|
16372
|
-
|
|
16373
|
-
#: action_names.rb:81
|
|
16374
|
-
msgid "Import migration"
|
|
16375
|
-
msgstr ""
|
|
16376
|
-
|
|
16377
|
-
#: action_names.rb:82
|
|
16378
|
-
msgid "Import repository upload"
|
|
16379
|
-
msgstr ""
|
|
16380
|
-
|
|
16381
|
-
#: action_names.rb:83 action_names.rb:84
|
|
16382
|
-
msgid "Import upload"
|
|
16383
|
-
msgstr ""
|
|
16384
|
-
|
|
16385
|
-
#: action_names.rb:86
|
|
16386
|
-
msgid "Incremental Update of Content View Version(s) "
|
|
16387
|
-
msgstr ""
|
|
16388
|
-
|
|
16389
|
-
#: action_names.rb:88
|
|
16390
|
-
msgid "Index content"
|
|
16391
|
-
msgstr ""
|
|
16392
|
-
|
|
16393
|
-
#: action_names.rb:89
|
|
16394
|
-
msgid "Index errata"
|
|
16395
|
-
msgstr ""
|
|
16396
|
-
|
|
16397
|
-
#: action_names.rb:90
|
|
16398
|
-
msgid "Index module streams"
|
|
16399
|
-
msgstr ""
|
|
16400
|
-
|
|
16401
|
-
#: action_names.rb:91
|
|
16402
|
-
msgid "Index package groups"
|
|
16403
|
-
msgstr ""
|
|
16404
|
-
|
|
16405
|
-
#: action_names.rb:92
|
|
16406
|
-
msgid "Initialize"
|
|
16407
|
-
msgstr ""
|
|
16408
|
-
|
|
16409
|
-
#: action_names.rb:93
|
|
16410
|
-
msgid "Instance update"
|
|
16411
|
-
msgstr ""
|
|
16412
|
-
|
|
16413
|
-
#: action_names.rb:94
|
|
16414
|
-
msgid "Metadata generate"
|
|
16415
|
-
msgstr ""
|
|
16416
|
-
|
|
16417
|
-
#: action_names.rb:96
|
|
16418
|
-
msgid "Multi copy all units"
|
|
16419
|
-
msgstr ""
|
|
16420
|
-
|
|
16421
|
-
#: action_names.rb:97
|
|
16422
|
-
msgid "Multi copy content"
|
|
16423
|
-
msgstr ""
|
|
16424
|
-
|
|
16425
|
-
#: action_names.rb:98
|
|
16426
|
-
msgid "Multi copy units"
|
|
16427
|
-
msgstr ""
|
|
16428
|
-
|
|
16429
|
-
#: action_names.rb:104
|
|
16430
|
-
msgid "Purge completed tasks"
|
|
16431
|
-
msgstr ""
|
|
16432
|
-
|
|
16433
|
-
#: action_names.rb:105 action_names.rb:106
|
|
16434
|
-
msgid "Reclaim space"
|
|
16435
|
-
msgstr ""
|
|
16436
|
-
|
|
16437
|
-
#: action_names.rb:110
|
|
16438
|
-
msgid "Refresh all distributions"
|
|
16439
|
-
msgstr ""
|
|
16440
|
-
|
|
16441
|
-
#: action_names.rb:111 action_names.rb:112
|
|
16442
|
-
msgid "Refresh distribution"
|
|
16443
|
-
msgstr ""
|
|
16444
|
-
|
|
16445
|
-
#: action_names.rb:113
|
|
16446
|
-
msgid "Refresh if needed"
|
|
16447
|
-
msgstr ""
|
|
16448
|
-
|
|
16449
|
-
#: action_names.rb:114 action_names.rb:115
|
|
16450
|
-
msgid "Refresh remote"
|
|
16451
|
-
msgstr ""
|
|
16452
|
-
|
|
16453
|
-
#: action_names.rb:116
|
|
16454
|
-
msgid "Refresh repos"
|
|
16455
|
-
msgstr ""
|
|
16456
|
-
|
|
16457
|
-
#: action_names.rb:120
|
|
16458
|
-
msgid "Reindex subscriptions"
|
|
16459
|
-
msgstr ""
|
|
16460
|
-
|
|
16461
|
-
#: action_names.rb:125 action_names.rb:126
|
|
16462
|
-
msgid "Remove orphans"
|
|
16463
|
-
msgstr ""
|
|
16464
|
-
|
|
16465
|
-
#: action_names.rb:127
|
|
16466
|
-
msgid "Remove rolling repo clone"
|
|
16467
|
-
msgstr ""
|
|
16468
|
-
|
|
16469
|
-
#: action_names.rb:129 action_names.rb:130
|
|
16470
|
-
msgid "Remove units"
|
|
16471
|
-
msgstr ""
|
|
16472
|
-
|
|
16473
|
-
#: action_names.rb:131
|
|
16474
|
-
msgid "Remove unneeded repos"
|
|
16475
|
-
msgstr ""
|
|
16476
|
-
|
|
16477
|
-
#: action_names.rb:132
|
|
16478
|
-
msgid "Repair"
|
|
16479
|
-
msgstr ""
|
|
16480
|
-
|
|
16481
|
-
#: action_names.rb:133
|
|
16482
|
-
msgid "Repositories certs reset"
|
|
16483
|
-
msgstr ""
|
|
16484
|
-
|
|
16485
|
-
#: action_names.rb:134
|
|
16486
|
-
msgid "Repositories gpg reset"
|
|
16487
|
-
msgstr ""
|
|
16488
|
-
|
|
16489
|
-
#: action_names.rb:137
|
|
16490
|
-
msgid "Save artifact"
|
|
16491
|
-
msgstr ""
|
|
16492
|
-
|
|
16493
|
-
#: action_names.rb:138
|
|
16494
|
-
msgid "Save distribution references"
|
|
16495
|
-
msgstr ""
|
|
16496
|
-
|
|
16497
|
-
#: action_names.rb:139
|
|
16498
|
-
msgid "Save publication"
|
|
16499
|
-
msgstr ""
|
|
16500
|
-
|
|
16501
|
-
#: action_names.rb:140
|
|
16502
|
-
msgid "Save version"
|
|
16503
|
-
msgstr ""
|
|
16504
|
-
|
|
16505
|
-
#: action_names.rb:141
|
|
16506
|
-
msgid "Save versions"
|
|
16507
|
-
msgstr ""
|
|
16508
|
-
|
|
16509
|
-
#: action_names.rb:142
|
|
16510
|
-
msgid "Scan cdn"
|
|
16511
|
-
msgstr ""
|
|
16512
|
-
|
|
16513
|
-
#: action_names.rb:143
|
|
16514
|
-
msgid "Scan remote"
|
|
16515
|
-
msgstr ""
|
|
16516
|
-
|
|
16517
|
-
#: action_names.rb:144
|
|
16518
|
-
msgid "Sync capsule"
|
|
16519
|
-
msgstr ""
|
|
16520
|
-
|
|
16521
|
-
#: action_names.rb:145 action_names.rb:146 action_names.rb:147
|
|
16522
|
-
msgid "Sync"
|
|
16523
|
-
msgstr ""
|
|
16524
|
-
|
|
16525
|
-
#: action_names.rb:148
|
|
16526
|
-
msgid "Syncable export"
|
|
16527
|
-
msgstr ""
|
|
16528
|
-
|
|
16529
|
-
#: action_names.rb:151
|
|
16530
|
-
msgid "Toggle"
|
|
16531
|
-
msgstr ""
|
|
16532
|
-
|
|
16533
|
-
#: action_names.rb:156
|
|
16534
|
-
msgid "Update content urls"
|
|
16535
|
-
msgstr ""
|
|
16536
|
-
|
|
16537
|
-
#: action_names.rb:158
|
|
16538
|
-
msgid "Update distributions"
|
|
16539
|
-
msgstr ""
|
|
16540
|
-
|
|
16541
|
-
#: action_names.rb:159
|
|
16542
|
-
msgid "Update http proxy details"
|
|
16543
|
-
msgstr ""
|
|
16544
|
-
|
|
16545
|
-
#: action_names.rb:160
|
|
16546
|
-
msgid "Update http proxy"
|
|
16547
|
-
msgstr ""
|
|
16548
|
-
|
|
16549
|
-
#: action_names.rb:161
|
|
16550
|
-
msgid "Update redhat repository"
|
|
16551
|
-
msgstr ""
|
|
16552
|
-
|
|
16553
|
-
#: action_names.rb:163 action_names.rb:164
|
|
16554
|
-
msgid "Update remote"
|
|
16555
|
-
msgstr ""
|
|
16556
|
-
|
|
16557
|
-
#: action_names.rb:165
|
|
16558
|
-
msgid "Update repository"
|
|
16559
|
-
msgstr ""
|
|
16560
|
-
|
|
16561
|
-
#: action_names.rb:178
|
|
16562
|
-
msgid "Upload content"
|
|
16563
|
-
msgstr ""
|
|
16564
|
-
|
|
16565
|
-
#: action_names.rb:179
|
|
16566
|
-
msgid "Upload file"
|
|
16567
|
-
msgstr ""
|
|
16568
|
-
|
|
16569
|
-
#: action_names.rb:182
|
|
16570
|
-
msgid "Upload tag"
|
|
16571
|
-
msgstr ""
|
|
16572
|
-
|
|
16573
|
-
#: action_names.rb:185 action_names.rb:186
|
|
16574
|
-
msgid "Verify checksum"
|
|
16575
|
-
msgstr ""
|