katello 4.11.0 → 4.12.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.

Files changed (329) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/katello.global.js +1 -1
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +93 -99
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +93 -99
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +97 -100
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +96 -99
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +109 -100
  8. data/app/assets/javascripts/katello/locale/de/katello.js +120 -102
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +93 -99
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +93 -99
  11. data/app/assets/javascripts/katello/locale/el/katello.js +103 -100
  12. data/app/assets/javascripts/katello/locale/en/katello.js +93 -99
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +105 -99
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +93 -99
  15. data/app/assets/javascripts/katello/locale/es/katello.js +117 -102
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +93 -99
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +120 -102
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +97 -100
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +93 -99
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +93 -99
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +93 -99
  22. data/app/assets/javascripts/katello/locale/id/katello.js +93 -99
  23. data/app/assets/javascripts/katello/locale/it/katello.js +106 -100
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +120 -102
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +113 -101
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +93 -99
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +114 -102
  28. data/app/assets/javascripts/katello/locale/locale/katello.js +1183 -1048
  29. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +93 -99
  30. data/app/assets/javascripts/katello/locale/mr/katello.js +93 -99
  31. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +93 -99
  32. data/app/assets/javascripts/katello/locale/or/katello.js +93 -99
  33. data/app/assets/javascripts/katello/locale/pa/katello.js +93 -99
  34. data/app/assets/javascripts/katello/locale/pl/katello.js +93 -99
  35. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +93 -99
  36. data/app/assets/javascripts/katello/locale/pt/katello.js +93 -99
  37. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +117 -102
  38. data/app/assets/javascripts/katello/locale/ro/katello.js +93 -99
  39. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +93 -99
  40. data/app/assets/javascripts/katello/locale/ru/katello.js +114 -102
  41. data/app/assets/javascripts/katello/locale/sl/katello.js +93 -99
  42. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +97 -100
  43. data/app/assets/javascripts/katello/locale/ta/katello.js +93 -99
  44. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +93 -99
  45. data/app/assets/javascripts/katello/locale/te/katello.js +93 -99
  46. data/app/assets/javascripts/katello/locale/tr/katello.js +93 -99
  47. data/app/assets/javascripts/katello/locale/vi/katello.js +93 -99
  48. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +93 -99
  49. data/app/assets/javascripts/katello/locale/zh/katello.js +93 -99
  50. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +120 -102
  51. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +114 -102
  52. data/app/assets/javascripts/katello/sync_management/index.js +0 -1
  53. data/app/assets/javascripts/katello/sync_management/sync_management.js +365 -308
  54. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -0
  55. data/app/controllers/katello/api/v2/debs_controller.rb +4 -0
  56. data/app/controllers/katello/api/v2/host_debs_controller.rb +13 -1
  57. data/app/controllers/katello/api/v2/organizations_controller.rb +1 -3
  58. data/app/controllers/katello/api/v2/repositories_controller.rb +2 -8
  59. data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +0 -1
  60. data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +1 -0
  61. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +7 -3
  62. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +1 -17
  63. data/app/helpers/katello/concerns/dashboard_helper_extensions.rb +0 -20
  64. data/app/lib/actions/katello/content_view/incremental_updates.rb +28 -15
  65. data/app/lib/actions/katello/content_view/publish.rb +3 -3
  66. data/app/lib/actions/katello/content_view_version/auto_create_products.rb +4 -4
  67. data/app/lib/actions/katello/content_view_version/auto_create_redhat_repositories.rb +5 -5
  68. data/app/lib/actions/katello/content_view_version/auto_create_repositories.rb +5 -5
  69. data/app/lib/actions/katello/content_view_version/import.rb +14 -13
  70. data/app/lib/actions/katello/content_view_version/import_library.rb +4 -4
  71. data/app/lib/actions/katello/content_view_version/import_repository.rb +3 -3
  72. data/app/lib/actions/katello/content_view_version/reset_content_view_repositories_from_metadata.rb +2 -2
  73. data/app/lib/actions/katello/host/hypervisors_update.rb +0 -1
  74. data/app/lib/actions/katello/organization/manifest_delete.rb +1 -1
  75. data/app/lib/actions/katello/organization/manifest_refresh.rb +16 -16
  76. data/app/lib/actions/katello/repository/sync.rb +2 -4
  77. data/app/lib/actions/pulp3/orchestration/content_view_version/export.rb +20 -15
  78. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +17 -14
  79. data/app/lib/actions/pulp3/orchestration/content_view_version/import.rb +11 -11
  80. data/app/lib/actions/pulp3/orchestration/repository/upload_content.rb +18 -13
  81. data/app/lib/actions/pulp3/repository/import_upload.rb +13 -5
  82. data/app/lib/actions/pulp3/repository/save_artifact.rb +23 -12
  83. data/app/lib/actions/pulp3/repository/save_version.rb +13 -1
  84. data/app/lib/katello/api/v2/error_handling.rb +1 -1
  85. data/app/lib/katello/lazy_accessor.rb +6 -6
  86. data/app/lib/katello/resources/candlepin/owner.rb +2 -2
  87. data/app/mailers/katello/errata_mailer.rb +3 -3
  88. data/app/models/katello/concerns/host_managed_extensions.rb +38 -83
  89. data/app/models/katello/concerns/hostgroup_extensions.rb +4 -2
  90. data/app/models/katello/concerns/organization_extensions.rb +1 -1
  91. data/app/models/katello/concerns/pulp_database_unit.rb +1 -1
  92. data/app/models/katello/concerns/smart_proxy_extensions.rb +5 -5
  93. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -27
  94. data/app/models/katello/content_view.rb +11 -6
  95. data/app/models/katello/content_view_module_stream_filter.rb +1 -1
  96. data/app/models/katello/content_view_version.rb +2 -0
  97. data/app/models/katello/deb.rb +8 -0
  98. data/app/models/katello/glue/candlepin/pool.rb +2 -7
  99. data/app/models/katello/host/content_facet.rb +19 -14
  100. data/app/models/katello/host/subscription_facet.rb +0 -19
  101. data/app/models/katello/host_tracer.rb +9 -5
  102. data/app/models/katello/installed_deb.rb +1 -0
  103. data/app/models/katello/repository.rb +3 -2
  104. data/app/models/katello/trace_status.rb +6 -2
  105. data/app/overrides/add_organization_attributes.rb +0 -18
  106. data/app/presenters/katello/host_deb_presenter.rb +23 -0
  107. data/app/services/katello/candlepin/consumer.rb +0 -4
  108. data/app/services/katello/candlepin/event_handler.rb +6 -25
  109. data/app/services/katello/candlepin/message_handler.rb +1 -21
  110. data/app/services/katello/host/profiles_uploader.rb +17 -6
  111. data/app/services/katello/host_status_manager.rb +0 -22
  112. data/app/services/katello/organization_creator.rb +2 -2
  113. data/app/services/katello/pulp3/api/apt.rb +1 -1
  114. data/app/services/katello/pulp3/content_view_version/export.rb +2 -2
  115. data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +1 -0
  116. data/app/services/katello/pulp3/content_view_version/metadata_map.rb +3 -0
  117. data/app/services/katello/pulp3/repository/apt.rb +16 -6
  118. data/app/services/katello/registration_manager.rb +1 -13
  119. data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +4 -4
  120. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +24 -0
  121. data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +28 -0
  122. data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +26 -0
  123. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +33 -0
  124. data/app/views/katello/api/v2/host_debs/base.json.rabl +2 -0
  125. data/app/views/katello/api/v2/hosts/base.json.rabl +9 -0
  126. data/app/views/katello/api/v2/subscription_facet/base_with_root.json.rabl +0 -3
  127. data/app/views/katello/api/v2/subscription_facet/show.json.rabl +3 -0
  128. data/app/views/katello/sync_management/index.html.erb +14 -13
  129. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +20 -16
  130. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +6 -4
  131. data/app/views/overrides/activation_keys/_host_tab_pane.html.erb +4 -2
  132. data/app/views/overrides/organizations/_edit_override.html.erb +0 -11
  133. data/db/migrate/20131014225132_add_users_fields.rb +0 -1
  134. data/db/migrate/20150603045418_remove_user_fields.rb +0 -2
  135. data/db/migrate/20160404132250_remove_katello_from_notification_name.rb +4 -22
  136. data/db/migrate/20160505181337_rename_katello_settings.rb +2 -2
  137. data/db/migrate/20200818192230_update_system_purpose_status.rb +9 -3
  138. data/db/migrate/20240111032511_add_index_to_host_installed_packages.rb +16 -0
  139. data/db/migrate/20240122150431_remove_content_counts_index.rb +5 -0
  140. data/db/migrate/20240123120109_remove_pulp_export_destination_setting.rb +9 -0
  141. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +30 -0
  142. data/db/seeds.d/111-upgrade_tasks.rb +2 -1
  143. data/engines/bastion/app/assets/javascripts/bastion/bastion.js +0 -2
  144. data/engines/bastion/app/views/bastion/layouts/assets.html.erb +6 -2
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +0 -4
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html +0 -1
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +1 -4
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js +45 -29
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts-helper.service.js +0 -10
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +0 -1
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -21
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +0 -5
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +0 -7
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +15 -11
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +332 -71
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +332 -64
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +508 -232
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +361 -90
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +311 -57
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +336 -68
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +332 -64
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +343 -73
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +8 -8
  164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +9 -1
  165. data/engines/bastion_katello/lib/bastion_katello/engine.rb +0 -6
  166. data/lib/katello/engine.rb +0 -3
  167. data/lib/katello/plugin.rb +2 -11
  168. data/lib/katello/tasks/rubocop.rake +0 -9
  169. data/lib/katello/tasks/unify_hosts.rake +0 -1
  170. data/lib/katello/tasks/upgrades/4.12/update_content_access_modes.rake +35 -0
  171. data/lib/katello/version.rb +1 -1
  172. data/locale/action_names.rb +12 -6
  173. data/locale/bn/katello.po +35 -41
  174. data/locale/bn/katello.pox +0 -0
  175. data/locale/bn_IN/katello.po +35 -41
  176. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  177. data/locale/ca/katello.po +36 -42
  178. data/locale/cs/katello.po +35 -42
  179. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/cs_CZ/katello.po +36 -42
  181. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/de/katello.po +37 -43
  183. data/locale/de_AT/katello.po +35 -41
  184. data/locale/de_DE/katello.po +35 -41
  185. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/el/katello.po +36 -42
  187. data/locale/en/katello.po +35 -41
  188. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  189. data/locale/en_GB/katello.po +35 -41
  190. data/locale/en_US/katello.po +35 -41
  191. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/es/katello.po +37 -43
  193. data/locale/et_EE/katello.po +35 -41
  194. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  195. data/locale/fr/katello.po +37 -43
  196. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  197. data/locale/gl/katello.po +36 -42
  198. data/locale/gu/katello.po +35 -41
  199. data/locale/he_IL/katello.po +35 -41
  200. data/locale/hi/katello.po +35 -41
  201. data/locale/id/katello.po +35 -41
  202. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  203. data/locale/it/katello.po +36 -42
  204. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  205. data/locale/ja/katello.po +37 -43
  206. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  207. data/locale/ka/katello.po +36 -42
  208. data/locale/katello.pot +707 -674
  209. data/locale/kn/katello.po +35 -41
  210. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  211. data/locale/ko/katello.po +37 -43
  212. data/locale/messages.mo +0 -0
  213. data/locale/ml_IN/katello.po +35 -41
  214. data/locale/mr/katello.po +35 -41
  215. data/locale/nl_NL/katello.po +35 -41
  216. data/locale/or/katello.po +35 -41
  217. data/locale/pa/katello.po +35 -41
  218. data/locale/pl/katello.po +35 -41
  219. data/locale/pl_PL/katello.po +35 -41
  220. data/locale/pt/katello.po +35 -41
  221. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  222. data/locale/pt_BR/katello.po +37 -43
  223. data/locale/ro/katello.po +35 -41
  224. data/locale/ro_RO/katello.po +35 -41
  225. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  226. data/locale/ru/katello.po +37 -43
  227. data/locale/sl/katello.po +35 -41
  228. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  229. data/locale/sv_SE/katello.po +36 -42
  230. data/locale/ta/katello.po +35 -41
  231. data/locale/ta_IN/katello.po +35 -41
  232. data/locale/te/katello.po +35 -41
  233. data/locale/tr/katello.po +35 -41
  234. data/locale/vi/katello.po +35 -41
  235. data/locale/vi_VN/katello.po +35 -41
  236. data/locale/zh/katello.po +35 -41
  237. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  238. data/locale/zh_CN/katello.po +37 -43
  239. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  240. data/locale/zh_TW/katello.po +37 -43
  241. data/package.json +0 -1
  242. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/SecondaryTabsRoutes.js +4 -0
  243. data/webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js +4 -1
  244. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +250 -0
  245. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +3 -0
  246. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +585 -0
  247. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +12 -0
  248. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/HostDebsActions.js +13 -0
  249. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/HostDebsConstants.js +13 -0
  250. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/HostDebsSelectors.js +16 -0
  251. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/InstallableDebsActions.js +17 -0
  252. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/InstallableDebsConstants.js +3 -0
  253. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/InstallableDebsSelectors.js +16 -0
  254. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +1 -8
  255. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +2 -0
  256. data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +6 -5
  257. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -19
  258. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +13 -5
  259. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debs.fixtures.json +31 -0
  260. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +226 -0
  261. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +420 -0
  262. data/webpack/components/extensions/HostDetails/Tabs/__tests__/installableDebs.fixtures.json +63 -0
  263. data/webpack/components/extensions/HostDetails/Tabs/__tests__/traces.fixtures.json +11 -1
  264. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +63 -3
  265. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +3 -1
  266. data/webpack/components/extensions/RegistrationCommands/index.js +9 -0
  267. data/webpack/redux/actions/RedHatRepositories/helpers.js +3 -3
  268. data/webpack/scenes/ContentViews/ContentViewsConstants.js +3 -0
  269. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -13
  270. data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +23 -1
  271. data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +19 -1
  272. data/webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js +1 -1
  273. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -13
  274. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +37 -3
  275. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +10 -2
  276. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -13
  277. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +31 -5
  278. data/webpack/scenes/Organizations/OrganizationSelectors.js +0 -3
  279. data/webpack/scenes/Subscriptions/Manifest/index.js +1 -4
  280. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +3 -25
  281. data/webpack/scenes/Subscriptions/SubscriptionsSelectors.js +0 -3
  282. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsSelectors.test.js +0 -3
  283. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +0 -22
  284. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap +0 -3
  285. data/webpack/scenes/Subscriptions/index.js +1 -2
  286. metadata +51 -191
  287. data/app/controllers/katello/concerns/content_facet_hosts_controller_extensions.rb +0 -22
  288. data/app/models/katello/concerns/widget_extensions.rb +0 -23
  289. data/app/models/katello/purpose_addons_status.rb +0 -28
  290. data/app/models/katello/purpose_role_status.rb +0 -28
  291. data/app/models/katello/purpose_sla_status.rb +0 -28
  292. data/app/models/katello/purpose_status.rb +0 -71
  293. data/app/models/katello/purpose_usage_status.rb +0 -28
  294. data/app/models/katello/subscription_status.rb +0 -71
  295. data/app/services/katello/candlepin/system_purpose.rb +0 -49
  296. data/app/views/dashboard/_subscription_status_widget.html.erb +0 -37
  297. data/app/views/dashboard/_subscription_widget.html.erb +0 -85
  298. data/app/views/overrides/organizations/_index_header_override.html.erb +0 -3
  299. data/app/views/overrides/organizations/_index_row_override.html.erb +0 -3
  300. data/app/views/overrides/organizations/_step_1_override.html.erb +0 -10
  301. data/config/locales/README +0 -10
  302. data/config/locales/bn.yml +0 -182
  303. data/config/locales/compare_upstream.sh +0 -21
  304. data/config/locales/cs.yml +0 -211
  305. data/config/locales/de.yml +0 -203
  306. data/config/locales/en.yml +0 -205
  307. data/config/locales/es.yml +0 -199
  308. data/config/locales/fr.yml +0 -222
  309. data/config/locales/gu.yml +0 -181
  310. data/config/locales/hi.yml +0 -199
  311. data/config/locales/it.yml +0 -205
  312. data/config/locales/ja.yml +0 -197
  313. data/config/locales/kn.yml +0 -199
  314. data/config/locales/ko.yml +0 -197
  315. data/config/locales/mr.yml +0 -178
  316. data/config/locales/or.yml +0 -181
  317. data/config/locales/pa.yml +0 -181
  318. data/config/locales/pt-BR.yml +0 -207
  319. data/config/locales/pt.yml +0 -207
  320. data/config/locales/ru.yml +0 -257
  321. data/config/locales/ta.yml +0 -181
  322. data/config/locales/te.yml +0 -181
  323. data/config/locales/update.sh +0 -14
  324. data/config/locales/zh-CN.yml +0 -199
  325. data/config/locales/zh-TW.yml +0 -199
  326. data/engines/bastion/app/assets/javascripts/bastion/bastion-bootstrap.js +0 -17
  327. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/content-access-mode-banner.directive.js +0 -22
  328. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +0 -10
  329. data/webpack/scenes/Subscriptions/Manifest/SimpleContentAccess.js +0 -96
data/locale/ja/katello.po CHANGED
@@ -489,9 +489,6 @@ msgstr "デフォルトの Smart Proxy で許可されないアクションで
489
489
  msgid "Action unauthorized to be performed in this organization."
490
490
  msgstr "この組織で実行権限がないアクション"
491
491
 
492
- msgid "Action with sub plans"
493
- msgstr "サブプランによるアクション"
494
-
495
492
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
496
493
  msgstr ""
497
494
 
@@ -927,6 +924,9 @@ msgstr "1 つ以上のアクティベーションキーが必要です"
927
924
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
928
925
  msgstr "1 つ以上のアクティベーションキーには、ライフサイクル環境の設定が必要であり、コンテンツビューをこれに割り当てる必要があります"
929
926
 
927
+ msgid "At least one of the selected items requires the host to reboot"
928
+ msgstr ""
929
+
930
930
  msgid "At least one organization must exist."
931
931
  msgstr "1 つ以上の組織が存在している必要があります。"
932
932
 
@@ -1317,9 +1317,6 @@ msgstr ""
1317
1317
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1318
1318
  msgstr ""
1319
1319
 
1320
- msgid "Check for long running tasks"
1321
- msgstr ""
1322
-
1323
1320
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1324
1321
  msgstr "Red Hat Subscription Management に接続できるかどうかを確認します。"
1325
1322
 
@@ -2025,6 +2022,9 @@ msgstr "コンテンツをフィルタリングするための deb パッケー
2025
2022
  msgid "Deb packages"
2026
2023
  msgstr "Deb パッケージ"
2027
2024
 
2025
+ msgid "Debian packages"
2026
+ msgstr ""
2027
+
2028
2028
  msgid "Debug Certificate"
2029
2029
  msgstr "デバッグ証明書"
2030
2030
 
@@ -2202,6 +2202,9 @@ msgstr "バージョンの削除"
2202
2202
  msgid "Delete versions"
2203
2203
  msgstr "バージョンの削除"
2204
2204
 
2205
+ msgid "Deleted %{host_count} %{hosts}"
2206
+ msgstr ""
2207
+
2205
2208
  msgid "Deleted consumer '%s'"
2206
2209
  msgstr "コンシューマー '%s' を削除しました"
2207
2210
 
@@ -2223,9 +2226,6 @@ msgstr "バージョン {versionList} を削除しています"
2223
2226
  msgid "Deleting versions: {versionList}"
2224
2227
  msgstr "バージョンを削除しています: {versionList}"
2225
2228
 
2226
- msgid "Deliver notifications about long running tasks"
2227
- msgstr ""
2228
-
2229
2229
  msgid "Description"
2230
2230
  msgstr "説明"
2231
2231
 
@@ -3354,9 +3354,6 @@ msgstr "マニフェストのインポート"
3354
3354
  msgid "Import New Manifest"
3355
3355
  msgstr "新しいマニフェストのインポート"
3356
3356
 
3357
- msgid "Import Puppet classes"
3358
- msgstr "Puppet クラスのインポート"
3359
-
3360
3357
  msgid "Import Repository"
3361
3358
  msgstr "リポジトリーのインポート"
3362
3359
 
@@ -3384,9 +3381,6 @@ msgstr "リポジトリーのインポート"
3384
3381
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3385
3382
  msgstr ""
3386
3383
 
3387
- msgid "Import facts"
3388
- msgstr "ファクトのインポート"
3389
-
3390
3384
  msgid "Import only"
3391
3385
  msgstr "インポートのみ"
3392
3386
 
@@ -3660,6 +3654,9 @@ msgstr "ジョブ '${description}' が開始されました。"
3660
3654
  msgid "Katello ID of local pool to update"
3661
3655
  msgstr "更新するローカルプールの Katello ID"
3662
3656
 
3657
+ msgid "Katello: Configure host for new content source"
3658
+ msgstr ""
3659
+
3663
3660
  msgid "Katello: Install Errata"
3664
3661
  msgstr "Katello: エラータのインストール"
3665
3662
 
@@ -3810,9 +3807,6 @@ msgstr ""
3810
3807
  msgid "Lifecycle environment ID"
3811
3808
  msgstr "ライフサイクル環境 ID"
3812
3809
 
3813
- msgid "Lifecycle environment for the host."
3814
- msgstr "ホストのライフサイクル環境"
3815
-
3816
3810
  msgid "Lifecycle environment must be specified"
3817
3811
  msgstr ""
3818
3812
 
@@ -4502,12 +4496,6 @@ msgstr "ホストコレクションはまだありません"
4502
4496
  msgid "No hosts found"
4503
4497
  msgstr ""
4504
4498
 
4505
- msgid "No hosts have been specified."
4506
- msgstr "指定されているホストがありません。"
4507
-
4508
- msgid "No hosts matched search, or action unauthorized for selected hosts."
4509
- msgstr ""
4510
-
4511
4499
  msgid "No hosts registered with subscription-manager found in selection."
4512
4500
  msgstr "subscription-manager に登録されているホストが選択肢に含まれていません。"
4513
4501
 
@@ -4778,9 +4766,6 @@ msgstr "オンデマンド"
4778
4766
  msgid "On the RHUA Instance, check the available repositories."
4779
4767
  msgstr "RHUA インスタンスで、利用可能なリポジトリーを確認します。"
4780
4768
 
4781
- msgid "On-disk location for exported repositories"
4782
- msgstr "エクスポートされたリポジトリーのディスク上ロケーション"
4783
-
4784
4769
  msgid "On-disk location for pulp 3 exported repositories"
4785
4770
  msgstr "Pulp 3 でエクスポートされたリポジトリーのディスク上のロケーション"
4786
4771
 
@@ -5364,9 +5349,6 @@ msgstr "Pulp が %s で実行されていないようです。"
5364
5349
  msgid "Pulp does not appear to be running."
5365
5350
  msgstr "Pulp が実行されていないようです。"
5366
5351
 
5367
- msgid "Pulp export destination filepath"
5368
- msgstr "Pulp のエクスポート先のファイルパス"
5369
-
5370
5352
  msgid "Pulp message bus connection issue at %s."
5371
5353
  msgstr "%s で Pulp メッセージバス接続の問題が発生しています。"
5372
5354
 
@@ -5487,6 +5469,9 @@ msgstr "影響を受けるホストの再割り当て"
5487
5469
  msgid "Reassign affected hosts"
5488
5470
  msgstr "影響を受けるホストの再割り当て"
5489
5471
 
5472
+ msgid "Reboot host"
5473
+ msgstr ""
5474
+
5490
5475
  msgid "Reboot required"
5491
5476
  msgstr "再起動が必要です"
5492
5477
 
@@ -5655,9 +5640,6 @@ msgstr "有効にする Releasever"
5655
5640
  msgid "Reload data"
5656
5641
  msgstr "データの再読み込み"
5657
5642
 
5658
- msgid "Remote action:"
5659
- msgstr "リモートアクション:"
5660
-
5661
5643
  msgid "Remote execution is enabled."
5662
5644
  msgstr ""
5663
5645
 
@@ -5763,6 +5745,9 @@ msgstr "ID が %{acs_id} の ACS %{acs_name} から ID が %{prod_id} の製品
5763
5745
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5764
5746
  msgstr "すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
5765
5747
 
5748
+ msgid "Replace content source on the target machine"
5749
+ msgstr ""
5750
+
5766
5751
  msgid "Repo ID"
5767
5752
  msgstr ""
5768
5753
 
@@ -5808,8 +5793,8 @@ msgstr ""
5808
5793
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5809
5794
  msgstr "プロビジョニングに使用する Kickstart リポジトリーに関連付けられたリポジトリー ID"
5810
5795
 
5811
- msgid "Repository cannot be deleted since it has already been included in a published Content View. Please delete all Content View versions containing this repository before attempting to delete it."
5812
- msgstr "リポジトリーは公開されたコンテンツビューにすでに含まれるため、削除できません。この削除を試行する前にこのリポジトリーが含まれるすべてのコンテンツビューバージョンを削除してください。"
5796
+ msgid "Repository cannot be deleted since it has already been included in a published Content View. Please delete all Content View versions containing this repository before attempting to delete it or use --remove-from-content-view-versions flag to automatically remove the repository from all published versions."
5797
+ msgstr ""
5813
5798
 
5814
5799
  msgid "Repository cannot be disabled since it has already been promoted."
5815
5800
  msgstr "リポジトリーはすでにプロモート済みのため無効にできません。"
@@ -6111,6 +6096,9 @@ msgstr "検索"
6111
6096
  msgid "Search Query"
6112
6097
  msgstr "検索クエリー"
6113
6098
 
6099
+ msgid "Search available Debian packages"
6100
+ msgstr ""
6101
+
6114
6102
  msgid "Search available packages"
6115
6103
  msgstr "利用可能なパッケージの検索"
6116
6104
 
@@ -7304,6 +7292,9 @@ msgstr "このコンテンツビューは、最新バージョンに自動的に
7304
7292
  msgid "This content view will be deleted. Changes will be effective after clicking Delete."
7305
7293
  msgstr "このコンテンツビューは削除されます。変更は、削除 をクリックした後に有効になります。"
7306
7294
 
7295
+ msgid "This endpoint is deprecated and will be removed in Katello 4.12. All organizations are now eligible for Simple Content Access."
7296
+ msgstr ""
7297
+
7307
7298
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7308
7299
  msgstr "このホストのコンテンツビューおよびライフサイクル環境に含まれていないため、このエラータはインストール可能ではありません。"
7309
7300
 
@@ -7583,6 +7574,9 @@ msgstr "エラータのメール通知を送信できません: %{error}"
7583
7574
  msgid "Unable to sync repo. This repository does not have a feed url."
7584
7575
  msgstr "リポジトリーを同期できません。このリポジトリーにはフィード URL がありません。"
7585
7576
 
7577
+ msgid "Unable to sync repo. This repository is not a library instance repository."
7578
+ msgstr ""
7579
+
7586
7580
  msgid "Unable to synchronize any repository. You either do not have the permission to synchronize or the selected repositories do not have a feed url."
7587
7581
  msgstr "リポジトリーを同期できません。同期する権限がないか、または選択されたリポジトリーにフィード URL がないかのいずれかです。"
7588
7582
 
@@ -8303,6 +8297,9 @@ msgstr "組織"
8303
8297
  msgid "are only allowed for Yum repositories."
8304
8298
  msgstr "Yum リポジトリーでのみ許可されています。"
8305
8299
 
8300
+ msgid "attempted to sync a non-library repository."
8301
+ msgstr ""
8302
+
8306
8303
  msgid "attempted to sync without a feed URL"
8307
8304
  msgstr "フィード URL なしで同期が試行されました"
8308
8305
 
@@ -8462,6 +8459,9 @@ msgstr "deb、パッケージ、パッケージグループ、または Docker
8462
8459
  msgid "deb_ids is not an array"
8463
8460
  msgstr "deb_ids は配列ではありません"
8464
8461
 
8462
+ msgid "deb_names_for_job_template: Action must be one of %s"
8463
+ msgstr ""
8464
+
8465
8465
  msgid "delete a filter"
8466
8466
  msgstr "フィルターを削除します。"
8467
8467
 
@@ -8585,8 +8585,8 @@ msgstr "この組織の製品に対してすでに使用されています。"
8585
8585
  msgid "has already been taken for this product."
8586
8586
  msgstr "この製品に対してすでに使用されています。"
8587
8587
 
8588
- msgid "here"
8589
- msgstr "こちら"
8588
+ msgid "here."
8589
+ msgstr ""
8590
8590
 
8591
8591
  msgid "host collection name to filter by"
8592
8592
  msgstr "フィルターに使用するホストコレクション名"
@@ -8909,9 +8909,6 @@ msgstr "ライブラリーのリポジトリーおよびデフォルトコンテ
8909
8909
  msgid "some executors are not responding, check %{status_url}"
8910
8910
  msgstr "一部のエグゼキューターが応答していません。{status_url} を確認してください"
8911
8911
 
8912
- msgid "source URL is malformed"
8913
- msgstr "ソース URL の形式が正しくありません"
8914
-
8915
8912
  msgid "specifies if content should be included or excluded, default: inclusion=false"
8916
8913
  msgstr "コンテンツの組み込みまたは除外の指定。デフォルト: inclusion=false"
8917
8914
 
@@ -8930,9 +8927,6 @@ msgstr "同期プラン名"
8930
8927
  msgid "sync plan numeric identifier"
8931
8928
  msgstr "同期プランの数値 ID"
8932
8929
 
8933
- msgid "temporarily override feed URL for sync"
8934
- msgstr "フィード URL を一時的に上書きして同期"
8935
-
8936
8930
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
8937
8931
  msgstr "Red Hat プロバイダーの次の属性は更新できません: [ %s ]"
8938
8932
 
Binary file
data/locale/ka/katello.po CHANGED
@@ -484,9 +484,6 @@ msgstr "ნაგულისხმებ ჭკვიან პროქსი
484
484
  msgid "Action unauthorized to be performed in this organization."
485
485
  msgstr "ამ ორგანიზაციაში ქმედების განხორციელების ავტორიზაცია არ გაგაჩნიათ."
486
486
 
487
- msgid "Action with sub plans"
488
- msgstr "ქმედება ქვე-გეგმებით"
489
-
490
487
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
491
488
  msgstr ""
492
489
 
@@ -921,6 +918,9 @@ msgstr "მინიმუმ ერთი აქტივაციის გა
921
918
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
922
919
  msgstr ""
923
920
 
921
+ msgid "At least one of the selected items requires the host to reboot"
922
+ msgstr ""
923
+
924
924
  msgid "At least one organization must exist."
925
925
  msgstr "საჭიროა არსებობდეს ერთი ორგანიზაცია მაინც."
926
926
 
@@ -1311,9 +1311,6 @@ msgstr ""
1311
1311
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1312
1312
  msgstr ""
1313
1313
 
1314
- msgid "Check for long running tasks"
1315
- msgstr ""
1316
-
1317
1314
  msgid "Check if a connection can be made to Red Hat Subscription Management."
1318
1315
  msgstr ""
1319
1316
 
@@ -2019,6 +2016,9 @@ msgstr "შემცველობის გასაფილტრი Deb პ
2019
2016
  msgid "Deb packages"
2020
2017
  msgstr "Deb პაკეტები"
2021
2018
 
2019
+ msgid "Debian packages"
2020
+ msgstr ""
2021
+
2022
2022
  msgid "Debug Certificate"
2023
2023
  msgstr "გამართვის სერტიფიკტი"
2024
2024
 
@@ -2196,6 +2196,9 @@ msgstr "ვერსიის წაშლა"
2196
2196
  msgid "Delete versions"
2197
2197
  msgstr "ვერსიების წაშლა"
2198
2198
 
2199
+ msgid "Deleted %{host_count} %{hosts}"
2200
+ msgstr ""
2201
+
2199
2202
  msgid "Deleted consumer '%s'"
2200
2203
  msgstr "წაიშალა გამომყენებელი '%s'"
2201
2204
 
@@ -2217,9 +2220,6 @@ msgstr "ვერსიის წაშლა {versionList}"
2217
2220
  msgid "Deleting versions: {versionList}"
2218
2221
  msgstr "ვერსიების წაშლა: {versionList}"
2219
2222
 
2220
- msgid "Deliver notifications about long running tasks"
2221
- msgstr ""
2222
-
2223
2223
  msgid "Description"
2224
2224
  msgstr "დახასიათება"
2225
2225
 
@@ -3346,9 +3346,6 @@ msgstr "მანიფესტის შემოტანა"
3346
3346
  msgid "Import New Manifest"
3347
3347
  msgstr "ახალი მანიფესტის შემოტანა"
3348
3348
 
3349
- msgid "Import Puppet classes"
3350
- msgstr "Puppet-ის კლასების შემოტანა"
3351
-
3352
3349
  msgid "Import Repository"
3353
3350
  msgstr "რეპოზიტორიის შემოტანა"
3354
3351
 
@@ -3376,9 +3373,6 @@ msgstr "რეპოზიტორიის შემოტანა"
3376
3373
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3377
3374
  msgstr ""
3378
3375
 
3379
- msgid "Import facts"
3380
- msgstr "ფაქტების შემოტანა"
3381
-
3382
3376
  msgid "Import only"
3383
3377
  msgstr "მხოლოდ შემოტანა"
3384
3378
 
@@ -3652,6 +3646,9 @@ msgstr "დავალება '${description}' გაეშვა."
3652
3646
  msgid "Katello ID of local pool to update"
3653
3647
  msgstr "გასაახლებელი ლოკალური პულის Katello ID"
3654
3648
 
3649
+ msgid "Katello: Configure host for new content source"
3650
+ msgstr ""
3651
+
3655
3652
  msgid "Katello: Install Errata"
3656
3653
  msgstr "Katello: მორჩენილი პაჩის დაყენება"
3657
3654
 
@@ -3802,9 +3799,6 @@ msgstr ""
3802
3799
  msgid "Lifecycle environment ID"
3803
3800
  msgstr "სიცოცხლის ციკლის გარემოს ID"
3804
3801
 
3805
- msgid "Lifecycle environment for the host."
3806
- msgstr "ჰოსტის ცხოვრების ციკლის გარემო."
3807
-
3808
3802
  msgid "Lifecycle environment must be specified"
3809
3803
  msgstr ""
3810
3804
 
@@ -4488,12 +4482,6 @@ msgstr "ჯერ ჰოსტების კოლექციები არ
4488
4482
  msgid "No hosts found"
4489
4483
  msgstr ""
4490
4484
 
4491
- msgid "No hosts have been specified."
4492
- msgstr "ჰოსტები მითითებული არაა."
4493
-
4494
- msgid "No hosts matched search, or action unauthorized for selected hosts."
4495
- msgstr ""
4496
-
4497
4485
  msgid "No hosts registered with subscription-manager found in selection."
4498
4486
  msgstr ""
4499
4487
 
@@ -4764,9 +4752,6 @@ msgstr "საჭიროებისამებრ"
4764
4752
  msgid "On the RHUA Instance, check the available repositories."
4765
4753
  msgstr ""
4766
4754
 
4767
- msgid "On-disk location for exported repositories"
4768
- msgstr ""
4769
-
4770
4755
  msgid "On-disk location for pulp 3 exported repositories"
4771
4756
  msgstr ""
4772
4757
 
@@ -5348,9 +5333,6 @@ msgstr "%s-ზე Pulp-ი გაშვებული არაა."
5348
5333
  msgid "Pulp does not appear to be running."
5349
5334
  msgstr "Pulp-ი გაშვებული არაა."
5350
5335
 
5351
- msgid "Pulp export destination filepath"
5352
- msgstr ""
5353
-
5354
5336
  msgid "Pulp message bus connection issue at %s."
5355
5337
  msgstr "Pulp-ის შეცდომა შეტყობინებების მატარებელთან მიერთებისას მისამართზე %s."
5356
5338
 
@@ -5471,6 +5453,9 @@ msgstr "მოყოლილი ჰოსტის თავდან მიმ
5471
5453
  msgid "Reassign affected hosts"
5472
5454
  msgstr "მოყოლილი ჰოსტების თავიდან მინიჭება"
5473
5455
 
5456
+ msgid "Reboot host"
5457
+ msgstr ""
5458
+
5474
5459
  msgid "Reboot required"
5475
5460
  msgstr "საჭიროა გადატვირთვა"
5476
5461
 
@@ -5639,9 +5624,6 @@ msgstr "ჩასართავი Releasever"
5639
5624
  msgid "Reload data"
5640
5625
  msgstr "მონაცემების თავიდან ცატვირთვა"
5641
5626
 
5642
- msgid "Remote action:"
5643
- msgstr "დაშორებული ქმედება:"
5644
-
5645
5627
  msgid "Remote execution is enabled."
5646
5628
  msgstr ""
5647
5629
 
@@ -5747,6 +5729,9 @@ msgstr ""
5747
5729
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
5748
5730
  msgstr ""
5749
5731
 
5732
+ msgid "Replace content source on the target machine"
5733
+ msgstr ""
5734
+
5750
5735
  msgid "Repo ID"
5751
5736
  msgstr ""
5752
5737
 
@@ -5792,7 +5777,7 @@ msgstr ""
5792
5777
  msgid "Repository Id associated with the kickstart repo used for provisioning"
5793
5778
  msgstr ""
5794
5779
 
5795
- msgid "Repository cannot be deleted since it has already been included in a published Content View. Please delete all Content View versions containing this repository before attempting to delete it."
5780
+ msgid "Repository cannot be deleted since it has already been included in a published Content View. Please delete all Content View versions containing this repository before attempting to delete it or use --remove-from-content-view-versions flag to automatically remove the repository from all published versions."
5796
5781
  msgstr ""
5797
5782
 
5798
5783
  msgid "Repository cannot be disabled since it has already been promoted."
@@ -6095,6 +6080,9 @@ msgstr "ძებნა"
6095
6080
  msgid "Search Query"
6096
6081
  msgstr "საძებნი სტრიქონი"
6097
6082
 
6083
+ msgid "Search available Debian packages"
6084
+ msgstr ""
6085
+
6098
6086
  msgid "Search available packages"
6099
6087
  msgstr "ხელმისაწვდომი პაკეტების ძებნა"
6100
6088
 
@@ -7284,6 +7272,9 @@ msgstr ""
7284
7272
  msgid "This content view will be deleted. Changes will be effective after clicking Delete."
7285
7273
  msgstr ""
7286
7274
 
7275
+ msgid "This endpoint is deprecated and will be removed in Katello 4.12. All organizations are now eligible for Simple Content Access."
7276
+ msgstr ""
7277
+
7287
7278
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7288
7279
  msgstr ""
7289
7280
 
@@ -7563,6 +7554,9 @@ msgstr "მორჩენილი პაჩების ელფოსტი
7563
7554
  msgid "Unable to sync repo. This repository does not have a feed url."
7564
7555
  msgstr ""
7565
7556
 
7557
+ msgid "Unable to sync repo. This repository is not a library instance repository."
7558
+ msgstr ""
7559
+
7566
7560
  msgid "Unable to synchronize any repository. You either do not have the permission to synchronize or the selected repositories do not have a feed url."
7567
7561
  msgstr ""
7568
7562
 
@@ -8283,6 +8277,9 @@ msgstr "ორგანიზაცია"
8283
8277
  msgid "are only allowed for Yum repositories."
8284
8278
  msgstr "დაშვებულია მხოლოდ Yum-ის რეპოზიტორიებისთვის."
8285
8279
 
8280
+ msgid "attempted to sync a non-library repository."
8281
+ msgstr ""
8282
+
8286
8283
  msgid "attempted to sync without a feed URL"
8287
8284
  msgstr "სინქრონიზაციის მცდელობა წყაროს URL-ის გარეშე"
8288
8285
 
@@ -8442,6 +8439,9 @@ msgstr "deb-ის, პაკეტის, პაკეტების ჯგუ
8442
8439
  msgid "deb_ids is not an array"
8443
8440
  msgstr "deb_ids მასივი არაა"
8444
8441
 
8442
+ msgid "deb_names_for_job_template: Action must be one of %s"
8443
+ msgstr ""
8444
+
8445
8445
  msgid "delete a filter"
8446
8446
  msgstr "ფილტრის წაშლა"
8447
8447
 
@@ -8565,8 +8565,8 @@ msgstr ""
8565
8565
  msgid "has already been taken for this product."
8566
8566
  msgstr "ამ პროდუქტისთვის უკვე აღებულია."
8567
8567
 
8568
- msgid "here"
8569
- msgstr "აქ"
8568
+ msgid "here."
8569
+ msgstr ""
8570
8570
 
8571
8571
  msgid "host collection name to filter by"
8572
8572
  msgstr "ჰოსტის კოლქციის გასაფილტრი სახელი"
@@ -8889,9 +8889,6 @@ msgstr ""
8889
8889
  msgid "some executors are not responding, check %{status_url}"
8890
8890
  msgstr ""
8891
8891
 
8892
- msgid "source URL is malformed"
8893
- msgstr "წყაროს URL-ი არასწორია"
8894
-
8895
8892
  msgid "specifies if content should be included or excluded, default: inclusion=false"
8896
8893
  msgstr ""
8897
8894
 
@@ -8910,9 +8907,6 @@ msgstr "სინქის გეგმის სახელი"
8910
8907
  msgid "sync plan numeric identifier"
8911
8908
  msgstr "სინქის გეგმის რიცხვობრივი იდენტიფიკატორი"
8912
8909
 
8913
- msgid "temporarily override feed URL for sync"
8914
- msgstr "სინქრონიზაციისთვის წყაროს URL-ის დროებითი გადაფარვა"
8915
-
8916
8910
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
8917
8911
  msgstr ""
8918
8912