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
@@ -6,14 +6,14 @@
|
|
6
6
|
# Vladimir Pavlov <v.pavlov@i-teco.ru>, 2017
|
7
7
|
# KotUchoniy <yosho1@yandex.ru>, 2021
|
8
8
|
# Andrei Burd <burdandrei@gmail.com>, 2022
|
9
|
-
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
|
10
9
|
# Yulia <yulia.poyarkova@redhat.com>, 2022
|
11
|
-
#
|
10
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2023
|
11
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
12
12
|
#
|
13
13
|
msgid ""
|
14
14
|
msgstr ""
|
15
15
|
"Project-Id-Version: \n"
|
16
|
-
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>,
|
16
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\n"
|
17
17
|
"Language-Team: Russian (https://app.transifex.com/foreman/teams/114/ru/)\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -69,7 +69,11 @@ msgid "{{ file.name }}"
|
|
69
69
|
msgstr ""
|
70
70
|
|
71
71
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
72
|
-
msgid "{{ host.
|
72
|
+
msgid "{{ host.display_name }}"
|
73
|
+
msgstr ""
|
74
|
+
|
75
|
+
#: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
|
76
|
+
msgid "{{ host.rhel_lifecycle_status_label }}"
|
73
77
|
msgstr ""
|
74
78
|
|
75
79
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -112,6 +116,10 @@ msgstr ""
|
|
112
116
|
msgid "{{ product.name }}"
|
113
117
|
msgstr ""
|
114
118
|
|
119
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
120
|
+
msgid "{{ repo.last_sync_words }} ago"
|
121
|
+
msgstr ""
|
122
|
+
|
115
123
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
116
124
|
msgid ""
|
117
125
|
"{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
|
@@ -374,6 +382,7 @@ msgid "Activation Key:"
|
|
374
382
|
msgstr ""
|
375
383
|
|
376
384
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
385
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
377
386
|
msgid "Activation Keys"
|
378
387
|
msgstr "Ключи активации"
|
379
388
|
|
@@ -394,6 +403,11 @@ msgstr "Добавить"
|
|
394
403
|
msgid "Add Content Hosts to:"
|
395
404
|
msgstr ""
|
396
405
|
|
406
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
407
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
408
|
+
msgid "Add Host Collections"
|
409
|
+
msgstr ""
|
410
|
+
|
397
411
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
398
412
|
msgid "Add hosts to the host collection to see available actions."
|
399
413
|
msgstr ""
|
@@ -411,6 +425,10 @@ msgstr ""
|
|
411
425
|
msgid "Add ons:"
|
412
426
|
msgstr ""
|
413
427
|
|
428
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
429
|
+
msgid "Add Products"
|
430
|
+
msgstr ""
|
431
|
+
|
414
432
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
415
433
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
416
434
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
@@ -421,6 +439,11 @@ msgstr ""
|
|
421
439
|
msgid "Add Selected"
|
422
440
|
msgstr "Добавить выбранные"
|
423
441
|
|
442
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
443
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
444
|
+
msgid "Add Subscriptions"
|
445
|
+
msgstr ""
|
446
|
+
|
424
447
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
425
448
|
msgid "Add Subscriptions for Activation Key:"
|
426
449
|
msgstr ""
|
@@ -454,9 +477,11 @@ msgstr "Окружение будет добавлено после «{{ priorEn
|
|
454
477
|
msgid "Additive"
|
455
478
|
msgstr ""
|
456
479
|
|
480
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
457
481
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
458
482
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
459
483
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
484
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
|
460
485
|
msgid "Advanced Sync"
|
461
486
|
msgstr ""
|
462
487
|
|
@@ -468,6 +493,10 @@ msgstr "Рекомендация"
|
|
468
493
|
msgid "Affected Hosts"
|
469
494
|
msgstr "Узлы"
|
470
495
|
|
496
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
497
|
+
msgid "All"
|
498
|
+
msgstr ""
|
499
|
+
|
471
500
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
472
501
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
473
502
|
msgid "All Content Views"
|
@@ -486,6 +515,7 @@ msgstr "Все репозитории"
|
|
486
515
|
|
487
516
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
488
517
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
518
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
|
489
519
|
msgid "Alternate Content Sources"
|
490
520
|
msgstr ""
|
491
521
|
|
@@ -580,6 +610,7 @@ msgid "Ansible Collection Authorization"
|
|
580
610
|
msgstr ""
|
581
611
|
|
582
612
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
613
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
583
614
|
msgid "Ansible Collections"
|
584
615
|
msgstr ""
|
585
616
|
|
@@ -595,6 +626,7 @@ msgid "Applicable Content Hosts"
|
|
595
626
|
msgstr ""
|
596
627
|
|
597
628
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
629
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
598
630
|
msgid "Applicable Deb Packages"
|
599
631
|
msgstr ""
|
600
632
|
|
@@ -603,6 +635,7 @@ msgid "Applicable Errata"
|
|
603
635
|
msgstr "Применимые исправления"
|
604
636
|
|
605
637
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
638
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
|
606
639
|
msgid "Applicable Packages"
|
607
640
|
msgstr ""
|
608
641
|
|
@@ -621,6 +654,7 @@ msgid "Application"
|
|
621
654
|
msgstr "Программа"
|
622
655
|
|
623
656
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
657
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
624
658
|
msgid "Apply"
|
625
659
|
msgstr "Применить"
|
626
660
|
|
@@ -655,8 +689,8 @@ msgid "Apply Errata"
|
|
655
689
|
msgstr "Применить исправления"
|
656
690
|
|
657
691
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
658
|
-
msgid "Apply Errata to Content Host \"{{host.
|
659
|
-
msgstr "
|
692
|
+
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
693
|
+
msgstr ""
|
660
694
|
|
661
695
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
662
696
|
msgid "Apply Errata to Content Hosts"
|
@@ -722,8 +756,10 @@ msgid ""
|
|
722
756
|
msgstr ""
|
723
757
|
|
724
758
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
725
|
-
msgid "
|
726
|
-
|
759
|
+
msgid ""
|
760
|
+
"Are you sure you want to apply Errata to content host \"{{ host.display_name"
|
761
|
+
" }}\"?"
|
762
|
+
msgstr ""
|
727
763
|
|
728
764
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
729
765
|
msgid ""
|
@@ -860,8 +896,9 @@ msgid ""
|
|
860
896
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
861
897
|
"repository?"
|
862
898
|
msgid_plural ""
|
863
|
-
"
|
864
|
-
"
|
899
|
+
"Repositories that are published in content view\n"
|
900
|
+
" 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"
|
901
|
+
" "
|
865
902
|
msgstr[0] ""
|
866
903
|
msgstr[1] ""
|
867
904
|
msgstr[2] ""
|
@@ -898,8 +935,8 @@ msgstr ""
|
|
898
935
|
|
899
936
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
900
937
|
msgid ""
|
901
|
-
"Are you sure you want to restart services on content host \"{{
|
902
|
-
"}}\"?"
|
938
|
+
"Are you sure you want to restart services on content host \"{{ "
|
939
|
+
"host.display_name }}\"?"
|
903
940
|
msgstr ""
|
904
941
|
|
905
942
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -985,10 +1022,18 @@ msgstr "Автор"
|
|
985
1022
|
msgid "Auto-Attach"
|
986
1023
|
msgstr "Автоматический выбор"
|
987
1024
|
|
1025
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
1026
|
+
msgid "Auto-attach available subscriptions to all selected hosts."
|
1027
|
+
msgstr ""
|
1028
|
+
|
988
1029
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
989
1030
|
msgid "Auto-Attach Details"
|
990
1031
|
msgstr ""
|
991
1032
|
|
1033
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
1034
|
+
msgid "Auto-attach uses all available subscriptions, not a selected subset."
|
1035
|
+
msgstr ""
|
1036
|
+
|
992
1037
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
993
1038
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
994
1039
|
msgid "Automatic"
|
@@ -1074,6 +1119,10 @@ msgstr ""
|
|
1074
1119
|
msgid "Build Time"
|
1075
1120
|
msgstr "Время сборки"
|
1076
1121
|
|
1122
|
+
#: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
|
1123
|
+
msgid "Bulk Task"
|
1124
|
+
msgstr ""
|
1125
|
+
|
1077
1126
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1078
1127
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1079
1128
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -1094,6 +1143,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1094
1143
|
msgstr ""
|
1095
1144
|
|
1096
1145
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1146
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1097
1147
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1098
1148
|
msgid "Cannot Remove"
|
1099
1149
|
msgstr ""
|
@@ -1254,6 +1304,7 @@ msgid "Composite View"
|
|
1254
1304
|
msgstr "Составное представление"
|
1255
1305
|
|
1256
1306
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1307
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
1257
1308
|
msgid "Confirm"
|
1258
1309
|
msgstr "Подтвердить"
|
1259
1310
|
|
@@ -1266,10 +1317,12 @@ msgid "Container Image Manifest"
|
|
1266
1317
|
msgstr ""
|
1267
1318
|
|
1268
1319
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1320
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1269
1321
|
msgid "Container Image Manifest Lists"
|
1270
1322
|
msgstr ""
|
1271
1323
|
|
1272
1324
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1325
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1273
1326
|
msgid "Container Image Manifests"
|
1274
1327
|
msgstr ""
|
1275
1328
|
|
@@ -1286,6 +1339,7 @@ msgstr ""
|
|
1286
1339
|
|
1287
1340
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
1288
1341
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1342
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
|
1289
1343
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1290
1344
|
msgid "Container Image Tags"
|
1291
1345
|
msgstr ""
|
@@ -1299,6 +1353,10 @@ msgstr "Содержимое"
|
|
1299
1353
|
msgid "Content Counts"
|
1300
1354
|
msgstr "Содержимое"
|
1301
1355
|
|
1356
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
|
1357
|
+
msgid "Content Credential"
|
1358
|
+
msgstr ""
|
1359
|
+
|
1302
1360
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1303
1361
|
msgid "Content Credential %s has been created."
|
1304
1362
|
msgstr ""
|
@@ -1347,6 +1405,10 @@ msgstr "Узлы"
|
|
1347
1405
|
msgid "Content Host Limit"
|
1348
1406
|
msgstr "Максимальное число узлов"
|
1349
1407
|
|
1408
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1409
|
+
msgid "Content Host Module Stream Management"
|
1410
|
+
msgstr ""
|
1411
|
+
|
1350
1412
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1351
1413
|
msgid "Content Host Properties"
|
1352
1414
|
msgstr "Свойства узла"
|
@@ -1359,6 +1421,10 @@ msgstr "Регистрация узла"
|
|
1359
1421
|
msgid "Content Host Status"
|
1360
1422
|
msgstr "Состояние узла"
|
1361
1423
|
|
1424
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1425
|
+
msgid "Content Host Traces Management"
|
1426
|
+
msgstr ""
|
1427
|
+
|
1362
1428
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1363
1429
|
msgid "Content Host:"
|
1364
1430
|
msgstr ""
|
@@ -1370,6 +1436,9 @@ msgstr ""
|
|
1370
1436
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1371
1437
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
1372
1438
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
1439
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
|
1440
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
1441
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
1373
1442
|
msgid "Content Hosts"
|
1374
1443
|
msgstr "Узлы содержимого"
|
1375
1444
|
|
@@ -1402,6 +1471,7 @@ msgstr "Тип содержимого"
|
|
1402
1471
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1403
1472
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1404
1473
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1474
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1405
1475
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
1406
1476
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1407
1477
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -1426,7 +1496,10 @@ msgstr ""
|
|
1426
1496
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1427
1497
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1428
1498
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1499
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
|
1429
1500
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1501
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1502
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
|
1430
1503
|
msgid "Content Views"
|
1431
1504
|
msgstr "Представления"
|
1432
1505
|
|
@@ -1493,6 +1566,11 @@ msgstr "Создать ключи активации"
|
|
1493
1566
|
msgid "Create Content Credential"
|
1494
1567
|
msgstr ""
|
1495
1568
|
|
1569
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
|
1570
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
1571
|
+
msgid "Create Copy"
|
1572
|
+
msgstr ""
|
1573
|
+
|
1496
1574
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1497
1575
|
msgid "Create Discovered Repositories"
|
1498
1576
|
msgstr ""
|
@@ -1511,6 +1589,10 @@ msgstr ""
|
|
1511
1589
|
msgid "Create Product"
|
1512
1590
|
msgstr ""
|
1513
1591
|
|
1592
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1593
|
+
msgid "Create Repositories"
|
1594
|
+
msgstr ""
|
1595
|
+
|
1514
1596
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1515
1597
|
msgid "Create Selected"
|
1516
1598
|
msgstr "Создать выбранные"
|
@@ -1549,6 +1631,10 @@ msgstr ""
|
|
1549
1631
|
msgid "Current Subscriptions for Activation Key:"
|
1550
1632
|
msgstr ""
|
1551
1633
|
|
1634
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1635
|
+
msgid "Custom"
|
1636
|
+
msgstr ""
|
1637
|
+
|
1552
1638
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1553
1639
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1554
1640
|
msgid "custom cron"
|
@@ -1592,6 +1678,10 @@ msgid ""
|
|
1592
1678
|
"href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1593
1679
|
msgstr ""
|
1594
1680
|
|
1681
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
1682
|
+
msgid "Deb Package Actions"
|
1683
|
+
msgstr ""
|
1684
|
+
|
1595
1685
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1596
1686
|
msgid "deb Package Updates"
|
1597
1687
|
msgstr ""
|
@@ -1603,6 +1693,7 @@ msgstr ""
|
|
1603
1693
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1604
1694
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1605
1695
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1696
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1606
1697
|
msgid "Deb Packages"
|
1607
1698
|
msgstr ""
|
1608
1699
|
|
@@ -1614,6 +1705,10 @@ msgstr ""
|
|
1614
1705
|
msgid "Deb Packages for:"
|
1615
1706
|
msgstr ""
|
1616
1707
|
|
1708
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1709
|
+
msgid "Deb Repositories"
|
1710
|
+
msgstr ""
|
1711
|
+
|
1617
1712
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1618
1713
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1619
1714
|
msgstr ""
|
@@ -1623,6 +1718,11 @@ msgstr ""
|
|
1623
1718
|
msgid "Deb:"
|
1624
1719
|
msgstr ""
|
1625
1720
|
|
1721
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
1722
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1723
|
+
msgid "Debs"
|
1724
|
+
msgstr ""
|
1725
|
+
|
1626
1726
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1627
1727
|
msgid "Default"
|
1628
1728
|
msgstr "По умолчанию"
|
@@ -1639,6 +1739,10 @@ msgstr "Удалить"
|
|
1639
1739
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1640
1740
|
msgstr ""
|
1641
1741
|
|
1742
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1743
|
+
msgid "Delete filters"
|
1744
|
+
msgstr ""
|
1745
|
+
|
1642
1746
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1643
1747
|
msgid "Delete Hosts"
|
1644
1748
|
msgstr "Удалить узлы"
|
@@ -1648,6 +1752,7 @@ msgid "Delta RPM"
|
|
1648
1752
|
msgstr ""
|
1649
1753
|
|
1650
1754
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1755
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1651
1756
|
msgid "Dependencies"
|
1652
1757
|
msgstr "Зависимости"
|
1653
1758
|
|
@@ -1739,6 +1844,10 @@ msgstr ""
|
|
1739
1844
|
msgid "Discover"
|
1740
1845
|
msgstr "Поиск"
|
1741
1846
|
|
1847
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
1848
|
+
msgid "Discover Repositories"
|
1849
|
+
msgstr "Поиск репозиториев"
|
1850
|
+
|
1742
1851
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1743
1852
|
msgid "Discovered Repository"
|
1744
1853
|
msgstr ""
|
@@ -1761,6 +1870,10 @@ msgid ""
|
|
1761
1870
|
"repository."
|
1762
1871
|
msgstr ""
|
1763
1872
|
|
1873
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1874
|
+
msgid "Docker"
|
1875
|
+
msgstr "Точки изгиба"
|
1876
|
+
|
1764
1877
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1765
1878
|
msgid ""
|
1766
1879
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -1773,6 +1886,10 @@ msgid ""
|
|
1773
1886
|
msgstr ""
|
1774
1887
|
"Репозитории Docker <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1775
1888
|
|
1889
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1890
|
+
msgid "Docker Tags"
|
1891
|
+
msgstr "Образы Docker"
|
1892
|
+
|
1776
1893
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1777
1894
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
1778
1895
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -1846,6 +1963,10 @@ msgid ""
|
|
1846
1963
|
"Environment will also be removed from the following published content views!"
|
1847
1964
|
msgstr ""
|
1848
1965
|
|
1966
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
|
1967
|
+
msgid "Environments"
|
1968
|
+
msgstr "Окружения"
|
1969
|
+
|
1849
1970
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
1850
1971
|
msgid "Environments List"
|
1851
1972
|
msgstr "Список окружений"
|
@@ -1853,7 +1974,10 @@ msgstr "Список окружений"
|
|
1853
1974
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1854
1975
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1855
1976
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1977
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1856
1978
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1979
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1980
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
1857
1981
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
1858
1982
|
msgid "Errata"
|
1859
1983
|
msgstr "Исправления"
|
@@ -1965,6 +2089,9 @@ msgstr "Имя файла"
|
|
1965
2089
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
1966
2090
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1967
2091
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2092
|
+
#: app/assets/javascripts/bastion_katello/files/files.controller.js
|
2093
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
2094
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1968
2095
|
msgid "Files"
|
1969
2096
|
msgstr "Файлы"
|
1970
2097
|
|
@@ -1974,12 +2101,17 @@ msgstr ""
|
|
1974
2101
|
|
1975
2102
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
1976
2103
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
2104
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1977
2105
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1978
2106
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1979
2107
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1980
2108
|
msgid "Filter"
|
1981
2109
|
msgstr "Фильтр"
|
1982
2110
|
|
2111
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2112
|
+
msgid "Filter by Environment"
|
2113
|
+
msgstr ""
|
2114
|
+
|
1983
2115
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1984
2116
|
msgid "Filter by Status:"
|
1985
2117
|
msgstr ""
|
@@ -1990,18 +2122,14 @@ msgstr ""
|
|
1990
2122
|
msgid "Filter..."
|
1991
2123
|
msgstr "Фильтр..."
|
1992
2124
|
|
2125
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2126
|
+
msgid "Filters"
|
2127
|
+
msgstr ""
|
2128
|
+
|
1993
2129
|
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
1994
2130
|
msgid "Finished At"
|
1995
2131
|
msgstr "Завершилось"
|
1996
2132
|
|
1997
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1998
|
-
msgid ""
|
1999
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
2000
|
-
"it is recommended to use sha1."
|
2001
|
-
msgstr ""
|
2002
|
-
"Для более ранних операционных систем (таких как Red Hat Enterprise Linux 5 и"
|
2003
|
-
" CentOS 5) рекомендуется использовать SHA1. "
|
2004
|
-
|
2005
2133
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2006
2134
|
msgid ""
|
2007
2135
|
"For On Demand synchronization, only the metadata is downloaded during sync and packages are fetched and stored on the filesystem when clients request them.\n"
|
@@ -2071,6 +2199,10 @@ msgstr "Управление коллекциями"
|
|
2071
2199
|
msgid "Host Collection Membership"
|
2072
2200
|
msgstr "Изменение состава коллекции"
|
2073
2201
|
|
2202
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2203
|
+
msgid "Host Collection Membership Management"
|
2204
|
+
msgstr ""
|
2205
|
+
|
2074
2206
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
2075
2207
|
msgid "Host Collection removed."
|
2076
2208
|
msgstr "Коллекция удалена."
|
@@ -2087,6 +2219,8 @@ msgstr ""
|
|
2087
2219
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
2088
2220
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2089
2221
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
2222
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
2223
|
+
#: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
|
2090
2224
|
msgid "Host Collections"
|
2091
2225
|
msgstr "Коллекции узлов"
|
2092
2226
|
|
@@ -2133,6 +2267,10 @@ msgstr ""
|
|
2133
2267
|
msgid "HTTP Proxy"
|
2134
2268
|
msgstr "HTTP-прокси"
|
2135
2269
|
|
2270
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2271
|
+
msgid "HTTP Proxy Management"
|
2272
|
+
msgstr ""
|
2273
|
+
|
2136
2274
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2137
2275
|
msgid "HTTP Proxy Policy"
|
2138
2276
|
msgstr ""
|
@@ -2154,11 +2292,22 @@ msgstr ""
|
|
2154
2292
|
msgid "Id"
|
2155
2293
|
msgstr "Идентификатор"
|
2156
2294
|
|
2295
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2296
|
+
msgid ""
|
2297
|
+
"If you want to upload individual packages, create a separate repository with"
|
2298
|
+
" an empty \"Upstream URL\" field."
|
2299
|
+
msgstr ""
|
2300
|
+
|
2157
2301
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2158
2302
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2159
2303
|
msgid "Ignore SRPMs"
|
2160
2304
|
msgstr ""
|
2161
2305
|
|
2306
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2307
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2308
|
+
msgid "Ignore treeinfo"
|
2309
|
+
msgstr ""
|
2310
|
+
|
2162
2311
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2163
2312
|
msgid "Image"
|
2164
2313
|
msgstr "Образ"
|
@@ -2220,6 +2369,7 @@ msgid "Installed"
|
|
2220
2369
|
msgstr "Установлено"
|
2221
2370
|
|
2222
2371
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2372
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
2223
2373
|
msgid "Installed Deb Packages"
|
2224
2374
|
msgstr ""
|
2225
2375
|
|
@@ -2234,6 +2384,7 @@ msgid "Installed Package"
|
|
2234
2384
|
msgstr "Установлено"
|
2235
2385
|
|
2236
2386
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2387
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2237
2388
|
msgid "Installed Packages"
|
2238
2389
|
msgstr "Установленные пакеты"
|
2239
2390
|
|
@@ -2272,18 +2423,10 @@ msgstr "Адрес IPv6"
|
|
2272
2423
|
msgid "Issued"
|
2273
2424
|
msgstr "Опубликовано"
|
2274
2425
|
|
2275
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2276
|
-
msgid "Katello Agent"
|
2277
|
-
msgstr "Агент Katello"
|
2278
|
-
|
2279
2426
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2280
2427
|
msgid "Katello Tracer"
|
2281
2428
|
msgstr ""
|
2282
2429
|
|
2283
|
-
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2284
|
-
msgid "Katello-agent is deprecated and will be removed in a future release."
|
2285
|
-
msgstr ""
|
2286
|
-
|
2287
2430
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
2288
2431
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2289
2432
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2307,11 +2450,16 @@ msgstr "Опубликовано"
|
|
2307
2450
|
msgid "Last Puppet Report"
|
2308
2451
|
msgstr "Последний отчет Puppet"
|
2309
2452
|
|
2453
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2454
|
+
msgid "Last reclaim failed:"
|
2455
|
+
msgstr ""
|
2456
|
+
|
2310
2457
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2311
2458
|
msgid "Last reclaim space failed:"
|
2312
2459
|
msgstr ""
|
2313
2460
|
|
2314
2461
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2462
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2315
2463
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2316
2464
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2317
2465
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2372,6 +2520,7 @@ msgid "Lifecycle Environment:"
|
|
2372
2520
|
msgstr ""
|
2373
2521
|
|
2374
2522
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
2523
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
|
2375
2524
|
msgid "Lifecycle Environments"
|
2376
2525
|
msgstr "Окружения жизненного цикла"
|
2377
2526
|
|
@@ -2385,7 +2534,7 @@ msgstr "Ограничение"
|
|
2385
2534
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2386
2535
|
msgid ""
|
2387
2536
|
"Limit Repository Sets to only those available in this Activation Key's "
|
2388
|
-
"Lifecycle
|
2537
|
+
"Lifecycle Environment"
|
2389
2538
|
msgstr ""
|
2390
2539
|
|
2391
2540
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -2416,6 +2565,23 @@ msgstr ""
|
|
2416
2565
|
msgid "List"
|
2417
2566
|
msgstr ""
|
2418
2567
|
|
2568
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2569
|
+
msgid "List Host Collections"
|
2570
|
+
msgstr ""
|
2571
|
+
|
2572
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2573
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2574
|
+
msgid "List Hosts"
|
2575
|
+
msgstr ""
|
2576
|
+
|
2577
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2578
|
+
msgid "List Products"
|
2579
|
+
msgstr ""
|
2580
|
+
|
2581
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2582
|
+
msgid "List Subscriptions"
|
2583
|
+
msgstr ""
|
2584
|
+
|
2419
2585
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2420
2586
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
2421
2587
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
|
@@ -2435,6 +2601,10 @@ msgstr "Загрузка..."
|
|
2435
2601
|
msgid "Loading...\""
|
2436
2602
|
msgstr ""
|
2437
2603
|
|
2604
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2605
|
+
msgid "Make filters apply to all repositories in the content view"
|
2606
|
+
msgstr ""
|
2607
|
+
|
2438
2608
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2439
2609
|
msgid "Manage Ansible Collections for Repository:"
|
2440
2610
|
msgstr ""
|
@@ -2507,6 +2677,11 @@ msgstr ""
|
|
2507
2677
|
msgid "Manifest Type"
|
2508
2678
|
msgstr ""
|
2509
2679
|
|
2680
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2681
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2682
|
+
msgid "Metadata Expiration (Seconds)"
|
2683
|
+
msgstr ""
|
2684
|
+
|
2510
2685
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2511
2686
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2512
2687
|
msgid "Mirroring Policy"
|
@@ -2541,7 +2716,10 @@ msgstr ""
|
|
2541
2716
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2542
2717
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2543
2718
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2719
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
|
2544
2720
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
2721
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
2722
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2545
2723
|
msgid "Module Streams"
|
2546
2724
|
msgstr ""
|
2547
2725
|
|
@@ -2558,6 +2736,7 @@ msgid "More Details"
|
|
2558
2736
|
msgstr "Подробнее"
|
2559
2737
|
|
2560
2738
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2739
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2561
2740
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2562
2741
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2563
2742
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
@@ -2588,6 +2767,7 @@ msgstr "нет"
|
|
2588
2767
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
2589
2768
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2590
2769
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
2770
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2591
2771
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
2592
2772
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
2593
2773
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
@@ -2658,24 +2838,36 @@ msgid "Never synced"
|
|
2658
2838
|
msgstr "Не синхронизировалось"
|
2659
2839
|
|
2660
2840
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
2841
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
|
2661
2842
|
msgid "New Activation Key"
|
2662
2843
|
msgstr "Новый ключ активации"
|
2663
2844
|
|
2845
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
2846
|
+
msgid "New Content Credential"
|
2847
|
+
msgstr ""
|
2848
|
+
|
2664
2849
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2850
|
+
#: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
|
2665
2851
|
msgid "New Environment"
|
2666
2852
|
msgstr "Новое окружение"
|
2667
2853
|
|
2854
|
+
#: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
|
2855
|
+
msgid "New Host Collection"
|
2856
|
+
msgstr ""
|
2857
|
+
|
2668
2858
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
2669
2859
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
2670
2860
|
msgid "New Name:"
|
2671
2861
|
msgstr ""
|
2672
2862
|
|
2673
2863
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
2864
|
+
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
2674
2865
|
msgid "New Product"
|
2675
2866
|
msgstr "Новый продукт"
|
2676
2867
|
|
2677
2868
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2678
2869
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
2870
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
|
2679
2871
|
msgid "New Repository"
|
2680
2872
|
msgstr "Новый репозиторий"
|
2681
2873
|
|
@@ -2783,6 +2975,10 @@ msgstr ""
|
|
2783
2975
|
msgid "No matching results."
|
2784
2976
|
msgstr ""
|
2785
2977
|
|
2978
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2979
|
+
msgid "No Packages to show"
|
2980
|
+
msgstr ""
|
2981
|
+
|
2786
2982
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
2787
2983
|
msgid "No products are available to add to this Sync Plan."
|
2788
2984
|
msgstr ""
|
@@ -2839,15 +3035,12 @@ msgstr "Нет"
|
|
2839
3035
|
msgid "Not Applicable"
|
2840
3036
|
msgstr ""
|
2841
3037
|
|
2842
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2843
|
-
msgid "Not installed"
|
2844
|
-
msgstr "Не установлено"
|
2845
|
-
|
2846
3038
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
2847
3039
|
msgid "Not started"
|
2848
3040
|
msgstr ""
|
2849
3041
|
|
2850
3042
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3043
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2851
3044
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2852
3045
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2853
3046
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2976,6 +3169,7 @@ msgstr "Пакет"
|
|
2976
3169
|
|
2977
3170
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
2978
3171
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3172
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
2979
3173
|
msgid "Package Actions"
|
2980
3174
|
msgstr "Операции над пакетами"
|
2981
3175
|
|
@@ -2984,6 +3178,7 @@ msgid "Package Group (Deprecated)"
|
|
2984
3178
|
msgstr ""
|
2985
3179
|
|
2986
3180
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3181
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2987
3182
|
msgid "Package Groups"
|
2988
3183
|
msgstr "Группы пакетов"
|
2989
3184
|
|
@@ -3032,6 +3227,10 @@ msgstr "Пакет/группа"
|
|
3032
3227
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
3033
3228
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3034
3229
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3230
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3231
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
|
3232
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3233
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
3035
3234
|
msgid "Packages"
|
3036
3235
|
msgstr "Пакеты"
|
3037
3236
|
|
@@ -3090,15 +3289,20 @@ msgstr "Путь"
|
|
3090
3289
|
msgid "Perform"
|
3091
3290
|
msgstr "Выполнить"
|
3092
3291
|
|
3093
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3094
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3095
3292
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3096
3293
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3097
3294
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3098
3295
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3099
3296
|
msgid ""
|
3100
3297
|
"Performing host package actions is disabled because Katello is not "
|
3101
|
-
"configured for
|
3298
|
+
"configured for remote execution."
|
3299
|
+
msgstr ""
|
3300
|
+
|
3301
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3302
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3303
|
+
msgid ""
|
3304
|
+
"Performing host package actions is disabled because Katello is not "
|
3305
|
+
"configured for Remote Execution."
|
3102
3306
|
msgstr ""
|
3103
3307
|
|
3104
3308
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3142,6 +3346,7 @@ msgstr ""
|
|
3142
3346
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3143
3347
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3144
3348
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3349
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
3145
3350
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
3146
3351
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3147
3352
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
@@ -3202,6 +3407,9 @@ msgstr ""
|
|
3202
3407
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3203
3408
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3204
3409
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3410
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
|
3411
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3412
|
+
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
3205
3413
|
msgid "Products"
|
3206
3414
|
msgstr "Продукты"
|
3207
3415
|
|
@@ -3221,6 +3429,10 @@ msgstr ""
|
|
3221
3429
|
msgid "Provides"
|
3222
3430
|
msgstr "Предоставляет"
|
3223
3431
|
|
3432
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
3433
|
+
msgid "Provisioning"
|
3434
|
+
msgstr ""
|
3435
|
+
|
3224
3436
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3225
3437
|
msgid "Provisioning Details"
|
3226
3438
|
msgstr "Подготовка"
|
@@ -3284,6 +3496,10 @@ msgstr ""
|
|
3284
3496
|
msgid "Recurring Logic"
|
3285
3497
|
msgstr ""
|
3286
3498
|
|
3499
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3500
|
+
msgid "Red Hat"
|
3501
|
+
msgstr ""
|
3502
|
+
|
3287
3503
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3288
3504
|
msgid "Red Hat Repositories page"
|
3289
3505
|
msgstr "репозитории Red Hat"
|
@@ -3529,12 +3745,21 @@ msgstr "Поиск репозиториев"
|
|
3529
3745
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
3530
3746
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
3531
3747
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3748
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
3532
3749
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3533
3750
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
3534
3751
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3535
3752
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3536
3753
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3537
3754
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3755
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
3756
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3757
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
3758
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3759
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
|
3760
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
|
3761
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3762
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
3538
3763
|
msgid "Repositories"
|
3539
3764
|
msgstr "Репозитории"
|
3540
3765
|
|
@@ -3574,7 +3799,6 @@ msgstr ""
|
|
3574
3799
|
msgid "Repositories to Create"
|
3575
3800
|
msgstr ""
|
3576
3801
|
|
3577
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3578
3802
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3579
3803
|
msgid "Repository"
|
3580
3804
|
msgstr "Репозиторий"
|
@@ -3608,8 +3832,6 @@ msgstr "Метка"
|
|
3608
3832
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3609
3833
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3610
3834
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3611
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
3612
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
3613
3835
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3614
3836
|
msgid "Repository Name"
|
3615
3837
|
msgstr "Имя репозитория"
|
@@ -3630,14 +3852,23 @@ msgstr "Репозиторий сохранен."
|
|
3630
3852
|
|
3631
3853
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3632
3854
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3855
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3633
3856
|
msgid "Repository Sets"
|
3634
3857
|
msgstr ""
|
3635
3858
|
|
3859
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3860
|
+
msgid "Repository Sets Management"
|
3861
|
+
msgstr ""
|
3862
|
+
|
3636
3863
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3637
3864
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3638
3865
|
msgid "Repository Sets settings saved successfully."
|
3639
3866
|
msgstr ""
|
3640
3867
|
|
3868
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3869
|
+
msgid "Repository type"
|
3870
|
+
msgstr ""
|
3871
|
+
|
3641
3872
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3642
3873
|
msgid "Repository Type"
|
3643
3874
|
msgstr "Тип репозитория"
|
@@ -3657,6 +3888,10 @@ msgstr ""
|
|
3657
3888
|
msgid "Repository:"
|
3658
3889
|
msgstr ""
|
3659
3890
|
|
3891
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3892
|
+
msgid "Republish Repository Metadata"
|
3893
|
+
msgstr ""
|
3894
|
+
|
3660
3895
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3661
3896
|
msgid "Requirements"
|
3662
3897
|
msgstr ""
|
@@ -3698,7 +3933,7 @@ msgid "Restart Selected"
|
|
3698
3933
|
msgstr ""
|
3699
3934
|
|
3700
3935
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
3701
|
-
msgid "Restart Services on Content Host \"{{host.
|
3936
|
+
msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
|
3702
3937
|
msgstr ""
|
3703
3938
|
|
3704
3939
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3807,10 +4042,20 @@ msgstr "Действия"
|
|
3807
4042
|
msgid "Select an Organization"
|
3808
4043
|
msgstr "Выберите организацию"
|
3809
4044
|
|
4045
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
4046
|
+
msgid "Select Content Host(s)"
|
4047
|
+
msgstr ""
|
4048
|
+
|
3810
4049
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3811
4050
|
msgid "Select Content View"
|
3812
4051
|
msgstr "Выберите представление"
|
3813
4052
|
|
4053
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4054
|
+
msgid ""
|
4055
|
+
"Select this option if treeinfo files or other kickstart content is failing "
|
4056
|
+
"to syncronize from the upstream repository."
|
4057
|
+
msgstr ""
|
4058
|
+
|
3814
4059
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3815
4060
|
msgid ""
|
3816
4061
|
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
@@ -3822,6 +4067,12 @@ msgid ""
|
|
3822
4067
|
"Selecting this option will exclude SRPMs from repository synchronization."
|
3823
4068
|
msgstr ""
|
3824
4069
|
|
4070
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4071
|
+
msgid ""
|
4072
|
+
"Selecting this option will exclude treeinfo files from repository "
|
4073
|
+
"synchronization."
|
4074
|
+
msgstr ""
|
4075
|
+
|
3825
4076
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3826
4077
|
msgid ""
|
3827
4078
|
"Selecting this option will result in Katello verifying that the upstream "
|
@@ -3983,7 +4234,6 @@ msgstr "Состояние"
|
|
3983
4234
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3984
4235
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
3985
4236
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3986
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3987
4237
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
3988
4238
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
3989
4239
|
msgid "Status"
|
@@ -4005,8 +4255,6 @@ msgid "Subscription Management"
|
|
4005
4255
|
msgstr "Управление подписками"
|
4006
4256
|
|
4007
4257
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
4008
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4009
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
4010
4258
|
msgid "Subscription Status"
|
4011
4259
|
msgstr "Состояние"
|
4012
4260
|
|
@@ -4014,17 +4262,10 @@ msgstr "Состояние"
|
|
4014
4262
|
msgid "Subscription UUID"
|
4015
4263
|
msgstr ""
|
4016
4264
|
|
4017
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4018
|
-
msgid ""
|
4019
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
4020
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
4021
|
-
msgstr ""
|
4022
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
4023
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
4024
|
-
|
4025
4265
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
4026
4266
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4027
4267
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4268
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
4028
4269
|
msgid "Subscriptions"
|
4029
4270
|
msgstr "Подписки"
|
4030
4271
|
|
@@ -4066,22 +4307,6 @@ msgstr "Удалено подписок: %s"
|
|
4066
4307
|
msgid "Successfully removed 1 item."
|
4067
4308
|
msgstr "Удален один элемент."
|
4068
4309
|
|
4069
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4070
|
-
msgid "Successfully scheduled an update of all packages"
|
4071
|
-
msgstr ""
|
4072
|
-
|
4073
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4074
|
-
msgid "Successfully scheduled package installation"
|
4075
|
-
msgstr ""
|
4076
|
-
|
4077
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4078
|
-
msgid "Successfully scheduled package removal"
|
4079
|
-
msgstr ""
|
4080
|
-
|
4081
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
4082
|
-
msgid "Successfully scheduled package update"
|
4083
|
-
msgstr ""
|
4084
|
-
|
4085
4310
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
4086
4311
|
msgid "Successfully updated subscriptions."
|
4087
4312
|
msgstr "Подписки обновлены."
|
@@ -4142,6 +4367,10 @@ msgstr "План %s удален."
|
|
4142
4367
|
msgid "Sync Plan created and assigned to product."
|
4143
4368
|
msgstr ""
|
4144
4369
|
|
4370
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4371
|
+
msgid "Sync Plan Management"
|
4372
|
+
msgstr ""
|
4373
|
+
|
4145
4374
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
4146
4375
|
msgid "Sync Plan saved"
|
4147
4376
|
msgstr ""
|
@@ -4156,6 +4385,8 @@ msgid "Sync Plan:"
|
|
4156
4385
|
msgstr ""
|
4157
4386
|
|
4158
4387
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
4388
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4389
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4159
4390
|
msgid "Sync Plans"
|
4160
4391
|
msgstr "План синхронизации"
|
4161
4392
|
|
@@ -4211,10 +4442,6 @@ msgstr ""
|
|
4211
4442
|
msgid "System Purpose Management"
|
4212
4443
|
msgstr ""
|
4213
4444
|
|
4214
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4215
|
-
msgid "System Purpose Status"
|
4216
|
-
msgstr ""
|
4217
|
-
|
4218
4445
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
4219
4446
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4220
4447
|
msgid "Tags"
|
@@ -4227,6 +4454,9 @@ msgstr "Описание задачи"
|
|
4227
4454
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4228
4455
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4229
4456
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
|
4457
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
4458
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
4459
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
4230
4460
|
msgid "Tasks"
|
4231
4461
|
msgstr "Задачи"
|
4232
4462
|
|
@@ -4268,6 +4498,11 @@ msgstr ""
|
|
4268
4498
|
"Чтобы эти узлы могли получать исправления, необходимо обновить представление"
|
4269
4499
|
" или окружение."
|
4270
4500
|
|
4501
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4502
|
+
msgid ""
|
4503
|
+
"The filters below have this repository as the last affected repository!"
|
4504
|
+
msgstr ""
|
4505
|
+
|
4271
4506
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4272
4507
|
msgid ""
|
4273
4508
|
"The following actions can be performed on content hosts in this host "
|
@@ -4320,15 +4555,15 @@ msgstr ""
|
|
4320
4555
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4321
4556
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4322
4557
|
msgid ""
|
4323
|
-
"The repository will be
|
4324
|
-
"
|
4558
|
+
"The repository will only be available on content hosts with the selected "
|
4559
|
+
"architecture."
|
4325
4560
|
msgstr ""
|
4326
4561
|
|
4327
4562
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4328
4563
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4329
4564
|
msgid ""
|
4330
|
-
"The repository will be
|
4331
|
-
"
|
4565
|
+
"The repository will only be available on content hosts with the selected OS "
|
4566
|
+
"version."
|
4332
4567
|
msgstr ""
|
4333
4568
|
|
4334
4569
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -4338,6 +4573,12 @@ msgid ""
|
|
4338
4573
|
msgstr ""
|
4339
4574
|
"Выбранное окружение не содержит представлений. Выберите другое окружение."
|
4340
4575
|
|
4576
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4577
|
+
msgid ""
|
4578
|
+
"The sha1 checksum type is no longer supported. The checksum type will reset "
|
4579
|
+
"to 'Default' at the next edit or change in content."
|
4580
|
+
msgstr ""
|
4581
|
+
|
4341
4582
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4342
4583
|
msgid "The time the sync should happen in your current time zone."
|
4343
4584
|
msgstr ""
|
@@ -4455,7 +4696,9 @@ msgstr "Этот ключ активации не связан ни с одни
|
|
4455
4696
|
|
4456
4697
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4457
4698
|
msgid ""
|
4458
|
-
"This activation key may be used during
|
4699
|
+
"This activation key may be used during <a "
|
4700
|
+
"href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
|
4701
|
+
"registration.</a>"
|
4459
4702
|
msgstr ""
|
4460
4703
|
|
4461
4704
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
@@ -4466,26 +4709,16 @@ msgstr ""
|
|
4466
4709
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
4467
4710
|
msgstr ""
|
4468
4711
|
|
4712
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
4713
|
+
msgid "This Container Image Tag is not present in any Repositories."
|
4714
|
+
msgstr ""
|
4715
|
+
|
4469
4716
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4470
4717
|
msgid ""
|
4471
4718
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4472
4719
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4473
4720
|
msgstr ""
|
4474
4721
|
|
4475
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4476
|
-
msgid ""
|
4477
|
-
"This organization has Simple Content Access enabled. Hosts are not required"
|
4478
|
-
" to have subscriptions attached to access repositories."
|
4479
|
-
msgstr ""
|
4480
|
-
|
4481
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4482
|
-
msgid ""
|
4483
|
-
"This organization is not using <a target=\"_blank\" "
|
4484
|
-
"href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
|
4485
|
-
"Content Access.</a> Entitlement-based subscription management is deprecated "
|
4486
|
-
"and will be removed in a future version."
|
4487
|
-
msgstr ""
|
4488
|
-
|
4489
4722
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4490
4723
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4491
4724
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
@@ -4523,6 +4756,7 @@ msgstr ""
|
|
4523
4756
|
|
4524
4757
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4525
4758
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4759
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4526
4760
|
msgid "Traces"
|
4527
4761
|
msgstr ""
|
4528
4762
|
|
@@ -4586,7 +4820,7 @@ msgid "Unregister Host"
|
|
4586
4820
|
msgstr "Отменить регистрацию узла"
|
4587
4821
|
|
4588
4822
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4589
|
-
msgid "Unregister Host \"{{host.
|
4823
|
+
msgid "Unregister Host \"{{host.display_name}}\"?"
|
4590
4824
|
msgstr ""
|
4591
4825
|
|
4592
4826
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -4824,17 +5058,6 @@ msgstr ""
|
|
4824
5058
|
msgid "Versions"
|
4825
5059
|
msgstr "Версия"
|
4826
5060
|
|
4827
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4828
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4829
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
4830
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4831
|
-
msgid "via Katello agent"
|
4832
|
-
msgstr "с помощью агента Katello"
|
4833
|
-
|
4834
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4835
|
-
msgid "via Katello Agent"
|
4836
|
-
msgstr "с помощью агента Katello"
|
4837
|
-
|
4838
5061
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4839
5062
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4840
5063
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
@@ -4910,6 +5133,13 @@ msgstr ""
|
|
4910
5133
|
"Если автоматический выбор отключен, при регистрации системы будут выбраны "
|
4911
5134
|
"все настроенные подписки"
|
4912
5135
|
|
5136
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5137
|
+
msgid ""
|
5138
|
+
"When Auto Attach is enabled, registering systems will be attached to all "
|
5139
|
+
"associated custom products and only associated Red Hat subscriptions "
|
5140
|
+
"required to satisfy the system's installed products."
|
5141
|
+
msgstr ""
|
5142
|
+
|
4913
5143
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4914
5144
|
msgid ""
|
4915
5145
|
"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"
|
@@ -4962,11 +5192,21 @@ msgid ""
|
|
4962
5192
|
"contents of requirement.yml here"
|
4963
5193
|
msgstr ""
|
4964
5194
|
|
5195
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5196
|
+
msgid "You cannot remove content from a redhat repository"
|
5197
|
+
msgstr ""
|
5198
|
+
|
4965
5199
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4966
5200
|
msgid ""
|
4967
5201
|
"You cannot remove these repositories because you do not have permission."
|
4968
5202
|
msgstr "Недостаточно полномочий для удаления этих репозиториев"
|
4969
5203
|
|
5204
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
5205
|
+
msgid ""
|
5206
|
+
"You cannot remove this product because it has repositories that are the last"
|
5207
|
+
" affected repository on content view filters"
|
5208
|
+
msgstr ""
|
5209
|
+
|
4970
5210
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4971
5211
|
msgid "You cannot remove this product because it is a Red Hat product."
|
4972
5212
|
msgstr "Продукт Red Hat не может быть удален."
|
@@ -5228,6 +5468,7 @@ msgstr ""
|
|
5228
5468
|
msgid "Your search returned zero Repositories"
|
5229
5469
|
msgstr ""
|
5230
5470
|
|
5471
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5231
5472
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5232
5473
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5233
5474
|
msgid "Your search returned zero Repositories."
|