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/locale/de/katello.po
CHANGED
@@ -149,6 +149,9 @@ msgstr "%s verwendet"
|
|
149
149
|
msgid "%s ago"
|
150
150
|
msgstr "vor %s"
|
151
151
|
|
152
|
+
msgid "%s content type is not enabled."
|
153
|
+
msgstr ""
|
154
|
+
|
152
155
|
msgid "%s guests"
|
153
156
|
msgstr ""
|
154
157
|
|
@@ -272,6 +275,9 @@ msgstr "Zeitüberschreitung bei Aktualisierung von %{group} Paketgruppe"
|
|
272
275
|
msgid "%{group} package group updated"
|
273
276
|
msgstr "%{group} Paketgruppe aktualisiert"
|
274
277
|
|
278
|
+
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
279
|
+
msgstr ""
|
280
|
+
|
275
281
|
msgid "%{package} (%{total} other packages)"
|
276
282
|
msgstr "%{package} (%{total} weitere Pakete)"
|
277
283
|
|
@@ -353,6 +359,9 @@ msgstr "%{unused_substitutions} kann nicht für %{content_name} angegeben werden
|
|
353
359
|
msgid "%{used} of %{total}"
|
354
360
|
msgstr "%{used} von %{total}"
|
355
361
|
|
362
|
+
msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
|
363
|
+
msgstr ""
|
364
|
+
|
356
365
|
msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
|
357
366
|
msgstr "%{view_label} konnte nicht zu %{environment_label} hochgestuft werden, da sich die Inhaltsansicht und die Umgebung nicht in derselben Organisation befinden!"
|
358
367
|
|
@@ -476,6 +485,9 @@ msgstr "Aktion ist nicht authorisiert in dieser Organization ausgeführt zu werd
|
|
476
485
|
msgid "Action with sub plans"
|
477
486
|
msgstr "Aktion mit Unterplänen"
|
478
487
|
|
488
|
+
msgid "Activation Key will no longer be available for use. This operation cannot be undone."
|
489
|
+
msgstr ""
|
490
|
+
|
479
491
|
msgid "Activation Keys"
|
480
492
|
msgstr "Aktivierungsschlüssel"
|
481
493
|
|
@@ -485,6 +497,15 @@ msgstr "Aktivierungsschlüssel"
|
|
485
497
|
msgid "Activation key ID"
|
486
498
|
msgstr "Aktivierungsschlüssel-ID"
|
487
499
|
|
500
|
+
msgid "Activation key deleted"
|
501
|
+
msgstr ""
|
502
|
+
|
503
|
+
msgid "Activation key details"
|
504
|
+
msgstr ""
|
505
|
+
|
506
|
+
msgid "Activation key details updated"
|
507
|
+
msgstr ""
|
508
|
+
|
488
509
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
489
510
|
msgstr "Aktivierungsschlüssel für den Subscription-Manager-Client, erforderlich für CentOS und Red Hat Enterprise Linux. Für mehrere Schlüssel verwenden Sie stattdessen den Parameter `activation_keys`."
|
490
511
|
|
@@ -629,6 +650,9 @@ msgstr "Betroffene Repositorys"
|
|
629
650
|
msgid "Affected repositories"
|
630
651
|
msgstr ""
|
631
652
|
|
653
|
+
msgid "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:"
|
654
|
+
msgstr ""
|
655
|
+
|
632
656
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
633
657
|
msgstr "Wenden Sie nach dem Generieren des inkrementellen Updates die Änderungen auf die angegebenen Hosts an. Derzeit werden nur Errata unterstützt."
|
634
658
|
|
@@ -1156,6 +1180,9 @@ msgstr "Aus %s kann nicht gelöscht werden, die Ansicht existiert dort nicht."
|
|
1156
1180
|
msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
|
1157
1181
|
msgstr "Produkt mit Repositorys, die in einer Inhaltsansicht veröffentlicht wurden, kann nicht gelöscht werden. Produkt: %{product}, %{view_versions}"
|
1158
1182
|
|
1183
|
+
msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
|
1184
|
+
msgstr ""
|
1185
|
+
|
1159
1186
|
msgid "Cannot delete provider with attached products"
|
1160
1187
|
msgstr "Anbieter mit verknüpften Produkten kann nicht gelöscht werden"
|
1161
1188
|
|
@@ -1246,9 +1273,6 @@ msgstr ""
|
|
1246
1273
|
msgid "Cannot upload Container Image content."
|
1247
1274
|
msgstr "Container-Image-Inhalt kann nicht hochgeladen werden."
|
1248
1275
|
|
1249
|
-
msgid "Cannot validate contents on non-yum/deb repositories."
|
1250
|
-
msgstr "Inhalte in nicht-yum/deb-Repositorys können nicht validiert werden."
|
1251
|
-
|
1252
1276
|
msgid "Capacity"
|
1253
1277
|
msgstr "Kapazität"
|
1254
1278
|
|
@@ -1261,9 +1285,15 @@ msgstr ""
|
|
1261
1285
|
msgid "Change host content source"
|
1262
1286
|
msgstr ""
|
1263
1287
|
|
1288
|
+
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1289
|
+
msgstr ""
|
1290
|
+
|
1264
1291
|
msgid "Check audited changes and proceed only if content or filters have changed since last publish"
|
1265
1292
|
msgstr ""
|
1266
1293
|
|
1294
|
+
msgid "Check for long running tasks"
|
1295
|
+
msgstr ""
|
1296
|
+
|
1267
1297
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1268
1298
|
msgstr "Prüfen Sie, ob eine Verbindung zu Red Hat Subscription Management hergestellt werden kann."
|
1269
1299
|
|
@@ -1372,6 +1402,12 @@ msgstr ""
|
|
1372
1402
|
msgid "Compute resource IDs"
|
1373
1403
|
msgstr "Rechnerressourcen-IDs"
|
1374
1404
|
|
1405
|
+
msgid "Configuration still must be updated on {hosts}"
|
1406
|
+
msgstr ""
|
1407
|
+
|
1408
|
+
msgid "Configuration updated on Foreman"
|
1409
|
+
msgstr ""
|
1410
|
+
|
1375
1411
|
msgid "Confirm Deletion"
|
1376
1412
|
msgstr "Löschung bestätigen"
|
1377
1413
|
|
@@ -1585,6 +1621,9 @@ msgstr "Inhaltsansichts-ID"
|
|
1585
1621
|
msgid "Content view and environment not set for registration."
|
1586
1622
|
msgstr ""
|
1587
1623
|
|
1624
|
+
msgid "Content view and lifecycle environment must be provided together"
|
1625
|
+
msgstr ""
|
1626
|
+
|
1588
1627
|
msgid "Content view details"
|
1589
1628
|
msgstr ""
|
1590
1629
|
|
@@ -2098,6 +2137,9 @@ msgstr "Inhaltsansicht löschen"
|
|
2098
2137
|
msgid "Delete a filter rule"
|
2099
2138
|
msgstr "Filterregel löschen"
|
2100
2139
|
|
2140
|
+
msgid "Delete activation key?"
|
2141
|
+
msgstr ""
|
2142
|
+
|
2101
2143
|
msgid "Delete all subscriptions attached to activation keys."
|
2102
2144
|
msgstr "Löschen Sie alle Abonnements, die an Aktivierungsschlüssel angehängt sind."
|
2103
2145
|
|
@@ -2113,6 +2155,9 @@ msgstr "Upload-Anforderung löschen"
|
|
2113
2155
|
msgid "Delete content view"
|
2114
2156
|
msgstr ""
|
2115
2157
|
|
2158
|
+
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
2159
|
+
msgstr ""
|
2160
|
+
|
2116
2161
|
msgid "Delete manifest from Red Hat provider"
|
2117
2162
|
msgstr "Manifest vom Red Hat Anbieter löschen"
|
2118
2163
|
|
@@ -2146,6 +2191,9 @@ msgstr ""
|
|
2146
2191
|
msgid "Deleting versions: {versionList}"
|
2147
2192
|
msgstr ""
|
2148
2193
|
|
2194
|
+
msgid "Deliver notifications about long running tasks"
|
2195
|
+
msgstr ""
|
2196
|
+
|
2149
2197
|
msgid "Description"
|
2150
2198
|
msgstr "Beschreibung"
|
2151
2199
|
|
@@ -2305,6 +2353,9 @@ msgstr ""
|
|
2305
2353
|
msgid "Edit URL and subpaths"
|
2306
2354
|
msgstr ""
|
2307
2355
|
|
2356
|
+
msgid "Edit activation key"
|
2357
|
+
msgstr ""
|
2358
|
+
|
2308
2359
|
msgid "Edit content view assignment"
|
2309
2360
|
msgstr ""
|
2310
2361
|
|
@@ -2644,6 +2695,9 @@ msgstr "Nach Typ filtern"
|
|
2644
2695
|
msgid "Filter composite versions whose publish was triggered by the specified component version"
|
2645
2696
|
msgstr "Filtere Komposits-Versionen deren Publish durch die spezifizierte Komponenten-Version ausgelöst worden ist"
|
2646
2697
|
|
2698
|
+
msgid "Filter content view versions that contain the file"
|
2699
|
+
msgstr ""
|
2700
|
+
|
2647
2701
|
msgid "Filter created"
|
2648
2702
|
msgstr "Filter erstellt"
|
2649
2703
|
|
@@ -2750,10 +2804,10 @@ msgstr ""
|
|
2750
2804
|
msgid "Force delete the repository by removing it from all content view versions"
|
2751
2805
|
msgstr ""
|
2752
2806
|
|
2753
|
-
msgid "Force metadata regeneration to proceed.
|
2807
|
+
msgid "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy"
|
2754
2808
|
msgstr ""
|
2755
2809
|
|
2756
|
-
msgid "Force metadata regeneration to proceed.
|
2810
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
|
2757
2811
|
msgstr ""
|
2758
2812
|
|
2759
2813
|
msgid "Force promotion"
|
@@ -2768,8 +2822,8 @@ msgstr "Synchronisierung erzwingen, auch wenn keine Upstream-Änderungen erkannt
|
|
2768
2822
|
msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
|
2769
2823
|
msgstr ""
|
2770
2824
|
|
2771
|
-
msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
|
2772
|
-
msgstr "
|
2825
|
+
msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem. Not allowed for repositories with the 'Complete Mirroring' mirroring policy."
|
2826
|
+
msgstr ""
|
2773
2827
|
|
2774
2828
|
msgid "Forces a republish of the version's repositories' metadata"
|
2775
2829
|
msgstr "Erzwingt eine erneute Veröffentlichung der Metadaten der Repositorys der Version"
|
@@ -2825,9 +2879,6 @@ msgstr "Informationen über eine Repository-Gruppe abrufen"
|
|
2825
2879
|
msgid "Get list of available repositories for the repository set"
|
2826
2880
|
msgstr "Liste der verfügbaren Repositorys für das Repository-Set abrufen"
|
2827
2881
|
|
2828
|
-
msgid "Get status of repo synchronisation for given product"
|
2829
|
-
msgstr "Status der Repository-Synchronisation für angegebenes Produkt abrufen"
|
2830
|
-
|
2831
2882
|
msgid "Get status of synchronisation for given repository"
|
2832
2883
|
msgstr "Status der Synchronisation für angegebenes Repository abrufen"
|
2833
2884
|
|
@@ -2921,6 +2972,9 @@ msgstr "Hinweis zu Host-Errata"
|
|
2921
2972
|
msgid "Host ID"
|
2922
2973
|
msgstr "Host-ID"
|
2923
2974
|
|
2975
|
+
msgid "Host Limit"
|
2976
|
+
msgstr ""
|
2977
|
+
|
2924
2978
|
msgid "Host Profile Assume"
|
2925
2979
|
msgstr "Hostprofil annehmen"
|
2926
2980
|
|
@@ -2948,9 +3002,6 @@ msgstr ""
|
|
2948
3002
|
msgid "Host collections updated"
|
2949
3003
|
msgstr ""
|
2950
3004
|
|
2951
|
-
msgid "Host configurations are not updated yet"
|
2952
|
-
msgstr ""
|
2953
|
-
|
2954
3005
|
msgid "Host content and subscription details"
|
2955
3006
|
msgstr "Hostinhalt und Subskriptionsdetails"
|
2956
3007
|
|
@@ -3158,8 +3209,10 @@ msgstr "Kennung der Inhaltsberechtigung, die den SSL-Clientschlüssel enthält"
|
|
3158
3209
|
msgid "Identifiers for Lifecycle Environment"
|
3159
3210
|
msgstr "Identifizierer des Lifecycle-Environments"
|
3160
3211
|
|
3161
|
-
msgid "
|
3162
|
-
|
3212
|
+
msgid ""
|
3213
|
+
"Identifies whether the repository should be unavailable on a client with a non-matching OS version.\n"
|
3214
|
+
"Pass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s"
|
3215
|
+
msgstr ""
|
3163
3216
|
|
3164
3217
|
msgid "Ids of smart proxies to associate"
|
3165
3218
|
msgstr ""
|
@@ -3170,6 +3223,9 @@ msgstr ""
|
|
3170
3223
|
msgid "If hosts fail to register because of duplicate DMI UUIDs, add their comma-separated values here. Subsequent registrations will generate a unique DMI UUID for the affected hosts."
|
3171
3224
|
msgstr ""
|
3172
3225
|
|
3226
|
+
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3227
|
+
msgstr ""
|
3228
|
+
|
3173
3229
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3174
3230
|
msgstr "Falls angegeben, entfernen Sie die erste Instanz einer Subskription mit passender ID und Anzahl"
|
3175
3231
|
|
@@ -3215,7 +3271,7 @@ msgstr ""
|
|
3215
3271
|
msgid "Ignorable content can be only set for Yum repositories."
|
3216
3272
|
msgstr "Ignorierbarer Inhalt kann nur für Yum-Repositorys festgelegt werden."
|
3217
3273
|
|
3218
|
-
msgid "Ignore %s
|
3274
|
+
msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
|
3219
3275
|
msgstr ""
|
3220
3276
|
|
3221
3277
|
msgid "Ignore errors"
|
@@ -3599,9 +3655,15 @@ msgstr ""
|
|
3599
3655
|
msgid "Job '${description}' has started."
|
3600
3656
|
msgstr ""
|
3601
3657
|
|
3658
|
+
msgid "Katello 4.10"
|
3659
|
+
msgstr ""
|
3660
|
+
|
3602
3661
|
msgid "Katello ID of local pool to update"
|
3603
3662
|
msgstr "Katello-ID des zu aktualisierenden lokalen Pools"
|
3604
3663
|
|
3664
|
+
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
3665
|
+
msgstr ""
|
3666
|
+
|
3605
3667
|
msgid "Katello: Install Errata"
|
3606
3668
|
msgstr "Katello: Errata installieren"
|
3607
3669
|
|
@@ -3695,8 +3757,11 @@ msgstr "Neueste Errata"
|
|
3695
3757
|
msgid "Latest version"
|
3696
3758
|
msgstr "Letzte Version"
|
3697
3759
|
|
3698
|
-
msgid "Learn more about adding Subscription Manifests"
|
3699
|
-
msgstr "
|
3760
|
+
msgid "Learn more about adding Subscription Manifests "
|
3761
|
+
msgstr ""
|
3762
|
+
|
3763
|
+
msgid "Legacy UI"
|
3764
|
+
msgstr ""
|
3700
3765
|
|
3701
3766
|
msgid "Legacy content host UI"
|
3702
3767
|
msgstr ""
|
@@ -4058,6 +4123,9 @@ msgstr "Manifestchronik"
|
|
4058
4123
|
msgid "Manifest deleted"
|
4059
4124
|
msgstr "Manifest gelöscht"
|
4060
4125
|
|
4126
|
+
msgid "Manifest does not have a valid subscription"
|
4127
|
+
msgstr ""
|
4128
|
+
|
4061
4129
|
msgid "Manifest imported"
|
4062
4130
|
msgstr "Manifest importiert"
|
4063
4131
|
|
@@ -4130,7 +4198,9 @@ msgstr "Nachricht"
|
|
4130
4198
|
msgid "Messaging connection"
|
4131
4199
|
msgstr "Verbindung zum Messaging"
|
4132
4200
|
|
4133
|
-
msgid "
|
4201
|
+
msgid ""
|
4202
|
+
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4203
|
+
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
4134
4204
|
msgstr ""
|
4135
4205
|
|
4136
4206
|
msgid "Metadata taken from the upstream export history for this Content View Version"
|
@@ -4187,9 +4257,6 @@ msgstr "Nicht verfügbar"
|
|
4187
4257
|
msgid "NOTE: Content view version '%{content_view} %{current}' does not have any exportable repositories. At least one repository with any of the following types is required to be able to export: '%{exportable_types}'."
|
4188
4258
|
msgstr ""
|
4189
4259
|
|
4190
|
-
msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
|
4191
|
-
msgstr "HINWEIS: Katello-agent ist veraltet und wird in entfernt in %s. Ziehen Sie stattdessen die Verwendung von Remote-Ausführung in Betracht."
|
4192
|
-
|
4193
4260
|
msgid "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type."
|
4194
4261
|
msgstr ""
|
4195
4262
|
|
@@ -4659,6 +4726,9 @@ msgstr "Keine Angabe"
|
|
4659
4726
|
msgid "Not yet published"
|
4660
4727
|
msgstr "Noch nicht veröffentlicht"
|
4661
4728
|
|
4729
|
+
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
|
4730
|
+
msgstr ""
|
4731
|
+
|
4662
4732
|
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
4663
4733
|
msgstr ""
|
4664
4734
|
|
@@ -5473,6 +5543,9 @@ msgstr ""
|
|
5473
5543
|
msgid "Refresh Manifest"
|
5474
5544
|
msgstr "Manifest aktualisieren"
|
5475
5545
|
|
5546
|
+
msgid "Refresh all alternate content sources"
|
5547
|
+
msgstr ""
|
5548
|
+
|
5476
5549
|
msgid "Refresh alternate content sources"
|
5477
5550
|
msgstr ""
|
5478
5551
|
|
@@ -5698,8 +5771,11 @@ msgstr "Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig.
|
|
5698
5771
|
msgid "Repository"
|
5699
5772
|
msgstr "Repository"
|
5700
5773
|
|
5701
|
-
msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
|
5702
|
-
msgstr "
|
5774
|
+
msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
|
5775
|
+
msgstr ""
|
5776
|
+
|
5777
|
+
msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
|
5778
|
+
msgstr ""
|
5703
5779
|
|
5704
5780
|
msgid "Repository '%(repoName)s' has been disabled."
|
5705
5781
|
msgstr "Repository '%(repoName)s' wurde deaktiviert."
|
@@ -5776,6 +5852,9 @@ msgstr "Repositorys von %{name} %{version} erneut veröffentlichen"
|
|
5776
5852
|
msgid "Republish Version Repositories"
|
5777
5853
|
msgstr "Versions-Repositorys erneut veröffentlichen"
|
5778
5854
|
|
5855
|
+
msgid "Republish repository metadata"
|
5856
|
+
msgstr ""
|
5857
|
+
|
5779
5858
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5780
5859
|
msgstr ""
|
5781
5860
|
|
@@ -5953,6 +6032,9 @@ msgstr ""
|
|
5953
6032
|
msgid "Run Sync Plan:"
|
5954
6033
|
msgstr "Synchronisierungsplan ausführen:"
|
5955
6034
|
|
6035
|
+
msgid "Run job invocation"
|
6036
|
+
msgstr ""
|
6037
|
+
|
5956
6038
|
msgid "Running"
|
5957
6039
|
msgstr "Läuft"
|
5958
6040
|
|
@@ -6079,6 +6161,9 @@ msgstr ""
|
|
6079
6161
|
msgid "Select a lifecycle environment and a content view to move this host."
|
6080
6162
|
msgstr ""
|
6081
6163
|
|
6164
|
+
msgid "Select a lifecycle environment first"
|
6165
|
+
msgstr ""
|
6166
|
+
|
6082
6167
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6083
6168
|
msgstr "Wählen Sie eine Lebenszyklusumgebung aus den verfügbaren Promotionspfaden aus, um eine neue Version hochzustufen."
|
6084
6169
|
|
@@ -6103,15 +6188,15 @@ msgstr "Organisation wählen"
|
|
6103
6188
|
msgid "Select an environment"
|
6104
6189
|
msgstr ""
|
6105
6190
|
|
6106
|
-
msgid "Select an environment first"
|
6107
|
-
msgstr ""
|
6108
|
-
|
6109
6191
|
msgid "Select an option"
|
6110
6192
|
msgstr ""
|
6111
6193
|
|
6112
6194
|
msgid "Select an organization"
|
6113
6195
|
msgstr "Wählen Sie eine Organisation aus"
|
6114
6196
|
|
6197
|
+
msgid "Select attributes for ${akDetails.name}"
|
6198
|
+
msgstr ""
|
6199
|
+
|
6115
6200
|
msgid "Select available version of ${cvName} to use"
|
6116
6201
|
msgstr "Wählen Sie die verfügbare Version von ${cvName} zur Verwendung aus"
|
6117
6202
|
|
@@ -7011,9 +7096,6 @@ msgstr "Die Seite, auf die Sie zugreifen möchten, erfordert die Auswahl einer b
|
|
7011
7096
|
msgid "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest."
|
7012
7097
|
msgstr "Der Pfad %{real_path} scheint kein gültiges Repository zu sein. Wenn Sie der Meinung sind, dass dies ein Fehler ist, aktualisieren Sie bitte Ihr Manifest."
|
7013
7098
|
|
7014
|
-
msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
7015
|
-
msgstr ""
|
7016
|
-
|
7017
7099
|
msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
|
7018
7100
|
msgstr "Die Übertragung von %{content_view} nach %{environment} wurde abgeschlossen. %{count} Errata stehen Ihren Hosts zur Verfügung."
|
7019
7101
|
|
@@ -7137,6 +7219,9 @@ msgstr "Das Abonnementmanifest dieser Organisation ist abgelaufen. Bitte importi
|
|
7137
7219
|
msgid "This action doesn't support package groups"
|
7138
7220
|
msgstr "Diese Aktion unterstützt keine Paketgruppen"
|
7139
7221
|
|
7222
|
+
msgid "This action should only be taken for debugging purposes."
|
7223
|
+
msgstr ""
|
7224
|
+
|
7140
7225
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7141
7226
|
msgstr ""
|
7142
7227
|
|
@@ -7236,7 +7321,7 @@ msgstr "Diese Version wird entfernt von:"
|
|
7236
7321
|
msgid "This will create a copy of {cv}, including details, repositories, and filters. Generated data such as history, tasks and versions will not be copied."
|
7237
7322
|
msgstr ""
|
7238
7323
|
|
7239
|
-
msgid "Time in minutes
|
7324
|
+
msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
|
7240
7325
|
msgstr ""
|
7241
7326
|
|
7242
7327
|
msgid "Time in seconds to wait for a host to finish a katello-agent action"
|
@@ -7263,6 +7348,9 @@ msgstr ""
|
|
7263
7348
|
msgid "To enable them, add the environment to the host's content source, or "
|
7264
7349
|
msgstr ""
|
7265
7350
|
|
7351
|
+
msgid "To finish the process of changing the content source, run the following script manually on {hosts}."
|
7352
|
+
msgstr ""
|
7353
|
+
|
7266
7354
|
msgid "To get started, add a filter rule to this filter"
|
7267
7355
|
msgstr ""
|
7268
7356
|
|
@@ -7272,12 +7360,6 @@ msgstr ""
|
|
7272
7360
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
7273
7361
|
msgstr ""
|
7274
7362
|
|
7275
|
-
msgid "To update the selected host configuration, update hosts manually in the next section."
|
7276
|
-
msgstr ""
|
7277
|
-
|
7278
|
-
msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
|
7279
|
-
msgstr ""
|
7280
|
-
|
7281
7363
|
msgid "Toggling Simple Content Access will refresh your manifest."
|
7282
7364
|
msgstr "Durch Umschalten des einfachen Inhaltszugriffs wird Ihr Manifest aktualisiert."
|
7283
7365
|
|
@@ -7437,6 +7519,9 @@ msgstr "Inhaltshosts konnten nicht neu zugewiesen werden. Bitte geben Sie die Pa
|
|
7437
7519
|
msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
|
7438
7520
|
msgstr "Systeme konnten nicht neu zugewiesen werden. Bitte prüfen Sie die Parameter system_content_view_id und system_environment_id."
|
7439
7521
|
|
7522
|
+
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
|
7523
|
+
msgstr ""
|
7524
|
+
|
7440
7525
|
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
|
7441
7526
|
msgstr ""
|
7442
7527
|
|
@@ -7587,6 +7672,9 @@ msgstr "Update für Host"
|
|
7587
7672
|
msgid "Update for host %s"
|
7588
7673
|
msgstr "Update für Host %s"
|
7589
7674
|
|
7675
|
+
msgid "Update hosts manually"
|
7676
|
+
msgstr ""
|
7677
|
+
|
7590
7678
|
msgid "Update http proxy"
|
7591
7679
|
msgstr "HTTP-Proxy aktualisieren"
|
7592
7680
|
|
@@ -7938,6 +8026,9 @@ msgstr ""
|
|
7938
8026
|
msgid "Virtual host"
|
7939
8027
|
msgstr ""
|
7940
8028
|
|
8029
|
+
msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
|
8030
|
+
msgstr ""
|
8031
|
+
|
7941
8032
|
msgid "Waiting to start."
|
7942
8033
|
msgstr ""
|
7943
8034
|
|
@@ -8115,9 +8206,6 @@ msgstr "ein Docker-Tag"
|
|
8115
8206
|
msgid "a file"
|
8116
8207
|
msgstr "eine Datei"
|
8117
8208
|
|
8118
|
-
msgid "a future release"
|
8119
|
-
msgstr "eine zukünftige Veröffentlichung"
|
8120
|
-
|
8121
8209
|
msgid "a module stream"
|
8122
8210
|
msgstr "ein Modulstream"
|
8123
8211
|
|
@@ -8766,9 +8854,6 @@ msgstr "Stammknoten von Antworten einzelner Ressourcen (optional)"
|
|
8766
8854
|
msgid "rule identifier"
|
8767
8855
|
msgstr "Regel-ID"
|
8768
8856
|
|
8769
|
-
msgid "run job invocation"
|
8770
|
-
msgstr ""
|
8771
|
-
|
8772
8857
|
msgid "security advisories"
|
8773
8858
|
msgstr ""
|
8774
8859
|
|
@@ -8823,6 +8908,12 @@ msgstr "Feed-URL für Synchronisation vorübergehend außer Kraft setzen"
|
|
8823
8908
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
8824
8909
|
msgstr "Die folgenden Attribute können nicht für den Red Hat Anbieter aktualisiert werden: [ %s ]"
|
8825
8910
|
|
8911
|
+
msgid "the host"
|
8912
|
+
msgstr ""
|
8913
|
+
|
8914
|
+
msgid "the hosts"
|
8915
|
+
msgstr ""
|
8916
|
+
|
8826
8917
|
msgid "to"
|
8827
8918
|
msgstr "bis"
|
8828
8919
|
|