katello 4.15.0 → 4.16.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/katello_object.js +2 -2
- data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
- data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
- data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
- data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
- data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
- data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
- data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
- data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
- data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
- data/app/controllers/katello/sync_management_controller.rb +6 -2
- data/app/helpers/katello/content_source_helper.rb +8 -1
- data/app/helpers/katello/content_view_helper.rb +3 -1
- data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
- data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
- data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
- data/app/lib/actions/katello/activation_key/create.rb +1 -2
- data/app/lib/actions/katello/activation_key/update.rb +2 -4
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
- data/app/lib/actions/katello/content_view/publish.rb +7 -2
- data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
- data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
- data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
- data/app/lib/katello/api/v2/rendering.rb +2 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
- data/app/lib/katello/resources/candlepin/product.rb +2 -1
- data/app/lib/katello/util/cveak_migrator.rb +3 -2
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/content_validator.rb +1 -1
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
- data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
- data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
- data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
- data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
- data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
- data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
- data/app/lib/katello/validators/library_presence_validator.rb +1 -1
- data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
- data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
- data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
- data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
- data/app/lib/katello/validators/prior_validator.rb +1 -1
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
- data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
- data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
- data/app/models/katello/activation_key.rb +6 -17
- data/app/models/katello/authorization/flatpak_remote.rb +33 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
- data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
- data/app/models/katello/content_view.rb +4 -2
- data/app/models/katello/content_view_erratum_filter.rb +18 -2
- data/app/models/katello/content_view_version.rb +6 -0
- data/app/models/katello/docker_manifest.rb +8 -0
- data/app/models/katello/docker_manifest_list.rb +8 -0
- data/app/models/katello/erratum.rb +8 -2
- data/app/models/katello/flatpak_remote.rb +16 -0
- data/app/models/katello/flatpak_remote_repository.rb +18 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +12 -1
- data/app/models/katello/host/content_facet.rb +42 -3
- data/app/models/katello/host/subscription_facet.rb +4 -12
- data/app/models/katello/repository.rb +21 -8
- data/app/models/katello/rhel_lifecycle_status.rb +6 -0
- data/app/models/katello/root_repository.rb +6 -8
- data/app/models/katello/upstream_pool.rb +1 -0
- data/app/overrides/add_organization_attributes.rb +6 -0
- data/app/services/katello/product_content_finder.rb +2 -1
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest.rb +3 -2
- data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
- data/app/services/katello/pulp3/repository/apt.rb +16 -18
- data/app/services/katello/pulp3/repository/file.rb +4 -2
- data/app/services/katello/pulp3/repository.rb +4 -0
- data/app/services/katello/pulp3/task.rb +2 -2
- data/app/views/foreman/job_templates/bootc_action.erb +26 -0
- data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
- data/app/views/foreman/job_templates/bootc_status.erb +13 -0
- data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
- data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
- data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
- data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
- data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
- data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
- data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
- data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/config/initializers/monkeys.rb +0 -1
- data/config/initializers/pagelets.rb +6 -0
- data/config/routes/api/registry.rb +1 -0
- data/config/routes/api/v2.rb +21 -0
- data/config/routes/overrides.rb +1 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
- data/db/migrate/20200213184848_create_evr_type.rb +126 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
- data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
- data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
- data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
- data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
- data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
- data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
- data/db/seeds.d/75-job_templates.rb +5 -1
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
- data/lib/katello/engine.rb +6 -0
- data/lib/katello/permission_creator.rb +37 -0
- data/lib/katello/permissions/host_permissions.rb +2 -0
- data/lib/katello/permissions/registry_permissions.rb +1 -0
- data/lib/katello/plugin.rb +18 -1
- data/lib/katello/repository_types/docker.rb +0 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +2 -0
- data/locale/Makefile +20 -24
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +248 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +247 -262
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +247 -262
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +524 -799
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +254 -269
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +248 -263
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +247 -262
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +250 -265
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +252 -267
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +257 -271
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +264 -279
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +247 -262
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +248 -263
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +247 -262
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +250 -265
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +247 -262
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +250 -265
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +249 -264
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +248 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +264 -275
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +254 -270
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +250 -265
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +247 -262
- data/locale/katello.pot +1216 -1215
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +248 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +248 -263
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +247 -262
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +248 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +254 -268
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +248 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +248 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +249 -264
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +247 -262
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +248 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +248 -263
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +247 -262
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +247 -262
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +255 -270
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +247 -262
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +249 -264
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +248 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +247 -262
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +248 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +247 -262
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +247 -262
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +247 -262
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +247 -262
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +250 -265
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +257 -272
- data/webpack/ForemanColumnExtensions/index.js +73 -3
- data/webpack/ForemanColumnExtensions/index.scss +9 -0
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/global_index.js +3 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
- data/webpack/scenes/BootedContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
- metadata +61 -58
- data/app/models/katello/activation_key_purpose_addon.rb +0 -6
- data/app/models/katello/purpose_addon.rb +0 -11
- data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
- data/lib/monkeys/fx_sqlite_skip.rb +0 -13
- data/locale/action_names.rb +0 -181
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -61,7 +61,11 @@ msgid "{{ file.name }}"
|
|
61
61
|
msgstr ""
|
62
62
|
|
63
63
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
64
|
-
msgid "{{ host.
|
64
|
+
msgid "{{ host.display_name }}"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
#: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
|
68
|
+
msgid "{{ host.rhel_lifecycle_status_label }}"
|
65
69
|
msgstr ""
|
66
70
|
|
67
71
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -104,6 +108,10 @@ msgstr ""
|
|
104
108
|
msgid "{{ product.name }}"
|
105
109
|
msgstr ""
|
106
110
|
|
111
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
112
|
+
msgid "{{ repo.last_sync_words }} ago"
|
113
|
+
msgstr ""
|
114
|
+
|
107
115
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
108
116
|
msgid ""
|
109
117
|
"{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
|
@@ -362,6 +370,7 @@ msgid "Activation Key:"
|
|
362
370
|
msgstr ""
|
363
371
|
|
364
372
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
373
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
365
374
|
msgid "Activation Keys"
|
366
375
|
msgstr ""
|
367
376
|
|
@@ -382,6 +391,11 @@ msgstr ""
|
|
382
391
|
msgid "Add Content Hosts to:"
|
383
392
|
msgstr ""
|
384
393
|
|
394
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
395
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
396
|
+
msgid "Add Host Collections"
|
397
|
+
msgstr ""
|
398
|
+
|
385
399
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
386
400
|
msgid "Add hosts to the host collection to see available actions."
|
387
401
|
msgstr ""
|
@@ -399,6 +413,10 @@ msgstr ""
|
|
399
413
|
msgid "Add ons:"
|
400
414
|
msgstr ""
|
401
415
|
|
416
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
417
|
+
msgid "Add Products"
|
418
|
+
msgstr ""
|
419
|
+
|
402
420
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
403
421
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
404
422
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
@@ -409,6 +427,11 @@ msgstr ""
|
|
409
427
|
msgid "Add Selected"
|
410
428
|
msgstr ""
|
411
429
|
|
430
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
431
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
432
|
+
msgid "Add Subscriptions"
|
433
|
+
msgstr ""
|
434
|
+
|
412
435
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
413
436
|
msgid "Add Subscriptions for Activation Key:"
|
414
437
|
msgstr ""
|
@@ -441,9 +464,11 @@ msgstr ""
|
|
441
464
|
msgid "Additive"
|
442
465
|
msgstr ""
|
443
466
|
|
467
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
444
468
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
445
469
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
446
470
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
471
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
|
447
472
|
msgid "Advanced Sync"
|
448
473
|
msgstr ""
|
449
474
|
|
@@ -455,6 +480,10 @@ msgstr ""
|
|
455
480
|
msgid "Affected Hosts"
|
456
481
|
msgstr ""
|
457
482
|
|
483
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
484
|
+
msgid "All"
|
485
|
+
msgstr ""
|
486
|
+
|
458
487
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
459
488
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
460
489
|
msgid "All Content Views"
|
@@ -473,6 +502,7 @@ msgstr ""
|
|
473
502
|
|
474
503
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
475
504
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
505
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
|
476
506
|
msgid "Alternate Content Sources"
|
477
507
|
msgstr ""
|
478
508
|
|
@@ -565,6 +595,7 @@ msgid "Ansible Collection Authorization"
|
|
565
595
|
msgstr ""
|
566
596
|
|
567
597
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
598
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
568
599
|
msgid "Ansible Collections"
|
569
600
|
msgstr ""
|
570
601
|
|
@@ -580,6 +611,7 @@ msgid "Applicable Content Hosts"
|
|
580
611
|
msgstr ""
|
581
612
|
|
582
613
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
614
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
583
615
|
msgid "Applicable Deb Packages"
|
584
616
|
msgstr ""
|
585
617
|
|
@@ -588,6 +620,7 @@ msgid "Applicable Errata"
|
|
588
620
|
msgstr ""
|
589
621
|
|
590
622
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
623
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
|
591
624
|
msgid "Applicable Packages"
|
592
625
|
msgstr ""
|
593
626
|
|
@@ -606,6 +639,7 @@ msgid "Application"
|
|
606
639
|
msgstr ""
|
607
640
|
|
608
641
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
642
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
609
643
|
msgid "Apply"
|
610
644
|
msgstr ""
|
611
645
|
|
@@ -640,7 +674,7 @@ msgid "Apply Errata"
|
|
640
674
|
msgstr ""
|
641
675
|
|
642
676
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
643
|
-
msgid "Apply Errata to Content Host \"{{host.
|
677
|
+
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
644
678
|
msgstr ""
|
645
679
|
|
646
680
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
@@ -705,7 +739,9 @@ msgid ""
|
|
705
739
|
msgstr ""
|
706
740
|
|
707
741
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
708
|
-
msgid "
|
742
|
+
msgid ""
|
743
|
+
"Are you sure you want to apply Errata to content host \"{{ host.display_name"
|
744
|
+
" }}\"?"
|
709
745
|
msgstr ""
|
710
746
|
|
711
747
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -837,8 +873,9 @@ msgid ""
|
|
837
873
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
838
874
|
"repository?"
|
839
875
|
msgid_plural ""
|
840
|
-
"
|
841
|
-
"
|
876
|
+
"Repositories that are published in content view\n"
|
877
|
+
" versions or are the last affected repository in a content view filter will be skipped. You can delete those from the repository details page.\n"
|
878
|
+
" "
|
842
879
|
msgstr[0] ""
|
843
880
|
msgstr[1] ""
|
844
881
|
msgstr[2] ""
|
@@ -875,8 +912,8 @@ msgstr ""
|
|
875
912
|
|
876
913
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
877
914
|
msgid ""
|
878
|
-
"Are you sure you want to restart services on content host \"{{
|
879
|
-
"}}\"?"
|
915
|
+
"Are you sure you want to restart services on content host \"{{ "
|
916
|
+
"host.display_name }}\"?"
|
880
917
|
msgstr ""
|
881
918
|
|
882
919
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -960,10 +997,18 @@ msgstr ""
|
|
960
997
|
msgid "Auto-Attach"
|
961
998
|
msgstr ""
|
962
999
|
|
1000
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
1001
|
+
msgid "Auto-attach available subscriptions to all selected hosts."
|
1002
|
+
msgstr ""
|
1003
|
+
|
963
1004
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
964
1005
|
msgid "Auto-Attach Details"
|
965
1006
|
msgstr ""
|
966
1007
|
|
1008
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
1009
|
+
msgid "Auto-attach uses all available subscriptions, not a selected subset."
|
1010
|
+
msgstr ""
|
1011
|
+
|
967
1012
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
968
1013
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
969
1014
|
msgid "Automatic"
|
@@ -1047,6 +1092,10 @@ msgstr ""
|
|
1047
1092
|
msgid "Build Time"
|
1048
1093
|
msgstr ""
|
1049
1094
|
|
1095
|
+
#: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
|
1096
|
+
msgid "Bulk Task"
|
1097
|
+
msgstr ""
|
1098
|
+
|
1050
1099
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1051
1100
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1052
1101
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -1067,6 +1116,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1067
1116
|
msgstr ""
|
1068
1117
|
|
1069
1118
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1119
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1070
1120
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1071
1121
|
msgid "Cannot Remove"
|
1072
1122
|
msgstr ""
|
@@ -1221,6 +1271,7 @@ msgid "Composite View"
|
|
1221
1271
|
msgstr ""
|
1222
1272
|
|
1223
1273
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1274
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
1224
1275
|
msgid "Confirm"
|
1225
1276
|
msgstr ""
|
1226
1277
|
|
@@ -1233,10 +1284,12 @@ msgid "Container Image Manifest"
|
|
1233
1284
|
msgstr ""
|
1234
1285
|
|
1235
1286
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1287
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1236
1288
|
msgid "Container Image Manifest Lists"
|
1237
1289
|
msgstr ""
|
1238
1290
|
|
1239
1291
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1292
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1240
1293
|
msgid "Container Image Manifests"
|
1241
1294
|
msgstr ""
|
1242
1295
|
|
@@ -1253,6 +1306,7 @@ msgstr ""
|
|
1253
1306
|
|
1254
1307
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
1255
1308
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1309
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
|
1256
1310
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1257
1311
|
msgid "Container Image Tags"
|
1258
1312
|
msgstr ""
|
@@ -1266,6 +1320,10 @@ msgstr ""
|
|
1266
1320
|
msgid "Content Counts"
|
1267
1321
|
msgstr ""
|
1268
1322
|
|
1323
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
|
1324
|
+
msgid "Content Credential"
|
1325
|
+
msgstr ""
|
1326
|
+
|
1269
1327
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1270
1328
|
msgid "Content Credential %s has been created."
|
1271
1329
|
msgstr ""
|
@@ -1314,6 +1372,10 @@ msgstr ""
|
|
1314
1372
|
msgid "Content Host Limit"
|
1315
1373
|
msgstr ""
|
1316
1374
|
|
1375
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1376
|
+
msgid "Content Host Module Stream Management"
|
1377
|
+
msgstr ""
|
1378
|
+
|
1317
1379
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1318
1380
|
msgid "Content Host Properties"
|
1319
1381
|
msgstr ""
|
@@ -1326,6 +1388,10 @@ msgstr ""
|
|
1326
1388
|
msgid "Content Host Status"
|
1327
1389
|
msgstr ""
|
1328
1390
|
|
1391
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1392
|
+
msgid "Content Host Traces Management"
|
1393
|
+
msgstr ""
|
1394
|
+
|
1329
1395
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1330
1396
|
msgid "Content Host:"
|
1331
1397
|
msgstr ""
|
@@ -1337,6 +1403,9 @@ msgstr ""
|
|
1337
1403
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1338
1404
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
1339
1405
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
1406
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
|
1407
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
1408
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
1340
1409
|
msgid "Content Hosts"
|
1341
1410
|
msgstr ""
|
1342
1411
|
|
@@ -1369,6 +1438,7 @@ msgstr ""
|
|
1369
1438
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1370
1439
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1371
1440
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1441
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1372
1442
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
1373
1443
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1374
1444
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -1393,7 +1463,10 @@ msgstr ""
|
|
1393
1463
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1394
1464
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1395
1465
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1466
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
|
1396
1467
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1468
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1469
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
|
1397
1470
|
msgid "Content Views"
|
1398
1471
|
msgstr ""
|
1399
1472
|
|
@@ -1460,6 +1533,11 @@ msgstr ""
|
|
1460
1533
|
msgid "Create Content Credential"
|
1461
1534
|
msgstr ""
|
1462
1535
|
|
1536
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
|
1537
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
1538
|
+
msgid "Create Copy"
|
1539
|
+
msgstr ""
|
1540
|
+
|
1463
1541
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1464
1542
|
msgid "Create Discovered Repositories"
|
1465
1543
|
msgstr ""
|
@@ -1478,6 +1556,10 @@ msgstr ""
|
|
1478
1556
|
msgid "Create Product"
|
1479
1557
|
msgstr ""
|
1480
1558
|
|
1559
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1560
|
+
msgid "Create Repositories"
|
1561
|
+
msgstr ""
|
1562
|
+
|
1481
1563
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1482
1564
|
msgid "Create Selected"
|
1483
1565
|
msgstr ""
|
@@ -1516,6 +1598,10 @@ msgstr ""
|
|
1516
1598
|
msgid "Current Subscriptions for Activation Key:"
|
1517
1599
|
msgstr ""
|
1518
1600
|
|
1601
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1602
|
+
msgid "Custom"
|
1603
|
+
msgstr ""
|
1604
|
+
|
1519
1605
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1520
1606
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1521
1607
|
msgid "custom cron"
|
@@ -1559,6 +1645,10 @@ msgid ""
|
|
1559
1645
|
"href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1560
1646
|
msgstr ""
|
1561
1647
|
|
1648
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
1649
|
+
msgid "Deb Package Actions"
|
1650
|
+
msgstr ""
|
1651
|
+
|
1562
1652
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1563
1653
|
msgid "deb Package Updates"
|
1564
1654
|
msgstr ""
|
@@ -1570,6 +1660,7 @@ msgstr ""
|
|
1570
1660
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1571
1661
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1572
1662
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1663
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1573
1664
|
msgid "Deb Packages"
|
1574
1665
|
msgstr ""
|
1575
1666
|
|
@@ -1581,6 +1672,10 @@ msgstr ""
|
|
1581
1672
|
msgid "Deb Packages for:"
|
1582
1673
|
msgstr ""
|
1583
1674
|
|
1675
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1676
|
+
msgid "Deb Repositories"
|
1677
|
+
msgstr ""
|
1678
|
+
|
1584
1679
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1585
1680
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1586
1681
|
msgstr ""
|
@@ -1590,6 +1685,11 @@ msgstr ""
|
|
1590
1685
|
msgid "Deb:"
|
1591
1686
|
msgstr ""
|
1592
1687
|
|
1688
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
1689
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1690
|
+
msgid "Debs"
|
1691
|
+
msgstr ""
|
1692
|
+
|
1593
1693
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1594
1694
|
msgid "Default"
|
1595
1695
|
msgstr ""
|
@@ -1606,6 +1706,10 @@ msgstr ""
|
|
1606
1706
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1607
1707
|
msgstr ""
|
1608
1708
|
|
1709
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1710
|
+
msgid "Delete filters"
|
1711
|
+
msgstr ""
|
1712
|
+
|
1609
1713
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1610
1714
|
msgid "Delete Hosts"
|
1611
1715
|
msgstr ""
|
@@ -1615,6 +1719,7 @@ msgid "Delta RPM"
|
|
1615
1719
|
msgstr ""
|
1616
1720
|
|
1617
1721
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1722
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1618
1723
|
msgid "Dependencies"
|
1619
1724
|
msgstr ""
|
1620
1725
|
|
@@ -1706,6 +1811,10 @@ msgstr ""
|
|
1706
1811
|
msgid "Discover"
|
1707
1812
|
msgstr ""
|
1708
1813
|
|
1814
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
1815
|
+
msgid "Discover Repositories"
|
1816
|
+
msgstr ""
|
1817
|
+
|
1709
1818
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1710
1819
|
msgid "Discovered Repository"
|
1711
1820
|
msgstr ""
|
@@ -1728,6 +1837,10 @@ msgid ""
|
|
1728
1837
|
"repository."
|
1729
1838
|
msgstr ""
|
1730
1839
|
|
1840
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1841
|
+
msgid "Docker"
|
1842
|
+
msgstr ""
|
1843
|
+
|
1731
1844
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1732
1845
|
msgid ""
|
1733
1846
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -1739,6 +1852,10 @@ msgid ""
|
|
1739
1852
|
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1740
1853
|
msgstr ""
|
1741
1854
|
|
1855
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1856
|
+
msgid "Docker Tags"
|
1857
|
+
msgstr ""
|
1858
|
+
|
1742
1859
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1743
1860
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
1744
1861
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -1812,6 +1929,10 @@ msgid ""
|
|
1812
1929
|
"Environment will also be removed from the following published content views!"
|
1813
1930
|
msgstr ""
|
1814
1931
|
|
1932
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
|
1933
|
+
msgid "Environments"
|
1934
|
+
msgstr ""
|
1935
|
+
|
1815
1936
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
1816
1937
|
msgid "Environments List"
|
1817
1938
|
msgstr ""
|
@@ -1819,7 +1940,10 @@ msgstr ""
|
|
1819
1940
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1820
1941
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1821
1942
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1943
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1822
1944
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1945
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1946
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
1823
1947
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
1824
1948
|
msgid "Errata"
|
1825
1949
|
msgstr ""
|
@@ -1931,6 +2055,9 @@ msgstr ""
|
|
1931
2055
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
1932
2056
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1933
2057
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2058
|
+
#: app/assets/javascripts/bastion_katello/files/files.controller.js
|
2059
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
2060
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1934
2061
|
msgid "Files"
|
1935
2062
|
msgstr ""
|
1936
2063
|
|
@@ -1940,12 +2067,17 @@ msgstr ""
|
|
1940
2067
|
|
1941
2068
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
1942
2069
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
2070
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1943
2071
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1944
2072
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1945
2073
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1946
2074
|
msgid "Filter"
|
1947
2075
|
msgstr ""
|
1948
2076
|
|
2077
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2078
|
+
msgid "Filter by Environment"
|
2079
|
+
msgstr ""
|
2080
|
+
|
1949
2081
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1950
2082
|
msgid "Filter by Status:"
|
1951
2083
|
msgstr ""
|
@@ -1956,14 +2088,12 @@ msgstr ""
|
|
1956
2088
|
msgid "Filter..."
|
1957
2089
|
msgstr ""
|
1958
2090
|
|
1959
|
-
#: app/assets/javascripts/bastion_katello/
|
1960
|
-
msgid "
|
2091
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2092
|
+
msgid "Filters"
|
1961
2093
|
msgstr ""
|
1962
2094
|
|
1963
|
-
#: app/assets/javascripts/bastion_katello/
|
1964
|
-
msgid ""
|
1965
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
1966
|
-
"it is recommended to use sha1."
|
2095
|
+
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
2096
|
+
msgid "Finished At"
|
1967
2097
|
msgstr ""
|
1968
2098
|
|
1969
2099
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -2035,6 +2165,10 @@ msgstr ""
|
|
2035
2165
|
msgid "Host Collection Membership"
|
2036
2166
|
msgstr ""
|
2037
2167
|
|
2168
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2169
|
+
msgid "Host Collection Membership Management"
|
2170
|
+
msgstr ""
|
2171
|
+
|
2038
2172
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
2039
2173
|
msgid "Host Collection removed."
|
2040
2174
|
msgstr ""
|
@@ -2051,6 +2185,8 @@ msgstr ""
|
|
2051
2185
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
2052
2186
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2053
2187
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
2188
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
2189
|
+
#: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
|
2054
2190
|
msgid "Host Collections"
|
2055
2191
|
msgstr ""
|
2056
2192
|
|
@@ -2097,6 +2233,10 @@ msgstr ""
|
|
2097
2233
|
msgid "HTTP Proxy"
|
2098
2234
|
msgstr ""
|
2099
2235
|
|
2236
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2237
|
+
msgid "HTTP Proxy Management"
|
2238
|
+
msgstr ""
|
2239
|
+
|
2100
2240
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2101
2241
|
msgid "HTTP Proxy Policy"
|
2102
2242
|
msgstr ""
|
@@ -2118,11 +2258,22 @@ msgstr ""
|
|
2118
2258
|
msgid "Id"
|
2119
2259
|
msgstr "Id"
|
2120
2260
|
|
2261
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2262
|
+
msgid ""
|
2263
|
+
"If you want to upload individual packages, create a separate repository with"
|
2264
|
+
" an empty \"Upstream URL\" field."
|
2265
|
+
msgstr ""
|
2266
|
+
|
2121
2267
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2122
2268
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2123
2269
|
msgid "Ignore SRPMs"
|
2124
2270
|
msgstr ""
|
2125
2271
|
|
2272
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2273
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2274
|
+
msgid "Ignore treeinfo"
|
2275
|
+
msgstr ""
|
2276
|
+
|
2126
2277
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2127
2278
|
msgid "Image"
|
2128
2279
|
msgstr ""
|
@@ -2184,6 +2335,7 @@ msgid "Installed"
|
|
2184
2335
|
msgstr ""
|
2185
2336
|
|
2186
2337
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2338
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
2187
2339
|
msgid "Installed Deb Packages"
|
2188
2340
|
msgstr ""
|
2189
2341
|
|
@@ -2198,6 +2350,7 @@ msgid "Installed Package"
|
|
2198
2350
|
msgstr ""
|
2199
2351
|
|
2200
2352
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2353
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2201
2354
|
msgid "Installed Packages"
|
2202
2355
|
msgstr ""
|
2203
2356
|
|
@@ -2236,18 +2389,10 @@ msgstr ""
|
|
2236
2389
|
msgid "Issued"
|
2237
2390
|
msgstr ""
|
2238
2391
|
|
2239
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2240
|
-
msgid "Katello Agent"
|
2241
|
-
msgstr ""
|
2242
|
-
|
2243
2392
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2244
2393
|
msgid "Katello Tracer"
|
2245
2394
|
msgstr ""
|
2246
2395
|
|
2247
|
-
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2248
|
-
msgid "Katello-agent is deprecated and will be removed in a future release."
|
2249
|
-
msgstr ""
|
2250
|
-
|
2251
2396
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
2252
2397
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2253
2398
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2271,11 +2416,16 @@ msgstr ""
|
|
2271
2416
|
msgid "Last Puppet Report"
|
2272
2417
|
msgstr ""
|
2273
2418
|
|
2419
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2420
|
+
msgid "Last reclaim failed:"
|
2421
|
+
msgstr ""
|
2422
|
+
|
2274
2423
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2275
2424
|
msgid "Last reclaim space failed:"
|
2276
2425
|
msgstr ""
|
2277
2426
|
|
2278
2427
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2428
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2279
2429
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2280
2430
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2281
2431
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2336,6 +2486,7 @@ msgid "Lifecycle Environment:"
|
|
2336
2486
|
msgstr ""
|
2337
2487
|
|
2338
2488
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
2489
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
|
2339
2490
|
msgid "Lifecycle Environments"
|
2340
2491
|
msgstr ""
|
2341
2492
|
|
@@ -2349,7 +2500,7 @@ msgstr ""
|
|
2349
2500
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2350
2501
|
msgid ""
|
2351
2502
|
"Limit Repository Sets to only those available in this Activation Key's "
|
2352
|
-
"Lifecycle
|
2503
|
+
"Lifecycle Environment"
|
2353
2504
|
msgstr ""
|
2354
2505
|
|
2355
2506
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -2380,6 +2531,23 @@ msgstr ""
|
|
2380
2531
|
msgid "List"
|
2381
2532
|
msgstr ""
|
2382
2533
|
|
2534
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2535
|
+
msgid "List Host Collections"
|
2536
|
+
msgstr ""
|
2537
|
+
|
2538
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2539
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2540
|
+
msgid "List Hosts"
|
2541
|
+
msgstr ""
|
2542
|
+
|
2543
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2544
|
+
msgid "List Products"
|
2545
|
+
msgstr ""
|
2546
|
+
|
2547
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2548
|
+
msgid "List Subscriptions"
|
2549
|
+
msgstr ""
|
2550
|
+
|
2383
2551
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2384
2552
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
2385
2553
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
|
@@ -2399,6 +2567,10 @@ msgstr ""
|
|
2399
2567
|
msgid "Loading...\""
|
2400
2568
|
msgstr ""
|
2401
2569
|
|
2570
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2571
|
+
msgid "Make filters apply to all repositories in the content view"
|
2572
|
+
msgstr ""
|
2573
|
+
|
2402
2574
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2403
2575
|
msgid "Manage Ansible Collections for Repository:"
|
2404
2576
|
msgstr ""
|
@@ -2471,6 +2643,11 @@ msgstr ""
|
|
2471
2643
|
msgid "Manifest Type"
|
2472
2644
|
msgstr ""
|
2473
2645
|
|
2646
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2647
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2648
|
+
msgid "Metadata Expiration (Seconds)"
|
2649
|
+
msgstr ""
|
2650
|
+
|
2474
2651
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2475
2652
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2476
2653
|
msgid "Mirroring Policy"
|
@@ -2505,7 +2682,10 @@ msgstr ""
|
|
2505
2682
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2506
2683
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2507
2684
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2685
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
|
2508
2686
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
2687
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
2688
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2509
2689
|
msgid "Module Streams"
|
2510
2690
|
msgstr ""
|
2511
2691
|
|
@@ -2522,6 +2702,7 @@ msgid "More Details"
|
|
2522
2702
|
msgstr ""
|
2523
2703
|
|
2524
2704
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2705
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2525
2706
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2526
2707
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2527
2708
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
@@ -2552,6 +2733,7 @@ msgstr "N/A"
|
|
2552
2733
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
2553
2734
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2554
2735
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
2736
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2555
2737
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
2556
2738
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
2557
2739
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
@@ -2622,24 +2804,36 @@ msgid "Never synced"
|
|
2622
2804
|
msgstr ""
|
2623
2805
|
|
2624
2806
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
2807
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
|
2625
2808
|
msgid "New Activation Key"
|
2626
2809
|
msgstr ""
|
2627
2810
|
|
2811
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
2812
|
+
msgid "New Content Credential"
|
2813
|
+
msgstr ""
|
2814
|
+
|
2628
2815
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2816
|
+
#: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
|
2629
2817
|
msgid "New Environment"
|
2630
2818
|
msgstr ""
|
2631
2819
|
|
2820
|
+
#: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
|
2821
|
+
msgid "New Host Collection"
|
2822
|
+
msgstr ""
|
2823
|
+
|
2632
2824
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
2633
2825
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
2634
2826
|
msgid "New Name:"
|
2635
2827
|
msgstr ""
|
2636
2828
|
|
2637
2829
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
2830
|
+
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
2638
2831
|
msgid "New Product"
|
2639
2832
|
msgstr ""
|
2640
2833
|
|
2641
2834
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2642
2835
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
2836
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
|
2643
2837
|
msgid "New Repository"
|
2644
2838
|
msgstr ""
|
2645
2839
|
|
@@ -2743,6 +2937,10 @@ msgstr ""
|
|
2743
2937
|
msgid "No matching results."
|
2744
2938
|
msgstr ""
|
2745
2939
|
|
2940
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2941
|
+
msgid "No Packages to show"
|
2942
|
+
msgstr ""
|
2943
|
+
|
2746
2944
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
2747
2945
|
msgid "No products are available to add to this Sync Plan."
|
2748
2946
|
msgstr ""
|
@@ -2799,15 +2997,12 @@ msgstr ""
|
|
2799
2997
|
msgid "Not Applicable"
|
2800
2998
|
msgstr ""
|
2801
2999
|
|
2802
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2803
|
-
msgid "Not installed"
|
2804
|
-
msgstr ""
|
2805
|
-
|
2806
3000
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
2807
3001
|
msgid "Not started"
|
2808
3002
|
msgstr ""
|
2809
3003
|
|
2810
3004
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3005
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2811
3006
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2812
3007
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2813
3008
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2930,6 +3125,7 @@ msgstr ""
|
|
2930
3125
|
|
2931
3126
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
2932
3127
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3128
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
2933
3129
|
msgid "Package Actions"
|
2934
3130
|
msgstr ""
|
2935
3131
|
|
@@ -2938,6 +3134,7 @@ msgid "Package Group (Deprecated)"
|
|
2938
3134
|
msgstr ""
|
2939
3135
|
|
2940
3136
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3137
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2941
3138
|
msgid "Package Groups"
|
2942
3139
|
msgstr ""
|
2943
3140
|
|
@@ -2986,6 +3183,10 @@ msgstr ""
|
|
2986
3183
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
2987
3184
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2988
3185
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3186
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3187
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
|
3188
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3189
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2989
3190
|
msgid "Packages"
|
2990
3191
|
msgstr ""
|
2991
3192
|
|
@@ -3044,15 +3245,20 @@ msgstr ""
|
|
3044
3245
|
msgid "Perform"
|
3045
3246
|
msgstr ""
|
3046
3247
|
|
3047
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3048
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3049
3248
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3050
3249
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3051
3250
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3052
3251
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3053
3252
|
msgid ""
|
3054
3253
|
"Performing host package actions is disabled because Katello is not "
|
3055
|
-
"configured for
|
3254
|
+
"configured for remote execution."
|
3255
|
+
msgstr ""
|
3256
|
+
|
3257
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3258
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3259
|
+
msgid ""
|
3260
|
+
"Performing host package actions is disabled because Katello is not "
|
3261
|
+
"configured for Remote Execution."
|
3056
3262
|
msgstr ""
|
3057
3263
|
|
3058
3264
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3096,6 +3302,7 @@ msgstr ""
|
|
3096
3302
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3097
3303
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3098
3304
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3305
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
3099
3306
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
3100
3307
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3101
3308
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
@@ -3156,6 +3363,9 @@ msgstr ""
|
|
3156
3363
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3157
3364
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3158
3365
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3366
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
|
3367
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3368
|
+
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
3159
3369
|
msgid "Products"
|
3160
3370
|
msgstr ""
|
3161
3371
|
|
@@ -3175,6 +3385,10 @@ msgstr ""
|
|
3175
3385
|
msgid "Provides"
|
3176
3386
|
msgstr ""
|
3177
3387
|
|
3388
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
3389
|
+
msgid "Provisioning"
|
3390
|
+
msgstr ""
|
3391
|
+
|
3178
3392
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3179
3393
|
msgid "Provisioning Details"
|
3180
3394
|
msgstr ""
|
@@ -3238,6 +3452,10 @@ msgstr ""
|
|
3238
3452
|
msgid "Recurring Logic"
|
3239
3453
|
msgstr ""
|
3240
3454
|
|
3455
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3456
|
+
msgid "Red Hat"
|
3457
|
+
msgstr ""
|
3458
|
+
|
3241
3459
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3242
3460
|
msgid "Red Hat Repositories page"
|
3243
3461
|
msgstr ""
|
@@ -3483,12 +3701,21 @@ msgstr ""
|
|
3483
3701
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
3484
3702
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
3485
3703
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3704
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
3486
3705
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3487
3706
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
3488
3707
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3489
3708
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3490
3709
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3491
3710
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3711
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
3712
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3713
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
3714
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3715
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
|
3716
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
|
3717
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3718
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
3492
3719
|
msgid "Repositories"
|
3493
3720
|
msgstr ""
|
3494
3721
|
|
@@ -3528,7 +3755,6 @@ msgstr ""
|
|
3528
3755
|
msgid "Repositories to Create"
|
3529
3756
|
msgstr ""
|
3530
3757
|
|
3531
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3532
3758
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3533
3759
|
msgid "Repository"
|
3534
3760
|
msgstr ""
|
@@ -3562,8 +3788,6 @@ msgstr ""
|
|
3562
3788
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3563
3789
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3564
3790
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3565
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
3566
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
3567
3791
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3568
3792
|
msgid "Repository Name"
|
3569
3793
|
msgstr ""
|
@@ -3584,14 +3808,23 @@ msgstr ""
|
|
3584
3808
|
|
3585
3809
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3586
3810
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3811
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3587
3812
|
msgid "Repository Sets"
|
3588
3813
|
msgstr ""
|
3589
3814
|
|
3815
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3816
|
+
msgid "Repository Sets Management"
|
3817
|
+
msgstr ""
|
3818
|
+
|
3590
3819
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3591
3820
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3592
3821
|
msgid "Repository Sets settings saved successfully."
|
3593
3822
|
msgstr ""
|
3594
3823
|
|
3824
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3825
|
+
msgid "Repository type"
|
3826
|
+
msgstr ""
|
3827
|
+
|
3595
3828
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3596
3829
|
msgid "Repository Type"
|
3597
3830
|
msgstr ""
|
@@ -3611,6 +3844,10 @@ msgstr ""
|
|
3611
3844
|
msgid "Repository:"
|
3612
3845
|
msgstr ""
|
3613
3846
|
|
3847
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3848
|
+
msgid "Republish Repository Metadata"
|
3849
|
+
msgstr ""
|
3850
|
+
|
3614
3851
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3615
3852
|
msgid "Requirements"
|
3616
3853
|
msgstr ""
|
@@ -3652,7 +3889,7 @@ msgid "Restart Selected"
|
|
3652
3889
|
msgstr ""
|
3653
3890
|
|
3654
3891
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
3655
|
-
msgid "Restart Services on Content Host \"{{host.
|
3892
|
+
msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
|
3656
3893
|
msgstr ""
|
3657
3894
|
|
3658
3895
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3761,10 +3998,20 @@ msgstr ""
|
|
3761
3998
|
msgid "Select an Organization"
|
3762
3999
|
msgstr ""
|
3763
4000
|
|
4001
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
4002
|
+
msgid "Select Content Host(s)"
|
4003
|
+
msgstr ""
|
4004
|
+
|
3764
4005
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3765
4006
|
msgid "Select Content View"
|
3766
4007
|
msgstr ""
|
3767
4008
|
|
4009
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4010
|
+
msgid ""
|
4011
|
+
"Select this option if treeinfo files or other kickstart content is failing "
|
4012
|
+
"to syncronize from the upstream repository."
|
4013
|
+
msgstr ""
|
4014
|
+
|
3768
4015
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3769
4016
|
msgid ""
|
3770
4017
|
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
@@ -3776,6 +4023,12 @@ msgid ""
|
|
3776
4023
|
"Selecting this option will exclude SRPMs from repository synchronization."
|
3777
4024
|
msgstr ""
|
3778
4025
|
|
4026
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4027
|
+
msgid ""
|
4028
|
+
"Selecting this option will exclude treeinfo files from repository "
|
4029
|
+
"synchronization."
|
4030
|
+
msgstr ""
|
4031
|
+
|
3779
4032
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3780
4033
|
msgid ""
|
3781
4034
|
"Selecting this option will result in Katello verifying that the upstream "
|
@@ -3937,7 +4190,6 @@ msgstr "Status"
|
|
3937
4190
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3938
4191
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
3939
4192
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3940
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3941
4193
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
3942
4194
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
3943
4195
|
msgid "Status"
|
@@ -3959,8 +4211,6 @@ msgid "Subscription Management"
|
|
3959
4211
|
msgstr ""
|
3960
4212
|
|
3961
4213
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
3962
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3963
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
3964
4214
|
msgid "Subscription Status"
|
3965
4215
|
msgstr ""
|
3966
4216
|
|
@@ -3968,15 +4218,10 @@ msgstr ""
|
|
3968
4218
|
msgid "Subscription UUID"
|
3969
4219
|
msgstr ""
|
3970
4220
|
|
3971
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
3972
|
-
msgid ""
|
3973
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
3974
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
3975
|
-
msgstr ""
|
3976
|
-
|
3977
4221
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3978
4222
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3979
4223
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4224
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
3980
4225
|
msgid "Subscriptions"
|
3981
4226
|
msgstr ""
|
3982
4227
|
|
@@ -4018,22 +4263,6 @@ msgstr ""
|
|
4018
4263
|
msgid "Successfully removed 1 item."
|
4019
4264
|
msgstr ""
|
4020
4265
|
|
4021
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4022
|
-
msgid "Successfully scheduled an update of all packages"
|
4023
|
-
msgstr ""
|
4024
|
-
|
4025
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4026
|
-
msgid "Successfully scheduled package installation"
|
4027
|
-
msgstr ""
|
4028
|
-
|
4029
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4030
|
-
msgid "Successfully scheduled package removal"
|
4031
|
-
msgstr ""
|
4032
|
-
|
4033
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4034
|
-
msgid "Successfully scheduled package update"
|
4035
|
-
msgstr ""
|
4036
|
-
|
4037
4266
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
4038
4267
|
msgid "Successfully updated subscriptions."
|
4039
4268
|
msgstr ""
|
@@ -4094,6 +4323,10 @@ msgstr ""
|
|
4094
4323
|
msgid "Sync Plan created and assigned to product."
|
4095
4324
|
msgstr ""
|
4096
4325
|
|
4326
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4327
|
+
msgid "Sync Plan Management"
|
4328
|
+
msgstr ""
|
4329
|
+
|
4097
4330
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
4098
4331
|
msgid "Sync Plan saved"
|
4099
4332
|
msgstr ""
|
@@ -4108,6 +4341,8 @@ msgid "Sync Plan:"
|
|
4108
4341
|
msgstr ""
|
4109
4342
|
|
4110
4343
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
4344
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4345
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4111
4346
|
msgid "Sync Plans"
|
4112
4347
|
msgstr ""
|
4113
4348
|
|
@@ -4163,10 +4398,6 @@ msgstr ""
|
|
4163
4398
|
msgid "System Purpose Management"
|
4164
4399
|
msgstr ""
|
4165
4400
|
|
4166
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4167
|
-
msgid "System Purpose Status"
|
4168
|
-
msgstr ""
|
4169
|
-
|
4170
4401
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
4171
4402
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4172
4403
|
msgid "Tags"
|
@@ -4179,6 +4410,9 @@ msgstr ""
|
|
4179
4410
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4180
4411
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4181
4412
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
|
4413
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
4414
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
4415
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
4182
4416
|
msgid "Tasks"
|
4183
4417
|
msgstr "Opravila"
|
4184
4418
|
|
@@ -4218,6 +4452,11 @@ msgid ""
|
|
4218
4452
|
"make errata available to these hosts."
|
4219
4453
|
msgstr ""
|
4220
4454
|
|
4455
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4456
|
+
msgid ""
|
4457
|
+
"The filters below have this repository as the last affected repository!"
|
4458
|
+
msgstr ""
|
4459
|
+
|
4221
4460
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4222
4461
|
msgid ""
|
4223
4462
|
"The following actions can be performed on content hosts in this host "
|
@@ -4267,15 +4506,15 @@ msgstr ""
|
|
4267
4506
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4268
4507
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4269
4508
|
msgid ""
|
4270
|
-
"The repository will be
|
4271
|
-
"
|
4509
|
+
"The repository will only be available on content hosts with the selected "
|
4510
|
+
"architecture."
|
4272
4511
|
msgstr ""
|
4273
4512
|
|
4274
4513
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4275
4514
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4276
4515
|
msgid ""
|
4277
|
-
"The repository will be
|
4278
|
-
"
|
4516
|
+
"The repository will only be available on content hosts with the selected OS "
|
4517
|
+
"version."
|
4279
4518
|
msgstr ""
|
4280
4519
|
|
4281
4520
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -4284,6 +4523,12 @@ msgid ""
|
|
4284
4523
|
"different environment."
|
4285
4524
|
msgstr ""
|
4286
4525
|
|
4526
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4527
|
+
msgid ""
|
4528
|
+
"The sha1 checksum type is no longer supported. The checksum type will reset "
|
4529
|
+
"to 'Default' at the next edit or change in content."
|
4530
|
+
msgstr ""
|
4531
|
+
|
4287
4532
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4288
4533
|
msgid "The time the sync should happen in your current time zone."
|
4289
4534
|
msgstr ""
|
@@ -4391,7 +4636,9 @@ msgstr ""
|
|
4391
4636
|
|
4392
4637
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4393
4638
|
msgid ""
|
4394
|
-
"This activation key may be used during
|
4639
|
+
"This activation key may be used during <a "
|
4640
|
+
"href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
|
4641
|
+
"registration.</a>"
|
4395
4642
|
msgstr ""
|
4396
4643
|
|
4397
4644
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
@@ -4402,26 +4649,16 @@ msgstr ""
|
|
4402
4649
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
4403
4650
|
msgstr ""
|
4404
4651
|
|
4652
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
4653
|
+
msgid "This Container Image Tag is not present in any Repositories."
|
4654
|
+
msgstr ""
|
4655
|
+
|
4405
4656
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4406
4657
|
msgid ""
|
4407
4658
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4408
4659
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4409
4660
|
msgstr ""
|
4410
4661
|
|
4411
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4412
|
-
msgid ""
|
4413
|
-
"This organization has Simple Content Access enabled. Hosts are not required"
|
4414
|
-
" to have subscriptions attached to access repositories."
|
4415
|
-
msgstr ""
|
4416
|
-
|
4417
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4418
|
-
msgid ""
|
4419
|
-
"This organization is not using <a target=\"_blank\" "
|
4420
|
-
"href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
|
4421
|
-
"Content Access.</a> Entitlement-based subscription management is deprecated "
|
4422
|
-
"and will be removed in a future version."
|
4423
|
-
msgstr ""
|
4424
|
-
|
4425
4662
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4426
4663
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4427
4664
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
@@ -4457,6 +4694,7 @@ msgstr ""
|
|
4457
4694
|
|
4458
4695
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4459
4696
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4697
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4460
4698
|
msgid "Traces"
|
4461
4699
|
msgstr ""
|
4462
4700
|
|
@@ -4520,7 +4758,7 @@ msgid "Unregister Host"
|
|
4520
4758
|
msgstr ""
|
4521
4759
|
|
4522
4760
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4523
|
-
msgid "Unregister Host \"{{host.
|
4761
|
+
msgid "Unregister Host \"{{host.display_name}}\"?"
|
4524
4762
|
msgstr ""
|
4525
4763
|
|
4526
4764
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -4758,17 +4996,6 @@ msgstr ""
|
|
4758
4996
|
msgid "Versions"
|
4759
4997
|
msgstr ""
|
4760
4998
|
|
4761
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4762
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4763
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
4764
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4765
|
-
msgid "via Katello agent"
|
4766
|
-
msgstr ""
|
4767
|
-
|
4768
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4769
|
-
msgid "via Katello Agent"
|
4770
|
-
msgstr ""
|
4771
|
-
|
4772
4999
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4773
5000
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4774
5001
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
@@ -4842,6 +5069,13 @@ msgid ""
|
|
4842
5069
|
"associated subscriptions."
|
4843
5070
|
msgstr ""
|
4844
5071
|
|
5072
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5073
|
+
msgid ""
|
5074
|
+
"When Auto Attach is enabled, registering systems will be attached to all "
|
5075
|
+
"associated custom products and only associated Red Hat subscriptions "
|
5076
|
+
"required to satisfy the system's installed products."
|
5077
|
+
msgstr ""
|
5078
|
+
|
4845
5079
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4846
5080
|
msgid ""
|
4847
5081
|
"Whitespace-separated list of components to sync (leave clear to sync all). Example: main <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'deb'\" uib-popover-html=\"componentPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Components\">\n"
|
@@ -4894,11 +5128,21 @@ msgid ""
|
|
4894
5128
|
"contents of requirement.yml here"
|
4895
5129
|
msgstr ""
|
4896
5130
|
|
5131
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5132
|
+
msgid "You cannot remove content from a redhat repository"
|
5133
|
+
msgstr ""
|
5134
|
+
|
4897
5135
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4898
5136
|
msgid ""
|
4899
5137
|
"You cannot remove these repositories because you do not have permission."
|
4900
5138
|
msgstr ""
|
4901
5139
|
|
5140
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
5141
|
+
msgid ""
|
5142
|
+
"You cannot remove this product because it has repositories that are the last"
|
5143
|
+
" affected repository on content view filters"
|
5144
|
+
msgstr ""
|
5145
|
+
|
4902
5146
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4903
5147
|
msgid "You cannot remove this product because it is a Red Hat product."
|
4904
5148
|
msgstr ""
|
@@ -5142,6 +5386,7 @@ msgstr ""
|
|
5142
5386
|
msgid "Your search returned zero Repositories"
|
5143
5387
|
msgstr ""
|
5144
5388
|
|
5389
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5145
5390
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5146
5391
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5147
5392
|
msgid "Your search returned zero Repositories."
|