katello 4.9.2 → 4.10.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/README.md +4 -7
- data/app/assets/javascripts/katello/locale/bn/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/ca/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/cs/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +8969 -0
- data/app/assets/javascripts/katello/locale/de/katello.js +8991 -1
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/el/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/en/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/en_US/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/es/katello.js +8984 -1
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/fr/katello.js +9008 -1
- data/app/assets/javascripts/katello/locale/gl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/gu/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/hi/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/id/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/it/katello.js +8974 -1
- data/app/assets/javascripts/katello/locale/ja/katello.js +9004 -1
- data/app/assets/javascripts/katello/locale/ka/katello.js +8976 -1
- data/app/assets/javascripts/katello/locale/kn/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/ko/katello.js +8972 -1
- data/app/assets/javascripts/katello/locale/locale/katello.js +3070 -1
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/mr/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/or/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pa/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/pt/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +8984 -1
- data/app/assets/javascripts/katello/locale/ro/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/ru/katello.js +8973 -1
- data/app/assets/javascripts/katello/locale/sl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/ta/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/te/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/tr/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/vi/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/zh/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +9004 -1
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +8972 -1
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/alternate_content_sources_bulk_actions_controller.rb +22 -1
- data/app/controllers/katello/api/v2/api_controller.rb +0 -15
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +13 -4
- data/app/controllers/katello/api/v2/host_errata_controller.rb +0 -12
- data/app/controllers/katello/api/v2/host_packages_controller.rb +0 -55
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +0 -77
- data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +6 -10
- data/app/controllers/katello/api/v2/sync_controller.rb +0 -1
- data/app/controllers/katello/concerns/api/api_controller.rb +0 -10
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/update.rb +1 -1
- data/app/lib/actions/katello/content_view/capsule_sync.rb +1 -1
- data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -9
- data/app/lib/actions/katello/content_view_version/republish_repositories.rb +8 -2
- data/app/lib/actions/katello/repository/capsule_sync.rb +1 -1
- data/app/lib/actions/katello/repository/update_metadata_sync.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -9
- data/app/lib/katello/resources/cdn.rb +4 -0
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +1 -1
- data/app/models/katello/cdn_configuration.rb +4 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -1
- data/app/models/katello/content_view.rb +5 -1
- data/app/models/katello/content_view_component.rb +1 -1
- data/app/models/katello/content_view_version.rb +4 -0
- data/app/models/katello/host/content_facet.rb +4 -5
- data/app/models/katello/ping.rb +0 -19
- data/app/models/katello/repository.rb +5 -1
- data/app/models/katello/root_repository.rb +2 -8
- data/app/services/katello/applicability/applicable_content_helper.rb +2 -2
- data/app/services/katello/registration_manager.rb +2 -12
- data/app/views/foreman/job_templates/configure_host_for_new_content_source.erb +25 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +0 -12
- data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +6 -2
- data/app/views/katello/api/v2/repositories/show.json.rabl +0 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/katello.yaml.example +0 -4
- data/config/routes/api/v2.rb +3 -0
- data/config/routes/overrides.rb +0 -11
- data/db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb +5 -0
- data/db/migrate/20230710190626_remove_relative_path_limit.rb +5 -0
- data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +20 -0
- data/db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb +15 -0
- data/db/seeds.d/111-upgrade_tasks.rb +1 -2
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
- data/engines/bastion_katello/README.md +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +8 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +3 -44
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +1 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +1 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +1 -16
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +2 -11
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +0 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -39
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +2 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +4 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +2 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +2 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +0 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +0 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +1 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +235 -521
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html +13 -2
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -3
- data/lib/katello/engine.rb +0 -18
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/plugin.rb +0 -25
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/remove_hidden_distribution.rb +383 -0
- data/locale/action_names.rb +3 -1
- data/locale/bn/katello.po +130 -39
- data/locale/bn_IN/katello.po +130 -39
- data/locale/ca/katello.po +130 -39
- data/locale/cs/katello.po +130 -39
- data/locale/cs_CZ/katello.po +130 -39
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +134 -43
- data/locale/de_AT/katello.po +130 -39
- data/locale/de_DE/katello.po +130 -39
- data/locale/el/katello.po +130 -39
- data/locale/en/katello.po +130 -39
- data/locale/en_GB/katello.po +130 -39
- data/locale/en_US/katello.po +130 -39
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +133 -42
- data/locale/et_EE/katello.po +130 -39
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +138 -47
- data/locale/gl/katello.po +130 -39
- data/locale/gu/katello.po +130 -39
- data/locale/he_IL/katello.po +130 -39
- data/locale/hi/katello.po +130 -39
- data/locale/id/katello.po +130 -39
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +131 -40
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +138 -47
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +131 -40
- data/locale/katello.pot +805 -642
- data/locale/kn/katello.po +130 -39
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +131 -40
- data/locale/ml_IN/katello.po +130 -39
- data/locale/mr/katello.po +130 -39
- data/locale/nl_NL/katello.po +130 -39
- data/locale/or/katello.po +130 -39
- data/locale/pa/katello.po +130 -39
- data/locale/pl/katello.po +130 -39
- data/locale/pl_PL/katello.po +130 -39
- data/locale/pt/katello.po +130 -39
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +133 -42
- data/locale/ro/katello.po +130 -39
- data/locale/ro_RO/katello.po +130 -39
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +131 -40
- data/locale/sl/katello.po +130 -39
- data/locale/sv_SE/katello.po +130 -39
- data/locale/ta/katello.po +130 -39
- data/locale/ta_IN/katello.po +130 -39
- data/locale/te/katello.po +130 -39
- data/locale/tr/katello.po +130 -39
- data/locale/vi/katello.po +130 -39
- data/locale/vi_VN/katello.po +130 -39
- data/locale/zh/katello.po +130 -39
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +138 -47
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +131 -40
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +0 -5
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +9 -3
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +7 -58
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +2 -11
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesActions.js +1 -40
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesConstants.js +0 -3
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +5 -40
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -65
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -4
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +0 -212
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -157
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +0 -20
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js +31 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js +3 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +127 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +37 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js +16 -0
- data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +117 -0
- data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +77 -0
- data/webpack/scenes/ActivationKeys/Details/components/DeleteModal.js +63 -0
- data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +199 -0
- data/webpack/scenes/ActivationKeys/Details/index.js +3 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +10 -5
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +8 -3
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +8 -3
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +2 -2
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +37 -29
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +53 -37
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +7 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +15 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +6 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +43 -197
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +1 -1
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +0 -98
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +103 -1
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json +634 -0
- data/webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/actions.js +14 -12
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +45 -6
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +42 -7
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +37 -10
- data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +5 -0
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -2
- metadata +85 -81
- data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +0 -64
- data/app/lib/actions/katello/agent_action.rb +0 -120
- data/app/lib/actions/katello/bulk_agent_action.rb +0 -37
- data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +0 -44
- data/app/lib/actions/katello/host/erratum/install.rb +0 -38
- data/app/lib/actions/katello/host/package/install.rb +0 -34
- data/app/lib/actions/katello/host/package/remove.rb +0 -48
- data/app/lib/actions/katello/host/package/update.rb +0 -42
- data/app/lib/actions/katello/host/package_group/install.rb +0 -30
- data/app/lib/actions/katello/host/package_group/remove.rb +0 -30
- data/app/lib/katello/agent/base_message.rb +0 -41
- data/app/lib/katello/agent/client_message_handler.rb +0 -69
- data/app/lib/katello/agent/connection.rb +0 -38
- data/app/lib/katello/agent/install_errata_message.rb +0 -25
- data/app/lib/katello/agent/install_package_group_message.rb +0 -25
- data/app/lib/katello/agent/install_package_message.rb +0 -28
- data/app/lib/katello/agent/remove_package_group_message.rb +0 -25
- data/app/lib/katello/agent/remove_package_message.rb +0 -28
- data/app/lib/katello/agent/update_package_message.rb +0 -33
- data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +0 -59
- data/app/lib/katello/qpid/connection.rb +0 -149
- data/app/lib/katello/util/default_enablement_migrator.rb +0 -183
- data/app/models/katello/agent/dispatch_history.rb +0 -19
- data/app/models/katello/events/delete_host_agent_queue.rb +0 -19
- data/app/services/katello/agent/dispatcher.rb +0 -60
- data/app/views/foreman/job_templates/change_content_source.erb +0 -18
- data/app/views/katello/api/v2/sync/index.json.rabl +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +0 -8
- data/lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake +0 -13
- data/webpack/components/extensions/HostDetails/common/KatelloAgentDeprecationAlert.js +0 -23
data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot
CHANGED
@@ -101,8 +101,7 @@ msgid "{{ repo.last_sync_words }} ago"
|
|
101
101
|
msgstr ""
|
102
102
|
|
103
103
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
104
|
-
msgid ""
|
105
|
-
"{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
|
104
|
+
msgid "{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
|
106
105
|
msgstr ""
|
107
106
|
|
108
107
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
@@ -110,15 +109,11 @@ msgid "{{ repository.content_counts.deb || 0 }} deb Packages"
|
|
110
109
|
msgstr ""
|
111
110
|
|
112
111
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
113
|
-
msgid ""
|
114
|
-
"{{ repository.content_counts.docker_manifest || 0 }} Container Image "
|
115
|
-
"Manifests"
|
112
|
+
msgid "{{ repository.content_counts.docker_manifest || 0 }} Container Image Manifests"
|
116
113
|
msgstr ""
|
117
114
|
|
118
115
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
119
|
-
msgid ""
|
120
|
-
"{{ repository.content_counts.docker_manifest_list || 0 }} Container Image "
|
121
|
-
"Manifest Lists"
|
116
|
+
msgid "{{ repository.content_counts.docker_manifest_list || 0 }} Container Image Manifest Lists"
|
122
117
|
msgstr ""
|
123
118
|
|
124
119
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
@@ -170,9 +165,7 @@ msgid "{{urlDescription}}"
|
|
170
165
|
msgstr ""
|
171
166
|
|
172
167
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
173
|
-
msgid ""
|
174
|
-
"* These marked Content View Versions are from Composite Content Views. "
|
175
|
-
"Their components needing updating are listed underneath."
|
168
|
+
msgid "* These marked Content View Versions are from Composite Content Views. Their components needing updating are listed underneath."
|
176
169
|
msgstr ""
|
177
170
|
|
178
171
|
#: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js
|
@@ -194,15 +187,11 @@ msgid "%count environment(s) can be synchronized: %envs"
|
|
194
187
|
msgstr ""
|
195
188
|
|
196
189
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
197
|
-
msgid ""
|
198
|
-
"<a href=\"/foreman_tasks/tasks/{{repository.last_sync.id}}\">{{ repository."
|
199
|
-
"last_sync.result | capitalize}}</a>"
|
190
|
+
msgid "<a href=\"/foreman_tasks/tasks/{{repository.last_sync.id}}\">{{ repository.last_sync.result | capitalize}}</a>"
|
200
191
|
msgstr ""
|
201
192
|
|
202
193
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
203
|
-
msgid ""
|
204
|
-
"<b>Additive:</b> new content available during sync will be added to the "
|
205
|
-
"repository, and no content will be removed."
|
194
|
+
msgid "<b>Additive:</b> new content available during sync will be added to the repository, and no content will be removed."
|
206
195
|
msgstr ""
|
207
196
|
|
208
197
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -214,18 +203,11 @@ msgid "<b>Issued</b>"
|
|
214
203
|
msgstr ""
|
215
204
|
|
216
205
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
217
|
-
msgid ""
|
218
|
-
"<b>Mirror Complete</b>: a sync behaves exactly like \"Mirror Content Only\", "
|
219
|
-
"but also mirrors metadata as well. This is the fastest method, and "
|
220
|
-
"preserves repository signatures, but is only supported by yum and not by all "
|
221
|
-
"upstream repositories."
|
206
|
+
msgid "<b>Mirror Complete</b>: a sync behaves exactly like \"Mirror Content Only\", but also mirrors metadata as well. This is the fastest method, and preserves repository signatures, but is only supported by yum and not by all upstream repositories."
|
222
207
|
msgstr ""
|
223
208
|
|
224
209
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
225
|
-
msgid ""
|
226
|
-
"<b>Mirror Content Only</b>: any new content available during sync will be "
|
227
|
-
"added to the repository and any content removed from the upstream repository "
|
228
|
-
"will be removed from the local repository."
|
210
|
+
msgid "<b>Mirror Content Only</b>: any new content available during sync will be added to the repository and any content removed from the upstream repository will be removed from the local repository."
|
229
211
|
msgstr ""
|
230
212
|
|
231
213
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -259,23 +241,18 @@ msgstr ""
|
|
259
241
|
#: app/assets/javascripts/bastion_katello/common/views/registration.html
|
260
242
|
msgid ""
|
261
243
|
"<i class=\"fa fa-warning inline-icon\"></i>\n"
|
262
|
-
" This Host is not currently registered with subscription-manager. Use the "
|
263
|
-
"<a href=\"/hosts/register\">Register Host</a> workflow to complete "
|
264
|
-
"registration."
|
244
|
+
" This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
|
265
245
|
msgstr ""
|
266
246
|
|
267
247
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
268
248
|
msgid "1 Content Host"
|
269
|
-
msgid_plural ""
|
270
|
-
"{{ host.subscription_facet_attributes.virtual_guests.length }} Content Hosts"
|
249
|
+
msgid_plural "{{ host.subscription_facet_attributes.virtual_guests.length }} Content Hosts"
|
271
250
|
msgstr[0] ""
|
272
251
|
msgstr[1] ""
|
273
252
|
|
274
253
|
#: app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
|
275
254
|
msgid "1 repository sync has errors."
|
276
|
-
msgid_plural ""
|
277
|
-
"{{ product.sync_summary.error || product.sync_summary.warning }} repository "
|
278
|
-
"syncs have errors."
|
255
|
+
msgid_plural "{{ product.sync_summary.error || product.sync_summary.warning }} repository syncs have errors."
|
279
256
|
msgstr[0] ""
|
280
257
|
msgstr[1] ""
|
281
258
|
|
@@ -287,16 +264,12 @@ msgstr[1] ""
|
|
287
264
|
|
288
265
|
#: app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
|
289
266
|
msgid "1 successfully synced repository."
|
290
|
-
msgid_plural ""
|
291
|
-
"{{ product.sync_summary.success}} successfully synced repositories."
|
267
|
+
msgid_plural "{{ product.sync_summary.success}} successfully synced repositories."
|
292
268
|
msgstr[0] ""
|
293
269
|
msgstr[1] ""
|
294
270
|
|
295
271
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
296
|
-
msgid ""
|
297
|
-
"A comma-separated list of container image tags to exclude when syncing. "
|
298
|
-
"Source images are excluded by default because they are often large and "
|
299
|
-
"unwanted."
|
272
|
+
msgid "A comma-separated list of container image tags to exclude when syncing. Source images are excluded by default because they are often large and unwanted."
|
300
273
|
msgstr ""
|
301
274
|
|
302
275
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -304,9 +277,7 @@ msgid "A comma-separated list of container image tags to include when syncing."
|
|
304
277
|
msgstr ""
|
305
278
|
|
306
279
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
307
|
-
msgid ""
|
308
|
-
"A sync has been initiated in the background, <a href=\"/foreman_tasks/tasks/"
|
309
|
-
"{{ task.id }}\">click for more details</a>"
|
280
|
+
msgid "A sync has been initiated in the background, <a href=\"/foreman_tasks/tasks/{{ task.id }}\">click for more details</a>"
|
310
281
|
msgstr ""
|
311
282
|
|
312
283
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
@@ -420,8 +391,7 @@ msgid "Added %x products to sync plan \"%y\"."
|
|
420
391
|
msgstr ""
|
421
392
|
|
422
393
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
423
|
-
msgid ""
|
424
|
-
"Adding Lifecycle Environment to the end of \"{{ priorEnvironment.name }}\""
|
394
|
+
msgid "Adding Lifecycle Environment to the end of \"{{ priorEnvironment.name }}\""
|
425
395
|
msgstr ""
|
426
396
|
|
427
397
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/mirroring-policy.service.js
|
@@ -443,6 +413,10 @@ msgstr ""
|
|
443
413
|
msgid "Affected Hosts"
|
444
414
|
msgstr ""
|
445
415
|
|
416
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
417
|
+
msgid "All"
|
418
|
+
msgstr ""
|
419
|
+
|
446
420
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
447
421
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
448
422
|
msgid "All Content Views"
|
@@ -526,9 +500,7 @@ msgid "An error occurred saving the Sync Plan:"
|
|
526
500
|
msgstr ""
|
527
501
|
|
528
502
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
|
529
|
-
msgid ""
|
530
|
-
"An error occurred trying to auto-attach subscriptions. Please check your "
|
531
|
-
"log for further information."
|
503
|
+
msgid "An error occurred trying to auto-attach subscriptions. Please check your log for further information."
|
532
504
|
msgstr ""
|
533
505
|
|
534
506
|
#: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-sync-plan-modal.controller.js
|
@@ -602,8 +574,7 @@ msgid "Apply {{ errata.errata_id }}"
|
|
602
574
|
msgstr ""
|
603
575
|
|
604
576
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
605
|
-
msgid ""
|
606
|
-
"Apply {{ errata.errata_id }} to {{ contentHostIds.length }} Content Host(s)?"
|
577
|
+
msgid "Apply {{ errata.errata_id }} to {{ contentHostIds.length }} Content Host(s)?"
|
607
578
|
msgstr ""
|
608
579
|
|
609
580
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
@@ -611,9 +582,7 @@ msgid "Apply {{ errata.errata_id }} to all Content Host(s)?"
|
|
611
582
|
msgstr ""
|
612
583
|
|
613
584
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
614
|
-
msgid ""
|
615
|
-
"Apply {{ errataIds.length }} Errata to {{ contentHostIds.length }} Content "
|
616
|
-
"Host(s)?"
|
585
|
+
msgid "Apply {{ errataIds.length }} Errata to {{ contentHostIds.length }} Content Host(s)?"
|
617
586
|
msgstr ""
|
618
587
|
|
619
588
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
@@ -681,9 +650,7 @@ msgid "Architectures"
|
|
681
650
|
msgstr ""
|
682
651
|
|
683
652
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
684
|
-
msgid ""
|
685
|
-
"Are you sure you want to add the {{ table.numSelected }} content host(s) "
|
686
|
-
"selected to the host collection(s) chosen?"
|
653
|
+
msgid "Are you sure you want to add the {{ table.numSelected }} content host(s) selected to the host collection(s) chosen?"
|
687
654
|
msgstr ""
|
688
655
|
|
689
656
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
@@ -691,61 +658,43 @@ msgid "Are you sure you want to add the sync plan to the selected products(s)?"
|
|
691
658
|
msgstr ""
|
692
659
|
|
693
660
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
694
|
-
msgid ""
|
695
|
-
"Are you sure you want to apply Errata to content host \"{{ host.name }}\"?"
|
661
|
+
msgid "Are you sure you want to apply Errata to content host \"{{ host.name }}\"?"
|
696
662
|
msgstr ""
|
697
663
|
|
698
664
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
699
|
-
msgid ""
|
700
|
-
"Are you sure you want to apply the {{ table.numSelected }} selected errata "
|
701
|
-
"to the content hosts chosen?"
|
665
|
+
msgid "Are you sure you want to apply the {{ table.numSelected }} selected errata to the content hosts chosen?"
|
702
666
|
msgstr ""
|
703
667
|
|
704
668
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
705
|
-
msgid ""
|
706
|
-
"Are you sure you want to assign the {{ table.numSelected }} content host(s) "
|
707
|
-
"selected to {{ selected.contentView.name }} in {{ selected.environment."
|
708
|
-
"name }}?"
|
669
|
+
msgid "Are you sure you want to assign the {{ table.numSelected }} content host(s) selected to {{ selected.contentView.name }} in {{ selected.environment.name }}?"
|
709
670
|
msgstr ""
|
710
671
|
|
711
672
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
|
712
|
-
msgid ""
|
713
|
-
"Are you sure you want to delete the {{ table.numSelected }} host(s) selected?"
|
673
|
+
msgid "Are you sure you want to delete the {{ table.numSelected }} host(s) selected?"
|
714
674
|
msgstr ""
|
715
675
|
|
716
676
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
717
|
-
msgid ""
|
718
|
-
"Are you sure you want to disable the {{ table.numSelected }} repository "
|
719
|
-
"set(s) chosen?"
|
677
|
+
msgid "Are you sure you want to disable the {{ table.numSelected }} repository set(s) chosen?"
|
720
678
|
msgstr ""
|
721
679
|
|
722
680
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
723
|
-
msgid ""
|
724
|
-
"Are you sure you want to enable the {{ table.numSelected }} repository "
|
725
|
-
"set(s) chosen?"
|
681
|
+
msgid "Are you sure you want to enable the {{ table.numSelected }} repository set(s) chosen?"
|
726
682
|
msgstr ""
|
727
683
|
|
728
684
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
729
|
-
msgid ""
|
730
|
-
"Are you sure you want to install {{ content.content }} on the "
|
731
|
-
"{{ getSelectedSystemIds().length }} system(s) selected?"
|
685
|
+
msgid "Are you sure you want to install {{ content.content }} on the {{ getSelectedSystemIds().length }} system(s) selected?"
|
732
686
|
msgstr ""
|
733
687
|
|
734
688
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
735
|
-
msgid ""
|
736
|
-
"Are you sure you want to remove {{ content.content }} from the "
|
737
|
-
"{{ getSelectedSystemIds().length }} system(s) selected?"
|
689
|
+
msgid "Are you sure you want to remove {{ content.content }} from the {{ getSelectedSystemIds().length }} system(s) selected?"
|
738
690
|
msgstr ""
|
739
691
|
|
740
692
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
741
|
-
msgid ""
|
742
|
-
"Are you sure you want to remove Activation Key \"{{ activationKey.name }}\"?"
|
693
|
+
msgid "Are you sure you want to remove Activation Key \"{{ activationKey.name }}\"?"
|
743
694
|
msgstr ""
|
744
695
|
|
745
696
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
746
|
-
msgid ""
|
747
|
-
"Are you sure you want to remove Content Credential {{ contentCredential."
|
748
|
-
"name }}?"
|
697
|
+
msgid "Are you sure you want to remove Content Credential {{ contentCredential.name }}?"
|
749
698
|
msgstr ""
|
750
699
|
|
751
700
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
@@ -753,9 +702,7 @@ msgid "Are you sure you want to remove environment {{ environment.name }}?"
|
|
753
702
|
msgstr ""
|
754
703
|
|
755
704
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-details.html
|
756
|
-
msgid ""
|
757
|
-
"Are you sure you want to remove Host Collection \"{{ hostCollection."
|
758
|
-
"name }}\"?"
|
705
|
+
msgid "Are you sure you want to remove Host Collection \"{{ hostCollection.name }}\"?"
|
759
706
|
msgstr ""
|
760
707
|
|
761
708
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
@@ -763,9 +710,7 @@ msgid "Are you sure you want to remove product \"{{ product.name }}\"?"
|
|
763
710
|
msgstr ""
|
764
711
|
|
765
712
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
766
|
-
msgid ""
|
767
|
-
"Are you sure you want to remove repository {{ repositoryWrapper.repository."
|
768
|
-
"name }} from all content views?"
|
713
|
+
msgid "Are you sure you want to remove repository {{ repositoryWrapper.repository.name }} from all content views?"
|
769
714
|
msgstr ""
|
770
715
|
|
771
716
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
@@ -773,114 +718,79 @@ msgid "Are you sure you want to remove Sync Plan \"{{ syncPlan.name }}\"?"
|
|
773
718
|
msgstr ""
|
774
719
|
|
775
720
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
|
776
|
-
msgid ""
|
777
|
-
"Are you sure you want to remove the {{ table.
|
778
|
-
"content unit?"
|
779
|
-
msgid_plural ""
|
780
|
-
"Are you sure you want to remove the {{ table.numSelected }} content units "
|
781
|
-
"selected?"
|
721
|
+
msgid "Are you sure you want to remove the {{ table.getSelected()[0].name }} content unit?"
|
722
|
+
msgid_plural "Are you sure you want to remove the {{ table.numSelected }} content units selected?"
|
782
723
|
msgstr[0] ""
|
783
724
|
msgstr[1] ""
|
784
725
|
|
785
726
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-files.html
|
786
|
-
msgid ""
|
787
|
-
"Are you sure you want to remove the {{ table.
|
788
|
-
msgid_plural ""
|
789
|
-
"Are you sure you want to remove the {{ table.numSelected }} files selected?"
|
727
|
+
msgid "Are you sure you want to remove the {{ table.getSelected()[0].name }} file?"
|
728
|
+
msgid_plural "Are you sure you want to remove the {{ table.numSelected }} files selected?"
|
790
729
|
msgstr[0] ""
|
791
730
|
msgstr[1] ""
|
792
731
|
|
793
732
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
|
794
733
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
795
|
-
msgid ""
|
796
|
-
"Are you sure you want to remove the {{ table.
|
797
|
-
"package?"
|
798
|
-
msgid_plural ""
|
799
|
-
"Are you sure you want to remove the {{ table.numSelected }} packages "
|
800
|
-
"selected?"
|
734
|
+
msgid "Are you sure you want to remove the {{ table.getSelected()[0].name }} package?"
|
735
|
+
msgid_plural "Are you sure you want to remove the {{ table.numSelected }} packages selected?"
|
801
736
|
msgstr[0] ""
|
802
737
|
msgstr[1] ""
|
803
738
|
|
804
739
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
805
|
-
msgid ""
|
806
|
-
"Are you sure you want to remove
|
807
|
-
"product?"
|
808
|
-
msgid_plural ""
|
809
|
-
"Are you sure you want to remove {{ table.getSelected().length }} products?"
|
740
|
+
msgid "Are you sure you want to remove the {{ table.getSelected()[0].name }} product?"
|
741
|
+
msgid_plural "Are you sure you want to remove {{ table.getSelected().length }} products?"
|
810
742
|
msgstr[0] ""
|
811
743
|
msgstr[1] ""
|
812
744
|
|
813
745
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
814
|
-
msgid ""
|
815
|
-
"Are you sure you want to remove the {{ table.getSelected()[0].name }} "
|
816
|
-
"repository?"
|
746
|
+
msgid "Are you sure you want to remove the {{ table.getSelected()[0].name }} repository?"
|
817
747
|
msgid_plural ""
|
818
|
-
"
|
819
|
-
"
|
748
|
+
"Repositories that are published in content view\n"
|
749
|
+
" 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"
|
750
|
+
" "
|
820
751
|
msgstr[0] ""
|
821
752
|
msgstr[1] ""
|
822
753
|
|
823
754
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
824
|
-
msgid ""
|
825
|
-
"Are you sure you want to remove the {{ table.numSelected }} Container Image "
|
826
|
-
"manifest selected?"
|
827
|
-
msgid_plural ""
|
828
|
-
"Are you sure you want to remove the {{ table.numSelected }} Container Image "
|
829
|
-
"manifests selected?"
|
755
|
+
msgid "Are you sure you want to remove the {{ table.numSelected }} Container Image manifest selected?"
|
756
|
+
msgid_plural "Are you sure you want to remove the {{ table.numSelected }} Container Image manifests selected?"
|
830
757
|
msgstr[0] ""
|
831
758
|
msgstr[1] ""
|
832
759
|
|
833
760
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
834
|
-
msgid ""
|
835
|
-
"Are you sure you want to remove the {{ table.numSelected }} content host(s) "
|
836
|
-
"selected from the host collection(s) chosen?"
|
761
|
+
msgid "Are you sure you want to remove the {{ table.numSelected }} content host(s) selected from the host collection(s) chosen?"
|
837
762
|
msgstr ""
|
838
763
|
|
839
764
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
840
|
-
msgid ""
|
841
|
-
"Are you sure you want to remove the sync plan from the selected product(s)?"
|
765
|
+
msgid "Are you sure you want to remove the sync plan from the selected product(s)?"
|
842
766
|
msgstr ""
|
843
767
|
|
844
768
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
|
845
|
-
msgid ""
|
846
|
-
"Are you sure you want to reset to default the {{ table.numSelected }} "
|
847
|
-
"repository set(s) chosen?"
|
769
|
+
msgid "Are you sure you want to reset to default the {{ table.numSelected }} repository set(s) chosen?"
|
848
770
|
msgstr ""
|
849
771
|
|
850
772
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
851
|
-
msgid ""
|
852
|
-
"Are you sure you want to restart services on content host \"{{ host."
|
853
|
-
"name }}\"?"
|
773
|
+
msgid "Are you sure you want to restart services on content host \"{{ host.name }}\"?"
|
854
774
|
msgstr ""
|
855
775
|
|
856
776
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
857
|
-
msgid ""
|
858
|
-
"Are you sure you want to restart the services on the selected content hosts?"
|
777
|
+
msgid "Are you sure you want to restart the services on the selected content hosts?"
|
859
778
|
msgstr ""
|
860
779
|
|
861
780
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
862
|
-
msgid ""
|
863
|
-
"Are you sure you want to set the HTTP Proxy to the selected products(s)?"
|
781
|
+
msgid "Are you sure you want to set the HTTP Proxy to the selected products(s)?"
|
864
782
|
msgstr ""
|
865
783
|
|
866
784
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
|
867
|
-
msgid ""
|
868
|
-
"Are you sure you want to set the Release Version the {{ table.numSelected }} "
|
869
|
-
"content host(s) selected to {{ selected.release }}?. This action will affect "
|
870
|
-
"only those Content Hosts that belong to the appropriate Content View and "
|
871
|
-
"Lifecycle Environment containining that release version."
|
785
|
+
msgid "Are you sure you want to set the Release Version the {{ table.numSelected }} content host(s) selected to {{ selected.release }}?. This action will affect only those Content Hosts that belong to the appropriate Content View and Lifecycle Environment containining that release version."
|
872
786
|
msgstr ""
|
873
787
|
|
874
788
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
875
|
-
msgid ""
|
876
|
-
"Are you sure you want to update {{ content.content }} on the "
|
877
|
-
"{{ getSelectedSystemIds().length }} system(s) selected?"
|
789
|
+
msgid "Are you sure you want to update {{ content.content }} on the {{ getSelectedSystemIds().length }} system(s) selected?"
|
878
790
|
msgstr ""
|
879
791
|
|
880
792
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
881
|
-
msgid ""
|
882
|
-
"Are you sure you want to update all packages on the "
|
883
|
-
"{{ getSelectedSystemIds().length }} system(s) selected?"
|
793
|
+
msgid "Are you sure you want to update all packages on the {{ getSelectedSystemIds().length }} system(s) selected?"
|
884
794
|
msgstr ""
|
885
795
|
|
886
796
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
@@ -984,17 +894,11 @@ msgid "Basic Information"
|
|
984
894
|
msgstr ""
|
985
895
|
|
986
896
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
987
|
-
msgid ""
|
988
|
-
"Below are the repository content sets currently available for this content "
|
989
|
-
"host through its subscriptions. For Red Hat subscriptions, additional "
|
990
|
-
"content can be made available through the"
|
897
|
+
msgid "Below are the repository content sets currently available for this content host through its subscriptions. For Red Hat subscriptions, additional content can be made available through the"
|
991
898
|
msgstr ""
|
992
899
|
|
993
900
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
994
|
-
msgid ""
|
995
|
-
"Below are the Repository Sets currently available for this activation key "
|
996
|
-
"through its subscriptions. For Red Hat subscriptions, additional content can "
|
997
|
-
"be made available through the"
|
901
|
+
msgid "Below are the Repository Sets currently available for this activation key through its subscriptions. For Red Hat subscriptions, additional content can be made available through the"
|
998
902
|
msgstr ""
|
999
903
|
|
1000
904
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -1049,6 +953,7 @@ msgid "Cannot clean Repository, a sync is already in progress."
|
|
1049
953
|
msgstr ""
|
1050
954
|
|
1051
955
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
956
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
1052
957
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1053
958
|
msgid "Cannot Remove"
|
1054
959
|
msgstr ""
|
@@ -1095,37 +1000,26 @@ msgid "Change Lifecycle Environment"
|
|
1095
1000
|
msgstr ""
|
1096
1001
|
|
1097
1002
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
1098
|
-
msgid ""
|
1099
|
-
"Changing default settings for content hosts that register with this "
|
1100
|
-
"activation key requires subscription-manager version 1.10 or newer to be "
|
1101
|
-
"installed on that host."
|
1003
|
+
msgid "Changing default settings for content hosts that register with this activation key requires subscription-manager version 1.10 or newer to be installed on that host."
|
1102
1004
|
msgstr ""
|
1103
1005
|
|
1104
1006
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
1105
|
-
msgid ""
|
1106
|
-
"Changing default settings requires subscription-manager version 1.10 or "
|
1107
|
-
"newer to be installed on this host."
|
1007
|
+
msgid "Changing default settings requires subscription-manager version 1.10 or newer to be installed on this host."
|
1108
1008
|
msgstr ""
|
1109
1009
|
|
1110
1010
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1111
|
-
msgid ""
|
1112
|
-
"Changing download policy to \"On Demand\" will also clear the checksum type "
|
1113
|
-
"if set. The repository will use the upstream checksum type to verify "
|
1114
|
-
"downloads."
|
1011
|
+
msgid "Changing download policy to \"On Demand\" will also clear the checksum type if set. The repository will use the upstream checksum type to verify downloads."
|
1115
1012
|
msgstr ""
|
1116
1013
|
|
1117
1014
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1118
1015
|
msgid ""
|
1119
|
-
"Changing the Content View will not affect the Content Host until its next "
|
1120
|
-
"
|
1121
|
-
" To update the Content Host immediately run the following "
|
1122
|
-
"command:"
|
1016
|
+
"Changing the Content View will not affect the Content Host until its next checkin.\n"
|
1017
|
+
" To update the Content Host immediately run the following command:"
|
1123
1018
|
msgstr ""
|
1124
1019
|
|
1125
1020
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
1126
1021
|
msgid ""
|
1127
|
-
"Changing the Content View will not affect the Content Hosts until their next "
|
1128
|
-
"checkin.\n"
|
1022
|
+
"Changing the Content View will not affect the Content Hosts until their next checkin.\n"
|
1129
1023
|
" To update the Content Hosts immediately run the following command:"
|
1130
1024
|
msgstr ""
|
1131
1025
|
|
@@ -1142,10 +1036,7 @@ msgid "Checksum Type"
|
|
1142
1036
|
msgstr ""
|
1143
1037
|
|
1144
1038
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1145
|
-
msgid ""
|
1146
|
-
"Choose one of the registry options to discover containers. To examine a "
|
1147
|
-
"private registry choose \"Custom\" and provide the url for the private "
|
1148
|
-
"registry."
|
1039
|
+
msgid "Choose one of the registry options to discover containers. To examine a private registry choose \"Custom\" and provide the url for the private registry."
|
1149
1040
|
msgstr ""
|
1150
1041
|
|
1151
1042
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
@@ -1187,9 +1078,7 @@ msgid "Completed {{ repository.last_sync_words }} ago"
|
|
1187
1078
|
msgstr ""
|
1188
1079
|
|
1189
1080
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
1190
|
-
msgid ""
|
1191
|
-
"Completely deletes the host including VM and disks, and removes all "
|
1192
|
-
"reporting, provisioning, and configuration information."
|
1081
|
+
msgid "Completely deletes the host including VM and disks, and removes all reporting, provisioning, and configuration information."
|
1193
1082
|
msgstr ""
|
1194
1083
|
|
1195
1084
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -1228,8 +1117,7 @@ msgstr ""
|
|
1228
1117
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifest-lists.html
|
1229
1118
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
|
1230
1119
|
msgid ""
|
1231
|
-
"Container Image metadata generation has been initiated in the background. "
|
1232
|
-
"Click\n"
|
1120
|
+
"Container Image metadata generation has been initiated in the background. Click\n"
|
1233
1121
|
" <a ng-href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1234
1122
|
msgstr ""
|
1235
1123
|
|
@@ -1349,12 +1237,7 @@ msgstr ""
|
|
1349
1237
|
|
1350
1238
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1351
1239
|
msgid ""
|
1352
|
-
"Content synced depends on the specifity of the URL and/or the optional "
|
1353
|
-
"requirements.yaml specified below <a class=\"fa fa-question-circle\" ng-show="
|
1354
|
-
"\"repository.content_type === 'ansible_collection'\" uib-popover-html="
|
1355
|
-
"\"collectionURLPopover\" popover-class=\"popover-large\" popover-trigger="
|
1356
|
-
"\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Upstream "
|
1357
|
-
"URL\">\n"
|
1240
|
+
"Content synced depends on the specifity of the URL and/or the optional requirements.yaml specified below <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'ansible_collection'\" uib-popover-html=\"collectionURLPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Upstream URL\">\n"
|
1358
1241
|
" </a>"
|
1359
1242
|
msgstr ""
|
1360
1243
|
|
@@ -1516,6 +1399,10 @@ msgstr ""
|
|
1516
1399
|
msgid "Current Subscriptions for Activation Key:"
|
1517
1400
|
msgstr ""
|
1518
1401
|
|
1402
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
1403
|
+
msgid "Custom"
|
1404
|
+
msgstr ""
|
1405
|
+
|
1519
1406
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
1520
1407
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
1521
1408
|
msgid "custom cron"
|
@@ -1544,8 +1431,7 @@ msgid "daily"
|
|
1544
1431
|
msgstr ""
|
1545
1432
|
|
1546
1433
|
#: app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
|
1547
|
-
msgid ""
|
1548
|
-
"Daily at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)"
|
1434
|
+
msgid "Daily at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)"
|
1549
1435
|
msgstr ""
|
1550
1436
|
|
1551
1437
|
#: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
|
@@ -1554,9 +1440,7 @@ msgid "Date"
|
|
1554
1440
|
msgstr ""
|
1555
1441
|
|
1556
1442
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
|
1557
|
-
msgid ""
|
1558
|
-
"deb metadata generation has been initiated in the background. Click <a href="
|
1559
|
-
"\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1443
|
+
msgid "deb metadata generation has been initiated in the background. Click <a href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1560
1444
|
msgstr ""
|
1561
1445
|
|
1562
1446
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
@@ -1606,6 +1490,10 @@ msgstr ""
|
|
1606
1490
|
msgid "Delete {{ table.numSelected }} Hosts?"
|
1607
1491
|
msgstr ""
|
1608
1492
|
|
1493
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1494
|
+
msgid "Delete filters"
|
1495
|
+
msgstr ""
|
1496
|
+
|
1609
1497
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1610
1498
|
msgid "Delete Hosts"
|
1611
1499
|
msgstr ""
|
@@ -1678,9 +1566,7 @@ msgid "Details for Repository:"
|
|
1678
1566
|
msgstr ""
|
1679
1567
|
|
1680
1568
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
1681
|
-
msgid ""
|
1682
|
-
"Determines whether to require login to pull container images in this "
|
1683
|
-
"lifecycle environment."
|
1569
|
+
msgid "Determines whether to require login to pull container images in this lifecycle environment."
|
1684
1570
|
msgstr ""
|
1685
1571
|
|
1686
1572
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
|
@@ -1723,9 +1609,7 @@ msgid "Distribution Information"
|
|
1723
1609
|
msgstr ""
|
1724
1610
|
|
1725
1611
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1726
|
-
msgid ""
|
1727
|
-
"Do not require a subscription entitlement certificate for accessing this "
|
1728
|
-
"repository."
|
1612
|
+
msgid "Do not require a subscription entitlement certificate for accessing this repository."
|
1729
1613
|
msgstr ""
|
1730
1614
|
|
1731
1615
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
@@ -1735,8 +1619,7 @@ msgid ""
|
|
1735
1619
|
msgstr ""
|
1736
1620
|
|
1737
1621
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
1738
|
-
msgid ""
|
1739
|
-
"Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1622
|
+
msgid "Docker Repositories <div>{{ library.counts.docker_repositories || 0 }}</div>"
|
1740
1623
|
msgstr ""
|
1741
1624
|
|
1742
1625
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-environment-modal.html
|
@@ -1808,8 +1691,7 @@ msgid "Environment saved"
|
|
1808
1691
|
msgstr ""
|
1809
1692
|
|
1810
1693
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
1811
|
-
msgid ""
|
1812
|
-
"Environment will also be removed from the following published content views!"
|
1694
|
+
msgid "Environment will also be removed from the following published content views!"
|
1813
1695
|
msgstr ""
|
1814
1696
|
|
1815
1697
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
@@ -1905,9 +1787,7 @@ msgid "File Information"
|
|
1905
1787
|
msgstr ""
|
1906
1788
|
|
1907
1789
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-files.html
|
1908
|
-
msgid ""
|
1909
|
-
"File removal been initiated in the background. Click <a href="
|
1910
|
-
"\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1790
|
+
msgid "File removal been initiated in the background. Click <a href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1911
1791
|
msgstr ""
|
1912
1792
|
|
1913
1793
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-details-info.controller.js
|
@@ -1961,26 +1841,23 @@ msgstr ""
|
|
1961
1841
|
msgid "Filter..."
|
1962
1842
|
msgstr ""
|
1963
1843
|
|
1844
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1845
|
+
msgid "Filters"
|
1846
|
+
msgstr ""
|
1847
|
+
|
1964
1848
|
#: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
|
1965
1849
|
msgid "Finished At"
|
1966
1850
|
msgstr ""
|
1967
1851
|
|
1968
1852
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1969
|
-
msgid ""
|
1970
|
-
"For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 "
|
1971
|
-
"it is recommended to use sha1."
|
1853
|
+
msgid "For older operating systems such as Red Hat Enterprise Linux 5 or CentOS 5 it is recommended to use sha1."
|
1972
1854
|
msgstr ""
|
1973
1855
|
|
1974
1856
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1975
1857
|
msgid ""
|
1976
|
-
"For On Demand synchronization, only the metadata is downloaded during sync "
|
1977
|
-
"
|
1978
|
-
"
|
1979
|
-
" On Demand is not recommended for custom repositories unless the "
|
1980
|
-
"upstream repository maintains older versions of packages within the "
|
1981
|
-
"repository.\n"
|
1982
|
-
" The Immediate option will download all metadata and packages "
|
1983
|
-
"immediately during the sync."
|
1858
|
+
"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"
|
1859
|
+
" On Demand is not recommended for custom repositories unless the upstream repository maintains older versions of packages within the repository.\n"
|
1860
|
+
" The Immediate option will download all metadata and packages immediately during the sync."
|
1984
1861
|
msgstr ""
|
1985
1862
|
|
1986
1863
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
|
@@ -2011,9 +1888,7 @@ msgstr ""
|
|
2011
1888
|
|
2012
1889
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
2013
1890
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
2014
|
-
msgid ""
|
2015
|
-
"Group package actions are being deprecated, and will be removed in a future "
|
2016
|
-
"version."
|
1891
|
+
msgid "Group package actions are being deprecated, and will be removed in a future version."
|
2017
1892
|
msgstr ""
|
2018
1893
|
|
2019
1894
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
@@ -2101,9 +1976,7 @@ msgid "hourly"
|
|
2101
1976
|
msgstr ""
|
2102
1977
|
|
2103
1978
|
#: app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
|
2104
|
-
msgid ""
|
2105
|
-
"Hourly at {{ product.sync_plan.sync_date | date:'m' }} minutes and "
|
2106
|
-
"{{ product.sync_plan.sync_date | date:'s' }} seconds"
|
1979
|
+
msgid "Hourly at {{ product.sync_plan.sync_date | date:'m' }} minutes and {{ product.sync_plan.sync_date | date:'s' }} seconds"
|
2107
1980
|
msgstr ""
|
2108
1981
|
|
2109
1982
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -2141,6 +2014,11 @@ msgstr ""
|
|
2141
2014
|
msgid "Ignore SRPMs"
|
2142
2015
|
msgstr ""
|
2143
2016
|
|
2017
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2018
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2019
|
+
msgid "Ignore treeinfo"
|
2020
|
+
msgstr ""
|
2021
|
+
|
2144
2022
|
#: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
|
2145
2023
|
msgid "Image"
|
2146
2024
|
msgstr ""
|
@@ -2155,8 +2033,7 @@ msgstr ""
|
|
2155
2033
|
|
2156
2034
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2157
2035
|
msgid ""
|
2158
|
-
"In order to browse this repository you must <a ng-href=\"/organizations/"
|
2159
|
-
"{{ organization }}/edit\">download the certificate</a>\n"
|
2036
|
+
"In order to browse this repository you must <a ng-href=\"/organizations/{{ organization }}/edit\">download the certificate</a>\n"
|
2160
2037
|
" or ask your admin for a certificate."
|
2161
2038
|
msgstr ""
|
2162
2039
|
|
@@ -2264,7 +2141,7 @@ msgid "Katello Tracer"
|
|
2264
2141
|
msgstr ""
|
2265
2142
|
|
2266
2143
|
#: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
|
2267
|
-
msgid "Katello-agent is deprecated and will be removed in
|
2144
|
+
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
2268
2145
|
msgstr ""
|
2269
2146
|
|
2270
2147
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
@@ -2367,15 +2244,11 @@ msgid "Limit"
|
|
2367
2244
|
msgstr ""
|
2368
2245
|
|
2369
2246
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
2370
|
-
msgid ""
|
2371
|
-
"Limit Repository Sets to only those available in this Activation Key's "
|
2372
|
-
"Lifecycle Environment"
|
2247
|
+
msgid "Limit Repository Sets to only those available in this Activation Key's Lifecycle Environment"
|
2373
2248
|
msgstr ""
|
2374
2249
|
|
2375
2250
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
2376
|
-
msgid ""
|
2377
|
-
"Limit Repository Sets to only those available in this Host's Lifecycle "
|
2378
|
-
"Environment"
|
2251
|
+
msgid "Limit Repository Sets to only those available in this Host's Lifecycle Environment"
|
2379
2252
|
msgstr ""
|
2380
2253
|
|
2381
2254
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
@@ -2419,6 +2292,10 @@ msgstr ""
|
|
2419
2292
|
msgid "Loading...\""
|
2420
2293
|
msgstr ""
|
2421
2294
|
|
2295
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
2296
|
+
msgid "Make filters apply to all repositories in the content view"
|
2297
|
+
msgstr ""
|
2298
|
+
|
2422
2299
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
2423
2300
|
msgid "Manage Ansible Collections for Repository:"
|
2424
2301
|
msgstr ""
|
@@ -2519,8 +2396,7 @@ msgstr ""
|
|
2519
2396
|
|
2520
2397
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-module-streams.html
|
2521
2398
|
msgid ""
|
2522
|
-
"Module Stream metadata generation has been initiated in the background. "
|
2523
|
-
"Click\n"
|
2399
|
+
"Module Stream metadata generation has been initiated in the background. Click\n"
|
2524
2400
|
" <a ng-href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
2525
2401
|
msgstr ""
|
2526
2402
|
|
@@ -2623,9 +2499,7 @@ msgid "Name"
|
|
2623
2499
|
msgstr ""
|
2624
2500
|
|
2625
2501
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2626
|
-
msgid ""
|
2627
|
-
"Name of the upstream repository you want to sync. Example: 'quay/busybox' or "
|
2628
|
-
"'fedora/ssh'."
|
2502
|
+
msgid "Name of the upstream repository you want to sync. Example: 'quay/busybox' or 'fedora/ssh'."
|
2629
2503
|
msgstr ""
|
2630
2504
|
|
2631
2505
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -2707,13 +2581,7 @@ msgid "No"
|
|
2707
2581
|
msgstr ""
|
2708
2582
|
|
2709
2583
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
2710
|
-
msgid ""
|
2711
|
-
"No alternate release version choices are available. The available releases "
|
2712
|
-
"are based upon what is available in \"{{ host.content_facet_attributes."
|
2713
|
-
"content_view.name }}\", the selected <a href=\"/content_views\">content "
|
2714
|
-
"view</a> this content host is attached to for the given <a href=\"/"
|
2715
|
-
"lifecycle_environments\">lifecycle environment</a>, \"{{ host."
|
2716
|
-
"content_facet_attributes.lifecycle_environment.name }}\"."
|
2584
|
+
msgid "No alternate release version choices are available. The available releases are based upon what is available in \"{{ host.content_facet_attributes.content_view.name }}\", the selected <a href=\"/content_views\">content view</a> this content host is attached to for the given <a href=\"/lifecycle_environments\">lifecycle environment</a>, \"{{ host.content_facet_attributes.lifecycle_environment.name }}\"."
|
2717
2585
|
msgstr ""
|
2718
2586
|
|
2719
2587
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
@@ -2745,15 +2613,11 @@ msgid "No Host Collections match your search."
|
|
2745
2613
|
msgstr ""
|
2746
2614
|
|
2747
2615
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections-table.html
|
2748
|
-
msgid ""
|
2749
|
-
"No Host Collections to show, you can add Host Collections after selecting "
|
2750
|
-
"'Host Collections' under 'Hosts' in main menu."
|
2616
|
+
msgid "No Host Collections to show, you can add Host Collections after selecting 'Host Collections' under 'Hosts' in main menu."
|
2751
2617
|
msgstr ""
|
2752
2618
|
|
2753
2619
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections-table.html
|
2754
|
-
msgid ""
|
2755
|
-
"No Host Collections to show, you can add Host Collections after selecting "
|
2756
|
-
"the 'Add' tab."
|
2620
|
+
msgid "No Host Collections to show, you can add Host Collections after selecting the 'Add' tab."
|
2757
2621
|
msgstr ""
|
2758
2622
|
|
2759
2623
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
|
@@ -2863,26 +2727,17 @@ msgstr ""
|
|
2863
2727
|
|
2864
2728
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
2865
2729
|
msgid ""
|
2866
|
-
"One or more of the selected Errata are not Installable via your published "
|
2867
|
-
"
|
2868
|
-
"
|
2869
|
-
" will be created which will make this Errata Installable in the host's "
|
2870
|
-
"Environment. This new version will replace the current version in your "
|
2871
|
-
"host's Lifecycle\n"
|
2872
|
-
" Environment. To install these errata immediately on hosts after "
|
2873
|
-
"publishing check the box below."
|
2730
|
+
"One or more of the selected Errata are not Installable via your published Content View versions running on the selected hosts. The new Content View Versions (specified below)\n"
|
2731
|
+
" will be created which will make this Errata Installable in the host's Environment. This new version will replace the current version in your host's Lifecycle\n"
|
2732
|
+
" Environment. To install these errata immediately on hosts after publishing check the box below."
|
2874
2733
|
msgstr ""
|
2875
2734
|
|
2876
2735
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
|
2877
|
-
msgid ""
|
2878
|
-
"One or more packages are not showing up in the local repository even though "
|
2879
|
-
"they exist in the upstream repository."
|
2736
|
+
msgid "One or more packages are not showing up in the local repository even though they exist in the upstream repository."
|
2880
2737
|
msgstr ""
|
2881
2738
|
|
2882
2739
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
2883
|
-
msgid ""
|
2884
|
-
"Only show content hosts where the errata is currently installable in the "
|
2885
|
-
"host's Lifecycle Environment."
|
2740
|
+
msgid "Only show content hosts where the errata is currently installable in the host's Lifecycle Environment."
|
2886
2741
|
msgstr ""
|
2887
2742
|
|
2888
2743
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
@@ -2904,14 +2759,11 @@ msgid "Only show Packages that are Upgradable on one or more Content Hosts"
|
|
2904
2759
|
msgstr ""
|
2905
2760
|
|
2906
2761
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
|
2907
|
-
msgid ""
|
2908
|
-
"Only show Subscriptions for products not already covered by a Subscription"
|
2762
|
+
msgid "Only show Subscriptions for products not already covered by a Subscription"
|
2909
2763
|
msgstr ""
|
2910
2764
|
|
2911
2765
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
|
2912
|
-
msgid ""
|
2913
|
-
"Only show Subscriptions which can be applied to products installed on this "
|
2914
|
-
"Host"
|
2766
|
+
msgid "Only show Subscriptions which can be applied to products installed on this Host"
|
2915
2767
|
msgstr ""
|
2916
2768
|
|
2917
2769
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
|
@@ -2946,8 +2798,7 @@ msgid "OS"
|
|
2946
2798
|
msgstr ""
|
2947
2799
|
|
2948
2800
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|
2949
|
-
msgid ""
|
2950
|
-
"OSTree Repositories <div>{{ library.counts.ostree_repositories || 0 }}</div>"
|
2801
|
+
msgid "OSTree Repositories <div>{{ library.counts.ostree_repositories || 0 }}</div>"
|
2951
2802
|
msgstr ""
|
2952
2803
|
|
2953
2804
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
@@ -3062,9 +2913,7 @@ msgid "Password"
|
|
3062
2913
|
msgstr ""
|
3063
2914
|
|
3064
2915
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3065
|
-
msgid ""
|
3066
|
-
"Password of the upstream repository user for authentication. Leave empty if "
|
3067
|
-
"repository does not require authentication."
|
2916
|
+
msgid "Password of the upstream repository user for authentication. Leave empty if repository does not require authentication."
|
3068
2917
|
msgstr ""
|
3069
2918
|
|
3070
2919
|
#: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
|
@@ -3088,9 +2937,7 @@ msgstr ""
|
|
3088
2937
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
3089
2938
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
3090
2939
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
3091
|
-
msgid ""
|
3092
|
-
"Performing host package actions is disabled because Katello is not "
|
3093
|
-
"configured for Remote Execution or Katello Agent."
|
2940
|
+
msgid "Performing host package actions is disabled because Katello is not configured for Remote Execution or Katello Agent."
|
3094
2941
|
msgstr ""
|
3095
2942
|
|
3096
2943
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
|
@@ -3263,8 +3110,7 @@ msgstr ""
|
|
3263
3110
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3264
3111
|
msgid ""
|
3265
3112
|
"Recalculate\n"
|
3266
|
-
" <i class=\"fa fa-spinner fa-spin\" ng-show
|
3267
|
-
"\"calculatingApplicability\"></i>"
|
3113
|
+
" <i class=\"fa fa-spinner fa-spin\" ng-show=\"calculatingApplicability\"></i>"
|
3268
3114
|
msgstr ""
|
3269
3115
|
|
3270
3116
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details-reclaim-space-modal.html
|
@@ -3278,6 +3124,10 @@ msgstr ""
|
|
3278
3124
|
msgid "Recurring Logic"
|
3279
3125
|
msgstr ""
|
3280
3126
|
|
3127
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js
|
3128
|
+
msgid "Red Hat"
|
3129
|
+
msgstr ""
|
3130
|
+
|
3281
3131
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
|
3282
3132
|
msgid "Red Hat Repositories page"
|
3283
3133
|
msgstr ""
|
@@ -3622,6 +3472,10 @@ msgstr ""
|
|
3622
3472
|
msgid "Repository Sets settings saved successfully."
|
3623
3473
|
msgstr ""
|
3624
3474
|
|
3475
|
+
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
|
3476
|
+
msgid "Repository type"
|
3477
|
+
msgstr ""
|
3478
|
+
|
3625
3479
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
3626
3480
|
msgid "Repository Type"
|
3627
3481
|
msgstr ""
|
@@ -3631,9 +3485,7 @@ msgid "Repository URL"
|
|
3631
3485
|
msgstr ""
|
3632
3486
|
|
3633
3487
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3634
|
-
msgid ""
|
3635
|
-
"Repository will also be removed from the following published content view "
|
3636
|
-
"versions!"
|
3488
|
+
msgid "Repository will also be removed from the following published content view versions!"
|
3637
3489
|
msgstr ""
|
3638
3490
|
|
3639
3491
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
@@ -3641,6 +3493,10 @@ msgstr ""
|
|
3641
3493
|
msgid "Repository:"
|
3642
3494
|
msgstr ""
|
3643
3495
|
|
3496
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
3497
|
+
msgid "Republish Repository Metadata"
|
3498
|
+
msgstr ""
|
3499
|
+
|
3644
3500
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3645
3501
|
msgid "Requirements"
|
3646
3502
|
msgstr ""
|
@@ -3795,22 +3651,24 @@ msgstr ""
|
|
3795
3651
|
msgid "Select Content View"
|
3796
3652
|
msgstr ""
|
3797
3653
|
|
3654
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3655
|
+
msgid "Select this option if treeinfo files or other kickstart content is failing to syncronize from the upstream repository."
|
3656
|
+
msgstr ""
|
3657
|
+
|
3798
3658
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
|
3799
|
-
msgid ""
|
3800
|
-
"Selecting \"Complete Sync\" will cause only yum/deb repositories of the "
|
3801
|
-
"selected product to be synced."
|
3659
|
+
msgid "Selecting \"Complete Sync\" will cause only yum/deb repositories of the selected product to be synced."
|
3802
3660
|
msgstr ""
|
3803
3661
|
|
3804
3662
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3805
|
-
msgid ""
|
3806
|
-
"Selecting this option will exclude SRPMs from repository synchronization."
|
3663
|
+
msgid "Selecting this option will exclude SRPMs from repository synchronization."
|
3807
3664
|
msgstr ""
|
3808
3665
|
|
3809
3666
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3810
|
-
msgid ""
|
3811
|
-
|
3812
|
-
|
3813
|
-
|
3667
|
+
msgid "Selecting this option will exclude treeinfo files from repository synchronization."
|
3668
|
+
msgstr ""
|
3669
|
+
|
3670
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3671
|
+
msgid "Selecting this option will result in Katello verifying that the upstream url's SSL certificates are signed by a trusted CA. Unselect if you do not want this verification."
|
3814
3672
|
msgstr ""
|
3815
3673
|
|
3816
3674
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
@@ -3850,10 +3708,7 @@ msgid "Size"
|
|
3850
3708
|
msgstr ""
|
3851
3709
|
|
3852
3710
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
3853
|
-
msgid ""
|
3854
|
-
"Skip dependency solving for a significant speed increase. If the update "
|
3855
|
-
"cannot be applied to the host, delete the incremental content view version "
|
3856
|
-
"and retry the application with dependency solving turned on."
|
3711
|
+
msgid "Skip dependency solving for a significant speed increase. If the update cannot be applied to the host, delete the incremental content view version and retry the application with dependency solving turned on."
|
3857
3712
|
msgstr ""
|
3858
3713
|
|
3859
3714
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
@@ -3879,10 +3734,8 @@ msgstr ""
|
|
3879
3734
|
|
3880
3735
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
3881
3736
|
msgid ""
|
3882
|
-
"Some of the Errata shown below may not be installable as they are not in "
|
3883
|
-
"
|
3884
|
-
" Content View and Lifecycle Environment. In order to apply such "
|
3885
|
-
"Errata an Incremental Update is required."
|
3737
|
+
"Some of the Errata shown below may not be installable as they are not in this Content Host's\n"
|
3738
|
+
" Content View and Lifecycle Environment. In order to apply such Errata an Incremental Update is required."
|
3886
3739
|
msgstr ""
|
3887
3740
|
|
3888
3741
|
#: app/assets/javascripts/bastion_katello/common/api-error-handler.service.js
|
@@ -4001,9 +3854,7 @@ msgid "Subscription UUID"
|
|
4001
3854
|
msgstr ""
|
4002
3855
|
|
4003
3856
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4004
|
-
msgid ""
|
4005
|
-
"subscription-manager register --org=\"{{ activationKey.organization."
|
4006
|
-
"label }}\" --activationkey=\"{{ activationKey.name }}\""
|
3857
|
+
msgid "subscription-manager register --org=\"{{ activationKey.organization.label }}\" --activationkey=\"{{ activationKey.name }}\""
|
4007
3858
|
msgstr ""
|
4008
3859
|
|
4009
3860
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
|
@@ -4096,10 +3947,7 @@ msgid "Sync Enabled"
|
|
4096
3947
|
msgstr ""
|
4097
3948
|
|
4098
3949
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
|
4099
|
-
msgid ""
|
4100
|
-
"Sync even if the upstream metadata appears to have no change. This option is "
|
4101
|
-
"only relevant for yum/deb repositories and will take longer than an "
|
4102
|
-
"optimized sync. Choose this option if:"
|
3950
|
+
msgid "Sync even if the upstream metadata appears to have no change. This option is only relevant for yum/deb repositories and will take longer than an optimized sync. Choose this option if:"
|
4103
3951
|
msgstr ""
|
4104
3952
|
|
4105
3953
|
#: app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
|
@@ -4189,10 +4037,7 @@ msgid "System Purpose"
|
|
4189
4037
|
msgstr ""
|
4190
4038
|
|
4191
4039
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4192
|
-
msgid ""
|
4193
|
-
"System purpose enables you to set the system's intended use on your network "
|
4194
|
-
"and improves reporting accuracy in the Subscriptions service of the Red Hat "
|
4195
|
-
"Hybrid Cloud Console."
|
4040
|
+
msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
|
4196
4041
|
msgstr ""
|
4197
4042
|
|
4198
4043
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
@@ -4224,13 +4069,9 @@ msgstr ""
|
|
4224
4069
|
|
4225
4070
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
4226
4071
|
msgid ""
|
4227
|
-
"The <i>Registry Name Pattern</i> overrides the default name by which "
|
4228
|
-
"container images may be pulled from the server. (By default this name is a "
|
4229
|
-
"combination of Organization, Lifecycle Environment, Content View, Product, "
|
4230
|
-
"and Repository labels.)\n"
|
4072
|
+
"The <i>Registry Name Pattern</i> overrides the default name by which container images may be pulled from the server. (By default this name is a combination of Organization, Lifecycle Environment, Content View, Product, and Repository labels.)\n"
|
4231
4073
|
"\n"
|
4232
|
-
" <br><br>The name may be constructed using ERB syntax. Variables "
|
4233
|
-
"available for use are:\n"
|
4074
|
+
" <br><br>The name may be constructed using ERB syntax. Variables available for use are:\n"
|
4234
4075
|
"\n"
|
4235
4076
|
" <pre>\n"
|
4236
4077
|
"organization.name\n"
|
@@ -4248,23 +4089,20 @@ msgid ""
|
|
4248
4089
|
"\n"
|
4249
4090
|
" Examples:\n"
|
4250
4091
|
" <pre>\n"
|
4251
|
-
"<%= organization.label %>-<%= lifecycle_environment.label %>-<
|
4252
|
-
"
|
4253
|
-
"label %>\n"
|
4254
|
-
"<%= organization.label %>/<%= repository.docker_upstream_name %>"
|
4255
|
-
"</pre>"
|
4092
|
+
"<%= organization.label %>-<%= lifecycle_environment.label %>-<%= content_view.label %>-<%= product.label %>-<%= repository.label %>\n"
|
4093
|
+
"<%= organization.label %>/<%= repository.docker_upstream_name %></pre>"
|
4256
4094
|
msgstr ""
|
4257
4095
|
|
4258
4096
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
4259
|
-
msgid ""
|
4260
|
-
|
4261
|
-
|
4097
|
+
msgid "The Content View or Lifecycle Environment needs to be updated in order to make errata available to these hosts."
|
4098
|
+
msgstr ""
|
4099
|
+
|
4100
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4101
|
+
msgid "The filters below have this repository as the last affected repository!"
|
4262
4102
|
msgstr ""
|
4263
4103
|
|
4264
4104
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
|
4265
|
-
msgid ""
|
4266
|
-
"The following actions can be performed on content hosts in this host "
|
4267
|
-
"collection:"
|
4105
|
+
msgid "The following actions can be performed on content hosts in this host collection:"
|
4268
4106
|
msgstr ""
|
4269
4107
|
|
4270
4108
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
@@ -4274,17 +4112,13 @@ msgstr ""
|
|
4274
4112
|
|
4275
4113
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
4276
4114
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
|
4277
|
-
msgid ""
|
4278
|
-
"The host has not reported any installed packages, registering with "
|
4279
|
-
"subscription-manager should cause these to be reported."
|
4115
|
+
msgid "The host has not reported any installed packages, registering with subscription-manager should cause these to be reported."
|
4280
4116
|
msgstr ""
|
4281
4117
|
|
4282
4118
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4283
4119
|
msgid ""
|
4284
|
-
"The host requires being attached to a content view and the lifecycle "
|
4285
|
-
"
|
4286
|
-
" See the <a href=\"/content_views\">content views page</a> to "
|
4287
|
-
"manage and promote a content view."
|
4120
|
+
"The host requires being attached to a content view and the lifecycle environment you have chosen has no content views promoted to it.\n"
|
4121
|
+
" See the <a href=\"/content_views\">content views page</a> to manage and promote a content view."
|
4288
4122
|
msgstr ""
|
4289
4123
|
|
4290
4124
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -4292,40 +4126,30 @@ msgid "The maximum number of versions of each package to keep."
|
|
4292
4126
|
msgstr ""
|
4293
4127
|
|
4294
4128
|
#: app/assets/javascripts/bastion_katello/organizations/views/organization-selector.html
|
4295
|
-
msgid ""
|
4296
|
-
"The page you are attempting to access requires selecting a specific "
|
4297
|
-
"organization."
|
4129
|
+
msgid "The page you are attempting to access requires selecting a specific organization."
|
4298
4130
|
msgstr ""
|
4299
4131
|
|
4300
4132
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
4301
4133
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
4302
|
-
msgid ""
|
4303
|
-
"The remote execution feature is required to manage packages on this Host."
|
4134
|
+
msgid "The remote execution feature is required to manage packages on this Host."
|
4304
4135
|
msgstr ""
|
4305
4136
|
|
4306
4137
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
4307
|
-
msgid ""
|
4308
|
-
"The Remote Execution plugin needs to be installed in order to resolve Traces."
|
4138
|
+
msgid "The Remote Execution plugin needs to be installed in order to resolve Traces."
|
4309
4139
|
msgstr ""
|
4310
4140
|
|
4311
4141
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4312
4142
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4313
|
-
msgid ""
|
4314
|
-
"The repository will be enabled by default on content hosts with the selected "
|
4315
|
-
"architecture."
|
4143
|
+
msgid "The repository will only be available on content hosts with the selected architecture."
|
4316
4144
|
msgstr ""
|
4317
4145
|
|
4318
4146
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4319
4147
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4320
|
-
msgid ""
|
4321
|
-
"The repository will be enabled by default on content hosts with the selected "
|
4322
|
-
"OS version."
|
4148
|
+
msgid "The repository will only be available on content hosts with the selected OS version."
|
4323
4149
|
msgstr ""
|
4324
4150
|
|
4325
4151
|
#: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
|
4326
|
-
msgid ""
|
4327
|
-
"The selected environment contains no Content Views, please select a "
|
4328
|
-
"different environment."
|
4152
|
+
msgid "The selected environment contains no Content Views, please select a different environment."
|
4329
4153
|
msgstr ""
|
4330
4154
|
|
4331
4155
|
#: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
|
@@ -4341,16 +4165,12 @@ msgid "The URL to receive a session token from, e.g. used with Automation Hub."
|
|
4341
4165
|
msgstr ""
|
4342
4166
|
|
4343
4167
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
4344
|
-
msgid ""
|
4345
|
-
"There are {{ errataCount }} total Errata in this organization but none match "
|
4346
|
-
"the above filters."
|
4168
|
+
msgid "There are {{ errataCount }} total Errata in this organization but none match the above filters."
|
4347
4169
|
msgstr ""
|
4348
4170
|
|
4349
4171
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
4350
4172
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
4351
|
-
msgid ""
|
4352
|
-
"There are {{ packageCount }} total Packages in this organization but none "
|
4353
|
-
"match the above filters."
|
4173
|
+
msgid "There are {{ packageCount }} total Packages in this organization but none match the above filters."
|
4354
4174
|
msgstr ""
|
4355
4175
|
|
4356
4176
|
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
@@ -4371,9 +4191,7 @@ msgid "There are no Errata associated with this Content Host to display."
|
|
4371
4191
|
msgstr ""
|
4372
4192
|
|
4373
4193
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
4374
|
-
msgid ""
|
4375
|
-
"There are no Errata in this organization. Create one or more Products with "
|
4376
|
-
"Errata to view Errata on this page."
|
4194
|
+
msgid "There are no Errata in this organization. Create one or more Products with Errata to view Errata on this page."
|
4377
4195
|
msgstr ""
|
4378
4196
|
|
4379
4197
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
@@ -4381,9 +4199,7 @@ msgid "There are no Errata to display."
|
|
4381
4199
|
msgstr ""
|
4382
4200
|
|
4383
4201
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
|
4384
|
-
msgid ""
|
4385
|
-
"There are no Host Collections available. You can create new Host Collections "
|
4386
|
-
"after selecting 'Host Collections' under 'Hosts' in main menu."
|
4202
|
+
msgid "There are no Host Collections available. You can create new Host Collections after selecting 'Host Collections' under 'Hosts' in main menu."
|
4387
4203
|
msgstr ""
|
4388
4204
|
|
4389
4205
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
@@ -4393,15 +4209,11 @@ msgstr ""
|
|
4393
4209
|
|
4394
4210
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
4395
4211
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
4396
|
-
msgid ""
|
4397
|
-
"There are no Packages in this organization. Create one or more Products "
|
4398
|
-
"with Packages to view Packages on this page."
|
4212
|
+
msgid "There are no Packages in this organization. Create one or more Products with Packages to view Packages on this page."
|
4399
4213
|
msgstr ""
|
4400
4214
|
|
4401
4215
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
4402
|
-
msgid ""
|
4403
|
-
"There are no Sync Plans available. You can create new Sync Plans after "
|
4404
|
-
"selecting 'Sync Plans' under 'Hosts' in main menu."
|
4216
|
+
msgid "There are no Sync Plans available. You can create new Sync Plans after selecting 'Sync Plans' under 'Hosts' in main menu."
|
4405
4217
|
msgstr ""
|
4406
4218
|
|
4407
4219
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
@@ -4410,23 +4222,17 @@ msgid "There are no Traces to display."
|
|
4410
4222
|
msgstr ""
|
4411
4223
|
|
4412
4224
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
4413
|
-
msgid ""
|
4414
|
-
"There is currently an Incremental Update task in progress. This update must "
|
4415
|
-
"finish before applying existing updates."
|
4225
|
+
msgid "There is currently an Incremental Update task in progress. This update must finish before applying existing updates."
|
4416
4226
|
msgstr ""
|
4417
4227
|
|
4418
4228
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
|
4419
|
-
msgid ""
|
4420
|
-
"These instructions will be removed in a future release. NEW: To register a "
|
4421
|
-
"content host without following these manual steps, see <a href=\"https://"
|
4422
|
-
"{{ katelloHostname }}/hosts/register\">Register Host</a>"
|
4229
|
+
msgid "These instructions will be removed in a future release. NEW: To register a content host without following these manual steps, see <a href=\"https://{{ katelloHostname }}/hosts/register\">Register Host</a>"
|
4423
4230
|
msgstr ""
|
4424
4231
|
|
4425
4232
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
4426
4233
|
msgid ""
|
4427
4234
|
"This action will affect only those Content Hosts that require a change.\n"
|
4428
|
-
" If the Content Host does not have the selected Subscription no "
|
4429
|
-
"action will take place."
|
4235
|
+
" If the Content Host does not have the selected Subscription no action will take place."
|
4430
4236
|
msgstr ""
|
4431
4237
|
|
4432
4238
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
|
@@ -4434,8 +4240,7 @@ msgid "This activation key is not associated with any content hosts."
|
|
4434
4240
|
msgstr ""
|
4435
4241
|
|
4436
4242
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
4437
|
-
msgid ""
|
4438
|
-
"This activation key may be used during system registration. For example:"
|
4243
|
+
msgid "This activation key may be used during system registration. For example:"
|
4439
4244
|
msgstr ""
|
4440
4245
|
|
4441
4246
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html
|
@@ -4452,24 +4257,16 @@ msgstr ""
|
|
4452
4257
|
|
4453
4258
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4454
4259
|
msgid ""
|
4455
|
-
"This operation may also remove managed resources linked to the host such as "
|
4456
|
-
"
|
4457
|
-
" Change the setting \"Delete Host upon Unregister\" to false on the "
|
4458
|
-
"<a href=\"/settings\">settings page</a> to prevent this."
|
4260
|
+
"This operation may also remove managed resources linked to the host such as virtual machines and DNS records.\n"
|
4261
|
+
" Change the setting \"Delete Host upon Unregister\" to false on the <a href=\"/settings\">settings page</a> to prevent this."
|
4459
4262
|
msgstr ""
|
4460
4263
|
|
4461
4264
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4462
|
-
msgid ""
|
4463
|
-
"This organization has Simple Content Access enabled. Hosts are not required "
|
4464
|
-
"to have subscriptions attached to access repositories."
|
4265
|
+
msgid "This organization has Simple Content Access enabled. Hosts are not required to have subscriptions attached to access repositories."
|
4465
4266
|
msgstr ""
|
4466
4267
|
|
4467
4268
|
#: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
|
4468
|
-
msgid ""
|
4469
|
-
"This organization is not using <a target=\"_blank\" href=\"https://access."
|
4470
|
-
"redhat.com/articles/simple-content-access\">Simple Content Access.</a> "
|
4471
|
-
"Entitlement-based subscription management is deprecated and will be removed "
|
4472
|
-
"in a future version."
|
4269
|
+
msgid "This organization is not using <a target=\"_blank\" href=\"https://access.redhat.com/articles/simple-content-access\">Simple Content Access.</a> Entitlement-based subscription management is deprecated and will be removed in a future version."
|
4473
4270
|
msgstr ""
|
4474
4271
|
|
4475
4272
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
@@ -4489,9 +4286,7 @@ msgid "Toggle Dropdown"
|
|
4489
4286
|
msgstr ""
|
4490
4287
|
|
4491
4288
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4492
|
-
msgid ""
|
4493
|
-
"Token of the upstream repository user for authentication. Leave empty if "
|
4494
|
-
"repository does not require authentication."
|
4289
|
+
msgid "Token of the upstream repository user for authentication. Leave empty if repository does not require authentication."
|
4495
4290
|
msgstr ""
|
4496
4291
|
|
4497
4292
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
@@ -4500,9 +4295,7 @@ msgstr ""
|
|
4500
4295
|
|
4501
4296
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4502
4297
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4503
|
-
msgid ""
|
4504
|
-
"Tracer helps administrators identify applications that need to be restarted "
|
4505
|
-
"after a system is patched."
|
4298
|
+
msgid "Tracer helps administrators identify applications that need to be restarted after a system is patched."
|
4506
4299
|
msgstr ""
|
4507
4300
|
|
4508
4301
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
@@ -4515,9 +4308,7 @@ msgid "Traces for:"
|
|
4515
4308
|
msgstr ""
|
4516
4309
|
|
4517
4310
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4518
|
-
msgid ""
|
4519
|
-
"Turn on Setting > Content > Allow deleting repositories in published content "
|
4520
|
-
"views"
|
4311
|
+
msgid "Turn on Setting > Content > Allow deleting repositories in published content views"
|
4521
4312
|
msgstr ""
|
4522
4313
|
|
4523
4314
|
#: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
|
@@ -4578,9 +4369,7 @@ msgid "Unregister Options:"
|
|
4578
4369
|
msgstr ""
|
4579
4370
|
|
4580
4371
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
4581
|
-
msgid ""
|
4582
|
-
"Unregister the host as a subscription consumer. Provisioning and "
|
4583
|
-
"configuration information is preserved."
|
4372
|
+
msgid "Unregister the host as a subscription consumer. Provisioning and configuration information is preserved."
|
4584
4373
|
msgstr ""
|
4585
4374
|
|
4586
4375
|
#: app/assets/javascripts/bastion_katello/content-credentials/content-type.filter.js
|
@@ -4665,10 +4454,7 @@ msgstr ""
|
|
4665
4454
|
|
4666
4455
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4667
4456
|
msgid ""
|
4668
|
-
"Upload Requirements.yml file <a class=\"fa fa-question-circle\" ng-show
|
4669
|
-
"\"repository.content_type === 'ansible_collection'\" uib-popover-html="
|
4670
|
-
"\"requirementPopover\" popover-class=\"popover-large\" popover-trigger="
|
4671
|
-
"\"'outsideClick'\" popover-append-to-body=\"true\">\n"
|
4457
|
+
"Upload Requirements.yml file <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'ansible_collection'\" uib-popover-html=\"requirementPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\">\n"
|
4672
4458
|
" </a>"
|
4673
4459
|
msgstr ""
|
4674
4460
|
|
@@ -4715,9 +4501,7 @@ msgid "Url"
|
|
4715
4501
|
msgstr ""
|
4716
4502
|
|
4717
4503
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4718
|
-
msgid ""
|
4719
|
-
"URL of the registry you want to sync. Example: https://registry-1.docker.io/ "
|
4720
|
-
"or https://quay.io/"
|
4504
|
+
msgid "URL of the registry you want to sync. Example: https://registry-1.docker.io/ or https://quay.io/"
|
4721
4505
|
msgstr ""
|
4722
4506
|
|
4723
4507
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
@@ -4726,11 +4510,7 @@ msgstr ""
|
|
4726
4510
|
|
4727
4511
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4728
4512
|
msgid ""
|
4729
|
-
"URL to the repository base. Example: http://ftp.de.debian.org/debian/ <a "
|
4730
|
-
"class=\"fa fa-question-circle\" ng-show=\"repository.content_type === "
|
4731
|
-
"'deb'\" uib-popover-html=\"debURLPopover\" popover-class=\"popover-large\" "
|
4732
|
-
"popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-"
|
4733
|
-
"title=\"Upstream URL\">\n"
|
4513
|
+
"URL to the repository base. Example: http://ftp.de.debian.org/debian/ <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'deb'\" uib-popover-html=\"debURLPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Upstream URL\">\n"
|
4734
4514
|
" </a>"
|
4735
4515
|
msgstr ""
|
4736
4516
|
|
@@ -4748,9 +4528,7 @@ msgid "Use specific HTTP Proxy"
|
|
4748
4528
|
msgstr ""
|
4749
4529
|
|
4750
4530
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
4751
|
-
msgid ""
|
4752
|
-
"Use the cancel button on content view selection to revert your lifecycle "
|
4753
|
-
"environment selection."
|
4531
|
+
msgid "Use the cancel button on content view selection to revert your lifecycle environment selection."
|
4754
4532
|
msgstr ""
|
4755
4533
|
|
4756
4534
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-acs.html
|
@@ -4770,9 +4548,7 @@ msgid "Username"
|
|
4770
4548
|
msgstr ""
|
4771
4549
|
|
4772
4550
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4773
|
-
msgid ""
|
4774
|
-
"Username of the upstream repository user for authentication. Leave empty if "
|
4775
|
-
"repository does not require authentication."
|
4551
|
+
msgid "Username of the upstream repository user for authentication. Leave empty if repository does not require authentication."
|
4776
4552
|
msgstr ""
|
4777
4553
|
|
4778
4554
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -4876,10 +4652,7 @@ msgstr ""
|
|
4876
4652
|
|
4877
4653
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details-reclaim-space-modal.html
|
4878
4654
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories-reclaim-space-modal.html
|
4879
|
-
msgid ""
|
4880
|
-
"Warning: reclaiming space for an \"On Demand\" repository will delete all "
|
4881
|
-
"cached content units. Take precaution when cleaning custom repositories "
|
4882
|
-
"whose upstream parents don't keep old package versions."
|
4655
|
+
msgid "Warning: reclaiming space for an \"On Demand\" repository will delete all cached content units. Take precaution when cleaning custom repositories whose upstream parents don't keep old package versions."
|
4883
4656
|
msgstr ""
|
4884
4657
|
|
4885
4658
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
@@ -4888,51 +4661,32 @@ msgid "weekly"
|
|
4888
4661
|
msgstr ""
|
4889
4662
|
|
4890
4663
|
#: app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
|
4891
|
-
msgid ""
|
4892
|
-
"Weekly on {{ product.sync_plan.sync_date | date:'EEEE' }} at {{ product."
|
4893
|
-
"sync_plan.sync_date | date:'mediumTime' }} (Server Time)"
|
4664
|
+
msgid "Weekly on {{ product.sync_plan.sync_date | date:'EEEE' }} at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)"
|
4894
4665
|
msgstr ""
|
4895
4666
|
|
4896
4667
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
4897
|
-
msgid ""
|
4898
|
-
"When Auto Attach is disabled, registering systems will be attached to all "
|
4899
|
-
"associated subscriptions."
|
4668
|
+
msgid "When Auto Attach is disabled, registering systems will be attached to all associated subscriptions."
|
4900
4669
|
msgstr ""
|
4901
4670
|
|
4902
4671
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
|
4903
|
-
msgid ""
|
4904
|
-
"When Auto Attach is enabled, registering systems will be attached to all "
|
4905
|
-
"associated custom products and only associated Red Hat subscriptions "
|
4906
|
-
"required to satisfy the system's installed products."
|
4672
|
+
msgid "When Auto Attach is enabled, registering systems will be attached to all associated custom products and only associated Red Hat subscriptions required to satisfy the system's installed products."
|
4907
4673
|
msgstr ""
|
4908
4674
|
|
4909
4675
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4910
4676
|
msgid ""
|
4911
|
-
"Whitespace-separated list of components to sync (leave clear to sync all). "
|
4912
|
-
"Example: main <a class=\"fa fa-question-circle\" ng-show=\"repository."
|
4913
|
-
"content_type === 'deb'\" uib-popover-html=\"componentPopover\" popover-class="
|
4914
|
-
"\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body="
|
4915
|
-
"\"true\" popover-title=\"Components\">\n"
|
4677
|
+
"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"
|
4916
4678
|
" </a>"
|
4917
4679
|
msgstr ""
|
4918
4680
|
|
4919
4681
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4920
4682
|
msgid ""
|
4921
|
-
"Whitespace-separated list of processor architectures to sync (leave clear to "
|
4922
|
-
"sync all). Example: amd64 <a class=\"fa fa-question-circle\" ng-show="
|
4923
|
-
"\"repository.content_type === 'deb'\" uib-popover-html=\"archPopover\" "
|
4924
|
-
"popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-"
|
4925
|
-
"append-to-body=\"true\" popover-title=\"Architectures\">\n"
|
4683
|
+
"Whitespace-separated list of processor architectures to sync (leave clear to sync all). Example: amd64 <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'deb'\" uib-popover-html=\"archPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Architectures\">\n"
|
4926
4684
|
" </a>"
|
4927
4685
|
msgstr ""
|
4928
4686
|
|
4929
4687
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4930
4688
|
msgid ""
|
4931
|
-
"Whitespace-separated list of releases/distributions to sync (required for "
|
4932
|
-
"syncing). Example: buster <a class=\"fa fa-question-circle\" ng-show="
|
4933
|
-
"\"repository.content_type === 'deb'\" uib-popover-html=\"distPopover\" "
|
4934
|
-
"popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-"
|
4935
|
-
"append-to-body=\"true\" popover-title=\"Releases/Distributions\">\n"
|
4689
|
+
"Whitespace-separated list of releases/distributions to sync (required for syncing). Example: buster <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'deb'\" uib-popover-html=\"distPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Releases/Distributions\">\n"
|
4936
4690
|
" </a>"
|
4937
4691
|
msgstr ""
|
4938
4692
|
|
@@ -4956,22 +4710,23 @@ msgid "Yes"
|
|
4956
4710
|
msgstr ""
|
4957
4711
|
|
4958
4712
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4959
|
-
msgid ""
|
4960
|
-
"You can upload a requirements.yml file above to auto-fill contents <b>OR</b> "
|
4961
|
-
"paste contents of <a ng-href=\"https://docs.ansible.com/ansible/latest/"
|
4962
|
-
"galaxy/user_guide.html#install-multiple-collections-with-a-requirements-file"
|
4963
|
-
"\" target=\"_blank\"> Requirements.yml </a>below."
|
4713
|
+
msgid "You can upload a requirements.yml file above to auto-fill contents <b>OR</b> paste contents of <a ng-href=\"https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#install-multiple-collections-with-a-requirements-file\" target=\"_blank\"> Requirements.yml </a>below."
|
4964
4714
|
msgstr ""
|
4965
4715
|
|
4966
4716
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4967
|
-
msgid ""
|
4968
|
-
|
4969
|
-
|
4717
|
+
msgid "You can upload a requirements.yml file below to auto-fill contents or paste contents of requirement.yml here"
|
4718
|
+
msgstr ""
|
4719
|
+
|
4720
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
4721
|
+
msgid "You cannot remove content from a redhat repository"
|
4970
4722
|
msgstr ""
|
4971
4723
|
|
4972
4724
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4973
|
-
msgid ""
|
4974
|
-
|
4725
|
+
msgid "You cannot remove these repositories because you do not have permission."
|
4726
|
+
msgstr ""
|
4727
|
+
|
4728
|
+
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4729
|
+
msgid "You cannot remove this product because it has repositories that are the last affected repository on content view filters"
|
4975
4730
|
msgstr ""
|
4976
4731
|
|
4977
4732
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
@@ -4979,8 +4734,7 @@ msgid "You cannot remove this product because it is a Red Hat product."
|
|
4979
4734
|
msgstr ""
|
4980
4735
|
|
4981
4736
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4982
|
-
msgid ""
|
4983
|
-
"You cannot remove this product because it was published to a content view."
|
4737
|
+
msgid "You cannot remove this product because it was published to a content view."
|
4984
4738
|
msgstr ""
|
4985
4739
|
|
4986
4740
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
@@ -4992,15 +4746,11 @@ msgid "You cannot remove this repository because you do not have permission."
|
|
4992
4746
|
msgstr ""
|
4993
4747
|
|
4994
4748
|
#: app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
|
4995
|
-
msgid ""
|
4996
|
-
"You currently don't have any Activation Keys, you can add Activation Keys "
|
4997
|
-
"using the button on the right."
|
4749
|
+
msgid "You currently don't have any Activation Keys, you can add Activation Keys using the button on the right."
|
4998
4750
|
msgstr ""
|
4999
4751
|
|
5000
4752
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-acs.html
|
5001
|
-
msgid ""
|
5002
|
-
"You currently don't have any Alternate Content Sources associated with this "
|
5003
|
-
"Content Credential."
|
4753
|
+
msgid "You currently don't have any Alternate Content Sources associated with this Content Credential."
|
5004
4754
|
msgstr ""
|
5005
4755
|
|
5006
4756
|
#: app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
|
@@ -5008,22 +4758,15 @@ msgid "You currently don't have any Container Image Tags."
|
|
5008
4758
|
msgstr ""
|
5009
4759
|
|
5010
4760
|
#: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
|
5011
|
-
msgid ""
|
5012
|
-
"You currently don't have any Content Credential, you can add Content "
|
5013
|
-
"Credentials using the button on the right."
|
4761
|
+
msgid "You currently don't have any Content Credential, you can add Content Credentials using the button on the right."
|
5014
4762
|
msgstr ""
|
5015
4763
|
|
5016
4764
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
|
5017
|
-
msgid ""
|
5018
|
-
"You currently don't have any Content Hosts, you can create new Content Hosts "
|
5019
|
-
"by selecting Contents Host from main menu and then clicking the button on "
|
5020
|
-
"the right."
|
4765
|
+
msgid "You currently don't have any Content Hosts, you can create new Content Hosts by selecting Contents Host from main menu and then clicking the button on the right."
|
5021
4766
|
msgstr ""
|
5022
4767
|
|
5023
4768
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
5024
|
-
msgid ""
|
5025
|
-
"You currently don't have any Content Hosts, you can register one by clicking "
|
5026
|
-
"the button on the right and following the instructions."
|
4769
|
+
msgid "You currently don't have any Content Hosts, you can register one by clicking the button on the right and following the instructions."
|
5027
4770
|
msgstr ""
|
5028
4771
|
|
5029
4772
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
@@ -5031,70 +4774,48 @@ msgid "You currently don't have any Files."
|
|
5031
4774
|
msgstr ""
|
5032
4775
|
|
5033
4776
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
5034
|
-
msgid ""
|
5035
|
-
"You currently don't have any Host Collections, you can add Host Collections "
|
5036
|
-
"using the button on the right."
|
4777
|
+
msgid "You currently don't have any Host Collections, you can add Host Collections using the button on the right."
|
5037
4778
|
msgstr ""
|
5038
4779
|
|
5039
4780
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
|
5040
|
-
msgid ""
|
5041
|
-
"You currently don't have any Hosts in this Host Collection, you can add "
|
5042
|
-
"Content Hosts after selecting the 'Add' tab."
|
4781
|
+
msgid "You currently don't have any Hosts in this Host Collection, you can add Content Hosts after selecting the 'Add' tab."
|
5043
4782
|
msgstr ""
|
5044
4783
|
|
5045
4784
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
5046
|
-
msgid ""
|
5047
|
-
"You currently don't have any Products associated with this Content "
|
5048
|
-
"Credential."
|
4785
|
+
msgid "You currently don't have any Products associated with this Content Credential."
|
5049
4786
|
msgstr ""
|
5050
4787
|
|
5051
4788
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
|
5052
|
-
msgid ""
|
5053
|
-
"You currently don't have any Products to subscribe to, you can add Products "
|
5054
|
-
"after selecting 'Products' under 'Content' in the main menu"
|
4789
|
+
msgid "You currently don't have any Products to subscribe to, you can add Products after selecting 'Products' under 'Content' in the main menu"
|
5055
4790
|
msgstr ""
|
5056
4791
|
|
5057
4792
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
|
5058
4793
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
|
5059
|
-
msgid ""
|
5060
|
-
"You currently don't have any Products to subscribe to. You can add Products "
|
5061
|
-
"after selecting 'Products' under 'Content' in the main menu."
|
4794
|
+
msgid "You currently don't have any Products to subscribe to. You can add Products after selecting 'Products' under 'Content' in the main menu."
|
5062
4795
|
msgstr ""
|
5063
4796
|
|
5064
4797
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
5065
|
-
msgid ""
|
5066
|
-
"You currently don't have any Products<span bst-feature-flag=\"custom_products"
|
5067
|
-
"\">, you can add Products using the button on the right</span>."
|
4798
|
+
msgid "You currently don't have any Products<span bst-feature-flag=\"custom_products\">, you can add Products using the button on the right</span>."
|
5068
4799
|
msgstr ""
|
5069
4800
|
|
5070
4801
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-repositories.html
|
5071
|
-
msgid ""
|
5072
|
-
"You currently don't have any Repositories associated with this Content "
|
5073
|
-
"Credential."
|
4802
|
+
msgid "You currently don't have any Repositories associated with this Content Credential."
|
5074
4803
|
msgstr ""
|
5075
4804
|
|
5076
4805
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
5077
|
-
msgid ""
|
5078
|
-
"You currently don't have any Repositories included in this Product, you can "
|
5079
|
-
"add Repositories using the button on the right."
|
4806
|
+
msgid "You currently don't have any Repositories included in this Product, you can add Repositories using the button on the right."
|
5080
4807
|
msgstr ""
|
5081
4808
|
|
5082
4809
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html
|
5083
|
-
msgid ""
|
5084
|
-
"You currently don't have any Subscriptions associated with this Activation "
|
5085
|
-
"Key, you can add Subscriptions after selecting the 'Add' tab."
|
4810
|
+
msgid "You currently don't have any Subscriptions associated with this Activation Key, you can add Subscriptions after selecting the 'Add' tab."
|
5086
4811
|
msgstr ""
|
5087
4812
|
|
5088
4813
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
|
5089
|
-
msgid ""
|
5090
|
-
"You currently don't have any Subscriptions associated with this Content "
|
5091
|
-
"Host. You can add Subscriptions after selecting the 'Add' tab."
|
4814
|
+
msgid "You currently don't have any Subscriptions associated with this Content Host. You can add Subscriptions after selecting the 'Add' tab."
|
5092
4815
|
msgstr ""
|
5093
4816
|
|
5094
4817
|
#: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
|
5095
|
-
msgid ""
|
5096
|
-
"You currently don't have any Sync Plans. A Sync Plan can be created by "
|
5097
|
-
"using the button on the right."
|
4818
|
+
msgid "You currently don't have any Sync Plans. A Sync Plan can be created by using the button on the right."
|
5098
4819
|
msgstr ""
|
5099
4820
|
|
5100
4821
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
@@ -5106,16 +4827,11 @@ msgid "You must select a content view in order to save your environment."
|
|
5106
4827
|
msgstr ""
|
5107
4828
|
|
5108
4829
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
5109
|
-
msgid ""
|
5110
|
-
"You must select a new content view before your change of environment can be "
|
5111
|
-
"saved. Use the cancel button on content view selection to revert your "
|
5112
|
-
"environment selection."
|
4830
|
+
msgid "You must select a new content view before your change of environment can be saved. Use the cancel button on content view selection to revert your environment selection."
|
5113
4831
|
msgstr ""
|
5114
4832
|
|
5115
4833
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5116
|
-
msgid ""
|
5117
|
-
"You must select a new content view before your change of lifecycle "
|
5118
|
-
"environment can be saved."
|
4834
|
+
msgid "You must select a new content view before your change of lifecycle environment can be saved."
|
5119
4835
|
msgstr ""
|
5120
4836
|
|
5121
4837
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
@@ -5256,9 +4972,7 @@ msgid "Yum Metadata Checksum"
|
|
5256
4972
|
msgstr ""
|
5257
4973
|
|
5258
4974
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html
|
5259
|
-
msgid ""
|
5260
|
-
"Yum metadata generation has been initiated in the background. Click <a href="
|
5261
|
-
"\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
4975
|
+
msgid "Yum metadata generation has been initiated in the background. Click <a href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
5262
4976
|
msgstr ""
|
5263
4977
|
|
5264
4978
|
#: app/assets/javascripts/bastion_katello/environments/views/environments.html
|