katello 4.15.0 → 4.16.0.rc1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

Files changed (505) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/common/katello_object.js +2 -2
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +248 -263
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +247 -262
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +247 -262
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +521 -536
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +253 -268
  8. data/app/assets/javascripts/katello/locale/de/katello.js +248 -263
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +247 -262
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +249 -264
  11. data/app/assets/javascripts/katello/locale/el/katello.js +251 -266
  12. data/app/assets/javascripts/katello/locale/en/katello.js +253 -268
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +263 -278
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +247 -262
  15. data/app/assets/javascripts/katello/locale/es/katello.js +248 -263
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +247 -262
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +250 -265
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +247 -262
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +249 -264
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +249 -264
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +248 -263
  22. data/app/assets/javascripts/katello/locale/id/katello.js +261 -275
  23. data/app/assets/javascripts/katello/locale/it/katello.js +252 -267
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +250 -265
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +247 -262
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +248 -263
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +248 -263
  28. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +247 -262
  29. data/app/assets/javascripts/katello/locale/mr/katello.js +248 -263
  30. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +252 -267
  31. data/app/assets/javascripts/katello/locale/or/katello.js +248 -263
  32. data/app/assets/javascripts/katello/locale/pa/katello.js +248 -263
  33. data/app/assets/javascripts/katello/locale/pl/katello.js +248 -263
  34. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +247 -262
  35. data/app/assets/javascripts/katello/locale/pt/katello.js +248 -263
  36. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +248 -263
  37. data/app/assets/javascripts/katello/locale/ro/katello.js +247 -262
  38. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +247 -262
  39. data/app/assets/javascripts/katello/locale/ru/katello.js +253 -268
  40. data/app/assets/javascripts/katello/locale/sl/katello.js +247 -262
  41. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +248 -263
  42. data/app/assets/javascripts/katello/locale/ta/katello.js +248 -263
  43. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +247 -262
  44. data/app/assets/javascripts/katello/locale/te/katello.js +248 -263
  45. data/app/assets/javascripts/katello/locale/tr/katello.js +247 -262
  46. data/app/assets/javascripts/katello/locale/vi/katello.js +247 -262
  47. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +247 -262
  48. data/app/assets/javascripts/katello/locale/zh/katello.js +247 -262
  49. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +250 -265
  50. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +255 -270
  51. data/app/assets/javascripts/katello/sync_management/sync_management.js +16 -2
  52. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +33 -9
  53. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
  54. data/app/controllers/katello/api/v2/activation_keys_controller.rb +4 -9
  55. data/app/controllers/katello/api/v2/content_uploads_controller.rb +2 -1
  56. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +3 -1
  57. data/app/controllers/katello/api/v2/content_views_controller.rb +4 -1
  58. data/app/controllers/katello/api/v2/environments_controller.rb +4 -0
  59. data/app/controllers/katello/api/v2/errata_controller.rb +12 -1
  60. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +81 -0
  61. data/app/controllers/katello/api/v2/flatpak_remotes_controller.rb +86 -0
  62. data/app/controllers/katello/api/v2/host_bootc_images_controller.rb +71 -0
  63. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +4 -6
  64. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -5
  65. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -3
  66. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +0 -8
  67. data/app/controllers/katello/concerns/api/v2/http_proxies_controller_extensions.rb +17 -0
  68. data/app/controllers/katello/concerns/http_proxies_controller_extensions.rb +20 -0
  69. data/app/controllers/katello/sync_management_controller.rb +6 -2
  70. data/app/helpers/katello/content_source_helper.rb +8 -1
  71. data/app/helpers/katello/content_view_helper.rb +3 -1
  72. data/app/lib/actions/candlepin/activation_key/create.rb +1 -3
  73. data/app/lib/actions/candlepin/activation_key/update.rb +1 -3
  74. data/app/lib/actions/candlepin/environment/set_content.rb +17 -4
  75. data/app/lib/actions/katello/activation_key/create.rb +1 -2
  76. data/app/lib/actions/katello/activation_key/update.rb +2 -4
  77. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +7 -1
  78. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +3 -2
  79. data/app/lib/actions/katello/content_view/publish.rb +7 -2
  80. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +11 -2
  81. data/app/lib/actions/katello/content_view_version/incremental_update.rb +31 -22
  82. data/app/lib/actions/katello/flatpak/mirror_remote_repository.rb +30 -0
  83. data/app/lib/actions/katello/flatpak/scan_remote.rb +17 -12
  84. data/app/lib/actions/katello/host/update_system_purpose.rb +1 -6
  85. data/app/lib/actions/pulp3/orchestration/repository/import_upload.rb +18 -2
  86. data/app/lib/actions/pulp3/repository/multi_copy_units.rb +4 -0
  87. data/app/lib/katello/api/v2/rendering.rb +2 -1
  88. data/app/lib/katello/concerns/base_template_scope_extensions.rb +3 -4
  89. data/app/lib/katello/concerns/bookmark_controller_validator_extensions.rb +13 -0
  90. data/app/lib/katello/resources/candlepin/activation_key.rb +3 -5
  91. data/app/lib/katello/resources/candlepin/product.rb +2 -1
  92. data/app/lib/katello/util/cveak_migrator.rb +3 -2
  93. data/app/lib/katello/validators/alternate_content_source_path_validator.rb +2 -2
  94. data/app/lib/katello/validators/container_image_name_validator.rb +1 -1
  95. data/app/lib/katello/validators/content_validator.rb +1 -1
  96. data/app/lib/katello/validators/content_view_environment_coherent_default_validator.rb +2 -2
  97. data/app/lib/katello/validators/content_view_environment_org_validator.rb +2 -2
  98. data/app/lib/katello/validators/content_view_environment_validator.rb +3 -3
  99. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +12 -12
  100. data/app/lib/katello/validators/content_view_filter_version_validator.rb +1 -1
  101. data/app/lib/katello/validators/generated_content_view_validator.rb +1 -1
  102. data/app/lib/katello/validators/gpg_key_content_type_validator.rb +2 -2
  103. data/app/lib/katello/validators/gpg_key_content_validator.rb +5 -5
  104. data/app/lib/katello/validators/katello_label_format_validator.rb +4 -4
  105. data/app/lib/katello/validators/katello_name_format_validator.rb +2 -2
  106. data/app/lib/katello/validators/katello_url_format_validator.rb +1 -1
  107. data/app/lib/katello/validators/library_presence_validator.rb +1 -1
  108. data/app/lib/katello/validators/no_trailing_space_validator.rb +1 -1
  109. data/app/lib/katello/validators/non_library_environment_validator.rb +1 -1
  110. data/app/lib/katello/validators/not_in_library_validator.rb +1 -1
  111. data/app/lib/katello/validators/path_descendents_validator.rb +1 -1
  112. data/app/lib/katello/validators/prior_validator.rb +1 -1
  113. data/app/lib/katello/validators/product_unique_attribute_validator.rb +1 -1
  114. data/app/lib/katello/validators/repo_disablement_validator.rb +2 -2
  115. data/app/lib/katello/validators/root_repository_unique_attribute_validator.rb +1 -1
  116. data/app/lib/katello/validators/self_reference_environment_validator.rb +1 -1
  117. data/app/lib/katello/validators/unique_field_in_org.rb +1 -1
  118. data/app/models/katello/activation_key.rb +6 -17
  119. data/app/models/katello/authorization/flatpak_remote.rb +33 -0
  120. data/app/models/katello/concerns/content_facet_host_extensions.rb +2 -1
  121. data/app/models/katello/concerns/host_managed_extensions.rb +8 -5
  122. data/app/models/katello/concerns/http_proxy_extensions.rb +4 -0
  123. data/app/models/katello/concerns/smart_proxy_extensions.rb +30 -6
  124. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -8
  125. data/app/models/katello/content_view.rb +4 -2
  126. data/app/models/katello/content_view_erratum_filter.rb +18 -2
  127. data/app/models/katello/content_view_version.rb +6 -0
  128. data/app/models/katello/docker_manifest.rb +8 -0
  129. data/app/models/katello/docker_manifest_list.rb +8 -0
  130. data/app/models/katello/erratum.rb +8 -2
  131. data/app/models/katello/flatpak_remote.rb +16 -0
  132. data/app/models/katello/flatpak_remote_repository.rb +18 -0
  133. data/app/models/katello/flatpak_remote_repository_manifest.rb +4 -0
  134. data/app/models/katello/glue/candlepin/pool.rb +1 -1
  135. data/app/models/katello/glue/pulp/repos.rb +12 -1
  136. data/app/models/katello/host/content_facet.rb +42 -3
  137. data/app/models/katello/host/subscription_facet.rb +4 -12
  138. data/app/models/katello/repository.rb +21 -8
  139. data/app/models/katello/rhel_lifecycle_status.rb +6 -0
  140. data/app/models/katello/root_repository.rb +6 -8
  141. data/app/models/katello/upstream_pool.rb +1 -0
  142. data/app/overrides/add_organization_attributes.rb +6 -0
  143. data/app/services/katello/product_content_finder.rb +2 -1
  144. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +1 -1
  145. data/app/services/katello/pulp3/docker_manifest.rb +3 -2
  146. data/app/services/katello/pulp3/docker_manifest_list.rb +3 -2
  147. data/app/services/katello/pulp3/repository/ansible_collection.rb +8 -1
  148. data/app/services/katello/pulp3/repository/apt.rb +16 -18
  149. data/app/services/katello/pulp3/repository/file.rb +4 -2
  150. data/app/services/katello/pulp3/repository.rb +4 -0
  151. data/app/services/katello/pulp3/task.rb +2 -2
  152. data/app/views/foreman/job_templates/bootc_action.erb +26 -0
  153. data/app/views/foreman/job_templates/bootc_rollback.erb +13 -0
  154. data/app/views/foreman/job_templates/bootc_status.erb +13 -0
  155. data/app/views/foreman/job_templates/bootc_switch.erb +13 -0
  156. data/app/views/foreman/job_templates/bootc_upgrade.erb +13 -0
  157. data/app/views/foreman/job_templates/flatpak_install.erb +23 -0
  158. data/app/views/foreman/job_templates/flatpak_login_action.erb +30 -0
  159. data/app/views/foreman/job_templates/flatpak_setup.erb +27 -0
  160. data/app/views/foreman/job_templates/install_errata_by_search_query.erb +1 -1
  161. data/app/views/foreman/job_templates/install_errata_by_search_query_-_katello_ansible_default.erb +1 -1
  162. data/app/views/foreman/job_templates/resolve_traces_-_katello_ansible_default.erb +1 -1
  163. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +1 -1
  164. data/app/views/katello/api/v2/activation_keys/base.json.rabl +0 -4
  165. data/app/views/katello/api/v2/content_facet/base.json.rabl +2 -1
  166. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +1 -0
  167. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +5 -1
  168. data/app/views/katello/api/v2/docker_manifest_lists/show.json.rabl +1 -1
  169. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -1
  170. data/app/views/katello/api/v2/flatpak_remote_repositories/base.json.rabl +4 -0
  171. data/app/views/katello/api/v2/flatpak_remote_repositories/index.json.rabl +7 -0
  172. data/app/views/katello/api/v2/flatpak_remote_repositories/show.json.rabl +13 -0
  173. data/app/views/katello/api/v2/flatpak_remotes/base.json.rabl +5 -0
  174. data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +8 -0
  175. data/app/views/katello/api/v2/flatpak_remotes/permissions.json.rabl +11 -0
  176. data/app/views/katello/api/v2/flatpak_remotes/show.json.rabl +3 -0
  177. data/app/views/katello/api/v2/hosts/base.json.rabl +0 -8
  178. data/app/views/katello/api/v2/hosts/os_attributes.json.rabl +13 -0
  179. data/app/views/katello/api/v2/http_proxies/show.json.rabl +1 -0
  180. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
  181. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -0
  182. data/app/views/katello/api/v2/subscription_facet/base.json.rabl +0 -4
  183. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  184. data/app/views/overrides/activation_keys/_host_synced_content_select.html.erb +10 -4
  185. data/app/views/overrides/http_proxies/_update_setting_input.html.erb +18 -0
  186. data/app/views/overrides/organizations/_step_1_override.html.erb +5 -0
  187. data/config/initializers/monkeys.rb +0 -1
  188. data/config/initializers/pagelets.rb +6 -0
  189. data/config/routes/api/registry.rb +1 -0
  190. data/config/routes/api/v2.rb +21 -0
  191. data/config/routes/overrides.rb +1 -0
  192. data/config/routes.rb +2 -0
  193. data/db/migrate/20190605014649_add_purpose_addons.rb +0 -12
  194. data/db/migrate/20200213184848_create_evr_type.rb +126 -1
  195. data/db/migrate/20200818192230_update_system_purpose_status.rb +0 -1
  196. data/db/migrate/20240207191223_remove_entitlement_mode_host_statuses.rb +0 -1
  197. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +160 -0
  198. data/db/migrate/20241022121706_add_sync_dependencies_option.rb +5 -0
  199. data/db/migrate/20241101144625_remove_system_purpose_addons.rb +9 -0
  200. data/db/migrate/20241107002541_add_registry_url_to_katello_flatpak_remotes.rb +5 -0
  201. data/db/migrate/20241112145802_add_manifest_entity_to_content_facets.rb +7 -0
  202. data/db/migrate/20241120213713_add_allow_other_types_to_content_view_erratum_filter_rules.rb +6 -0
  203. data/db/migrate/20241206183052_add_content_type_to_container_manifests_and_lists.rb +9 -0
  204. data/db/seeds.d/75-job_templates.rb +5 -1
  205. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +2 -2
  206. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js +3 -3
  207. data/engines/bastion/vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap.js +3 -3
  208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +0 -5
  209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +1 -41
  210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +0 -12
  211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html +1 -1
  212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-system-purpose-modal.controller.js +1 -41
  213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js +1 -1
  214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html +2 -2
  216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +0 -13
  217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -1
  218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +0 -5
  219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +1 -35
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -14
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +1 -1
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -2
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/debs.controller.js +46 -22
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/details/deb-content-views.controller.js +2 -1
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/debs/views/debs.html +4 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +1 -1
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +1 -1
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +2 -1
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +85 -29
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +338 -93
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +340 -95
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +340 -95
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +341 -96
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +31 -54
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +338 -93
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +338 -93
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +341 -96
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +349 -104
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +338 -93
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +33 -56
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +338 -93
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +80 -68
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +340 -95
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +340 -95
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +339 -111
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +340 -95
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +379 -130
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +342 -103
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +70 -83
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +84 -90
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +340 -95
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +130 -138
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +338 -93
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +340 -95
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +343 -97
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +340 -95
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +340 -95
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +340 -95
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +338 -93
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +338 -93
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +40 -63
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +338 -93
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +338 -93
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +343 -102
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +338 -93
  267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +340 -95
  268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +338 -93
  269. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +340 -95
  270. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +340 -95
  271. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +338 -93
  272. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +338 -93
  273. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +338 -93
  274. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +338 -93
  275. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +70 -83
  276. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +362 -105
  277. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +29 -29
  278. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/details/views/package-info.html +1 -1
  279. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-advanced-sync-modal.controller.js +1 -1
  280. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html +2 -2
  281. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +24 -8
  282. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-tasks.html +2 -1
  283. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +2 -2
  284. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -8
  285. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/os-versions.service.js +1 -0
  286. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +3 -3
  287. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +2 -1
  288. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +4 -2
  289. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +2 -1
  290. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +3 -3
  291. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +1 -1
  292. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-start-date.html +1 -1
  293. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  294. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +2 -2
  295. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -1
  296. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +2 -2
  297. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
  298. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +1 -1
  299. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +1 -1
  300. data/lib/katello/engine.rb +6 -0
  301. data/lib/katello/permission_creator.rb +37 -0
  302. data/lib/katello/permissions/host_permissions.rb +2 -0
  303. data/lib/katello/permissions/registry_permissions.rb +1 -0
  304. data/lib/katello/plugin.rb +18 -1
  305. data/lib/katello/repository_types/docker.rb +0 -1
  306. data/lib/katello/repository_types/python.rb +1 -1
  307. data/lib/katello/version.rb +1 -1
  308. data/lib/katello.rb +2 -0
  309. data/locale/Makefile +20 -24
  310. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  311. data/locale/bn/katello.po +248 -263
  312. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  313. data/locale/bn_IN/katello.po +247 -262
  314. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  315. data/locale/ca/katello.po +247 -262
  316. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  317. data/locale/cs/katello.po +524 -799
  318. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  319. data/locale/cs_CZ/katello.po +254 -269
  320. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  321. data/locale/de/katello.po +248 -263
  322. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  323. data/locale/de_AT/katello.po +247 -262
  324. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  325. data/locale/de_DE/katello.po +250 -265
  326. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  327. data/locale/el/katello.po +252 -267
  328. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  329. data/locale/en/katello.po +257 -271
  330. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  331. data/locale/en_GB/katello.po +264 -279
  332. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  333. data/locale/en_US/katello.po +247 -262
  334. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  335. data/locale/es/katello.po +248 -263
  336. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  337. data/locale/et_EE/katello.po +247 -262
  338. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  339. data/locale/fr/katello.po +250 -265
  340. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  341. data/locale/gl/katello.po +247 -262
  342. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  343. data/locale/gu/katello.po +250 -265
  344. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  345. data/locale/he_IL/katello.po +249 -264
  346. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  347. data/locale/hi/katello.po +248 -263
  348. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  349. data/locale/id/katello.po +264 -275
  350. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  351. data/locale/it/katello.po +254 -270
  352. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  353. data/locale/ja/katello.po +250 -265
  354. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  355. data/locale/ka/katello.po +247 -262
  356. data/locale/katello.pot +1216 -1215
  357. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  358. data/locale/kn/katello.po +248 -263
  359. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  360. data/locale/ko/katello.po +248 -263
  361. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  362. data/locale/ml_IN/katello.po +247 -262
  363. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  364. data/locale/mr/katello.po +248 -263
  365. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  366. data/locale/nl_NL/katello.po +254 -268
  367. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  368. data/locale/or/katello.po +248 -263
  369. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  370. data/locale/pa/katello.po +248 -263
  371. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  372. data/locale/pl/katello.po +249 -264
  373. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  374. data/locale/pl_PL/katello.po +247 -262
  375. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  376. data/locale/pt/katello.po +248 -263
  377. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  378. data/locale/pt_BR/katello.po +248 -263
  379. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  380. data/locale/ro/katello.po +247 -262
  381. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  382. data/locale/ro_RO/katello.po +247 -262
  383. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  384. data/locale/ru/katello.po +255 -270
  385. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  386. data/locale/sl/katello.po +247 -262
  387. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  388. data/locale/sv_SE/katello.po +249 -264
  389. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  390. data/locale/ta/katello.po +248 -263
  391. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  392. data/locale/ta_IN/katello.po +247 -262
  393. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  394. data/locale/te/katello.po +248 -263
  395. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  396. data/locale/tr/katello.po +247 -262
  397. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  398. data/locale/vi/katello.po +247 -262
  399. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  400. data/locale/vi_VN/katello.po +247 -262
  401. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  402. data/locale/zh/katello.po +247 -262
  403. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  404. data/locale/zh_CN/katello.po +250 -265
  405. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  406. data/locale/zh_TW/katello.po +257 -272
  407. data/webpack/ForemanColumnExtensions/index.js +73 -3
  408. data/webpack/ForemanColumnExtensions/index.scss +9 -0
  409. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  410. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +1 -1
  411. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeCard.js +1 -20
  412. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +3 -61
  413. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeCard.test.js +0 -5
  414. data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -5
  415. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +87 -0
  416. data/webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js +28 -2
  417. data/webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js +1 -1
  418. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +2 -2
  419. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -1
  420. data/webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js +55 -0
  421. data/webpack/containers/Application/config.js +5 -0
  422. data/webpack/global_index.js +3 -1
  423. data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
  424. data/webpack/scenes/BootedContainerImages/BootedContainerImagesConstants.js +5 -0
  425. data/webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js +242 -0
  426. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImages.fixtures.js +42 -0
  427. data/webpack/scenes/BootedContainerImages/__tests__/bootedContainerImagesPage.test.js +233 -0
  428. data/webpack/scenes/BootedContainerImages/index.js +4 -0
  429. data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +1 -2
  430. data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +39 -7
  431. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +13 -2
  432. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +1 -1
  433. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataDateFilterContent.test.js +1 -0
  434. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +4 -2
  435. data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +1 -2
  436. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +20 -1
  437. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +20 -1
  438. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +128 -18
  439. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedActivationKeys.fixture.json +0 -1
  440. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +1 -2
  441. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -4
  442. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +5 -1
  443. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +6 -1
  444. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +1 -1
  445. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +5 -1
  446. data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +4 -2
  447. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +38 -0
  448. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +0 -1
  449. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +0 -10
  450. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -3
  451. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +0 -1
  452. metadata +61 -58
  453. data/app/models/katello/activation_key_purpose_addon.rb +0 -6
  454. data/app/models/katello/purpose_addon.rb +0 -11
  455. data/app/models/katello/subscription_facet_purpose_addon.rb +0 -6
  456. data/lib/monkeys/fx_sqlite_skip.rb +0 -13
  457. data/locale/action_names.rb +0 -181
  458. data/locale/bn/katello.po.time_stamp +0 -0
  459. data/locale/bn_IN/katello.po.time_stamp +0 -0
  460. data/locale/ca/katello.po.time_stamp +0 -0
  461. data/locale/cs/katello.po.time_stamp +0 -0
  462. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  463. data/locale/de/katello.po.time_stamp +0 -0
  464. data/locale/de_AT/katello.po.time_stamp +0 -0
  465. data/locale/de_DE/katello.po.time_stamp +0 -0
  466. data/locale/el/katello.po.time_stamp +0 -0
  467. data/locale/en/katello.po.time_stamp +0 -0
  468. data/locale/en_GB/katello.po.time_stamp +0 -0
  469. data/locale/en_US/katello.po.time_stamp +0 -0
  470. data/locale/es/katello.po.time_stamp +0 -0
  471. data/locale/et_EE/katello.po.time_stamp +0 -0
  472. data/locale/fr/katello.po.time_stamp +0 -0
  473. data/locale/gl/katello.po.time_stamp +0 -0
  474. data/locale/gu/katello.po.time_stamp +0 -0
  475. data/locale/he_IL/katello.po.time_stamp +0 -0
  476. data/locale/hi/katello.po.time_stamp +0 -0
  477. data/locale/id/katello.po.time_stamp +0 -0
  478. data/locale/it/katello.po.time_stamp +0 -0
  479. data/locale/ja/katello.po.time_stamp +0 -0
  480. data/locale/ka/katello.po.time_stamp +0 -0
  481. data/locale/kn/katello.po.time_stamp +0 -0
  482. data/locale/ko/katello.po.time_stamp +0 -0
  483. data/locale/ml_IN/katello.po.time_stamp +0 -0
  484. data/locale/mr/katello.po.time_stamp +0 -0
  485. data/locale/nl_NL/katello.po.time_stamp +0 -0
  486. data/locale/or/katello.po.time_stamp +0 -0
  487. data/locale/pa/katello.po.time_stamp +0 -0
  488. data/locale/pl/katello.po.time_stamp +0 -0
  489. data/locale/pl_PL/katello.po.time_stamp +0 -0
  490. data/locale/pt/katello.po.time_stamp +0 -0
  491. data/locale/pt_BR/katello.po.time_stamp +0 -0
  492. data/locale/ro/katello.po.time_stamp +0 -0
  493. data/locale/ro_RO/katello.po.time_stamp +0 -0
  494. data/locale/ru/katello.po.time_stamp +0 -0
  495. data/locale/sl/katello.po.time_stamp +0 -0
  496. data/locale/sv_SE/katello.po.time_stamp +0 -0
  497. data/locale/ta/katello.po.time_stamp +0 -0
  498. data/locale/ta_IN/katello.po.time_stamp +0 -0
  499. data/locale/te/katello.po.time_stamp +0 -0
  500. data/locale/tr/katello.po.time_stamp +0 -0
  501. data/locale/vi/katello.po.time_stamp +0 -0
  502. data/locale/vi_VN/katello.po.time_stamp +0 -0
  503. data/locale/zh/katello.po.time_stamp +0 -0
  504. data/locale/zh_CN/katello.po.time_stamp +0 -0
  505. data/locale/zh_TW/katello.po.time_stamp +0 -0
@@ -3,19 +3,19 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 2.4.0-RC1",
6
+ "Project-Id-Version": "katello 1.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
- "PO-Revision-Date": "2013-01-22 13:28+0000",
9
- "Last-Translator": "lzap <lzap@seznam.cz>",
8
+ "PO-Revision-Date": "2025-02-05 14:11+0000",
9
+ "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
10
10
  "Language-Team": "LANGUAGE <LL@li.org>",
11
- "Language": "cs",
11
+ "Language": "",
12
12
  "MIME-Version": "1.0",
13
13
  "Content-Type": "text/plain; charset=UTF-8",
14
14
  "Content-Transfer-Encoding": "8bit",
15
- "Plural-Forms": "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;",
15
+ "Plural-Forms": "nplurals=INTEGER; plural=EXPRESSION;",
16
16
  "lang": "cs",
17
17
  "domain": "katello",
18
- "plural_forms": "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
18
+ "plural_forms": "nplurals=INTEGER; plural=EXPRESSION;"
19
19
  },
20
20
  "\\n* Product = '%{product}', Repository = '%{repository}'": [
21
21
  ""
@@ -117,7 +117,7 @@
117
117
  ""
118
118
  ],
119
119
  "%s Errata": [
120
- "všechny balíčky"
120
+ ""
121
121
  ],
122
122
  "%s Host": [
123
123
  "",
@@ -127,7 +127,7 @@
127
127
  ""
128
128
  ],
129
129
  "%s ago": [
130
- "před %s"
130
+ ""
131
131
  ],
132
132
  "%s content type is not enabled.": [
133
133
  ""
@@ -214,7 +214,7 @@
214
214
  ""
215
215
  ],
216
216
  "%{group} (%{total} other package groups) update failed": [
217
- "všechny aktualizační balíčky selhaly"
217
+ ""
218
218
  ],
219
219
  "%{group} (%{total} other package groups) update timed out": [
220
220
  ""
@@ -223,22 +223,22 @@
223
223
  ""
224
224
  ],
225
225
  "%{group} package group install canceled": [
226
- "Skupiny balíčků"
226
+ ""
227
227
  ],
228
228
  "%{group} package group install failed": [
229
- "Žádné nové instalační balíčky"
229
+ ""
230
230
  ],
231
231
  "%{group} package group install timed out": [
232
232
  ""
233
233
  ],
234
234
  "%{group} package group installed": [
235
- "Žádné nové instalační balíčky"
235
+ ""
236
236
  ],
237
237
  "%{group} package group remove canceled": [
238
- "Skupiny balíčků"
238
+ ""
239
239
  ],
240
240
  "%{group} package group remove failed": [
241
- "všechny aktualizační balíčky selhaly"
241
+ ""
242
242
  ],
243
243
  "%{group} package group remove timed out": [
244
244
  ""
@@ -247,16 +247,16 @@
247
247
  ""
248
248
  ],
249
249
  "%{group} package group update canceled": [
250
- "Skupiny balíčků"
250
+ ""
251
251
  ],
252
252
  "%{group} package group update failed": [
253
- "všechny aktualizační balíčky selhaly"
253
+ ""
254
254
  ],
255
255
  "%{group} package group update timed out": [
256
256
  ""
257
257
  ],
258
258
  "%{group} package group updated": [
259
- "všechny aktualizační balíčky"
259
+ ""
260
260
  ],
261
261
  "%{label} failed": [
262
262
  ""
@@ -280,7 +280,7 @@
280
280
  ""
281
281
  ],
282
282
  "%{package} (%{total} other packages) installed": [
283
- "Žádné nové instalační balíčky"
283
+ ""
284
284
  ],
285
285
  "%{package} (%{total} other packages) remove canceled": [
286
286
  ""
@@ -298,7 +298,7 @@
298
298
  ""
299
299
  ],
300
300
  "%{package} (%{total} other packages) update failed": [
301
- "všechny aktualizační balíčky selhaly"
301
+ ""
302
302
  ],
303
303
  "%{package} (%{total} other packages) update timed out": [
304
304
  ""
@@ -307,34 +307,34 @@
307
307
  ""
308
308
  ],
309
309
  "%{package} package install canceled": [
310
- "Žádné nové instalační balíčky"
310
+ ""
311
311
  ],
312
312
  "%{package} package install timed out": [
313
- "Žádné nové instalační balíčky"
313
+ ""
314
314
  ],
315
315
  "%{package} package remove canceled": [
316
- "Skupiny balíčků"
316
+ ""
317
317
  ],
318
318
  "%{package} package remove failed": [
319
- "všechny aktualizační balíčky selhaly"
319
+ ""
320
320
  ],
321
321
  "%{package} package remove timed out": [
322
322
  ""
323
323
  ],
324
324
  "%{package} package removed": [
325
- "Balíček přesunut"
325
+ ""
326
326
  ],
327
327
  "%{package} package update canceled": [
328
- "všechny aktualizační balíčky selhaly"
328
+ ""
329
329
  ],
330
330
  "%{package} package update failed": [
331
- "všechny aktualizační balíčky selhaly"
331
+ ""
332
332
  ],
333
333
  "%{package} package update timed out": [
334
- "všechny aktualizační balíčky selhaly"
334
+ ""
335
335
  ],
336
336
  "%{package} package updated": [
337
- "všechny aktualizační balíčky"
337
+ ""
338
338
  ],
339
339
  "%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail.": [
340
340
  ""
@@ -388,7 +388,7 @@
388
388
  ""
389
389
  ],
390
390
  ": '%s' is a built-in environment": [
391
- "prostředí"
391
+ ""
392
392
  ],
393
393
  ":a_resource identifier": [
394
394
  ""
@@ -465,9 +465,6 @@
465
465
  "About page": [
466
466
  ""
467
467
  ],
468
- "Abstract async task": [
469
- ""
470
- ],
471
468
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
472
469
  ""
473
470
  ],
@@ -490,7 +487,7 @@
490
487
  ""
491
488
  ],
492
489
  "Activation Keys": [
493
- "Aktivační klíče"
490
+ ""
494
491
  ],
495
492
  "Activation key": [
496
493
  ""
@@ -505,7 +502,7 @@
505
502
  ""
506
503
  ],
507
504
  "Activation key ID": [
508
- "Aktivační klíče"
505
+ ""
509
506
  ],
510
507
  "Activation key deleted": [
511
508
  ""
@@ -541,7 +538,7 @@
541
538
  ""
542
539
  ],
543
540
  "Active only": [
544
- "Aktivační klíče"
541
+ ""
545
542
  ],
546
543
  "Add": [
547
544
  ""
@@ -603,9 +600,6 @@
603
600
  "Add one or more host collections to one or more hosts": [
604
601
  ""
605
602
  ],
606
- "Add ons": [
607
- ""
608
- ],
609
603
  "Add products to sync plan": [
610
604
  ""
611
605
  ],
@@ -636,9 +630,6 @@
636
630
  "Add to a host collection": [
637
631
  ""
638
632
  ],
639
- "Add-ons": [
640
- ""
641
- ],
642
633
  "Added": [
643
634
  ""
644
635
  ],
@@ -699,15 +690,15 @@
699
690
  "All versions will be removed from these environments": [
700
691
  ""
701
692
  ],
702
- "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'.": [
703
- ""
704
- ],
705
693
  "Allow deleting repositories in published content views": [
706
694
  ""
707
695
  ],
708
696
  "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode.": [
709
697
  ""
710
698
  ],
699
+ "Allow hosts or activation keys to be associated with multiple content view environments": [
700
+ ""
701
+ ],
711
702
  "Allow hosts to re-register themselves only when they are in build mode": [
712
703
  ""
713
704
  ],
@@ -925,10 +916,10 @@
925
916
  "Assign the release version to one or more hosts": [
926
917
  ""
927
918
  ],
928
- "Assigning a host to multiple content view environments is not enabled.": [
919
+ "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
929
920
  ""
930
921
  ],
931
- "Assigning an activation key to multiple content view environments is not enabled.": [
922
+ "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
932
923
  ""
933
924
  ],
934
925
  "Associated location IDs": [
@@ -944,22 +935,22 @@
944
935
  ""
945
936
  ],
946
937
  "At least one activation key must be provided": [
947
- "Musí existovat alespoň jedna organizace."
938
+ ""
948
939
  ],
949
940
  "At least one activation key must have a lifecycle environment and content view assigned to it": [
950
941
  ""
951
942
  ],
943
+ "At least one errata type option needs to be selected.": [
944
+ ""
945
+ ],
952
946
  "At least one of the selected items requires the host to reboot": [
953
947
  ""
954
948
  ],
955
949
  "At least one organization must exist.": [
956
- "Musí existovat alespoň jedna organizace."
957
- ],
958
- "Atleast one errata type needs to be selected.": [
959
950
  ""
960
951
  ],
961
952
  "Attach a subscription": [
962
- "Neplatný stav"
953
+ ""
963
954
  ],
964
955
  "Attach subscriptions": [
965
956
  ""
@@ -982,9 +973,6 @@
982
973
  "Auto Publish - Triggered by '%s'": [
983
974
  ""
984
975
  ],
985
- "Auto attach subscriptions": [
986
- "Smazat poskytovatele"
987
- ],
988
976
  "Auto publish": [
989
977
  ""
990
978
  ],
@@ -1000,6 +988,12 @@
1000
988
  "Available Repositories": [
1001
989
  ""
1002
990
  ],
991
+ "Available image": [
992
+ ""
993
+ ],
994
+ "Available image digest": [
995
+ ""
996
+ ],
1003
997
  "Available schema versions": [
1004
998
  ""
1005
999
  ],
@@ -1007,7 +1001,7 @@
1007
1001
  ""
1008
1002
  ],
1009
1003
  "Backend System Status": [
1010
- "Systém"
1004
+ ""
1011
1005
  ],
1012
1006
  "Base URL": [
1013
1007
  ""
@@ -1015,6 +1009,9 @@
1015
1009
  "Base URL for finding alternate content": [
1016
1010
  ""
1017
1011
  ],
1012
+ "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
1013
+ ""
1014
+ ],
1018
1015
  "Base URL to perform repo discovery on": [
1019
1016
  ""
1020
1017
  ],
@@ -1060,6 +1057,24 @@
1060
1057
  "Bookmarks marked as public are available to all users": [
1061
1058
  ""
1062
1059
  ],
1060
+ "Bootc rollback via Bootc interface": [
1061
+ ""
1062
+ ],
1063
+ "Bootc status via Bootc interface": [
1064
+ ""
1065
+ ],
1066
+ "Bootc switch via Bootc interface": [
1067
+ ""
1068
+ ],
1069
+ "Bootc upgrade via Bootc interface": [
1070
+ ""
1071
+ ],
1072
+ "Booted Container Images": [
1073
+ ""
1074
+ ],
1075
+ "Booted container images": [
1076
+ ""
1077
+ ],
1063
1078
  "Both": [
1064
1079
  ""
1065
1080
  ],
@@ -1136,22 +1151,22 @@
1136
1151
  ""
1137
1152
  ],
1138
1153
  "Can't update the '%s' environment": [
1139
- "prostředí"
1154
+ ""
1140
1155
  ],
1141
1156
  "Cancel": [
1142
- "Stornováno."
1157
+ ""
1143
1158
  ],
1144
1159
  "Cancel repository discovery": [
1145
- "Repozitáře"
1160
+ ""
1146
1161
  ],
1147
1162
  "Cancel running smart proxy synchronization": [
1148
1163
  ""
1149
1164
  ],
1150
1165
  "Canceled": [
1151
- "Stornováno."
1166
+ ""
1152
1167
  ],
1153
1168
  "Cancelled.": [
1154
- "Stornováno."
1169
+ ""
1155
1170
  ],
1156
1171
  "Candlepin": [
1157
1172
  ""
@@ -1339,6 +1354,9 @@
1339
1354
  "Cannot upload Container Image content.": [
1340
1355
  ""
1341
1356
  ],
1357
+ "Cannot upload container content via Hammer/API. Use podman push instead.": [
1358
+ ""
1359
+ ],
1342
1360
  "Capacity": [
1343
1361
  ""
1344
1362
  ],
@@ -1414,13 +1432,13 @@
1414
1432
  "Collapse All": [
1415
1433
  ""
1416
1434
  ],
1417
- "Comma-separated list of Candlepin environment names associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1435
+ "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1418
1436
  ""
1419
1437
  ],
1420
- "Comma-separated list of Candlepin environment names to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1438
+ "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1421
1439
  ""
1422
1440
  ],
1423
- "Comma-separated list of Candlepin environment names to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1441
+ "Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1424
1442
  ""
1425
1443
  ],
1426
1444
  "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
@@ -1432,9 +1450,6 @@
1432
1450
  "Comma-separated list of tags to sync for a container image repository": [
1433
1451
  ""
1434
1452
  ],
1435
- "Commit upload": [
1436
- ""
1437
- ],
1438
1453
  "Compare": [
1439
1454
  ""
1440
1455
  ],
@@ -1463,7 +1478,7 @@
1463
1478
  ""
1464
1479
  ],
1465
1480
  "Composite content view": [
1466
- "Vyhledat obsah"
1481
+ ""
1467
1482
  ],
1468
1483
  "Composite content views": [
1469
1484
  ""
@@ -1532,7 +1547,7 @@
1532
1547
  ""
1533
1548
  ],
1534
1549
  "Content": [
1535
- "Vyhledat obsah"
1550
+ ""
1536
1551
  ],
1537
1552
  "Content Count": [
1538
1553
  ""
@@ -1559,10 +1574,10 @@
1559
1574
  ""
1560
1575
  ],
1561
1576
  "Content Hosts": [
1562
- "Vyhledat obsah"
1577
+ ""
1563
1578
  ],
1564
1579
  "Content Source": [
1565
- "Vyhledat obsah"
1580
+ ""
1566
1581
  ],
1567
1582
  "Content Sync": [
1568
1583
  ""
@@ -1571,7 +1586,7 @@
1571
1586
  ""
1572
1587
  ],
1573
1588
  "Content View": [
1574
- "Vyhledat obsah"
1589
+ ""
1575
1590
  ],
1576
1591
  "Content View %{view}: Versions: %{versions}": [
1577
1592
  ""
@@ -1580,7 +1595,7 @@
1580
1595
  ""
1581
1596
  ],
1582
1597
  "Content View Filter id": [
1583
- "Vyhledat obsah"
1598
+ ""
1584
1599
  ],
1585
1600
  "Content View Filter identifier. Use to filter by ID": [
1586
1601
  ""
@@ -1616,7 +1631,7 @@
1616
1631
  ""
1617
1632
  ],
1618
1633
  "Content Views": [
1619
- "Vyhledat obsah"
1634
+ ""
1620
1635
  ],
1621
1636
  "Content cannot be imported into a Composite Content View. ": [
1622
1637
  ""
@@ -1645,6 +1660,9 @@
1645
1660
  "Content imported by %{user} into content view '%{name}'": [
1646
1661
  ""
1647
1662
  ],
1663
+ "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
1664
+ ""
1665
+ ],
1648
1666
  "Content not uploaded to pulp": [
1649
1667
  ""
1650
1668
  ],
@@ -1705,6 +1723,9 @@
1705
1723
  "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish.": [
1706
1724
  ""
1707
1725
  ],
1726
+ "Content view environment": [
1727
+ ""
1728
+ ],
1708
1729
  "Content view environments": [
1709
1730
  ""
1710
1731
  ],
@@ -1718,10 +1739,10 @@
1718
1739
  ""
1719
1740
  ],
1720
1741
  "Content view identifier": [
1721
- "Vyhledat obsah"
1742
+ ""
1722
1743
  ],
1723
1744
  "Content view label": [
1724
- "Vyhledat obsah"
1745
+ ""
1725
1746
  ],
1726
1747
  "Content view must be specified": [
1727
1748
  ""
@@ -1753,6 +1774,9 @@
1753
1774
  "Content view version is empty": [
1754
1775
  ""
1755
1776
  ],
1777
+ "Content view version is empty or content counts are not up to date": [
1778
+ ""
1779
+ ],
1756
1780
  "Content views": [
1757
1781
  ""
1758
1782
  ],
@@ -1780,13 +1804,7 @@
1780
1804
  "Copy": [
1781
1805
  ""
1782
1806
  ],
1783
- "Copy all units": [
1784
- ""
1785
- ],
1786
1807
  "Copy an activation key": [
1787
- "Číst aktivační klíče"
1788
- ],
1789
- "Copy content": [
1790
1808
  ""
1791
1809
  ],
1792
1810
  "Copy content view": [
@@ -1795,12 +1813,6 @@
1795
1813
  "Copy to clipboard": [
1796
1814
  ""
1797
1815
  ],
1798
- "Copy version": [
1799
- ""
1800
- ],
1801
- "Copy version units to library": [
1802
- ""
1803
- ],
1804
1816
  "Cores per socket": [
1805
1817
  ""
1806
1818
  ],
@@ -1808,7 +1820,7 @@
1808
1820
  ""
1809
1821
  ],
1810
1822
  "Could not delete organization '%s'.": [
1811
- "Vybrat organizaci"
1823
+ ""
1812
1824
  ],
1813
1825
  "Could not find %{content} with id '%{id}' in repository.": [
1814
1826
  ""
@@ -1865,7 +1877,7 @@
1865
1877
  ""
1866
1878
  ],
1867
1879
  "Couldn't find Organization '%s'.": [
1868
- "Smazat organizaci"
1880
+ ""
1869
1881
  ],
1870
1882
  "Couldn't find activation key '%s'": [
1871
1883
  ""
@@ -1898,19 +1910,19 @@
1898
1910
  ""
1899
1911
  ],
1900
1912
  "Couldn't find environment '%s'": [
1901
- "prostředí"
1913
+ ""
1902
1914
  ],
1903
1915
  "Couldn't find errata ids '%s'": [
1904
- "Smazat organizaci"
1916
+ ""
1905
1917
  ],
1906
1918
  "Couldn't find host collection '%s'": [
1907
- "Smazat organizaci"
1919
+ ""
1908
1920
  ],
1909
1921
  "Couldn't find host with host id '%s'": [
1910
1922
  ""
1911
1923
  ],
1912
1924
  "Couldn't find organization '%s'": [
1913
- "Smazat organizaci"
1925
+ ""
1914
1926
  ],
1915
1927
  "Couldn't find prior-environment '%s'": [
1916
1928
  ""
@@ -1964,7 +1976,7 @@
1964
1976
  ""
1965
1977
  ],
1966
1978
  "Create a content view": [
1967
- "Vyhledat obsah"
1979
+ ""
1968
1980
  ],
1969
1981
  "Create a custom product": [
1970
1982
  ""
@@ -1975,23 +1987,26 @@
1975
1987
  "Create a filter rule. The parameters included should be based upon the filter type.": [
1976
1988
  ""
1977
1989
  ],
1990
+ "Create a flatpak remote": [
1991
+ ""
1992
+ ],
1978
1993
  "Create a host collection": [
1979
1994
  ""
1980
1995
  ],
1981
1996
  "Create a product": [
1982
- "Smazat poskytovatele"
1997
+ ""
1983
1998
  ],
1984
1999
  "Create a sync plan": [
1985
2000
  ""
1986
2001
  ],
1987
2002
  "Create an activation key": [
1988
- "Číst aktivační klíče"
2003
+ ""
1989
2004
  ],
1990
2005
  "Create an alternate content source to download content from during repository syncing. Note: alternate content sources are global and affect ALL sync actions on their smart proxies regardless of organization.": [
1991
2006
  ""
1992
2007
  ],
1993
2008
  "Create an environment": [
1994
- "prostředí"
2009
+ ""
1995
2010
  ],
1996
2011
  "Create an environment in an organization": [
1997
2012
  ""
@@ -2005,34 +2020,19 @@
2005
2020
  "Create content view": [
2006
2021
  ""
2007
2022
  ],
2008
- "Create exporter": [
2009
- ""
2010
- ],
2011
2023
  "Create filter": [
2012
2024
  ""
2013
2025
  ],
2014
2026
  "Create host collection": [
2015
2027
  ""
2016
2028
  ],
2017
- "Create import": [
2018
- ""
2019
- ],
2020
- "Create importer": [
2021
- ""
2022
- ],
2023
2029
  "Create new activation key": [
2024
2030
  ""
2025
2031
  ],
2026
2032
  "Create organization": [
2027
- "Vybrat organizaci"
2028
- ],
2029
- "Create package filter rule": [
2030
- ""
2031
- ],
2032
- "Create publication": [
2033
2033
  ""
2034
2034
  ],
2035
- "Create remote": [
2035
+ "Create package filter rule": [
2036
2036
  ""
2037
2037
  ],
2038
2038
  "Create rule": [
@@ -2063,13 +2063,13 @@
2063
2063
  ""
2064
2064
  ],
2065
2065
  "Custom Content Repositories": [
2066
- "Repozitáře"
2066
+ ""
2067
2067
  ],
2068
2068
  "Custom cron expression only needs to be set for interval value of custom cron": [
2069
2069
  ""
2070
2070
  ],
2071
2071
  "Custom repositories cannot be disabled.": [
2072
- "Neznámý štítek repozitáře: %s"
2072
+ ""
2073
2073
  ],
2074
2074
  "Customize with Rex": [
2075
2075
  ""
@@ -2087,7 +2087,7 @@
2087
2087
  ""
2088
2088
  ],
2089
2089
  "Date format is incorrect.": [
2090
- "Nesprávný formát datumu."
2090
+ ""
2091
2091
  ],
2092
2092
  "Days Remaining": [
2093
2093
  ""
@@ -2231,22 +2231,22 @@
2231
2231
  ""
2232
2232
  ],
2233
2233
  "Delete": [
2234
- "Smazat role"
2234
+ ""
2235
2235
  ],
2236
2236
  "Delete Activation Key": [
2237
- "Číst aktivační klíče"
2237
+ ""
2238
2238
  ],
2239
2239
  "Delete Host upon unregister": [
2240
2240
  ""
2241
2241
  ],
2242
2242
  "Delete Lifecycle Environment": [
2243
- "prostředí"
2243
+ ""
2244
2244
  ],
2245
2245
  "Delete Manifest": [
2246
- "Smazat role"
2246
+ ""
2247
2247
  ],
2248
2248
  "Delete Product": [
2249
- "Smazán poskytovatel [%s]"
2249
+ ""
2250
2250
  ],
2251
2251
  "Delete Upstream Subscription": [
2252
2252
  ""
@@ -2255,10 +2255,13 @@
2255
2255
  ""
2256
2256
  ],
2257
2257
  "Delete a content view": [
2258
- "Vyhledat obsah"
2258
+ ""
2259
2259
  ],
2260
2260
  "Delete a filter rule": [
2261
- "Vyberat architekturu"
2261
+ ""
2262
+ ],
2263
+ "Delete a flatpak remote": [
2264
+ ""
2262
2265
  ],
2263
2266
  "Delete activation key?": [
2264
2267
  ""
@@ -2270,7 +2273,7 @@
2270
2273
  ""
2271
2274
  ],
2272
2275
  "Delete an organization": [
2273
- "Vybrat organizaci"
2276
+ ""
2274
2277
  ],
2275
2278
  "Delete an upload request": [
2276
2279
  ""
@@ -2281,36 +2284,12 @@
2281
2284
  "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.": [
2282
2285
  ""
2283
2286
  ],
2284
- "Delete distributions": [
2285
- ""
2286
- ],
2287
2287
  "Delete manifest from Red Hat provider": [
2288
2288
  ""
2289
2289
  ],
2290
2290
  "Delete multiple filters from a content view": [
2291
2291
  ""
2292
2292
  ],
2293
- "Delete orphan alternate content sources": [
2294
- ""
2295
- ],
2296
- "Delete orphan distributions": [
2297
- ""
2298
- ],
2299
- "Delete orphan remotes": [
2300
- ""
2301
- ],
2302
- "Delete orphan repository versions": [
2303
- ""
2304
- ],
2305
- "Delete orphaned migrated repositories": [
2306
- ""
2307
- ],
2308
- "Delete remote": [
2309
- ""
2310
- ],
2311
- "Delete repository references": [
2312
- ""
2313
- ],
2314
2293
  "Delete version": [
2315
2294
  ""
2316
2295
  ],
@@ -2321,13 +2300,13 @@
2321
2300
  ""
2322
2301
  ],
2323
2302
  "Deleted consumer '%s'": [
2324
- "Vybrat distribuci"
2303
+ ""
2325
2304
  ],
2326
2305
  "Deleted from ": [
2327
2306
  ""
2328
2307
  ],
2329
2308
  "Deleted from %{environment}": [
2330
- "prostředí"
2309
+ ""
2331
2310
  ],
2332
2311
  "Deleting content view : ": [
2333
2312
  ""
@@ -2356,6 +2335,9 @@
2356
2335
  "Description for the new published content view version": [
2357
2336
  ""
2358
2337
  ],
2338
+ "Description of the flatpak remote": [
2339
+ ""
2340
+ ],
2359
2341
  "Description of the repository": [
2360
2342
  ""
2361
2343
  ],
@@ -2375,7 +2357,7 @@
2375
2357
  ""
2376
2358
  ],
2377
2359
  "Destroy Content Host": [
2378
- "Smazat systémy"
2360
+ ""
2379
2361
  ],
2380
2362
  "Destroy Content Host %s": [
2381
2363
  ""
@@ -2402,15 +2384,9 @@
2402
2384
  ""
2403
2385
  ],
2404
2386
  "Destroy an environment": [
2405
- "prostředí"
2406
- ],
2407
- "Destroy an environment in an organization": [
2408
- ""
2409
- ],
2410
- "Destroy exporter": [
2411
2387
  ""
2412
2388
  ],
2413
- "Destroy importer": [
2389
+ "Destroy an environment in an organization": [
2414
2390
  ""
2415
2391
  ],
2416
2392
  "Destroy one or more alternate content sources": [
@@ -2461,11 +2437,8 @@
2461
2437
  "Disabling Simple Content Access failed for '%{subject}'.": [
2462
2438
  ""
2463
2439
  ],
2464
- "Discover": [
2465
- ""
2466
- ],
2467
2440
  "Discover Repositories": [
2468
- "Repozitáře"
2441
+ ""
2469
2442
  ],
2470
2443
  "Distribute archived content view versions": [
2471
2444
  ""
@@ -2504,7 +2477,7 @@
2504
2477
  ""
2505
2478
  ],
2506
2479
  "Duration": [
2507
- "Organizace"
2480
+ ""
2508
2481
  ],
2509
2482
  "ERRATA ADVISORY": [
2510
2483
  ""
@@ -2659,9 +2632,6 @@
2659
2632
  "Environment cannot be in its own promotion path": [
2660
2633
  ""
2661
2634
  ],
2662
- "Environment contents refresh": [
2663
- ""
2664
- ],
2665
2635
  "Environment identifier": [
2666
2636
  ""
2667
2637
  ],
@@ -2684,10 +2654,10 @@
2684
2654
  ""
2685
2655
  ],
2686
2656
  "Errata ID": [
2687
- "Instalační balíčky"
2657
+ ""
2688
2658
  ],
2689
2659
  "Errata Install": [
2690
- "Instalační balíčky"
2660
+ ""
2691
2661
  ],
2692
2662
  "Errata Install scheduled by %s": [
2693
2663
  ""
@@ -2701,9 +2671,6 @@
2701
2671
  "Errata id of the erratum (RHSA-2012:108)": [
2702
2672
  ""
2703
2673
  ],
2704
- "Errata mail": [
2705
- "Instalační balíčky"
2706
- ],
2707
2674
  "Errata statuses not updated for deleted content facet with UUID %s": [
2708
2675
  ""
2709
2676
  ],
@@ -2729,7 +2696,7 @@
2729
2696
  ""
2730
2697
  ],
2731
2698
  "Erratum Install Failed": [
2732
- "Instalační balíčky"
2699
+ ""
2733
2700
  ],
2734
2701
  "Erratum Install Timed Out": [
2735
2702
  ""
@@ -2834,7 +2801,7 @@
2834
2801
  ""
2835
2802
  ],
2836
2803
  "Facts successfully updated.": [
2837
- "úspěšně vytvořen."
2804
+ ""
2838
2805
  ],
2839
2806
  "Failed": [
2840
2807
  ""
@@ -2863,9 +2830,6 @@
2863
2830
  "Fetch installable errata for one or more hosts.": [
2864
2831
  ""
2865
2832
  ],
2866
- "Fetch pxe files": [
2867
- ""
2868
- ],
2869
2833
  "Fetch traces for one or more hosts": [
2870
2834
  ""
2871
2835
  ],
@@ -2959,9 +2923,6 @@
2959
2923
  "Filter versions that are components in the specified composite version": [
2960
2924
  ""
2961
2925
  ],
2962
- "Filtered index content": [
2963
- ""
2964
- ],
2965
2926
  "Filters": [
2966
2927
  ""
2967
2928
  ],
@@ -2983,6 +2944,15 @@
2983
2944
  "Finished": [
2984
2945
  ""
2985
2946
  ],
2947
+ "Flatpak Remotes": [
2948
+ ""
2949
+ ],
2950
+ "Flatpak remote numeric identifier": [
2951
+ ""
2952
+ ],
2953
+ "Flatpak remote repository numeric identifier": [
2954
+ ""
2955
+ ],
2986
2956
  "Force": [
2987
2957
  ""
2988
2958
  ],
@@ -3043,9 +3013,6 @@
3043
3013
  "Generate host applicability": [
3044
3014
  ""
3045
3015
  ],
3046
- "Generate metadata": [
3047
- ""
3048
- ],
3049
3016
  "Generate repository applicability": [
3050
3017
  ""
3051
3018
  ],
@@ -3146,7 +3113,7 @@
3146
3113
  ""
3147
3114
  ],
3148
3115
  "Host": [
3149
- "Hostitel"
3116
+ ""
3150
3117
  ],
3151
3118
  "Host %s has not been registered with subscription-manager.": [
3152
3119
  ""
@@ -3164,10 +3131,10 @@
3164
3131
  ""
3165
3132
  ],
3166
3133
  "Host Collection name": [
3167
- "organizace"
3134
+ ""
3168
3135
  ],
3169
3136
  "Host Collections": [
3170
- "organizace"
3137
+ ""
3171
3138
  ],
3172
3139
  "Host Duplicate DMI UUIDs": [
3173
3140
  ""
@@ -3283,12 +3250,6 @@
3283
3250
  "How to order the sorted results (e.g. ASC for ascending)": [
3284
3251
  ""
3285
3252
  ],
3286
- "Hypervisors": [
3287
- ""
3288
- ],
3289
- "Hypervisors update": [
3290
- ""
3291
- ],
3292
3253
  "ID of a HTTP Proxy": [
3293
3254
  ""
3294
3255
  ],
@@ -3310,6 +3271,9 @@
3310
3271
  "ID of an organization to show repositories in": [
3311
3272
  ""
3312
3273
  ],
3274
+ "ID of flatpak remote to show repositories of": [
3275
+ ""
3276
+ ],
3313
3277
  "ID of the Organization": [
3314
3278
  ""
3315
3279
  ],
@@ -3317,7 +3281,7 @@
3317
3281
  ""
3318
3282
  ],
3319
3283
  "ID of the environment": [
3320
- "prostředí"
3284
+ ""
3321
3285
  ],
3322
3286
  "ID of the host": [
3323
3287
  ""
@@ -3326,7 +3290,7 @@
3326
3290
  ""
3327
3291
  ],
3328
3292
  "ID of the organization": [
3329
- "Vybrat organizaci"
3293
+ ""
3330
3294
  ],
3331
3295
  "ID of the product containing the repository set": [
3332
3296
  ""
@@ -3370,12 +3334,18 @@
3370
3334
  "Id of the content host": [
3371
3335
  ""
3372
3336
  ],
3337
+ "Id of the content view to limit the content counting on": [
3338
+ ""
3339
+ ],
3373
3340
  "Id of the content view to limit the synchronization on": [
3374
3341
  ""
3375
3342
  ],
3376
3343
  "Id of the content view to limit verifying checksum on": [
3377
3344
  ""
3378
3345
  ],
3346
+ "Id of the environment to limit the content counting on": [
3347
+ ""
3348
+ ],
3379
3349
  "Id of the environment to limit the synchronization on": [
3380
3350
  ""
3381
3351
  ],
@@ -3397,6 +3367,9 @@
3397
3367
  "Id of the organization to limit environments on": [
3398
3368
  ""
3399
3369
  ],
3370
+ "Id of the repository to limit the content counting on": [
3371
+ ""
3372
+ ],
3400
3373
  "Id of the repository to limit the synchronization on": [
3401
3374
  ""
3402
3375
  ],
@@ -3532,6 +3505,27 @@
3532
3505
  "Image": [
3533
3506
  ""
3534
3507
  ],
3508
+ "Image digest": [
3509
+ ""
3510
+ ],
3511
+ "Image digests": [
3512
+ ""
3513
+ ],
3514
+ "Image mode": [
3515
+ ""
3516
+ ],
3517
+ "Image mode / package mode": [
3518
+ ""
3519
+ ],
3520
+ "Image mode details": [
3521
+ ""
3522
+ ],
3523
+ "Image name": [
3524
+ ""
3525
+ ],
3526
+ "Image-mode host": [
3527
+ ""
3528
+ ],
3535
3529
  "Immediate": [
3536
3530
  ""
3537
3531
  ],
@@ -3545,7 +3539,7 @@
3545
3539
  ""
3546
3540
  ],
3547
3541
  "Import Manifest": [
3548
- "Závažnost: Důležitá"
3542
+ ""
3549
3543
  ],
3550
3544
  "Import Repository": [
3551
3545
  ""
@@ -3574,9 +3568,6 @@
3574
3568
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3575
3569
  ""
3576
3570
  ],
3577
- "Import migration": [
3578
- ""
3579
- ],
3580
3571
  "Import new manifest": [
3581
3572
  ""
3582
3573
  ],
@@ -3586,12 +3577,6 @@
3586
3577
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3587
3578
  ""
3588
3579
  ],
3589
- "Import repository upload": [
3590
- ""
3591
- ],
3592
- "Import upload": [
3593
- ""
3594
- ],
3595
3580
  "Import uploads into a repository": [
3596
3581
  ""
3597
3582
  ],
@@ -3634,6 +3619,9 @@
3634
3619
  "Include filter": [
3635
3620
  ""
3636
3621
  ],
3622
+ "Include manifests": [
3623
+ ""
3624
+ ],
3637
3625
  "Included": [
3638
3626
  ""
3639
3627
  ],
@@ -3655,9 +3643,6 @@
3655
3643
  "Incremental Update incomplete.": [
3656
3644
  ""
3657
3645
  ],
3658
- "Incremental Update of Content View Version(s) ": [
3659
- ""
3660
- ],
3661
3646
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3662
3647
  ""
3663
3648
  ],
@@ -3670,27 +3655,12 @@
3670
3655
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3671
3656
  ""
3672
3657
  ],
3673
- "Index content": [
3674
- ""
3675
- ],
3676
- "Index errata": [
3677
- "Instalační balíčky"
3678
- ],
3679
- "Index module streams": [
3680
- ""
3681
- ],
3682
- "Index package groups": [
3683
- ""
3684
- ],
3685
3658
  "Informable Type must be one of the following [ %{list} ]": [
3686
3659
  ""
3687
3660
  ],
3688
3661
  "Inherit from Repository": [
3689
3662
  ""
3690
3663
  ],
3691
- "Initialize": [
3692
- ""
3693
- ],
3694
3664
  "Initiate a sync of the products attached to the sync plan": [
3695
3665
  ""
3696
3666
  ],
@@ -3743,7 +3713,7 @@
3743
3713
  ""
3744
3714
  ],
3745
3715
  "Installed Packages": [
3746
- "všechny balíčky"
3716
+ ""
3747
3717
  ],
3748
3718
  "Installed module profiles will be removed. Additionally, all packages whose names are provided by specific modules will be removed. Packages required by other installed modules profiles and packages whose names are also provided by other modules are not removed.": [
3749
3719
  ""
@@ -3761,12 +3731,9 @@
3761
3731
  ""
3762
3732
  ],
3763
3733
  "Installing Package Group...": [
3764
- "všechny balíčky"
3734
+ ""
3765
3735
  ],
3766
3736
  "Installing Package...": [
3767
- "všechny balíčky"
3768
- ],
3769
- "Instance update": [
3770
3737
  ""
3771
3738
  ],
3772
3739
  "Instance-based": [
@@ -3788,7 +3755,7 @@
3788
3755
  ""
3789
3756
  ],
3790
3757
  "Invalid content label: %s": [
3791
- "Neplatný stav"
3758
+ ""
3792
3759
  ],
3793
3760
  "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}": [
3794
3761
  ""
@@ -3799,7 +3766,7 @@
3799
3766
  "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'": [
3800
3767
  ""
3801
3768
  ],
3802
- "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'": [
3769
+ "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'": [
3803
3770
  ""
3804
3771
  ],
3805
3772
  "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
@@ -3883,9 +3850,27 @@
3883
3850
  "Job '${description}' has started.": [
3884
3851
  ""
3885
3852
  ],
3853
+ "Katello Bootc interface": [
3854
+ ""
3855
+ ],
3886
3856
  "Katello ID of local pool to update": [
3887
3857
  ""
3888
3858
  ],
3859
+ "Katello: Bootc Action": [
3860
+ ""
3861
+ ],
3862
+ "Katello: Bootc Rollback": [
3863
+ ""
3864
+ ],
3865
+ "Katello: Bootc Status": [
3866
+ ""
3867
+ ],
3868
+ "Katello: Bootc Switch": [
3869
+ ""
3870
+ ],
3871
+ "Katello: Bootc Upgrade": [
3872
+ ""
3873
+ ],
3889
3874
  "Katello: Configure host for new content source": [
3890
3875
  ""
3891
3876
  ],
@@ -3934,6 +3919,9 @@
3934
3919
  "Katello: Upload Profile": [
3935
3920
  ""
3936
3921
  ],
3922
+ "Keep latest packages": [
3923
+ ""
3924
+ ],
3937
3925
  "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
3938
3926
  ""
3939
3927
  ],
@@ -3958,6 +3946,9 @@
3958
3946
  "Label of the content view": [
3959
3947
  ""
3960
3948
  ],
3949
+ "Label of the flatpak remote": [
3950
+ ""
3951
+ ],
3961
3952
  "Last check-in:": [
3962
3953
  ""
3963
3954
  ],
@@ -4016,7 +4007,7 @@
4016
4007
  ""
4017
4008
  ],
4018
4009
  "Lifecycle Environment": [
4019
- "prostředí"
4010
+ ""
4020
4011
  ],
4021
4012
  "Lifecycle Environment %s has associated Activation Keys. Please change or remove the associated Activation Keys before trying to delete this lifecycle environment.": [
4022
4013
  ""
@@ -4031,7 +4022,7 @@
4031
4022
  ""
4032
4023
  ],
4033
4024
  "Lifecycle Environments": [
4034
- "prostředí"
4025
+ ""
4035
4026
  ],
4036
4027
  "Lifecycle environment": [
4037
4028
  ""
@@ -4100,13 +4091,13 @@
4100
4091
  ""
4101
4092
  ],
4102
4093
  "List activation keys": [
4103
- "Aktivační klíče"
4094
+ ""
4104
4095
  ],
4105
4096
  "List all :resource_id": [
4106
4097
  ""
4107
4098
  ],
4108
4099
  "List all organizations": [
4109
- "Organizace"
4100
+ ""
4110
4101
  ],
4111
4102
  "List all packages unique by name": [
4112
4103
  ""
@@ -4123,6 +4114,9 @@
4123
4114
  "List available subscriptions from Red Hat Subscription Management": [
4124
4115
  ""
4125
4116
  ],
4117
+ "List booted bootc container images for hosts": [
4118
+ ""
4119
+ ],
4126
4120
  "List components attached to this content view": [
4127
4121
  ""
4128
4122
  ],
@@ -4136,7 +4130,7 @@
4136
4130
  ""
4137
4131
  ],
4138
4132
  "List content views": [
4139
- "Vyhledat obsah"
4133
+ ""
4140
4134
  ],
4141
4135
  "List deb packages": [
4142
4136
  ""
@@ -4145,13 +4139,13 @@
4145
4139
  ""
4146
4140
  ],
4147
4141
  "List environment paths": [
4148
- "prostředí"
4142
+ ""
4149
4143
  ],
4150
4144
  "List environments in an organization": [
4151
4145
  ""
4152
4146
  ],
4153
4147
  "List errata": [
4154
- "Instalační balíčky"
4148
+ ""
4155
4149
  ],
4156
4150
  "List errata available for the content host": [
4157
4151
  ""
@@ -4162,8 +4156,17 @@
4162
4156
  "List filter rules": [
4163
4157
  ""
4164
4158
  ],
4159
+ "List flatpak remote repositories": [
4160
+ ""
4161
+ ],
4162
+ "List flatpak remote's repositories": [
4163
+ ""
4164
+ ],
4165
+ "List flatpak remotes": [
4166
+ ""
4167
+ ],
4165
4168
  "List host collections": [
4166
- "Spravovat role"
4169
+ ""
4167
4170
  ],
4168
4171
  "List host collections in an activation key": [
4169
4172
  ""
@@ -4214,7 +4217,7 @@
4214
4217
  ""
4215
4218
  ],
4216
4219
  "List of host collection ids": [
4217
- "Vybrat organizaci"
4220
+ ""
4218
4221
  ],
4219
4222
  "List of host collection ids to update": [
4220
4223
  ""
@@ -4238,7 +4241,7 @@
4238
4241
  ""
4239
4242
  ],
4240
4243
  "List of package names": [
4241
- "všechny balíčky"
4244
+ ""
4242
4245
  ],
4243
4246
  "List of product ids": [
4244
4247
  ""
@@ -4271,7 +4274,7 @@
4271
4274
  ""
4272
4275
  ],
4273
4276
  "List of repository ids": [
4274
- "Smazán poskytovatel [%s]"
4277
+ ""
4275
4278
  ],
4276
4279
  "List of resources types that will be automatically associated": [
4277
4280
  ""
@@ -4298,7 +4301,7 @@
4298
4301
  ""
4299
4302
  ],
4300
4303
  "List products": [
4301
- "Produkty"
4304
+ ""
4302
4305
  ],
4303
4306
  "List repositories in the environment": [
4304
4307
  ""
@@ -4319,7 +4322,7 @@
4319
4322
  ""
4320
4323
  ],
4321
4324
  "List sync plans": [
4322
- "Vybrat distribuci"
4325
+ ""
4323
4326
  ],
4324
4327
  "List the lifecycle environments attached to the smart proxy": [
4325
4328
  ""
@@ -4327,6 +4330,9 @@
4327
4330
  "List the lifecycle environments not attached to the smart proxy": [
4328
4331
  ""
4329
4332
  ],
4333
+ "Load balancer": [
4334
+ ""
4335
+ ],
4330
4336
  "Loading": [
4331
4337
  ""
4332
4338
  ],
@@ -4456,9 +4462,6 @@
4456
4462
  "Messaging connection": [
4457
4463
  ""
4458
4464
  ],
4459
- "Metadata generate": [
4460
- ""
4461
- ],
4462
4465
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, 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.": [
4463
4466
  ""
4464
4467
  ],
@@ -4468,6 +4471,12 @@
4468
4471
  "Minimum version": [
4469
4472
  ""
4470
4473
  ],
4474
+ "Mirror Remote Repository": [
4475
+ ""
4476
+ ],
4477
+ "Mirror a flatpak remote repository": [
4478
+ ""
4479
+ ],
4471
4480
  "Missing activation key!": [
4472
4481
  ""
4473
4482
  ],
@@ -4480,6 +4489,9 @@
4480
4489
  "Moderate": [
4481
4490
  ""
4482
4491
  ],
4492
+ "Modify via remote execution": [
4493
+ ""
4494
+ ],
4483
4495
  "Modular": [
4484
4496
  ""
4485
4497
  ],
@@ -4501,13 +4513,7 @@
4501
4513
  "Module streams will appear here after enabling Red Hat repositories or creating custom products.": [
4502
4514
  ""
4503
4515
  ],
4504
- "Multi copy all units": [
4505
- ""
4506
- ],
4507
- "Multi copy content": [
4508
- ""
4509
- ],
4510
- "Multi copy units": [
4516
+ "Multi Content View Environment": [
4511
4517
  ""
4512
4518
  ],
4513
4519
  "Multi-entitlement": [
@@ -4561,6 +4567,12 @@
4561
4567
  "Name of the content view": [
4562
4568
  ""
4563
4569
  ],
4570
+ "Name of the flatpak remote": [
4571
+ ""
4572
+ ],
4573
+ "Name of the flatpak remote repository": [
4574
+ ""
4575
+ ],
4564
4576
  "Name of the host": [
4565
4577
  ""
4566
4578
  ],
@@ -4583,7 +4595,7 @@
4583
4595
  ""
4584
4596
  ],
4585
4597
  "Nest": [
4586
- "Host"
4598
+ ""
4587
4599
  ],
4588
4600
  "Network Sync": [
4589
4601
  ""
@@ -4595,16 +4607,16 @@
4595
4607
  ""
4596
4608
  ],
4597
4609
  "New Errata": [
4598
- "všechny balíčky"
4610
+ ""
4599
4611
  ],
4600
4612
  "New content view name": [
4601
- "Vyhledat obsah"
4613
+ ""
4602
4614
  ],
4603
4615
  "New host collection name": [
4604
- "Vyhledat obsah"
4616
+ ""
4605
4617
  ],
4606
4618
  "New name cannot be blank": [
4607
- "Název nesmí být prázdný."
4619
+ ""
4608
4620
  ],
4609
4621
  "New name for the content view": [
4610
4622
  ""
@@ -4628,7 +4640,7 @@
4628
4640
  ""
4629
4641
  ],
4630
4642
  "No Content View": [
4631
- "Vyhledat obsah"
4643
+ ""
4632
4644
  ],
4633
4645
  "No Content found": [
4634
4646
  ""
@@ -4684,6 +4696,9 @@
4684
4696
  "No content in selected versions.": [
4685
4697
  ""
4686
4698
  ],
4699
+ "No content view environments": [
4700
+ ""
4701
+ ],
4687
4702
  "No content view environments found with ids: %{ids}": [
4688
4703
  ""
4689
4704
  ],
@@ -4691,7 +4706,7 @@
4691
4706
  ""
4692
4707
  ],
4693
4708
  "No content view history events found.": [
4694
- "Vyhledat obsah"
4709
+ ""
4695
4710
  ],
4696
4711
  "No content views available": [
4697
4712
  ""
@@ -4720,9 +4735,6 @@
4720
4735
  "No enabled repositories match your search criteria.": [
4721
4736
  ""
4722
4737
  ],
4723
- "No environment": [
4724
- ""
4725
- ],
4726
4738
  "No environments": [
4727
4739
  ""
4728
4740
  ],
@@ -4739,7 +4751,7 @@
4739
4751
  ""
4740
4752
  ],
4741
4753
  "No errors": [
4742
- "Žádné chyby"
4754
+ ""
4743
4755
  ],
4744
4756
  "No existing export history was found to perform an incremental export. A full export must be performed": [
4745
4757
  ""
@@ -4757,7 +4769,7 @@
4757
4769
  ""
4758
4770
  ],
4759
4771
  "No host collections found.": [
4760
- "Vyhledat obsah"
4772
+ ""
4761
4773
  ],
4762
4774
  "No host collections yet": [
4763
4775
  ""
@@ -4853,7 +4865,7 @@
4853
4865
  ""
4854
4866
  ],
4855
4867
  "No new packages installed": [
4856
- "Žádné nové instalační balíčky"
4868
+ ""
4857
4869
  ],
4858
4870
  "No package groups yet": [
4859
4871
  ""
@@ -4868,10 +4880,10 @@
4868
4880
  ""
4869
4881
  ],
4870
4882
  "No packages removed": [
4871
- "Balíček přesunut"
4883
+ ""
4872
4884
  ],
4873
4885
  "No packages updated": [
4874
- "všechny aktualizační balíčky"
4886
+ ""
4875
4887
  ],
4876
4888
  "No pool IDs were provided.": [
4877
4889
  ""
@@ -4937,7 +4949,7 @@
4937
4949
  ""
4938
4950
  ],
4939
4951
  "No start time currently available.": [
4940
- "Žádné nové instalační balíčky"
4952
+ ""
4941
4953
  ],
4942
4954
  "No subscriptions match your search criteria.": [
4943
4955
  ""
@@ -5075,7 +5087,7 @@
5075
5087
  ""
5076
5088
  ],
5077
5089
  "Only one Red Hat provider permitted for an Organization": [
5078
- "Spravovat organizace"
5090
+ ""
5079
5091
  ],
5080
5092
  "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page.": [
5081
5093
  ""
@@ -5087,13 +5099,13 @@
5087
5099
  ""
5088
5100
  ],
5089
5101
  "Organization": [
5090
- "Organizace"
5102
+ ""
5091
5103
  ],
5092
5104
  "Organization %s is being deleted.": [
5093
5105
  ""
5094
5106
  ],
5095
5107
  "Organization ID": [
5096
- "Organizace"
5108
+ ""
5097
5109
  ],
5098
5110
  "Organization ID is required": [
5099
5111
  ""
@@ -5102,19 +5114,19 @@
5102
5114
  ""
5103
5115
  ],
5104
5116
  "Organization cannot be blank.": [
5105
- "Název nesmí být prázdný."
5117
+ ""
5106
5118
  ],
5107
5119
  "Organization id": [
5108
- "Organizace"
5120
+ ""
5109
5121
  ],
5110
5122
  "Organization id not found: '%s'": [
5111
5123
  ""
5112
5124
  ],
5113
5125
  "Organization identifier": [
5114
- "Organizace"
5126
+ ""
5115
5127
  ],
5116
5128
  "Organization label": [
5117
- "Organizace"
5129
+ ""
5118
5130
  ],
5119
5131
  "Organization label '%s' is ambiguous. Try using an id-based container name.": [
5120
5132
  ""
@@ -5126,7 +5138,7 @@
5126
5138
  ""
5127
5139
  ],
5128
5140
  "Organization required": [
5129
- "Organizace"
5141
+ ""
5130
5142
  ],
5131
5143
  "Orphaned Content Protection Time": [
5132
5144
  ""
@@ -5171,91 +5183,91 @@
5171
5183
  ""
5172
5184
  ],
5173
5185
  "Package": [
5174
- "Skupiny balíčků"
5186
+ ""
5175
5187
  ],
5176
5188
  "Package Group": [
5177
- "Skupiny balíčků"
5189
+ ""
5178
5190
  ],
5179
5191
  "Package Group Install": [
5180
- "Instalační balíčky"
5192
+ ""
5181
5193
  ],
5182
5194
  "Package Group Install Canceled": [
5183
- "Skupiny balíčků"
5195
+ ""
5184
5196
  ],
5185
5197
  "Package Group Install Complete": [
5186
- "Skupiny balíčků"
5198
+ ""
5187
5199
  ],
5188
5200
  "Package Group Install Failed": [
5189
- "Instalační balíčky"
5201
+ ""
5190
5202
  ],
5191
5203
  "Package Group Install Timed Out": [
5192
- "Skupiny balíčků"
5204
+ ""
5193
5205
  ],
5194
5206
  "Package Group Install scheduled by %s": [
5195
- "Skupiny balíčků"
5207
+ ""
5196
5208
  ],
5197
5209
  "Package Group Remove": [
5198
- "Balíček přesunut"
5210
+ ""
5199
5211
  ],
5200
5212
  "Package Group Remove Canceled": [
5201
- "Skupiny balíčků"
5213
+ ""
5202
5214
  ],
5203
5215
  "Package Group Remove Complete": [
5204
- "Skupiny balíčků"
5216
+ ""
5205
5217
  ],
5206
5218
  "Package Group Remove Failed": [
5207
- "Balíček přesunut"
5219
+ ""
5208
5220
  ],
5209
5221
  "Package Group Remove Timed Out": [
5210
- "Skupiny balíčků"
5222
+ ""
5211
5223
  ],
5212
5224
  "Package Group Remove scheduled by %s": [
5213
- "Skupiny balíčků"
5225
+ ""
5214
5226
  ],
5215
5227
  "Package Group Update": [
5216
- "Balíček aktualizován"
5228
+ ""
5217
5229
  ],
5218
5230
  "Package Group Update scheduled by %s": [
5219
- "Skupiny balíčků"
5231
+ ""
5220
5232
  ],
5221
5233
  "Package Groups": [
5222
- "Skupiny balíčků"
5234
+ ""
5223
5235
  ],
5224
5236
  "Package Install": [
5225
- "Instalační balíčky"
5237
+ ""
5226
5238
  ],
5227
5239
  "Package Install Canceled": [
5228
- "Instalační balíčky"
5240
+ ""
5229
5241
  ],
5230
5242
  "Package Install Complete": [
5231
- "Instalační balíčky"
5243
+ ""
5232
5244
  ],
5233
5245
  "Package Install Failed": [
5234
- "Instalační balíčky"
5246
+ ""
5235
5247
  ],
5236
5248
  "Package Install Timed Out": [
5237
- "Instalační balíčky"
5249
+ ""
5238
5250
  ],
5239
5251
  "Package Install scheduled by %s": [
5240
- "Instalační balíčky"
5252
+ ""
5241
5253
  ],
5242
5254
  "Package Remove": [
5243
- "Balíček přesunut"
5255
+ ""
5244
5256
  ],
5245
5257
  "Package Remove Canceled": [
5246
- "Balíček přesunut"
5258
+ ""
5247
5259
  ],
5248
5260
  "Package Remove Complete": [
5249
- "Balíček přesunut"
5261
+ ""
5250
5262
  ],
5251
5263
  "Package Remove Failed": [
5252
- "Balíček přesunut"
5264
+ ""
5253
5265
  ],
5254
5266
  "Package Remove Timed Out": [
5255
- "Balíček přesunut"
5267
+ ""
5256
5268
  ],
5257
5269
  "Package Remove scheduled by %s": [
5258
- "Balíček přesunut"
5270
+ ""
5259
5271
  ],
5260
5272
  "Package Type": [
5261
5273
  ""
@@ -5264,34 +5276,34 @@
5264
5276
  ""
5265
5277
  ],
5266
5278
  "Package Update": [
5267
- "Balíček aktualizován"
5279
+ ""
5268
5280
  ],
5269
5281
  "Package Update Canceled": [
5270
- "Balíček aktualizován"
5282
+ ""
5271
5283
  ],
5272
5284
  "Package Update Complete": [
5273
- "Balíček aktualizován"
5285
+ ""
5274
5286
  ],
5275
5287
  "Package Update Failed": [
5276
- "Balíček aktualizován"
5288
+ ""
5277
5289
  ],
5278
5290
  "Package Update Timed Out": [
5279
- "Balíček aktualizován"
5291
+ ""
5280
5292
  ],
5281
5293
  "Package Update scheduled by %s": [
5282
- "Balíček aktualizován"
5294
+ ""
5283
5295
  ],
5284
5296
  "Package group update canceled": [
5285
- "Skupiny balíčků"
5297
+ ""
5286
5298
  ],
5287
5299
  "Package group update complete": [
5288
- "Skupiny balíčků"
5300
+ ""
5289
5301
  ],
5290
5302
  "Package group update failed": [
5291
- "všechny aktualizační balíčky selhaly"
5303
+ ""
5292
5304
  ],
5293
5305
  "Package group update timed out": [
5294
- "Skupiny balíčků"
5306
+ ""
5295
5307
  ],
5296
5308
  "Package groups": [
5297
5309
  ""
@@ -5305,14 +5317,17 @@
5305
5317
  "Package installation: \\\"%{package}\\\" ": [
5306
5318
  ""
5307
5319
  ],
5308
- "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg, bdist_dumb, bdist_egg, bdist_msi, bdist_rpm, bdist_wheel, bdist_wininst, sdist.": [
5320
+ "Package mode": [
5321
+ ""
5322
+ ],
5323
+ "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist.": [
5309
5324
  ""
5310
5325
  ],
5311
5326
  "Packages": [
5312
- "Skupiny balíčků"
5327
+ ""
5313
5328
  ],
5314
5329
  "Packages must be provided": [
5315
- "Musí existovat alespoň jedna organizace."
5330
+ ""
5316
5331
  ],
5317
5332
  "Packages to be removed": [
5318
5333
  ""
@@ -5434,6 +5449,9 @@
5434
5449
  "Policy to set for mirroring content. Must be one of %s.": [
5435
5450
  ""
5436
5451
  ],
5452
+ "Possible values: %s": [
5453
+ ""
5454
+ ],
5437
5455
  "Prefer registered through Smart Proxy for remote execution": [
5438
5456
  ""
5439
5457
  ],
@@ -5468,7 +5486,7 @@
5468
5486
  ""
5469
5487
  ],
5470
5488
  "Product": [
5471
- "Produkty"
5489
+ ""
5472
5490
  ],
5473
5491
  "Product Content": [
5474
5492
  ""
@@ -5482,14 +5500,17 @@
5482
5500
  "Product ID": [
5483
5501
  ""
5484
5502
  ],
5503
+ "Product ID to mirror the remote repository to": [
5504
+ ""
5505
+ ],
5485
5506
  "Product and Repositories": [
5486
- "Produkty a Repozitáře"
5507
+ ""
5487
5508
  ],
5488
5509
  "Product architecture": [
5489
5510
  ""
5490
5511
  ],
5491
5512
  "Product description": [
5492
- "Produkty"
5513
+ ""
5493
5514
  ],
5494
5515
  "Product id as listed from a host's installed products, \\\\\\n this is not the same product id as the products api returns": [
5495
5516
  ""
@@ -5504,7 +5525,7 @@
5504
5525
  ""
5505
5526
  ],
5506
5527
  "Product name": [
5507
- "Produkty"
5528
+ ""
5508
5529
  ],
5509
5530
  "Product name as listed from a host's installed products": [
5510
5531
  ""
@@ -5528,7 +5549,7 @@
5528
5549
  ""
5529
5550
  ],
5530
5551
  "Products": [
5531
- "Produkty"
5552
+ ""
5532
5553
  ],
5533
5554
  "Products updated.": [
5534
5555
  ""
@@ -5594,7 +5615,7 @@
5594
5615
  ""
5595
5616
  ],
5596
5617
  "Publish a content view": [
5597
- "Vyhledat obsah"
5618
+ ""
5598
5619
  ],
5599
5620
  "Publish new version": [
5600
5621
  ""
@@ -5662,9 +5683,6 @@
5662
5683
  "Pulp task error": [
5663
5684
  ""
5664
5685
  ],
5665
- "Purge completed tasks": [
5666
- ""
5667
- ],
5668
5686
  "Python Package": [
5669
5687
  ""
5670
5688
  ],
@@ -5773,9 +5791,6 @@
5773
5791
  "Reclaim Space": [
5774
5792
  ""
5775
5793
  ],
5776
- "Reclaim space": [
5777
- ""
5778
- ],
5779
5794
  "Reclaim space from On Demand repositories": [
5780
5795
  ""
5781
5796
  ],
@@ -5795,10 +5810,10 @@
5795
5810
  ""
5796
5811
  ],
5797
5812
  "Red Hat CDN URL": [
5798
- "Produkty"
5813
+ ""
5799
5814
  ],
5800
5815
  "Red Hat Repositories": [
5801
- "Repozitáře"
5816
+ ""
5802
5817
  ],
5803
5818
  "Red Hat Repositories page": [
5804
5819
  ""
@@ -5834,12 +5849,9 @@
5834
5849
  ""
5835
5850
  ],
5836
5851
  "Refresh Manifest": [
5837
- "Smazat role"
5838
- ],
5839
- "Refresh all alternate content sources": [
5840
5852
  ""
5841
5853
  ],
5842
- "Refresh all distributions": [
5854
+ "Refresh all alternate content sources": [
5843
5855
  ""
5844
5856
  ],
5845
5857
  "Refresh alternate content sources": [
@@ -5854,27 +5866,15 @@
5854
5866
  "Refresh counts": [
5855
5867
  ""
5856
5868
  ],
5857
- "Refresh distribution": [
5858
- ""
5859
- ],
5860
5869
  "Refresh errata applicability": [
5861
5870
  ""
5862
5871
  ],
5863
- "Refresh if needed": [
5864
- ""
5865
- ],
5866
5872
  "Refresh package applicability": [
5867
5873
  ""
5868
5874
  ],
5869
5875
  "Refresh previously imported manifest for Red Hat provider": [
5870
5876
  ""
5871
5877
  ],
5872
- "Refresh remote": [
5873
- ""
5874
- ],
5875
- "Refresh repos": [
5876
- ""
5877
- ],
5878
5878
  "Refresh source": [
5879
5879
  ""
5880
5880
  ],
@@ -5899,6 +5899,9 @@
5899
5899
  "Registered on": [
5900
5900
  ""
5901
5901
  ],
5902
+ "Registered to": [
5903
+ ""
5904
+ ],
5902
5905
  "Registering to multiple environments is not enabled.": [
5903
5906
  ""
5904
5907
  ],
@@ -5914,9 +5917,6 @@
5914
5917
  "Registry name pattern will result in invalid container image name of member repositories": [
5915
5918
  ""
5916
5919
  ],
5917
- "Reindex subscriptions": [
5918
- ""
5919
- ],
5920
5920
  "Related composite content views": [
5921
5921
  ""
5922
5922
  ],
@@ -5963,13 +5963,13 @@
5963
5963
  ""
5964
5964
  ],
5965
5965
  "Remove Content": [
5966
- "Smazat role"
5966
+ ""
5967
5967
  ],
5968
5968
  "Remove Version": [
5969
- "repozitář"
5969
+ ""
5970
5970
  ],
5971
5971
  "Remove Versions and Associations": [
5972
- "Smazat organizaci"
5972
+ ""
5973
5973
  ],
5974
5974
  "Remove a content view from an environment": [
5975
5975
  ""
@@ -5984,7 +5984,7 @@
5984
5984
  ""
5985
5985
  ],
5986
5986
  "Remove from Environment": [
5987
- "prostředí"
5987
+ ""
5988
5988
  ],
5989
5989
  "Remove from environment": [
5990
5990
  ""
@@ -6013,9 +6013,6 @@
6013
6013
  "Remove one or more subscriptions from an upstream manifest": [
6014
6014
  ""
6015
6015
  ],
6016
- "Remove orphans": [
6017
- ""
6018
- ],
6019
6016
  "Remove package group via Katello interface": [
6020
6017
  ""
6021
6018
  ],
@@ -6043,12 +6040,6 @@
6043
6040
  "Remove subscriptions from one or more hosts": [
6044
6041
  ""
6045
6042
  ],
6046
- "Remove units": [
6047
- ""
6048
- ],
6049
- "Remove unneeded repos": [
6050
- ""
6051
- ],
6052
6043
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6053
6044
  ""
6054
6045
  ],
@@ -6062,10 +6053,10 @@
6062
6053
  ""
6063
6054
  ],
6064
6055
  "Removing Package Group...": [
6065
- "Skupiny balíčků"
6056
+ ""
6066
6057
  ],
6067
6058
  "Removing Package...": [
6068
- "Smazat balíček filtrů"
6059
+ ""
6069
6060
  ],
6070
6061
  "Removing product %{prod_name} with ID %{prod_id} from ACS %{acs_name} with ID %{acs_id}": [
6071
6062
  ""
@@ -6073,9 +6064,6 @@
6073
6064
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6074
6065
  ""
6075
6066
  ],
6076
- "Repair": [
6077
- ""
6078
- ],
6079
6067
  "Replace content source on the target machine": [
6080
6068
  ""
6081
6069
  ],
@@ -6089,12 +6077,9 @@
6089
6077
  ""
6090
6078
  ],
6091
6079
  "Repositories": [
6092
- "Repozitáře"
6093
- ],
6094
- "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6095
6080
  ""
6096
6081
  ],
6097
- "Repositories certs reset": [
6082
+ "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6098
6083
  ""
6099
6084
  ],
6100
6085
  "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.": [
@@ -6103,11 +6088,8 @@
6103
6088
  "Repositories from published Content Views are not allowed.": [
6104
6089
  ""
6105
6090
  ],
6106
- "Repositories gpg reset": [
6107
- ""
6108
- ],
6109
6091
  "Repository": [
6110
- "repozitář"
6092
+ ""
6111
6093
  ],
6112
6094
  "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete": [
6113
6095
  ""
@@ -6140,7 +6122,7 @@
6140
6122
  ""
6141
6123
  ],
6142
6124
  "Repository id": [
6143
- "Repozitáře"
6125
+ ""
6144
6126
  ],
6145
6127
  "Repository identifier": [
6146
6128
  ""
@@ -6155,7 +6137,7 @@
6155
6137
  ""
6156
6138
  ],
6157
6139
  "Repository not found": [
6158
- "Repozitáře"
6140
+ ""
6159
6141
  ],
6160
6142
  "Repository path": [
6161
6143
  ""
@@ -6397,6 +6379,12 @@
6397
6379
  "Roles": [
6398
6380
  ""
6399
6381
  ],
6382
+ "Rollback image": [
6383
+ ""
6384
+ ],
6385
+ "Rollback image digest": [
6386
+ ""
6387
+ ],
6400
6388
  "Rules to be added": [
6401
6389
  ""
6402
6390
  ],
@@ -6409,6 +6397,12 @@
6409
6397
  "Running": [
6410
6398
  ""
6411
6399
  ],
6400
+ "Running image": [
6401
+ ""
6402
+ ],
6403
+ "Running image digest": [
6404
+ ""
6405
+ ],
6412
6406
  "SKU": [
6413
6407
  ""
6414
6408
  ],
@@ -6436,25 +6430,10 @@
6436
6430
  "Save": [
6437
6431
  ""
6438
6432
  ],
6439
- "Save artifact": [
6440
- ""
6441
- ],
6442
- "Save distribution references": [
6443
- ""
6444
- ],
6445
- "Save publication": [
6446
- ""
6447
- ],
6448
- "Save version": [
6449
- ""
6450
- ],
6451
- "Save versions": [
6452
- ""
6453
- ],
6454
6433
  "Saving alternate content source...": [
6455
6434
  ""
6456
6435
  ],
6457
- "Scan cdn": [
6436
+ "Scan a flatpak remote": [
6458
6437
  ""
6459
6438
  ],
6460
6439
  "Schema version 1": [
@@ -6482,7 +6461,7 @@
6482
6461
  ""
6483
6462
  ],
6484
6463
  "Search string": [
6485
- "všechny balíčky"
6464
+ ""
6486
6465
  ],
6487
6466
  "Search string for erratum to perform an action on": [
6488
6467
  ""
@@ -6497,7 +6476,7 @@
6497
6476
  ""
6498
6477
  ],
6499
6478
  "Security": [
6500
- "Smazat systémy"
6479
+ ""
6501
6480
  ],
6502
6481
  "Security errata applicable": [
6503
6482
  ""
@@ -6515,10 +6494,10 @@
6515
6494
  ""
6516
6495
  ],
6517
6496
  "Select Content View": [
6518
- "Vyhledat obsah"
6497
+ ""
6519
6498
  ],
6520
6499
  "Select None": [
6521
- "Vybrat organizaci"
6500
+ ""
6522
6501
  ],
6523
6502
  "Select Organization": [
6524
6503
  ""
@@ -6562,9 +6541,6 @@
6562
6541
  "Select action": [
6563
6542
  ""
6564
6543
  ],
6565
- "Select add-ons": [
6566
- ""
6567
- ],
6568
6544
  "Select all": [
6569
6545
  ""
6570
6546
  ],
@@ -6572,7 +6548,7 @@
6572
6548
  ""
6573
6549
  ],
6574
6550
  "Select an Organization": [
6575
- "Vybrat organizaci"
6551
+ ""
6576
6552
  ],
6577
6553
  "Select an environment": [
6578
6554
  ""
@@ -6703,13 +6679,13 @@
6703
6679
  "Set content overrides to one or more hosts": [
6704
6680
  ""
6705
6681
  ],
6706
- "Set true to override to enabled; Set false to override to disabled.'": [
6682
+ "Set this HTTP proxy as the default content HTTP proxy": [
6707
6683
  ""
6708
6684
  ],
6709
- "Set true to remove an override and reset it to 'default'": [
6685
+ "Set true to override to enabled; Set false to override to disabled.'": [
6710
6686
  ""
6711
6687
  ],
6712
- "Sets the system add-ons": [
6688
+ "Set true to remove an override and reset it to 'default'": [
6713
6689
  ""
6714
6690
  ],
6715
6691
  "Sets the system purpose usage": [
@@ -6722,7 +6698,7 @@
6722
6698
  ""
6723
6699
  ],
6724
6700
  "Severity": [
6725
- "Závažnost: Nízká"
6701
+ ""
6726
6702
  ],
6727
6703
  "Severity must be one of: %s": [
6728
6704
  ""
@@ -6737,7 +6713,7 @@
6737
6713
  ""
6738
6714
  ],
6739
6715
  "Show a content view": [
6740
- "Vyhledat obsah"
6716
+ ""
6741
6717
  ],
6742
6718
  "Show a content view component": [
6743
6719
  ""
@@ -6745,20 +6721,26 @@
6745
6721
  "Show a content view's history": [
6746
6722
  ""
6747
6723
  ],
6724
+ "Show a flatpak remote": [
6725
+ ""
6726
+ ],
6727
+ "Show a flatpak remote repository": [
6728
+ ""
6729
+ ],
6748
6730
  "Show a host collection": [
6749
- "organizace"
6731
+ ""
6750
6732
  ],
6751
6733
  "Show a product": [
6752
- "Smazat poskytovatele"
6734
+ ""
6753
6735
  ],
6754
6736
  "Show a repository": [
6755
6737
  ""
6756
6738
  ],
6757
6739
  "Show a subscription": [
6758
- "organizace"
6740
+ ""
6759
6741
  ],
6760
6742
  "Show a sync plan": [
6761
- "+ Nový plán"
6743
+ ""
6762
6744
  ],
6763
6745
  "Show affected activation keys": [
6764
6746
  ""
@@ -6773,13 +6755,13 @@
6773
6755
  ""
6774
6756
  ],
6775
6757
  "Show an activation key": [
6776
- "Číst aktivační klíče"
6758
+ ""
6777
6759
  ],
6778
6760
  "Show an alternate content source.": [
6779
6761
  ""
6780
6762
  ],
6781
6763
  "Show an environment": [
6782
- "prostředí"
6764
+ ""
6783
6765
  ],
6784
6766
  "Show content available for an activation key": [
6785
6767
  ""
@@ -6797,7 +6779,7 @@
6797
6779
  ""
6798
6780
  ],
6799
6781
  "Show organization": [
6800
- "+ Nová organizace"
6782
+ ""
6801
6783
  ],
6802
6784
  "Show release versions available for an activation key": [
6803
6785
  ""
@@ -7072,11 +7054,17 @@
7072
7054
  "Stacking ID": [
7073
7055
  ""
7074
7056
  ],
7057
+ "Staged image": [
7058
+ ""
7059
+ ],
7060
+ "Staged image digest": [
7061
+ ""
7062
+ ],
7075
7063
  "Start Date": [
7076
7064
  ""
7077
7065
  ],
7078
7066
  "Start Date and Time can't be blank": [
7079
- "Název nesmí být prázdný."
7067
+ ""
7080
7068
  ],
7081
7069
  "Start Time": [
7082
7070
  ""
@@ -7121,13 +7109,13 @@
7121
7109
  ""
7122
7110
  ],
7123
7111
  "Subscription": [
7124
- "organizace"
7112
+ ""
7125
7113
  ],
7126
7114
  "Subscription Details": [
7127
7115
  ""
7128
7116
  ],
7129
7117
  "Subscription ID": [
7130
- "organizace"
7118
+ ""
7131
7119
  ],
7132
7120
  "Subscription Info": [
7133
7121
  ""
@@ -7148,7 +7136,7 @@
7148
7136
  ""
7149
7137
  ],
7150
7138
  "Subscription Pool uuid": [
7151
- "organizace"
7139
+ ""
7152
7140
  ],
7153
7141
  "Subscription UUID": [
7154
7142
  ""
@@ -7217,7 +7205,7 @@
7217
7205
  ""
7218
7206
  ],
7219
7207
  "Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
7220
- "úspěšně vytvořen."
7208
+ ""
7221
7209
  ],
7222
7210
  "Successfully synced capsule.": [
7223
7211
  ""
@@ -7237,11 +7225,8 @@
7237
7225
  "Supported Content Types": [
7238
7226
  ""
7239
7227
  ],
7240
- "Sync": [
7241
- ""
7242
- ],
7243
7228
  "Sync Canceled": [
7244
- "Stornováno."
7229
+ ""
7245
7230
  ],
7246
7231
  "Sync Connect Timeout": [
7247
7232
  ""
@@ -7250,10 +7235,10 @@
7250
7235
  ""
7251
7236
  ],
7252
7237
  "Sync Incomplete": [
7253
- "Stornováno."
7238
+ ""
7254
7239
  ],
7255
7240
  "Sync Overview": [
7256
- "Stornováno."
7241
+ ""
7257
7242
  ],
7258
7243
  "Sync Plan": [
7259
7244
  ""
@@ -7262,7 +7247,7 @@
7262
7247
  ""
7263
7248
  ],
7264
7249
  "Sync Plans": [
7265
- "+ Nový plán"
7250
+ ""
7266
7251
  ],
7267
7252
  "Sync Repository on Smart Proxy(ies)": [
7268
7253
  ""
@@ -7277,7 +7262,7 @@
7277
7262
  ""
7278
7263
  ],
7279
7264
  "Sync Status": [
7280
- "Systém"
7265
+ ""
7281
7266
  ],
7282
7267
  "Sync Summary": [
7283
7268
  ""
@@ -7289,12 +7274,9 @@
7289
7274
  ""
7290
7275
  ],
7291
7276
  "Sync a repository": [
7292
- "Vybrat organizaci"
7293
- ],
7294
- "Sync all repositories for a product": [
7295
7277
  ""
7296
7278
  ],
7297
- "Sync capsule": [
7279
+ "Sync all repositories for a product": [
7298
7280
  ""
7299
7281
  ],
7300
7282
  "Sync complete.": [
@@ -7315,9 +7297,6 @@
7315
7297
  "Sync state": [
7316
7298
  ""
7317
7299
  ],
7318
- "Syncable export": [
7319
- ""
7320
- ],
7321
7300
  "Synced": [
7322
7301
  ""
7323
7302
  ],
@@ -7334,7 +7313,7 @@
7334
7313
  ""
7335
7314
  ],
7336
7315
  "Synchronize repository": [
7337
- "Smazat poskytovatele"
7316
+ ""
7338
7317
  ],
7339
7318
  "Synchronize smart proxy": [
7340
7319
  ""
@@ -7349,7 +7328,7 @@
7349
7328
  ""
7350
7329
  ],
7351
7330
  "Syncing Complete.": [
7352
- "Žádné šablony"
7331
+ ""
7353
7332
  ],
7354
7333
  "Synopsis": [
7355
7334
  ""
@@ -7388,7 +7367,7 @@
7388
7367
  ""
7389
7368
  ],
7390
7369
  "Task canceled": [
7391
- "Stornováno."
7370
+ ""
7392
7371
  ],
7393
7372
  "Task detail": [
7394
7373
  ""
@@ -7432,6 +7411,9 @@
7432
7411
  "The actual file contents": [
7433
7412
  ""
7434
7413
  ],
7414
+ "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
7415
+ ""
7416
+ ],
7435
7417
  "The content type for the Alternate Content Source": [
7436
7418
  ""
7437
7419
  ],
@@ -7541,7 +7523,7 @@
7541
7523
  ""
7542
7524
  ],
7543
7525
  "The repository is already enabled": [
7544
- "Neznámý štítek repozitáře: %s"
7526
+ ""
7545
7527
  ],
7546
7528
  "The repository's publication is missing. Please run a 'complete sync' on %s.": [
7547
7529
  ""
@@ -7675,6 +7657,9 @@
7675
7657
  "This content view version doesn't have a history.": [
7676
7658
  ""
7677
7659
  ],
7660
+ "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details.": [
7661
+ ""
7662
+ ],
7678
7663
  "This content view will be automatically updated to the latest version.": [
7679
7664
  ""
7680
7665
  ],
@@ -7687,6 +7672,9 @@
7687
7672
  "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead.": [
7688
7673
  ""
7689
7674
  ],
7675
+ "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7676
+ ""
7677
+ ],
7690
7678
  "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7691
7679
  ""
7692
7680
  ],
@@ -7813,7 +7801,7 @@
7813
7801
  "To manage packages, select an action.": [
7814
7802
  ""
7815
7803
  ],
7816
- "Toggle": [
7804
+ "Token/password for the flatpak remote": [
7817
7805
  ""
7818
7806
  ],
7819
7807
  "Total steps: ": [
@@ -8000,7 +7988,7 @@
8000
7988
  ""
8001
7989
  ],
8002
7990
  "Unattach a subscription": [
8003
- "Smazat poskytovatele"
7991
+ ""
8004
7992
  ],
8005
7993
  "Unfiltered params array: %s.": [
8006
7994
  ""
@@ -8042,7 +8030,7 @@
8042
8030
  ""
8043
8031
  ],
8044
8032
  "Update": [
8045
- "Balíček aktualizován"
8033
+ ""
8046
8034
  ],
8047
8035
  "Update Alternate Content Source": [
8048
8036
  ""
@@ -8069,7 +8057,7 @@
8069
8057
  ""
8070
8058
  ],
8071
8059
  "Update a content view": [
8072
- "Vyhledat obsah"
8060
+ ""
8073
8061
  ],
8074
8062
  "Update a content view version": [
8075
8063
  ""
@@ -8077,23 +8065,26 @@
8077
8065
  "Update a filter rule. The parameters included should be based upon the filter type.": [
8078
8066
  ""
8079
8067
  ],
8068
+ "Update a flatpak remote": [
8069
+ ""
8070
+ ],
8080
8071
  "Update a host collection": [
8081
8072
  ""
8082
8073
  ],
8083
8074
  "Update a repository": [
8084
- "Smazat poskytovatele"
8075
+ ""
8085
8076
  ],
8086
8077
  "Update a sync plan": [
8087
8078
  ""
8088
8079
  ],
8089
8080
  "Update an activation key": [
8090
- "Číst aktivační klíče"
8081
+ ""
8091
8082
  ],
8092
8083
  "Update an alternate content source.": [
8093
8084
  ""
8094
8085
  ],
8095
8086
  "Update an environment": [
8096
- "prostředí"
8087
+ ""
8097
8088
  ],
8098
8089
  "Update an environment in an organization": [
8099
8090
  ""
@@ -8101,32 +8092,20 @@
8101
8092
  "Update content counts for the smart proxy": [
8102
8093
  ""
8103
8094
  ],
8104
- "Update content urls": [
8105
- ""
8106
- ],
8107
8095
  "Update content view environments for host": [
8108
8096
  ""
8109
8097
  ],
8110
8098
  "Update content view environments for host %s": [
8111
8099
  ""
8112
8100
  ],
8113
- "Update distributions": [
8114
- ""
8115
- ],
8116
8101
  "Update hosts manually": [
8117
8102
  ""
8118
8103
  ],
8119
- "Update http proxy": [
8120
- ""
8121
- ],
8122
- "Update http proxy details": [
8123
- ""
8124
- ],
8125
8104
  "Update installed packages, enabled repos, module inventory": [
8126
8105
  ""
8127
8106
  ],
8128
8107
  "Update organization": [
8129
- "Vybrat organizaci"
8108
+ ""
8130
8109
  ],
8131
8110
  "Update package group via Katello interface": [
8132
8111
  ""
@@ -8137,21 +8116,12 @@
8137
8116
  "Update packages via Katello interface": [
8138
8117
  ""
8139
8118
  ],
8140
- "Update redhat repository": [
8141
- ""
8142
- ],
8143
8119
  "Update release version for host": [
8144
8120
  ""
8145
8121
  ],
8146
8122
  "Update release version for host %s": [
8147
8123
  ""
8148
8124
  ],
8149
- "Update remote": [
8150
- ""
8151
- ],
8152
- "Update repository": [
8153
- ""
8154
- ],
8155
8125
  "Update services requiring restart": [
8156
8126
  ""
8157
8127
  ],
@@ -8189,7 +8159,7 @@
8189
8159
  ""
8190
8160
  ],
8191
8161
  "Updates a product": [
8192
- "Smazat poskytovatele"
8162
+ ""
8193
8163
  ],
8194
8164
  "Updates available: Component content view versions have been updated.": [
8195
8165
  ""
@@ -8198,7 +8168,7 @@
8198
8168
  ""
8199
8169
  ],
8200
8170
  "Updating Package...": [
8201
- "Smazat balíček filtrů"
8171
+ ""
8202
8172
  ],
8203
8173
  "Updating System Purpose for host": [
8204
8174
  ""
@@ -8207,7 +8177,7 @@
8207
8177
  ""
8208
8178
  ],
8209
8179
  "Updating package group...": [
8210
- "Smazat balíček filtrů"
8180
+ ""
8211
8181
  ],
8212
8182
  "Updating repository authentication configuration": [
8213
8183
  ""
@@ -8242,12 +8212,6 @@
8242
8212
  "Upload a subscription manifest": [
8243
8213
  ""
8244
8214
  ],
8245
- "Upload content": [
8246
- ""
8247
- ],
8248
- "Upload file": [
8249
- ""
8250
- ],
8251
8215
  "Upload into": [
8252
8216
  ""
8253
8217
  ],
@@ -8257,9 +8221,6 @@
8257
8221
  "Upload request id": [
8258
8222
  ""
8259
8223
  ],
8260
- "Upload tag": [
8261
- ""
8262
- ],
8263
8224
  "Upstream Candlepin": [
8264
8225
  ""
8265
8226
  ],
@@ -8347,6 +8308,9 @@
8347
8308
  "Username for authentication. Relevant only for 'upstream_server' type.": [
8348
8309
  ""
8349
8310
  ],
8311
+ "Username for the flatpak remote": [
8312
+ ""
8313
+ ],
8350
8314
  "Username of the upstream repository user used for authentication": [
8351
8315
  ""
8352
8316
  ],
@@ -8371,9 +8335,6 @@
8371
8335
  "Verify SSL": [
8372
8336
  ""
8373
8337
  ],
8374
- "Verify checksum": [
8375
- ""
8376
- ],
8377
8338
  "Verify checksum for content on smart proxy": [
8378
8339
  ""
8379
8340
  ],
@@ -8477,7 +8438,7 @@
8477
8438
  ""
8478
8439
  ],
8479
8440
  "Virtual": [
8480
- "Virtuální"
8441
+ ""
8481
8442
  ],
8482
8443
  "Virtual guests": [
8483
8444
  ""
@@ -8672,14 +8633,17 @@
8672
8633
  ""
8673
8634
  ],
8674
8635
  "a package": [
8675
- "všechny balíčky"
8636
+ ""
8676
8637
  ],
8677
8638
  "a package group": [
8678
- "všechny balíčky"
8639
+ ""
8679
8640
  ],
8680
8641
  "actions not found": [
8681
8642
  ""
8682
8643
  ],
8644
+ "activation key": [
8645
+ ""
8646
+ ],
8683
8647
  "activation key identifier": [
8684
8648
  ""
8685
8649
  ],
@@ -8687,7 +8651,7 @@
8687
8651
  ""
8688
8652
  ],
8689
8653
  "activation keys": [
8690
- "Aktivační klíče"
8654
+ ""
8691
8655
  ],
8692
8656
  "add all module streams without errata to the included/excluded list. (module stream filter only)": [
8693
8657
  ""
@@ -8699,13 +8663,13 @@
8699
8663
  ""
8700
8664
  ],
8701
8665
  "all packages": [
8702
- "všechny balíčky"
8666
+ ""
8703
8667
  ],
8704
8668
  "all packages update": [
8705
- "všechny aktualizační balíčky"
8669
+ ""
8706
8670
  ],
8707
8671
  "all packages update failed": [
8708
- "všechny aktualizační balíčky selhaly"
8672
+ ""
8709
8673
  ],
8710
8674
  "allow unauthenticed pull of container images": [
8711
8675
  ""
@@ -8720,10 +8684,10 @@
8720
8684
  ""
8721
8685
  ],
8722
8686
  "an erratum": [
8723
- "Instalační balíčky"
8687
+ ""
8724
8688
  ],
8725
8689
  "an organization": [
8726
- "+ Nová organizace"
8690
+ ""
8727
8691
  ],
8728
8692
  "are only allowed for Yum repositories.": [
8729
8693
  ""
@@ -8756,7 +8720,7 @@
8756
8720
  ""
8757
8721
  ],
8758
8722
  "can't be blank": [
8759
- "nemůže být prázdné"
8723
+ ""
8760
8724
  ],
8761
8725
  "cannot add filter to generated content views": [
8762
8726
  ""
@@ -8765,16 +8729,16 @@
8765
8729
  ""
8766
8730
  ],
8767
8731
  "cannot be a binary file.": [
8768
- "nemůže být binární soubor."
8732
+ ""
8769
8733
  ],
8770
8734
  "cannot be blank": [
8771
- "nemůže být prázdné"
8735
+ ""
8772
8736
  ],
8773
8737
  "cannot be blank when Repository URL is provided.": [
8774
8738
  ""
8775
8739
  ],
8776
8740
  "cannot be changed.": [
8777
- "nemůže být prázdné"
8741
+ ""
8778
8742
  ],
8779
8743
  "cannot be deleted if it has been promoted.": [
8780
8744
  ""
@@ -8786,28 +8750,28 @@
8786
8750
  ""
8787
8751
  ],
8788
8752
  "cannot be nil": [
8789
- "nemůže být prázdné"
8753
+ ""
8790
8754
  ],
8791
8755
  "cannot be set because unlimited hosts is set": [
8792
8756
  ""
8793
8757
  ],
8794
- "cannot be set for non-yum repositories.": [
8758
+ "cannot be set for repositories without 'Additive' mirroring policy.": [
8795
8759
  ""
8796
8760
  ],
8797
8761
  "cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
8798
- "nesmí obsahovat jiné znaky než písmena, číslice, mezery, '_', '-'."
8762
+ ""
8799
8763
  ],
8800
8764
  "cannot contain commas": [
8801
8765
  ""
8802
8766
  ],
8803
8767
  "cannot contain filters if composite view": [
8804
- "nesmí obsahovat jiné znaky než ASCII hodnoty"
8768
+ ""
8805
8769
  ],
8806
8770
  "cannot contain filters whose repositories do not belong to this content view": [
8807
8771
  ""
8808
8772
  ],
8809
8773
  "cannot contain more than %s characters": [
8810
- "musí obsahovat nejméně %s znaků"
8774
+ ""
8811
8775
  ],
8812
8776
  "change the host's content source.": [
8813
8777
  ""
@@ -8828,11 +8792,14 @@
8828
8792
  ""
8829
8793
  ],
8830
8794
  "content release version": [
8831
- "Vyhledat obsah"
8795
+ ""
8832
8796
  ],
8833
8797
  "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')": [
8834
8798
  ""
8835
8799
  ],
8800
+ "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
8801
+ ""
8802
+ ],
8836
8803
  "content view component ID. Identifier of the component association": [
8837
8804
  ""
8838
8805
  ],
@@ -8843,7 +8810,7 @@
8843
8810
  ""
8844
8811
  ],
8845
8812
  "content view identifier": [
8846
- "Vyhledat obsah"
8813
+ ""
8847
8814
  ],
8848
8815
  "content view identifier of the component who's latest version is desired": [
8849
8816
  ""
@@ -8855,10 +8822,10 @@
8855
8822
  ""
8856
8823
  ],
8857
8824
  "content view publish": [
8858
- "Vyhledat obsah"
8825
+ ""
8859
8826
  ],
8860
8827
  "content view refresh": [
8861
- "Vyhledat obsah"
8828
+ ""
8862
8829
  ],
8863
8830
  "content view to reassign orphaned activation keys to": [
8864
8831
  ""
@@ -8903,7 +8870,7 @@
8903
8870
  ""
8904
8871
  ],
8905
8872
  "description": [
8906
- "organizace"
8873
+ ""
8907
8874
  ],
8908
8875
  "description of the environment": [
8909
8876
  ""
@@ -8917,7 +8884,7 @@
8917
8884
  "disk": [
8918
8885
  ""
8919
8886
  ],
8920
- "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')": [
8887
+ "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
8921
8888
  ""
8922
8889
  ],
8923
8890
  "enables or disables synchronization": [
@@ -8930,7 +8897,7 @@
8930
8897
  ""
8931
8898
  ],
8932
8899
  "environment identifier": [
8933
- "prostředí vyžadováno"
8900
+ ""
8934
8901
  ],
8935
8902
  "environment numeric identifier": [
8936
8903
  ""
@@ -8945,7 +8912,7 @@
8945
8912
  ""
8946
8913
  ],
8947
8914
  "environments": [
8948
- "prostředí"
8915
+ ""
8949
8916
  ],
8950
8917
  "errata_id of the content view filter rule": [
8951
8918
  ""
@@ -8956,6 +8923,9 @@
8956
8923
  "erratum: IDs or a select all object": [
8957
8924
  ""
8958
8925
  ],
8926
+ "erratum: allow types not matching a valid errata type": [
8927
+ ""
8928
+ ],
8959
8929
  "erratum: end date (YYYY-MM-DD)": [
8960
8930
  ""
8961
8931
  ],
@@ -9005,7 +8975,7 @@
9005
8975
  ""
9006
8976
  ],
9007
8977
  "has already been taken": [
9008
- "Ověření se nezdařilo: Štítek byl již přijat."
8978
+ ""
9009
8979
  ],
9010
8980
  "has already been taken for a product in this organization.": [
9011
8981
  ""
@@ -9016,6 +8986,9 @@
9016
8986
  "here": [
9017
8987
  ""
9018
8988
  ],
8989
+ "host": [
8990
+ ""
8991
+ ],
9019
8992
  "host collection name to filter by": [
9020
8993
  ""
9021
8994
  ],
@@ -9062,16 +9035,16 @@
9062
9035
  ""
9063
9036
  ],
9064
9037
  "installing package group...": [
9065
- "všechny balíčky"
9038
+ ""
9066
9039
  ],
9067
9040
  "installing package groups...": [
9068
- "všechny balíčky"
9041
+ ""
9069
9042
  ],
9070
9043
  "installing package...": [
9071
- "všechny balíčky"
9044
+ ""
9072
9045
  ],
9073
9046
  "installing packages...": [
9074
- "všechny balíčky"
9047
+ ""
9075
9048
  ],
9076
9049
  "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported.": [
9077
9050
  ""
@@ -9116,7 +9089,7 @@
9116
9089
  ""
9117
9090
  ],
9118
9091
  "list of repository ids": [
9119
- "Smazán poskytovatel [%s]"
9092
+ ""
9120
9093
  ],
9121
9094
  "list of rpm filename strings to include in published version": [
9122
9095
  ""
@@ -9136,6 +9109,18 @@
9136
9109
  "module streams not found": [
9137
9110
  ""
9138
9111
  ],
9112
+ "multi-environment activation key": [
9113
+ ""
9114
+ ],
9115
+ "multi-environment activation keys": [
9116
+ ""
9117
+ ],
9118
+ "multi-environment host": [
9119
+ ""
9120
+ ],
9121
+ "multi-environment hosts": [
9122
+ ""
9123
+ ],
9139
9124
  "must be %{gpg_key} or %{cert}": [
9140
9125
  ""
9141
9126
  ],
@@ -9152,16 +9137,16 @@
9152
9137
  ""
9153
9138
  ],
9154
9139
  "must be unique within one organization": [
9155
- "Název musí být unikátní vrámci jedné organizace."
9140
+ ""
9156
9141
  ],
9157
9142
  "must contain '%s'": [
9158
9143
  ""
9159
9144
  ],
9160
9145
  "must contain GPG Key": [
9161
- "GPG klíč"
9146
+ ""
9162
9147
  ],
9163
9148
  "must contain at least %s character": [
9164
- "musí obsahovat nejméně %s znaků"
9149
+ ""
9165
9150
  ],
9166
9151
  "must contain valid Public GPG Key": [
9167
9152
  ""
@@ -9173,28 +9158,28 @@
9173
9158
  ""
9174
9159
  ],
9175
9160
  "must not contain leading or trailing white spaces.": [
9176
- "nesmí obsahovat více než %s znaků"
9161
+ ""
9177
9162
  ],
9178
9163
  "name": [
9179
- "Název"
9164
+ ""
9180
9165
  ],
9181
9166
  "name of organization": [
9182
- "Vybrat organizaci"
9167
+ ""
9183
9168
  ],
9184
9169
  "name of the content view filter rule": [
9185
9170
  ""
9186
9171
  ],
9187
9172
  "name of the environment": [
9188
- "prostředí"
9173
+ ""
9189
9174
  ],
9190
9175
  "name of the filter": [
9191
9176
  ""
9192
9177
  ],
9193
9178
  "name of the organization": [
9194
- "Vybrat organizaci"
9179
+ ""
9195
9180
  ],
9196
9181
  "name of the repository": [
9197
- "Vybrat organizaci"
9182
+ ""
9198
9183
  ],
9199
9184
  "name of the subscription": [
9200
9185
  ""
@@ -9215,16 +9200,16 @@
9215
9200
  ""
9216
9201
  ],
9217
9202
  "of environment must be unique within one organization": [
9218
- "Název musí být unikátní vrámci jedné organizace."
9203
+ ""
9219
9204
  ],
9220
9205
  "only show the repositories readable by this user with this username": [
9221
9206
  ""
9222
9207
  ],
9223
9208
  "organization ID": [
9224
- "Organizace"
9209
+ ""
9225
9210
  ],
9226
9211
  "organization identifier": [
9227
- "Organizace"
9212
+ ""
9228
9213
  ],
9229
9214
  "package group: uuid": [
9230
9215
  ""
@@ -9278,31 +9263,31 @@
9278
9263
  ""
9279
9264
  ],
9280
9265
  "removing package group...": [
9281
- "Skupiny balíčků"
9266
+ ""
9282
9267
  ],
9283
9268
  "removing package groups...": [
9284
- "Skupiny balíčků"
9269
+ ""
9285
9270
  ],
9286
9271
  "removing package...": [
9287
- "Smazat balíček filtrů"
9272
+ ""
9288
9273
  ],
9289
9274
  "removing packages...": [
9290
- "Smazat balíček filtrů"
9275
+ ""
9291
9276
  ],
9292
9277
  "repo label": [
9293
9278
  ""
9294
9279
  ],
9295
9280
  "repository ID": [
9296
- "Repozitáře"
9281
+ ""
9297
9282
  ],
9298
9283
  "repository id": [
9299
- "Repozitáře"
9284
+ ""
9300
9285
  ],
9301
9286
  "repository identifier": [
9302
- "Repozitáře"
9287
+ ""
9303
9288
  ],
9304
9289
  "repository source url": [
9305
- "Repozitáře"
9290
+ ""
9306
9291
  ],
9307
9292
  "root-node of collection contained in responses (default: 'results')": [
9308
9293
  ""
@@ -9359,7 +9344,7 @@
9359
9344
  ""
9360
9345
  ],
9361
9346
  "sync plan name": [
9362
- "+ Nový plán"
9347
+ ""
9363
9348
  ],
9364
9349
  "sync plan numeric identifier": [
9365
9350
  ""
@@ -9419,7 +9404,7 @@
9419
9404
  ""
9420
9405
  ],
9421
9406
  "updating packages...": [
9422
- "všechny balíčky"
9407
+ ""
9423
9408
  ],
9424
9409
  "upstream Foreman server": [
9425
9410
  ""