katello 4.15.0 → 4.16.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/katello_object.js +2 -2
- data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
- data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
- data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
- data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
- data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
- data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
- data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
- data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
- data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
- data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
- data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
- data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
- data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
- data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
- data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
- data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
- data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
- data/app/controllers/katello/sync_management_controller.rb +6 -2
- data/app/helpers/katello/content_source_helper.rb +8 -1
- data/app/helpers/katello/content_view_helper.rb +3 -1
- data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
- data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
- data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
- data/app/lib/actions/katello/activation_key/create.rb +1 -2
- data/app/lib/actions/katello/activation_key/update.rb +2 -4
- data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
- data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
- data/app/lib/actions/katello/content_view/publish.rb +7 -2
- data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
- data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
- data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
- data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
- data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
- data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
- data/app/lib/katello/api/v2/rendering.rb +2 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
- data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
- data/app/lib/katello/resources/candlepin/product.rb +2 -1
- data/app/lib/katello/util/cveak_migrator.rb +3 -2
- data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
- data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
- data/app/lib/katello/validators/content_validator.rb +1 -1
- data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
- data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
- data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
- data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
- data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
- data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
- data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
- data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
- data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
- data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
- data/app/lib/katello/validators/library_presence_validator.rb +1 -1
- data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
- data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
- data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
- data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
- data/app/lib/katello/validators/prior_validator.rb +1 -1
- data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
- data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
- data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
- data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
- data/app/models/katello/activation_key.rb +6 -17
- data/app/models/katello/authorization/flatpak_remote.rb +33 -0
- data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
- data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
- data/app/models/katello/content_view.rb +4 -2
- data/app/models/katello/content_view_erratum_filter.rb +18 -2
- data/app/models/katello/content_view_version.rb +6 -0
- data/app/models/katello/docker_manifest.rb +8 -0
- data/app/models/katello/docker_manifest_list.rb +8 -0
- data/app/models/katello/erratum.rb +8 -2
- data/app/models/katello/flatpak_remote.rb +16 -0
- data/app/models/katello/flatpak_remote_repository.rb +18 -0
- data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
- data/app/models/katello/glue/candlepin/pool.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +12 -1
- data/app/models/katello/host/content_facet.rb +42 -3
- data/app/models/katello/host/subscription_facet.rb +4 -12
- data/app/models/katello/repository.rb +21 -8
- data/app/models/katello/rhel_lifecycle_status.rb +6 -0
- data/app/models/katello/root_repository.rb +6 -8
- data/app/models/katello/upstream_pool.rb +1 -0
- data/app/overrides/add_organization_attributes.rb +6 -0
- data/app/services/katello/product_content_finder.rb +2 -1
- data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
- data/app/services/katello/pulp3/docker_manifest.rb +3 -2
- data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
- data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
- data/app/services/katello/pulp3/repository/apt.rb +16 -18
- data/app/services/katello/pulp3/repository/file.rb +4 -2
- data/app/services/katello/pulp3/repository.rb +4 -0
- data/app/services/katello/pulp3/task.rb +2 -2
- data/app/views/foreman/job_templates/bootc_action.erb +26 -0
- data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
- data/app/views/foreman/job_templates/bootc_status.erb +13 -0
- data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
- data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
- data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
- data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
- data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
- data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
- data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
- data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
- data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
- data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
- data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
- data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
- data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
- data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
- data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
- data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
- data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
- data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
- data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
- data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
- data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
- data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
- data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
- data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
- data/config/initializers/monkeys.rb +0 -1
- data/config/initializers/pagelets.rb +6 -0
- data/config/routes/api/registry.rb +1 -0
- data/config/routes/api/v2.rb +21 -0
- data/config/routes/overrides.rb +1 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
- data/db/migrate/20200213184848_create_evr_type.rb +126 -1
- data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
- data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
- data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
- data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
- data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
- data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
- data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
- data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
- data/db/seeds.d/75-job_templates.rb +5 -1
- data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
- data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
- data/lib/katello/engine.rb +6 -0
- data/lib/katello/permission_creator.rb +37 -0
- data/lib/katello/permissions/host_permissions.rb +2 -0
- data/lib/katello/permissions/registry_permissions.rb +1 -0
- data/lib/katello/plugin.rb +18 -1
- data/lib/katello/repository_types/docker.rb +0 -1
- data/lib/katello/repository_types/python.rb +1 -1
- data/lib/katello/version.rb +1 -1
- data/lib/katello.rb +2 -0
- data/locale/Makefile +20 -24
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +248 -263
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +247 -262
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +247 -262
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +524 -799
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +254 -269
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +248 -263
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +247 -262
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +250 -265
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +252 -267
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +257 -271
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +264 -279
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +247 -262
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +248 -263
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +247 -262
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +250 -265
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +247 -262
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +250 -265
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +249 -264
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +248 -263
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +264 -275
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +254 -270
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +250 -265
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +247 -262
- data/locale/katello.pot +1216 -1215
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +248 -263
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +248 -263
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +247 -262
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +248 -263
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +254 -268
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +248 -263
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +248 -263
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +249 -264
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +247 -262
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +248 -263
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +248 -263
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +247 -262
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +247 -262
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +255 -270
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +247 -262
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +249 -264
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +248 -263
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +247 -262
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +248 -263
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +247 -262
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +247 -262
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +247 -262
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +247 -262
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +250 -265
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +257 -272
- data/webpack/ForemanColumnExtensions/index.js +73 -3
- data/webpack/ForemanColumnExtensions/index.scss +9 -0
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
- data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
- data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/global_index.js +3 -1
- data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
- data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
- data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
- data/webpack/scenes/BootedContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
- data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
- data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
- data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
- metadata +61 -58
- data/app/models/katello/activation_key_purpose_addon.rb +0 -6
- data/app/models/katello/purpose_addon.rb +0 -11
- data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
- data/lib/monkeys/fx_sqlite_skip.rb +0 -13
- data/locale/action_names.rb +0 -181
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
#
|
2
2
|
# Translators:
|
3
|
-
# 0868a4d1af5275b3f70b0a6dac4c99a4,
|
4
|
-
# Bryan Kearney <bryan.kearney@gmail.com>,
|
3
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2023
|
4
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: \n"
|
9
|
-
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>,
|
10
|
-
"Language-Team: Chinese (Taiwan) (https://
|
9
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\n"
|
10
|
+
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/foreman/teams/114/zh_TW/)\n"
|
11
11
|
"Content-Type: text/plain; charset=UTF-8\n"
|
12
12
|
"Content-Transfer-Encoding: 8bit\n"
|
13
13
|
"Language: zh_TW\n"
|
@@ -62,7 +62,11 @@ msgid "{{ file.name }}"
|
|
62
62
|
msgstr ""
|
63
63
|
|
64
64
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
65
|
-
msgid "{{ host.
|
65
|
+
msgid "{{ host.display_name }}"
|
66
|
+
msgstr ""
|
67
|
+
|
68
|
+
#: app/assets/javascripts/bastion_katello/common/views/rhel-lifecycle-notice.html
|
69
|
+
msgid "{{ host.rhel_lifecycle_status_label }}"
|
66
70
|
msgstr ""
|
67
71
|
|
68
72
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -105,6 +109,10 @@ msgstr ""
|
|
105
109
|
msgid "{{ product.name }}"
|
106
110
|
msgstr ""
|
107
111
|
|
112
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
113
|
+
msgid "{{ repo.last_sync_words }} ago"
|
114
|
+
msgstr ""
|
115
|
+
|
108
116
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
109
117
|
msgid ""
|
110
118
|
"{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
|
@@ -350,6 +358,7 @@ msgid "Activation Key:"
|
|
350
358
|
msgstr "啟動金鑰:"
|
351
359
|
|
352
360
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
361
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
|
353
362
|
msgid "Activation Keys"
|
354
363
|
msgstr "啟動金鑰"
|
355
364
|
|
@@ -370,6 +379,11 @@ msgstr "新增"
|
|
370
379
|
msgid "Add Content Hosts to:"
|
371
380
|
msgstr "新增內容主機至:"
|
372
381
|
|
382
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
|
383
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
|
384
|
+
msgid "Add Host Collections"
|
385
|
+
msgstr ""
|
386
|
+
|
373
387
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
374
388
|
msgid "Add hosts to the host collection to see available actions."
|
375
389
|
msgstr ""
|
@@ -387,6 +401,10 @@ msgstr ""
|
|
387
401
|
msgid "Add ons:"
|
388
402
|
msgstr ""
|
389
403
|
|
404
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
|
405
|
+
msgid "Add Products"
|
406
|
+
msgstr ""
|
407
|
+
|
390
408
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
391
409
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
392
410
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
@@ -397,6 +415,11 @@ msgstr ""
|
|
397
415
|
msgid "Add Selected"
|
398
416
|
msgstr "加入選擇的項目"
|
399
417
|
|
418
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
|
419
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
|
420
|
+
msgid "Add Subscriptions"
|
421
|
+
msgstr ""
|
422
|
+
|
400
423
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
401
424
|
msgid "Add Subscriptions for Activation Key:"
|
402
425
|
msgstr "為啟動金鑰新增訂閱:"
|
@@ -429,9 +452,11 @@ msgstr "新增生命週期環境至 \"{{ priorEnvironment.name }}\" 之後"
|
|
429
452
|
msgid "Additive"
|
430
453
|
msgstr ""
|
431
454
|
|
455
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
432
456
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
433
457
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
434
458
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
459
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-advanced-sync.controller.js
|
435
460
|
msgid "Advanced Sync"
|
436
461
|
msgstr ""
|
437
462
|
|
@@ -443,6 +468,10 @@ msgstr "諮詢"
|
|
443
468
|
msgid "Affected Hosts"
|
444
469
|
msgstr "受影響的主機"
|
445
470
|
|
471
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
472
|
+
msgid "All"
|
473
|
+
msgstr ""
|
474
|
+
|
446
475
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
447
476
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
448
477
|
msgid "All Content Views"
|
@@ -461,6 +490,7 @@ msgstr "所有軟體庫"
|
|
461
490
|
|
462
491
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
463
492
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
493
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-acs.controller.js
|
464
494
|
msgid "Alternate Content Sources"
|
465
495
|
msgstr ""
|
466
496
|
|
@@ -553,6 +583,7 @@ msgid "Ansible Collection Authorization"
|
|
553
583
|
msgstr ""
|
554
584
|
|
555
585
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
586
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
556
587
|
msgid "Ansible Collections"
|
557
588
|
msgstr ""
|
558
589
|
|
@@ -568,6 +599,7 @@ msgid "Applicable Content Hosts"
|
|
568
599
|
msgstr ""
|
569
600
|
|
570
601
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
602
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js
|
571
603
|
msgid "Applicable Deb Packages"
|
572
604
|
msgstr ""
|
573
605
|
|
@@ -576,6 +608,7 @@ msgid "Applicable Errata"
|
|
576
608
|
msgstr "可套用勘誤"
|
577
609
|
|
578
610
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
611
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js
|
579
612
|
msgid "Applicable Packages"
|
580
613
|
msgstr "套件"
|
581
614
|
|
@@ -594,6 +627,7 @@ msgid "Application"
|
|
594
627
|
msgstr "應用程式"
|
595
628
|
|
596
629
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
630
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
597
631
|
msgid "Apply"
|
598
632
|
msgstr "套用"
|
599
633
|
|
@@ -628,8 +662,8 @@ msgid "Apply Errata"
|
|
628
662
|
msgstr "套用勘誤"
|
629
663
|
|
630
664
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
631
|
-
msgid "Apply Errata to Content Host \"{{host.
|
632
|
-
msgstr "
|
665
|
+
msgid "Apply Errata to Content Host \"{{host.display_name}}\"?"
|
666
|
+
msgstr ""
|
633
667
|
|
634
668
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
635
669
|
msgid "Apply Errata to Content Hosts"
|
@@ -693,8 +727,10 @@ msgid ""
|
|
693
727
|
msgstr ""
|
694
728
|
|
695
729
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
696
|
-
msgid "
|
697
|
-
|
730
|
+
msgid ""
|
731
|
+
"Are you sure you want to apply Errata to content host \"{{ host.display_name"
|
732
|
+
" }}\"?"
|
733
|
+
msgstr ""
|
698
734
|
|
699
735
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
700
736
|
msgid ""
|
@@ -817,8 +853,9 @@ msgid ""
|
|
817
853
|
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
818
854
|
"repository?"
|
819
855
|
msgid_plural ""
|
820
|
-
"
|
821
|
-
"
|
856
|
+
"Repositories that are published in content view\n"
|
857
|
+
" 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"
|
858
|
+
" "
|
822
859
|
msgstr[0] ""
|
823
860
|
|
824
861
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
@@ -849,8 +886,8 @@ msgstr ""
|
|
849
886
|
|
850
887
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
851
888
|
msgid ""
|
852
|
-
"Are you sure you want to restart services on content host \"{{
|
853
|
-
"}}\"?"
|
889
|
+
"Are you sure you want to restart services on content host \"{{ "
|
890
|
+
"host.display_name }}\"?"
|
854
891
|
msgstr ""
|
855
892
|
|
856
893
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -935,10 +972,18 @@ msgstr "作者"
|
|
935
972
|
msgid "Auto-Attach"
|
936
973
|
msgstr "自動連接"
|
937
974
|
|
975
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
976
|
+
msgid "Auto-attach available subscriptions to all selected hosts."
|
977
|
+
msgstr ""
|
978
|
+
|
938
979
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
939
980
|
msgid "Auto-Attach Details"
|
940
981
|
msgstr ""
|
941
982
|
|
983
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
984
|
+
msgid "Auto-attach uses all available subscriptions, not a selected subset."
|
985
|
+
msgstr ""
|
986
|
+
|
942
987
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
943
988
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
944
989
|
msgid "Automatic"
|
@@ -1022,6 +1067,10 @@ msgstr ""
|
|
1022
1067
|
msgid "Build Time"
|
1023
1068
|
msgstr "組建時間"
|
1024
1069
|
|
1070
|
+
#: app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
|
1071
|
+
msgid "Bulk Task"
|
1072
|
+
msgstr ""
|
1073
|
+
|
1025
1074
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1026
1075
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
1027
1076
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -1042,6 +1091,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1042
1091
|
msgstr ""
|
1043
1092
|
|
1044
1093
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1094
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1045
1095
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1046
1096
|
msgid "Cannot Remove"
|
1047
1097
|
msgstr ""
|
@@ -1100,6 +1150,13 @@ msgid ""
|
|
1100
1150
|
"newer to be installed on this host."
|
1101
1151
|
msgstr "改變預設設定需要在此主機上安裝 1.10 以上版本的 subscription-manager。"
|
1102
1152
|
|
1153
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1154
|
+
msgid ""
|
1155
|
+
"Changing download policy to \"On Demand\" will also clear the checksum type "
|
1156
|
+
"if set. The repository will use the upstream checksum type to verify "
|
1157
|
+
"downloads."
|
1158
|
+
msgstr ""
|
1159
|
+
|
1103
1160
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1104
1161
|
msgid ""
|
1105
1162
|
"Changing the Content View will not affect the Content Host until its next checkin.\n"
|
@@ -1189,6 +1246,7 @@ msgid "Composite View"
|
|
1189
1246
|
msgstr "複合視域"
|
1190
1247
|
|
1191
1248
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1249
|
+
#: app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
|
1192
1250
|
msgid "Confirm"
|
1193
1251
|
msgstr "確認"
|
1194
1252
|
|
@@ -1201,10 +1259,12 @@ msgid "Container Image Manifest"
|
|
1201
1259
|
msgstr ""
|
1202
1260
|
|
1203
1261
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1262
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1204
1263
|
msgid "Container Image Manifest Lists"
|
1205
1264
|
msgstr ""
|
1206
1265
|
|
1207
1266
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1267
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1208
1268
|
msgid "Container Image Manifests"
|
1209
1269
|
msgstr ""
|
1210
1270
|
|
@@ -1221,6 +1281,7 @@ msgstr ""
|
|
1221
1281
|
|
1222
1282
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
1223
1283
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1284
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
|
1224
1285
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1225
1286
|
msgid "Container Image Tags"
|
1226
1287
|
msgstr ""
|
@@ -1234,6 +1295,10 @@ msgstr "內容"
|
|
1234
1295
|
msgid "Content Counts"
|
1235
1296
|
msgstr "內容的數量"
|
1236
1297
|
|
1298
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js
|
1299
|
+
msgid "Content Credential"
|
1300
|
+
msgstr ""
|
1301
|
+
|
1237
1302
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
1238
1303
|
msgid "Content Credential %s has been created."
|
1239
1304
|
msgstr ""
|
@@ -1282,6 +1347,10 @@ msgstr "內容主機計數"
|
|
1282
1347
|
msgid "Content Host Limit"
|
1283
1348
|
msgstr "內容主機的限制"
|
1284
1349
|
|
1350
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1351
|
+
msgid "Content Host Module Stream Management"
|
1352
|
+
msgstr ""
|
1353
|
+
|
1285
1354
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1286
1355
|
msgid "Content Host Properties"
|
1287
1356
|
msgstr "內容主機的屬性"
|
@@ -1294,6 +1363,10 @@ msgstr "內容主機的註冊"
|
|
1294
1363
|
msgid "Content Host Status"
|
1295
1364
|
msgstr "內容主機的狀態"
|
1296
1365
|
|
1366
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
1367
|
+
msgid "Content Host Traces Management"
|
1368
|
+
msgstr ""
|
1369
|
+
|
1297
1370
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1298
1371
|
msgid "Content Host:"
|
1299
1372
|
msgstr "{{ contentHost.name }"
|
@@ -1305,6 +1378,9 @@ msgstr "{{ contentHost.name }"
|
|
1305
1378
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1306
1379
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
1307
1380
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
1381
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
|
1382
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
1383
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
1308
1384
|
msgid "Content Hosts"
|
1309
1385
|
msgstr "內容主機"
|
1310
1386
|
|
@@ -1337,6 +1413,7 @@ msgstr "內容類型"
|
|
1337
1413
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
1338
1414
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1339
1415
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1416
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1340
1417
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
1341
1418
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1342
1419
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -1361,7 +1438,10 @@ msgstr "內容視域:"
|
|
1361
1438
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1362
1439
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1363
1440
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1441
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js
|
1364
1442
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1443
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1444
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js
|
1365
1445
|
msgid "Content Views"
|
1366
1446
|
msgstr "內容視域"
|
1367
1447
|
|
@@ -1428,6 +1508,11 @@ msgstr "建立啟動金鑰"
|
|
1428
1508
|
msgid "Create Content Credential"
|
1429
1509
|
msgstr ""
|
1430
1510
|
|
1511
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-copy.controller.js
|
1512
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-copy.controller.js
|
1513
|
+
msgid "Create Copy"
|
1514
|
+
msgstr ""
|
1515
|
+
|
1431
1516
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1432
1517
|
msgid "Create Discovered Repositories"
|
1433
1518
|
msgstr ""
|
@@ -1446,6 +1531,10 @@ msgstr ""
|
|
1446
1531
|
msgid "Create Product"
|
1447
1532
|
msgstr ""
|
1448
1533
|
|
1534
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
1535
|
+
msgid "Create Repositories"
|
1536
|
+
msgstr ""
|
1537
|
+
|
1449
1538
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1450
1539
|
msgid "Create Selected"
|
1451
1540
|
msgstr "建立所選項目"
|
@@ -1484,6 +1573,10 @@ msgstr ""
|
|
1484
1573
|
msgid "Current Subscriptions for Activation Key:"
|
1485
1574
|
msgstr "供啟動金鑰使用的現有訂閱:"
|
1486
1575
|
|
1576
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1577
|
+
msgid "Custom"
|
1578
|
+
msgstr ""
|
1579
|
+
|
1487
1580
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1488
1581
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1489
1582
|
msgid "custom cron"
|
@@ -1527,6 +1620,10 @@ msgid ""
|
|
1527
1620
|
"href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1528
1621
|
msgstr ""
|
1529
1622
|
|
1623
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-actions.controller.js
|
1624
|
+
msgid "Deb Package Actions"
|
1625
|
+
msgstr ""
|
1626
|
+
|
1530
1627
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1531
1628
|
msgid "deb Package Updates"
|
1532
1629
|
msgstr ""
|
@@ -1538,6 +1635,7 @@ msgstr ""
|
|
1538
1635
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1539
1636
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1540
1637
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1638
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1541
1639
|
msgid "Deb Packages"
|
1542
1640
|
msgstr ""
|
1543
1641
|
|
@@ -1549,6 +1647,10 @@ msgstr ""
|
|
1549
1647
|
msgid "Deb Packages for:"
|
1550
1648
|
msgstr ""
|
1551
1649
|
|
1650
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1651
|
+
msgid "Deb Repositories"
|
1652
|
+
msgstr ""
|
1653
|
+
|
1552
1654
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1553
1655
|
msgid "Deb Repositories <div>{{ library.counts.deb_repositories || 0 }}</div>"
|
1554
1656
|
msgstr ""
|
@@ -1558,6 +1660,11 @@ msgstr ""
|
|
1558
1660
|
msgid "Deb:"
|
1559
1661
|
msgstr ""
|
1560
1662
|
|
1663
|
+
#: app/assets/javascripts/bastion_katello/debs/debs.controller.js
|
1664
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1665
|
+
msgid "Debs"
|
1666
|
+
msgstr ""
|
1667
|
+
|
1561
1668
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1562
1669
|
msgid "Default"
|
1563
1670
|
msgstr "預設值"
|
@@ -1574,6 +1681,10 @@ msgstr "刪除"
|
|
1574
1681
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1575
1682
|
msgstr ""
|
1576
1683
|
|
1684
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1685
|
+
msgid "Delete filters"
|
1686
|
+
msgstr ""
|
1687
|
+
|
1577
1688
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1578
1689
|
msgid "Delete Hosts"
|
1579
1690
|
msgstr "刪除主機"
|
@@ -1583,6 +1694,7 @@ msgid "Delta RPM"
|
|
1583
1694
|
msgstr ""
|
1584
1695
|
|
1585
1696
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1697
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
1586
1698
|
msgid "Dependencies"
|
1587
1699
|
msgstr "相依性"
|
1588
1700
|
|
@@ -1674,6 +1786,10 @@ msgstr ""
|
|
1674
1786
|
msgid "Discover"
|
1675
1787
|
msgstr "尋找"
|
1676
1788
|
|
1789
|
+
#: app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
|
1790
|
+
msgid "Discover Repositories"
|
1791
|
+
msgstr "尋找軟體庫"
|
1792
|
+
|
1677
1793
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1678
1794
|
msgid "Discovered Repository"
|
1679
1795
|
msgstr ""
|
@@ -1696,6 +1812,10 @@ msgid ""
|
|
1696
1812
|
"repository."
|
1697
1813
|
msgstr ""
|
1698
1814
|
|
1815
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1816
|
+
msgid "Docker"
|
1817
|
+
msgstr "Docker"
|
1818
|
+
|
1699
1819
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1700
1820
|
msgid ""
|
1701
1821
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -1707,6 +1827,10 @@ msgid ""
|
|
1707
1827
|
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1708
1828
|
msgstr "Docker 軟體庫 <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1709
1829
|
|
1830
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1831
|
+
msgid "Docker Tags"
|
1832
|
+
msgstr "Docker 標籤:"
|
1833
|
+
|
1710
1834
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1711
1835
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
1712
1836
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
@@ -1780,6 +1904,10 @@ msgid ""
|
|
1780
1904
|
"Environment will also be removed from the following published content views!"
|
1781
1905
|
msgstr ""
|
1782
1906
|
|
1907
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
|
1908
|
+
msgid "Environments"
|
1909
|
+
msgstr "環境"
|
1910
|
+
|
1783
1911
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
1784
1912
|
msgid "Environments List"
|
1785
1913
|
msgstr "環境清單"
|
@@ -1787,7 +1915,10 @@ msgstr "環境清單"
|
|
1787
1915
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1788
1916
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1789
1917
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1918
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
|
1790
1919
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
1920
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
1921
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
1791
1922
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
|
1792
1923
|
msgid "Errata"
|
1793
1924
|
msgstr "勘誤"
|
@@ -1899,6 +2030,9 @@ msgstr "檔案名稱"
|
|
1899
2030
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
1900
2031
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1901
2032
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2033
|
+
#: app/assets/javascripts/bastion_katello/files/files.controller.js
|
2034
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
2035
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
1902
2036
|
msgid "Files"
|
1903
2037
|
msgstr "檔案"
|
1904
2038
|
|
@@ -1908,12 +2042,17 @@ msgstr ""
|
|
1908
2042
|
|
1909
2043
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
|
1910
2044
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html
|
2045
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
1911
2046
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
1912
2047
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1913
2048
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
1914
2049
|
msgid "Filter"
|
1915
2050
|
msgstr "篩選器"
|
1916
2051
|
|
2052
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2053
|
+
msgid "Filter by Environment"
|
2054
|
+
msgstr ""
|
2055
|
+
|
1917
2056
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1918
2057
|
msgid "Filter by Status:"
|
1919
2058
|
msgstr ""
|
@@ -1924,16 +2063,14 @@ msgstr ""
|
|
1924
2063
|
msgid "Filter..."
|
1925
2064
|
msgstr "篩選器……"
|
1926
2065
|
|
2066
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2067
|
+
msgid "Filters"
|
2068
|
+
msgstr ""
|
2069
|
+
|
1927
2070
|
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
1928
2071
|
msgid "Finished At"
|
1929
2072
|
msgstr "完成於"
|
1930
2073
|
|
1931
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1932
|
-
msgid ""
|
1933
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
1934
|
-
"it is recommended to use sha1."
|
1935
|
-
msgstr "建議在較舊的作業系統上(例如 Red Hat Enterprise Linux 5 或是 CentOS 5)使用 sha1。"
|
1936
|
-
|
1937
2074
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1938
2075
|
msgid ""
|
1939
2076
|
"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"
|
@@ -2003,6 +2140,10 @@ msgstr "管理主機集"
|
|
2003
2140
|
msgid "Host Collection Membership"
|
2004
2141
|
msgstr "主機集的成員"
|
2005
2142
|
|
2143
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
2144
|
+
msgid "Host Collection Membership Management"
|
2145
|
+
msgstr ""
|
2146
|
+
|
2006
2147
|
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
|
2007
2148
|
msgid "Host Collection removed."
|
2008
2149
|
msgstr "已移除主機集。"
|
@@ -2019,6 +2160,8 @@ msgstr "主機集:"
|
|
2019
2160
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
2020
2161
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2021
2162
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
2163
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
|
2164
|
+
#: app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
|
2022
2165
|
msgid "Host Collections"
|
2023
2166
|
msgstr "主機集"
|
2024
2167
|
|
@@ -2067,6 +2210,10 @@ msgstr ""
|
|
2067
2210
|
msgid "HTTP Proxy"
|
2068
2211
|
msgstr "HTTP 代理"
|
2069
2212
|
|
2213
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
2214
|
+
msgid "HTTP Proxy Management"
|
2215
|
+
msgstr ""
|
2216
|
+
|
2070
2217
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2071
2218
|
msgid "HTTP Proxy Policy"
|
2072
2219
|
msgstr ""
|
@@ -2088,11 +2235,22 @@ msgstr ""
|
|
2088
2235
|
msgid "Id"
|
2089
2236
|
msgstr "Id"
|
2090
2237
|
|
2238
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2239
|
+
msgid ""
|
2240
|
+
"If you want to upload individual packages, create a separate repository with"
|
2241
|
+
" an empty \"Upstream URL\" field."
|
2242
|
+
msgstr ""
|
2243
|
+
|
2091
2244
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2092
2245
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2093
2246
|
msgid "Ignore SRPMs"
|
2094
2247
|
msgstr ""
|
2095
2248
|
|
2249
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2250
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2251
|
+
msgid "Ignore treeinfo"
|
2252
|
+
msgstr ""
|
2253
|
+
|
2096
2254
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2097
2255
|
msgid "Image"
|
2098
2256
|
msgstr "影像"
|
@@ -2154,6 +2312,7 @@ msgid "Installed"
|
|
2154
2312
|
msgstr "已安裝"
|
2155
2313
|
|
2156
2314
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
2315
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-installed.controller.js
|
2157
2316
|
msgid "Installed Deb Packages"
|
2158
2317
|
msgstr ""
|
2159
2318
|
|
@@ -2168,6 +2327,7 @@ msgid "Installed Package"
|
|
2168
2327
|
msgstr "已安裝的套件"
|
2169
2328
|
|
2170
2329
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
2330
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js
|
2171
2331
|
msgid "Installed Packages"
|
2172
2332
|
msgstr "已安裝的套件"
|
2173
2333
|
|
@@ -2206,18 +2366,10 @@ msgstr "IPv6 位址"
|
|
2206
2366
|
msgid "Issued"
|
2207
2367
|
msgstr "已簽發"
|
2208
2368
|
|
2209
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2210
|
-
msgid "Katello Agent"
|
2211
|
-
msgstr "Katello 代理程式"
|
2212
|
-
|
2213
2369
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2214
2370
|
msgid "Katello Tracer"
|
2215
2371
|
msgstr ""
|
2216
2372
|
|
2217
|
-
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2218
|
-
msgid "Katello-agent is deprecated and will be removed in a future release."
|
2219
|
-
msgstr ""
|
2220
|
-
|
2221
2373
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
2222
2374
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2223
2375
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2241,11 +2393,16 @@ msgstr "前一次出版"
|
|
2241
2393
|
msgid "Last Puppet Report"
|
2242
2394
|
msgstr "前一次 Puppet 報告"
|
2243
2395
|
|
2396
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2397
|
+
msgid "Last reclaim failed:"
|
2398
|
+
msgstr ""
|
2399
|
+
|
2244
2400
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
2245
2401
|
msgid "Last reclaim space failed:"
|
2246
2402
|
msgstr ""
|
2247
2403
|
|
2248
2404
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2405
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2249
2406
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2250
2407
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2251
2408
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2306,6 +2463,7 @@ msgid "Lifecycle Environment:"
|
|
2306
2463
|
msgstr ""
|
2307
2464
|
|
2308
2465
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
2466
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-environments.controller.js
|
2309
2467
|
msgid "Lifecycle Environments"
|
2310
2468
|
msgstr "生命週期環境"
|
2311
2469
|
|
@@ -2319,7 +2477,7 @@ msgstr "限制"
|
|
2319
2477
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2320
2478
|
msgid ""
|
2321
2479
|
"Limit Repository Sets to only those available in this Activation Key's "
|
2322
|
-
"Lifecycle
|
2480
|
+
"Lifecycle Environment"
|
2323
2481
|
msgstr ""
|
2324
2482
|
|
2325
2483
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
@@ -2350,6 +2508,23 @@ msgstr "限制:"
|
|
2350
2508
|
msgid "List"
|
2351
2509
|
msgstr "清單"
|
2352
2510
|
|
2511
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
|
2512
|
+
msgid "List Host Collections"
|
2513
|
+
msgstr ""
|
2514
|
+
|
2515
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-hosts.controller.js
|
2516
|
+
#: app/assets/javascripts/bastion_katello/host-collections/details/host-collection-hosts.controller.js
|
2517
|
+
msgid "List Hosts"
|
2518
|
+
msgstr ""
|
2519
|
+
|
2520
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
|
2521
|
+
msgid "List Products"
|
2522
|
+
msgstr ""
|
2523
|
+
|
2524
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
|
2525
|
+
msgid "List Subscriptions"
|
2526
|
+
msgstr ""
|
2527
|
+
|
2353
2528
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
|
2354
2529
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
2355
2530
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections.html
|
@@ -2369,6 +2544,10 @@ msgstr "載入中……"
|
|
2369
2544
|
msgid "Loading...\""
|
2370
2545
|
msgstr ""
|
2371
2546
|
|
2547
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2548
|
+
msgid "Make filters apply to all repositories in the content view"
|
2549
|
+
msgstr ""
|
2550
|
+
|
2372
2551
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2373
2552
|
msgid "Manage Ansible Collections for Repository:"
|
2374
2553
|
msgstr ""
|
@@ -2441,6 +2620,11 @@ msgstr ""
|
|
2441
2620
|
msgid "Manifest Type"
|
2442
2621
|
msgstr ""
|
2443
2622
|
|
2623
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2624
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2625
|
+
msgid "Metadata Expiration (Seconds)"
|
2626
|
+
msgstr ""
|
2627
|
+
|
2444
2628
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2445
2629
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2446
2630
|
msgid "Mirroring Policy"
|
@@ -2475,7 +2659,10 @@ msgstr ""
|
|
2475
2659
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
2476
2660
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
2477
2661
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2662
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js
|
2478
2663
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
2664
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
2665
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2479
2666
|
msgid "Module Streams"
|
2480
2667
|
msgstr ""
|
2481
2668
|
|
@@ -2492,6 +2679,7 @@ msgid "More Details"
|
|
2492
2679
|
msgstr "更多詳細資訊"
|
2493
2680
|
|
2494
2681
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2682
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2495
2683
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
2496
2684
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2497
2685
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
@@ -2522,6 +2710,7 @@ msgstr "N/A"
|
|
2522
2710
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
2523
2711
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2524
2712
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
2713
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2525
2714
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
2526
2715
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
2527
2716
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
@@ -2592,24 +2781,36 @@ msgid "Never synced"
|
|
2592
2781
|
msgstr "從未同步"
|
2593
2782
|
|
2594
2783
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
2784
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
|
2595
2785
|
msgid "New Activation Key"
|
2596
2786
|
msgstr "新增啟動金鑰"
|
2597
2787
|
|
2788
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/new/new-content-credential.controller.js
|
2789
|
+
msgid "New Content Credential"
|
2790
|
+
msgstr ""
|
2791
|
+
|
2598
2792
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
2793
|
+
#: app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
|
2599
2794
|
msgid "New Environment"
|
2600
2795
|
msgstr "新增環境"
|
2601
2796
|
|
2797
|
+
#: app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
|
2798
|
+
msgid "New Host Collection"
|
2799
|
+
msgstr ""
|
2800
|
+
|
2602
2801
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
|
2603
2802
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
|
2604
2803
|
msgid "New Name:"
|
2605
2804
|
msgstr "新名稱:"
|
2606
2805
|
|
2607
2806
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
2807
|
+
#: app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
|
2608
2808
|
msgid "New Product"
|
2609
2809
|
msgstr "新產品"
|
2610
2810
|
|
2611
2811
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2612
2812
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
2813
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js
|
2613
2814
|
msgid "New Repository"
|
2614
2815
|
msgstr "新軟體庫"
|
2615
2816
|
|
@@ -2713,6 +2914,10 @@ msgstr ""
|
|
2713
2914
|
msgid "No matching results."
|
2714
2915
|
msgstr ""
|
2715
2916
|
|
2917
|
+
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
|
2918
|
+
msgid "No Packages to show"
|
2919
|
+
msgstr ""
|
2920
|
+
|
2716
2921
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
2717
2922
|
msgid "No products are available to add to this Sync Plan."
|
2718
2923
|
msgstr ""
|
@@ -2769,15 +2974,12 @@ msgstr "無"
|
|
2769
2974
|
msgid "Not Applicable"
|
2770
2975
|
msgstr ""
|
2771
2976
|
|
2772
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2773
|
-
msgid "Not installed"
|
2774
|
-
msgstr "未安裝"
|
2775
|
-
|
2776
2977
|
#: app/assets/javascripts/bastion_katello/products/discovery/discovery-create.controller.js
|
2777
2978
|
msgid "Not started"
|
2778
2979
|
msgstr ""
|
2779
2980
|
|
2780
2981
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2982
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
2781
2983
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2782
2984
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2783
2985
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
@@ -2903,6 +3105,7 @@ msgstr "套件"
|
|
2903
3105
|
|
2904
3106
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
2905
3107
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3108
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
|
2906
3109
|
msgid "Package Actions"
|
2907
3110
|
msgstr "套件動作"
|
2908
3111
|
|
@@ -2911,6 +3114,7 @@ msgid "Package Group (Deprecated)"
|
|
2911
3114
|
msgstr ""
|
2912
3115
|
|
2913
3116
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3117
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2914
3118
|
msgid "Package Groups"
|
2915
3119
|
msgstr "套件群組"
|
2916
3120
|
|
@@ -2959,6 +3163,10 @@ msgstr "套件/群組名稱"
|
|
2959
3163
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
2960
3164
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2961
3165
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3166
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3167
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum.controller.js
|
3168
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3169
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js
|
2962
3170
|
msgid "Packages"
|
2963
3171
|
msgstr "套件"
|
2964
3172
|
|
@@ -3017,15 +3225,20 @@ msgstr "路徑"
|
|
3017
3225
|
msgid "Perform"
|
3018
3226
|
msgstr "執行"
|
3019
3227
|
|
3020
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3021
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3022
3228
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3023
3229
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3024
3230
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3025
3231
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3026
3232
|
msgid ""
|
3027
3233
|
"Performing host package actions is disabled because Katello is not "
|
3028
|
-
"configured for
|
3234
|
+
"configured for remote execution."
|
3235
|
+
msgstr ""
|
3236
|
+
|
3237
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
3238
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
3239
|
+
msgid ""
|
3240
|
+
"Performing host package actions is disabled because Katello is not "
|
3241
|
+
"configured for Remote Execution."
|
3029
3242
|
msgstr ""
|
3030
3243
|
|
3031
3244
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3069,6 +3282,7 @@ msgstr ""
|
|
3069
3282
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3070
3283
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3071
3284
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3285
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
3072
3286
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-deb-repositories.html
|
3073
3287
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3074
3288
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
@@ -3129,6 +3343,9 @@ msgstr ""
|
|
3129
3343
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3130
3344
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
3131
3345
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
3346
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js
|
3347
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3348
|
+
#: app/assets/javascripts/bastion_katello/products/products.controller.js
|
3132
3349
|
msgid "Products"
|
3133
3350
|
msgstr "產品"
|
3134
3351
|
|
@@ -3148,6 +3365,10 @@ msgstr ""
|
|
3148
3365
|
msgid "Provides"
|
3149
3366
|
msgstr "供應方"
|
3150
3367
|
|
3368
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
3369
|
+
msgid "Provisioning"
|
3370
|
+
msgstr ""
|
3371
|
+
|
3151
3372
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3152
3373
|
msgid "Provisioning Details"
|
3153
3374
|
msgstr "佈建詳細資訊"
|
@@ -3211,6 +3432,10 @@ msgstr ""
|
|
3211
3432
|
msgid "Recurring Logic"
|
3212
3433
|
msgstr ""
|
3213
3434
|
|
3435
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3436
|
+
msgid "Red Hat"
|
3437
|
+
msgstr ""
|
3438
|
+
|
3214
3439
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3215
3440
|
msgid "Red Hat Repositories page"
|
3216
3441
|
msgstr "Red Hat 軟體庫頁面"
|
@@ -3438,12 +3663,21 @@ msgstr "搜尋軟體庫"
|
|
3438
3663
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
|
3439
3664
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
3440
3665
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
3666
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-details.html
|
3441
3667
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
3442
3668
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
3443
3669
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
3444
3670
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
3445
3671
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
3446
3672
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
|
3673
|
+
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js
|
3674
|
+
#: app/assets/javascripts/bastion_katello/debs/details/deb-repositories.controller.js
|
3675
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-repositories.controller.js
|
3676
|
+
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3677
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-repositories.controller.js
|
3678
|
+
#: app/assets/javascripts/bastion_katello/files/details/file-repositories.controller.js
|
3679
|
+
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
3680
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
3447
3681
|
msgid "Repositories"
|
3448
3682
|
msgstr "軟體庫"
|
3449
3683
|
|
@@ -3483,7 +3717,6 @@ msgstr "產品的軟體庫:"
|
|
3483
3717
|
msgid "Repositories to Create"
|
3484
3718
|
msgstr ""
|
3485
3719
|
|
3486
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
3487
3720
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3488
3721
|
msgid "Repository"
|
3489
3722
|
msgstr "軟體庫"
|
@@ -3517,8 +3750,6 @@ msgstr "軟體庫標籤"
|
|
3517
3750
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3518
3751
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3519
3752
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3520
|
-
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
3521
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
3522
3753
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3523
3754
|
msgid "Repository Name"
|
3524
3755
|
msgstr "軟體庫名稱"
|
@@ -3539,14 +3770,23 @@ msgstr "已儲存軟體庫。"
|
|
3539
3770
|
|
3540
3771
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3541
3772
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3773
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3542
3774
|
msgid "Repository Sets"
|
3543
3775
|
msgstr ""
|
3544
3776
|
|
3777
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
3778
|
+
msgid "Repository Sets Management"
|
3779
|
+
msgstr ""
|
3780
|
+
|
3545
3781
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3546
3782
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js
|
3547
3783
|
msgid "Repository Sets settings saved successfully."
|
3548
3784
|
msgstr ""
|
3549
3785
|
|
3786
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3787
|
+
msgid "Repository type"
|
3788
|
+
msgstr ""
|
3789
|
+
|
3550
3790
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3551
3791
|
msgid "Repository Type"
|
3552
3792
|
msgstr "存放庫類型"
|
@@ -3566,6 +3806,10 @@ msgstr ""
|
|
3566
3806
|
msgid "Repository:"
|
3567
3807
|
msgstr "軟體庫:"
|
3568
3808
|
|
3809
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3810
|
+
msgid "Republish Repository Metadata"
|
3811
|
+
msgstr ""
|
3812
|
+
|
3569
3813
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3570
3814
|
msgid "Requirements"
|
3571
3815
|
msgstr ""
|
@@ -3607,7 +3851,7 @@ msgid "Restart Selected"
|
|
3607
3851
|
msgstr ""
|
3608
3852
|
|
3609
3853
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
3610
|
-
msgid "Restart Services on Content Host \"{{host.
|
3854
|
+
msgid "Restart Services on Content Host \"{{host.display_name}}\"?"
|
3611
3855
|
msgstr ""
|
3612
3856
|
|
3613
3857
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3716,10 +3960,20 @@ msgstr "選擇動作"
|
|
3716
3960
|
msgid "Select an Organization"
|
3717
3961
|
msgstr "選擇組織"
|
3718
3962
|
|
3963
|
+
#: app/assets/javascripts/bastion_katello/errata/details/erratum-content-hosts.controller.js
|
3964
|
+
msgid "Select Content Host(s)"
|
3965
|
+
msgstr ""
|
3966
|
+
|
3719
3967
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
3720
3968
|
msgid "Select Content View"
|
3721
3969
|
msgstr "選擇內容視域"
|
3722
3970
|
|
3971
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3972
|
+
msgid ""
|
3973
|
+
"Select this option if treeinfo files or other kickstart content is failing "
|
3974
|
+
"to syncronize from the upstream repository."
|
3975
|
+
msgstr ""
|
3976
|
+
|
3723
3977
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3724
3978
|
msgid ""
|
3725
3979
|
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
@@ -3731,6 +3985,12 @@ msgid ""
|
|
3731
3985
|
"Selecting this option will exclude SRPMs from repository synchronization."
|
3732
3986
|
msgstr ""
|
3733
3987
|
|
3988
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3989
|
+
msgid ""
|
3990
|
+
"Selecting this option will exclude treeinfo files from repository "
|
3991
|
+
"synchronization."
|
3992
|
+
msgstr ""
|
3993
|
+
|
3734
3994
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3735
3995
|
msgid ""
|
3736
3996
|
"Selecting this option will result in Katello verifying that the upstream "
|
@@ -3774,6 +4034,13 @@ msgstr ""
|
|
3774
4034
|
msgid "Size"
|
3775
4035
|
msgstr "大小"
|
3776
4036
|
|
4037
|
+
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
4038
|
+
msgid ""
|
4039
|
+
"Skip dependency solving for a significant speed increase. If the update "
|
4040
|
+
"cannot be applied to the host, delete the incremental content view version "
|
4041
|
+
"and retry the application with dependency solving turned on."
|
4042
|
+
msgstr ""
|
4043
|
+
|
3777
4044
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
3778
4045
|
msgid "Smart proxy currently reclaiming space..."
|
3779
4046
|
msgstr ""
|
@@ -3885,7 +4152,6 @@ msgstr "狀態"
|
|
3885
4152
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
3886
4153
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
3887
4154
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3888
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
3889
4155
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
3890
4156
|
#: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
|
3891
4157
|
msgid "Status"
|
@@ -3907,8 +4173,6 @@ msgid "Subscription Management"
|
|
3907
4173
|
msgstr "訂閱管理"
|
3908
4174
|
|
3909
4175
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
3910
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
3911
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
3912
4176
|
msgid "Subscription Status"
|
3913
4177
|
msgstr "訂閱狀態"
|
3914
4178
|
|
@@ -3916,17 +4180,10 @@ msgstr "訂閱狀態"
|
|
3916
4180
|
msgid "Subscription UUID"
|
3917
4181
|
msgstr ""
|
3918
4182
|
|
3919
|
-
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
3920
|
-
msgid ""
|
3921
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
3922
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
3923
|
-
msgstr ""
|
3924
|
-
"subscription-manager register --org=\"{{ activationKey.organization.label "
|
3925
|
-
"}}\" --activationkey=\"{{ activationKey.name }}\""
|
3926
|
-
|
3927
4183
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
3928
4184
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
3929
4185
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4186
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
|
3930
4187
|
msgid "Subscriptions"
|
3931
4188
|
msgstr "訂閱服務"
|
3932
4189
|
|
@@ -3968,22 +4225,6 @@ msgstr "已成功移除了 %s 項訂閱。"
|
|
3968
4225
|
msgid "Successfully removed 1 item."
|
3969
4226
|
msgstr "已成功移除了 1 個項目。"
|
3970
4227
|
|
3971
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3972
|
-
msgid "Successfully scheduled an update of all packages"
|
3973
|
-
msgstr ""
|
3974
|
-
|
3975
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3976
|
-
msgid "Successfully scheduled package installation"
|
3977
|
-
msgstr ""
|
3978
|
-
|
3979
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3980
|
-
msgid "Successfully scheduled package removal"
|
3981
|
-
msgstr ""
|
3982
|
-
|
3983
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js
|
3984
|
-
msgid "Successfully scheduled package update"
|
3985
|
-
msgstr ""
|
3986
|
-
|
3987
4228
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
3988
4229
|
msgid "Successfully updated subscriptions."
|
3989
4230
|
msgstr "已成功更新了訂閱。"
|
@@ -4044,6 +4285,10 @@ msgstr "已刪除同步計劃 %s。"
|
|
4044
4285
|
msgid "Sync Plan created and assigned to product."
|
4045
4286
|
msgstr ""
|
4046
4287
|
|
4288
|
+
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4289
|
+
msgid "Sync Plan Management"
|
4290
|
+
msgstr ""
|
4291
|
+
|
4047
4292
|
#: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
|
4048
4293
|
msgid "Sync Plan saved"
|
4049
4294
|
msgstr ""
|
@@ -4058,6 +4303,8 @@ msgid "Sync Plan:"
|
|
4058
4303
|
msgstr "同步計劃:"
|
4059
4304
|
|
4060
4305
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
4306
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
|
4307
|
+
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
|
4061
4308
|
msgid "Sync Plans"
|
4062
4309
|
msgstr "同步計劃"
|
4063
4310
|
|
@@ -4113,10 +4360,6 @@ msgstr ""
|
|
4113
4360
|
msgid "System Purpose Management"
|
4114
4361
|
msgstr ""
|
4115
4362
|
|
4116
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4117
|
-
msgid "System Purpose Status"
|
4118
|
-
msgstr ""
|
4119
|
-
|
4120
4363
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
4121
4364
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
4122
4365
|
msgid "Tags"
|
@@ -4129,6 +4372,9 @@ msgstr "任務的詳細資訊"
|
|
4129
4372
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4130
4373
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4131
4374
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks.html
|
4375
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
|
4376
|
+
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
4377
|
+
#: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
|
4132
4378
|
msgid "Tasks"
|
4133
4379
|
msgstr "任務"
|
4134
4380
|
|
@@ -4168,6 +4414,11 @@ msgid ""
|
|
4168
4414
|
"make errata available to these hosts."
|
4169
4415
|
msgstr "內容視域或生命週期環境需要更新才能讓這些主機使用勘誤。"
|
4170
4416
|
|
4417
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4418
|
+
msgid ""
|
4419
|
+
"The filters below have this repository as the last affected repository!"
|
4420
|
+
msgstr ""
|
4421
|
+
|
4171
4422
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4172
4423
|
msgid ""
|
4173
4424
|
"The following actions can be performed on content hosts in this host "
|
@@ -4217,15 +4468,15 @@ msgstr ""
|
|
4217
4468
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4218
4469
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4219
4470
|
msgid ""
|
4220
|
-
"The repository will be
|
4221
|
-
"
|
4471
|
+
"The repository will only be available on content hosts with the selected "
|
4472
|
+
"architecture."
|
4222
4473
|
msgstr ""
|
4223
4474
|
|
4224
4475
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4225
4476
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4226
4477
|
msgid ""
|
4227
|
-
"The repository will be
|
4228
|
-
"
|
4478
|
+
"The repository will only be available on content hosts with the selected OS "
|
4479
|
+
"version."
|
4229
4480
|
msgstr ""
|
4230
4481
|
|
4231
4482
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
@@ -4234,6 +4485,12 @@ msgid ""
|
|
4234
4485
|
"different environment."
|
4235
4486
|
msgstr "選擇的環境不包含內容視域,請選擇一個不同的環境。"
|
4236
4487
|
|
4488
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4489
|
+
msgid ""
|
4490
|
+
"The sha1 checksum type is no longer supported. The checksum type will reset "
|
4491
|
+
"to 'Default' at the next edit or change in content."
|
4492
|
+
msgstr ""
|
4493
|
+
|
4237
4494
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
4238
4495
|
msgid "The time the sync should happen in your current time zone."
|
4239
4496
|
msgstr ""
|
@@ -4341,8 +4598,10 @@ msgstr "此啟動金鑰不與任何內容主機相聯。"
|
|
4341
4598
|
|
4342
4599
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4343
4600
|
msgid ""
|
4344
|
-
"This activation key may be used during
|
4345
|
-
|
4601
|
+
"This activation key may be used during <a "
|
4602
|
+
"href=\"/hosts/register?initialAKSelection={{ activationKey.name }}\">system "
|
4603
|
+
"registration.</a>"
|
4604
|
+
msgstr ""
|
4346
4605
|
|
4347
4606
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
4348
4607
|
msgid "This change will be applied to <b>{{ hostCount }} systems.</b>"
|
@@ -4352,26 +4611,16 @@ msgstr ""
|
|
4352
4611
|
msgid "This Container Image Tag is not present in any Lifecycle Environments."
|
4353
4612
|
msgstr ""
|
4354
4613
|
|
4614
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
4615
|
+
msgid "This Container Image Tag is not present in any Repositories."
|
4616
|
+
msgstr ""
|
4617
|
+
|
4355
4618
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4356
4619
|
msgid ""
|
4357
4620
|
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4358
4621
|
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4359
4622
|
msgstr ""
|
4360
4623
|
|
4361
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4362
|
-
msgid ""
|
4363
|
-
"This organization has Simple Content Access enabled. Hosts are not required"
|
4364
|
-
" to have subscriptions attached to access repositories."
|
4365
|
-
msgstr ""
|
4366
|
-
|
4367
|
-
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4368
|
-
msgid ""
|
4369
|
-
"This organization is not using <a target=\"_blank\" "
|
4370
|
-
"href=\"https://access.redhat.com/articles/simple-content-access\">Simple "
|
4371
|
-
"Content Access.</a> Entitlement-based subscription management is deprecated "
|
4372
|
-
"and will be removed in a future version."
|
4373
|
-
msgstr ""
|
4374
|
-
|
4375
4624
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4376
4625
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4377
4626
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
|
@@ -4407,6 +4656,7 @@ msgstr ""
|
|
4407
4656
|
|
4408
4657
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4409
4658
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4659
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/content-host-traces.controller.js
|
4410
4660
|
msgid "Traces"
|
4411
4661
|
msgstr ""
|
4412
4662
|
|
@@ -4470,7 +4720,7 @@ msgid "Unregister Host"
|
|
4470
4720
|
msgstr "取消註冊主機"
|
4471
4721
|
|
4472
4722
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4473
|
-
msgid "Unregister Host \"{{host.
|
4723
|
+
msgid "Unregister Host \"{{host.display_name}}\"?"
|
4474
4724
|
msgstr ""
|
4475
4725
|
|
4476
4726
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
@@ -4708,17 +4958,6 @@ msgstr ""
|
|
4708
4958
|
msgid "Versions"
|
4709
4959
|
msgstr "版本"
|
4710
4960
|
|
4711
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4712
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
4713
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
4714
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
4715
|
-
msgid "via Katello agent"
|
4716
|
-
msgstr "透過 Katello 代理程式"
|
4717
|
-
|
4718
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4719
|
-
msgid "via Katello Agent"
|
4720
|
-
msgstr "透過 Katello 代理程式"
|
4721
|
-
|
4722
4961
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
4723
4962
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
4724
4963
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
@@ -4794,6 +5033,13 @@ msgid ""
|
|
4794
5033
|
"associated subscriptions."
|
4795
5034
|
msgstr "當停用了自動連接時,註冊的系統將會被連至所有相聯的訂閱。"
|
4796
5035
|
|
5036
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
5037
|
+
msgid ""
|
5038
|
+
"When Auto Attach is enabled, registering systems will be attached to all "
|
5039
|
+
"associated custom products and only associated Red Hat subscriptions "
|
5040
|
+
"required to satisfy the system's installed products."
|
5041
|
+
msgstr ""
|
5042
|
+
|
4797
5043
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4798
5044
|
msgid ""
|
4799
5045
|
"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"
|
@@ -4846,11 +5092,21 @@ msgid ""
|
|
4846
5092
|
"contents of requirement.yml here"
|
4847
5093
|
msgstr ""
|
4848
5094
|
|
5095
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5096
|
+
msgid "You cannot remove content from a redhat repository"
|
5097
|
+
msgstr ""
|
5098
|
+
|
4849
5099
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4850
5100
|
msgid ""
|
4851
5101
|
"You cannot remove these repositories because you do not have permission."
|
4852
5102
|
msgstr "您無法移除這些軟體庫,因為您沒有權限。"
|
4853
5103
|
|
5104
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
5105
|
+
msgid ""
|
5106
|
+
"You cannot remove this product because it has repositories that are the last"
|
5107
|
+
" affected repository on content view filters"
|
5108
|
+
msgstr ""
|
5109
|
+
|
4854
5110
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4855
5111
|
msgid "You cannot remove this product because it is a Red Hat product."
|
4856
5112
|
msgstr "您無法移除這項產品,因為這是一項 Red Hat 產品。"
|
@@ -4915,9 +5171,9 @@ msgstr "您目前沒有任何主機集,您可藉由使用右方的按鈕來新
|
|
4915
5171
|
|
4916
5172
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
|
4917
5173
|
msgid ""
|
4918
|
-
"You currently don't have any Hosts in this Host
|
4919
|
-
"Hosts after selecting the 'Add' tab."
|
4920
|
-
msgstr "
|
5174
|
+
"You currently don't have any Hosts in this Host Collection, you can add "
|
5175
|
+
"Content Hosts after selecting the 'Add' tab."
|
5176
|
+
msgstr ""
|
4921
5177
|
|
4922
5178
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
4923
5179
|
msgid ""
|
@@ -5096,6 +5352,7 @@ msgstr ""
|
|
5096
5352
|
msgid "Your search returned zero Repositories"
|
5097
5353
|
msgstr ""
|
5098
5354
|
|
5355
|
+
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-repositories.html
|
5099
5356
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5100
5357
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5101
5358
|
msgid "Your search returned zero Repositories."
|