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
@@ -63,7 +63,11 @@ msgid "{{ file.name }}"
|
|
63
63
|
msgstr ""
|
64
64
|
|
65
65
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
66
|
-
msgid "{{ host.
|
66
|
+
msgid "{{ host.display_name }}"
|
67
|
+
msgstr ""
|
68
|
+
|
69
|
+
#: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
|
70
|
+
msgid "{{ host.rhel_lifecycle_status_label }}"
|
67
71
|
msgstr ""
|
68
72
|
|
69
73
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -106,6 +110,10 @@ msgstr ""
|
|
106
110
|
msgid "{{ product.name }}"
|
107
111
|
msgstr ""
|
108
112
|
|
113
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
114
|
+
msgid "{{ repo.last_sync_words }} ago"
|
115
|
+
msgstr ""
|
116
|
+
|
109
117
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
110
118
|
msgid ""
|
111
119
|
"{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
|
@@ -354,6 +362,7 @@ msgid "Activation Key:"
|
|
354
362
|
msgstr ""
|
355
363
|
|
356
364
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
365
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
357
366
|
msgid "Activation Keys"
|
358
367
|
msgstr ""
|
359
368
|
|
@@ -374,6 +383,11 @@ msgstr "Hinzufügen"
|
|
374
383
|
msgid "Add Content Hosts to:"
|
375
384
|
msgstr ""
|
376
385
|
|
386
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
387
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
388
|
+
msgid "Add Host Collections"
|
389
|
+
msgstr ""
|
390
|
+
|
377
391
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
378
392
|
msgid "Add hosts to the host collection to see available actions."
|
379
393
|
msgstr ""
|
@@ -391,6 +405,10 @@ msgstr ""
|
|
391
405
|
msgid "Add ons:"
|
392
406
|
msgstr ""
|
393
407
|
|
408
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
409
|
+
msgid "Add Products"
|
410
|
+
msgstr ""
|
411
|
+
|
394
412
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
395
413
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
396
414
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
@@ -401,6 +419,11 @@ msgstr ""
|
|
401
419
|
msgid "Add Selected"
|
402
420
|
msgstr ""
|
403
421
|
|
422
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
423
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
424
|
+
msgid "Add Subscriptions"
|
425
|
+
msgstr ""
|
426
|
+
|
404
427
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
405
428
|
msgid "Add Subscriptions for Activation Key:"
|
406
429
|
msgstr ""
|
@@ -433,9 +456,11 @@ msgstr ""
|
|
433
456
|
msgid "Additive"
|
434
457
|
msgstr ""
|
435
458
|
|
459
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
436
460
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
437
461
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
438
462
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
463
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
|
439
464
|
msgid "Advanced Sync"
|
440
465
|
msgstr ""
|
441
466
|
|
@@ -447,6 +472,10 @@ msgstr ""
|
|
447
472
|
msgid "Affected Hosts"
|
448
473
|
msgstr ""
|
449
474
|
|
475
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
476
|
+
msgid "All"
|
477
|
+
msgstr ""
|
478
|
+
|
450
479
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
451
480
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
452
481
|
msgid "All Content Views"
|
@@ -465,6 +494,7 @@ msgstr ""
|
|
465
494
|
|
466
495
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
467
496
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
497
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
|
468
498
|
msgid "Alternate Content Sources"
|
469
499
|
msgstr ""
|
470
500
|
|
@@ -557,6 +587,7 @@ msgid "Ansible Collection Authorization"
|
|
557
587
|
msgstr ""
|
558
588
|
|
559
589
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
590
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
560
591
|
msgid "Ansible Collections"
|
561
592
|
msgstr ""
|
562
593
|
|
@@ -572,6 +603,7 @@ msgid "Applicable Content Hosts"
|
|
572
603
|
msgstr ""
|
573
604
|
|
574
605
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
606
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
575
607
|
msgid "Applicable Deb Packages"
|
576
608
|
msgstr ""
|
577
609
|
|
@@ -580,6 +612,7 @@ msgid "Applicable Errata"
|
|
580
612
|
msgstr ""
|
581
613
|
|
582
614
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
615
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
|
583
616
|
msgid "Applicable Packages"
|
584
617
|
msgstr ""
|
585
618
|
|
@@ -598,6 +631,7 @@ msgid "Application"
|
|
598
631
|
msgstr ""
|
599
632
|
|
600
633
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
634
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
601
635
|
msgid "Apply"
|
602
636
|
msgstr ""
|
603
637
|
|
@@ -632,7 +666,7 @@ msgid "Apply Errata"
|
|
632
666
|
msgstr ""
|
633
667
|
|
634
668
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
635
|
-
msgid "Apply Errata to Content Host \"{{host.
|
669
|
+
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
636
670
|
msgstr ""
|
637
671
|
|
638
672
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
@@ -697,7 +731,9 @@ msgid ""
|
|
697
731
|
msgstr ""
|
698
732
|
|
699
733
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
700
|
-
msgid "
|
734
|
+
msgid ""
|
735
|
+
"Are you sure you want to apply Errata to content host \"{{ host.display_name"
|
736
|
+
" }}\"?"
|
701
737
|
msgstr ""
|
702
738
|
|
703
739
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -821,8 +857,9 @@ msgid ""
|
|
821
857
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
822
858
|
"repository?"
|
823
859
|
msgid_plural ""
|
824
|
-
"
|
825
|
-
"
|
860
|
+
"Repositories that are published in content view\n"
|
861
|
+
" 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"
|
862
|
+
" "
|
826
863
|
msgstr[0] ""
|
827
864
|
msgstr[1] ""
|
828
865
|
|
@@ -855,8 +892,8 @@ msgstr ""
|
|
855
892
|
|
856
893
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
857
894
|
msgid ""
|
858
|
-
"Are you sure you want to restart services on content host \"{{
|
859
|
-
"}}\"?"
|
895
|
+
"Are you sure you want to restart services on content host \"{{ "
|
896
|
+
"host.display_name }}\"?"
|
860
897
|
msgstr ""
|
861
898
|
|
862
899
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -940,10 +977,18 @@ msgstr ""
|
|
940
977
|
msgid "Auto-Attach"
|
941
978
|
msgstr ""
|
942
979
|
|
980
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
981
|
+
msgid "Auto-attach available subscriptions to all selected hosts."
|
982
|
+
msgstr ""
|
983
|
+
|
943
984
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
944
985
|
msgid "Auto-Attach Details"
|
945
986
|
msgstr ""
|
946
987
|
|
988
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
989
|
+
msgid "Auto-attach uses all available subscriptions, not a selected subset."
|
990
|
+
msgstr ""
|
991
|
+
|
947
992
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
948
993
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
949
994
|
msgid "Automatic"
|
@@ -1027,6 +1072,10 @@ msgstr ""
|
|
1027
1072
|
msgid "Build Time"
|
1028
1073
|
msgstr ""
|
1029
1074
|
|
1075
|
+
#: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
|
1076
|
+
msgid "Bulk Task"
|
1077
|
+
msgstr ""
|
1078
|
+
|
1030
1079
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1031
1080
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1032
1081
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -1047,6 +1096,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1047
1096
|
msgstr ""
|
1048
1097
|
|
1049
1098
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1099
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1050
1100
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1051
1101
|
msgid "Cannot Remove"
|
1052
1102
|
msgstr ""
|
@@ -1201,6 +1251,7 @@ msgid "Composite View"
|
|
1201
1251
|
msgstr ""
|
1202
1252
|
|
1203
1253
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1254
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
1204
1255
|
msgid "Confirm"
|
1205
1256
|
msgstr ""
|
1206
1257
|
|
@@ -1213,10 +1264,12 @@ msgid "Container Image Manifest"
|
|
1213
1264
|
msgstr ""
|
1214
1265
|
|
1215
1266
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1267
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1216
1268
|
msgid "Container Image Manifest Lists"
|
1217
1269
|
msgstr ""
|
1218
1270
|
|
1219
1271
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1272
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1220
1273
|
msgid "Container Image Manifests"
|
1221
1274
|
msgstr ""
|
1222
1275
|
|
@@ -1233,6 +1286,7 @@ msgstr ""
|
|
1233
1286
|
|
1234
1287
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
1235
1288
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1289
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
|
1236
1290
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1237
1291
|
msgid "Container Image Tags"
|
1238
1292
|
msgstr ""
|
@@ -1246,6 +1300,10 @@ msgstr ""
|
|
1246
1300
|
msgid "Content Counts"
|
1247
1301
|
msgstr ""
|
1248
1302
|
|
1303
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
|
1304
|
+
msgid "Content Credential"
|
1305
|
+
msgstr ""
|
1306
|
+
|
1249
1307
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1250
1308
|
msgid "Content Credential %s has been created."
|
1251
1309
|
msgstr ""
|
@@ -1294,6 +1352,10 @@ msgstr ""
|
|
1294
1352
|
msgid "Content Host Limit"
|
1295
1353
|
msgstr ""
|
1296
1354
|
|
1355
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1356
|
+
msgid "Content Host Module Stream Management"
|
1357
|
+
msgstr ""
|
1358
|
+
|
1297
1359
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1298
1360
|
msgid "Content Host Properties"
|
1299
1361
|
msgstr ""
|
@@ -1306,6 +1368,10 @@ msgstr ""
|
|
1306
1368
|
msgid "Content Host Status"
|
1307
1369
|
msgstr ""
|
1308
1370
|
|
1371
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1372
|
+
msgid "Content Host Traces Management"
|
1373
|
+
msgstr ""
|
1374
|
+
|
1309
1375
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1310
1376
|
msgid "Content Host:"
|
1311
1377
|
msgstr ""
|
@@ -1317,6 +1383,9 @@ msgstr ""
|
|
1317
1383
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1318
1384
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
1319
1385
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
1386
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
|
1387
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
1388
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
1320
1389
|
msgid "Content Hosts"
|
1321
1390
|
msgstr ""
|
1322
1391
|
|
@@ -1349,6 +1418,7 @@ msgstr ""
|
|
1349
1418
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1350
1419
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1351
1420
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1421
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1352
1422
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
1353
1423
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1354
1424
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -1373,7 +1443,10 @@ msgstr ""
|
|
1373
1443
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1374
1444
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1375
1445
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1446
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
|
1376
1447
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1448
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1449
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
|
1377
1450
|
msgid "Content Views"
|
1378
1451
|
msgstr ""
|
1379
1452
|
|
@@ -1440,6 +1513,11 @@ msgstr ""
|
|
1440
1513
|
msgid "Create Content Credential"
|
1441
1514
|
msgstr ""
|
1442
1515
|
|
1516
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
|
1517
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
1518
|
+
msgid "Create Copy"
|
1519
|
+
msgstr ""
|
1520
|
+
|
1443
1521
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1444
1522
|
msgid "Create Discovered Repositories"
|
1445
1523
|
msgstr ""
|
@@ -1458,6 +1536,10 @@ msgstr ""
|
|
1458
1536
|
msgid "Create Product"
|
1459
1537
|
msgstr ""
|
1460
1538
|
|
1539
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1540
|
+
msgid "Create Repositories"
|
1541
|
+
msgstr ""
|
1542
|
+
|
1461
1543
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1462
1544
|
msgid "Create Selected"
|
1463
1545
|
msgstr ""
|
@@ -1496,6 +1578,10 @@ msgstr ""
|
|
1496
1578
|
msgid "Current Subscriptions for Activation Key:"
|
1497
1579
|
msgstr ""
|
1498
1580
|
|
1581
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1582
|
+
msgid "Custom"
|
1583
|
+
msgstr ""
|
1584
|
+
|
1499
1585
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1500
1586
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1501
1587
|
msgid "custom cron"
|
@@ -1539,6 +1625,10 @@ msgid ""
|
|
1539
1625
|
"href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1540
1626
|
msgstr ""
|
1541
1627
|
|
1628
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
1629
|
+
msgid "Deb Package Actions"
|
1630
|
+
msgstr ""
|
1631
|
+
|
1542
1632
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1543
1633
|
msgid "deb Package Updates"
|
1544
1634
|
msgstr ""
|
@@ -1550,6 +1640,7 @@ msgstr ""
|
|
1550
1640
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1551
1641
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1552
1642
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1643
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1553
1644
|
msgid "Deb Packages"
|
1554
1645
|
msgstr ""
|
1555
1646
|
|
@@ -1561,6 +1652,10 @@ msgstr ""
|
|
1561
1652
|
msgid "Deb Packages for:"
|
1562
1653
|
msgstr ""
|
1563
1654
|
|
1655
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1656
|
+
msgid "Deb Repositories"
|
1657
|
+
msgstr ""
|
1658
|
+
|
1564
1659
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1565
1660
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1566
1661
|
msgstr ""
|
@@ -1570,6 +1665,11 @@ msgstr ""
|
|
1570
1665
|
msgid "Deb:"
|
1571
1666
|
msgstr ""
|
1572
1667
|
|
1668
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
1669
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1670
|
+
msgid "Debs"
|
1671
|
+
msgstr ""
|
1672
|
+
|
1573
1673
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1574
1674
|
msgid "Default"
|
1575
1675
|
msgstr ""
|
@@ -1586,6 +1686,10 @@ msgstr ""
|
|
1586
1686
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1587
1687
|
msgstr ""
|
1588
1688
|
|
1689
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1690
|
+
msgid "Delete filters"
|
1691
|
+
msgstr ""
|
1692
|
+
|
1589
1693
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1590
1694
|
msgid "Delete Hosts"
|
1591
1695
|
msgstr ""
|
@@ -1595,6 +1699,7 @@ msgid "Delta RPM"
|
|
1595
1699
|
msgstr ""
|
1596
1700
|
|
1597
1701
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1702
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1598
1703
|
msgid "Dependencies"
|
1599
1704
|
msgstr ""
|
1600
1705
|
|
@@ -1686,6 +1791,10 @@ msgstr ""
|
|
1686
1791
|
msgid "Discover"
|
1687
1792
|
msgstr ""
|
1688
1793
|
|
1794
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
1795
|
+
msgid "Discover Repositories"
|
1796
|
+
msgstr ""
|
1797
|
+
|
1689
1798
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1690
1799
|
msgid "Discovered Repository"
|
1691
1800
|
msgstr ""
|
@@ -1708,6 +1817,10 @@ msgid ""
|
|
1708
1817
|
"repository."
|
1709
1818
|
msgstr ""
|
1710
1819
|
|
1820
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1821
|
+
msgid "Docker"
|
1822
|
+
msgstr ""
|
1823
|
+
|
1711
1824
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1712
1825
|
msgid ""
|
1713
1826
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -1719,6 +1832,10 @@ msgid ""
|
|
1719
1832
|
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1720
1833
|
msgstr ""
|
1721
1834
|
|
1835
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1836
|
+
msgid "Docker Tags"
|
1837
|
+
msgstr ""
|
1838
|
+
|
1722
1839
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1723
1840
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
1724
1841
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -1792,6 +1909,10 @@ msgid ""
|
|
1792
1909
|
"Environment will also be removed from the following published content views!"
|
1793
1910
|
msgstr ""
|
1794
1911
|
|
1912
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
|
1913
|
+
msgid "Environments"
|
1914
|
+
msgstr ""
|
1915
|
+
|
1795
1916
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
1796
1917
|
msgid "Environments List"
|
1797
1918
|
msgstr ""
|
@@ -1799,7 +1920,10 @@ msgstr ""
|
|
1799
1920
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1800
1921
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1801
1922
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1923
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1802
1924
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1925
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1926
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
1803
1927
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
1804
1928
|
msgid "Errata"
|
1805
1929
|
msgstr ""
|
@@ -1911,6 +2035,9 @@ msgstr ""
|
|
1911
2035
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
1912
2036
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1913
2037
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2038
|
+
#: app/assets/javascripts/bastion_katello/files/files.controller.js
|
2039
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
2040
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1914
2041
|
msgid "Files"
|
1915
2042
|
msgstr ""
|
1916
2043
|
|
@@ -1920,12 +2047,17 @@ msgstr ""
|
|
1920
2047
|
|
1921
2048
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
1922
2049
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
2050
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1923
2051
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1924
2052
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1925
2053
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1926
2054
|
msgid "Filter"
|
1927
2055
|
msgstr "Filter"
|
1928
2056
|
|
2057
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2058
|
+
msgid "Filter by Environment"
|
2059
|
+
msgstr ""
|
2060
|
+
|
1929
2061
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1930
2062
|
msgid "Filter by Status:"
|
1931
2063
|
msgstr ""
|
@@ -1936,14 +2068,12 @@ msgstr ""
|
|
1936
2068
|
msgid "Filter..."
|
1937
2069
|
msgstr ""
|
1938
2070
|
|
1939
|
-
#: app/assets/javascripts/bastion_katello/
|
1940
|
-
msgid "
|
2071
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2072
|
+
msgid "Filters"
|
1941
2073
|
msgstr ""
|
1942
2074
|
|
1943
|
-
#: app/assets/javascripts/bastion_katello/
|
1944
|
-
msgid ""
|
1945
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
1946
|
-
"it is recommended to use sha1."
|
2075
|
+
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
2076
|
+
msgid "Finished At"
|
1947
2077
|
msgstr ""
|
1948
2078
|
|
1949
2079
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -2015,6 +2145,10 @@ msgstr ""
|
|
2015
2145
|
msgid "Host Collection Membership"
|
2016
2146
|
msgstr ""
|
2017
2147
|
|
2148
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2149
|
+
msgid "Host Collection Membership Management"
|
2150
|
+
msgstr ""
|
2151
|
+
|
2018
2152
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
2019
2153
|
msgid "Host Collection removed."
|
2020
2154
|
msgstr ""
|
@@ -2031,6 +2165,8 @@ msgstr ""
|
|
2031
2165
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
2032
2166
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2033
2167
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
2168
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
2169
|
+
#: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
|
2034
2170
|
msgid "Host Collections"
|
2035
2171
|
msgstr ""
|
2036
2172
|
|
@@ -2077,6 +2213,10 @@ msgstr ""
|
|
2077
2213
|
msgid "HTTP Proxy"
|
2078
2214
|
msgstr ""
|
2079
2215
|
|
2216
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2217
|
+
msgid "HTTP Proxy Management"
|
2218
|
+
msgstr ""
|
2219
|
+
|
2080
2220
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2081
2221
|
msgid "HTTP Proxy Policy"
|
2082
2222
|
msgstr ""
|
@@ -2098,11 +2238,22 @@ msgstr ""
|
|
2098
2238
|
msgid "Id"
|
2099
2239
|
msgstr ""
|
2100
2240
|
|
2241
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2242
|
+
msgid ""
|
2243
|
+
"If you want to upload individual packages, create a separate repository with"
|
2244
|
+
" an empty \"Upstream URL\" field."
|
2245
|
+
msgstr ""
|
2246
|
+
|
2101
2247
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2102
2248
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2103
2249
|
msgid "Ignore SRPMs"
|
2104
2250
|
msgstr ""
|
2105
2251
|
|
2252
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2253
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2254
|
+
msgid "Ignore treeinfo"
|
2255
|
+
msgstr ""
|
2256
|
+
|
2106
2257
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2107
2258
|
msgid "Image"
|
2108
2259
|
msgstr "Image"
|
@@ -2164,6 +2315,7 @@ msgid "Installed"
|
|
2164
2315
|
msgstr ""
|
2165
2316
|
|
2166
2317
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2318
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
2167
2319
|
msgid "Installed Deb Packages"
|
2168
2320
|
msgstr ""
|
2169
2321
|
|
@@ -2178,6 +2330,7 @@ msgid "Installed Package"
|
|
2178
2330
|
msgstr ""
|
2179
2331
|
|
2180
2332
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2333
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2181
2334
|
msgid "Installed Packages"
|
2182
2335
|
msgstr ""
|
2183
2336
|
|
@@ -2216,18 +2369,10 @@ msgstr "IPv6-Adresse"
|
|
2216
2369
|
msgid "Issued"
|
2217
2370
|
msgstr ""
|
2218
2371
|
|
2219
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2220
|
-
msgid "Katello Agent"
|
2221
|
-
msgstr ""
|
2222
|
-
|
2223
2372
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2224
2373
|
msgid "Katello Tracer"
|
2225
2374
|
msgstr ""
|
2226
2375
|
|
2227
|
-
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2228
|
-
msgid "Katello-agent is deprecated and will be removed in a future release."
|
2229
|
-
msgstr ""
|
2230
|
-
|
2231
2376
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
2232
2377
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2233
2378
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2251,11 +2396,16 @@ msgstr ""
|
|
2251
2396
|
msgid "Last Puppet Report"
|
2252
2397
|
msgstr ""
|
2253
2398
|
|
2399
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2400
|
+
msgid "Last reclaim failed:"
|
2401
|
+
msgstr ""
|
2402
|
+
|
2254
2403
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2255
2404
|
msgid "Last reclaim space failed:"
|
2256
2405
|
msgstr ""
|
2257
2406
|
|
2258
2407
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2408
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2259
2409
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2260
2410
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2261
2411
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2316,6 +2466,7 @@ msgid "Lifecycle Environment:"
|
|
2316
2466
|
msgstr ""
|
2317
2467
|
|
2318
2468
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
2469
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
|
2319
2470
|
msgid "Lifecycle Environments"
|
2320
2471
|
msgstr ""
|
2321
2472
|
|
@@ -2329,7 +2480,7 @@ msgstr ""
|
|
2329
2480
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2330
2481
|
msgid ""
|
2331
2482
|
"Limit Repository Sets to only those available in this Activation Key's "
|
2332
|
-
"Lifecycle
|
2483
|
+
"Lifecycle Environment"
|
2333
2484
|
msgstr ""
|
2334
2485
|
|
2335
2486
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -2360,6 +2511,23 @@ msgstr ""
|
|
2360
2511
|
msgid "List"
|
2361
2512
|
msgstr ""
|
2362
2513
|
|
2514
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2515
|
+
msgid "List Host Collections"
|
2516
|
+
msgstr ""
|
2517
|
+
|
2518
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2519
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2520
|
+
msgid "List Hosts"
|
2521
|
+
msgstr ""
|
2522
|
+
|
2523
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2524
|
+
msgid "List Products"
|
2525
|
+
msgstr ""
|
2526
|
+
|
2527
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2528
|
+
msgid "List Subscriptions"
|
2529
|
+
msgstr ""
|
2530
|
+
|
2363
2531
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2364
2532
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
2365
2533
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
|
@@ -2379,6 +2547,10 @@ msgstr "Lädt..."
|
|
2379
2547
|
msgid "Loading...\""
|
2380
2548
|
msgstr ""
|
2381
2549
|
|
2550
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2551
|
+
msgid "Make filters apply to all repositories in the content view"
|
2552
|
+
msgstr ""
|
2553
|
+
|
2382
2554
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2383
2555
|
msgid "Manage Ansible Collections for Repository:"
|
2384
2556
|
msgstr ""
|
@@ -2451,6 +2623,11 @@ msgstr ""
|
|
2451
2623
|
msgid "Manifest Type"
|
2452
2624
|
msgstr ""
|
2453
2625
|
|
2626
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2627
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2628
|
+
msgid "Metadata Expiration (Seconds)"
|
2629
|
+
msgstr ""
|
2630
|
+
|
2454
2631
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2455
2632
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2456
2633
|
msgid "Mirroring Policy"
|
@@ -2485,7 +2662,10 @@ msgstr ""
|
|
2485
2662
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2486
2663
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2487
2664
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2665
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
|
2488
2666
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
2667
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
2668
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2489
2669
|
msgid "Module Streams"
|
2490
2670
|
msgstr ""
|
2491
2671
|
|
@@ -2502,6 +2682,7 @@ msgid "More Details"
|
|
2502
2682
|
msgstr ""
|
2503
2683
|
|
2504
2684
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2685
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2505
2686
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2506
2687
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2507
2688
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
@@ -2532,6 +2713,7 @@ msgstr ""
|
|
2532
2713
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
2533
2714
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2534
2715
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
2716
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2535
2717
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
2536
2718
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
2537
2719
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
@@ -2602,24 +2784,36 @@ msgid "Never synced"
|
|
2602
2784
|
msgstr ""
|
2603
2785
|
|
2604
2786
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
2787
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
|
2605
2788
|
msgid "New Activation Key"
|
2606
2789
|
msgstr ""
|
2607
2790
|
|
2791
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
2792
|
+
msgid "New Content Credential"
|
2793
|
+
msgstr ""
|
2794
|
+
|
2608
2795
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2796
|
+
#: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
|
2609
2797
|
msgid "New Environment"
|
2610
2798
|
msgstr ""
|
2611
2799
|
|
2800
|
+
#: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
|
2801
|
+
msgid "New Host Collection"
|
2802
|
+
msgstr ""
|
2803
|
+
|
2612
2804
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
2613
2805
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
2614
2806
|
msgid "New Name:"
|
2615
2807
|
msgstr ""
|
2616
2808
|
|
2617
2809
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
2810
|
+
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
2618
2811
|
msgid "New Product"
|
2619
2812
|
msgstr ""
|
2620
2813
|
|
2621
2814
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2622
2815
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
2816
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
|
2623
2817
|
msgid "New Repository"
|
2624
2818
|
msgstr ""
|
2625
2819
|
|
@@ -2723,6 +2917,10 @@ msgstr ""
|
|
2723
2917
|
msgid "No matching results."
|
2724
2918
|
msgstr ""
|
2725
2919
|
|
2920
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2921
|
+
msgid "No Packages to show"
|
2922
|
+
msgstr ""
|
2923
|
+
|
2726
2924
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
2727
2925
|
msgid "No products are available to add to this Sync Plan."
|
2728
2926
|
msgstr ""
|
@@ -2779,15 +2977,12 @@ msgstr "keine"
|
|
2779
2977
|
msgid "Not Applicable"
|
2780
2978
|
msgstr ""
|
2781
2979
|
|
2782
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2783
|
-
msgid "Not installed"
|
2784
|
-
msgstr ""
|
2785
|
-
|
2786
2980
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
2787
2981
|
msgid "Not started"
|
2788
2982
|
msgstr ""
|
2789
2983
|
|
2790
2984
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2985
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2791
2986
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2792
2987
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2793
2988
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2910,6 +3105,7 @@ msgstr ""
|
|
2910
3105
|
|
2911
3106
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
2912
3107
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3108
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
2913
3109
|
msgid "Package Actions"
|
2914
3110
|
msgstr ""
|
2915
3111
|
|
@@ -2918,6 +3114,7 @@ msgid "Package Group (Deprecated)"
|
|
2918
3114
|
msgstr ""
|
2919
3115
|
|
2920
3116
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3117
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2921
3118
|
msgid "Package Groups"
|
2922
3119
|
msgstr ""
|
2923
3120
|
|
@@ -2966,6 +3163,10 @@ msgstr ""
|
|
2966
3163
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
2967
3164
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2968
3165
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3166
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3167
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
|
3168
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3169
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2969
3170
|
msgid "Packages"
|
2970
3171
|
msgstr ""
|
2971
3172
|
|
@@ -3024,15 +3225,20 @@ msgstr "Pfad"
|
|
3024
3225
|
msgid "Perform"
|
3025
3226
|
msgstr ""
|
3026
3227
|
|
3027
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3028
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3029
3228
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3030
3229
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3031
3230
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3032
3231
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3033
3232
|
msgid ""
|
3034
3233
|
"Performing host package actions is disabled because Katello is not "
|
3035
|
-
"configured for
|
3234
|
+
"configured for remote execution."
|
3235
|
+
msgstr ""
|
3236
|
+
|
3237
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3238
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3239
|
+
msgid ""
|
3240
|
+
"Performing host package actions is disabled because Katello is not "
|
3241
|
+
"configured for Remote Execution."
|
3036
3242
|
msgstr ""
|
3037
3243
|
|
3038
3244
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3076,6 +3282,7 @@ msgstr ""
|
|
3076
3282
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3077
3283
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3078
3284
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3285
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
3079
3286
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
3080
3287
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3081
3288
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
@@ -3136,6 +3343,9 @@ msgstr ""
|
|
3136
3343
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3137
3344
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3138
3345
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3346
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
|
3347
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3348
|
+
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
3139
3349
|
msgid "Products"
|
3140
3350
|
msgstr ""
|
3141
3351
|
|
@@ -3155,6 +3365,10 @@ msgstr ""
|
|
3155
3365
|
msgid "Provides"
|
3156
3366
|
msgstr ""
|
3157
3367
|
|
3368
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
3369
|
+
msgid "Provisioning"
|
3370
|
+
msgstr ""
|
3371
|
+
|
3158
3372
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3159
3373
|
msgid "Provisioning Details"
|
3160
3374
|
msgstr ""
|
@@ -3218,6 +3432,10 @@ msgstr ""
|
|
3218
3432
|
msgid "Recurring Logic"
|
3219
3433
|
msgstr ""
|
3220
3434
|
|
3435
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3436
|
+
msgid "Red Hat"
|
3437
|
+
msgstr ""
|
3438
|
+
|
3221
3439
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3222
3440
|
msgid "Red Hat Repositories page"
|
3223
3441
|
msgstr ""
|
@@ -3451,12 +3669,21 @@ msgstr ""
|
|
3451
3669
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
3452
3670
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
3453
3671
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3672
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
3454
3673
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3455
3674
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
3456
3675
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3457
3676
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3458
3677
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3459
3678
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3679
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
3680
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3681
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
3682
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3683
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
|
3684
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
|
3685
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3686
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
3460
3687
|
msgid "Repositories"
|
3461
3688
|
msgstr ""
|
3462
3689
|
|
@@ -3496,7 +3723,6 @@ msgstr ""
|
|
3496
3723
|
msgid "Repositories to Create"
|
3497
3724
|
msgstr ""
|
3498
3725
|
|
3499
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3500
3726
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3501
3727
|
msgid "Repository"
|
3502
3728
|
msgstr ""
|
@@ -3530,8 +3756,6 @@ msgstr ""
|
|
3530
3756
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3531
3757
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3532
3758
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3533
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
3534
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
3535
3759
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3536
3760
|
msgid "Repository Name"
|
3537
3761
|
msgstr ""
|
@@ -3552,14 +3776,23 @@ msgstr ""
|
|
3552
3776
|
|
3553
3777
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3554
3778
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3779
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3555
3780
|
msgid "Repository Sets"
|
3556
3781
|
msgstr ""
|
3557
3782
|
|
3783
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3784
|
+
msgid "Repository Sets Management"
|
3785
|
+
msgstr ""
|
3786
|
+
|
3558
3787
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3559
3788
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3560
3789
|
msgid "Repository Sets settings saved successfully."
|
3561
3790
|
msgstr ""
|
3562
3791
|
|
3792
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3793
|
+
msgid "Repository type"
|
3794
|
+
msgstr ""
|
3795
|
+
|
3563
3796
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3564
3797
|
msgid "Repository Type"
|
3565
3798
|
msgstr ""
|
@@ -3579,6 +3812,10 @@ msgstr ""
|
|
3579
3812
|
msgid "Repository:"
|
3580
3813
|
msgstr ""
|
3581
3814
|
|
3815
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3816
|
+
msgid "Republish Repository Metadata"
|
3817
|
+
msgstr ""
|
3818
|
+
|
3582
3819
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3583
3820
|
msgid "Requirements"
|
3584
3821
|
msgstr ""
|
@@ -3620,7 +3857,7 @@ msgid "Restart Selected"
|
|
3620
3857
|
msgstr ""
|
3621
3858
|
|
3622
3859
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
3623
|
-
msgid "Restart Services on Content Host \"{{host.
|
3860
|
+
msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
|
3624
3861
|
msgstr ""
|
3625
3862
|
|
3626
3863
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3729,10 +3966,20 @@ msgstr ""
|
|
3729
3966
|
msgid "Select an Organization"
|
3730
3967
|
msgstr ""
|
3731
3968
|
|
3969
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
3970
|
+
msgid "Select Content Host(s)"
|
3971
|
+
msgstr ""
|
3972
|
+
|
3732
3973
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3733
3974
|
msgid "Select Content View"
|
3734
3975
|
msgstr ""
|
3735
3976
|
|
3977
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3978
|
+
msgid ""
|
3979
|
+
"Select this option if treeinfo files or other kickstart content is failing "
|
3980
|
+
"to syncronize from the upstream repository."
|
3981
|
+
msgstr ""
|
3982
|
+
|
3736
3983
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3737
3984
|
msgid ""
|
3738
3985
|
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
@@ -3744,6 +3991,12 @@ msgid ""
|
|
3744
3991
|
"Selecting this option will exclude SRPMs from repository synchronization."
|
3745
3992
|
msgstr ""
|
3746
3993
|
|
3994
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3995
|
+
msgid ""
|
3996
|
+
"Selecting this option will exclude treeinfo files from repository "
|
3997
|
+
"synchronization."
|
3998
|
+
msgstr ""
|
3999
|
+
|
3747
4000
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3748
4001
|
msgid ""
|
3749
4002
|
"Selecting this option will result in Katello verifying that the upstream "
|
@@ -3905,7 +4158,6 @@ msgstr ""
|
|
3905
4158
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3906
4159
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
3907
4160
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3908
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3909
4161
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
3910
4162
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
3911
4163
|
msgid "Status"
|
@@ -3927,8 +4179,6 @@ msgid "Subscription Management"
|
|
3927
4179
|
msgstr ""
|
3928
4180
|
|
3929
4181
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
3930
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3931
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
3932
4182
|
msgid "Subscription Status"
|
3933
4183
|
msgstr ""
|
3934
4184
|
|
@@ -3936,15 +4186,10 @@ msgstr ""
|
|
3936
4186
|
msgid "Subscription UUID"
|
3937
4187
|
msgstr ""
|
3938
4188
|
|
3939
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
3940
|
-
msgid ""
|
3941
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
3942
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
3943
|
-
msgstr ""
|
3944
|
-
|
3945
4189
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3946
4190
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3947
4191
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4192
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
3948
4193
|
msgid "Subscriptions"
|
3949
4194
|
msgstr ""
|
3950
4195
|
|
@@ -3986,22 +4231,6 @@ msgstr ""
|
|
3986
4231
|
msgid "Successfully removed 1 item."
|
3987
4232
|
msgstr ""
|
3988
4233
|
|
3989
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3990
|
-
msgid "Successfully scheduled an update of all packages"
|
3991
|
-
msgstr ""
|
3992
|
-
|
3993
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3994
|
-
msgid "Successfully scheduled package installation"
|
3995
|
-
msgstr ""
|
3996
|
-
|
3997
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3998
|
-
msgid "Successfully scheduled package removal"
|
3999
|
-
msgstr ""
|
4000
|
-
|
4001
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4002
|
-
msgid "Successfully scheduled package update"
|
4003
|
-
msgstr ""
|
4004
|
-
|
4005
4234
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
4006
4235
|
msgid "Successfully updated subscriptions."
|
4007
4236
|
msgstr ""
|
@@ -4062,6 +4291,10 @@ msgstr ""
|
|
4062
4291
|
msgid "Sync Plan created and assigned to product."
|
4063
4292
|
msgstr ""
|
4064
4293
|
|
4294
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4295
|
+
msgid "Sync Plan Management"
|
4296
|
+
msgstr ""
|
4297
|
+
|
4065
4298
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
4066
4299
|
msgid "Sync Plan saved"
|
4067
4300
|
msgstr ""
|
@@ -4076,6 +4309,8 @@ msgid "Sync Plan:"
|
|
4076
4309
|
msgstr ""
|
4077
4310
|
|
4078
4311
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
4312
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4313
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4079
4314
|
msgid "Sync Plans"
|
4080
4315
|
msgstr ""
|
4081
4316
|
|
@@ -4131,10 +4366,6 @@ msgstr ""
|
|
4131
4366
|
msgid "System Purpose Management"
|
4132
4367
|
msgstr ""
|
4133
4368
|
|
4134
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4135
|
-
msgid "System Purpose Status"
|
4136
|
-
msgstr ""
|
4137
|
-
|
4138
4369
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
4139
4370
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4140
4371
|
msgid "Tags"
|
@@ -4147,6 +4378,9 @@ msgstr ""
|
|
4147
4378
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4148
4379
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4149
4380
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
|
4381
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
4382
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
4383
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
4150
4384
|
msgid "Tasks"
|
4151
4385
|
msgstr ""
|
4152
4386
|
|
@@ -4186,6 +4420,11 @@ msgid ""
|
|
4186
4420
|
"make errata available to these hosts."
|
4187
4421
|
msgstr ""
|
4188
4422
|
|
4423
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4424
|
+
msgid ""
|
4425
|
+
"The filters below have this repository as the last affected repository!"
|
4426
|
+
msgstr ""
|
4427
|
+
|
4189
4428
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4190
4429
|
msgid ""
|
4191
4430
|
"The following actions can be performed on content hosts in this host "
|
@@ -4235,15 +4474,15 @@ msgstr ""
|
|
4235
4474
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4236
4475
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4237
4476
|
msgid ""
|
4238
|
-
"The repository will be
|
4239
|
-
"
|
4477
|
+
"The repository will only be available on content hosts with the selected "
|
4478
|
+
"architecture."
|
4240
4479
|
msgstr ""
|
4241
4480
|
|
4242
4481
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4243
4482
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4244
4483
|
msgid ""
|
4245
|
-
"The repository will be
|
4246
|
-
"
|
4484
|
+
"The repository will only be available on content hosts with the selected OS "
|
4485
|
+
"version."
|
4247
4486
|
msgstr ""
|
4248
4487
|
|
4249
4488
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -4252,6 +4491,12 @@ msgid ""
|
|
4252
4491
|
"different environment."
|
4253
4492
|
msgstr ""
|
4254
4493
|
|
4494
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4495
|
+
msgid ""
|
4496
|
+
"The sha1 checksum type is no longer supported. The checksum type will reset "
|
4497
|
+
"to 'Default' at the next edit or change in content."
|
4498
|
+
msgstr ""
|
4499
|
+
|
4255
4500
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4256
4501
|
msgid "The time the sync should happen in your current time zone."
|
4257
4502
|
msgstr ""
|
@@ -4359,7 +4604,9 @@ msgstr ""
|
|
4359
4604
|
|
4360
4605
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4361
4606
|
msgid ""
|
4362
|
-
"This activation key may be used during
|
4607
|
+
"This activation key may be used during <a "
|
4608
|
+
"href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
|
4609
|
+
"registration.</a>"
|
4363
4610
|
msgstr ""
|
4364
4611
|
|
4365
4612
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
@@ -4370,26 +4617,16 @@ msgstr ""
|
|
4370
4617
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
4371
4618
|
msgstr ""
|
4372
4619
|
|
4620
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
4621
|
+
msgid "This Container Image Tag is not present in any Repositories."
|
4622
|
+
msgstr ""
|
4623
|
+
|
4373
4624
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4374
4625
|
msgid ""
|
4375
4626
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4376
4627
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4377
4628
|
msgstr ""
|
4378
4629
|
|
4379
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4380
|
-
msgid ""
|
4381
|
-
"This organization has Simple Content Access enabled. Hosts are not required"
|
4382
|
-
" to have subscriptions attached to access repositories."
|
4383
|
-
msgstr ""
|
4384
|
-
|
4385
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4386
|
-
msgid ""
|
4387
|
-
"This organization is not using <a target=\"_blank\" "
|
4388
|
-
"href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
|
4389
|
-
"Content Access.</a> Entitlement-based subscription management is deprecated "
|
4390
|
-
"and will be removed in a future version."
|
4391
|
-
msgstr ""
|
4392
|
-
|
4393
4630
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4394
4631
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4395
4632
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
@@ -4425,6 +4662,7 @@ msgstr ""
|
|
4425
4662
|
|
4426
4663
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4427
4664
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4665
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4428
4666
|
msgid "Traces"
|
4429
4667
|
msgstr ""
|
4430
4668
|
|
@@ -4488,7 +4726,7 @@ msgid "Unregister Host"
|
|
4488
4726
|
msgstr ""
|
4489
4727
|
|
4490
4728
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4491
|
-
msgid "Unregister Host \"{{host.
|
4729
|
+
msgid "Unregister Host \"{{host.display_name}}\"?"
|
4492
4730
|
msgstr ""
|
4493
4731
|
|
4494
4732
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -4726,17 +4964,6 @@ msgstr ""
|
|
4726
4964
|
msgid "Versions"
|
4727
4965
|
msgstr ""
|
4728
4966
|
|
4729
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4730
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4731
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
4732
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4733
|
-
msgid "via Katello agent"
|
4734
|
-
msgstr ""
|
4735
|
-
|
4736
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4737
|
-
msgid "via Katello Agent"
|
4738
|
-
msgstr ""
|
4739
|
-
|
4740
4967
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4741
4968
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4742
4969
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
@@ -4810,6 +5037,13 @@ msgid ""
|
|
4810
5037
|
"associated subscriptions."
|
4811
5038
|
msgstr ""
|
4812
5039
|
|
5040
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5041
|
+
msgid ""
|
5042
|
+
"When Auto Attach is enabled, registering systems will be attached to all "
|
5043
|
+
"associated custom products and only associated Red Hat subscriptions "
|
5044
|
+
"required to satisfy the system's installed products."
|
5045
|
+
msgstr ""
|
5046
|
+
|
4813
5047
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4814
5048
|
msgid ""
|
4815
5049
|
"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"
|
@@ -4862,11 +5096,21 @@ msgid ""
|
|
4862
5096
|
"contents of requirement.yml here"
|
4863
5097
|
msgstr ""
|
4864
5098
|
|
5099
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5100
|
+
msgid "You cannot remove content from a redhat repository"
|
5101
|
+
msgstr ""
|
5102
|
+
|
4865
5103
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4866
5104
|
msgid ""
|
4867
5105
|
"You cannot remove these repositories because you do not have permission."
|
4868
5106
|
msgstr ""
|
4869
5107
|
|
5108
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
5109
|
+
msgid ""
|
5110
|
+
"You cannot remove this product because it has repositories that are the last"
|
5111
|
+
" affected repository on content view filters"
|
5112
|
+
msgstr ""
|
5113
|
+
|
4870
5114
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4871
5115
|
msgid "You cannot remove this product because it is a Red Hat product."
|
4872
5116
|
msgstr ""
|
@@ -5110,6 +5354,7 @@ msgstr ""
|
|
5110
5354
|
msgid "Your search returned zero Repositories"
|
5111
5355
|
msgstr ""
|
5112
5356
|
|
5357
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5113
5358
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5114
5359
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5115
5360
|
msgid "Your search returned zero Repositories."
|