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"
|
@@ -357,6 +365,7 @@ msgid "Activation Key:"
|
|
357
365
|
msgstr ""
|
358
366
|
|
359
367
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
368
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
360
369
|
msgid "Activation Keys"
|
361
370
|
msgstr ""
|
362
371
|
|
@@ -377,6 +386,11 @@ msgstr ""
|
|
377
386
|
msgid "Add Content Hosts to:"
|
378
387
|
msgstr ""
|
379
388
|
|
389
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
390
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
391
|
+
msgid "Add Host Collections"
|
392
|
+
msgstr ""
|
393
|
+
|
380
394
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
381
395
|
msgid "Add hosts to the host collection to see available actions."
|
382
396
|
msgstr ""
|
@@ -394,6 +408,10 @@ msgstr ""
|
|
394
408
|
msgid "Add ons:"
|
395
409
|
msgstr ""
|
396
410
|
|
411
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
412
|
+
msgid "Add Products"
|
413
|
+
msgstr ""
|
414
|
+
|
397
415
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
398
416
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
399
417
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
@@ -404,6 +422,11 @@ msgstr ""
|
|
404
422
|
msgid "Add Selected"
|
405
423
|
msgstr ""
|
406
424
|
|
425
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
426
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
427
|
+
msgid "Add Subscriptions"
|
428
|
+
msgstr ""
|
429
|
+
|
407
430
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
408
431
|
msgid "Add Subscriptions for Activation Key:"
|
409
432
|
msgstr ""
|
@@ -436,9 +459,11 @@ msgstr ""
|
|
436
459
|
msgid "Additive"
|
437
460
|
msgstr ""
|
438
461
|
|
462
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
439
463
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
440
464
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
441
465
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
466
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
|
442
467
|
msgid "Advanced Sync"
|
443
468
|
msgstr ""
|
444
469
|
|
@@ -450,6 +475,10 @@ msgstr ""
|
|
450
475
|
msgid "Affected Hosts"
|
451
476
|
msgstr ""
|
452
477
|
|
478
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
479
|
+
msgid "All"
|
480
|
+
msgstr ""
|
481
|
+
|
453
482
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
454
483
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
455
484
|
msgid "All Content Views"
|
@@ -468,6 +497,7 @@ msgstr ""
|
|
468
497
|
|
469
498
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
470
499
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
500
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
|
471
501
|
msgid "Alternate Content Sources"
|
472
502
|
msgstr ""
|
473
503
|
|
@@ -560,6 +590,7 @@ msgid "Ansible Collection Authorization"
|
|
560
590
|
msgstr ""
|
561
591
|
|
562
592
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
593
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
563
594
|
msgid "Ansible Collections"
|
564
595
|
msgstr ""
|
565
596
|
|
@@ -575,6 +606,7 @@ msgid "Applicable Content Hosts"
|
|
575
606
|
msgstr ""
|
576
607
|
|
577
608
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
609
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
578
610
|
msgid "Applicable Deb Packages"
|
579
611
|
msgstr ""
|
580
612
|
|
@@ -583,6 +615,7 @@ msgid "Applicable Errata"
|
|
583
615
|
msgstr ""
|
584
616
|
|
585
617
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
618
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
|
586
619
|
msgid "Applicable Packages"
|
587
620
|
msgstr ""
|
588
621
|
|
@@ -601,6 +634,7 @@ msgid "Application"
|
|
601
634
|
msgstr ""
|
602
635
|
|
603
636
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
637
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
604
638
|
msgid "Apply"
|
605
639
|
msgstr ""
|
606
640
|
|
@@ -635,7 +669,7 @@ msgid "Apply Errata"
|
|
635
669
|
msgstr ""
|
636
670
|
|
637
671
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
638
|
-
msgid "Apply Errata to Content Host \"{{host.
|
672
|
+
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
639
673
|
msgstr ""
|
640
674
|
|
641
675
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
@@ -700,7 +734,9 @@ msgid ""
|
|
700
734
|
msgstr ""
|
701
735
|
|
702
736
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
703
|
-
msgid "
|
737
|
+
msgid ""
|
738
|
+
"Are you sure you want to apply Errata to content host \"{{ host.display_name"
|
739
|
+
" }}\"?"
|
704
740
|
msgstr ""
|
705
741
|
|
706
742
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -828,8 +864,9 @@ msgid ""
|
|
828
864
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
829
865
|
"repository?"
|
830
866
|
msgid_plural ""
|
831
|
-
"
|
832
|
-
"
|
867
|
+
"Repositories that are published in content view\n"
|
868
|
+
" 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"
|
869
|
+
" "
|
833
870
|
msgstr[0] ""
|
834
871
|
msgstr[1] ""
|
835
872
|
msgstr[2] ""
|
@@ -864,8 +901,8 @@ msgstr ""
|
|
864
901
|
|
865
902
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
866
903
|
msgid ""
|
867
|
-
"Are you sure you want to restart services on content host \"{{
|
868
|
-
"}}\"?"
|
904
|
+
"Are you sure you want to restart services on content host \"{{ "
|
905
|
+
"host.display_name }}\"?"
|
869
906
|
msgstr ""
|
870
907
|
|
871
908
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -949,10 +986,18 @@ msgstr ""
|
|
949
986
|
msgid "Auto-Attach"
|
950
987
|
msgstr ""
|
951
988
|
|
989
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
990
|
+
msgid "Auto-attach available subscriptions to all selected hosts."
|
991
|
+
msgstr ""
|
992
|
+
|
952
993
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
953
994
|
msgid "Auto-Attach Details"
|
954
995
|
msgstr ""
|
955
996
|
|
997
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
998
|
+
msgid "Auto-attach uses all available subscriptions, not a selected subset."
|
999
|
+
msgstr ""
|
1000
|
+
|
956
1001
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
957
1002
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
958
1003
|
msgid "Automatic"
|
@@ -1036,6 +1081,10 @@ msgstr ""
|
|
1036
1081
|
msgid "Build Time"
|
1037
1082
|
msgstr ""
|
1038
1083
|
|
1084
|
+
#: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
|
1085
|
+
msgid "Bulk Task"
|
1086
|
+
msgstr ""
|
1087
|
+
|
1039
1088
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1040
1089
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1041
1090
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -1056,6 +1105,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1056
1105
|
msgstr ""
|
1057
1106
|
|
1058
1107
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1108
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1059
1109
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1060
1110
|
msgid "Cannot Remove"
|
1061
1111
|
msgstr ""
|
@@ -1210,6 +1260,7 @@ msgid "Composite View"
|
|
1210
1260
|
msgstr ""
|
1211
1261
|
|
1212
1262
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1263
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
1213
1264
|
msgid "Confirm"
|
1214
1265
|
msgstr ""
|
1215
1266
|
|
@@ -1222,10 +1273,12 @@ msgid "Container Image Manifest"
|
|
1222
1273
|
msgstr ""
|
1223
1274
|
|
1224
1275
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1276
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1225
1277
|
msgid "Container Image Manifest Lists"
|
1226
1278
|
msgstr ""
|
1227
1279
|
|
1228
1280
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1281
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1229
1282
|
msgid "Container Image Manifests"
|
1230
1283
|
msgstr ""
|
1231
1284
|
|
@@ -1242,6 +1295,7 @@ msgstr ""
|
|
1242
1295
|
|
1243
1296
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
1244
1297
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1298
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
|
1245
1299
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1246
1300
|
msgid "Container Image Tags"
|
1247
1301
|
msgstr ""
|
@@ -1255,6 +1309,10 @@ msgstr ""
|
|
1255
1309
|
msgid "Content Counts"
|
1256
1310
|
msgstr ""
|
1257
1311
|
|
1312
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
|
1313
|
+
msgid "Content Credential"
|
1314
|
+
msgstr ""
|
1315
|
+
|
1258
1316
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1259
1317
|
msgid "Content Credential %s has been created."
|
1260
1318
|
msgstr ""
|
@@ -1303,6 +1361,10 @@ msgstr ""
|
|
1303
1361
|
msgid "Content Host Limit"
|
1304
1362
|
msgstr ""
|
1305
1363
|
|
1364
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1365
|
+
msgid "Content Host Module Stream Management"
|
1366
|
+
msgstr ""
|
1367
|
+
|
1306
1368
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1307
1369
|
msgid "Content Host Properties"
|
1308
1370
|
msgstr ""
|
@@ -1315,6 +1377,10 @@ msgstr ""
|
|
1315
1377
|
msgid "Content Host Status"
|
1316
1378
|
msgstr ""
|
1317
1379
|
|
1380
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1381
|
+
msgid "Content Host Traces Management"
|
1382
|
+
msgstr ""
|
1383
|
+
|
1318
1384
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1319
1385
|
msgid "Content Host:"
|
1320
1386
|
msgstr ""
|
@@ -1326,6 +1392,9 @@ msgstr ""
|
|
1326
1392
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1327
1393
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
1328
1394
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
1395
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
|
1396
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
1397
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
1329
1398
|
msgid "Content Hosts"
|
1330
1399
|
msgstr ""
|
1331
1400
|
|
@@ -1358,6 +1427,7 @@ msgstr ""
|
|
1358
1427
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1359
1428
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1360
1429
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1430
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1361
1431
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
1362
1432
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1363
1433
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -1382,7 +1452,10 @@ msgstr ""
|
|
1382
1452
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1383
1453
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1384
1454
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1455
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
|
1385
1456
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1457
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1458
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
|
1386
1459
|
msgid "Content Views"
|
1387
1460
|
msgstr ""
|
1388
1461
|
|
@@ -1449,6 +1522,11 @@ msgstr ""
|
|
1449
1522
|
msgid "Create Content Credential"
|
1450
1523
|
msgstr ""
|
1451
1524
|
|
1525
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
|
1526
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
1527
|
+
msgid "Create Copy"
|
1528
|
+
msgstr ""
|
1529
|
+
|
1452
1530
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1453
1531
|
msgid "Create Discovered Repositories"
|
1454
1532
|
msgstr ""
|
@@ -1467,6 +1545,10 @@ msgstr ""
|
|
1467
1545
|
msgid "Create Product"
|
1468
1546
|
msgstr ""
|
1469
1547
|
|
1548
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1549
|
+
msgid "Create Repositories"
|
1550
|
+
msgstr ""
|
1551
|
+
|
1470
1552
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1471
1553
|
msgid "Create Selected"
|
1472
1554
|
msgstr ""
|
@@ -1505,6 +1587,10 @@ msgstr ""
|
|
1505
1587
|
msgid "Current Subscriptions for Activation Key:"
|
1506
1588
|
msgstr ""
|
1507
1589
|
|
1590
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1591
|
+
msgid "Custom"
|
1592
|
+
msgstr ""
|
1593
|
+
|
1508
1594
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1509
1595
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1510
1596
|
msgid "custom cron"
|
@@ -1548,6 +1634,10 @@ msgid ""
|
|
1548
1634
|
"href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1549
1635
|
msgstr ""
|
1550
1636
|
|
1637
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
1638
|
+
msgid "Deb Package Actions"
|
1639
|
+
msgstr ""
|
1640
|
+
|
1551
1641
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1552
1642
|
msgid "deb Package Updates"
|
1553
1643
|
msgstr ""
|
@@ -1559,6 +1649,7 @@ msgstr ""
|
|
1559
1649
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1560
1650
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1561
1651
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1652
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1562
1653
|
msgid "Deb Packages"
|
1563
1654
|
msgstr ""
|
1564
1655
|
|
@@ -1570,6 +1661,10 @@ msgstr ""
|
|
1570
1661
|
msgid "Deb Packages for:"
|
1571
1662
|
msgstr ""
|
1572
1663
|
|
1664
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1665
|
+
msgid "Deb Repositories"
|
1666
|
+
msgstr ""
|
1667
|
+
|
1573
1668
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1574
1669
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1575
1670
|
msgstr ""
|
@@ -1579,6 +1674,11 @@ msgstr ""
|
|
1579
1674
|
msgid "Deb:"
|
1580
1675
|
msgstr ""
|
1581
1676
|
|
1677
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
1678
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1679
|
+
msgid "Debs"
|
1680
|
+
msgstr ""
|
1681
|
+
|
1582
1682
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1583
1683
|
msgid "Default"
|
1584
1684
|
msgstr ""
|
@@ -1595,6 +1695,10 @@ msgstr ""
|
|
1595
1695
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1596
1696
|
msgstr ""
|
1597
1697
|
|
1698
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1699
|
+
msgid "Delete filters"
|
1700
|
+
msgstr ""
|
1701
|
+
|
1598
1702
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1599
1703
|
msgid "Delete Hosts"
|
1600
1704
|
msgstr ""
|
@@ -1604,6 +1708,7 @@ msgid "Delta RPM"
|
|
1604
1708
|
msgstr ""
|
1605
1709
|
|
1606
1710
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1711
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1607
1712
|
msgid "Dependencies"
|
1608
1713
|
msgstr ""
|
1609
1714
|
|
@@ -1695,6 +1800,10 @@ msgstr ""
|
|
1695
1800
|
msgid "Discover"
|
1696
1801
|
msgstr ""
|
1697
1802
|
|
1803
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
1804
|
+
msgid "Discover Repositories"
|
1805
|
+
msgstr ""
|
1806
|
+
|
1698
1807
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1699
1808
|
msgid "Discovered Repository"
|
1700
1809
|
msgstr ""
|
@@ -1717,6 +1826,10 @@ msgid ""
|
|
1717
1826
|
"repository."
|
1718
1827
|
msgstr ""
|
1719
1828
|
|
1829
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1830
|
+
msgid "Docker"
|
1831
|
+
msgstr ""
|
1832
|
+
|
1720
1833
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1721
1834
|
msgid ""
|
1722
1835
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -1728,6 +1841,10 @@ msgid ""
|
|
1728
1841
|
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1729
1842
|
msgstr ""
|
1730
1843
|
|
1844
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1845
|
+
msgid "Docker Tags"
|
1846
|
+
msgstr ""
|
1847
|
+
|
1731
1848
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1732
1849
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
1733
1850
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -1801,6 +1918,10 @@ msgid ""
|
|
1801
1918
|
"Environment will also be removed from the following published content views!"
|
1802
1919
|
msgstr ""
|
1803
1920
|
|
1921
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
|
1922
|
+
msgid "Environments"
|
1923
|
+
msgstr ""
|
1924
|
+
|
1804
1925
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
1805
1926
|
msgid "Environments List"
|
1806
1927
|
msgstr ""
|
@@ -1808,7 +1929,10 @@ msgstr ""
|
|
1808
1929
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1809
1930
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1810
1931
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1932
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1811
1933
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1934
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1935
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
1812
1936
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
1813
1937
|
msgid "Errata"
|
1814
1938
|
msgstr ""
|
@@ -1920,6 +2044,9 @@ msgstr ""
|
|
1920
2044
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
1921
2045
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1922
2046
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2047
|
+
#: app/assets/javascripts/bastion_katello/files/files.controller.js
|
2048
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
2049
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1923
2050
|
msgid "Files"
|
1924
2051
|
msgstr ""
|
1925
2052
|
|
@@ -1929,12 +2056,17 @@ msgstr ""
|
|
1929
2056
|
|
1930
2057
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
1931
2058
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
2059
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1932
2060
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1933
2061
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1934
2062
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1935
2063
|
msgid "Filter"
|
1936
2064
|
msgstr ""
|
1937
2065
|
|
2066
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2067
|
+
msgid "Filter by Environment"
|
2068
|
+
msgstr ""
|
2069
|
+
|
1938
2070
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1939
2071
|
msgid "Filter by Status:"
|
1940
2072
|
msgstr ""
|
@@ -1945,14 +2077,12 @@ msgstr ""
|
|
1945
2077
|
msgid "Filter..."
|
1946
2078
|
msgstr ""
|
1947
2079
|
|
1948
|
-
#: app/assets/javascripts/bastion_katello/
|
1949
|
-
msgid "
|
2080
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2081
|
+
msgid "Filters"
|
1950
2082
|
msgstr ""
|
1951
2083
|
|
1952
|
-
#: app/assets/javascripts/bastion_katello/
|
1953
|
-
msgid ""
|
1954
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
1955
|
-
"it is recommended to use sha1."
|
2084
|
+
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
2085
|
+
msgid "Finished At"
|
1956
2086
|
msgstr ""
|
1957
2087
|
|
1958
2088
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -2024,6 +2154,10 @@ msgstr ""
|
|
2024
2154
|
msgid "Host Collection Membership"
|
2025
2155
|
msgstr ""
|
2026
2156
|
|
2157
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2158
|
+
msgid "Host Collection Membership Management"
|
2159
|
+
msgstr ""
|
2160
|
+
|
2027
2161
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
2028
2162
|
msgid "Host Collection removed."
|
2029
2163
|
msgstr ""
|
@@ -2040,6 +2174,8 @@ msgstr ""
|
|
2040
2174
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
2041
2175
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2042
2176
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
2177
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
2178
|
+
#: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
|
2043
2179
|
msgid "Host Collections"
|
2044
2180
|
msgstr ""
|
2045
2181
|
|
@@ -2086,6 +2222,10 @@ msgstr ""
|
|
2086
2222
|
msgid "HTTP Proxy"
|
2087
2223
|
msgstr ""
|
2088
2224
|
|
2225
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2226
|
+
msgid "HTTP Proxy Management"
|
2227
|
+
msgstr ""
|
2228
|
+
|
2089
2229
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2090
2230
|
msgid "HTTP Proxy Policy"
|
2091
2231
|
msgstr ""
|
@@ -2107,11 +2247,22 @@ msgstr ""
|
|
2107
2247
|
msgid "Id"
|
2108
2248
|
msgstr ""
|
2109
2249
|
|
2250
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2251
|
+
msgid ""
|
2252
|
+
"If you want to upload individual packages, create a separate repository with"
|
2253
|
+
" an empty \"Upstream URL\" field."
|
2254
|
+
msgstr ""
|
2255
|
+
|
2110
2256
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2111
2257
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2112
2258
|
msgid "Ignore SRPMs"
|
2113
2259
|
msgstr ""
|
2114
2260
|
|
2261
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2262
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2263
|
+
msgid "Ignore treeinfo"
|
2264
|
+
msgstr ""
|
2265
|
+
|
2115
2266
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2116
2267
|
msgid "Image"
|
2117
2268
|
msgstr ""
|
@@ -2173,6 +2324,7 @@ msgid "Installed"
|
|
2173
2324
|
msgstr ""
|
2174
2325
|
|
2175
2326
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2327
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
2176
2328
|
msgid "Installed Deb Packages"
|
2177
2329
|
msgstr ""
|
2178
2330
|
|
@@ -2187,6 +2339,7 @@ msgid "Installed Package"
|
|
2187
2339
|
msgstr ""
|
2188
2340
|
|
2189
2341
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2342
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2190
2343
|
msgid "Installed Packages"
|
2191
2344
|
msgstr ""
|
2192
2345
|
|
@@ -2225,18 +2378,10 @@ msgstr ""
|
|
2225
2378
|
msgid "Issued"
|
2226
2379
|
msgstr ""
|
2227
2380
|
|
2228
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2229
|
-
msgid "Katello Agent"
|
2230
|
-
msgstr ""
|
2231
|
-
|
2232
2381
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2233
2382
|
msgid "Katello Tracer"
|
2234
2383
|
msgstr ""
|
2235
2384
|
|
2236
|
-
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2237
|
-
msgid "Katello-agent is deprecated and will be removed in a future release."
|
2238
|
-
msgstr ""
|
2239
|
-
|
2240
2385
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
2241
2386
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2242
2387
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2260,11 +2405,16 @@ msgstr ""
|
|
2260
2405
|
msgid "Last Puppet Report"
|
2261
2406
|
msgstr ""
|
2262
2407
|
|
2408
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2409
|
+
msgid "Last reclaim failed:"
|
2410
|
+
msgstr ""
|
2411
|
+
|
2263
2412
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2264
2413
|
msgid "Last reclaim space failed:"
|
2265
2414
|
msgstr ""
|
2266
2415
|
|
2267
2416
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2417
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2268
2418
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2269
2419
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2270
2420
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2325,6 +2475,7 @@ msgid "Lifecycle Environment:"
|
|
2325
2475
|
msgstr ""
|
2326
2476
|
|
2327
2477
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
2478
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
|
2328
2479
|
msgid "Lifecycle Environments"
|
2329
2480
|
msgstr ""
|
2330
2481
|
|
@@ -2338,7 +2489,7 @@ msgstr ""
|
|
2338
2489
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2339
2490
|
msgid ""
|
2340
2491
|
"Limit Repository Sets to only those available in this Activation Key's "
|
2341
|
-
"Lifecycle
|
2492
|
+
"Lifecycle Environment"
|
2342
2493
|
msgstr ""
|
2343
2494
|
|
2344
2495
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -2369,6 +2520,23 @@ msgstr ""
|
|
2369
2520
|
msgid "List"
|
2370
2521
|
msgstr ""
|
2371
2522
|
|
2523
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2524
|
+
msgid "List Host Collections"
|
2525
|
+
msgstr ""
|
2526
|
+
|
2527
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2528
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2529
|
+
msgid "List Hosts"
|
2530
|
+
msgstr ""
|
2531
|
+
|
2532
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2533
|
+
msgid "List Products"
|
2534
|
+
msgstr ""
|
2535
|
+
|
2536
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2537
|
+
msgid "List Subscriptions"
|
2538
|
+
msgstr ""
|
2539
|
+
|
2372
2540
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2373
2541
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
2374
2542
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
|
@@ -2388,6 +2556,10 @@ msgstr ""
|
|
2388
2556
|
msgid "Loading...\""
|
2389
2557
|
msgstr ""
|
2390
2558
|
|
2559
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2560
|
+
msgid "Make filters apply to all repositories in the content view"
|
2561
|
+
msgstr ""
|
2562
|
+
|
2391
2563
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2392
2564
|
msgid "Manage Ansible Collections for Repository:"
|
2393
2565
|
msgstr ""
|
@@ -2460,6 +2632,11 @@ msgstr ""
|
|
2460
2632
|
msgid "Manifest Type"
|
2461
2633
|
msgstr ""
|
2462
2634
|
|
2635
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2636
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2637
|
+
msgid "Metadata Expiration (Seconds)"
|
2638
|
+
msgstr ""
|
2639
|
+
|
2463
2640
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2464
2641
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2465
2642
|
msgid "Mirroring Policy"
|
@@ -2494,7 +2671,10 @@ msgstr ""
|
|
2494
2671
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2495
2672
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2496
2673
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2674
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
|
2497
2675
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
2676
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
2677
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2498
2678
|
msgid "Module Streams"
|
2499
2679
|
msgstr ""
|
2500
2680
|
|
@@ -2511,6 +2691,7 @@ msgid "More Details"
|
|
2511
2691
|
msgstr ""
|
2512
2692
|
|
2513
2693
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2694
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2514
2695
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2515
2696
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2516
2697
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
@@ -2541,6 +2722,7 @@ msgstr ""
|
|
2541
2722
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
2542
2723
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2543
2724
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
2725
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2544
2726
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
2545
2727
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
2546
2728
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
@@ -2611,24 +2793,36 @@ msgid "Never synced"
|
|
2611
2793
|
msgstr ""
|
2612
2794
|
|
2613
2795
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
2796
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
|
2614
2797
|
msgid "New Activation Key"
|
2615
2798
|
msgstr ""
|
2616
2799
|
|
2800
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
2801
|
+
msgid "New Content Credential"
|
2802
|
+
msgstr ""
|
2803
|
+
|
2617
2804
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2805
|
+
#: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
|
2618
2806
|
msgid "New Environment"
|
2619
2807
|
msgstr ""
|
2620
2808
|
|
2809
|
+
#: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
|
2810
|
+
msgid "New Host Collection"
|
2811
|
+
msgstr ""
|
2812
|
+
|
2621
2813
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
2622
2814
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
2623
2815
|
msgid "New Name:"
|
2624
2816
|
msgstr ""
|
2625
2817
|
|
2626
2818
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
2819
|
+
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
2627
2820
|
msgid "New Product"
|
2628
2821
|
msgstr ""
|
2629
2822
|
|
2630
2823
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2631
2824
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
2825
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
|
2632
2826
|
msgid "New Repository"
|
2633
2827
|
msgstr ""
|
2634
2828
|
|
@@ -2732,6 +2926,10 @@ msgstr ""
|
|
2732
2926
|
msgid "No matching results."
|
2733
2927
|
msgstr ""
|
2734
2928
|
|
2929
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2930
|
+
msgid "No Packages to show"
|
2931
|
+
msgstr ""
|
2932
|
+
|
2735
2933
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
2736
2934
|
msgid "No products are available to add to this Sync Plan."
|
2737
2935
|
msgstr ""
|
@@ -2788,15 +2986,12 @@ msgstr "Nenhum"
|
|
2788
2986
|
msgid "Not Applicable"
|
2789
2987
|
msgstr ""
|
2790
2988
|
|
2791
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2792
|
-
msgid "Not installed"
|
2793
|
-
msgstr ""
|
2794
|
-
|
2795
2989
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
2796
2990
|
msgid "Not started"
|
2797
2991
|
msgstr ""
|
2798
2992
|
|
2799
2993
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2994
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2800
2995
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2801
2996
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2802
2997
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2919,6 +3114,7 @@ msgstr ""
|
|
2919
3114
|
|
2920
3115
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
2921
3116
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3117
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
2922
3118
|
msgid "Package Actions"
|
2923
3119
|
msgstr ""
|
2924
3120
|
|
@@ -2927,6 +3123,7 @@ msgid "Package Group (Deprecated)"
|
|
2927
3123
|
msgstr ""
|
2928
3124
|
|
2929
3125
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3126
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2930
3127
|
msgid "Package Groups"
|
2931
3128
|
msgstr ""
|
2932
3129
|
|
@@ -2975,6 +3172,10 @@ msgstr ""
|
|
2975
3172
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
2976
3173
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2977
3174
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3175
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3176
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
|
3177
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3178
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2978
3179
|
msgid "Packages"
|
2979
3180
|
msgstr ""
|
2980
3181
|
|
@@ -3033,15 +3234,20 @@ msgstr ""
|
|
3033
3234
|
msgid "Perform"
|
3034
3235
|
msgstr ""
|
3035
3236
|
|
3036
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3037
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3038
3237
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3039
3238
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3040
3239
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3041
3240
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3042
3241
|
msgid ""
|
3043
3242
|
"Performing host package actions is disabled because Katello is not "
|
3044
|
-
"configured for
|
3243
|
+
"configured for remote execution."
|
3244
|
+
msgstr ""
|
3245
|
+
|
3246
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3247
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3248
|
+
msgid ""
|
3249
|
+
"Performing host package actions is disabled because Katello is not "
|
3250
|
+
"configured for Remote Execution."
|
3045
3251
|
msgstr ""
|
3046
3252
|
|
3047
3253
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3085,6 +3291,7 @@ msgstr ""
|
|
3085
3291
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3086
3292
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3087
3293
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3294
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
3088
3295
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
3089
3296
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3090
3297
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
@@ -3145,6 +3352,9 @@ msgstr ""
|
|
3145
3352
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3146
3353
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3147
3354
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3355
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
|
3356
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3357
|
+
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
3148
3358
|
msgid "Products"
|
3149
3359
|
msgstr ""
|
3150
3360
|
|
@@ -3164,6 +3374,10 @@ msgstr ""
|
|
3164
3374
|
msgid "Provides"
|
3165
3375
|
msgstr ""
|
3166
3376
|
|
3377
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
3378
|
+
msgid "Provisioning"
|
3379
|
+
msgstr ""
|
3380
|
+
|
3167
3381
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3168
3382
|
msgid "Provisioning Details"
|
3169
3383
|
msgstr ""
|
@@ -3227,6 +3441,10 @@ msgstr ""
|
|
3227
3441
|
msgid "Recurring Logic"
|
3228
3442
|
msgstr ""
|
3229
3443
|
|
3444
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3445
|
+
msgid "Red Hat"
|
3446
|
+
msgstr ""
|
3447
|
+
|
3230
3448
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3231
3449
|
msgid "Red Hat Repositories page"
|
3232
3450
|
msgstr ""
|
@@ -3466,12 +3684,21 @@ msgstr ""
|
|
3466
3684
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
3467
3685
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
3468
3686
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3687
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
3469
3688
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3470
3689
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
3471
3690
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3472
3691
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3473
3692
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3474
3693
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3694
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
3695
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3696
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
3697
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3698
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
|
3699
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
|
3700
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3701
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
3475
3702
|
msgid "Repositories"
|
3476
3703
|
msgstr ""
|
3477
3704
|
|
@@ -3511,7 +3738,6 @@ msgstr ""
|
|
3511
3738
|
msgid "Repositories to Create"
|
3512
3739
|
msgstr ""
|
3513
3740
|
|
3514
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3515
3741
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3516
3742
|
msgid "Repository"
|
3517
3743
|
msgstr ""
|
@@ -3545,8 +3771,6 @@ msgstr ""
|
|
3545
3771
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3546
3772
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3547
3773
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3548
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
3549
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
3550
3774
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3551
3775
|
msgid "Repository Name"
|
3552
3776
|
msgstr ""
|
@@ -3567,14 +3791,23 @@ msgstr ""
|
|
3567
3791
|
|
3568
3792
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3569
3793
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3794
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3570
3795
|
msgid "Repository Sets"
|
3571
3796
|
msgstr ""
|
3572
3797
|
|
3798
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3799
|
+
msgid "Repository Sets Management"
|
3800
|
+
msgstr ""
|
3801
|
+
|
3573
3802
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3574
3803
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3575
3804
|
msgid "Repository Sets settings saved successfully."
|
3576
3805
|
msgstr ""
|
3577
3806
|
|
3807
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3808
|
+
msgid "Repository type"
|
3809
|
+
msgstr ""
|
3810
|
+
|
3578
3811
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3579
3812
|
msgid "Repository Type"
|
3580
3813
|
msgstr ""
|
@@ -3594,6 +3827,10 @@ msgstr ""
|
|
3594
3827
|
msgid "Repository:"
|
3595
3828
|
msgstr ""
|
3596
3829
|
|
3830
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3831
|
+
msgid "Republish Repository Metadata"
|
3832
|
+
msgstr ""
|
3833
|
+
|
3597
3834
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3598
3835
|
msgid "Requirements"
|
3599
3836
|
msgstr ""
|
@@ -3635,7 +3872,7 @@ msgid "Restart Selected"
|
|
3635
3872
|
msgstr ""
|
3636
3873
|
|
3637
3874
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
3638
|
-
msgid "Restart Services on Content Host \"{{host.
|
3875
|
+
msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
|
3639
3876
|
msgstr ""
|
3640
3877
|
|
3641
3878
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3744,10 +3981,20 @@ msgstr ""
|
|
3744
3981
|
msgid "Select an Organization"
|
3745
3982
|
msgstr ""
|
3746
3983
|
|
3984
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
3985
|
+
msgid "Select Content Host(s)"
|
3986
|
+
msgstr ""
|
3987
|
+
|
3747
3988
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3748
3989
|
msgid "Select Content View"
|
3749
3990
|
msgstr ""
|
3750
3991
|
|
3992
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3993
|
+
msgid ""
|
3994
|
+
"Select this option if treeinfo files or other kickstart content is failing "
|
3995
|
+
"to syncronize from the upstream repository."
|
3996
|
+
msgstr ""
|
3997
|
+
|
3751
3998
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3752
3999
|
msgid ""
|
3753
4000
|
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
@@ -3759,6 +4006,12 @@ msgid ""
|
|
3759
4006
|
"Selecting this option will exclude SRPMs from repository synchronization."
|
3760
4007
|
msgstr ""
|
3761
4008
|
|
4009
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4010
|
+
msgid ""
|
4011
|
+
"Selecting this option will exclude treeinfo files from repository "
|
4012
|
+
"synchronization."
|
4013
|
+
msgstr ""
|
4014
|
+
|
3762
4015
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3763
4016
|
msgid ""
|
3764
4017
|
"Selecting this option will result in Katello verifying that the upstream "
|
@@ -3920,7 +4173,6 @@ msgstr ""
|
|
3920
4173
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3921
4174
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
3922
4175
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3923
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3924
4176
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
3925
4177
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
3926
4178
|
msgid "Status"
|
@@ -3942,8 +4194,6 @@ msgid "Subscription Management"
|
|
3942
4194
|
msgstr ""
|
3943
4195
|
|
3944
4196
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
3945
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3946
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
3947
4197
|
msgid "Subscription Status"
|
3948
4198
|
msgstr ""
|
3949
4199
|
|
@@ -3951,15 +4201,10 @@ msgstr ""
|
|
3951
4201
|
msgid "Subscription UUID"
|
3952
4202
|
msgstr ""
|
3953
4203
|
|
3954
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
3955
|
-
msgid ""
|
3956
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
3957
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
3958
|
-
msgstr ""
|
3959
|
-
|
3960
4204
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3961
4205
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3962
4206
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4207
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
3963
4208
|
msgid "Subscriptions"
|
3964
4209
|
msgstr ""
|
3965
4210
|
|
@@ -4001,22 +4246,6 @@ msgstr ""
|
|
4001
4246
|
msgid "Successfully removed 1 item."
|
4002
4247
|
msgstr ""
|
4003
4248
|
|
4004
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4005
|
-
msgid "Successfully scheduled an update of all packages"
|
4006
|
-
msgstr ""
|
4007
|
-
|
4008
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4009
|
-
msgid "Successfully scheduled package installation"
|
4010
|
-
msgstr ""
|
4011
|
-
|
4012
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4013
|
-
msgid "Successfully scheduled package removal"
|
4014
|
-
msgstr ""
|
4015
|
-
|
4016
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4017
|
-
msgid "Successfully scheduled package update"
|
4018
|
-
msgstr ""
|
4019
|
-
|
4020
4249
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
4021
4250
|
msgid "Successfully updated subscriptions."
|
4022
4251
|
msgstr ""
|
@@ -4077,6 +4306,10 @@ msgstr ""
|
|
4077
4306
|
msgid "Sync Plan created and assigned to product."
|
4078
4307
|
msgstr ""
|
4079
4308
|
|
4309
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4310
|
+
msgid "Sync Plan Management"
|
4311
|
+
msgstr ""
|
4312
|
+
|
4080
4313
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
4081
4314
|
msgid "Sync Plan saved"
|
4082
4315
|
msgstr ""
|
@@ -4091,6 +4324,8 @@ msgid "Sync Plan:"
|
|
4091
4324
|
msgstr ""
|
4092
4325
|
|
4093
4326
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
4327
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4328
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4094
4329
|
msgid "Sync Plans"
|
4095
4330
|
msgstr ""
|
4096
4331
|
|
@@ -4146,10 +4381,6 @@ msgstr ""
|
|
4146
4381
|
msgid "System Purpose Management"
|
4147
4382
|
msgstr ""
|
4148
4383
|
|
4149
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4150
|
-
msgid "System Purpose Status"
|
4151
|
-
msgstr ""
|
4152
|
-
|
4153
4384
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
4154
4385
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4155
4386
|
msgid "Tags"
|
@@ -4162,6 +4393,9 @@ msgstr ""
|
|
4162
4393
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4163
4394
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4164
4395
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
|
4396
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
4397
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
4398
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
4165
4399
|
msgid "Tasks"
|
4166
4400
|
msgstr ""
|
4167
4401
|
|
@@ -4201,6 +4435,11 @@ msgid ""
|
|
4201
4435
|
"make errata available to these hosts."
|
4202
4436
|
msgstr ""
|
4203
4437
|
|
4438
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4439
|
+
msgid ""
|
4440
|
+
"The filters below have this repository as the last affected repository!"
|
4441
|
+
msgstr ""
|
4442
|
+
|
4204
4443
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4205
4444
|
msgid ""
|
4206
4445
|
"The following actions can be performed on content hosts in this host "
|
@@ -4250,15 +4489,15 @@ msgstr ""
|
|
4250
4489
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4251
4490
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4252
4491
|
msgid ""
|
4253
|
-
"The repository will be
|
4254
|
-
"
|
4492
|
+
"The repository will only be available on content hosts with the selected "
|
4493
|
+
"architecture."
|
4255
4494
|
msgstr ""
|
4256
4495
|
|
4257
4496
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4258
4497
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4259
4498
|
msgid ""
|
4260
|
-
"The repository will be
|
4261
|
-
"
|
4499
|
+
"The repository will only be available on content hosts with the selected OS "
|
4500
|
+
"version."
|
4262
4501
|
msgstr ""
|
4263
4502
|
|
4264
4503
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -4267,6 +4506,12 @@ msgid ""
|
|
4267
4506
|
"different environment."
|
4268
4507
|
msgstr ""
|
4269
4508
|
|
4509
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4510
|
+
msgid ""
|
4511
|
+
"The sha1 checksum type is no longer supported. The checksum type will reset "
|
4512
|
+
"to 'Default' at the next edit or change in content."
|
4513
|
+
msgstr ""
|
4514
|
+
|
4270
4515
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4271
4516
|
msgid "The time the sync should happen in your current time zone."
|
4272
4517
|
msgstr ""
|
@@ -4374,7 +4619,9 @@ msgstr ""
|
|
4374
4619
|
|
4375
4620
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4376
4621
|
msgid ""
|
4377
|
-
"This activation key may be used during
|
4622
|
+
"This activation key may be used during <a "
|
4623
|
+
"href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
|
4624
|
+
"registration.</a>"
|
4378
4625
|
msgstr ""
|
4379
4626
|
|
4380
4627
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
@@ -4385,26 +4632,16 @@ msgstr ""
|
|
4385
4632
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
4386
4633
|
msgstr ""
|
4387
4634
|
|
4635
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
4636
|
+
msgid "This Container Image Tag is not present in any Repositories."
|
4637
|
+
msgstr ""
|
4638
|
+
|
4388
4639
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4389
4640
|
msgid ""
|
4390
4641
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4391
4642
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4392
4643
|
msgstr ""
|
4393
4644
|
|
4394
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4395
|
-
msgid ""
|
4396
|
-
"This organization has Simple Content Access enabled. Hosts are not required"
|
4397
|
-
" to have subscriptions attached to access repositories."
|
4398
|
-
msgstr ""
|
4399
|
-
|
4400
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4401
|
-
msgid ""
|
4402
|
-
"This organization is not using <a target=\"_blank\" "
|
4403
|
-
"href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
|
4404
|
-
"Content Access.</a> Entitlement-based subscription management is deprecated "
|
4405
|
-
"and will be removed in a future version."
|
4406
|
-
msgstr ""
|
4407
|
-
|
4408
4645
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4409
4646
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4410
4647
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
@@ -4440,6 +4677,7 @@ msgstr ""
|
|
4440
4677
|
|
4441
4678
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4442
4679
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4680
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4443
4681
|
msgid "Traces"
|
4444
4682
|
msgstr ""
|
4445
4683
|
|
@@ -4503,7 +4741,7 @@ msgid "Unregister Host"
|
|
4503
4741
|
msgstr ""
|
4504
4742
|
|
4505
4743
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4506
|
-
msgid "Unregister Host \"{{host.
|
4744
|
+
msgid "Unregister Host \"{{host.display_name}}\"?"
|
4507
4745
|
msgstr ""
|
4508
4746
|
|
4509
4747
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -4741,17 +4979,6 @@ msgstr ""
|
|
4741
4979
|
msgid "Versions"
|
4742
4980
|
msgstr ""
|
4743
4981
|
|
4744
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4745
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4746
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
4747
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4748
|
-
msgid "via Katello agent"
|
4749
|
-
msgstr ""
|
4750
|
-
|
4751
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4752
|
-
msgid "via Katello Agent"
|
4753
|
-
msgstr ""
|
4754
|
-
|
4755
4982
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4756
4983
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4757
4984
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
@@ -4825,6 +5052,13 @@ msgid ""
|
|
4825
5052
|
"associated subscriptions."
|
4826
5053
|
msgstr ""
|
4827
5054
|
|
5055
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5056
|
+
msgid ""
|
5057
|
+
"When Auto Attach is enabled, registering systems will be attached to all "
|
5058
|
+
"associated custom products and only associated Red Hat subscriptions "
|
5059
|
+
"required to satisfy the system's installed products."
|
5060
|
+
msgstr ""
|
5061
|
+
|
4828
5062
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4829
5063
|
msgid ""
|
4830
5064
|
"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"
|
@@ -4877,11 +5111,21 @@ msgid ""
|
|
4877
5111
|
"contents of requirement.yml here"
|
4878
5112
|
msgstr ""
|
4879
5113
|
|
5114
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5115
|
+
msgid "You cannot remove content from a redhat repository"
|
5116
|
+
msgstr ""
|
5117
|
+
|
4880
5118
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4881
5119
|
msgid ""
|
4882
5120
|
"You cannot remove these repositories because you do not have permission."
|
4883
5121
|
msgstr ""
|
4884
5122
|
|
5123
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
5124
|
+
msgid ""
|
5125
|
+
"You cannot remove this product because it has repositories that are the last"
|
5126
|
+
" affected repository on content view filters"
|
5127
|
+
msgstr ""
|
5128
|
+
|
4885
5129
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4886
5130
|
msgid "You cannot remove this product because it is a Red Hat product."
|
4887
5131
|
msgstr ""
|
@@ -5125,6 +5369,7 @@ msgstr ""
|
|
5125
5369
|
msgid "Your search returned zero Repositories"
|
5126
5370
|
msgstr ""
|
5127
5371
|
|
5372
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5128
5373
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5129
5374
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5130
5375
|
msgid "Your search returned zero Repositories."
|