katello 4.16.3 → 4.17.0.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (509) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +5 -3
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +77 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +77 -263
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +77 -263
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +77 -263
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +77 -263
  8. data/app/assets/javascripts/katello/locale/de/katello.js +87 -273
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +77 -263
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +77 -263
  11. data/app/assets/javascripts/katello/locale/el/katello.js +77 -263
  12. data/app/assets/javascripts/katello/locale/en/katello.js +77 -263
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +77 -263
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +77 -263
  15. data/app/assets/javascripts/katello/locale/es/katello.js +242 -428
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +77 -263
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +900 -1086
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +77 -263
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +77 -263
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +77 -263
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +77 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +77 -263
  23. data/app/assets/javascripts/katello/locale/it/katello.js +78 -264
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +628 -814
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +474 -660
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +77 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +2129 -2314
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +77 -263
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +77 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +77 -263
  31. data/app/assets/javascripts/katello/locale/or/katello.js +77 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +77 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +77 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +77 -263
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +77 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +255 -441
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +77 -263
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +77 -263
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +78 -264
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +77 -263
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +77 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +77 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +77 -263
  44. data/app/assets/javascripts/katello/locale/te/katello.js +77 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +77 -263
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +77 -263
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +77 -263
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +77 -263
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +632 -818
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +78 -264
  51. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +19 -5
  52. data/app/controllers/katello/api/v2/content_view_components_controller.rb +6 -6
  53. data/app/controllers/katello/api/v2/content_view_filters_controller.rb +3 -0
  54. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +6 -0
  55. data/app/controllers/katello/api/v2/content_views_controller.rb +12 -1
  56. data/app/controllers/katello/api/v2/exports_controller.rb +3 -0
  57. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +12 -14
  58. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -10
  59. data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +8 -2
  60. data/app/lib/actions/helpers/rolling_cv_repos.rb +25 -0
  61. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +6 -1
  62. data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +39 -0
  63. data/app/lib/actions/katello/content_view/create.rb +3 -0
  64. data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +40 -0
  65. data/app/lib/actions/katello/content_view/remove.rb +8 -4
  66. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +28 -0
  67. data/app/lib/actions/katello/content_view/update.rb +8 -0
  68. data/app/lib/actions/katello/repository/check_matching_content.rb +1 -8
  69. data/app/lib/actions/katello/repository/import_upload.rb +5 -0
  70. data/app/lib/actions/katello/repository/sync.rb +8 -4
  71. data/app/lib/actions/katello/repository/upload_files.rb +7 -1
  72. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +3 -2
  73. data/app/lib/actions/pulp3/orphan_cleanup/delete_orphan_repository_versions.rb +8 -1
  74. data/app/lib/katello/errors.rb +8 -0
  75. data/app/lib/katello/validators/container_image_name_validator.rb +3 -2
  76. data/app/models/katello/authorization/repository.rb +11 -1
  77. data/app/models/katello/concerns/host_managed_extensions.rb +2 -2
  78. data/app/models/katello/concerns/pulp_database_unit.rb +12 -42
  79. data/app/models/katello/concerns/smart_proxy_extensions.rb +8 -0
  80. data/app/models/katello/content_view.rb +14 -1
  81. data/app/models/katello/content_view_component.rb +4 -0
  82. data/app/models/katello/content_view_environment.rb +1 -0
  83. data/app/models/katello/content_view_version.rb +3 -2
  84. data/app/models/katello/host/content_facet.rb +18 -5
  85. data/app/models/katello/product_content.rb +3 -1
  86. data/app/models/katello/repository.rb +3 -3
  87. data/app/services/katello/content_unit_indexer.rb +1 -1
  88. data/app/services/katello/pulp3/api/content_guard.rb +1 -1
  89. data/app/services/katello/pulp3/api/core.rb +6 -0
  90. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +58 -1
  91. data/app/services/katello/pulp3/smart_proxy_repository.rb +67 -3
  92. data/app/services/katello/smart_proxy_helper.rb +6 -1
  93. data/app/views/foreman/job_templates/install_errata_-_katello_ansible_default.erb +15 -1
  94. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +15 -1
  95. data/app/views/foreman/job_templates/install_group_-_katello_ansible_default.erb +15 -2
  96. data/app/views/foreman/job_templates/install_packages_by_search_query_-_katello_ansible_default.erb +21 -2
  97. data/app/views/foreman/job_templates/remove_group_-_katello_ansible_default.erb +15 -1
  98. data/app/views/foreman/job_templates/remove_packages_by_search_query_-_katello_ansible_default.erb +20 -1
  99. data/app/views/foreman/job_templates/update_group_-_katello_ansible_default.erb +15 -2
  100. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +17 -1
  101. data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -0
  102. data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +2 -1
  103. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -0
  104. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +12 -0
  105. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
  106. data/app/views/katello/api/v2/environments/show.json.rabl +14 -0
  107. data/app/views/katello/api/v2/hosts/base.json.rabl +1 -0
  108. data/app/views/katello/api/v2/organizations/show.json.rabl +2 -0
  109. data/app/views/katello/api/v2/repositories/base.json.rabl +2 -1
  110. data/db/migrate/20190930192813_add_pulp3_hrefs_to_content_types.rb +1 -1
  111. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +0 -20
  112. data/db/migrate/20241022122325_add_rolling_to_katello_content_views.rb +5 -0
  113. data/db/migrate/20241025151105_remove_pulp3_migrated_hrefs_from_content_tables.rb +1 -1
  114. data/db/migrate/20250215143303_drop_katello_yum_metadata_file.rb +5 -0
  115. data/db/migrate/20250409120843_fix_file_download_policy.rb +11 -0
  116. data/db/migrate/20250410155300_change_ansible_templates_category.rb +22 -0
  117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +0 -6
  118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +0 -6
  119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +0 -6
  120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +0 -6
  121. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +0 -6
  122. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +0 -6
  123. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +0 -6
  124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +0 -6
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +0 -6
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +0 -6
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +0 -6
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +0 -6
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +0 -6
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +0 -6
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +0 -6
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +0 -6
  133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +0 -6
  134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +0 -6
  135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +0 -6
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +0 -6
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +0 -6
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +0 -6
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +0 -6
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +0 -6
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +0 -6
  142. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +0 -6
  143. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +0 -6
  144. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +0 -6
  145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +0 -6
  146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +0 -6
  147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +0 -6
  148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +0 -6
  149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +0 -6
  150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +0 -6
  151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +0 -6
  152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +0 -6
  153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +0 -6
  154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +0 -6
  155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +0 -6
  156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +0 -6
  157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +0 -6
  158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +0 -6
  159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +0 -6
  160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +0 -6
  161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +0 -6
  162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +0 -6
  163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repository-types.service.js +3 -0
  164. data/lib/katello/engine.rb +9 -1
  165. data/lib/katello/repository_types/python.rb +1 -1
  166. data/lib/katello/tasks/repository.rake +1 -1
  167. data/lib/katello/version.rb +1 -1
  168. data/locale/action_names.rb +3 -0
  169. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/bn/katello.po +77 -263
  171. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/bn_IN/katello.po +77 -263
  173. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/ca/katello.po +77 -263
  175. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/cs/katello.po +77 -263
  177. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/cs_CZ/katello.po +77 -263
  179. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/de/katello.po +91 -277
  181. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/de_AT/katello.po +77 -263
  183. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/de_DE/katello.po +77 -263
  185. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/el/katello.po +77 -263
  187. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/en/katello.po +77 -263
  189. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/en_GB/katello.po +77 -263
  191. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/en_US/katello.po +77 -263
  193. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/es/katello.po +245 -432
  195. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/et_EE/katello.po +77 -263
  197. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/fr/katello.po +906 -1092
  199. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/gl/katello.po +77 -263
  201. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/gu/katello.po +77 -263
  203. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/he_IL/katello.po +77 -263
  205. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/hi/katello.po +77 -263
  207. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/id/katello.po +77 -263
  209. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/it/katello.po +78 -264
  211. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/ja/katello.po +634 -822
  213. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/ka/katello.po +474 -662
  215. data/locale/katello.pot +1194 -1472
  216. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  217. data/locale/kn/katello.po +77 -263
  218. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  219. data/locale/ko/katello.po +2125 -2324
  220. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  221. data/locale/ml_IN/katello.po +77 -263
  222. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/mr/katello.po +77 -263
  224. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/nl_NL/katello.po +77 -263
  226. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  227. data/locale/or/katello.po +77 -263
  228. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  229. data/locale/pa/katello.po +77 -263
  230. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/pl/katello.po +77 -263
  232. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  233. data/locale/pl_PL/katello.po +77 -263
  234. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  235. data/locale/pt/katello.po +77 -263
  236. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  237. data/locale/pt_BR/katello.po +258 -445
  238. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  239. data/locale/ro/katello.po +77 -263
  240. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/ro_RO/katello.po +77 -263
  242. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/ru/katello.po +78 -264
  244. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  245. data/locale/sl/katello.po +77 -263
  246. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  247. data/locale/sv_SE/katello.po +77 -263
  248. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/ta/katello.po +77 -263
  250. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  251. data/locale/ta_IN/katello.po +77 -263
  252. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  253. data/locale/te/katello.po +77 -263
  254. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  255. data/locale/tr/katello.po +77 -263
  256. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  257. data/locale/vi/katello.po +77 -263
  258. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  259. data/locale/vi_VN/katello.po +77 -263
  260. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  261. data/locale/zh/katello.po +77 -263
  262. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  263. data/locale/zh_CN/katello.po +632 -824
  264. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  265. data/locale/zh_TW/katello.po +78 -264
  266. data/webpack/ForemanColumnExtensions/index.js +12 -4
  267. data/webpack/components/ActivationKeysSearch/index.js +6 -7
  268. data/webpack/components/Bookmark/AddBookmarkModal.js +3 -3
  269. data/webpack/components/Bookmark/Bookmark.scss +3 -3
  270. data/webpack/components/Bookmark/index.js +7 -2
  271. data/webpack/components/EditableSwitch.js +1 -1
  272. data/webpack/components/EditableTextInput/EditableTextInput.js +1 -1
  273. data/webpack/components/EditableTextInput/editableTextInput.scss +1 -1
  274. data/webpack/components/Errata/index.js +1 -24
  275. data/webpack/components/Loading.js +10 -6
  276. data/webpack/components/Packages/index.js +2 -1
  277. data/webpack/components/SelectAllCheckbox/index.js +7 -3
  278. data/webpack/components/SelectableDropdown/SelectableDropdown.js +21 -3
  279. data/webpack/components/Table/EmptyStateMessage.js +12 -14
  280. data/webpack/components/Table/MainTable.js +8 -7
  281. data/webpack/components/Table/MainTable.scss +4 -4
  282. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +4 -1
  283. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js +1 -1
  284. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +9 -6
  285. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/changeHostCVModal.test.js +2 -1
  286. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/contentViews.fixtures.json +4 -1
  287. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +23 -6
  288. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.scss +1 -1
  289. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js +5 -3
  290. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.scss +3 -3
  291. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  292. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +25 -10
  293. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +5 -2
  294. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.scss +2 -2
  295. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +5 -4
  296. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +6 -3
  297. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +19 -12
  298. data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +1 -1
  299. data/webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js +1 -4
  300. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +1 -4
  301. data/webpack/components/extensions/HostDetails/DetailsTabCards/InstalledProductsCard.js +1 -4
  302. data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/HwPropertiesCard.test.js +63 -0
  303. data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/ImageModeCard.test.js +73 -0
  304. data/webpack/components/extensions/HostDetails/DetailsTabCards/__test__/InstalledProductsCard.test.js +45 -0
  305. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +12 -2
  306. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.scss +1 -1
  307. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.js +10 -13
  308. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebsTab.scss +1 -1
  309. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +46 -21
  310. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +1 -1
  311. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +15 -7
  312. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +13 -3
  313. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.scss +1 -1
  314. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +34 -20
  315. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.scss +1 -1
  316. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +8 -6
  317. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js +5 -3
  318. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.scss +1 -1
  319. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesEnabler.js +12 -13
  320. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +16 -6
  321. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsInstallModal.test.js +10 -5
  322. data/webpack/components/extensions/HostDetails/Tabs/__tests__/debsTab.test.js +48 -22
  323. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +123 -47
  324. data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +14 -7
  325. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +10 -5
  326. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +41 -24
  327. data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +50 -25
  328. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +50 -25
  329. data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +3 -0
  330. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js +16 -2
  331. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +6 -2
  332. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +5 -1
  333. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js +16 -2
  334. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +6 -2
  335. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +15 -2
  336. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
  337. data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkChangeHostCVModal.test.js +2 -1
  338. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +1 -1
  339. data/webpack/components/extensions/Hosts/ImageModeHostAlert.js +14 -0
  340. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +14 -17
  341. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +1 -1
  342. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +1 -1
  343. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +38 -49
  344. data/webpack/containers/Application/overrides.scss +7 -7
  345. data/webpack/ouia_id_check.js +15 -11
  346. data/webpack/redux/actions/RedHatRepositories/helpers.js +0 -2
  347. data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +12 -6
  348. data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +12 -2
  349. data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +3 -3
  350. data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +3 -1
  351. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCreateFinish.js +3 -1
  352. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +12 -6
  353. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -1
  354. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +22 -7
  355. data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +2 -2
  356. data/webpack/scenes/AlternateContentSources/Create/Steps/SelectSource.js +1 -1
  357. data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +6 -3
  358. data/webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js +25 -15
  359. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +9 -6
  360. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +2 -2
  361. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +1 -1
  362. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +33 -7
  363. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +10 -5
  364. data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSExpandableDetails.test.js +4 -2
  365. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +10 -8
  366. data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -2
  367. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +5 -5
  368. data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +8 -4
  369. data/webpack/scenes/Content/__tests__/contentTable.test.js +4 -2
  370. data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
  371. data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -0
  372. data/webpack/scenes/ContentViews/Copy/__tests__/copyContentView.test.js +2 -1
  373. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +86 -31
  374. data/webpack/scenes/ContentViews/Create/CreateContentViewForm.scss +10 -2
  375. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
  376. data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +10 -4
  377. data/webpack/scenes/ContentViews/Delete/ContentViewDeleteWizard.js +3 -1
  378. data/webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js +6 -6
  379. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignActivationKeysForm.js +7 -2
  380. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +7 -2
  381. data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReview.js +3 -3
  382. data/webpack/scenes/ContentViews/Delete/Steps/CVEnvironmentSelectionForm.scss +1 -1
  383. data/webpack/scenes/ContentViews/Delete/__tests__/CvData.fixtures.json +2 -1
  384. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +3 -2
  385. data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +10 -8
  386. data/webpack/scenes/ContentViews/Delete/__tests__/cvDetails.fixtures.json +2 -1
  387. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +16 -5
  388. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +19 -5
  389. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +1 -1
  390. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +11 -2
  391. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/compositeCVDetails.fixtures.json +2 -1
  392. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +69 -27
  393. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +2 -1
  394. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +22 -29
  395. data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +6 -2
  396. data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +20 -7
  397. data/webpack/scenes/ContentViews/Details/Filters/Add/__tests__/cvFilterAdd.test.js +4 -2
  398. data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositorySelection.js +5 -2
  399. data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +3 -1
  400. data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +1 -1
  401. data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -2
  402. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +13 -1
  403. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +23 -7
  404. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +23 -5
  405. data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +15 -3
  406. data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +15 -3
  407. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +13 -1
  408. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +6 -4
  409. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +11 -1
  410. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +4 -2
  411. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/matchContentModal.scss +1 -1
  412. data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +2 -2
  413. data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +4 -4
  414. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +18 -12
  415. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +7 -11
  416. data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +81 -70
  417. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewErrataByDateDetails.fixtures.json +1 -0
  418. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +4 -2
  419. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +52 -38
  420. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +9 -4
  421. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +18 -12
  422. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErratumFilterDetails.fixtures.json +1 -0
  423. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailModuleAffectedRepos.fixtures.json +1 -0
  424. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterDetailWithAffectedRepos.fixtures.json +1 -0
  425. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvFilterFixutre.fixture.json +2 -1
  426. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +77 -67
  427. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilterDetails.fixtures.json +1 -0
  428. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +1 -0
  429. data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -2
  430. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +4 -2
  431. data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +1 -1
  432. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +7 -5
  433. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +6 -3
  434. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +1 -0
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/ActionSummary.js +3 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js +3 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js +2 -2
  438. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignActivationKeys.js +3 -1
  439. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReassignHosts.js +3 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js +4 -4
  441. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.scss +11 -11
  442. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js +15 -5
  443. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +1 -1
  444. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +13 -3
  445. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js +3 -1
  446. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +17 -13
  447. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +12 -7
  448. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +64 -7
  449. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +52 -21
  450. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +30 -16
  451. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +7 -7
  452. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +5 -3
  453. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -2
  454. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +6 -3
  455. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetailsEmpty.test.js +2 -1
  456. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +6 -6
  457. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +35 -4
  458. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +1 -0
  459. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +197 -0
  460. data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +82 -0
  461. data/webpack/scenes/ContentViews/Publish/CVPublishFinish.js +3 -7
  462. data/webpack/scenes/ContentViews/Publish/CVPublishForm.js +2 -2
  463. data/webpack/scenes/ContentViews/Publish/CVPublishReview.js +6 -5
  464. data/webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js +3 -1
  465. data/webpack/scenes/ContentViews/Publish/__tests__/publishContentView.test.js +15 -7
  466. data/webpack/scenes/ContentViews/Publish/cvPublishForm.scss +4 -4
  467. data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +6 -4
  468. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +14 -3
  469. data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +3 -0
  470. data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +1 -0
  471. data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +89 -2
  472. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +85 -14
  473. data/webpack/scenes/ContentViews/__tests__/mockDetails.fixtures.json +2 -1
  474. data/webpack/scenes/ContentViews/components/ContentViewIcon.js +20 -6
  475. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelect.js +4 -1
  476. data/webpack/scenes/ContentViews/components/ContentViewSelect/ContentViewSelectOption.js +11 -2
  477. data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +27 -7
  478. data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +2 -2
  479. data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +6 -2
  480. data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.scss +4 -1
  481. data/webpack/scenes/ContentViews/components/FiltersAppliedIcon.js +4 -2
  482. data/webpack/scenes/ContentViews/components/NeedsPublishIcon.js +7 -6
  483. data/webpack/scenes/ContentViews/components/NeedsPublishIcon.scss +2 -2
  484. data/webpack/scenes/ContentViews/components/contentViewIcon.scss +16 -3
  485. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +6 -1
  486. data/webpack/scenes/ContentViews/expansions/RelatedCompositeContentViewsModal.js +3 -3
  487. data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +2 -1
  488. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +5 -3
  489. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +3 -2
  490. data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +1 -1
  491. data/webpack/scenes/Hosts/ChangeContentSource/components/HostsModal.js +1 -1
  492. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +1 -1
  493. data/webpack/scenes/RedHatRepositories/components/EnabledRepository/__tests__/__snapshots__/EnabledRepositoryContent.test.js.snap +1 -1
  494. data/webpack/scenes/RedHatRepositories/index.scss +1 -1
  495. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +27 -7
  496. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +51 -2
  497. data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +2 -2
  498. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +14 -9
  499. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationForm.scss +1 -1
  500. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +2 -2
  501. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js +6 -6
  502. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +2 -1
  503. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CustomCdnTypeForm.test.js +2 -1
  504. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/ExportSyncForm.test.js +2 -1
  505. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/NetworkSyncForm.test.js +2 -1
  506. metadata +72 -53
  507. data/app/models/katello/yum_metadata_file.rb +0 -22
  508. data/app/services/katello/pulp3/yum_metadata_file.rb +0 -20
  509. data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +0 -14
data/locale/es/katello.po CHANGED
@@ -9,20 +9,19 @@
9
9
  # Lukáš Zapletal, 2021
10
10
  # Jared Nelson <jared@ajpadilla.com>, 2022
11
11
  # Carmela Rubiños <carmela.rubinos@gmail.com>, 2022
12
- # Sergio Ocón-Cárdenas, 2022
12
+ # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2022
13
13
  # Gustavo Varela <gustavo.varela@gmail.com>, 2022
14
14
  # francis <hackgo@gmail.com>, 2022
15
- # Bryan Kearney <bryan.kearney@gmail.com>, 2023
16
- # Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
17
- # Amit Upadhye <aupadhye@redhat.com>, 2025
15
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2022
16
+ # Amit Upadhye <aupadhye@redhat.com>, 2022
18
17
  #
19
18
  msgid ""
20
19
  msgstr ""
21
- "Project-Id-Version: katello 4.16.2\n"
20
+ "Project-Id-Version: katello 2.4.0-RC1\n"
22
21
  "Report-Msgid-Bugs-To: \n"
23
22
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
24
- "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2025\n"
25
- "Language-Team: Spanish (https://app.transifex.com/foreman/teams/114/es/)\n"
23
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
24
+ "Language-Team: Spanish (https://www.transifex.com/foreman/teams/114/es/)\n"
26
25
  "MIME-Version: 1.0\n"
27
26
  "Content-Type: text/plain; charset=UTF-8\n"
28
27
  "Content-Transfer-Encoding: 8bit\n"
@@ -36,10 +35,10 @@ msgid ""
36
35
  msgstr ""
37
36
 
38
37
  msgid " %{errata_count} Errata"
39
- msgstr " Erratas"
38
+ msgstr " %{errata_count} Errata"
40
39
 
41
40
  msgid " %{modulemd_count} Module Stream(s)"
42
- msgstr " Corriente de módulo"
41
+ msgstr " %{modulemd_count} Módulo Flujo(s)"
43
42
 
44
43
  msgid " %{package_count} Package(s)"
45
44
  msgstr " %{package_count} Paquete(s)"
@@ -129,19 +128,19 @@ msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated po
129
128
  msgstr "%s %s tiene %s Hosts y %s Hostgroups que necesitarán ser reasociados después de la eliminación. Borrar %s?"
130
129
 
131
130
  msgid "%s Available"
132
- msgstr "Disponible"
131
+ msgstr "%s Disponible"
133
132
 
134
133
  msgid "%s Errata"
135
- msgstr "Erratas"
134
+ msgstr "%s Errata"
136
135
 
137
136
  msgid "%s Host"
138
137
  msgid_plural "%s Hosts"
139
- msgstr[0] "huésped"
140
- msgstr[1] "Hosts"
141
- msgstr[2] "Hosts"
138
+ msgstr[0] "%s Anfitrión"
139
+ msgstr[1] "%s Anfitriones"
140
+ msgstr[2] "%s Anfitriones"
142
141
 
143
142
  msgid "%s Used"
144
- msgstr "Usado"
143
+ msgstr "%s Usado"
145
144
 
146
145
  msgid "%s ago"
147
146
  msgstr "Hace %s"
@@ -153,7 +152,7 @@ msgid "%s guests"
153
152
  msgstr ""
154
153
 
155
154
  msgid "%s has already been deleted"
156
- msgstr "%s ya ha sido eliminado"
155
+ msgstr "%s ya se ha eliminado"
157
156
 
158
157
  msgid "%s is not a valid package name"
159
158
  msgstr "%s no es un nombre de paquete válido"
@@ -186,13 +185,13 @@ msgid "%{errata} (%{total} other errata) installed"
186
185
  msgstr "%{errata} (%{total} otras erratas) instalado"
187
186
 
188
187
  msgid "%{errata} erratum install canceled"
189
- msgstr "Instalación de erratas cancelada"
188
+ msgstr "%{errata} errata instalación cancelada"
190
189
 
191
190
  msgid "%{errata} erratum install failed"
192
- msgstr "Falló la instalación de errata"
191
+ msgstr "%{errata} erratum install failed"
193
192
 
194
193
  msgid "%{errata} erratum install timed out"
195
- msgstr "Tiempo de espera de la instalación de errata"
194
+ msgstr "%{errata} erratum install timed out"
196
195
 
197
196
  msgid "%{errata} erratum installed"
198
197
  msgstr "%{errata} errata instalada"
@@ -240,40 +239,40 @@ msgid "%{group} (%{total} other package groups) updated"
240
239
  msgstr "%{group} (%{total} otros grupos de paquetes) actualizado"
241
240
 
242
241
  msgid "%{group} package group install canceled"
243
- msgstr "Instalación de grupo de paquetes cancelada"
242
+ msgstr "%{group} grupo de paquetes instalación cancelada"
244
243
 
245
244
  msgid "%{group} package group install failed"
246
- msgstr "Instalación de grupo de paquetes falló"
245
+ msgstr "%{group} fallo en la instalación del grupo de paquetes"
247
246
 
248
247
  msgid "%{group} package group install timed out"
249
- msgstr "Instalación de grupo de paquetes expiró"
248
+ msgstr "%{group} se ha agotado el tiempo de instalación del grupo de paquetes"
250
249
 
251
250
  msgid "%{group} package group installed"
252
- msgstr "Instalación de grupo de paquetes"
251
+ msgstr "%{group} grupo de paquetes instalado"
253
252
 
254
253
  msgid "%{group} package group remove canceled"
255
- msgstr "Borrado de grupos de paquetes cancelado"
254
+ msgstr "%{group} paquete grupo eliminar cancelado"
256
255
 
257
256
  msgid "%{group} package group remove failed"
258
- msgstr "Retiro de grupo de paquetes falló"
257
+ msgstr "%{group} fallo en la eliminación del grupo de paquetes"
259
258
 
260
259
  msgid "%{group} package group remove timed out"
261
- msgstr "Retiro de grupo de paquetes expiró"
260
+ msgstr "%{group} se ha agotado el tiempo para eliminar el grupo de paquetes"
262
261
 
263
262
  msgid "%{group} package group removed"
264
- msgstr "Retiro de grupo de paquetes"
263
+ msgstr "%{group} grupo de paquetes eliminado"
265
264
 
266
265
  msgid "%{group} package group update canceled"
267
- msgstr "La actualización de grupo de paquetes ha sido cancelada"
266
+ msgstr "%{group} actualización del grupo de paquetes cancelada"
268
267
 
269
268
  msgid "%{group} package group update failed"
270
- msgstr "La actualización de grupo de paquetes falló"
269
+ msgstr "%{group} Error en la actualización del grupo de paquetes"
271
270
 
272
271
  msgid "%{group} package group update timed out"
273
- msgstr "El tiempo de espera de actualización de grupo de paquetes terminó"
272
+ msgstr "%{group} actualización de grupo de paquetes fuera de plazo"
274
273
 
275
274
  msgid "%{group} package group updated"
276
- msgstr "Actualización de grupo de paquetes"
275
+ msgstr "%{group} grupo de paquetes actualizado"
277
276
 
278
277
  msgid "%{label} failed"
279
278
  msgstr ""
@@ -324,31 +323,31 @@ msgid "%{package} (%{total} other packages) updated"
324
323
  msgstr "%{package} (%{total} otros paquetes) actualizado"
325
324
 
326
325
  msgid "%{package} package install canceled"
327
- msgstr "Instalación de paquetes cancelada"
326
+ msgstr "%{package} paquete instalar cancelado"
328
327
 
329
328
  msgid "%{package} package install timed out"
330
- msgstr "Instalación de paquete expiró"
329
+ msgstr "%{package} se ha agotado el tiempo de instalación del paquete"
331
330
 
332
331
  msgid "%{package} package remove canceled"
333
- msgstr "Borrado de paquetes cancelado"
332
+ msgstr "%{package} paquete eliminar cancelado"
334
333
 
335
334
  msgid "%{package} package remove failed"
336
- msgstr "Retiro de paquete falló"
335
+ msgstr "%{package} fallo en la eliminación del paquete"
337
336
 
338
337
  msgid "%{package} package remove timed out"
339
- msgstr "Retiro de paquete expiró"
338
+ msgstr "%{package} Se ha agotado el tiempo de espera para eliminar el paquete"
340
339
 
341
340
  msgid "%{package} package removed"
342
- msgstr "Retiro de paquetes"
341
+ msgstr "%{package} paquete eliminado"
343
342
 
344
343
  msgid "%{package} package update canceled"
345
- msgstr "Actualización de paquetes cancelada"
344
+ msgstr "%{package} actualización del paquete cancelada"
346
345
 
347
346
  msgid "%{package} package update failed"
348
- msgstr "Falló la actualización de paquete"
347
+ msgstr "%{package} Error en la actualización del paquete"
349
348
 
350
349
  msgid "%{package} package update timed out"
351
- msgstr "Tiempo de espera de actualización de paquetes"
350
+ msgstr "%{package} actualización del paquete fuera de plazo"
352
351
 
353
352
  msgid "%{package} package updated"
354
353
  msgstr "%{package} paquete actualizado"
@@ -360,7 +359,7 @@ msgid "%{sla}"
360
359
  msgstr "%{sla}"
361
360
 
362
361
  msgid "%{subject}'s disk is %{percentage} full. Since this proxy is running Pulp, it needs disk space to publish content views. Please ensure the disk does not get full."
363
- msgstr "El disco de %{subject} está lleno al %{percentage}. Como este proxy está ejecutando Pulp, necesita espacio en el disco para publicar las vistas del contenido. Asegúrese de que el disco no se llene."
362
+ msgstr "%{subject}está %{percentage} lleno. Como este proxy está ejecutando Pulp, necesita espacio en disco para publicar vistas de contenido. Por favor, asegúrese de que el disco no se llene."
364
363
 
365
364
  msgid "%{unused_substitutions} cannot be specified for %{content_name} as that information is not substitutable in %{content_url} "
366
365
  msgstr "%{unused_substitutions} no se puede especificar para %{content_name} ya que esa información no es sustituible en %.{content_url} "
@@ -405,16 +404,16 @@ msgid ", must be unique to major and version id version."
405
404
  msgstr ", debe ser único para la versión principal y la versión de ID de la versión."
406
405
 
407
406
  msgid ": '%s' is a built-in environment"
408
- msgstr ": '%s' es un entorno construido"
407
+ msgstr ": '%s' es un entorno incorporado"
409
408
 
410
409
  msgid ":a_resource identifier"
411
410
  msgstr "Identificador: a_resource"
412
411
 
413
412
  msgid "<b>PROMOTION</b> SUMMARY"
414
- msgstr "RESUMEN DE PROMOCIÓN"
413
+ msgstr "<b>PROMOCIÓN</b> RESUMEN"
415
414
 
416
415
  msgid "<b>SYNC</b> SUMMARY"
417
- msgstr "RESUMEN DE SINCRONIZACIÓN"
416
+ msgstr "<b>SYNC</b> RESUMEN"
418
417
 
419
418
  msgid "A CV version already exists with the same major and minor version (%{major}.%{minor})"
420
419
  msgstr "Ya existe una versión CV con la misma versión mayor y menor (%{major}.%{minor})"
@@ -482,9 +481,6 @@ msgstr ""
482
481
  msgid "About page"
483
482
  msgstr ""
484
483
 
485
- msgid "Abstract async task"
486
- msgstr ""
487
-
488
484
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
489
485
  msgstr ""
490
486
 
@@ -510,7 +506,7 @@ msgid "Activation Keys"
510
506
  msgstr "Llaves de activación"
511
507
 
512
508
  msgid "Activation key"
513
- msgstr "Llave de activación"
509
+ msgstr "Clave de activación"
514
510
 
515
511
  msgid "Activation key %s has more than one content view. Use #content_views instead."
516
512
  msgstr ""
@@ -525,7 +521,7 @@ msgid "Activation key ID"
525
521
  msgstr "ID de llave de activación"
526
522
 
527
523
  msgid "Activation key deleted"
528
- msgstr "Llave de activación borrada"
524
+ msgstr ""
529
525
 
530
526
  msgid "Activation key details"
531
527
  msgstr ""
@@ -789,7 +785,7 @@ msgid "An option to specify how many ostree commits to traverse."
789
785
  msgstr ""
790
786
 
791
787
  msgid "Another component already includes content view with ID %s"
792
- msgstr "Otro componente ya incluye la vista de contenido con ID %s"
788
+ msgstr "Otro componente ya incluye vista de contenido con ID %s"
793
789
 
794
790
  msgid "Ansible Collection"
795
791
  msgstr "Colección de Ansible"
@@ -803,6 +799,9 @@ msgstr ""
803
799
  msgid "Ansible collections"
804
800
  msgstr ""
805
801
 
802
+ msgid "Any updates to image mode host(s) will be lost on the next reboot."
803
+ msgstr ""
804
+
806
805
  msgid "Applicability Batch Size"
807
806
  msgstr "Aplicabilidad de tamaño del lote"
808
807
 
@@ -830,9 +829,6 @@ msgstr "Solicitar"
830
829
  msgid "Apply errata"
831
830
  msgstr ""
832
831
 
833
- msgid "Apply erratum"
834
- msgstr ""
835
-
836
832
  msgid "Apply to all repositories in the CV"
837
833
  msgstr ""
838
834
 
@@ -987,7 +983,7 @@ msgid "Attach subscriptions to %s"
987
983
  msgstr "Adjuntar suscripciones a %s"
988
984
 
989
985
  msgid "Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin"
990
- msgstr "Intentó destruir %s consumidores de candlepin, pero el consumidor no existe en candlepin"
986
+ msgstr "Intentado destruir el consumidor %s de candlepin, pero el consumidor no existe en candlepin"
991
987
 
992
988
  msgid "Auth URL requires Auth token be set."
993
989
  msgstr ""
@@ -999,10 +995,7 @@ msgid "Author"
999
995
  msgstr "Autor"
1000
996
 
1001
997
  msgid "Auto Publish - Triggered by '%s'"
1002
- msgstr "Autopublicación - activada por '%s'"
1003
-
1004
- msgid "Auto attach subscriptions"
1005
- msgstr ""
998
+ msgstr "Publicación automática - Activada por '%s'"
1006
999
 
1007
1000
  msgid "Auto publish"
1008
1001
  msgstr ""
@@ -1155,10 +1148,10 @@ msgid "CDN loading error: %s not found"
1155
1148
  msgstr "Error de carga CDN: %s no encontrado"
1156
1149
 
1157
1150
  msgid "CDN loading error: access denied to %s"
1158
- msgstr "Error en carga de CDN: acceso denegado para %s"
1151
+ msgstr "Error de carga de CDN: acceso denegado a %s"
1159
1152
 
1160
1153
  msgid "CDN loading error: access forbidden to %s"
1161
- msgstr "Error de carga CDN: prohibido el acceso a %s"
1154
+ msgstr "Error de carga de CDN: acceso prohibido a %s"
1162
1155
 
1163
1156
  msgid "CVE identifier"
1164
1157
  msgstr "Identificador CVE"
@@ -1209,7 +1202,7 @@ msgid "Candlepin ID of pool to add"
1209
1202
  msgstr "ID Candlepin de grupo a añadir"
1210
1203
 
1211
1204
  msgid "Candlepin consumer %s has already been removed"
1212
- msgstr "El consumidor %s de Candlepin ya se ha eliminado."
1205
+ msgstr "El consumidor de Candlepin %s ya ha sido eliminado"
1213
1206
 
1214
1207
  msgid "Candlepin is not running properly"
1215
1208
  msgstr "Candlepin no está funcionando correctamente"
@@ -1218,10 +1211,10 @@ msgid "Candlepin returned different consumer uuid than requested (%s), updating
1218
1211
  msgstr ""
1219
1212
 
1220
1213
  msgid "Cannot add %s repositories to a content view."
1221
- msgstr "No se pueden agregar %s repositorios a una vista de contenido"
1214
+ msgstr "No se pueden añadir repositorios %s a una vista de contenido."
1222
1215
 
1223
1216
  msgid "Cannot add a repository from an Organization other than %s."
1224
- msgstr "No se puede agregar un repositorio de una organización a otra %s."
1217
+ msgstr "No se puede añadir un repositorio de una Organización que no sea %s."
1225
1218
 
1226
1219
  msgid "Cannot add component versions to a non-composite content view"
1227
1220
  msgstr "No se pueden añadir versiones de componentes a una vista de contenido no compuesta"
@@ -1253,13 +1246,19 @@ msgstr ""
1253
1246
  msgid "Cannot add repositories to a composite content view"
1254
1247
  msgstr "No se pueden añadir repositorios a una vista de contenido compuesta"
1255
1248
 
1249
+ msgid "Cannot add rolling content view to composite content view"
1250
+ msgstr ""
1251
+
1252
+ msgid "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment."
1253
+ msgstr ""
1254
+
1256
1255
  msgid "Cannot associate a Red Hat provider with a custom product"
1257
1256
  msgstr ""
1258
1257
 
1259
1258
  msgid "Cannot associate a component to a non composite content view"
1260
1259
  msgstr "No se puede asociar un componente a una vista de contenido no compuesto"
1261
1260
 
1262
- msgid "Cannot be disabled because it is part of a published content view"
1261
+ msgid "Cannot be disabled because it is part of a content view"
1263
1262
  msgstr ""
1264
1263
 
1265
1264
  msgid "Cannot calculate name for custom repos"
@@ -1275,7 +1274,7 @@ msgid "Cannot delete Red Hat product: %{product}"
1275
1274
  msgstr "No se puede eliminar el producto Red Hat: %{product}"
1276
1275
 
1277
1276
  msgid "Cannot delete from %s, view does not exist there."
1278
- msgstr "No se puede borrar desde %s, la vista no existe allí."
1277
+ msgstr "No se puede borrar de %s, la vista no existe allí."
1279
1278
 
1280
1279
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
1281
1280
  msgstr "No se puede eliminar producto con repositorios publicados en una vista de contenido. Producto: %{product}, %{view_versions}"
@@ -1296,13 +1295,13 @@ msgid "Cannot delete the last Location."
1296
1295
  msgstr ""
1297
1296
 
1298
1297
  msgid "Cannot delete version while it is in environment %s"
1299
- msgstr "No se puede eliminar una versión cuando esté en el entorno %s"
1298
+ msgstr "No se puede eliminar la versión mientras está en el entorno %s"
1300
1299
 
1301
1300
  msgid "Cannot delete version while it is in environments: %s"
1302
- msgstr "No se puede eliminar una versión que esté en los entornos: %s"
1301
+ msgstr "No se puede eliminar la versión mientras está en entornos: %s"
1303
1302
 
1304
1303
  msgid "Cannot delete version while it is in use by composite content views: %s"
1305
- msgstr "No se puede eliminar la versión mientras está siendo utilizada por las vistas de contenido compuestas: %s."
1304
+ msgstr "No se puede eliminar la versión mientras está en uso por las vistas de contenido compuesto: %s"
1306
1305
 
1307
1306
  msgid "Cannot delete view while it exists in environments"
1308
1307
  msgstr "No se puede borrar vista mientras existan entornos"
@@ -1323,7 +1322,7 @@ msgid "Cannot install errata: No errata found for search term '%s'"
1323
1322
  msgstr ""
1324
1323
 
1325
1324
  msgid "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}"
1326
- msgstr "No se puede realizar una actualización incremental en una versión de vista de contenido compuesta (%{name} versión %{version}"
1325
+ msgstr "No se puede realizar una actualización incremental en una versión de vista de contenido compuesto (%{name} version version %{version}"
1327
1326
 
1328
1327
  msgid "Cannot perform an incremental update on a Generated Content View Version (%{name} version version %{version}"
1329
1328
  msgstr ""
@@ -1341,7 +1340,7 @@ msgid "Cannot publish default content view"
1341
1340
  msgstr "No se puede publicar la vista de contenido predeterminada"
1342
1341
 
1343
1342
  msgid "Cannot register a system to the '%s' environment"
1344
- msgstr "No se puede registrar un sistema en el entorno '%s'"
1343
+ msgstr "No se puede registrar un sistema en el entorno '%s'."
1345
1344
 
1346
1345
  msgid "Cannot remove '%{view}' from environment '%{env}' due to associated %{dependent}: %{names}."
1347
1346
  msgstr "No se puede eliminar '%{view}' del entorno '%{env}' debido a que está asociado %{dependent}: %{names}."
@@ -1350,7 +1349,7 @@ msgid "Cannot remove content from a non-custom repository"
1350
1349
  msgstr "No se puede eliminar el contenido desde un repositorio no personalizado"
1351
1350
 
1352
1351
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
1353
- msgstr "No se puede retirar vista de contenido del entorno. La vista de contenido '%{view}' no está en entorno de ciclo de vida '%{env}'."
1352
+ msgstr "No se puede eliminar la vista de contenido del entorno. La vista de contenido '%{view}' no está en el entorno del ciclo de vida '%{env}'."
1354
1353
 
1355
1354
  msgid "Cannot remove package(s): No installed packages found for search term '%s'."
1356
1355
  msgstr ""
@@ -1481,9 +1480,6 @@ msgstr ""
1481
1480
  msgid "Comma-separated list of tags to sync for a container image repository"
1482
1481
  msgstr ""
1483
1482
 
1484
- msgid "Commit upload"
1485
- msgstr ""
1486
-
1487
1483
  msgid "Compare"
1488
1484
  msgstr ""
1489
1485
 
@@ -1502,9 +1498,6 @@ msgstr ""
1502
1498
  msgid "Components"
1503
1499
  msgstr "Componentes"
1504
1500
 
1505
- msgid "Composite"
1506
- msgstr ""
1507
-
1508
1501
  msgid "Composite Content View"
1509
1502
  msgstr ""
1510
1503
 
@@ -1535,15 +1528,6 @@ msgstr "Confirmar la eliminación del manifiesto"
1535
1528
  msgid "Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
1536
1529
  msgstr "Considere la posibilidad de cambiar el patrón de nombres de registro del entorno del ciclo de vida a algo más específico."
1537
1530
 
1538
- msgid "Consisting of multiple content views"
1539
- msgstr ""
1540
-
1541
- msgid "Consists of content views"
1542
- msgstr ""
1543
-
1544
- msgid "Consists of repositories"
1545
- msgstr ""
1546
-
1547
1531
  msgid "Consumed"
1548
1532
  msgstr "Consumidas"
1549
1533
 
@@ -1560,7 +1544,7 @@ msgid "Container Image Tags"
1560
1544
  msgstr "Etiquetas de imagen de contenedor"
1561
1545
 
1562
1546
  msgid "Container Image repo '%{repo}' is present in multiple component content views."
1563
- msgstr "La imagen de contenedor del repositorio '%{repo}' está presente en múltiples vistas de contenido de componentes."
1547
+ msgstr "Container Image repo '%{repo}' está presente en múltiples vistas de contenido de componentes."
1564
1548
 
1565
1549
  msgid "Container Images"
1566
1550
  msgstr "Imágenes de contenedor"
@@ -1580,6 +1564,15 @@ msgstr ""
1580
1564
  msgid "Container tags"
1581
1565
  msgstr ""
1582
1566
 
1567
+ msgid "Contains content views. You must choose the version to use for each content view."
1568
+ msgstr ""
1569
+
1570
+ msgid "Contains repositories. Always serves the latest synced content, without the need to publish versions."
1571
+ msgstr ""
1572
+
1573
+ msgid "Contains repositories. Versions are published and optionally filtered."
1574
+ msgstr ""
1575
+
1583
1576
  msgid "Content"
1584
1577
  msgstr "Contenido"
1585
1578
 
@@ -1623,7 +1616,7 @@ msgid "Content View"
1623
1616
  msgstr "Vista del contenido"
1624
1617
 
1625
1618
  msgid "Content View %{view}: Versions: %{versions}"
1626
- msgstr "Versión de vista de contenido"
1619
+ msgstr "Contenido Ver %{view}: Versiones: %{versions}"
1627
1620
 
1628
1621
  msgid "Content View Details"
1629
1622
  msgstr "Detalles de vista de contenido"
@@ -1710,7 +1703,7 @@ msgid "Content source ID"
1710
1703
  msgstr "ID de fuente de contenido"
1711
1704
 
1712
1705
  msgid "Content source was not set for host '%{host}'"
1713
- msgstr "La fuente del contenido no se estableció para el host '%{host}'"
1706
+ msgstr "No se ha establecido la fuente de contenido para el host '%{host}'"
1714
1707
 
1715
1708
  msgid "Content type"
1716
1709
  msgstr ""
@@ -1838,35 +1831,23 @@ msgstr ""
1838
1831
  msgid "Copy"
1839
1832
  msgstr ""
1840
1833
 
1841
- msgid "Copy all units"
1842
- msgstr ""
1843
-
1844
1834
  msgid "Copy an activation key"
1845
1835
  msgstr "Copiar una clave de activación"
1846
1836
 
1847
- msgid "Copy content"
1848
- msgstr ""
1849
-
1850
1837
  msgid "Copy content view"
1851
1838
  msgstr ""
1852
1839
 
1853
1840
  msgid "Copy to clipboard"
1854
1841
  msgstr "Copiar al portapapeles"
1855
1842
 
1856
- msgid "Copy version"
1857
- msgstr ""
1858
-
1859
- msgid "Copy version units to library"
1860
- msgstr ""
1861
-
1862
1843
  msgid "Cores per socket"
1863
1844
  msgstr "Núcleos por socket"
1864
1845
 
1865
1846
  msgid "Cores: %s"
1866
- msgstr "Núcleos"
1847
+ msgstr "Núcleos: %s"
1867
1848
 
1868
1849
  msgid "Could not delete organization '%s'."
1869
- msgstr "No se puede borrar organización '%s'."
1850
+ msgstr "No se ha podido eliminar la organización '%s'."
1870
1851
 
1871
1852
  msgid "Could not find %{content} with id '%{id}' in repository."
1872
1853
  msgstr "No se ha podido encontrar %{content} con id '%{id}' en el repositorio."
@@ -1881,19 +1862,19 @@ msgid "Could not find %{name} resources with ids %{ids}"
1881
1862
  msgstr ""
1882
1863
 
1883
1864
  msgid "Could not find Environment with ids: %s"
1884
- msgstr "No se encontró entorno con los ID: %s"
1865
+ msgstr "No se ha podido encontrar Entorno con ids: %s"
1885
1866
 
1886
1867
  msgid "Could not find Lifecycle Environment with id '%{id}'."
1887
- msgstr "No se encontró el entorno de ciclo de vida con ID '%{id}'."
1868
+ msgstr "No se ha podido encontrar el Entorno del Ciclo de Vida con el id '%{id}'."
1888
1869
 
1889
1870
  msgid "Could not find a host with id %s"
1890
- msgstr "No se encontró un host con id %s"
1871
+ msgstr "No se pudo encontrar un host con id %s"
1891
1872
 
1892
1873
  msgid "Could not find a smart proxy with pulp feature."
1893
1874
  msgstr "No se encontró un proxy inteligente con función de pulp."
1894
1875
 
1895
1876
  msgid "Could not find all specified errata ids: %s"
1896
- msgstr "No se encontraron todos los ID de erratas especificados: %s"
1877
+ msgstr "No se han encontrado todas las erratas especificadas: %s"
1897
1878
 
1898
1879
  msgid "Could not find environments for promotion"
1899
1880
  msgstr "No se encontraron entornos para la promoción"
@@ -1920,67 +1901,67 @@ msgid "Couldn't find %{type} Filter with id %{id}"
1920
1901
  msgstr "No se ha podido encontrar %{type} Filtro con id %{id}"
1921
1902
 
1922
1903
  msgid "Couldn't find ContentViewFilter with id=%s"
1923
- msgstr "No se encontró ContentViewFilter con ID=%s"
1904
+ msgstr "No se ha encontrado ContentViewFilter con id=%s"
1924
1905
 
1925
1906
  msgid "Couldn't find Organization '%s'."
1926
- msgstr "No se encontró la organización '%s'"
1907
+ msgstr "No se ha encontrado la Organización '%s'."
1927
1908
 
1928
1909
  msgid "Couldn't find activation key '%s'"
1929
- msgstr "No se encontró la llave de activación '%s'"
1910
+ msgstr "No se encuentra la clave de activación '%s'"
1930
1911
 
1931
1912
  msgid "Couldn't find activation key content view id '%s'"
1932
- msgstr "No se encontró el ID de vista de contenido de la llave de activación '%s'"
1913
+ msgstr "No se ha podido encontrar el contenido de la clave de activación vista id '%s'"
1933
1914
 
1934
1915
  msgid "Couldn't find activation key environment '%s'"
1935
- msgstr "No se encontró el entorno de la llave de activación '%s'"
1916
+ msgstr "No se ha encontrado la clave de activación del entorno '%s'"
1936
1917
 
1937
1918
  msgid "Couldn't find consumer '%s'"
1938
- msgstr "No se encontró el usuario '%s'"
1919
+ msgstr "No se ha encontrado el consumidor '%s'"
1939
1920
 
1940
1921
  msgid "Couldn't find content host content view id '%s'"
1941
- msgstr "No se encontró el ID de vista de contenido del host de contenido '%s'"
1922
+ msgstr "No se ha podido encontrar la vista de contenido del host '%s'"
1942
1923
 
1943
1924
  msgid "Couldn't find content host environment '%s'"
1944
- msgstr "No se encontró el entorno del host de contenido '%s'"
1925
+ msgstr "No se ha podido encontrar el entorno de host de contenido '%s'"
1945
1926
 
1946
1927
  msgid "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'"
1947
1928
  msgstr ""
1948
1929
 
1949
1930
  msgid "Couldn't find content view version '%s'"
1950
- msgstr "No se encontró la versión de vista de contenido '%s'"
1931
+ msgstr "No se ha podido encontrar la versión de la vista de contenido '%s'"
1951
1932
 
1952
1933
  msgid "Couldn't find content view versions '%s'"
1953
- msgstr "No se encontraron las versiones de vista de contenido '%s'"
1934
+ msgstr "No se encuentran las versiones de la vista de contenido '%s'"
1954
1935
 
1955
1936
  msgid "Couldn't find content view with id: '%s'"
1956
1937
  msgstr ""
1957
1938
 
1958
1939
  msgid "Couldn't find environment '%s'"
1959
- msgstr "No se encontró el entorno '%s'"
1940
+ msgstr "No se ha encontrado el entorno '%s'"
1960
1941
 
1961
1942
  msgid "Couldn't find errata ids '%s'"
1962
- msgstr "No se encontraron ID de erratas '%s'"
1943
+ msgstr "No se encuentran las erratas '%s'"
1963
1944
 
1964
1945
  msgid "Couldn't find host collection '%s'"
1965
- msgstr "No se encontró la recopilación de hosts '%s'"
1946
+ msgstr "No se ha encontrado la colección de hosts '%s'"
1966
1947
 
1967
1948
  msgid "Couldn't find host with host id '%s'"
1968
- msgstr "No se pudo encontrar el host con ID de host '%s'."
1949
+ msgstr "No se ha podido encontrar el host con el id '%s'"
1969
1950
 
1970
1951
  msgid "Couldn't find organization '%s'"
1971
- msgstr "No se encontró la organización '%s'"
1952
+ msgstr "No se encuentra la organización '%s'"
1972
1953
 
1973
1954
  msgid "Couldn't find prior-environment '%s'"
1974
- msgstr "No se encontró el entorno anterior '%s'"
1955
+ msgstr "No se ha encontrado el entorno previo '%s'"
1975
1956
 
1976
1957
  msgid "Couldn't find product with id '%s'"
1977
- msgstr "No se encontró el producto con ID '%s'"
1958
+ msgstr "No se ha encontrado el producto con el id '%s'"
1978
1959
 
1979
1960
  msgid "Couldn't find products with id '%s'"
1980
1961
  msgstr ""
1981
1962
 
1982
1963
  msgid "Couldn't find repository '%s'"
1983
- msgstr "No se encontró el repositorio '%s'"
1964
+ msgstr "No se encuentra el repositorio '%s'"
1984
1965
 
1985
1966
  msgid "Couldn't find smart proxies with id '%s'"
1986
1967
  msgstr ""
@@ -2066,21 +2047,12 @@ msgstr ""
2066
2047
  msgid "Create content view"
2067
2048
  msgstr ""
2068
2049
 
2069
- msgid "Create exporter"
2070
- msgstr ""
2071
-
2072
2050
  msgid "Create filter"
2073
2051
  msgstr ""
2074
2052
 
2075
2053
  msgid "Create host collection"
2076
2054
  msgstr ""
2077
2055
 
2078
- msgid "Create import"
2079
- msgstr ""
2080
-
2081
- msgid "Create importer"
2082
- msgstr ""
2083
-
2084
2056
  msgid "Create new activation key"
2085
2057
  msgstr ""
2086
2058
 
@@ -2090,12 +2062,6 @@ msgstr "Crear organización"
2090
2062
  msgid "Create package filter rule"
2091
2063
  msgstr ""
2092
2064
 
2093
- msgid "Create publication"
2094
- msgstr ""
2095
-
2096
- msgid "Create remote"
2097
- msgstr ""
2098
-
2099
2065
  msgid "Create rule"
2100
2066
  msgstr ""
2101
2067
 
@@ -2213,7 +2179,7 @@ msgstr "Política de descarga de proxy inteligente por defecto"
2213
2179
  msgid "Default System SLA"
2214
2180
  msgstr "SLA de sistema predeterminado"
2215
2181
 
2216
- msgid "Default content view versions cannot be promoted"
2182
+ msgid "Default and Rolling content view versions cannot be promoted"
2217
2183
  msgstr ""
2218
2184
 
2219
2185
  msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
@@ -2345,36 +2311,12 @@ msgstr ""
2345
2311
  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."
2346
2312
  msgstr ""
2347
2313
 
2348
- msgid "Delete distributions"
2349
- msgstr ""
2350
-
2351
2314
  msgid "Delete manifest from Red Hat provider"
2352
2315
  msgstr "Borrar manifiesto de proveedor de Red Hat"
2353
2316
 
2354
2317
  msgid "Delete multiple filters from a content view"
2355
2318
  msgstr ""
2356
2319
 
2357
- msgid "Delete orphan alternate content sources"
2358
- msgstr ""
2359
-
2360
- msgid "Delete orphan distributions"
2361
- msgstr ""
2362
-
2363
- msgid "Delete orphan remotes"
2364
- msgstr ""
2365
-
2366
- msgid "Delete orphan repository versions"
2367
- msgstr ""
2368
-
2369
- msgid "Delete orphaned migrated repositories"
2370
- msgstr ""
2371
-
2372
- msgid "Delete remote"
2373
- msgstr ""
2374
-
2375
- msgid "Delete repository references"
2376
- msgstr ""
2377
-
2378
2320
  msgid "Delete version"
2379
2321
  msgstr ""
2380
2322
 
@@ -2385,7 +2327,7 @@ msgid "Deleted %{host_count} %{hosts}"
2385
2327
  msgstr ""
2386
2328
 
2387
2329
  msgid "Deleted consumer '%s'"
2388
- msgstr "Ha sido borrado el usuario '%s'"
2330
+ msgstr "Consumidor suprimido '%s'"
2389
2331
 
2390
2332
  msgid "Deleted from "
2391
2333
  msgstr ""
@@ -2445,7 +2387,7 @@ msgid "Destroy Content Host"
2445
2387
  msgstr "Destruir host de contenido"
2446
2388
 
2447
2389
  msgid "Destroy Content Host %s"
2448
- msgstr "Destruir host de contenido"
2390
+ msgstr "Destruir el host de contenidos %s"
2449
2391
 
2450
2392
  msgid "Destroy a Content Credential"
2451
2393
  msgstr ""
@@ -2474,12 +2416,6 @@ msgstr "Destruir un entorno"
2474
2416
  msgid "Destroy an environment in an organization"
2475
2417
  msgstr "Destruir un entorno en una organización"
2476
2418
 
2477
- msgid "Destroy exporter"
2478
- msgstr ""
2479
-
2480
- msgid "Destroy importer"
2481
- msgstr ""
2482
-
2483
2419
  msgid "Destroy one or more alternate content sources"
2484
2420
  msgstr ""
2485
2421
 
@@ -2499,7 +2435,7 @@ msgid "Determining settings for ${truncate(name)}"
2499
2435
  msgstr ""
2500
2436
 
2501
2437
  msgid "Digest"
2502
- msgstr "Digerir"
2438
+ msgstr ""
2503
2439
 
2504
2440
  msgid "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite."
2505
2441
  msgstr "No se permite establecer directamente listas de paquetes en vistas de contenido compuesto. Actualice los componentes y vuelva a publicar la composición."
@@ -2528,9 +2464,6 @@ msgstr "Deshabilitado"
2528
2464
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2529
2465
  msgstr ""
2530
2466
 
2531
- msgid "Discover"
2532
- msgstr ""
2533
-
2534
2467
  msgid "Discover Repositories"
2535
2468
  msgstr "Detectar repositorios"
2536
2469
 
@@ -2550,7 +2483,7 @@ msgid "Domain IDs"
2550
2483
  msgstr "ID de dominio"
2551
2484
 
2552
2485
  msgid "Download Policy of the capsule, must be one of %s"
2553
- msgstr "La política de descarga de la cápsula, debe ser una de %s"
2486
+ msgstr "Política de descarga de la cápsula, debe ser una de las siguientes %s"
2554
2487
 
2555
2488
  msgid "Download a debug certificate"
2556
2489
  msgstr "Descargar un certificado de depuración"
@@ -2715,7 +2648,7 @@ msgid "Environment"
2715
2648
  msgstr "Entorno"
2716
2649
 
2717
2650
  msgid "Environment ID"
2718
- msgstr "ID de entorno"
2651
+ msgstr ""
2719
2652
 
2720
2653
  msgid "Environment ID and content view ID must be provided together"
2721
2654
  msgstr ""
@@ -2726,20 +2659,17 @@ msgstr "ID de entorno"
2726
2659
  msgid "Environment cannot be in its own promotion path"
2727
2660
  msgstr "No puede haber entorno en su propia ruta de entorno"
2728
2661
 
2729
- msgid "Environment contents refresh"
2730
- msgstr ""
2731
-
2732
2662
  msgid "Environment identifier"
2733
2663
  msgstr "Identificador del entorno"
2734
2664
 
2735
2665
  msgid "Environment name"
2736
- msgstr "Nombre de entorno"
2666
+ msgstr ""
2737
2667
 
2738
2668
  msgid "Environments"
2739
2669
  msgstr "Entornos"
2740
2670
 
2741
2671
  msgid "Epoch"
2742
- msgstr "Epoch"
2672
+ msgstr "Época"
2743
2673
 
2744
2674
  msgid "Equal to"
2745
2675
  msgstr ""
@@ -2757,7 +2687,7 @@ msgid "Errata Install"
2757
2687
  msgstr "Instalar erratas"
2758
2688
 
2759
2689
  msgid "Errata Install scheduled by %s"
2760
- msgstr "Instalación de erratas programada por %s"
2690
+ msgstr "Errata Instalación programada por %s"
2761
2691
 
2762
2692
  msgid "Errata and package information will be updated at the next host check-in or package action."
2763
2693
  msgstr ""
@@ -2768,9 +2698,6 @@ msgstr ""
2768
2698
  msgid "Errata id of the erratum (RHSA-2012:108)"
2769
2699
  msgstr "ID de errata de la errata (RHSA-2012:108)"
2770
2700
 
2771
- msgid "Errata mail"
2772
- msgstr ""
2773
-
2774
2701
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2775
2702
  msgstr ""
2776
2703
 
@@ -2808,7 +2735,7 @@ msgid "Error connecting to Pulp service"
2808
2735
  msgstr "Error al conectarse con el servicio Pulp"
2809
2736
 
2810
2737
  msgid "Error connecting. Got: %s"
2811
- msgstr "Error al conectar. Se obtuvo: %s."
2738
+ msgstr "Error de conexión. Lo tengo: %s"
2812
2739
 
2813
2740
  msgid "Error loading content views"
2814
2741
  msgstr ""
@@ -2930,9 +2857,6 @@ msgstr "Buscar secuenciasa de módulo disponibles para los hosts."
2930
2857
  msgid "Fetch installable errata for one or more hosts."
2931
2858
  msgstr "Buscar erratas instalables para uno o más hosts."
2932
2859
 
2933
- msgid "Fetch pxe files"
2934
- msgstr ""
2935
-
2936
2860
  msgid "Fetch traces for one or more hosts"
2937
2861
  msgstr "Buscar rastros para uno o más hosts"
2938
2862
 
@@ -3026,9 +2950,6 @@ msgstr "Filtrar versiones por número de versión"
3026
2950
  msgid "Filter versions that are components in the specified composite version"
3027
2951
  msgstr "Filtrar versiones que sean componentes en la versión de compuesta específica"
3028
2952
 
3029
- msgid "Filtered index content"
3030
- msgstr ""
3031
-
3032
2953
  msgid "Filters"
3033
2954
  msgstr "Filtros"
3034
2955
 
@@ -3123,9 +3044,6 @@ msgstr ""
3123
3044
  msgid "Generate host applicability"
3124
3045
  msgstr "Generar la aplicabilidad del host"
3125
3046
 
3126
- msgid "Generate metadata"
3127
- msgstr ""
3128
-
3129
3047
  msgid "Generate repository applicability"
3130
3048
  msgstr "Generar la aplicabilidad del repositorio"
3131
3049
 
@@ -3202,7 +3120,7 @@ msgid "Hash containing the Id of the single lifecycle environment to be associat
3202
3120
  msgstr ""
3203
3121
 
3204
3122
  msgid "Help"
3205
- msgstr "Ayuda"
3123
+ msgstr ""
3206
3124
 
3207
3125
  msgid "Helper"
3208
3126
  msgstr "Ayudante"
@@ -3229,7 +3147,7 @@ msgid "Host"
3229
3147
  msgstr "host"
3230
3148
 
3231
3149
  msgid "Host %s has not been registered with subscription-manager."
3232
- msgstr "El host no se ha registrado con el gestor de suscripciones."
3150
+ msgstr "El host %s no se ha registrado en subscription-manager."
3233
3151
 
3234
3152
  msgid "Host %{hostname}: Cannot add content view environment to content facet. The host's content source '%{content_source}' does not sync lifecycle environment '%{lce}'."
3235
3153
  msgstr ""
@@ -3259,7 +3177,7 @@ msgid "Host ID"
3259
3177
  msgstr "ID de host"
3260
3178
 
3261
3179
  msgid "Host Limit"
3262
- msgstr "Límite de acogida"
3180
+ msgstr ""
3263
3181
 
3264
3182
  msgid "Host Profile Assume"
3265
3183
  msgstr "Asumir el perfil de host"
@@ -3334,7 +3252,7 @@ msgid "Host was not found by the subscription UUID: '%s', this can happen if the
3334
3252
  msgstr ""
3335
3253
 
3336
3254
  msgid "Host with ID %s already exists in the host collection."
3337
- msgstr "Ya existe un host con ID %s en la colección de hosts."
3255
+ msgstr "El host con ID %s ya existe en la colección de hosts."
3338
3256
 
3339
3257
  msgid "Host with ID %s does not exist in the host collection."
3340
3258
  msgstr "El host con ID %s no existe en la colección de hosts."
@@ -3363,12 +3281,6 @@ msgstr ""
3363
3281
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3364
3282
  msgstr "Cómo ordenar los resultados clasificados (p. ej., ASC para orden ascendente)"
3365
3283
 
3366
- msgid "Hypervisors"
3367
- msgstr ""
3368
-
3369
- msgid "Hypervisors update"
3370
- msgstr ""
3371
-
3372
3284
  msgid "ID of a HTTP Proxy"
3373
3285
  msgstr "ID de un proxy HTTP"
3374
3286
 
@@ -3624,7 +3536,7 @@ msgid "Ignored hosts"
3624
3536
  msgstr ""
3625
3537
 
3626
3538
  msgid "Image"
3627
- msgstr "Imagen"
3539
+ msgstr ""
3628
3540
 
3629
3541
  msgid "Image digest"
3630
3542
  msgstr ""
@@ -3675,7 +3587,7 @@ msgid "Import a Manifest to Begin"
3675
3587
  msgstr "Importar un manifiesto para comenzar"
3676
3588
 
3677
3589
  msgid "Import a content view version"
3678
- msgstr "Exportar una versión de vista de contenido"
3590
+ msgstr "Importar una versión de la vista de contenido"
3679
3591
 
3680
3592
  msgid "Import a content view version to the library"
3681
3593
  msgstr ""
@@ -3689,9 +3601,6 @@ msgstr ""
3689
3601
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3690
3602
  msgstr ""
3691
3603
 
3692
- msgid "Import migration"
3693
- msgstr ""
3694
-
3695
3604
  msgid "Import new manifest"
3696
3605
  msgstr ""
3697
3606
 
@@ -3701,12 +3610,6 @@ msgstr ""
3701
3610
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3702
3611
  msgstr ""
3703
3612
 
3704
- msgid "Import repository upload"
3705
- msgstr ""
3706
-
3707
- msgid "Import upload"
3708
- msgstr ""
3709
-
3710
3613
  msgid "Import uploads into a repository"
3711
3614
  msgstr "Importar cargas a un repositorio"
3712
3615
 
@@ -3773,11 +3676,8 @@ msgstr "Actualización incremental"
3773
3676
  msgid "Incremental Update incomplete."
3774
3677
  msgstr "Actualización incremental incompleta."
3775
3678
 
3776
- msgid "Incremental Update of Content View Version(s) "
3777
- msgstr ""
3778
-
3779
3679
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3780
- msgstr "Actualización gradual de versiones de la vista de contenido "
3680
+ msgstr "Actualización incremental de %{content_view_count} Contenido Ver versión(es) "
3781
3681
 
3782
3682
  msgid "Incremental update"
3783
3683
  msgstr "Actualización incremental"
@@ -3788,27 +3688,12 @@ msgstr "La actualización incremental requiere al menos una unidad de contenido"
3788
3688
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3789
3689
  msgstr "Actualización incremental especificada para el compuesto %{name} versión %{version}, pero ningún componente actualizado."
3790
3690
 
3791
- msgid "Index content"
3792
- msgstr ""
3793
-
3794
- msgid "Index errata"
3795
- msgstr ""
3796
-
3797
- msgid "Index module streams"
3798
- msgstr ""
3799
-
3800
- msgid "Index package groups"
3801
- msgstr ""
3802
-
3803
3691
  msgid "Informable Type must be one of the following [ %{list} ]"
3804
- msgstr "El tipo informable debe ser uno de los siguientes [ %{list} ]"
3692
+ msgstr "Informable El tipo debe ser uno de los siguientes [ %{list} ]"
3805
3693
 
3806
3694
  msgid "Inherit from Repository"
3807
3695
  msgstr "Heredar del repositorio"
3808
3696
 
3809
- msgid "Initialize"
3810
- msgstr ""
3811
-
3812
3697
  msgid "Initiate a sync of the products attached to the sync plan"
3813
3698
  msgstr "Iniciar una sincronización de los productos adjuntos al plan de sincronización"
3814
3699
 
@@ -3884,9 +3769,6 @@ msgstr "Instalando grupo de paquetes..."
3884
3769
  msgid "Installing Package..."
3885
3770
  msgstr "Instalando paquete..."
3886
3771
 
3887
- msgid "Instance update"
3888
- msgstr ""
3889
-
3890
3772
  msgid "Instance-based"
3891
3773
  msgstr "Basado en la instancia"
3892
3774
 
@@ -3906,7 +3788,7 @@ msgid "Invalid association of the content view id. Content View must match the c
3906
3788
  msgstr "Asociación no válida de ID de vista de contenido. La vista de contenido debe coincidir con la versión de la vista de contenido que se está guardando"
3907
3789
 
3908
3790
  msgid "Invalid content label: %s"
3909
- msgstr "Etiqueta de contenido inválida: %s"
3791
+ msgstr "Etiqueta de contenido no válida: %s"
3910
3792
 
3911
3793
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3912
3794
  msgstr "Tipo de contenido no válido '%{content_type}' proporcionado. Los tipos de contenido pueden ser %{content_types}"
@@ -3924,7 +3806,7 @@ msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any
3924
3806
  msgstr "Tipos de erratas no válidos %{invalid_types} proporcionados. El tipo de errata puede ser cualquiera de %{valid_types}"
3925
3807
 
3926
3808
  msgid "Invalid event_type %s"
3927
- msgstr "event_type %s no válido"
3809
+ msgstr "Tipo_evento no válido %s"
3928
3810
 
3929
3811
  msgid "Invalid export format provided. Format must be one of %s "
3930
3812
  msgstr ""
@@ -3960,10 +3842,10 @@ msgid "Invalid parameters sent. You may have mistyped the address. If you contin
3960
3842
  msgstr "Parámetros inválidos enviados. Pudo haber escrito mal la dirección. Si continúa teniendo problemas con esto, por favor contacte al administrador."
3961
3843
 
3962
3844
  msgid "Invalid params provided - content_type must be one of %s"
3963
- msgstr "Parámetros proporcionados no válidos: content_type debe ser %s"
3845
+ msgstr "Parámetros no válidos proporcionados - content_type debe ser uno de los siguientes %s"
3964
3846
 
3965
3847
  msgid "Invalid params provided - date_type must be one of %s"
3966
- msgstr "Los parámetros proporcionados no son válidos: date_type debe ser %s."
3848
+ msgstr "Parámetros no válidos proporcionados - date_type debe ser uno de los siguientes %s"
3967
3849
 
3968
3850
  msgid "Invalid params provided - with_content must be one of %s"
3969
3851
  msgstr ""
@@ -3984,7 +3866,7 @@ msgid "Invalid value specified for ignorable content."
3984
3866
  msgstr "Valor no válido especificado para contenido ignorable."
3985
3867
 
3986
3868
  msgid "Invalid value specified for ignorable content. Permissible values %s"
3987
- msgstr "Valor especificado no válido para contenido ignorable. Valores permitidos %s"
3869
+ msgstr "Valor no válido especificado para contenido ignorable. Valores permitidos %s"
3988
3870
 
3989
3871
  msgid "Issued"
3990
3872
  msgstr "Publicado"
@@ -3995,6 +3877,27 @@ msgstr ""
3995
3877
  msgid "It is only allowed for Non-Redhat Yum repositories."
3996
3878
  msgstr ""
3997
3879
 
3880
+ msgid "It's not possible to bulk remove versions from a rolling content view."
3881
+ msgstr ""
3882
+
3883
+ msgid "It's not possible to copy a rolling content view."
3884
+ msgstr ""
3885
+
3886
+ msgid "It's not possible to create a filter for a rolling content view."
3887
+ msgstr ""
3888
+
3889
+ msgid "It's not possible to destroy a version of a rolling content view."
3890
+ msgstr ""
3891
+
3892
+ msgid "It's not possible to export a rolling content view."
3893
+ msgstr ""
3894
+
3895
+ msgid "It's not possible to promote a rolling content view."
3896
+ msgstr ""
3897
+
3898
+ msgid "It's not possible to publish a rolling content view."
3899
+ msgstr ""
3900
+
3998
3901
  msgid "Job '${description}' completed"
3999
3902
  msgstr ""
4000
3903
 
@@ -4086,7 +3989,7 @@ msgid "Kickstart repository ID"
4086
3989
  msgstr "ID del repositorio de Kickstart"
4087
3990
 
4088
3991
  msgid "Kickstart repository was not set for host '%{host}'"
4089
- msgstr "El repositorio de Kickstart no estaba configurado para el host '%{host}'"
3992
+ msgstr "El repositorio Kickstart no está configurado para el host '%{host}'"
4090
3993
 
4091
3994
  msgid "Label"
4092
3995
  msgstr "Etiqueta"
@@ -4119,7 +4022,7 @@ msgid "Last seen"
4119
4022
  msgstr ""
4120
4023
 
4121
4024
  msgid "Last sync"
4122
- msgstr "Última sincronización"
4025
+ msgstr ""
4123
4026
 
4124
4027
  msgid "Last task"
4125
4028
  msgstr ""
@@ -4161,10 +4064,10 @@ msgid "Lifecycle Environment"
4161
4064
  msgstr "El entorno de ciclo de vida"
4162
4065
 
4163
4066
  msgid "Lifecycle Environment %s has associated Activation Keys. Please change or remove the associated Activation Keys before trying to delete this lifecycle environment."
4164
- msgstr "El entorno de ciclo de vida %s ha asociado llaves de activación . Cambie o retire las llaves de activación asociadas antes de intentar borrar este entorno de ciclo de vida."
4067
+ msgstr "El entorno del ciclo de vida %s tiene claves de activación asociadas. Cambie o elimine las claves de activación asociadas antes de intentar eliminar este entorno del ciclo de vida."
4165
4068
 
4166
4069
  msgid "Lifecycle Environment %s has associated Hosts. Please unregister or move the associated Hosts before trying to delete this lifecycle environment."
4167
- msgstr "El entorno de ciclo de vida %s ha asociado hosts. Cambie o retire los hosts asociados antes de intentar borrar este entorno de ciclo de vida."
4070
+ msgstr "El entorno del ciclo de vida %s tiene hosts asociados. Por favor, anule el registro o mueva los Hosts asociados antes de intentar eliminar este entorno de ciclo de vida."
4168
4071
 
4169
4072
  msgid "Lifecycle Environment ID"
4170
4073
  msgstr "ID de entorno de ciclo de vida"
@@ -4347,7 +4250,7 @@ msgid "List of component content view version ids for composite views"
4347
4250
  msgstr "Lista de ID de versión de la vista de contenido del componente para las vistas compuestas"
4348
4251
 
4349
4252
  msgid "List of content units to ignore while syncing a yum repository. Must be subset of %s"
4350
- msgstr "Lista de unidades de contenido que se deben ignorar al sincronizar un repositorio yum. Debe ser un subconjunto de %s"
4253
+ msgstr "Lista de unidades de contenido a ignorar al sincronizar un repositorio yum. Debe ser un subconjunto de %s"
4351
4254
 
4352
4255
  msgid "List of enabled repo urls for the repo (Only first is used.)"
4353
4256
  msgstr "Lista de URL de repositorios habilitados para el repositorio (Solo se utiliza la primera.)"
@@ -4569,7 +4472,7 @@ msgid "Manual authentication"
4569
4472
  msgstr ""
4570
4473
 
4571
4474
  msgid "Mark Content Host Statuses as Unknown for %s"
4572
- msgstr "Marcar los estados de host de contenido como Desconocido para %s"
4475
+ msgstr "Marcar estados de host de contenido como desconocidos para %s"
4573
4476
 
4574
4477
  msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4575
4478
  msgstr ""
@@ -4587,7 +4490,7 @@ msgid "Maximum download rate when syncing a repository (requests per second). Us
4587
4490
  msgstr ""
4588
4491
 
4589
4492
  msgid "Maximum number of content hosts exceeded for host collection(s): %s"
4590
- msgstr "Se ha superado el número máximo de hosts de contenido para las recopilaciones de hosts: %s"
4493
+ msgstr "Se ha superado el número máximo de hosts de contenido para la(s) colección(es) de hosts: %s"
4591
4494
 
4592
4495
  msgid "Maximum number of hosts in the host collection"
4593
4496
  msgstr "Número máximo de hosts en la colección de hosts"
@@ -4613,9 +4516,6 @@ msgstr "Mensaje"
4613
4516
  msgid "Messaging connection"
4614
4517
  msgstr "Conexión de mensajes"
4615
4518
 
4616
- msgid "Metadata generate"
4617
- msgstr ""
4618
-
4619
4519
  msgid ""
4620
4520
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4621
4521
  "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."
@@ -4637,7 +4537,7 @@ msgid "Missing activation key!"
4637
4537
  msgstr ""
4638
4538
 
4639
4539
  msgid "Missing arguments %{substitutions} for %{content_url}"
4640
- msgstr "Faltan argumentos para %s."
4540
+ msgstr "Argumentos que faltan %{substitutions} para %{content_url}"
4641
4541
 
4642
4542
  msgid "Model"
4643
4543
  msgstr "Modelado"
@@ -4672,18 +4572,12 @@ msgstr ""
4672
4572
  msgid "Multi Content View Environment"
4673
4573
  msgstr ""
4674
4574
 
4675
- msgid "Multi copy all units"
4676
- msgstr ""
4677
-
4678
- msgid "Multi copy content"
4679
- msgstr ""
4680
-
4681
- msgid "Multi copy units"
4682
- msgstr ""
4683
-
4684
4575
  msgid "Multi-entitlement"
4685
4576
  msgstr "Multiderecho"
4686
4577
 
4578
+ msgid "Must be Ascii alphanumeric, '_' or '-'"
4579
+ msgstr ""
4580
+
4687
4581
  msgid "N/A"
4688
4582
  msgstr "N/C"
4689
4583
 
@@ -5162,7 +5056,7 @@ msgid "Not added"
5162
5056
  msgstr ""
5163
5057
 
5164
5058
  msgid "Not all necessary pulp workers running at %s."
5165
- msgstr "No todos los trabajadores de pulp trabajan en %s."
5059
+ msgstr "No todos los trabajadores de la pulpa necesarios funcionando en %s."
5166
5060
 
5167
5061
  msgid "Not installed"
5168
5062
  msgstr "No instalado"
@@ -5201,7 +5095,7 @@ msgid "Number to Allocate"
5201
5095
  msgstr "Número a asignar"
5202
5096
 
5203
5097
  msgid "OS"
5204
- msgstr "OS"
5098
+ msgstr ""
5205
5099
 
5206
5100
  msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
5207
5101
  msgstr ""
@@ -5237,7 +5131,7 @@ msgid "Once the prerequisites are met, select a provider to install katello-host
5237
5131
  msgstr ""
5238
5132
 
5239
5133
  msgid "One of parameters [ %s ] required but not specified."
5240
- msgstr "Se necesita uno de los parámetros [ %s ] pero no está especificado."
5134
+ msgstr "Uno de los parámetros [ %s ] requerido pero no especificado."
5241
5135
 
5242
5136
  msgid "One of yum or docker"
5243
5137
  msgstr "Uno de yum o docker"
@@ -5311,6 +5205,9 @@ msgstr ""
5311
5205
  msgid "Organization required"
5312
5206
  msgstr "Se requiere organización"
5313
5207
 
5208
+ msgid "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details."
5209
+ msgstr ""
5210
+
5314
5211
  msgid "Orphaned Content Protection Time"
5315
5212
  msgstr ""
5316
5213
 
@@ -5375,7 +5272,7 @@ msgid "Package Group Install Timed Out"
5375
5272
  msgstr "Instalación de grupo de paquetes expiró"
5376
5273
 
5377
5274
  msgid "Package Group Install scheduled by %s"
5378
- msgstr "Instalación de grupo de paquetes programada por %s"
5275
+ msgstr "Grupo de paquetes Instalación programada por %s"
5379
5276
 
5380
5277
  msgid "Package Group Remove"
5381
5278
  msgstr "Retiro de grupo de paquetes"
@@ -5393,13 +5290,13 @@ msgid "Package Group Remove Timed Out"
5393
5290
  msgstr "Retiro de grupo de paquetes expiró"
5394
5291
 
5395
5292
  msgid "Package Group Remove scheduled by %s"
5396
- msgstr "Retiro de grupo de paquetes programado por %s"
5293
+ msgstr "Grupo de paquetes Eliminar programado por %s"
5397
5294
 
5398
5295
  msgid "Package Group Update"
5399
5296
  msgstr "Actualización de grupo de paquetes"
5400
5297
 
5401
5298
  msgid "Package Group Update scheduled by %s"
5402
- msgstr "Actualización de grupo de paquetes programada por %s"
5299
+ msgstr "Actualización del grupo de paquetes programada por %s"
5403
5300
 
5404
5301
  msgid "Package Groups"
5405
5302
  msgstr "Grupos de paquetes"
@@ -5420,7 +5317,7 @@ msgid "Package Install Timed Out"
5420
5317
  msgstr "Instalación de paquete expiró"
5421
5318
 
5422
5319
  msgid "Package Install scheduled by %s"
5423
- msgstr "Instalación de paquetes programada por %s"
5320
+ msgstr "Instalación del paquete programada por %s"
5424
5321
 
5425
5322
  msgid "Package Remove"
5426
5323
  msgstr "Retiro de paquetes"
@@ -5438,7 +5335,7 @@ msgid "Package Remove Timed Out"
5438
5335
  msgstr "Retiro de paquete expiró"
5439
5336
 
5440
5337
  msgid "Package Remove scheduled by %s"
5441
- msgstr "Retiro de paquetes programado por %s"
5338
+ msgstr "Paquete Eliminar programado por %s"
5442
5339
 
5443
5340
  msgid "Package Type"
5444
5341
  msgstr ""
@@ -5464,6 +5361,9 @@ msgstr "Tiempo de espera de actualización de paquetes"
5464
5361
  msgid "Package Update scheduled by %s"
5465
5362
  msgstr "Actualización de paquetes programada por %s"
5466
5363
 
5364
+ msgid "Package actions will be transient"
5365
+ msgstr ""
5366
+
5467
5367
  msgid "Package group update canceled"
5468
5368
  msgstr "La actualización de grupo de paquetes ha sido cancelada"
5469
5369
 
@@ -5483,7 +5383,7 @@ msgid "Package identifiers to filter content by"
5483
5383
  msgstr "Identificadores de paquetes para filtrar el contenido"
5484
5384
 
5485
5385
  msgid "Package install failed: \"%{package}\""
5486
- msgstr "Instalación de paquete falló"
5386
+ msgstr "Fallo en la instalación del paquete: \"%{package}\""
5487
5387
 
5488
5388
  msgid "Package installation: \"%{package}\" "
5489
5389
  msgstr "Instalación del paquete: \"%{package}\" "
@@ -5567,7 +5467,7 @@ msgid "Performs an incremental-export of the repositories in library."
5567
5467
  msgstr ""
5568
5468
 
5569
5469
  msgid "Permission Denied. User '%{user}' does not have permissions to access organization '%{org}'."
5570
- msgstr "Permiso denegado. El usuario '%{user}' no tiene permiso para acceder a la organización '%{org}'."
5470
+ msgstr "Permiso denegado. El usuario '%{user}' no tiene permisos para acceder a la organización '%{org}'."
5571
5471
 
5572
5472
  msgid "Physical"
5573
5473
  msgstr "Físico"
@@ -5715,7 +5615,7 @@ msgid "Product version"
5715
5615
  msgstr "Versión del producto"
5716
5616
 
5717
5617
  msgid "Product with ID %s not found in Candlepin. Skipping content import for it."
5718
- msgstr "Producto con ID %s no encontrado en Candlepin. Saltando la importación de contenido por ese motivo."
5618
+ msgstr "Producto con ID %s no encontrado en Candlepin. Omitiendo la importación de contenido para ello."
5719
5619
 
5720
5620
  msgid "Product: '%{product}', Repository: '%{repository}'"
5721
5621
  msgstr ""
@@ -5766,7 +5666,7 @@ msgid "Provided Products"
5766
5666
  msgstr "Productos proporcionados"
5767
5667
 
5768
5668
  msgid "Provided pool with id %s has no upstream entitlement"
5769
- msgstr "El grupo provisto con id %s no tiene derecho de canal ascendente"
5669
+ msgstr "El pool proporcionado con id %s no tiene derechos upstream"
5770
5670
 
5771
5671
  msgid "Provisioning template IDs"
5772
5672
  msgstr "ID de plantilla de aprovisionamiento"
@@ -5823,7 +5723,7 @@ msgid "Pulp bulk load size"
5823
5723
  msgstr ""
5824
5724
 
5825
5725
  msgid "Pulp database connection issue at %s."
5826
- msgstr "Problema de conexión de la base de datos de Pulp en %s."
5726
+ msgstr "Problema de conexión con la base de datos Pulp en %s."
5827
5727
 
5828
5728
  msgid "Pulp database connection issue."
5829
5729
  msgstr "Problema de conexión a la base de datos Pulp"
@@ -5832,13 +5732,13 @@ msgid "Pulp disk space notification"
5832
5732
  msgstr "Notificación de espacio en el disco de Pulp"
5833
5733
 
5834
5734
  msgid "Pulp does not appear to be running at %s."
5835
- msgstr "Pulp no parece estar ejecutándose en %s."
5735
+ msgstr "La pulpa no parece funcionar en %s."
5836
5736
 
5837
5737
  msgid "Pulp does not appear to be running."
5838
5738
  msgstr "Pulp no parece estar ejecutándose."
5839
5739
 
5840
5740
  msgid "Pulp message bus connection issue at %s."
5841
- msgstr "El mensaje Pulp tiene un problema de conexión del bus en %s."
5741
+ msgstr "Problema de conexión del bus de mensajes de pulpa en %s."
5842
5742
 
5843
5743
  msgid "Pulp message bus connection issue."
5844
5744
  msgstr "Problema de conexión de bus de mensaje de Pulp."
@@ -5847,7 +5747,7 @@ msgid "Pulp node"
5847
5747
  msgstr "Pulp node"
5848
5748
 
5849
5749
  msgid "Pulp redis connection issue at %s."
5850
- msgstr "Problema de conexión de redistribución de Pulp en %."
5750
+ msgstr "Pulp redis problema de conexión en %s."
5851
5751
 
5852
5752
  msgid "Pulp server version"
5853
5753
  msgstr "Versión del servidor Pulp"
@@ -5858,9 +5758,6 @@ msgstr "Almacenamiento Pulp"
5858
5758
  msgid "Pulp task error"
5859
5759
  msgstr "Error de tarea de Pulp"
5860
5760
 
5861
- msgid "Purge completed tasks"
5862
- msgstr ""
5863
-
5864
5761
  msgid "Python Package"
5865
5762
  msgstr ""
5866
5763
 
@@ -5969,9 +5866,6 @@ msgstr "Se requiere reiniciar"
5969
5866
  msgid "Reclaim Space"
5970
5867
  msgstr ""
5971
5868
 
5972
- msgid "Reclaim space"
5973
- msgstr ""
5974
-
5975
5869
  msgid "Reclaim space from On Demand repositories"
5976
5870
  msgstr ""
5977
5871
 
@@ -6032,10 +5926,10 @@ msgstr ""
6032
5926
  msgid "Refresh Manifest"
6033
5927
  msgstr "Recargar manifiesto"
6034
5928
 
6035
- msgid "Refresh all alternate content sources"
5929
+ msgid "Refresh RollingCV Repo"
6036
5930
  msgstr ""
6037
5931
 
6038
- msgid "Refresh all distributions"
5932
+ msgid "Refresh all alternate content sources"
6039
5933
  msgstr ""
6040
5934
 
6041
5935
  msgid "Refresh alternate content sources"
@@ -6050,27 +5944,15 @@ msgstr ""
6050
5944
  msgid "Refresh counts"
6051
5945
  msgstr ""
6052
5946
 
6053
- msgid "Refresh distribution"
6054
- msgstr ""
6055
-
6056
5947
  msgid "Refresh errata applicability"
6057
5948
  msgstr ""
6058
5949
 
6059
- msgid "Refresh if needed"
6060
- msgstr ""
6061
-
6062
5950
  msgid "Refresh package applicability"
6063
5951
  msgstr ""
6064
5952
 
6065
5953
  msgid "Refresh previously imported manifest for Red Hat provider"
6066
5954
  msgstr "Actualizar el manifiesto importado anteriormente para el proveedor de Red Hat"
6067
5955
 
6068
- msgid "Refresh remote"
6069
- msgstr ""
6070
-
6071
- msgid "Refresh repos"
6072
- msgstr ""
6073
-
6074
5956
  msgid "Refresh source"
6075
5957
  msgstr ""
6076
5958
 
@@ -6081,7 +5963,7 @@ msgid "Register a host with subscription and information"
6081
5963
  msgstr "Registrar un host con suscripción e información"
6082
5964
 
6083
5965
  msgid "Register host '%s' before attaching subscriptions"
6084
- msgstr "Registrar el host '%s' antes de adjuntar las suscripciones"
5966
+ msgstr "Registrar host '%s' antes de adjuntar suscripciones"
6085
5967
 
6086
5968
  msgid "Registered"
6087
5969
  msgstr "Registrado"
@@ -6105,17 +5987,14 @@ msgid "Registration details"
6105
5987
  msgstr ""
6106
5988
 
6107
5989
  msgid "Registry name pattern results in duplicate container image names for these repositories: %s."
6108
- msgstr "El patrón de nombres de registro da como resultado nombres duplicados de imágenes de contenedores para estos depósitos: %s."
5990
+ msgstr "El patrón de nombres de registro da como resultado nombres de imagen de contenedor duplicados para estos repositorios: %s."
6109
5991
 
6110
5992
  msgid "Registry name pattern results in invalid container image name of member repository '%{name}'"
6111
- msgstr "El patrón de nombres de registro da como resultado un nombre de imagen no válido de contenedor del repositorio de miembros '%{name}'"
5993
+ msgstr "El patrón de nombre de registro da como resultado un nombre de imagen de contenedor no válido del repositorio miembro '%{name}'"
6112
5994
 
6113
5995
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6114
5996
  msgstr "El patrón de nombres de registro dará como resultado un nombre de imagen de contenedor no válido de los depósitos de los miembros"
6115
5997
 
6116
- msgid "Reindex subscriptions"
6117
- msgstr ""
6118
-
6119
5998
  msgid "Related composite content views"
6120
5999
  msgstr ""
6121
6000
 
@@ -6212,9 +6091,6 @@ msgstr "Eliminar una o más colecciones de uno o más hosts de uno o más hosts"
6212
6091
  msgid "Remove one or more subscriptions from an upstream manifest"
6213
6092
  msgstr ""
6214
6093
 
6215
- msgid "Remove orphans"
6216
- msgstr ""
6217
-
6218
6094
  msgid "Remove package group via Katello interface"
6219
6095
  msgstr "Eliminar el grupo de paquetes a través de la interfaz de Katello"
6220
6096
 
@@ -6242,12 +6118,6 @@ msgstr ""
6242
6118
  msgid "Remove subscriptions from one or more hosts"
6243
6119
  msgstr "Eliminar las suscripciones de uno o más hosts"
6244
6120
 
6245
- msgid "Remove units"
6246
- msgstr ""
6247
-
6248
- msgid "Remove unneeded repos"
6249
- msgstr ""
6250
-
6251
6121
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6252
6122
  msgstr "Eliminar versiones y/o entornos de una vista de contenido y volver a asignar sistemas y llaves"
6253
6123
 
@@ -6272,9 +6142,6 @@ msgstr ""
6272
6142
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6273
6143
  msgstr ""
6274
6144
 
6275
- msgid "Repair"
6276
- msgstr ""
6277
-
6278
6145
  msgid "Replace content source on the target machine"
6279
6146
  msgstr ""
6280
6147
 
@@ -6293,18 +6160,12 @@ msgstr "Repositorios"
6293
6160
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6294
6161
  msgstr ""
6295
6162
 
6296
- msgid "Repositories certs reset"
6297
- msgstr ""
6298
-
6299
6163
  msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
6300
6164
  msgstr ""
6301
6165
 
6302
6166
  msgid "Repositories from published Content Views are not allowed."
6303
6167
  msgstr "No se permiten los de vistas de contenido publicadas "
6304
6168
 
6305
- msgid "Repositories gpg reset"
6306
- msgstr ""
6307
-
6308
6169
  msgid "Repository"
6309
6170
  msgstr "Repositorio"
6310
6171
 
@@ -6324,7 +6185,7 @@ msgid "Repository '%(repoName)s' has been enabled."
6324
6185
  msgstr "Se ha habilitado el repositorio '%(repoName)s'."
6325
6186
 
6326
6187
  msgid "Repository ID"
6327
- msgstr "ID de repositorio"
6188
+ msgstr ""
6328
6189
 
6329
6190
  msgid "Repository Id associated with the kickstart repo used for provisioning"
6330
6191
  msgstr "ID del repositorio asociado con el repositorio de kickstart utilizado para el aprovisionamiento"
@@ -6345,7 +6206,7 @@ msgid "Repository identifier"
6345
6206
  msgstr "Identificador de repositorio"
6346
6207
 
6347
6208
  msgid "Repository label '%s' is not associated with content view."
6348
- msgstr "La etiqueta del repositorio \"%s\" no está asociada a la vista del contenido."
6209
+ msgstr "La etiqueta de repositorio '%s' no está asociada a la vista de contenido."
6349
6210
 
6350
6211
  msgid "Repository name"
6351
6212
  msgstr ""
@@ -6569,7 +6430,7 @@ msgstr ""
6569
6430
  msgid "Review affected environments"
6570
6431
  msgstr ""
6571
6432
 
6572
- msgid "Review and optionally exclude hosts from your selection."
6433
+ msgid "Review and optionally exclude hosts from your selection. Note that package actions on any image mode hosts will be transient and lost on the next reboot."
6573
6434
  msgstr ""
6574
6435
 
6575
6436
  msgid "Review and then click {submitBtnText}."
@@ -6602,6 +6463,12 @@ msgstr ""
6602
6463
  msgid "Rollback image digest"
6603
6464
  msgstr ""
6604
6465
 
6466
+ msgid "Rolling content view"
6467
+ msgstr ""
6468
+
6469
+ msgid "Rolling content views"
6470
+ msgstr ""
6471
+
6605
6472
  msgid "Rules to be added"
6606
6473
  msgstr ""
6607
6474
 
@@ -6647,33 +6514,12 @@ msgstr "SUSCRIPCIONES QUE VENCEN PRONTO"
6647
6514
  msgid "Save"
6648
6515
  msgstr "Guardar"
6649
6516
 
6650
- msgid "Save artifact"
6651
- msgstr ""
6652
-
6653
- msgid "Save distribution references"
6654
- msgstr ""
6655
-
6656
- msgid "Save publication"
6657
- msgstr ""
6658
-
6659
- msgid "Save version"
6660
- msgstr ""
6661
-
6662
- msgid "Save versions"
6663
- msgstr ""
6664
-
6665
6517
  msgid "Saving alternate content source..."
6666
6518
  msgstr ""
6667
6519
 
6668
6520
  msgid "Scan a flatpak remote"
6669
6521
  msgstr ""
6670
6522
 
6671
- msgid "Scan cdn"
6672
- msgstr ""
6673
-
6674
- msgid "Scan remote"
6675
- msgstr ""
6676
-
6677
6523
  msgid "Schema version 1"
6678
6524
  msgstr ""
6679
6525
 
@@ -6900,7 +6746,7 @@ msgid "Sending a list of included IDs is not allowed when all items are being se
6900
6746
  msgstr ""
6901
6747
 
6902
6748
  msgid "Service Level %s"
6903
- msgstr "nivel de servicio"
6749
+ msgstr "Nivel de servicio %s"
6904
6750
 
6905
6751
  msgid "Service Level (SLA)"
6906
6752
  msgstr "Nivel de servicio %s (SLA)"
@@ -7055,9 +6901,6 @@ msgstr ""
7055
6901
  msgid "Simplified"
7056
6902
  msgstr ""
7057
6903
 
7058
- msgid "Single content view consisting of e.g. repositories"
7059
- msgstr ""
7060
-
7061
6904
  msgid "Size of file to upload"
7062
6905
  msgstr "Tamaño del archivo a cargar"
7063
6906
 
@@ -7089,7 +6932,7 @@ msgid "Sockets"
7089
6932
  msgstr "Sockets"
7090
6933
 
7091
6934
  msgid "Sockets: %s"
7092
- msgstr "Sockets"
6935
+ msgstr "Enchufes: %s"
7093
6936
 
7094
6937
  msgid "Solution"
7095
6938
  msgstr "Solución"
@@ -7100,6 +6943,9 @@ msgstr "Resolver las dependencias RPM por defecto en la vista de contenido de pu
7100
6943
  msgid "Solve dependencies"
7101
6944
  msgstr "Resolver dependencias"
7102
6945
 
6946
+ msgid "Some environments are disabled because they are not associated with all of the affected hosts' content sources."
6947
+ msgstr ""
6948
+
7103
6949
  msgid "Some environments are disabled because they are not associated with the host's content source."
7104
6950
  msgstr ""
7105
6951
 
@@ -7431,10 +7277,10 @@ msgid "Successfully added %{count} content host(s) to host collection %{host_col
7431
7277
  msgstr "Añadido con éxito %{count} host(s) de contenido a la colección de hosts %{host_collection}."
7432
7278
 
7433
7279
  msgid "Successfully changed sync plan for %s product(s)"
7434
- msgstr "Se ha cambiado correctamente el plan de sincronización para %s productos"
7280
+ msgstr "Cambiado con éxito el plan de sincronización para %s producto(s)"
7435
7281
 
7436
7282
  msgid "Successfully initiated removal of %s product(s)"
7437
- msgstr "Se ha iniciado correctamente la eliminación de %s productos"
7283
+ msgstr "Iniciada con éxito la retirada de los productos %s "
7438
7284
 
7439
7285
  msgid "Successfully refreshed."
7440
7286
  msgstr ""
@@ -7463,9 +7309,6 @@ msgstr ""
7463
7309
  msgid "Supported Content Types"
7464
7310
  msgstr "Tipos de contenido admitidos"
7465
7311
 
7466
- msgid "Sync"
7467
- msgstr ""
7468
-
7469
7312
  msgid "Sync Canceled"
7470
7313
  msgstr "Sincronización cancelada"
7471
7314
 
@@ -7520,9 +7363,6 @@ msgstr "Sincronizar un repositorio"
7520
7363
  msgid "Sync all repositories for a product"
7521
7364
  msgstr "Sincronizar todos los repositorios de un producto"
7522
7365
 
7523
- msgid "Sync capsule"
7524
- msgstr ""
7525
-
7526
7366
  msgid "Sync complete."
7527
7367
  msgstr "Sincronización completa."
7528
7368
 
@@ -7541,9 +7381,6 @@ msgstr ""
7541
7381
  msgid "Sync state"
7542
7382
  msgstr ""
7543
7383
 
7544
- msgid "Syncable export"
7545
- msgstr ""
7546
-
7547
7384
  msgid "Synced"
7548
7385
  msgstr ""
7549
7386
 
@@ -7653,7 +7490,7 @@ msgid "The URL to receive a session token from, e.g. used with Automation Hub."
7653
7490
  msgstr ""
7654
7491
 
7655
7492
  msgid "The action requested on this composite view cannot be performed until all of the component content view versions have been promoted to the target environment: %{env}. This restriction is optional and can be modified in the Administrator -> Settings -> Content page using the restrict_composite_view flag."
7656
- msgstr "La acción solicitada en esta vista compuesta no se puede realizar hasta que todas las versiones de vista de contenido del componente se hayan promovido al entorno de destino: %{env}. Esta restricción es opcional y se puede modificar en la página Administrador -> Configuración -> Contenido con la marca estrict_composite_view."
7493
+ msgstr "La acción solicitada en esta vista compuesta no puede realizarse hasta que todas las versiones de la vista de contenido del componente hayan sido promovidas al entorno de destino: %{env}. Esta restricción es opcional y puede modificarse en la página Administrador -> Configuración -> Contenido mediante el indicador restrict_composite_view."
7657
7494
 
7658
7495
  msgid "The actual file contents"
7659
7496
  msgstr "El contenido real del archivo"
@@ -7705,6 +7542,9 @@ msgid ""
7705
7542
  " %{repos}"
7706
7543
  msgstr ""
7707
7544
 
7545
+ msgid "The generated container repository name is invalid. Please review the lifecycle environment's registry name pattern. It may be caused by special characters in the components that make up the name, like the organization."
7546
+ msgstr ""
7547
+
7708
7548
  msgid "The id of the content source"
7709
7549
  msgstr ""
7710
7550
 
@@ -7727,7 +7567,7 @@ msgid "The manifest doesn't exist on console.redhat.com. Please create and impor
7727
7567
  msgstr ""
7728
7568
 
7729
7569
  msgid "The manifest imported within Organization %{subject} is no longer valid. Please import a new manifest."
7730
- msgstr "El manifiesto importado dentro de la Organización %{subject} ya no es válido. Importe un nuevo manifiesto."
7570
+ msgstr "El manifiesto importado en Organización %{subject} ya no es válido. Por favor, importe un nuevo manifiesto."
7731
7571
 
7732
7572
  msgid "The maximum number of second that Pulp can take to do a single sync operation, e.g., download a single metadata file."
7733
7573
  msgstr ""
@@ -7765,7 +7605,7 @@ msgid "The page you are attempting to access requires selecting a specific organ
7765
7605
  msgstr "La página a la que intenta acceder requiere seleccionar una organización específica."
7766
7606
 
7767
7607
  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."
7768
- msgstr "La ruta %{real_path} no parece ser un repositorio válido. Si cree que esto es un error, intente actualizar el manifiesto."
7608
+ msgstr "La ruta %{real_path} no parece ser un repositorio válido. Si cree que se trata de un error, intente actualizar su manifiesto."
7769
7609
 
7770
7610
  msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
7771
7611
  msgstr "La promoción de %{content_view} a %{environment} ha finalizado. Las erratas de %{count} están a disposición de sus anfitriones."
@@ -7810,7 +7650,7 @@ msgid "The subscription is no longer available"
7810
7650
  msgstr "La suscripción ya no está disponible"
7811
7651
 
7812
7652
  msgid "The synchronization of \"%s\" has completed. Below is a summary of new errata."
7813
- msgstr "La sincronización de \"%s\" ha completado. Abajo encuentra un resumen de nuevas erratas."
7653
+ msgstr "La sincronización de \"%s\" ha finalizado. A continuación se ofrece un resumen de las nuevas erratas."
7814
7654
 
7815
7655
  msgid "The token key to use for authentication."
7816
7656
  msgstr ""
@@ -7873,7 +7713,7 @@ msgid "There was an error retrieving data from the server. Check your connection
7873
7713
  msgstr ""
7874
7714
 
7875
7715
  msgid "There was an issue with the backend service %s: "
7876
- msgstr "Se produjo un error con el servicio de segundo plano %s: "
7716
+ msgstr "Hubo un problema con el servicio backend %s: "
7877
7717
 
7878
7718
  msgid "There's no running synchronization for this smart proxy."
7879
7719
  msgstr "No hay sincronización en marcha para este proxy inteligente."
@@ -8049,9 +7889,6 @@ msgstr ""
8049
7889
  msgid "To manage packages, select an action."
8050
7890
  msgstr ""
8051
7891
 
8052
- msgid "Toggle"
8053
- msgstr ""
8054
-
8055
7892
  msgid "Token/password for the flatpak remote"
8056
7893
  msgstr ""
8057
7894
 
@@ -8170,7 +8007,7 @@ msgid "Unable to connect"
8170
8007
  msgstr "Incapaz de conectar"
8171
8008
 
8172
8009
  msgid "Unable to connect. Got: %s"
8173
- msgstr "No se pudo establecer la conexión. Se obtuvo: %s."
8010
+ msgstr "No se puede conectar. Lo tengo: %s"
8174
8011
 
8175
8012
  msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
8176
8013
  msgstr ""
@@ -8184,6 +8021,12 @@ msgstr "No se pudo detectar el almacenamiento Pulp"
8184
8021
  msgid "Unable to detect puppet path"
8185
8022
  msgstr "No se pudo detectar la ruta de Puppet"
8186
8023
 
8024
+ msgid "Unable to find a content view with ID %s"
8025
+ msgstr ""
8026
+
8027
+ msgid "Unable to find a lifecycle environment with ID %s"
8028
+ msgstr ""
8029
+
8187
8030
  msgid "Unable to find product '%s' in organization '%s'"
8188
8031
  msgstr ""
8189
8032
 
@@ -8218,7 +8061,7 @@ msgid "Unable to refresh any alternate content source. You either do not have th
8218
8061
  msgstr ""
8219
8062
 
8220
8063
  msgid "Unable to send errata e-mail notification: %{error}"
8221
- msgstr "No se puede enviar una notificación por correo electrónico de erratas: %{error}"
8064
+ msgstr "No se puede enviar la notificación de errata por correo electrónico: %{error}"
8222
8065
 
8223
8066
  msgid "Unable to sync repo. This repository does not have a feed url."
8224
8067
  msgstr "No se pudo sincronizar el repositorio. Este repositorio no tiene una URL de fuente."
@@ -8263,7 +8106,7 @@ msgid "Unlimited"
8263
8106
  msgstr "Ilimitado"
8264
8107
 
8265
8108
  msgid "Unregister host %s before assigning an organization"
8266
- msgstr "Cancelar el registro del host %s antes de asignar una organización"
8109
+ msgstr "Anular el registro del host %s antes de asignar una organización"
8267
8110
 
8268
8111
  msgid "Unregister the host as a subscription consumer"
8269
8112
  msgstr "Cancelar el registro del host como consumidor de suscripción"
@@ -8296,7 +8139,7 @@ msgid "Update Content Overrides"
8296
8139
  msgstr "Actualizar anulaciones de contenidos"
8297
8140
 
8298
8141
  msgid "Update Content Overrides to %s"
8299
- msgstr "Actualizar anulaciones de contenidos para %s"
8142
+ msgstr "Actualizar las modificaciones de contenido a %s"
8300
8143
 
8301
8144
  msgid "Update Upstream Subscription"
8302
8145
  msgstr "Actualizar suscripción de canal ascendente"
@@ -8343,27 +8186,15 @@ msgstr "Actualizar un entorno en una organización"
8343
8186
  msgid "Update content counts for the smart proxy"
8344
8187
  msgstr ""
8345
8188
 
8346
- msgid "Update content urls"
8347
- msgstr ""
8348
-
8349
8189
  msgid "Update content view environments for host"
8350
8190
  msgstr ""
8351
8191
 
8352
8192
  msgid "Update content view environments for host %s"
8353
8193
  msgstr ""
8354
8194
 
8355
- msgid "Update distributions"
8356
- msgstr ""
8357
-
8358
8195
  msgid "Update hosts manually"
8359
8196
  msgstr ""
8360
8197
 
8361
- msgid "Update http proxy"
8362
- msgstr ""
8363
-
8364
- msgid "Update http proxy details"
8365
- msgstr ""
8366
-
8367
8198
  msgid "Update installed packages, enabled repos, module inventory"
8368
8199
  msgstr "Actualizar los paquetes instalados, los repositorios habilitados, el inventario de módulos"
8369
8200
 
@@ -8379,20 +8210,11 @@ msgstr "Actualizar paquete a través de la interfaz de Katello"
8379
8210
  msgid "Update packages via Katello interface"
8380
8211
  msgstr ""
8381
8212
 
8382
- msgid "Update redhat repository"
8383
- msgstr ""
8384
-
8385
8213
  msgid "Update release version for host"
8386
8214
  msgstr "Actualizar versión de lanzamiento para el host"
8387
8215
 
8388
8216
  msgid "Update release version for host %s"
8389
- msgstr "Actualizar versión de lanzamiento para el host"
8390
-
8391
- msgid "Update remote"
8392
- msgstr ""
8393
-
8394
- msgid "Update repository"
8395
- msgstr ""
8217
+ msgstr "Actualizar la versión del host %s"
8396
8218
 
8397
8219
  msgid "Update services requiring restart"
8398
8220
  msgstr "La actualización de servicios requiere el reinicio"
@@ -8484,12 +8306,6 @@ msgstr "Cargar un fragmento del contenido del archivo"
8484
8306
  msgid "Upload a subscription manifest"
8485
8307
  msgstr "Cargar un manifiesto de suscripción"
8486
8308
 
8487
- msgid "Upload content"
8488
- msgstr ""
8489
-
8490
- msgid "Upload file"
8491
- msgstr ""
8492
-
8493
8309
  msgid "Upload into"
8494
8310
  msgstr "Cargar a "
8495
8311
 
@@ -8499,9 +8315,6 @@ msgstr ""
8499
8315
  msgid "Upload request id"
8500
8316
  msgstr "Cargar ID de solicitud"
8501
8317
 
8502
- msgid "Upload tag"
8503
- msgstr ""
8504
-
8505
8318
  msgid "Upstream Candlepin"
8506
8319
  msgstr ""
8507
8320
 
@@ -8616,9 +8429,6 @@ msgstr "El valor debe booleano o \"por defecto\" para \"habilitado\""
8616
8429
  msgid "Verify SSL"
8617
8430
  msgstr "Verificar SSL"
8618
8431
 
8619
- msgid "Verify checksum"
8620
- msgstr ""
8621
-
8622
8432
  msgid "Verify checksum for content on smart proxy"
8623
8433
  msgstr ""
8624
8434
 
@@ -8703,6 +8513,9 @@ msgstr ""
8703
8513
  msgid "View content views"
8704
8514
  msgstr ""
8705
8515
 
8516
+ msgid "View details"
8517
+ msgstr ""
8518
+
8706
8519
  msgid "View documentation"
8707
8520
  msgstr ""
8708
8521
 
@@ -8791,10 +8604,10 @@ msgid "Yes"
8791
8604
  msgstr "Sí"
8792
8605
 
8793
8606
  msgid "You are not allowed to promote to Environments %s"
8794
- msgstr "No tiene permisos para promoverse a entornos %s"
8607
+ msgstr "No está permitido ascender a Entornos %s"
8795
8608
 
8796
8609
  msgid "You are not allowed to publish Content View %s"
8797
- msgstr "No tiene permiso para publicar vista de contenido %s"
8610
+ msgstr "No puede publicar la vista Contenido %s"
8798
8611
 
8799
8612
  msgid "You can check sync status for repositories only in the library lifecycle environment.'"
8800
8613
  msgstr "Solo puede comprobar el estado de la sincronización de los repositorios en el entorno del ciclo de vida de la biblioteca.'"
@@ -8827,13 +8640,13 @@ msgid "You currently have no content views to display"
8827
8640
  msgstr ""
8828
8641
 
8829
8642
  msgid "You do not have permissions to delete %s"
8830
- msgstr "No tiene permisos para borrar %s"
8643
+ msgstr "No tienes permisos para borrar %s"
8831
8644
 
8832
8645
  msgid "You have not set a default organization on the user %s."
8833
- msgstr "No ha establecido una organización predeterminada en el usuario %s."
8646
+ msgstr "No ha establecido una organización por defecto en el usuario %s."
8834
8647
 
8835
8648
  msgid "You have subscriptions expiring within %s days"
8836
- msgstr "Tiene suscripciones que vencen dentro de %s días"
8649
+ msgstr "Tiene suscripciones que vencen en %s días"
8837
8650
 
8838
8651
  msgid "You have unsaved changes. Do you want to exit without saving your changes?"
8839
8652
  msgstr "Tienes cambios no guardados. ¿Quiere salir sin guardar sus cambios?"
@@ -8842,16 +8655,16 @@ msgid "You must select at least one host."
8842
8655
  msgstr ""
8843
8656
 
8844
8657
  msgid "You were not allowed to add %s"
8845
- msgstr "No se le ha permitido añadir %s"
8658
+ msgstr "No se le permitió añadir %s"
8846
8659
 
8847
8660
  msgid "You were not allowed to change sync plan for %s"
8848
- msgstr "No se le ha permitido cambiar el plan de sincronización para %s"
8661
+ msgstr "No se le permitió cambiar el plan de sincronización para %s"
8849
8662
 
8850
8663
  msgid "You were not allowed to delete %s"
8851
- msgstr "No se le ha permitido borrar %s"
8664
+ msgstr "No se le permitió borrar %s"
8852
8665
 
8853
8666
  msgid "You were not allowed to sync %s"
8854
- msgstr "No se le ha permitido sincronizar %s"
8667
+ msgstr "No se le permitió sincronizar %s"
8855
8668
 
8856
8669
  msgid "You're making changes to %(entitlementCount)s entitlement(s)"
8857
8670
  msgstr "Va a modificar los derechos de %(entitlementCount)s "
@@ -8976,6 +8789,9 @@ msgstr "una organización"
8976
8789
  msgid "are only allowed for Yum repositories."
8977
8790
  msgstr ""
8978
8791
 
8792
+ msgid "assign a new content source to the hosts"
8793
+ msgstr ""
8794
+
8979
8795
  msgid "attempted to sync a non-library repository."
8980
8796
  msgstr ""
8981
8797
 
@@ -9031,7 +8847,7 @@ msgid "cannot be less than one"
9031
8847
  msgstr "no puede ser menor que uno"
9032
8848
 
9033
8849
  msgid "cannot be lower than current usage count (%s)"
9034
- msgstr "No puede ser inferior que el conteo de uso actual (%s)"
8850
+ msgstr "no puede ser inferior al recuento de uso actual (%s)"
9035
8851
 
9036
8852
  msgid "cannot be nil"
9037
8853
  msgstr "No puede ser nulo"
@@ -9250,7 +9066,7 @@ msgid "filter only environments containing this name"
9250
9066
  msgstr "filtrar solo entornos que contengan este nombre"
9251
9067
 
9252
9068
  msgid "for repository '%{name}' is not unique and cannot be created in '%{env}'. Its Container Repository Name (%{container_name}) conflicts with an existing repository. Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific."
9253
- msgstr "para el repositorio '%{name}' no es único y no puede ser creado en '%{env}'. Su nombre de repositorio de contenedores (%{container_name}) entra en conflicto con un repositorio existente. Considere la posibilidad de cambiar el patrón de nombre de registro del entorno del ciclo de vida a algo más específico."
9069
+ msgstr "para el repositorio '%{name}' no es único y no puede ser creado en '%{env}'. Su Nombre de repositorio contenedor (%{container_name}) entra en conflicto con un repositorio existente. Considere cambiar el Patrón de Nombre de Registro del Entorno del Ciclo de Vida a algo más específico."
9254
9070
 
9255
9071
  msgid "force content view promotion and bypass lifecycle environment restriction"
9256
9072
  msgstr "forzar promoción de vista de contenido e ignorar la restricción del entorno de ciclo de vida"
@@ -9271,7 +9087,7 @@ msgid "here"
9271
9087
  msgstr ""
9272
9088
 
9273
9089
  msgid "host"
9274
- msgstr "huésped"
9090
+ msgstr ""
9275
9091
 
9276
9092
  msgid "host collection name to filter by"
9277
9093
  msgstr "nombre de colección de hosts que va a filtrar"
@@ -9333,9 +9149,6 @@ msgstr "Instalando paquetes"
9333
9149
  msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
9334
9150
  msgstr "interpretar que el objeto especificado muestra solo los repositorios que pueden asociarse con el objeto especificado. Solo se admiten 'content_view' y 'content_view_version'."
9335
9151
 
9336
- msgid "invalid container image name"
9337
- msgstr ""
9338
-
9339
9152
  msgid "invalid: Repositories can only require one OS version."
9340
9153
  msgstr ""
9341
9154
 
@@ -9412,7 +9225,7 @@ msgid "must be a positive integer value."
9412
9225
  msgstr "Debe ser un valor entero positivo."
9413
9226
 
9414
9227
  msgid "must be one of the following: %s"
9415
- msgstr "debe ser uno de lo siguiente: %s"
9228
+ msgstr "debe ser uno de los siguientes: %s"
9416
9229
 
9417
9230
  msgid "must be one of: %s"
9418
9231
  msgstr ""
@@ -9544,7 +9357,7 @@ msgid "product numeric identifier"
9544
9357
  msgstr "identificador numérico de producto"
9545
9358
 
9546
9359
  msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
9547
- msgstr "se estableció register_hostname_fact para %s, pero no se encontró un evento ni era localhost."
9360
+ msgstr "register_hostname_fact establecido para %s, pero no se encontró ningún hecho, o era localhost."
9548
9361
 
9549
9362
  msgid "removing package group..."
9550
9363
  msgstr "Retirando grupo de paquetes..."
@@ -9640,7 +9453,7 @@ msgid "the documentation."
9640
9453
  msgstr ""
9641
9454
 
9642
9455
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
9643
- msgstr "Los siguientes atributos no pueden ser actualizados para el proveedor de Red Hat: [ %s ]"
9456
+ msgstr "los siguientes atributos no pueden ser actualizados para el proveedor Red Hat: [ %s ]"
9644
9457
 
9645
9458
  msgid "the host"
9646
9459
  msgstr ""
@@ -9667,7 +9480,7 @@ msgid "types of filters"
9667
9480
  msgstr "tipos de filtros"
9668
9481
 
9669
9482
  msgid "unknown permission for %s"
9670
- msgstr "permisos desconocidos para %s"
9483
+ msgstr "permiso desconocido para %s"
9671
9484
 
9672
9485
  msgid "unlimited"
9673
9486
  msgstr ""