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/ko/katello.po
CHANGED
@@ -130,6 +130,9 @@ msgstr "%s 사용됨"
|
|
130
130
|
msgid "%s ago"
|
131
131
|
msgstr "%s 전 "
|
132
132
|
|
133
|
+
msgid "%s content type is not enabled."
|
134
|
+
msgstr ""
|
135
|
+
|
133
136
|
msgid "%s guests"
|
134
137
|
msgstr ""
|
135
138
|
|
@@ -253,6 +256,9 @@ msgstr "%{group} 패키지 그룹 업데이트 시간 초과 "
|
|
253
256
|
msgid "%{group} package group updated"
|
254
257
|
msgstr "%{group} 패키지 그룹 업데이트됨 "
|
255
258
|
|
259
|
+
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
260
|
+
msgstr ""
|
261
|
+
|
256
262
|
msgid "%{package} (%{total} other packages)"
|
257
263
|
msgstr "%{package} (%{total} 기타 패키지)"
|
258
264
|
|
@@ -334,6 +340,9 @@ msgstr ""
|
|
334
340
|
msgid "%{used} of %{total}"
|
335
341
|
msgstr "%{used}(총: %{total})"
|
336
342
|
|
343
|
+
msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
|
344
|
+
msgstr ""
|
345
|
+
|
337
346
|
msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
|
338
347
|
msgstr ""
|
339
348
|
|
@@ -457,6 +466,9 @@ msgstr ""
|
|
457
466
|
msgid "Action with sub plans"
|
458
467
|
msgstr "하위 계획이 있는 작업"
|
459
468
|
|
469
|
+
msgid "Activation Key will no longer be available for use. This operation cannot be undone."
|
470
|
+
msgstr ""
|
471
|
+
|
460
472
|
msgid "Activation Keys"
|
461
473
|
msgstr "활성키 "
|
462
474
|
|
@@ -466,6 +478,15 @@ msgstr ""
|
|
466
478
|
msgid "Activation key ID"
|
467
479
|
msgstr "활성키 ID"
|
468
480
|
|
481
|
+
msgid "Activation key deleted"
|
482
|
+
msgstr ""
|
483
|
+
|
484
|
+
msgid "Activation key details"
|
485
|
+
msgstr ""
|
486
|
+
|
487
|
+
msgid "Activation key details updated"
|
488
|
+
msgstr ""
|
489
|
+
|
469
490
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
470
491
|
msgstr ""
|
471
492
|
|
@@ -610,6 +631,9 @@ msgstr ""
|
|
610
631
|
msgid "Affected repositories"
|
611
632
|
msgstr ""
|
612
633
|
|
634
|
+
msgid "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:"
|
635
|
+
msgstr ""
|
636
|
+
|
613
637
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
614
638
|
msgstr "증분 업데이트를 생성한 후 지정한 호스트에 변경 내용을 적용합니다. 현재 에라타만 지원됩니다."
|
615
639
|
|
@@ -1136,6 +1160,9 @@ msgstr "%s에서 삭제할 수 없습니다, 보기는 여기에 존재하지
|
|
1136
1160
|
msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
|
1137
1161
|
msgstr ""
|
1138
1162
|
|
1163
|
+
msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
|
1164
|
+
msgstr ""
|
1165
|
+
|
1139
1166
|
msgid "Cannot delete provider with attached products"
|
1140
1167
|
msgstr "할당된 제품을 갖는 공급자를 삭제할 수 없습니다 "
|
1141
1168
|
|
@@ -1226,9 +1253,6 @@ msgstr ""
|
|
1226
1253
|
msgid "Cannot upload Container Image content."
|
1227
1254
|
msgstr ""
|
1228
1255
|
|
1229
|
-
msgid "Cannot validate contents on non-yum/deb repositories."
|
1230
|
-
msgstr ""
|
1231
|
-
|
1232
1256
|
msgid "Capacity"
|
1233
1257
|
msgstr "용량 "
|
1234
1258
|
|
@@ -1241,9 +1265,15 @@ msgstr ""
|
|
1241
1265
|
msgid "Change host content source"
|
1242
1266
|
msgstr ""
|
1243
1267
|
|
1268
|
+
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1269
|
+
msgstr ""
|
1270
|
+
|
1244
1271
|
msgid "Check audited changes and proceed only if content or filters have changed since last publish"
|
1245
1272
|
msgstr ""
|
1246
1273
|
|
1274
|
+
msgid "Check for long running tasks"
|
1275
|
+
msgstr ""
|
1276
|
+
|
1247
1277
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1248
1278
|
msgstr ""
|
1249
1279
|
|
@@ -1352,6 +1382,12 @@ msgstr ""
|
|
1352
1382
|
msgid "Compute resource IDs"
|
1353
1383
|
msgstr "컴퓨터 리소스 ID "
|
1354
1384
|
|
1385
|
+
msgid "Configuration still must be updated on {hosts}"
|
1386
|
+
msgstr ""
|
1387
|
+
|
1388
|
+
msgid "Configuration updated on Foreman"
|
1389
|
+
msgstr ""
|
1390
|
+
|
1355
1391
|
msgid "Confirm Deletion"
|
1356
1392
|
msgstr ""
|
1357
1393
|
|
@@ -1565,6 +1601,9 @@ msgstr ""
|
|
1565
1601
|
msgid "Content view and environment not set for registration."
|
1566
1602
|
msgstr ""
|
1567
1603
|
|
1604
|
+
msgid "Content view and lifecycle environment must be provided together"
|
1605
|
+
msgstr ""
|
1606
|
+
|
1568
1607
|
msgid "Content view details"
|
1569
1608
|
msgstr ""
|
1570
1609
|
|
@@ -2078,6 +2117,9 @@ msgstr "컨텐츠 뷰 삭제 "
|
|
2078
2117
|
msgid "Delete a filter rule"
|
2079
2118
|
msgstr "필터 규칙 삭제 "
|
2080
2119
|
|
2120
|
+
msgid "Delete activation key?"
|
2121
|
+
msgstr ""
|
2122
|
+
|
2081
2123
|
msgid "Delete all subscriptions attached to activation keys."
|
2082
2124
|
msgstr ""
|
2083
2125
|
|
@@ -2093,6 +2135,9 @@ msgstr "업로드 요청 삭제 "
|
|
2093
2135
|
msgid "Delete content view"
|
2094
2136
|
msgstr ""
|
2095
2137
|
|
2138
|
+
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."
|
2139
|
+
msgstr ""
|
2140
|
+
|
2096
2141
|
msgid "Delete manifest from Red Hat provider"
|
2097
2142
|
msgstr "Red Hat 공급자에서 매니페스트 삭제 "
|
2098
2143
|
|
@@ -2126,6 +2171,9 @@ msgstr ""
|
|
2126
2171
|
msgid "Deleting versions: {versionList}"
|
2127
2172
|
msgstr ""
|
2128
2173
|
|
2174
|
+
msgid "Deliver notifications about long running tasks"
|
2175
|
+
msgstr ""
|
2176
|
+
|
2129
2177
|
msgid "Description"
|
2130
2178
|
msgstr "설명 "
|
2131
2179
|
|
@@ -2285,6 +2333,9 @@ msgstr ""
|
|
2285
2333
|
msgid "Edit URL and subpaths"
|
2286
2334
|
msgstr ""
|
2287
2335
|
|
2336
|
+
msgid "Edit activation key"
|
2337
|
+
msgstr ""
|
2338
|
+
|
2288
2339
|
msgid "Edit content view assignment"
|
2289
2340
|
msgstr ""
|
2290
2341
|
|
@@ -2624,6 +2675,9 @@ msgstr ""
|
|
2624
2675
|
msgid "Filter composite versions whose publish was triggered by the specified component version"
|
2625
2676
|
msgstr ""
|
2626
2677
|
|
2678
|
+
msgid "Filter content view versions that contain the file"
|
2679
|
+
msgstr ""
|
2680
|
+
|
2627
2681
|
msgid "Filter created"
|
2628
2682
|
msgstr "필터가 생성되었습니다 "
|
2629
2683
|
|
@@ -2728,10 +2782,10 @@ msgstr ""
|
|
2728
2782
|
msgid "Force delete the repository by removing it from all content view versions"
|
2729
2783
|
msgstr ""
|
2730
2784
|
|
2731
|
-
msgid "Force metadata regeneration to proceed.
|
2785
|
+
msgid "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy"
|
2732
2786
|
msgstr ""
|
2733
2787
|
|
2734
|
-
msgid "Force metadata regeneration to proceed.
|
2788
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
|
2735
2789
|
msgstr ""
|
2736
2790
|
|
2737
2791
|
msgid "Force promotion"
|
@@ -2746,7 +2800,7 @@ msgstr ""
|
|
2746
2800
|
msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
|
2747
2801
|
msgstr ""
|
2748
2802
|
|
2749
|
-
msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
|
2803
|
+
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."
|
2750
2804
|
msgstr ""
|
2751
2805
|
|
2752
2806
|
msgid "Forces a republish of the version's repositories' metadata"
|
@@ -2803,9 +2857,6 @@ msgstr "리포지터리 세트 정보 가져오기 "
|
|
2803
2857
|
msgid "Get list of available repositories for the repository set"
|
2804
2858
|
msgstr ""
|
2805
2859
|
|
2806
|
-
msgid "Get status of repo synchronisation for given product"
|
2807
|
-
msgstr "주어진 제품에 대한 리포지터리 동기화 상태 가져오기 "
|
2808
|
-
|
2809
2860
|
msgid "Get status of synchronisation for given repository"
|
2810
2861
|
msgstr "주어진 리포지터리에 대한 동기화 상태 가져오기 "
|
2811
2862
|
|
@@ -2899,6 +2950,9 @@ msgstr "호스트 에라타 권고"
|
|
2899
2950
|
msgid "Host ID"
|
2900
2951
|
msgstr "호스트 ID"
|
2901
2952
|
|
2953
|
+
msgid "Host Limit"
|
2954
|
+
msgstr ""
|
2955
|
+
|
2902
2956
|
msgid "Host Profile Assume"
|
2903
2957
|
msgstr ""
|
2904
2958
|
|
@@ -2926,9 +2980,6 @@ msgstr ""
|
|
2926
2980
|
msgid "Host collections updated"
|
2927
2981
|
msgstr ""
|
2928
2982
|
|
2929
|
-
msgid "Host configurations are not updated yet"
|
2930
|
-
msgstr ""
|
2931
|
-
|
2932
2983
|
msgid "Host content and subscription details"
|
2933
2984
|
msgstr "호스트 컨텐츠 및 서브스크립션 정보 "
|
2934
2985
|
|
@@ -3136,7 +3187,9 @@ msgstr ""
|
|
3136
3187
|
msgid "Identifiers for Lifecycle Environment"
|
3137
3188
|
msgstr ""
|
3138
3189
|
|
3139
|
-
msgid "
|
3190
|
+
msgid ""
|
3191
|
+
"Identifies whether the repository should be unavailable on a client with a non-matching OS version.\n"
|
3192
|
+
"Pass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s"
|
3140
3193
|
msgstr ""
|
3141
3194
|
|
3142
3195
|
msgid "Ids of smart proxies to associate"
|
@@ -3148,6 +3201,9 @@ msgstr ""
|
|
3148
3201
|
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."
|
3149
3202
|
msgstr ""
|
3150
3203
|
|
3204
|
+
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3205
|
+
msgstr ""
|
3206
|
+
|
3151
3207
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3152
3208
|
msgstr "지정할 경우 ID와 수량이 일치하는 서브스크립션의 첫 번째 인스턴스를 삭제합니다."
|
3153
3209
|
|
@@ -3193,7 +3249,7 @@ msgstr ""
|
|
3193
3249
|
msgid "Ignorable content can be only set for Yum repositories."
|
3194
3250
|
msgstr ""
|
3195
3251
|
|
3196
|
-
msgid "Ignore %s
|
3252
|
+
msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
|
3197
3253
|
msgstr ""
|
3198
3254
|
|
3199
3255
|
msgid "Ignore errors"
|
@@ -3577,9 +3633,15 @@ msgstr ""
|
|
3577
3633
|
msgid "Job '${description}' has started."
|
3578
3634
|
msgstr ""
|
3579
3635
|
|
3636
|
+
msgid "Katello 4.10"
|
3637
|
+
msgstr ""
|
3638
|
+
|
3580
3639
|
msgid "Katello ID of local pool to update"
|
3581
3640
|
msgstr ""
|
3582
3641
|
|
3642
|
+
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
3643
|
+
msgstr ""
|
3644
|
+
|
3583
3645
|
msgid "Katello: Install Errata"
|
3584
3646
|
msgstr "Katello: 에라타 설치"
|
3585
3647
|
|
@@ -3673,7 +3735,10 @@ msgstr "최신 에라타"
|
|
3673
3735
|
msgid "Latest version"
|
3674
3736
|
msgstr ""
|
3675
3737
|
|
3676
|
-
msgid "Learn more about adding Subscription Manifests"
|
3738
|
+
msgid "Learn more about adding Subscription Manifests "
|
3739
|
+
msgstr ""
|
3740
|
+
|
3741
|
+
msgid "Legacy UI"
|
3677
3742
|
msgstr ""
|
3678
3743
|
|
3679
3744
|
msgid "Legacy content host UI"
|
@@ -4036,6 +4101,9 @@ msgstr "매니페스트 기록 "
|
|
4036
4101
|
msgid "Manifest deleted"
|
4037
4102
|
msgstr ""
|
4038
4103
|
|
4104
|
+
msgid "Manifest does not have a valid subscription"
|
4105
|
+
msgstr ""
|
4106
|
+
|
4039
4107
|
msgid "Manifest imported"
|
4040
4108
|
msgstr ""
|
4041
4109
|
|
@@ -4108,7 +4176,9 @@ msgstr "메세지 "
|
|
4108
4176
|
msgid "Messaging connection"
|
4109
4177
|
msgstr "메시징 연결"
|
4110
4178
|
|
4111
|
-
msgid "
|
4179
|
+
msgid ""
|
4180
|
+
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4181
|
+
"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."
|
4112
4182
|
msgstr ""
|
4113
4183
|
|
4114
4184
|
msgid "Metadata taken from the upstream export history for this Content View Version"
|
@@ -4165,9 +4235,6 @@ msgstr "해당 없음 "
|
|
4165
4235
|
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}'."
|
4166
4236
|
msgstr ""
|
4167
4237
|
|
4168
|
-
msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
|
4169
|
-
msgstr ""
|
4170
|
-
|
4171
4238
|
msgid "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type."
|
4172
4239
|
msgstr ""
|
4173
4240
|
|
@@ -4633,6 +4700,9 @@ msgstr ""
|
|
4633
4700
|
msgid "Not yet published"
|
4634
4701
|
msgstr "아직 공개되지 않았습니다 "
|
4635
4702
|
|
4703
|
+
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
|
4704
|
+
msgstr ""
|
4705
|
+
|
4636
4706
|
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
4637
4707
|
msgstr ""
|
4638
4708
|
|
@@ -5445,6 +5515,9 @@ msgstr ""
|
|
5445
5515
|
msgid "Refresh Manifest"
|
5446
5516
|
msgstr "매니페스트 새로 고침 "
|
5447
5517
|
|
5518
|
+
msgid "Refresh all alternate content sources"
|
5519
|
+
msgstr ""
|
5520
|
+
|
5448
5521
|
msgid "Refresh alternate content sources"
|
5449
5522
|
msgstr ""
|
5450
5523
|
|
@@ -5670,8 +5743,11 @@ msgstr "공개된 컨텐츠 뷰에서 리포지터리는 허용되지 않습니
|
|
5670
5743
|
msgid "Repository"
|
5671
5744
|
msgstr "리포지터리 "
|
5672
5745
|
|
5673
|
-
msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
|
5674
|
-
msgstr "
|
5746
|
+
msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
|
5747
|
+
msgstr ""
|
5748
|
+
|
5749
|
+
msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
|
5750
|
+
msgstr ""
|
5675
5751
|
|
5676
5752
|
msgid "Repository '%(repoName)s' has been disabled."
|
5677
5753
|
msgstr ""
|
@@ -5748,6 +5824,9 @@ msgstr ""
|
|
5748
5824
|
msgid "Republish Version Repositories"
|
5749
5825
|
msgstr ""
|
5750
5826
|
|
5827
|
+
msgid "Republish repository metadata"
|
5828
|
+
msgstr ""
|
5829
|
+
|
5751
5830
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5752
5831
|
msgstr ""
|
5753
5832
|
|
@@ -5925,6 +6004,9 @@ msgstr ""
|
|
5925
6004
|
msgid "Run Sync Plan:"
|
5926
6005
|
msgstr ""
|
5927
6006
|
|
6007
|
+
msgid "Run job invocation"
|
6008
|
+
msgstr ""
|
6009
|
+
|
5928
6010
|
msgid "Running"
|
5929
6011
|
msgstr "실행 중 "
|
5930
6012
|
|
@@ -6051,6 +6133,9 @@ msgstr ""
|
|
6051
6133
|
msgid "Select a lifecycle environment and a content view to move this host."
|
6052
6134
|
msgstr ""
|
6053
6135
|
|
6136
|
+
msgid "Select a lifecycle environment first"
|
6137
|
+
msgstr ""
|
6138
|
+
|
6054
6139
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6055
6140
|
msgstr ""
|
6056
6141
|
|
@@ -6075,15 +6160,15 @@ msgstr "조직 선택 "
|
|
6075
6160
|
msgid "Select an environment"
|
6076
6161
|
msgstr ""
|
6077
6162
|
|
6078
|
-
msgid "Select an environment first"
|
6079
|
-
msgstr ""
|
6080
|
-
|
6081
6163
|
msgid "Select an option"
|
6082
6164
|
msgstr ""
|
6083
6165
|
|
6084
6166
|
msgid "Select an organization"
|
6085
6167
|
msgstr ""
|
6086
6168
|
|
6169
|
+
msgid "Select attributes for ${akDetails.name}"
|
6170
|
+
msgstr ""
|
6171
|
+
|
6087
6172
|
msgid "Select available version of ${cvName} to use"
|
6088
6173
|
msgstr ""
|
6089
6174
|
|
@@ -6979,9 +7064,6 @@ msgstr "액세스하려는 페이지에서 특정 조직을 선택해야 합니
|
|
6979
7064
|
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."
|
6980
7065
|
msgstr ""
|
6981
7066
|
|
6982
|
-
msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
6983
|
-
msgstr ""
|
6984
|
-
|
6985
7067
|
msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
|
6986
7068
|
msgstr "%{content_view}의 %{environment}으로의 승격이 완료되었습니다. %{count}개의 에라타를 호스트에서 사용할 수 있습니다. "
|
6987
7069
|
|
@@ -7105,6 +7187,9 @@ msgstr ""
|
|
7105
7187
|
msgid "This action doesn't support package groups"
|
7106
7188
|
msgstr "이 작업은 패키지 그룹을 지원하지 않습니다."
|
7107
7189
|
|
7190
|
+
msgid "This action should only be taken for debugging purposes."
|
7191
|
+
msgstr ""
|
7192
|
+
|
7108
7193
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7109
7194
|
msgstr ""
|
7110
7195
|
|
@@ -7204,7 +7289,7 @@ msgstr "이 버전은 다음에서 삭제됩니다: "
|
|
7204
7289
|
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."
|
7205
7290
|
msgstr ""
|
7206
7291
|
|
7207
|
-
msgid "Time in minutes
|
7292
|
+
msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
|
7208
7293
|
msgstr ""
|
7209
7294
|
|
7210
7295
|
msgid "Time in seconds to wait for a host to finish a katello-agent action"
|
@@ -7231,6 +7316,9 @@ msgstr ""
|
|
7231
7316
|
msgid "To enable them, add the environment to the host's content source, or "
|
7232
7317
|
msgstr ""
|
7233
7318
|
|
7319
|
+
msgid "To finish the process of changing the content source, run the following script manually on {hosts}."
|
7320
|
+
msgstr ""
|
7321
|
+
|
7234
7322
|
msgid "To get started, add a filter rule to this filter"
|
7235
7323
|
msgstr ""
|
7236
7324
|
|
@@ -7240,12 +7328,6 @@ msgstr ""
|
|
7240
7328
|
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."
|
7241
7329
|
msgstr ""
|
7242
7330
|
|
7243
|
-
msgid "To update the selected host configuration, update hosts manually in the next section."
|
7244
|
-
msgstr ""
|
7245
|
-
|
7246
|
-
msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
|
7247
|
-
msgstr ""
|
7248
|
-
|
7249
7331
|
msgid "Toggling Simple Content Access will refresh your manifest."
|
7250
7332
|
msgstr ""
|
7251
7333
|
|
@@ -7405,6 +7487,9 @@ msgstr "컨텐츠 호스트를 재할당할 수 없습니다. system_content_vie
|
|
7405
7487
|
msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
|
7406
7488
|
msgstr "시스템을 재할당할 수 없습니다. system_content_view_id 및 system_environment_id를 확인하십시오. "
|
7407
7489
|
|
7490
|
+
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
|
7491
|
+
msgstr ""
|
7492
|
+
|
7408
7493
|
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."
|
7409
7494
|
msgstr ""
|
7410
7495
|
|
@@ -7555,6 +7640,9 @@ msgstr "호스트에 대한 업데이트"
|
|
7555
7640
|
msgid "Update for host %s"
|
7556
7641
|
msgstr "%s 호스트에 대한 업데이트"
|
7557
7642
|
|
7643
|
+
msgid "Update hosts manually"
|
7644
|
+
msgstr ""
|
7645
|
+
|
7558
7646
|
msgid "Update http proxy"
|
7559
7647
|
msgstr ""
|
7560
7648
|
|
@@ -7906,6 +7994,9 @@ msgstr ""
|
|
7906
7994
|
msgid "Virtual host"
|
7907
7995
|
msgstr ""
|
7908
7996
|
|
7997
|
+
msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
|
7998
|
+
msgstr ""
|
7999
|
+
|
7909
8000
|
msgid "Waiting to start."
|
7910
8001
|
msgstr ""
|
7911
8002
|
|
@@ -8083,9 +8174,6 @@ msgstr "Docker 태그"
|
|
8083
8174
|
msgid "a file"
|
8084
8175
|
msgstr ""
|
8085
8176
|
|
8086
|
-
msgid "a future release"
|
8087
|
-
msgstr ""
|
8088
|
-
|
8089
8177
|
msgid "a module stream"
|
8090
8178
|
msgstr ""
|
8091
8179
|
|
@@ -8734,9 +8822,6 @@ msgstr "단일 리소스 응답의 root 노드 (옵션) "
|
|
8734
8822
|
msgid "rule identifier"
|
8735
8823
|
msgstr "규칙 ID "
|
8736
8824
|
|
8737
|
-
msgid "run job invocation"
|
8738
|
-
msgstr ""
|
8739
|
-
|
8740
8825
|
msgid "security advisories"
|
8741
8826
|
msgstr ""
|
8742
8827
|
|
@@ -8791,6 +8876,12 @@ msgstr "동기화를 위한 임시 덮어쓰기 피드 URL"
|
|
8791
8876
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
8792
8877
|
msgstr "다음 속성은 Red Hat 공급자 [ %s ]에 대해 업데이트될 수 없습니다 "
|
8793
8878
|
|
8879
|
+
msgid "the host"
|
8880
|
+
msgstr ""
|
8881
|
+
|
8882
|
+
msgid "the hosts"
|
8883
|
+
msgstr ""
|
8884
|
+
|
8794
8885
|
msgid "to"
|
8795
8886
|
msgstr ""
|
8796
8887
|
|