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
@@ -1,11 +1,11 @@
|
|
1
1
|
#
|
2
2
|
# Translators:
|
3
|
-
# 0868a4d1af5275b3f70b0a6dac4c99a4,
|
3
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2023
|
4
4
|
#
|
5
5
|
msgid ""
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: \n"
|
8
|
-
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4,
|
8
|
+
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2023\n"
|
9
9
|
"Language-Team: Odia (https://app.transifex.com/foreman/teams/114/or/)\n"
|
10
10
|
"Content-Type: text/plain; charset=UTF-8\n"
|
11
11
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -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"
|
@@ -352,6 +360,7 @@ msgid "Activation Key:"
|
|
352
360
|
msgstr ""
|
353
361
|
|
354
362
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
363
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
355
364
|
msgid "Activation Keys"
|
356
365
|
msgstr ""
|
357
366
|
|
@@ -372,6 +381,11 @@ msgstr ""
|
|
372
381
|
msgid "Add Content Hosts to:"
|
373
382
|
msgstr ""
|
374
383
|
|
384
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
385
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
386
|
+
msgid "Add Host Collections"
|
387
|
+
msgstr ""
|
388
|
+
|
375
389
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
376
390
|
msgid "Add hosts to the host collection to see available actions."
|
377
391
|
msgstr ""
|
@@ -389,6 +403,10 @@ msgstr ""
|
|
389
403
|
msgid "Add ons:"
|
390
404
|
msgstr ""
|
391
405
|
|
406
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
407
|
+
msgid "Add Products"
|
408
|
+
msgstr ""
|
409
|
+
|
392
410
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
393
411
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
394
412
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
@@ -399,6 +417,11 @@ msgstr ""
|
|
399
417
|
msgid "Add Selected"
|
400
418
|
msgstr ""
|
401
419
|
|
420
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
421
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
422
|
+
msgid "Add Subscriptions"
|
423
|
+
msgstr ""
|
424
|
+
|
402
425
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
403
426
|
msgid "Add Subscriptions for Activation Key:"
|
404
427
|
msgstr ""
|
@@ -431,9 +454,11 @@ msgstr ""
|
|
431
454
|
msgid "Additive"
|
432
455
|
msgstr ""
|
433
456
|
|
457
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
434
458
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
435
459
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
436
460
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
461
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
|
437
462
|
msgid "Advanced Sync"
|
438
463
|
msgstr ""
|
439
464
|
|
@@ -445,6 +470,10 @@ msgstr ""
|
|
445
470
|
msgid "Affected Hosts"
|
446
471
|
msgstr ""
|
447
472
|
|
473
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
474
|
+
msgid "All"
|
475
|
+
msgstr ""
|
476
|
+
|
448
477
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
449
478
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
450
479
|
msgid "All Content Views"
|
@@ -463,6 +492,7 @@ msgstr ""
|
|
463
492
|
|
464
493
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
465
494
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
495
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
|
466
496
|
msgid "Alternate Content Sources"
|
467
497
|
msgstr ""
|
468
498
|
|
@@ -555,6 +585,7 @@ msgid "Ansible Collection Authorization"
|
|
555
585
|
msgstr ""
|
556
586
|
|
557
587
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
588
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
558
589
|
msgid "Ansible Collections"
|
559
590
|
msgstr ""
|
560
591
|
|
@@ -570,6 +601,7 @@ msgid "Applicable Content Hosts"
|
|
570
601
|
msgstr ""
|
571
602
|
|
572
603
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
604
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
573
605
|
msgid "Applicable Deb Packages"
|
574
606
|
msgstr ""
|
575
607
|
|
@@ -578,6 +610,7 @@ msgid "Applicable Errata"
|
|
578
610
|
msgstr ""
|
579
611
|
|
580
612
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
613
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
|
581
614
|
msgid "Applicable Packages"
|
582
615
|
msgstr ""
|
583
616
|
|
@@ -596,6 +629,7 @@ msgid "Application"
|
|
596
629
|
msgstr ""
|
597
630
|
|
598
631
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
632
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
599
633
|
msgid "Apply"
|
600
634
|
msgstr ""
|
601
635
|
|
@@ -630,7 +664,7 @@ msgid "Apply Errata"
|
|
630
664
|
msgstr ""
|
631
665
|
|
632
666
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
633
|
-
msgid "Apply Errata to Content Host \"{{host.
|
667
|
+
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
634
668
|
msgstr ""
|
635
669
|
|
636
670
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
@@ -695,7 +729,9 @@ msgid ""
|
|
695
729
|
msgstr ""
|
696
730
|
|
697
731
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
698
|
-
msgid "
|
732
|
+
msgid ""
|
733
|
+
"Are you sure you want to apply Errata to content host \"{{ host.display_name"
|
734
|
+
" }}\"?"
|
699
735
|
msgstr ""
|
700
736
|
|
701
737
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -819,8 +855,9 @@ msgid ""
|
|
819
855
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
820
856
|
"repository?"
|
821
857
|
msgid_plural ""
|
822
|
-
"
|
823
|
-
"
|
858
|
+
"Repositories that are published in content view\n"
|
859
|
+
" 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"
|
860
|
+
" "
|
824
861
|
msgstr[0] ""
|
825
862
|
msgstr[1] ""
|
826
863
|
|
@@ -853,8 +890,8 @@ msgstr ""
|
|
853
890
|
|
854
891
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
855
892
|
msgid ""
|
856
|
-
"Are you sure you want to restart services on content host \"{{
|
857
|
-
"}}\"?"
|
893
|
+
"Are you sure you want to restart services on content host \"{{ "
|
894
|
+
"host.display_name }}\"?"
|
858
895
|
msgstr ""
|
859
896
|
|
860
897
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -938,10 +975,18 @@ msgstr "ଲେଖକ"
|
|
938
975
|
msgid "Auto-Attach"
|
939
976
|
msgstr ""
|
940
977
|
|
978
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
979
|
+
msgid "Auto-attach available subscriptions to all selected hosts."
|
980
|
+
msgstr ""
|
981
|
+
|
941
982
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
942
983
|
msgid "Auto-Attach Details"
|
943
984
|
msgstr ""
|
944
985
|
|
986
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
987
|
+
msgid "Auto-attach uses all available subscriptions, not a selected subset."
|
988
|
+
msgstr ""
|
989
|
+
|
945
990
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
946
991
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
947
992
|
msgid "Automatic"
|
@@ -1025,6 +1070,10 @@ msgstr ""
|
|
1025
1070
|
msgid "Build Time"
|
1026
1071
|
msgstr ""
|
1027
1072
|
|
1073
|
+
#: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
|
1074
|
+
msgid "Bulk Task"
|
1075
|
+
msgstr ""
|
1076
|
+
|
1028
1077
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1029
1078
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1030
1079
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -1045,6 +1094,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1045
1094
|
msgstr ""
|
1046
1095
|
|
1047
1096
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1097
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1048
1098
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1049
1099
|
msgid "Cannot Remove"
|
1050
1100
|
msgstr ""
|
@@ -1199,6 +1249,7 @@ msgid "Composite View"
|
|
1199
1249
|
msgstr ""
|
1200
1250
|
|
1201
1251
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1252
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
1202
1253
|
msgid "Confirm"
|
1203
1254
|
msgstr ""
|
1204
1255
|
|
@@ -1211,10 +1262,12 @@ msgid "Container Image Manifest"
|
|
1211
1262
|
msgstr ""
|
1212
1263
|
|
1213
1264
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1265
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1214
1266
|
msgid "Container Image Manifest Lists"
|
1215
1267
|
msgstr ""
|
1216
1268
|
|
1217
1269
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1270
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1218
1271
|
msgid "Container Image Manifests"
|
1219
1272
|
msgstr ""
|
1220
1273
|
|
@@ -1231,6 +1284,7 @@ msgstr ""
|
|
1231
1284
|
|
1232
1285
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
1233
1286
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1287
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
|
1234
1288
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1235
1289
|
msgid "Container Image Tags"
|
1236
1290
|
msgstr ""
|
@@ -1244,6 +1298,10 @@ msgstr ""
|
|
1244
1298
|
msgid "Content Counts"
|
1245
1299
|
msgstr ""
|
1246
1300
|
|
1301
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
|
1302
|
+
msgid "Content Credential"
|
1303
|
+
msgstr ""
|
1304
|
+
|
1247
1305
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1248
1306
|
msgid "Content Credential %s has been created."
|
1249
1307
|
msgstr ""
|
@@ -1292,6 +1350,10 @@ msgstr ""
|
|
1292
1350
|
msgid "Content Host Limit"
|
1293
1351
|
msgstr ""
|
1294
1352
|
|
1353
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1354
|
+
msgid "Content Host Module Stream Management"
|
1355
|
+
msgstr ""
|
1356
|
+
|
1295
1357
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1296
1358
|
msgid "Content Host Properties"
|
1297
1359
|
msgstr ""
|
@@ -1304,6 +1366,10 @@ msgstr ""
|
|
1304
1366
|
msgid "Content Host Status"
|
1305
1367
|
msgstr ""
|
1306
1368
|
|
1369
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1370
|
+
msgid "Content Host Traces Management"
|
1371
|
+
msgstr ""
|
1372
|
+
|
1307
1373
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1308
1374
|
msgid "Content Host:"
|
1309
1375
|
msgstr ""
|
@@ -1315,6 +1381,9 @@ msgstr ""
|
|
1315
1381
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1316
1382
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
1317
1383
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
1384
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
|
1385
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
1386
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
1318
1387
|
msgid "Content Hosts"
|
1319
1388
|
msgstr ""
|
1320
1389
|
|
@@ -1347,6 +1416,7 @@ msgstr ""
|
|
1347
1416
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1348
1417
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1349
1418
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1419
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1350
1420
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
1351
1421
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1352
1422
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -1371,7 +1441,10 @@ msgstr ""
|
|
1371
1441
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1372
1442
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1373
1443
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1444
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
|
1374
1445
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1446
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1447
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
|
1375
1448
|
msgid "Content Views"
|
1376
1449
|
msgstr ""
|
1377
1450
|
|
@@ -1438,6 +1511,11 @@ msgstr ""
|
|
1438
1511
|
msgid "Create Content Credential"
|
1439
1512
|
msgstr ""
|
1440
1513
|
|
1514
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
|
1515
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
1516
|
+
msgid "Create Copy"
|
1517
|
+
msgstr ""
|
1518
|
+
|
1441
1519
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1442
1520
|
msgid "Create Discovered Repositories"
|
1443
1521
|
msgstr ""
|
@@ -1456,6 +1534,10 @@ msgstr ""
|
|
1456
1534
|
msgid "Create Product"
|
1457
1535
|
msgstr ""
|
1458
1536
|
|
1537
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1538
|
+
msgid "Create Repositories"
|
1539
|
+
msgstr ""
|
1540
|
+
|
1459
1541
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1460
1542
|
msgid "Create Selected"
|
1461
1543
|
msgstr ""
|
@@ -1494,6 +1576,10 @@ msgstr ""
|
|
1494
1576
|
msgid "Current Subscriptions for Activation Key:"
|
1495
1577
|
msgstr ""
|
1496
1578
|
|
1579
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1580
|
+
msgid "Custom"
|
1581
|
+
msgstr ""
|
1582
|
+
|
1497
1583
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1498
1584
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1499
1585
|
msgid "custom cron"
|
@@ -1537,6 +1623,10 @@ msgid ""
|
|
1537
1623
|
"href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1538
1624
|
msgstr ""
|
1539
1625
|
|
1626
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
1627
|
+
msgid "Deb Package Actions"
|
1628
|
+
msgstr ""
|
1629
|
+
|
1540
1630
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1541
1631
|
msgid "deb Package Updates"
|
1542
1632
|
msgstr ""
|
@@ -1548,6 +1638,7 @@ msgstr ""
|
|
1548
1638
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1549
1639
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1550
1640
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1641
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1551
1642
|
msgid "Deb Packages"
|
1552
1643
|
msgstr ""
|
1553
1644
|
|
@@ -1559,6 +1650,10 @@ msgstr ""
|
|
1559
1650
|
msgid "Deb Packages for:"
|
1560
1651
|
msgstr ""
|
1561
1652
|
|
1653
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1654
|
+
msgid "Deb Repositories"
|
1655
|
+
msgstr ""
|
1656
|
+
|
1562
1657
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1563
1658
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1564
1659
|
msgstr ""
|
@@ -1568,6 +1663,11 @@ msgstr ""
|
|
1568
1663
|
msgid "Deb:"
|
1569
1664
|
msgstr ""
|
1570
1665
|
|
1666
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
1667
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1668
|
+
msgid "Debs"
|
1669
|
+
msgstr ""
|
1670
|
+
|
1571
1671
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1572
1672
|
msgid "Default"
|
1573
1673
|
msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ"
|
@@ -1584,6 +1684,10 @@ msgstr "ଅପସାରଣ କରନ୍ତୁ"
|
|
1584
1684
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1585
1685
|
msgstr ""
|
1586
1686
|
|
1687
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1688
|
+
msgid "Delete filters"
|
1689
|
+
msgstr ""
|
1690
|
+
|
1587
1691
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1588
1692
|
msgid "Delete Hosts"
|
1589
1693
|
msgstr ""
|
@@ -1593,6 +1697,7 @@ msgid "Delta RPM"
|
|
1593
1697
|
msgstr ""
|
1594
1698
|
|
1595
1699
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1700
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1596
1701
|
msgid "Dependencies"
|
1597
1702
|
msgstr ""
|
1598
1703
|
|
@@ -1684,6 +1789,10 @@ msgstr ""
|
|
1684
1789
|
msgid "Discover"
|
1685
1790
|
msgstr ""
|
1686
1791
|
|
1792
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
1793
|
+
msgid "Discover Repositories"
|
1794
|
+
msgstr ""
|
1795
|
+
|
1687
1796
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1688
1797
|
msgid "Discovered Repository"
|
1689
1798
|
msgstr ""
|
@@ -1706,6 +1815,10 @@ msgid ""
|
|
1706
1815
|
"repository."
|
1707
1816
|
msgstr ""
|
1708
1817
|
|
1818
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1819
|
+
msgid "Docker"
|
1820
|
+
msgstr ""
|
1821
|
+
|
1709
1822
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1710
1823
|
msgid ""
|
1711
1824
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -1717,6 +1830,10 @@ msgid ""
|
|
1717
1830
|
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1718
1831
|
msgstr ""
|
1719
1832
|
|
1833
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1834
|
+
msgid "Docker Tags"
|
1835
|
+
msgstr ""
|
1836
|
+
|
1720
1837
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1721
1838
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
1722
1839
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -1790,6 +1907,10 @@ msgid ""
|
|
1790
1907
|
"Environment will also be removed from the following published content views!"
|
1791
1908
|
msgstr ""
|
1792
1909
|
|
1910
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
|
1911
|
+
msgid "Environments"
|
1912
|
+
msgstr "ପରିବେଶଗୁଡ଼ିକ"
|
1913
|
+
|
1793
1914
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
1794
1915
|
msgid "Environments List"
|
1795
1916
|
msgstr ""
|
@@ -1797,7 +1918,10 @@ msgstr ""
|
|
1797
1918
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1798
1919
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1799
1920
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1921
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1800
1922
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1923
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1924
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
1801
1925
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
1802
1926
|
msgid "Errata"
|
1803
1927
|
msgstr ""
|
@@ -1909,6 +2033,9 @@ msgstr ""
|
|
1909
2033
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
1910
2034
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1911
2035
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2036
|
+
#: app/assets/javascripts/bastion_katello/files/files.controller.js
|
2037
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
2038
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1912
2039
|
msgid "Files"
|
1913
2040
|
msgstr ""
|
1914
2041
|
|
@@ -1918,12 +2045,17 @@ msgstr ""
|
|
1918
2045
|
|
1919
2046
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
1920
2047
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
2048
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1921
2049
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1922
2050
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1923
2051
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1924
2052
|
msgid "Filter"
|
1925
2053
|
msgstr "ଛାଣକ"
|
1926
2054
|
|
2055
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2056
|
+
msgid "Filter by Environment"
|
2057
|
+
msgstr ""
|
2058
|
+
|
1927
2059
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1928
2060
|
msgid "Filter by Status:"
|
1929
2061
|
msgstr ""
|
@@ -1934,14 +2066,12 @@ msgstr ""
|
|
1934
2066
|
msgid "Filter..."
|
1935
2067
|
msgstr ""
|
1936
2068
|
|
1937
|
-
#: app/assets/javascripts/bastion_katello/
|
1938
|
-
msgid "
|
2069
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2070
|
+
msgid "Filters"
|
1939
2071
|
msgstr ""
|
1940
2072
|
|
1941
|
-
#: app/assets/javascripts/bastion_katello/
|
1942
|
-
msgid ""
|
1943
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
1944
|
-
"it is recommended to use sha1."
|
2073
|
+
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
2074
|
+
msgid "Finished At"
|
1945
2075
|
msgstr ""
|
1946
2076
|
|
1947
2077
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -2013,6 +2143,10 @@ msgstr ""
|
|
2013
2143
|
msgid "Host Collection Membership"
|
2014
2144
|
msgstr ""
|
2015
2145
|
|
2146
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2147
|
+
msgid "Host Collection Membership Management"
|
2148
|
+
msgstr ""
|
2149
|
+
|
2016
2150
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
2017
2151
|
msgid "Host Collection removed."
|
2018
2152
|
msgstr ""
|
@@ -2029,6 +2163,8 @@ msgstr ""
|
|
2029
2163
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
2030
2164
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2031
2165
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
2166
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
2167
|
+
#: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
|
2032
2168
|
msgid "Host Collections"
|
2033
2169
|
msgstr ""
|
2034
2170
|
|
@@ -2075,6 +2211,10 @@ msgstr ""
|
|
2075
2211
|
msgid "HTTP Proxy"
|
2076
2212
|
msgstr ""
|
2077
2213
|
|
2214
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2215
|
+
msgid "HTTP Proxy Management"
|
2216
|
+
msgstr ""
|
2217
|
+
|
2078
2218
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2079
2219
|
msgid "HTTP Proxy Policy"
|
2080
2220
|
msgstr ""
|
@@ -2096,11 +2236,22 @@ msgstr ""
|
|
2096
2236
|
msgid "Id"
|
2097
2237
|
msgstr ""
|
2098
2238
|
|
2239
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2240
|
+
msgid ""
|
2241
|
+
"If you want to upload individual packages, create a separate repository with"
|
2242
|
+
" an empty \"Upstream URL\" field."
|
2243
|
+
msgstr ""
|
2244
|
+
|
2099
2245
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2100
2246
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2101
2247
|
msgid "Ignore SRPMs"
|
2102
2248
|
msgstr ""
|
2103
2249
|
|
2250
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2251
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2252
|
+
msgid "Ignore treeinfo"
|
2253
|
+
msgstr ""
|
2254
|
+
|
2104
2255
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2105
2256
|
msgid "Image"
|
2106
2257
|
msgstr ""
|
@@ -2162,6 +2313,7 @@ msgid "Installed"
|
|
2162
2313
|
msgstr "ସ୍ଥାପିତ"
|
2163
2314
|
|
2164
2315
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2316
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
2165
2317
|
msgid "Installed Deb Packages"
|
2166
2318
|
msgstr ""
|
2167
2319
|
|
@@ -2176,6 +2328,7 @@ msgid "Installed Package"
|
|
2176
2328
|
msgstr ""
|
2177
2329
|
|
2178
2330
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2331
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2179
2332
|
msgid "Installed Packages"
|
2180
2333
|
msgstr ""
|
2181
2334
|
|
@@ -2214,18 +2367,10 @@ msgstr ""
|
|
2214
2367
|
msgid "Issued"
|
2215
2368
|
msgstr ""
|
2216
2369
|
|
2217
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2218
|
-
msgid "Katello Agent"
|
2219
|
-
msgstr ""
|
2220
|
-
|
2221
2370
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2222
2371
|
msgid "Katello Tracer"
|
2223
2372
|
msgstr ""
|
2224
2373
|
|
2225
|
-
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2226
|
-
msgid "Katello-agent is deprecated and will be removed in a future release."
|
2227
|
-
msgstr ""
|
2228
|
-
|
2229
2374
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
2230
2375
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2231
2376
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2249,11 +2394,16 @@ msgstr ""
|
|
2249
2394
|
msgid "Last Puppet Report"
|
2250
2395
|
msgstr ""
|
2251
2396
|
|
2397
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2398
|
+
msgid "Last reclaim failed:"
|
2399
|
+
msgstr ""
|
2400
|
+
|
2252
2401
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2253
2402
|
msgid "Last reclaim space failed:"
|
2254
2403
|
msgstr ""
|
2255
2404
|
|
2256
2405
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2406
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2257
2407
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2258
2408
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2259
2409
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2314,6 +2464,7 @@ msgid "Lifecycle Environment:"
|
|
2314
2464
|
msgstr ""
|
2315
2465
|
|
2316
2466
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
2467
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
|
2317
2468
|
msgid "Lifecycle Environments"
|
2318
2469
|
msgstr ""
|
2319
2470
|
|
@@ -2327,7 +2478,7 @@ msgstr ""
|
|
2327
2478
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2328
2479
|
msgid ""
|
2329
2480
|
"Limit Repository Sets to only those available in this Activation Key's "
|
2330
|
-
"Lifecycle
|
2481
|
+
"Lifecycle Environment"
|
2331
2482
|
msgstr ""
|
2332
2483
|
|
2333
2484
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -2358,6 +2509,23 @@ msgstr ""
|
|
2358
2509
|
msgid "List"
|
2359
2510
|
msgstr ""
|
2360
2511
|
|
2512
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2513
|
+
msgid "List Host Collections"
|
2514
|
+
msgstr ""
|
2515
|
+
|
2516
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2517
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2518
|
+
msgid "List Hosts"
|
2519
|
+
msgstr ""
|
2520
|
+
|
2521
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2522
|
+
msgid "List Products"
|
2523
|
+
msgstr ""
|
2524
|
+
|
2525
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2526
|
+
msgid "List Subscriptions"
|
2527
|
+
msgstr ""
|
2528
|
+
|
2361
2529
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2362
2530
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
2363
2531
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
|
@@ -2377,6 +2545,10 @@ msgstr ""
|
|
2377
2545
|
msgid "Loading...\""
|
2378
2546
|
msgstr ""
|
2379
2547
|
|
2548
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2549
|
+
msgid "Make filters apply to all repositories in the content view"
|
2550
|
+
msgstr ""
|
2551
|
+
|
2380
2552
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2381
2553
|
msgid "Manage Ansible Collections for Repository:"
|
2382
2554
|
msgstr ""
|
@@ -2449,6 +2621,11 @@ msgstr ""
|
|
2449
2621
|
msgid "Manifest Type"
|
2450
2622
|
msgstr ""
|
2451
2623
|
|
2624
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2625
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2626
|
+
msgid "Metadata Expiration (Seconds)"
|
2627
|
+
msgstr ""
|
2628
|
+
|
2452
2629
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2453
2630
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2454
2631
|
msgid "Mirroring Policy"
|
@@ -2483,7 +2660,10 @@ msgstr ""
|
|
2483
2660
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2484
2661
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2485
2662
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2663
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
|
2486
2664
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
2665
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
2666
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2487
2667
|
msgid "Module Streams"
|
2488
2668
|
msgstr ""
|
2489
2669
|
|
@@ -2500,6 +2680,7 @@ msgid "More Details"
|
|
2500
2680
|
msgstr ""
|
2501
2681
|
|
2502
2682
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2683
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2503
2684
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2504
2685
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2505
2686
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
@@ -2530,6 +2711,7 @@ msgstr "N/A"
|
|
2530
2711
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
2531
2712
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2532
2713
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
2714
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2533
2715
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
2534
2716
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
2535
2717
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
@@ -2600,24 +2782,36 @@ msgid "Never synced"
|
|
2600
2782
|
msgstr ""
|
2601
2783
|
|
2602
2784
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
2785
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
|
2603
2786
|
msgid "New Activation Key"
|
2604
2787
|
msgstr ""
|
2605
2788
|
|
2789
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
2790
|
+
msgid "New Content Credential"
|
2791
|
+
msgstr ""
|
2792
|
+
|
2606
2793
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2794
|
+
#: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
|
2607
2795
|
msgid "New Environment"
|
2608
2796
|
msgstr ""
|
2609
2797
|
|
2798
|
+
#: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
|
2799
|
+
msgid "New Host Collection"
|
2800
|
+
msgstr ""
|
2801
|
+
|
2610
2802
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
2611
2803
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
2612
2804
|
msgid "New Name:"
|
2613
2805
|
msgstr ""
|
2614
2806
|
|
2615
2807
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
2808
|
+
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
2616
2809
|
msgid "New Product"
|
2617
2810
|
msgstr ""
|
2618
2811
|
|
2619
2812
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2620
2813
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
2814
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
|
2621
2815
|
msgid "New Repository"
|
2622
2816
|
msgstr ""
|
2623
2817
|
|
@@ -2721,6 +2915,10 @@ msgstr ""
|
|
2721
2915
|
msgid "No matching results."
|
2722
2916
|
msgstr ""
|
2723
2917
|
|
2918
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2919
|
+
msgid "No Packages to show"
|
2920
|
+
msgstr ""
|
2921
|
+
|
2724
2922
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
2725
2923
|
msgid "No products are available to add to this Sync Plan."
|
2726
2924
|
msgstr ""
|
@@ -2777,15 +2975,12 @@ msgstr "କିଛିନୁହଁ"
|
|
2777
2975
|
msgid "Not Applicable"
|
2778
2976
|
msgstr ""
|
2779
2977
|
|
2780
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2781
|
-
msgid "Not installed"
|
2782
|
-
msgstr ""
|
2783
|
-
|
2784
2978
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
2785
2979
|
msgid "Not started"
|
2786
2980
|
msgstr ""
|
2787
2981
|
|
2788
2982
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2983
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2789
2984
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2790
2985
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2791
2986
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2908,6 +3103,7 @@ msgstr ""
|
|
2908
3103
|
|
2909
3104
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
2910
3105
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3106
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
2911
3107
|
msgid "Package Actions"
|
2912
3108
|
msgstr ""
|
2913
3109
|
|
@@ -2916,6 +3112,7 @@ msgid "Package Group (Deprecated)"
|
|
2916
3112
|
msgstr ""
|
2917
3113
|
|
2918
3114
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3115
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2919
3116
|
msgid "Package Groups"
|
2920
3117
|
msgstr ""
|
2921
3118
|
|
@@ -2964,6 +3161,10 @@ msgstr ""
|
|
2964
3161
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
2965
3162
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2966
3163
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3164
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3165
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
|
3166
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3167
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2967
3168
|
msgid "Packages"
|
2968
3169
|
msgstr ""
|
2969
3170
|
|
@@ -3022,15 +3223,20 @@ msgstr "ପଥ"
|
|
3022
3223
|
msgid "Perform"
|
3023
3224
|
msgstr ""
|
3024
3225
|
|
3025
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3026
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3027
3226
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3028
3227
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3029
3228
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3030
3229
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3031
3230
|
msgid ""
|
3032
3231
|
"Performing host package actions is disabled because Katello is not "
|
3033
|
-
"configured for
|
3232
|
+
"configured for remote execution."
|
3233
|
+
msgstr ""
|
3234
|
+
|
3235
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3236
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3237
|
+
msgid ""
|
3238
|
+
"Performing host package actions is disabled because Katello is not "
|
3239
|
+
"configured for Remote Execution."
|
3034
3240
|
msgstr ""
|
3035
3241
|
|
3036
3242
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3074,6 +3280,7 @@ msgstr ""
|
|
3074
3280
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3075
3281
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3076
3282
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3283
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
3077
3284
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
3078
3285
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3079
3286
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
@@ -3134,6 +3341,9 @@ msgstr ""
|
|
3134
3341
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3135
3342
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3136
3343
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3344
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
|
3345
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3346
|
+
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
3137
3347
|
msgid "Products"
|
3138
3348
|
msgstr ""
|
3139
3349
|
|
@@ -3153,6 +3363,10 @@ msgstr ""
|
|
3153
3363
|
msgid "Provides"
|
3154
3364
|
msgstr ""
|
3155
3365
|
|
3366
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
3367
|
+
msgid "Provisioning"
|
3368
|
+
msgstr ""
|
3369
|
+
|
3156
3370
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3157
3371
|
msgid "Provisioning Details"
|
3158
3372
|
msgstr ""
|
@@ -3216,6 +3430,10 @@ msgstr ""
|
|
3216
3430
|
msgid "Recurring Logic"
|
3217
3431
|
msgstr ""
|
3218
3432
|
|
3433
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3434
|
+
msgid "Red Hat"
|
3435
|
+
msgstr ""
|
3436
|
+
|
3219
3437
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3220
3438
|
msgid "Red Hat Repositories page"
|
3221
3439
|
msgstr ""
|
@@ -3449,12 +3667,21 @@ msgstr ""
|
|
3449
3667
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
3450
3668
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
3451
3669
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3670
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
3452
3671
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3453
3672
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
3454
3673
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3455
3674
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3456
3675
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3457
3676
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3677
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
3678
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3679
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
3680
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3681
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
|
3682
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
|
3683
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3684
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
3458
3685
|
msgid "Repositories"
|
3459
3686
|
msgstr ""
|
3460
3687
|
|
@@ -3494,7 +3721,6 @@ msgstr ""
|
|
3494
3721
|
msgid "Repositories to Create"
|
3495
3722
|
msgstr ""
|
3496
3723
|
|
3497
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3498
3724
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3499
3725
|
msgid "Repository"
|
3500
3726
|
msgstr ""
|
@@ -3528,8 +3754,6 @@ msgstr ""
|
|
3528
3754
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3529
3755
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3530
3756
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3531
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
3532
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
3533
3757
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3534
3758
|
msgid "Repository Name"
|
3535
3759
|
msgstr ""
|
@@ -3550,14 +3774,23 @@ msgstr ""
|
|
3550
3774
|
|
3551
3775
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3552
3776
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3777
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3553
3778
|
msgid "Repository Sets"
|
3554
3779
|
msgstr ""
|
3555
3780
|
|
3781
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3782
|
+
msgid "Repository Sets Management"
|
3783
|
+
msgstr ""
|
3784
|
+
|
3556
3785
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3557
3786
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3558
3787
|
msgid "Repository Sets settings saved successfully."
|
3559
3788
|
msgstr ""
|
3560
3789
|
|
3790
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3791
|
+
msgid "Repository type"
|
3792
|
+
msgstr ""
|
3793
|
+
|
3561
3794
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3562
3795
|
msgid "Repository Type"
|
3563
3796
|
msgstr ""
|
@@ -3577,6 +3810,10 @@ msgstr ""
|
|
3577
3810
|
msgid "Repository:"
|
3578
3811
|
msgstr ""
|
3579
3812
|
|
3813
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3814
|
+
msgid "Republish Repository Metadata"
|
3815
|
+
msgstr ""
|
3816
|
+
|
3580
3817
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3581
3818
|
msgid "Requirements"
|
3582
3819
|
msgstr ""
|
@@ -3618,7 +3855,7 @@ msgid "Restart Selected"
|
|
3618
3855
|
msgstr ""
|
3619
3856
|
|
3620
3857
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
3621
|
-
msgid "Restart Services on Content Host \"{{host.
|
3858
|
+
msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
|
3622
3859
|
msgstr ""
|
3623
3860
|
|
3624
3861
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3727,10 +3964,20 @@ msgstr ""
|
|
3727
3964
|
msgid "Select an Organization"
|
3728
3965
|
msgstr ""
|
3729
3966
|
|
3967
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
3968
|
+
msgid "Select Content Host(s)"
|
3969
|
+
msgstr ""
|
3970
|
+
|
3730
3971
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3731
3972
|
msgid "Select Content View"
|
3732
3973
|
msgstr ""
|
3733
3974
|
|
3975
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3976
|
+
msgid ""
|
3977
|
+
"Select this option if treeinfo files or other kickstart content is failing "
|
3978
|
+
"to syncronize from the upstream repository."
|
3979
|
+
msgstr ""
|
3980
|
+
|
3734
3981
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3735
3982
|
msgid ""
|
3736
3983
|
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
@@ -3742,6 +3989,12 @@ msgid ""
|
|
3742
3989
|
"Selecting this option will exclude SRPMs from repository synchronization."
|
3743
3990
|
msgstr ""
|
3744
3991
|
|
3992
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3993
|
+
msgid ""
|
3994
|
+
"Selecting this option will exclude treeinfo files from repository "
|
3995
|
+
"synchronization."
|
3996
|
+
msgstr ""
|
3997
|
+
|
3745
3998
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3746
3999
|
msgid ""
|
3747
4000
|
"Selecting this option will result in Katello verifying that the upstream "
|
@@ -3903,7 +4156,6 @@ msgstr "ଅବସ୍ଥା"
|
|
3903
4156
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3904
4157
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
3905
4158
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3906
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3907
4159
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
3908
4160
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
3909
4161
|
msgid "Status"
|
@@ -3925,8 +4177,6 @@ msgid "Subscription Management"
|
|
3925
4177
|
msgstr ""
|
3926
4178
|
|
3927
4179
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
3928
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3929
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
3930
4180
|
msgid "Subscription Status"
|
3931
4181
|
msgstr ""
|
3932
4182
|
|
@@ -3934,15 +4184,10 @@ msgstr ""
|
|
3934
4184
|
msgid "Subscription UUID"
|
3935
4185
|
msgstr ""
|
3936
4186
|
|
3937
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
3938
|
-
msgid ""
|
3939
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
3940
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
3941
|
-
msgstr ""
|
3942
|
-
|
3943
4187
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3944
4188
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3945
4189
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4190
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
3946
4191
|
msgid "Subscriptions"
|
3947
4192
|
msgstr ""
|
3948
4193
|
|
@@ -3984,22 +4229,6 @@ msgstr ""
|
|
3984
4229
|
msgid "Successfully removed 1 item."
|
3985
4230
|
msgstr ""
|
3986
4231
|
|
3987
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3988
|
-
msgid "Successfully scheduled an update of all packages"
|
3989
|
-
msgstr ""
|
3990
|
-
|
3991
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3992
|
-
msgid "Successfully scheduled package installation"
|
3993
|
-
msgstr ""
|
3994
|
-
|
3995
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3996
|
-
msgid "Successfully scheduled package removal"
|
3997
|
-
msgstr ""
|
3998
|
-
|
3999
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4000
|
-
msgid "Successfully scheduled package update"
|
4001
|
-
msgstr ""
|
4002
|
-
|
4003
4232
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
4004
4233
|
msgid "Successfully updated subscriptions."
|
4005
4234
|
msgstr ""
|
@@ -4060,6 +4289,10 @@ msgstr ""
|
|
4060
4289
|
msgid "Sync Plan created and assigned to product."
|
4061
4290
|
msgstr ""
|
4062
4291
|
|
4292
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4293
|
+
msgid "Sync Plan Management"
|
4294
|
+
msgstr ""
|
4295
|
+
|
4063
4296
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
4064
4297
|
msgid "Sync Plan saved"
|
4065
4298
|
msgstr ""
|
@@ -4074,6 +4307,8 @@ msgid "Sync Plan:"
|
|
4074
4307
|
msgstr ""
|
4075
4308
|
|
4076
4309
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
4310
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4311
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4077
4312
|
msgid "Sync Plans"
|
4078
4313
|
msgstr ""
|
4079
4314
|
|
@@ -4129,10 +4364,6 @@ msgstr ""
|
|
4129
4364
|
msgid "System Purpose Management"
|
4130
4365
|
msgstr ""
|
4131
4366
|
|
4132
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4133
|
-
msgid "System Purpose Status"
|
4134
|
-
msgstr ""
|
4135
|
-
|
4136
4367
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
4137
4368
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4138
4369
|
msgid "Tags"
|
@@ -4145,6 +4376,9 @@ msgstr ""
|
|
4145
4376
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4146
4377
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4147
4378
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
|
4379
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
4380
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
4381
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
4148
4382
|
msgid "Tasks"
|
4149
4383
|
msgstr ""
|
4150
4384
|
|
@@ -4184,6 +4418,11 @@ msgid ""
|
|
4184
4418
|
"make errata available to these hosts."
|
4185
4419
|
msgstr ""
|
4186
4420
|
|
4421
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4422
|
+
msgid ""
|
4423
|
+
"The filters below have this repository as the last affected repository!"
|
4424
|
+
msgstr ""
|
4425
|
+
|
4187
4426
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4188
4427
|
msgid ""
|
4189
4428
|
"The following actions can be performed on content hosts in this host "
|
@@ -4233,15 +4472,15 @@ msgstr ""
|
|
4233
4472
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4234
4473
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4235
4474
|
msgid ""
|
4236
|
-
"The repository will be
|
4237
|
-
"
|
4475
|
+
"The repository will only be available on content hosts with the selected "
|
4476
|
+
"architecture."
|
4238
4477
|
msgstr ""
|
4239
4478
|
|
4240
4479
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4241
4480
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4242
4481
|
msgid ""
|
4243
|
-
"The repository will be
|
4244
|
-
"
|
4482
|
+
"The repository will only be available on content hosts with the selected OS "
|
4483
|
+
"version."
|
4245
4484
|
msgstr ""
|
4246
4485
|
|
4247
4486
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -4250,6 +4489,12 @@ msgid ""
|
|
4250
4489
|
"different environment."
|
4251
4490
|
msgstr ""
|
4252
4491
|
|
4492
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4493
|
+
msgid ""
|
4494
|
+
"The sha1 checksum type is no longer supported. The checksum type will reset "
|
4495
|
+
"to 'Default' at the next edit or change in content."
|
4496
|
+
msgstr ""
|
4497
|
+
|
4253
4498
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4254
4499
|
msgid "The time the sync should happen in your current time zone."
|
4255
4500
|
msgstr ""
|
@@ -4357,7 +4602,9 @@ msgstr ""
|
|
4357
4602
|
|
4358
4603
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4359
4604
|
msgid ""
|
4360
|
-
"This activation key may be used during
|
4605
|
+
"This activation key may be used during <a "
|
4606
|
+
"href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
|
4607
|
+
"registration.</a>"
|
4361
4608
|
msgstr ""
|
4362
4609
|
|
4363
4610
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
@@ -4368,26 +4615,16 @@ msgstr ""
|
|
4368
4615
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
4369
4616
|
msgstr ""
|
4370
4617
|
|
4618
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
4619
|
+
msgid "This Container Image Tag is not present in any Repositories."
|
4620
|
+
msgstr ""
|
4621
|
+
|
4371
4622
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4372
4623
|
msgid ""
|
4373
4624
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4374
4625
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4375
4626
|
msgstr ""
|
4376
4627
|
|
4377
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4378
|
-
msgid ""
|
4379
|
-
"This organization has Simple Content Access enabled. Hosts are not required"
|
4380
|
-
" to have subscriptions attached to access repositories."
|
4381
|
-
msgstr ""
|
4382
|
-
|
4383
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4384
|
-
msgid ""
|
4385
|
-
"This organization is not using <a target=\"_blank\" "
|
4386
|
-
"href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
|
4387
|
-
"Content Access.</a> Entitlement-based subscription management is deprecated "
|
4388
|
-
"and will be removed in a future version."
|
4389
|
-
msgstr ""
|
4390
|
-
|
4391
4628
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4392
4629
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4393
4630
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
@@ -4423,6 +4660,7 @@ msgstr ""
|
|
4423
4660
|
|
4424
4661
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4425
4662
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4663
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4426
4664
|
msgid "Traces"
|
4427
4665
|
msgstr ""
|
4428
4666
|
|
@@ -4486,7 +4724,7 @@ msgid "Unregister Host"
|
|
4486
4724
|
msgstr ""
|
4487
4725
|
|
4488
4726
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4489
|
-
msgid "Unregister Host \"{{host.
|
4727
|
+
msgid "Unregister Host \"{{host.display_name}}\"?"
|
4490
4728
|
msgstr ""
|
4491
4729
|
|
4492
4730
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -4724,17 +4962,6 @@ msgstr ""
|
|
4724
4962
|
msgid "Versions"
|
4725
4963
|
msgstr ""
|
4726
4964
|
|
4727
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4728
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4729
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
4730
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4731
|
-
msgid "via Katello agent"
|
4732
|
-
msgstr ""
|
4733
|
-
|
4734
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4735
|
-
msgid "via Katello Agent"
|
4736
|
-
msgstr ""
|
4737
|
-
|
4738
4965
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4739
4966
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4740
4967
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
@@ -4808,6 +5035,13 @@ msgid ""
|
|
4808
5035
|
"associated subscriptions."
|
4809
5036
|
msgstr ""
|
4810
5037
|
|
5038
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5039
|
+
msgid ""
|
5040
|
+
"When Auto Attach is enabled, registering systems will be attached to all "
|
5041
|
+
"associated custom products and only associated Red Hat subscriptions "
|
5042
|
+
"required to satisfy the system's installed products."
|
5043
|
+
msgstr ""
|
5044
|
+
|
4811
5045
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4812
5046
|
msgid ""
|
4813
5047
|
"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"
|
@@ -4860,11 +5094,21 @@ msgid ""
|
|
4860
5094
|
"contents of requirement.yml here"
|
4861
5095
|
msgstr ""
|
4862
5096
|
|
5097
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5098
|
+
msgid "You cannot remove content from a redhat repository"
|
5099
|
+
msgstr ""
|
5100
|
+
|
4863
5101
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4864
5102
|
msgid ""
|
4865
5103
|
"You cannot remove these repositories because you do not have permission."
|
4866
5104
|
msgstr ""
|
4867
5105
|
|
5106
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
5107
|
+
msgid ""
|
5108
|
+
"You cannot remove this product because it has repositories that are the last"
|
5109
|
+
" affected repository on content view filters"
|
5110
|
+
msgstr ""
|
5111
|
+
|
4868
5112
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4869
5113
|
msgid "You cannot remove this product because it is a Red Hat product."
|
4870
5114
|
msgstr ""
|
@@ -5108,6 +5352,7 @@ msgstr ""
|
|
5108
5352
|
msgid "Your search returned zero Repositories"
|
5109
5353
|
msgstr ""
|
5110
5354
|
|
5355
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5111
5356
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5112
5357
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5113
5358
|
msgid "Your search returned zero Repositories."
|