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
@@ -10,7 +10,7 @@ msgstr ""
|
|
10
10
|
"Content-Type: text/plain; charset=UTF-8\n"
|
11
11
|
"Content-Transfer-Encoding: 8bit\n"
|
12
12
|
"Language: he_IL\n"
|
13
|
-
"Plural-Forms: nplurals=
|
13
|
+
"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
|
14
14
|
|
15
15
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
16
16
|
msgid "-- select an interval --"
|
@@ -61,7 +61,11 @@ msgid "{{ file.name }}"
|
|
61
61
|
msgstr ""
|
62
62
|
|
63
63
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
64
|
-
msgid "{{ host.
|
64
|
+
msgid "{{ host.display_name }}"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
#: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
|
68
|
+
msgid "{{ host.rhel_lifecycle_status_label }}"
|
65
69
|
msgstr ""
|
66
70
|
|
67
71
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -104,6 +108,10 @@ msgstr ""
|
|
104
108
|
msgid "{{ product.name }}"
|
105
109
|
msgstr ""
|
106
110
|
|
111
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
112
|
+
msgid "{{ repo.last_sync_words }} ago"
|
113
|
+
msgstr ""
|
114
|
+
|
107
115
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
108
116
|
msgid ""
|
109
117
|
"{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
|
@@ -273,7 +281,6 @@ msgid_plural ""
|
|
273
281
|
msgstr[0] ""
|
274
282
|
msgstr[1] ""
|
275
283
|
msgstr[2] ""
|
276
|
-
msgstr[3] ""
|
277
284
|
|
278
285
|
#: app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
|
279
286
|
msgid "1 repository sync has errors."
|
@@ -283,7 +290,6 @@ msgid_plural ""
|
|
283
290
|
msgstr[0] ""
|
284
291
|
msgstr[1] ""
|
285
292
|
msgstr[2] ""
|
286
|
-
msgstr[3] ""
|
287
293
|
|
288
294
|
#: app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
|
289
295
|
msgid "1 repository sync in progress."
|
@@ -292,7 +298,6 @@ msgid_plural ""
|
|
292
298
|
msgstr[0] ""
|
293
299
|
msgstr[1] ""
|
294
300
|
msgstr[2] ""
|
295
|
-
msgstr[3] ""
|
296
301
|
|
297
302
|
#: app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
|
298
303
|
msgid "1 successfully synced repository."
|
@@ -301,7 +306,6 @@ msgid_plural ""
|
|
301
306
|
msgstr[0] ""
|
302
307
|
msgstr[1] ""
|
303
308
|
msgstr[2] ""
|
304
|
-
msgstr[3] ""
|
305
309
|
|
306
310
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
307
311
|
msgid ""
|
@@ -343,7 +347,6 @@ msgid_plural "Activation Keys"
|
|
343
347
|
msgstr[0] ""
|
344
348
|
msgstr[1] ""
|
345
349
|
msgstr[2] ""
|
346
|
-
msgstr[3] ""
|
347
350
|
|
348
351
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
349
352
|
msgid "Activation Key Content"
|
@@ -362,6 +365,7 @@ msgid "Activation Key:"
|
|
362
365
|
msgstr ""
|
363
366
|
|
364
367
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
368
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
365
369
|
msgid "Activation Keys"
|
366
370
|
msgstr ""
|
367
371
|
|
@@ -382,6 +386,11 @@ msgstr ""
|
|
382
386
|
msgid "Add Content Hosts to:"
|
383
387
|
msgstr ""
|
384
388
|
|
389
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
390
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
391
|
+
msgid "Add Host Collections"
|
392
|
+
msgstr ""
|
393
|
+
|
385
394
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
386
395
|
msgid "Add hosts to the host collection to see available actions."
|
387
396
|
msgstr ""
|
@@ -399,6 +408,10 @@ msgstr ""
|
|
399
408
|
msgid "Add ons:"
|
400
409
|
msgstr ""
|
401
410
|
|
411
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
412
|
+
msgid "Add Products"
|
413
|
+
msgstr ""
|
414
|
+
|
402
415
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
403
416
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
404
417
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
@@ -409,6 +422,11 @@ msgstr ""
|
|
409
422
|
msgid "Add Selected"
|
410
423
|
msgstr ""
|
411
424
|
|
425
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
426
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
427
|
+
msgid "Add Subscriptions"
|
428
|
+
msgstr ""
|
429
|
+
|
412
430
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
413
431
|
msgid "Add Subscriptions for Activation Key:"
|
414
432
|
msgstr ""
|
@@ -441,9 +459,11 @@ msgstr ""
|
|
441
459
|
msgid "Additive"
|
442
460
|
msgstr ""
|
443
461
|
|
462
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
444
463
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
445
464
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
446
465
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
466
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
|
447
467
|
msgid "Advanced Sync"
|
448
468
|
msgstr ""
|
449
469
|
|
@@ -455,6 +475,10 @@ msgstr ""
|
|
455
475
|
msgid "Affected Hosts"
|
456
476
|
msgstr ""
|
457
477
|
|
478
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
479
|
+
msgid "All"
|
480
|
+
msgstr ""
|
481
|
+
|
458
482
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
459
483
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
460
484
|
msgid "All Content Views"
|
@@ -473,6 +497,7 @@ msgstr ""
|
|
473
497
|
|
474
498
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
475
499
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
500
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
|
476
501
|
msgid "Alternate Content Sources"
|
477
502
|
msgstr ""
|
478
503
|
|
@@ -565,6 +590,7 @@ msgid "Ansible Collection Authorization"
|
|
565
590
|
msgstr ""
|
566
591
|
|
567
592
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
593
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
568
594
|
msgid "Ansible Collections"
|
569
595
|
msgstr ""
|
570
596
|
|
@@ -580,6 +606,7 @@ msgid "Applicable Content Hosts"
|
|
580
606
|
msgstr ""
|
581
607
|
|
582
608
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
609
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
583
610
|
msgid "Applicable Deb Packages"
|
584
611
|
msgstr ""
|
585
612
|
|
@@ -588,6 +615,7 @@ msgid "Applicable Errata"
|
|
588
615
|
msgstr ""
|
589
616
|
|
590
617
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
618
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
|
591
619
|
msgid "Applicable Packages"
|
592
620
|
msgstr ""
|
593
621
|
|
@@ -606,6 +634,7 @@ msgid "Application"
|
|
606
634
|
msgstr ""
|
607
635
|
|
608
636
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
637
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
609
638
|
msgid "Apply"
|
610
639
|
msgstr ""
|
611
640
|
|
@@ -640,7 +669,7 @@ msgid "Apply Errata"
|
|
640
669
|
msgstr ""
|
641
670
|
|
642
671
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
643
|
-
msgid "Apply Errata to Content Host \"{{host.
|
672
|
+
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
644
673
|
msgstr ""
|
645
674
|
|
646
675
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
@@ -705,7 +734,9 @@ msgid ""
|
|
705
734
|
msgstr ""
|
706
735
|
|
707
736
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
708
|
-
msgid "
|
737
|
+
msgid ""
|
738
|
+
"Are you sure you want to apply Errata to content host \"{{ host.display_name"
|
739
|
+
" }}\"?"
|
709
740
|
msgstr ""
|
710
741
|
|
711
742
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -796,7 +827,6 @@ msgid_plural ""
|
|
796
827
|
msgstr[0] ""
|
797
828
|
msgstr[1] ""
|
798
829
|
msgstr[2] ""
|
799
|
-
msgstr[3] ""
|
800
830
|
|
801
831
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-files.html
|
802
832
|
msgid ""
|
@@ -806,7 +836,6 @@ msgid_plural ""
|
|
806
836
|
msgstr[0] ""
|
807
837
|
msgstr[1] ""
|
808
838
|
msgstr[2] ""
|
809
|
-
msgstr[3] ""
|
810
839
|
|
811
840
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
|
812
841
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
@@ -819,7 +848,6 @@ msgid_plural ""
|
|
819
848
|
msgstr[0] ""
|
820
849
|
msgstr[1] ""
|
821
850
|
msgstr[2] ""
|
822
|
-
msgstr[3] ""
|
823
851
|
|
824
852
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
825
853
|
msgid ""
|
@@ -830,19 +858,18 @@ msgid_plural ""
|
|
830
858
|
msgstr[0] ""
|
831
859
|
msgstr[1] ""
|
832
860
|
msgstr[2] ""
|
833
|
-
msgstr[3] ""
|
834
861
|
|
835
862
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
836
863
|
msgid ""
|
837
864
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
838
865
|
"repository?"
|
839
866
|
msgid_plural ""
|
840
|
-
"
|
841
|
-
"
|
867
|
+
"Repositories that are published in content view\n"
|
868
|
+
" versions or are the last affected repository in a content view filter will be skipped. You can delete those from the repository details page.\n"
|
869
|
+
" "
|
842
870
|
msgstr[0] ""
|
843
871
|
msgstr[1] ""
|
844
872
|
msgstr[2] ""
|
845
|
-
msgstr[3] ""
|
846
873
|
|
847
874
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
848
875
|
msgid ""
|
@@ -854,7 +881,6 @@ msgid_plural ""
|
|
854
881
|
msgstr[0] ""
|
855
882
|
msgstr[1] ""
|
856
883
|
msgstr[2] ""
|
857
|
-
msgstr[3] ""
|
858
884
|
|
859
885
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
860
886
|
msgid ""
|
@@ -875,8 +901,8 @@ msgstr ""
|
|
875
901
|
|
876
902
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
877
903
|
msgid ""
|
878
|
-
"Are you sure you want to restart services on content host \"{{
|
879
|
-
"}}\"?"
|
904
|
+
"Are you sure you want to restart services on content host \"{{ "
|
905
|
+
"host.display_name }}\"?"
|
880
906
|
msgstr ""
|
881
907
|
|
882
908
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -960,10 +986,18 @@ msgstr ""
|
|
960
986
|
msgid "Auto-Attach"
|
961
987
|
msgstr ""
|
962
988
|
|
989
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
990
|
+
msgid "Auto-attach available subscriptions to all selected hosts."
|
991
|
+
msgstr ""
|
992
|
+
|
963
993
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
964
994
|
msgid "Auto-Attach Details"
|
965
995
|
msgstr ""
|
966
996
|
|
997
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
998
|
+
msgid "Auto-attach uses all available subscriptions, not a selected subset."
|
999
|
+
msgstr ""
|
1000
|
+
|
967
1001
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
968
1002
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
969
1003
|
msgid "Automatic"
|
@@ -1047,6 +1081,10 @@ msgstr ""
|
|
1047
1081
|
msgid "Build Time"
|
1048
1082
|
msgstr ""
|
1049
1083
|
|
1084
|
+
#: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
|
1085
|
+
msgid "Bulk Task"
|
1086
|
+
msgstr ""
|
1087
|
+
|
1050
1088
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1051
1089
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1052
1090
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -1067,6 +1105,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1067
1105
|
msgstr ""
|
1068
1106
|
|
1069
1107
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1108
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1070
1109
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1071
1110
|
msgid "Cannot Remove"
|
1072
1111
|
msgstr ""
|
@@ -1221,6 +1260,7 @@ msgid "Composite View"
|
|
1221
1260
|
msgstr ""
|
1222
1261
|
|
1223
1262
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1263
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
1224
1264
|
msgid "Confirm"
|
1225
1265
|
msgstr ""
|
1226
1266
|
|
@@ -1233,10 +1273,12 @@ msgid "Container Image Manifest"
|
|
1233
1273
|
msgstr ""
|
1234
1274
|
|
1235
1275
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1276
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1236
1277
|
msgid "Container Image Manifest Lists"
|
1237
1278
|
msgstr ""
|
1238
1279
|
|
1239
1280
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1281
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1240
1282
|
msgid "Container Image Manifests"
|
1241
1283
|
msgstr ""
|
1242
1284
|
|
@@ -1253,6 +1295,7 @@ msgstr ""
|
|
1253
1295
|
|
1254
1296
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
1255
1297
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1298
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
|
1256
1299
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1257
1300
|
msgid "Container Image Tags"
|
1258
1301
|
msgstr ""
|
@@ -1266,6 +1309,10 @@ msgstr ""
|
|
1266
1309
|
msgid "Content Counts"
|
1267
1310
|
msgstr ""
|
1268
1311
|
|
1312
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
|
1313
|
+
msgid "Content Credential"
|
1314
|
+
msgstr ""
|
1315
|
+
|
1269
1316
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1270
1317
|
msgid "Content Credential %s has been created."
|
1271
1318
|
msgstr ""
|
@@ -1314,6 +1361,10 @@ msgstr ""
|
|
1314
1361
|
msgid "Content Host Limit"
|
1315
1362
|
msgstr ""
|
1316
1363
|
|
1364
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1365
|
+
msgid "Content Host Module Stream Management"
|
1366
|
+
msgstr ""
|
1367
|
+
|
1317
1368
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1318
1369
|
msgid "Content Host Properties"
|
1319
1370
|
msgstr ""
|
@@ -1326,6 +1377,10 @@ msgstr ""
|
|
1326
1377
|
msgid "Content Host Status"
|
1327
1378
|
msgstr ""
|
1328
1379
|
|
1380
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1381
|
+
msgid "Content Host Traces Management"
|
1382
|
+
msgstr ""
|
1383
|
+
|
1329
1384
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1330
1385
|
msgid "Content Host:"
|
1331
1386
|
msgstr ""
|
@@ -1337,6 +1392,9 @@ msgstr ""
|
|
1337
1392
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1338
1393
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
1339
1394
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
1395
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
|
1396
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
1397
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
1340
1398
|
msgid "Content Hosts"
|
1341
1399
|
msgstr ""
|
1342
1400
|
|
@@ -1369,6 +1427,7 @@ msgstr ""
|
|
1369
1427
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1370
1428
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1371
1429
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1430
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1372
1431
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
1373
1432
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1374
1433
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -1393,7 +1452,10 @@ msgstr ""
|
|
1393
1452
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1394
1453
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1395
1454
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1455
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
|
1396
1456
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1457
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1458
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
|
1397
1459
|
msgid "Content Views"
|
1398
1460
|
msgstr ""
|
1399
1461
|
|
@@ -1460,6 +1522,11 @@ msgstr ""
|
|
1460
1522
|
msgid "Create Content Credential"
|
1461
1523
|
msgstr ""
|
1462
1524
|
|
1525
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
|
1526
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
1527
|
+
msgid "Create Copy"
|
1528
|
+
msgstr ""
|
1529
|
+
|
1463
1530
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1464
1531
|
msgid "Create Discovered Repositories"
|
1465
1532
|
msgstr ""
|
@@ -1478,6 +1545,10 @@ msgstr ""
|
|
1478
1545
|
msgid "Create Product"
|
1479
1546
|
msgstr ""
|
1480
1547
|
|
1548
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1549
|
+
msgid "Create Repositories"
|
1550
|
+
msgstr ""
|
1551
|
+
|
1481
1552
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1482
1553
|
msgid "Create Selected"
|
1483
1554
|
msgstr ""
|
@@ -1516,6 +1587,10 @@ msgstr ""
|
|
1516
1587
|
msgid "Current Subscriptions for Activation Key:"
|
1517
1588
|
msgstr ""
|
1518
1589
|
|
1590
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1591
|
+
msgid "Custom"
|
1592
|
+
msgstr ""
|
1593
|
+
|
1519
1594
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1520
1595
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1521
1596
|
msgid "custom cron"
|
@@ -1559,6 +1634,10 @@ msgid ""
|
|
1559
1634
|
"href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1560
1635
|
msgstr ""
|
1561
1636
|
|
1637
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
1638
|
+
msgid "Deb Package Actions"
|
1639
|
+
msgstr ""
|
1640
|
+
|
1562
1641
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1563
1642
|
msgid "deb Package Updates"
|
1564
1643
|
msgstr ""
|
@@ -1570,6 +1649,7 @@ msgstr ""
|
|
1570
1649
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1571
1650
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1572
1651
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1652
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1573
1653
|
msgid "Deb Packages"
|
1574
1654
|
msgstr ""
|
1575
1655
|
|
@@ -1581,6 +1661,10 @@ msgstr ""
|
|
1581
1661
|
msgid "Deb Packages for:"
|
1582
1662
|
msgstr ""
|
1583
1663
|
|
1664
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1665
|
+
msgid "Deb Repositories"
|
1666
|
+
msgstr ""
|
1667
|
+
|
1584
1668
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1585
1669
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1586
1670
|
msgstr ""
|
@@ -1590,6 +1674,11 @@ msgstr ""
|
|
1590
1674
|
msgid "Deb:"
|
1591
1675
|
msgstr ""
|
1592
1676
|
|
1677
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
1678
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1679
|
+
msgid "Debs"
|
1680
|
+
msgstr ""
|
1681
|
+
|
1593
1682
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1594
1683
|
msgid "Default"
|
1595
1684
|
msgstr ""
|
@@ -1606,6 +1695,10 @@ msgstr ""
|
|
1606
1695
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1607
1696
|
msgstr ""
|
1608
1697
|
|
1698
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1699
|
+
msgid "Delete filters"
|
1700
|
+
msgstr ""
|
1701
|
+
|
1609
1702
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1610
1703
|
msgid "Delete Hosts"
|
1611
1704
|
msgstr ""
|
@@ -1615,6 +1708,7 @@ msgid "Delta RPM"
|
|
1615
1708
|
msgstr ""
|
1616
1709
|
|
1617
1710
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1711
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1618
1712
|
msgid "Dependencies"
|
1619
1713
|
msgstr ""
|
1620
1714
|
|
@@ -1706,6 +1800,10 @@ msgstr ""
|
|
1706
1800
|
msgid "Discover"
|
1707
1801
|
msgstr ""
|
1708
1802
|
|
1803
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
1804
|
+
msgid "Discover Repositories"
|
1805
|
+
msgstr ""
|
1806
|
+
|
1709
1807
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1710
1808
|
msgid "Discovered Repository"
|
1711
1809
|
msgstr ""
|
@@ -1728,6 +1826,10 @@ msgid ""
|
|
1728
1826
|
"repository."
|
1729
1827
|
msgstr ""
|
1730
1828
|
|
1829
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1830
|
+
msgid "Docker"
|
1831
|
+
msgstr ""
|
1832
|
+
|
1731
1833
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1732
1834
|
msgid ""
|
1733
1835
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -1739,6 +1841,10 @@ msgid ""
|
|
1739
1841
|
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1740
1842
|
msgstr ""
|
1741
1843
|
|
1844
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1845
|
+
msgid "Docker Tags"
|
1846
|
+
msgstr ""
|
1847
|
+
|
1742
1848
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1743
1849
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
1744
1850
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -1812,6 +1918,10 @@ msgid ""
|
|
1812
1918
|
"Environment will also be removed from the following published content views!"
|
1813
1919
|
msgstr ""
|
1814
1920
|
|
1921
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
|
1922
|
+
msgid "Environments"
|
1923
|
+
msgstr ""
|
1924
|
+
|
1815
1925
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
1816
1926
|
msgid "Environments List"
|
1817
1927
|
msgstr ""
|
@@ -1819,7 +1929,10 @@ msgstr ""
|
|
1819
1929
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1820
1930
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1821
1931
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1932
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1822
1933
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1934
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1935
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
1823
1936
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
1824
1937
|
msgid "Errata"
|
1825
1938
|
msgstr ""
|
@@ -1931,6 +2044,9 @@ msgstr ""
|
|
1931
2044
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
1932
2045
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1933
2046
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2047
|
+
#: app/assets/javascripts/bastion_katello/files/files.controller.js
|
2048
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
2049
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1934
2050
|
msgid "Files"
|
1935
2051
|
msgstr ""
|
1936
2052
|
|
@@ -1940,12 +2056,17 @@ msgstr ""
|
|
1940
2056
|
|
1941
2057
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
1942
2058
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
2059
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1943
2060
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1944
2061
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1945
2062
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1946
2063
|
msgid "Filter"
|
1947
2064
|
msgstr "פילטר"
|
1948
2065
|
|
2066
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2067
|
+
msgid "Filter by Environment"
|
2068
|
+
msgstr ""
|
2069
|
+
|
1949
2070
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1950
2071
|
msgid "Filter by Status:"
|
1951
2072
|
msgstr ""
|
@@ -1956,14 +2077,12 @@ msgstr ""
|
|
1956
2077
|
msgid "Filter..."
|
1957
2078
|
msgstr ""
|
1958
2079
|
|
1959
|
-
#: app/assets/javascripts/bastion_katello/
|
1960
|
-
msgid "
|
2080
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2081
|
+
msgid "Filters"
|
1961
2082
|
msgstr ""
|
1962
2083
|
|
1963
|
-
#: app/assets/javascripts/bastion_katello/
|
1964
|
-
msgid ""
|
1965
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
1966
|
-
"it is recommended to use sha1."
|
2084
|
+
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
2085
|
+
msgid "Finished At"
|
1967
2086
|
msgstr ""
|
1968
2087
|
|
1969
2088
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -2035,6 +2154,10 @@ msgstr ""
|
|
2035
2154
|
msgid "Host Collection Membership"
|
2036
2155
|
msgstr ""
|
2037
2156
|
|
2157
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2158
|
+
msgid "Host Collection Membership Management"
|
2159
|
+
msgstr ""
|
2160
|
+
|
2038
2161
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
2039
2162
|
msgid "Host Collection removed."
|
2040
2163
|
msgstr ""
|
@@ -2051,6 +2174,8 @@ msgstr ""
|
|
2051
2174
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
2052
2175
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2053
2176
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
2177
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
2178
|
+
#: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
|
2054
2179
|
msgid "Host Collections"
|
2055
2180
|
msgstr ""
|
2056
2181
|
|
@@ -2097,6 +2222,10 @@ msgstr ""
|
|
2097
2222
|
msgid "HTTP Proxy"
|
2098
2223
|
msgstr ""
|
2099
2224
|
|
2225
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2226
|
+
msgid "HTTP Proxy Management"
|
2227
|
+
msgstr ""
|
2228
|
+
|
2100
2229
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2101
2230
|
msgid "HTTP Proxy Policy"
|
2102
2231
|
msgstr ""
|
@@ -2118,11 +2247,22 @@ msgstr ""
|
|
2118
2247
|
msgid "Id"
|
2119
2248
|
msgstr ""
|
2120
2249
|
|
2250
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2251
|
+
msgid ""
|
2252
|
+
"If you want to upload individual packages, create a separate repository with"
|
2253
|
+
" an empty \"Upstream URL\" field."
|
2254
|
+
msgstr ""
|
2255
|
+
|
2121
2256
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2122
2257
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2123
2258
|
msgid "Ignore SRPMs"
|
2124
2259
|
msgstr ""
|
2125
2260
|
|
2261
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2262
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2263
|
+
msgid "Ignore treeinfo"
|
2264
|
+
msgstr ""
|
2265
|
+
|
2126
2266
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2127
2267
|
msgid "Image"
|
2128
2268
|
msgstr ""
|
@@ -2184,6 +2324,7 @@ msgid "Installed"
|
|
2184
2324
|
msgstr ""
|
2185
2325
|
|
2186
2326
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2327
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
2187
2328
|
msgid "Installed Deb Packages"
|
2188
2329
|
msgstr ""
|
2189
2330
|
|
@@ -2198,6 +2339,7 @@ msgid "Installed Package"
|
|
2198
2339
|
msgstr ""
|
2199
2340
|
|
2200
2341
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2342
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2201
2343
|
msgid "Installed Packages"
|
2202
2344
|
msgstr ""
|
2203
2345
|
|
@@ -2236,18 +2378,10 @@ msgstr ""
|
|
2236
2378
|
msgid "Issued"
|
2237
2379
|
msgstr ""
|
2238
2380
|
|
2239
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2240
|
-
msgid "Katello Agent"
|
2241
|
-
msgstr ""
|
2242
|
-
|
2243
2381
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2244
2382
|
msgid "Katello Tracer"
|
2245
2383
|
msgstr ""
|
2246
2384
|
|
2247
|
-
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2248
|
-
msgid "Katello-agent is deprecated and will be removed in a future release."
|
2249
|
-
msgstr ""
|
2250
|
-
|
2251
2385
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
2252
2386
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2253
2387
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2271,11 +2405,16 @@ msgstr ""
|
|
2271
2405
|
msgid "Last Puppet Report"
|
2272
2406
|
msgstr ""
|
2273
2407
|
|
2408
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2409
|
+
msgid "Last reclaim failed:"
|
2410
|
+
msgstr ""
|
2411
|
+
|
2274
2412
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2275
2413
|
msgid "Last reclaim space failed:"
|
2276
2414
|
msgstr ""
|
2277
2415
|
|
2278
2416
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2417
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2279
2418
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2280
2419
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2281
2420
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2336,6 +2475,7 @@ msgid "Lifecycle Environment:"
|
|
2336
2475
|
msgstr ""
|
2337
2476
|
|
2338
2477
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
2478
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
|
2339
2479
|
msgid "Lifecycle Environments"
|
2340
2480
|
msgstr ""
|
2341
2481
|
|
@@ -2349,7 +2489,7 @@ msgstr ""
|
|
2349
2489
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2350
2490
|
msgid ""
|
2351
2491
|
"Limit Repository Sets to only those available in this Activation Key's "
|
2352
|
-
"Lifecycle
|
2492
|
+
"Lifecycle Environment"
|
2353
2493
|
msgstr ""
|
2354
2494
|
|
2355
2495
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -2380,6 +2520,23 @@ msgstr ""
|
|
2380
2520
|
msgid "List"
|
2381
2521
|
msgstr ""
|
2382
2522
|
|
2523
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2524
|
+
msgid "List Host Collections"
|
2525
|
+
msgstr ""
|
2526
|
+
|
2527
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2528
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2529
|
+
msgid "List Hosts"
|
2530
|
+
msgstr ""
|
2531
|
+
|
2532
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2533
|
+
msgid "List Products"
|
2534
|
+
msgstr ""
|
2535
|
+
|
2536
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2537
|
+
msgid "List Subscriptions"
|
2538
|
+
msgstr ""
|
2539
|
+
|
2383
2540
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2384
2541
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
2385
2542
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
|
@@ -2399,6 +2556,10 @@ msgstr ""
|
|
2399
2556
|
msgid "Loading...\""
|
2400
2557
|
msgstr ""
|
2401
2558
|
|
2559
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2560
|
+
msgid "Make filters apply to all repositories in the content view"
|
2561
|
+
msgstr ""
|
2562
|
+
|
2402
2563
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2403
2564
|
msgid "Manage Ansible Collections for Repository:"
|
2404
2565
|
msgstr ""
|
@@ -2471,6 +2632,11 @@ msgstr ""
|
|
2471
2632
|
msgid "Manifest Type"
|
2472
2633
|
msgstr ""
|
2473
2634
|
|
2635
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2636
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2637
|
+
msgid "Metadata Expiration (Seconds)"
|
2638
|
+
msgstr ""
|
2639
|
+
|
2474
2640
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2475
2641
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2476
2642
|
msgid "Mirroring Policy"
|
@@ -2505,7 +2671,10 @@ msgstr ""
|
|
2505
2671
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2506
2672
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2507
2673
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2674
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
|
2508
2675
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
2676
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
2677
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2509
2678
|
msgid "Module Streams"
|
2510
2679
|
msgstr ""
|
2511
2680
|
|
@@ -2522,6 +2691,7 @@ msgid "More Details"
|
|
2522
2691
|
msgstr ""
|
2523
2692
|
|
2524
2693
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2694
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2525
2695
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2526
2696
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2527
2697
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
@@ -2552,6 +2722,7 @@ msgstr ""
|
|
2552
2722
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
2553
2723
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2554
2724
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
2725
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2555
2726
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
2556
2727
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
2557
2728
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
@@ -2622,24 +2793,36 @@ msgid "Never synced"
|
|
2622
2793
|
msgstr ""
|
2623
2794
|
|
2624
2795
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
2796
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
|
2625
2797
|
msgid "New Activation Key"
|
2626
2798
|
msgstr ""
|
2627
2799
|
|
2800
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
2801
|
+
msgid "New Content Credential"
|
2802
|
+
msgstr ""
|
2803
|
+
|
2628
2804
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2805
|
+
#: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
|
2629
2806
|
msgid "New Environment"
|
2630
2807
|
msgstr ""
|
2631
2808
|
|
2809
|
+
#: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
|
2810
|
+
msgid "New Host Collection"
|
2811
|
+
msgstr ""
|
2812
|
+
|
2632
2813
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
2633
2814
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
2634
2815
|
msgid "New Name:"
|
2635
2816
|
msgstr ""
|
2636
2817
|
|
2637
2818
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
2819
|
+
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
2638
2820
|
msgid "New Product"
|
2639
2821
|
msgstr ""
|
2640
2822
|
|
2641
2823
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2642
2824
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
2825
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
|
2643
2826
|
msgid "New Repository"
|
2644
2827
|
msgstr ""
|
2645
2828
|
|
@@ -2743,6 +2926,10 @@ msgstr ""
|
|
2743
2926
|
msgid "No matching results."
|
2744
2927
|
msgstr ""
|
2745
2928
|
|
2929
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2930
|
+
msgid "No Packages to show"
|
2931
|
+
msgstr ""
|
2932
|
+
|
2746
2933
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
2747
2934
|
msgid "No products are available to add to this Sync Plan."
|
2748
2935
|
msgstr ""
|
@@ -2799,15 +2986,12 @@ msgstr ""
|
|
2799
2986
|
msgid "Not Applicable"
|
2800
2987
|
msgstr ""
|
2801
2988
|
|
2802
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2803
|
-
msgid "Not installed"
|
2804
|
-
msgstr ""
|
2805
|
-
|
2806
2989
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
2807
2990
|
msgid "Not started"
|
2808
2991
|
msgstr ""
|
2809
2992
|
|
2810
2993
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2994
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2811
2995
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2812
2996
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2813
2997
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2930,6 +3114,7 @@ msgstr ""
|
|
2930
3114
|
|
2931
3115
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
2932
3116
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3117
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
2933
3118
|
msgid "Package Actions"
|
2934
3119
|
msgstr ""
|
2935
3120
|
|
@@ -2938,6 +3123,7 @@ msgid "Package Group (Deprecated)"
|
|
2938
3123
|
msgstr ""
|
2939
3124
|
|
2940
3125
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3126
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2941
3127
|
msgid "Package Groups"
|
2942
3128
|
msgstr ""
|
2943
3129
|
|
@@ -2986,6 +3172,10 @@ msgstr ""
|
|
2986
3172
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
2987
3173
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2988
3174
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3175
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3176
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
|
3177
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3178
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2989
3179
|
msgid "Packages"
|
2990
3180
|
msgstr ""
|
2991
3181
|
|
@@ -3044,15 +3234,20 @@ msgstr ""
|
|
3044
3234
|
msgid "Perform"
|
3045
3235
|
msgstr ""
|
3046
3236
|
|
3047
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3048
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3049
3237
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3050
3238
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3051
3239
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3052
3240
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3053
3241
|
msgid ""
|
3054
3242
|
"Performing host package actions is disabled because Katello is not "
|
3055
|
-
"configured for
|
3243
|
+
"configured for remote execution."
|
3244
|
+
msgstr ""
|
3245
|
+
|
3246
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3247
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3248
|
+
msgid ""
|
3249
|
+
"Performing host package actions is disabled because Katello is not "
|
3250
|
+
"configured for Remote Execution."
|
3056
3251
|
msgstr ""
|
3057
3252
|
|
3058
3253
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3096,6 +3291,7 @@ msgstr ""
|
|
3096
3291
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3097
3292
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3098
3293
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3294
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
3099
3295
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
3100
3296
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3101
3297
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
@@ -3156,6 +3352,9 @@ msgstr ""
|
|
3156
3352
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3157
3353
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3158
3354
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3355
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
|
3356
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3357
|
+
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
3159
3358
|
msgid "Products"
|
3160
3359
|
msgstr ""
|
3161
3360
|
|
@@ -3175,6 +3374,10 @@ msgstr ""
|
|
3175
3374
|
msgid "Provides"
|
3176
3375
|
msgstr ""
|
3177
3376
|
|
3377
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
3378
|
+
msgid "Provisioning"
|
3379
|
+
msgstr ""
|
3380
|
+
|
3178
3381
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3179
3382
|
msgid "Provisioning Details"
|
3180
3383
|
msgstr ""
|
@@ -3238,6 +3441,10 @@ msgstr ""
|
|
3238
3441
|
msgid "Recurring Logic"
|
3239
3442
|
msgstr ""
|
3240
3443
|
|
3444
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3445
|
+
msgid "Red Hat"
|
3446
|
+
msgstr ""
|
3447
|
+
|
3241
3448
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3242
3449
|
msgid "Red Hat Repositories page"
|
3243
3450
|
msgstr ""
|
@@ -3327,7 +3534,6 @@ msgid_plural "Remove {{ table.numSelected }} Container Image manifests?"
|
|
3327
3534
|
msgstr[0] ""
|
3328
3535
|
msgstr[1] ""
|
3329
3536
|
msgstr[2] ""
|
3330
|
-
msgstr[3] ""
|
3331
3537
|
|
3332
3538
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3333
3539
|
msgid "Remove Activation Key \"{{ activationKey.name }}\"?"
|
@@ -3355,7 +3561,6 @@ msgid_plural "Remove {{ table.numSelected }} content units?"
|
|
3355
3561
|
msgstr[0] ""
|
3356
3562
|
msgstr[1] ""
|
3357
3563
|
msgstr[2] ""
|
3358
|
-
msgstr[3] ""
|
3359
3564
|
|
3360
3565
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
3361
3566
|
msgid "Remove Environment"
|
@@ -3371,7 +3576,6 @@ msgid_plural "Remove {{ table.numSelected }} files?"
|
|
3371
3576
|
msgstr[0] ""
|
3372
3577
|
msgstr[1] ""
|
3373
3578
|
msgstr[2] ""
|
3374
|
-
msgstr[3] ""
|
3375
3579
|
|
3376
3580
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-files.html
|
3377
3581
|
msgid "Remove Files"
|
@@ -3392,7 +3596,6 @@ msgid_plural "Remove {{ table.numSelected }} packages?"
|
|
3392
3596
|
msgstr[0] ""
|
3393
3597
|
msgstr[1] ""
|
3394
3598
|
msgstr[2] ""
|
3395
|
-
msgstr[3] ""
|
3396
3599
|
|
3397
3600
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
|
3398
3601
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
@@ -3413,7 +3616,6 @@ msgid_plural "Remove {{ table.getSelected().length }} products?"
|
|
3413
3616
|
msgstr[0] ""
|
3414
3617
|
msgstr[1] ""
|
3415
3618
|
msgstr[2] ""
|
3416
|
-
msgstr[3] ""
|
3417
3619
|
|
3418
3620
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
3419
3621
|
msgid "Remove Repositories"
|
@@ -3433,7 +3635,6 @@ msgid_plural "Remove {{ table.numSelected }} repositories?"
|
|
3433
3635
|
msgstr[0] ""
|
3434
3636
|
msgstr[1] ""
|
3435
3637
|
msgstr[2] ""
|
3436
|
-
msgstr[3] ""
|
3437
3638
|
|
3438
3639
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
3439
3640
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html
|
@@ -3483,12 +3684,21 @@ msgstr ""
|
|
3483
3684
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
3484
3685
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
3485
3686
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3687
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
3486
3688
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3487
3689
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
3488
3690
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3489
3691
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3490
3692
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3491
3693
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3694
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
3695
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3696
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
3697
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3698
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
|
3699
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
|
3700
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3701
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
3492
3702
|
msgid "Repositories"
|
3493
3703
|
msgstr ""
|
3494
3704
|
|
@@ -3528,7 +3738,6 @@ msgstr ""
|
|
3528
3738
|
msgid "Repositories to Create"
|
3529
3739
|
msgstr ""
|
3530
3740
|
|
3531
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3532
3741
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3533
3742
|
msgid "Repository"
|
3534
3743
|
msgstr ""
|
@@ -3562,8 +3771,6 @@ msgstr ""
|
|
3562
3771
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3563
3772
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3564
3773
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3565
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
3566
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
3567
3774
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3568
3775
|
msgid "Repository Name"
|
3569
3776
|
msgstr ""
|
@@ -3584,14 +3791,23 @@ msgstr ""
|
|
3584
3791
|
|
3585
3792
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3586
3793
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3794
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3587
3795
|
msgid "Repository Sets"
|
3588
3796
|
msgstr ""
|
3589
3797
|
|
3798
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3799
|
+
msgid "Repository Sets Management"
|
3800
|
+
msgstr ""
|
3801
|
+
|
3590
3802
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3591
3803
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3592
3804
|
msgid "Repository Sets settings saved successfully."
|
3593
3805
|
msgstr ""
|
3594
3806
|
|
3807
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3808
|
+
msgid "Repository type"
|
3809
|
+
msgstr ""
|
3810
|
+
|
3595
3811
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3596
3812
|
msgid "Repository Type"
|
3597
3813
|
msgstr ""
|
@@ -3611,6 +3827,10 @@ msgstr ""
|
|
3611
3827
|
msgid "Repository:"
|
3612
3828
|
msgstr ""
|
3613
3829
|
|
3830
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3831
|
+
msgid "Republish Repository Metadata"
|
3832
|
+
msgstr ""
|
3833
|
+
|
3614
3834
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3615
3835
|
msgid "Requirements"
|
3616
3836
|
msgstr ""
|
@@ -3652,7 +3872,7 @@ msgid "Restart Selected"
|
|
3652
3872
|
msgstr ""
|
3653
3873
|
|
3654
3874
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
3655
|
-
msgid "Restart Services on Content Host \"{{host.
|
3875
|
+
msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
|
3656
3876
|
msgstr ""
|
3657
3877
|
|
3658
3878
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3761,10 +3981,20 @@ msgstr ""
|
|
3761
3981
|
msgid "Select an Organization"
|
3762
3982
|
msgstr ""
|
3763
3983
|
|
3984
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
3985
|
+
msgid "Select Content Host(s)"
|
3986
|
+
msgstr ""
|
3987
|
+
|
3764
3988
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3765
3989
|
msgid "Select Content View"
|
3766
3990
|
msgstr ""
|
3767
3991
|
|
3992
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3993
|
+
msgid ""
|
3994
|
+
"Select this option if treeinfo files or other kickstart content is failing "
|
3995
|
+
"to syncronize from the upstream repository."
|
3996
|
+
msgstr ""
|
3997
|
+
|
3768
3998
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3769
3999
|
msgid ""
|
3770
4000
|
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
@@ -3776,6 +4006,12 @@ msgid ""
|
|
3776
4006
|
"Selecting this option will exclude SRPMs from repository synchronization."
|
3777
4007
|
msgstr ""
|
3778
4008
|
|
4009
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4010
|
+
msgid ""
|
4011
|
+
"Selecting this option will exclude treeinfo files from repository "
|
4012
|
+
"synchronization."
|
4013
|
+
msgstr ""
|
4014
|
+
|
3779
4015
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3780
4016
|
msgid ""
|
3781
4017
|
"Selecting this option will result in Katello verifying that the upstream "
|
@@ -3937,7 +4173,6 @@ msgstr ""
|
|
3937
4173
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3938
4174
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
3939
4175
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3940
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3941
4176
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
3942
4177
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
3943
4178
|
msgid "Status"
|
@@ -3959,8 +4194,6 @@ msgid "Subscription Management"
|
|
3959
4194
|
msgstr ""
|
3960
4195
|
|
3961
4196
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
3962
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3963
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
3964
4197
|
msgid "Subscription Status"
|
3965
4198
|
msgstr ""
|
3966
4199
|
|
@@ -3968,15 +4201,10 @@ msgstr ""
|
|
3968
4201
|
msgid "Subscription UUID"
|
3969
4202
|
msgstr ""
|
3970
4203
|
|
3971
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
3972
|
-
msgid ""
|
3973
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
3974
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
3975
|
-
msgstr ""
|
3976
|
-
|
3977
4204
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3978
4205
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3979
4206
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4207
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
3980
4208
|
msgid "Subscriptions"
|
3981
4209
|
msgstr ""
|
3982
4210
|
|
@@ -4018,22 +4246,6 @@ msgstr ""
|
|
4018
4246
|
msgid "Successfully removed 1 item."
|
4019
4247
|
msgstr ""
|
4020
4248
|
|
4021
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4022
|
-
msgid "Successfully scheduled an update of all packages"
|
4023
|
-
msgstr ""
|
4024
|
-
|
4025
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4026
|
-
msgid "Successfully scheduled package installation"
|
4027
|
-
msgstr ""
|
4028
|
-
|
4029
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4030
|
-
msgid "Successfully scheduled package removal"
|
4031
|
-
msgstr ""
|
4032
|
-
|
4033
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4034
|
-
msgid "Successfully scheduled package update"
|
4035
|
-
msgstr ""
|
4036
|
-
|
4037
4249
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
4038
4250
|
msgid "Successfully updated subscriptions."
|
4039
4251
|
msgstr ""
|
@@ -4094,6 +4306,10 @@ msgstr ""
|
|
4094
4306
|
msgid "Sync Plan created and assigned to product."
|
4095
4307
|
msgstr ""
|
4096
4308
|
|
4309
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4310
|
+
msgid "Sync Plan Management"
|
4311
|
+
msgstr ""
|
4312
|
+
|
4097
4313
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
4098
4314
|
msgid "Sync Plan saved"
|
4099
4315
|
msgstr ""
|
@@ -4108,6 +4324,8 @@ msgid "Sync Plan:"
|
|
4108
4324
|
msgstr ""
|
4109
4325
|
|
4110
4326
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
4327
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4328
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4111
4329
|
msgid "Sync Plans"
|
4112
4330
|
msgstr ""
|
4113
4331
|
|
@@ -4163,10 +4381,6 @@ msgstr ""
|
|
4163
4381
|
msgid "System Purpose Management"
|
4164
4382
|
msgstr ""
|
4165
4383
|
|
4166
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4167
|
-
msgid "System Purpose Status"
|
4168
|
-
msgstr ""
|
4169
|
-
|
4170
4384
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
4171
4385
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4172
4386
|
msgid "Tags"
|
@@ -4179,6 +4393,9 @@ msgstr ""
|
|
4179
4393
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4180
4394
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4181
4395
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
|
4396
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
4397
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
4398
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
4182
4399
|
msgid "Tasks"
|
4183
4400
|
msgstr ""
|
4184
4401
|
|
@@ -4218,6 +4435,11 @@ msgid ""
|
|
4218
4435
|
"make errata available to these hosts."
|
4219
4436
|
msgstr ""
|
4220
4437
|
|
4438
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4439
|
+
msgid ""
|
4440
|
+
"The filters below have this repository as the last affected repository!"
|
4441
|
+
msgstr ""
|
4442
|
+
|
4221
4443
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4222
4444
|
msgid ""
|
4223
4445
|
"The following actions can be performed on content hosts in this host "
|
@@ -4267,15 +4489,15 @@ msgstr ""
|
|
4267
4489
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4268
4490
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4269
4491
|
msgid ""
|
4270
|
-
"The repository will be
|
4271
|
-
"
|
4492
|
+
"The repository will only be available on content hosts with the selected "
|
4493
|
+
"architecture."
|
4272
4494
|
msgstr ""
|
4273
4495
|
|
4274
4496
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4275
4497
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4276
4498
|
msgid ""
|
4277
|
-
"The repository will be
|
4278
|
-
"
|
4499
|
+
"The repository will only be available on content hosts with the selected OS "
|
4500
|
+
"version."
|
4279
4501
|
msgstr ""
|
4280
4502
|
|
4281
4503
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -4284,6 +4506,12 @@ msgid ""
|
|
4284
4506
|
"different environment."
|
4285
4507
|
msgstr ""
|
4286
4508
|
|
4509
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4510
|
+
msgid ""
|
4511
|
+
"The sha1 checksum type is no longer supported. The checksum type will reset "
|
4512
|
+
"to 'Default' at the next edit or change in content."
|
4513
|
+
msgstr ""
|
4514
|
+
|
4287
4515
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4288
4516
|
msgid "The time the sync should happen in your current time zone."
|
4289
4517
|
msgstr ""
|
@@ -4391,7 +4619,9 @@ msgstr ""
|
|
4391
4619
|
|
4392
4620
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4393
4621
|
msgid ""
|
4394
|
-
"This activation key may be used during
|
4622
|
+
"This activation key may be used during <a "
|
4623
|
+
"href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
|
4624
|
+
"registration.</a>"
|
4395
4625
|
msgstr ""
|
4396
4626
|
|
4397
4627
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
@@ -4402,26 +4632,16 @@ msgstr ""
|
|
4402
4632
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
4403
4633
|
msgstr ""
|
4404
4634
|
|
4635
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
4636
|
+
msgid "This Container Image Tag is not present in any Repositories."
|
4637
|
+
msgstr ""
|
4638
|
+
|
4405
4639
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4406
4640
|
msgid ""
|
4407
4641
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4408
4642
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4409
4643
|
msgstr ""
|
4410
4644
|
|
4411
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4412
|
-
msgid ""
|
4413
|
-
"This organization has Simple Content Access enabled. Hosts are not required"
|
4414
|
-
" to have subscriptions attached to access repositories."
|
4415
|
-
msgstr ""
|
4416
|
-
|
4417
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4418
|
-
msgid ""
|
4419
|
-
"This organization is not using <a target=\"_blank\" "
|
4420
|
-
"href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
|
4421
|
-
"Content Access.</a> Entitlement-based subscription management is deprecated "
|
4422
|
-
"and will be removed in a future version."
|
4423
|
-
msgstr ""
|
4424
|
-
|
4425
4645
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4426
4646
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4427
4647
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
@@ -4457,6 +4677,7 @@ msgstr ""
|
|
4457
4677
|
|
4458
4678
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4459
4679
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4680
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4460
4681
|
msgid "Traces"
|
4461
4682
|
msgstr ""
|
4462
4683
|
|
@@ -4520,7 +4741,7 @@ msgid "Unregister Host"
|
|
4520
4741
|
msgstr ""
|
4521
4742
|
|
4522
4743
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4523
|
-
msgid "Unregister Host \"{{host.
|
4744
|
+
msgid "Unregister Host \"{{host.display_name}}\"?"
|
4524
4745
|
msgstr ""
|
4525
4746
|
|
4526
4747
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -4758,17 +4979,6 @@ msgstr ""
|
|
4758
4979
|
msgid "Versions"
|
4759
4980
|
msgstr ""
|
4760
4981
|
|
4761
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4762
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4763
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
4764
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4765
|
-
msgid "via Katello agent"
|
4766
|
-
msgstr ""
|
4767
|
-
|
4768
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4769
|
-
msgid "via Katello Agent"
|
4770
|
-
msgstr ""
|
4771
|
-
|
4772
4982
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4773
4983
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4774
4984
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
@@ -4842,6 +5052,13 @@ msgid ""
|
|
4842
5052
|
"associated subscriptions."
|
4843
5053
|
msgstr ""
|
4844
5054
|
|
5055
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5056
|
+
msgid ""
|
5057
|
+
"When Auto Attach is enabled, registering systems will be attached to all "
|
5058
|
+
"associated custom products and only associated Red Hat subscriptions "
|
5059
|
+
"required to satisfy the system's installed products."
|
5060
|
+
msgstr ""
|
5061
|
+
|
4845
5062
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4846
5063
|
msgid ""
|
4847
5064
|
"Whitespace-separated list of components to sync (leave clear to sync all). Example: main <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'deb'\" uib-popover-html=\"componentPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Components\">\n"
|
@@ -4894,11 +5111,21 @@ msgid ""
|
|
4894
5111
|
"contents of requirement.yml here"
|
4895
5112
|
msgstr ""
|
4896
5113
|
|
5114
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5115
|
+
msgid "You cannot remove content from a redhat repository"
|
5116
|
+
msgstr ""
|
5117
|
+
|
4897
5118
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4898
5119
|
msgid ""
|
4899
5120
|
"You cannot remove these repositories because you do not have permission."
|
4900
5121
|
msgstr ""
|
4901
5122
|
|
5123
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
5124
|
+
msgid ""
|
5125
|
+
"You cannot remove this product because it has repositories that are the last"
|
5126
|
+
" affected repository on content view filters"
|
5127
|
+
msgstr ""
|
5128
|
+
|
4902
5129
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4903
5130
|
msgid "You cannot remove this product because it is a Red Hat product."
|
4904
5131
|
msgstr ""
|
@@ -5142,6 +5369,7 @@ msgstr ""
|
|
5142
5369
|
msgid "Your search returned zero Repositories"
|
5143
5370
|
msgstr ""
|
5144
5371
|
|
5372
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5145
5373
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5146
5374
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5147
5375
|
msgid "Your search returned zero Repositories."
|