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
data/locale/cs/katello.po CHANGED
@@ -1,22 +1,21 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
3
+ # This file is distributed under the same license as the katello package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4
5
  #
5
- # Translators:
6
- # <appukonrad@gmail.com>, 2013.
7
- # <lzap@seznam.cz>, 2013.
6
+ #, fuzzy
8
7
  msgid ""
9
8
  msgstr ""
10
- "Project-Id-Version: katello 2.4.0-RC1\n"
9
+ "Project-Id-Version: katello 1.0.0\n"
11
10
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2013-01-22 13:28+0000\n"
13
- "Last-Translator: lzap <lzap@seznam.cz>\n"
11
+ "PO-Revision-Date: 2025-02-05 14:11+0000\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: cs\n"
14
+ "Language: \n"
16
15
  "MIME-Version: 1.0\n"
17
16
  "Content-Type: text/plain; charset=UTF-8\n"
18
17
  "Content-Transfer-Encoding: 8bit\n"
19
- "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
19
 
21
20
  msgid ""
22
21
  "\n"
@@ -119,9 +118,8 @@ msgstr ""
119
118
  msgid "%s Available"
120
119
  msgstr ""
121
120
 
122
- #, fuzzy
123
121
  msgid "%s Errata"
124
- msgstr "všechny balíčky"
122
+ msgstr ""
125
123
 
126
124
  msgid "%s Host"
127
125
  msgid_plural "%s Hosts"
@@ -132,7 +130,7 @@ msgid "%s Used"
132
130
  msgstr ""
133
131
 
134
132
  msgid "%s ago"
135
- msgstr "před %s"
133
+ msgstr ""
136
134
 
137
135
  msgid "%s content type is not enabled."
138
136
  msgstr ""
@@ -218,9 +216,8 @@ msgstr ""
218
216
  msgid "%{group} (%{total} other package groups) update canceled"
219
217
  msgstr ""
220
218
 
221
- #, fuzzy
222
219
  msgid "%{group} (%{total} other package groups) update failed"
223
- msgstr "všechny aktualizační balíčky selhaly"
220
+ msgstr ""
224
221
 
225
222
  msgid "%{group} (%{total} other package groups) update timed out"
226
223
  msgstr ""
@@ -228,28 +225,23 @@ msgstr ""
228
225
  msgid "%{group} (%{total} other package groups) updated"
229
226
  msgstr ""
230
227
 
231
- #, fuzzy
232
228
  msgid "%{group} package group install canceled"
233
- msgstr "Skupiny balíčků"
229
+ msgstr ""
234
230
 
235
- #, fuzzy
236
231
  msgid "%{group} package group install failed"
237
- msgstr "Žádné nové instalační balíčky"
232
+ msgstr ""
238
233
 
239
234
  msgid "%{group} package group install timed out"
240
235
  msgstr ""
241
236
 
242
- #, fuzzy
243
237
  msgid "%{group} package group installed"
244
- msgstr "Žádné nové instalační balíčky"
238
+ msgstr ""
245
239
 
246
- #, fuzzy
247
240
  msgid "%{group} package group remove canceled"
248
- msgstr "Skupiny balíčků"
241
+ msgstr ""
249
242
 
250
- #, fuzzy
251
243
  msgid "%{group} package group remove failed"
252
- msgstr "všechny aktualizační balíčky selhaly"
244
+ msgstr ""
253
245
 
254
246
  msgid "%{group} package group remove timed out"
255
247
  msgstr ""
@@ -257,20 +249,17 @@ msgstr ""
257
249
  msgid "%{group} package group removed"
258
250
  msgstr ""
259
251
 
260
- #, fuzzy
261
252
  msgid "%{group} package group update canceled"
262
- msgstr "Skupiny balíčků"
253
+ msgstr ""
263
254
 
264
- #, fuzzy
265
255
  msgid "%{group} package group update failed"
266
- msgstr "všechny aktualizační balíčky selhaly"
256
+ msgstr ""
267
257
 
268
258
  msgid "%{group} package group update timed out"
269
259
  msgstr ""
270
260
 
271
- #, fuzzy
272
261
  msgid "%{group} package group updated"
273
- msgstr "všechny aktualizační balíčky"
262
+ msgstr ""
274
263
 
275
264
  msgid "%{label} failed"
276
265
  msgstr ""
@@ -293,9 +282,8 @@ msgstr ""
293
282
  msgid "%{package} (%{total} other packages) install timed out"
294
283
  msgstr ""
295
284
 
296
- #, fuzzy
297
285
  msgid "%{package} (%{total} other packages) installed"
298
- msgstr "Žádné nové instalační balíčky"
286
+ msgstr ""
299
287
 
300
288
  msgid "%{package} (%{total} other packages) remove canceled"
301
289
  msgstr ""
@@ -312,9 +300,8 @@ msgstr ""
312
300
  msgid "%{package} (%{total} other packages) update canceled"
313
301
  msgstr ""
314
302
 
315
- #, fuzzy
316
303
  msgid "%{package} (%{total} other packages) update failed"
317
- msgstr "všechny aktualizační balíčky selhaly"
304
+ msgstr ""
318
305
 
319
306
  msgid "%{package} (%{total} other packages) update timed out"
320
307
  msgstr ""
@@ -322,44 +309,35 @@ msgstr ""
322
309
  msgid "%{package} (%{total} other packages) updated"
323
310
  msgstr ""
324
311
 
325
- #, fuzzy
326
312
  msgid "%{package} package install canceled"
327
- msgstr "Žádné nové instalační balíčky"
313
+ msgstr ""
328
314
 
329
- #, fuzzy
330
315
  msgid "%{package} package install timed out"
331
- msgstr "Žádné nové instalační balíčky"
316
+ msgstr ""
332
317
 
333
- #, fuzzy
334
318
  msgid "%{package} package remove canceled"
335
- msgstr "Skupiny balíčků"
319
+ msgstr ""
336
320
 
337
- #, fuzzy
338
321
  msgid "%{package} package remove failed"
339
- msgstr "všechny aktualizační balíčky selhaly"
322
+ msgstr ""
340
323
 
341
324
  msgid "%{package} package remove timed out"
342
325
  msgstr ""
343
326
 
344
- #, fuzzy
345
327
  msgid "%{package} package removed"
346
- msgstr "Balíček přesunut"
328
+ msgstr ""
347
329
 
348
- #, fuzzy
349
330
  msgid "%{package} package update canceled"
350
- msgstr "všechny aktualizační balíčky selhaly"
331
+ msgstr ""
351
332
 
352
- #, fuzzy
353
333
  msgid "%{package} package update failed"
354
- msgstr "všechny aktualizační balíčky selhaly"
334
+ msgstr ""
355
335
 
356
- #, fuzzy
357
336
  msgid "%{package} package update timed out"
358
- msgstr "všechny aktualizační balíčky selhaly"
337
+ msgstr ""
359
338
 
360
- #, fuzzy
361
339
  msgid "%{package} package updated"
362
- msgstr "všechny aktualizační balíčky"
340
+ msgstr ""
363
341
 
364
342
  msgid "%{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."
365
343
  msgstr ""
@@ -412,9 +390,8 @@ msgstr ""
412
390
  msgid ", must be unique to major and version id version."
413
391
  msgstr ""
414
392
 
415
- #, fuzzy
416
393
  msgid ": '%s' is a built-in environment"
417
- msgstr "prostředí"
394
+ msgstr ""
418
395
 
419
396
  msgid ":a_resource identifier"
420
397
  msgstr ""
@@ -491,9 +468,6 @@ msgstr ""
491
468
  msgid "About page"
492
469
  msgstr ""
493
470
 
494
- msgid "Abstract async task"
495
- msgstr ""
496
-
497
471
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
498
472
  msgstr ""
499
473
 
@@ -516,7 +490,7 @@ msgid "Activation Key will no longer be available for use. This operation cannot
516
490
  msgstr ""
517
491
 
518
492
  msgid "Activation Keys"
519
- msgstr "Aktivační klíče"
493
+ msgstr ""
520
494
 
521
495
  msgid "Activation key"
522
496
  msgstr ""
@@ -530,9 +504,8 @@ msgstr ""
530
504
  msgid "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled."
531
505
  msgstr ""
532
506
 
533
- #, fuzzy
534
507
  msgid "Activation key ID"
535
- msgstr "Aktivační klíče"
508
+ msgstr ""
536
509
 
537
510
  msgid "Activation key deleted"
538
511
  msgstr ""
@@ -567,9 +540,8 @@ msgstr ""
567
540
  msgid "Activation keys: "
568
541
  msgstr ""
569
542
 
570
- #, fuzzy
571
543
  msgid "Active only"
572
- msgstr "Aktivační klíče"
544
+ msgstr ""
573
545
 
574
546
  msgid "Add"
575
547
  msgstr ""
@@ -631,9 +603,6 @@ msgstr ""
631
603
  msgid "Add one or more host collections to one or more hosts"
632
604
  msgstr ""
633
605
 
634
- msgid "Add ons"
635
- msgstr ""
636
-
637
606
  msgid "Add products to sync plan"
638
607
  msgstr ""
639
608
 
@@ -664,9 +633,6 @@ msgstr ""
664
633
  msgid "Add to a host collection"
665
634
  msgstr ""
666
635
 
667
- msgid "Add-ons"
668
- msgstr ""
669
-
670
636
  msgid "Added"
671
637
  msgstr ""
672
638
 
@@ -727,15 +693,15 @@ msgstr ""
727
693
  msgid "All versions will be removed from these environments"
728
694
  msgstr ""
729
695
 
730
- msgid "Allow a host to be assigned to multiple content view environments with 'subscription-manager register --environments' or 'subscription-manager environments --set'."
731
- msgstr ""
732
-
733
696
  msgid "Allow deleting repositories in published content views"
734
697
  msgstr ""
735
698
 
736
699
  msgid "Allow host registrations to bypass 'Host Profile Assume' as long as the host is in build mode."
737
700
  msgstr ""
738
701
 
702
+ msgid "Allow hosts or activation keys to be associated with multiple content view environments"
703
+ msgstr ""
704
+
739
705
  msgid "Allow hosts to re-register themselves only when they are in build mode"
740
706
  msgstr ""
741
707
 
@@ -958,10 +924,10 @@ msgstr ""
958
924
  msgid "Assign the release version to one or more hosts"
959
925
  msgstr ""
960
926
 
961
- msgid "Assigning a host to multiple content view environments is not enabled."
927
+ msgid "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
962
928
  msgstr ""
963
929
 
964
- msgid "Assigning an activation key to multiple content view environments is not enabled."
930
+ msgid "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting."
965
931
  msgstr ""
966
932
 
967
933
  msgid "Associated location IDs"
@@ -976,25 +942,23 @@ msgstr ""
976
942
  msgid "At least one Content View Version must be specified"
977
943
  msgstr ""
978
944
 
979
- #, fuzzy
980
945
  msgid "At least one activation key must be provided"
981
- msgstr "Musí existovat alespoň jedna organizace."
946
+ msgstr ""
982
947
 
983
948
  msgid "At least one activation key must have a lifecycle environment and content view assigned to it"
984
949
  msgstr ""
985
950
 
951
+ msgid "At least one errata type option needs to be selected."
952
+ msgstr ""
953
+
986
954
  msgid "At least one of the selected items requires the host to reboot"
987
955
  msgstr ""
988
956
 
989
957
  msgid "At least one organization must exist."
990
- msgstr "Musí existovat alespoň jedna organizace."
991
-
992
- msgid "Atleast one errata type needs to be selected."
993
958
  msgstr ""
994
959
 
995
- #, fuzzy
996
960
  msgid "Attach a subscription"
997
- msgstr "Neplatný stav"
961
+ msgstr ""
998
962
 
999
963
  msgid "Attach subscriptions"
1000
964
  msgstr ""
@@ -1017,10 +981,6 @@ msgstr ""
1017
981
  msgid "Auto Publish - Triggered by '%s'"
1018
982
  msgstr ""
1019
983
 
1020
- #, fuzzy
1021
- msgid "Auto attach subscriptions"
1022
- msgstr "Smazat poskytovatele"
1023
-
1024
984
  msgid "Auto publish"
1025
985
  msgstr ""
1026
986
 
@@ -1036,15 +996,20 @@ msgstr ""
1036
996
  msgid "Available Repositories"
1037
997
  msgstr ""
1038
998
 
999
+ msgid "Available image"
1000
+ msgstr ""
1001
+
1002
+ msgid "Available image digest"
1003
+ msgstr ""
1004
+
1039
1005
  msgid "Available schema versions"
1040
1006
  msgstr ""
1041
1007
 
1042
1008
  msgid "Back"
1043
1009
  msgstr ""
1044
1010
 
1045
- #, fuzzy
1046
1011
  msgid "Backend System Status"
1047
- msgstr "Systém"
1012
+ msgstr ""
1048
1013
 
1049
1014
  msgid "Base URL"
1050
1015
  msgstr ""
@@ -1052,6 +1017,9 @@ msgstr ""
1052
1017
  msgid "Base URL for finding alternate content"
1053
1018
  msgstr ""
1054
1019
 
1020
+ msgid "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/."
1021
+ msgstr ""
1022
+
1055
1023
  msgid "Base URL to perform repo discovery on"
1056
1024
  msgstr ""
1057
1025
 
@@ -1097,6 +1065,24 @@ msgstr ""
1097
1065
  msgid "Bookmarks marked as public are available to all users"
1098
1066
  msgstr ""
1099
1067
 
1068
+ msgid "Bootc rollback via Bootc interface"
1069
+ msgstr ""
1070
+
1071
+ msgid "Bootc status via Bootc interface"
1072
+ msgstr ""
1073
+
1074
+ msgid "Bootc switch via Bootc interface"
1075
+ msgstr ""
1076
+
1077
+ msgid "Bootc upgrade via Bootc interface"
1078
+ msgstr ""
1079
+
1080
+ msgid "Booted Container Images"
1081
+ msgstr ""
1082
+
1083
+ msgid "Booted container images"
1084
+ msgstr ""
1085
+
1100
1086
  msgid "Both"
1101
1087
  msgstr ""
1102
1088
 
@@ -1172,28 +1158,23 @@ msgstr ""
1172
1158
  msgid "Can only remove content from within the Default Content View"
1173
1159
  msgstr ""
1174
1160
 
1175
- #, fuzzy
1176
1161
  msgid "Can't update the '%s' environment"
1177
- msgstr "prostředí"
1162
+ msgstr ""
1178
1163
 
1179
- #, fuzzy
1180
1164
  msgid "Cancel"
1181
- msgstr "Stornováno."
1165
+ msgstr ""
1182
1166
 
1183
- #, fuzzy
1184
1167
  msgid "Cancel repository discovery"
1185
- msgstr "Repozitáře"
1168
+ msgstr ""
1186
1169
 
1187
1170
  msgid "Cancel running smart proxy synchronization"
1188
1171
  msgstr ""
1189
1172
 
1190
- #, fuzzy
1191
1173
  msgid "Canceled"
1192
- msgstr "Stornováno."
1174
+ msgstr ""
1193
1175
 
1194
- #, fuzzy
1195
1176
  msgid "Cancelled."
1196
- msgstr "Stornováno."
1177
+ msgstr ""
1197
1178
 
1198
1179
  msgid "Candlepin"
1199
1180
  msgstr ""
@@ -1381,6 +1362,9 @@ msgstr ""
1381
1362
  msgid "Cannot upload Container Image content."
1382
1363
  msgstr ""
1383
1364
 
1365
+ msgid "Cannot upload container content via Hammer/API. Use podman push instead."
1366
+ msgstr ""
1367
+
1384
1368
  msgid "Capacity"
1385
1369
  msgstr ""
1386
1370
 
@@ -1456,13 +1440,13 @@ msgstr ""
1456
1440
  msgid "Collapse All"
1457
1441
  msgstr ""
1458
1442
 
1459
- msgid "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."
1443
+ msgid "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."
1460
1444
  msgstr ""
1461
1445
 
1462
- msgid "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."
1446
+ msgid "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."
1463
1447
  msgstr ""
1464
1448
 
1465
- msgid "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."
1449
+ msgid "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."
1466
1450
  msgstr ""
1467
1451
 
1468
1452
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
@@ -1474,9 +1458,6 @@ msgstr ""
1474
1458
  msgid "Comma-separated list of tags to sync for a container image repository"
1475
1459
  msgstr ""
1476
1460
 
1477
- msgid "Commit upload"
1478
- msgstr ""
1479
-
1480
1461
  msgid "Compare"
1481
1462
  msgstr ""
1482
1463
 
@@ -1504,9 +1485,8 @@ msgstr ""
1504
1485
  msgid "Composite Content View '%{subject}' failed auto-publish"
1505
1486
  msgstr ""
1506
1487
 
1507
- #, fuzzy
1508
1488
  msgid "Composite content view"
1509
- msgstr "Vyhledat obsah"
1489
+ msgstr ""
1510
1490
 
1511
1491
  msgid "Composite content views"
1512
1492
  msgstr ""
@@ -1574,9 +1554,8 @@ msgstr ""
1574
1554
  msgid "Container tags"
1575
1555
  msgstr ""
1576
1556
 
1577
- #, fuzzy
1578
1557
  msgid "Content"
1579
- msgstr "Vyhledat obsah"
1558
+ msgstr ""
1580
1559
 
1581
1560
  msgid "Content Count"
1582
1561
  msgstr ""
@@ -1602,13 +1581,11 @@ msgstr ""
1602
1581
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
1603
1582
  msgstr ""
1604
1583
 
1605
- #, fuzzy
1606
1584
  msgid "Content Hosts"
1607
- msgstr "Vyhledat obsah"
1585
+ msgstr ""
1608
1586
 
1609
- #, fuzzy
1610
1587
  msgid "Content Source"
1611
- msgstr "Vyhledat obsah"
1588
+ msgstr ""
1612
1589
 
1613
1590
  msgid "Content Sync"
1614
1591
  msgstr ""
@@ -1616,9 +1593,8 @@ msgstr ""
1616
1593
  msgid "Content Types"
1617
1594
  msgstr ""
1618
1595
 
1619
- #, fuzzy
1620
1596
  msgid "Content View"
1621
- msgstr "Vyhledat obsah"
1597
+ msgstr ""
1622
1598
 
1623
1599
  msgid "Content View %{view}: Versions: %{versions}"
1624
1600
  msgstr ""
@@ -1626,9 +1602,8 @@ msgstr ""
1626
1602
  msgid "Content View Details"
1627
1603
  msgstr ""
1628
1604
 
1629
- #, fuzzy
1630
1605
  msgid "Content View Filter id"
1631
- msgstr "Vyhledat obsah"
1606
+ msgstr ""
1632
1607
 
1633
1608
  msgid "Content View Filter identifier. Use to filter by ID"
1634
1609
  msgstr ""
@@ -1663,9 +1638,8 @@ msgstr ""
1663
1638
  msgid "Content View label not provided."
1664
1639
  msgstr ""
1665
1640
 
1666
- #, fuzzy
1667
1641
  msgid "Content Views"
1668
- msgstr "Vyhledat obsah"
1642
+ msgstr ""
1669
1643
 
1670
1644
  msgid "Content cannot be imported into a Composite Content View. "
1671
1645
  msgstr ""
@@ -1694,6 +1668,9 @@ msgstr ""
1694
1668
  msgid "Content imported by %{user} into content view '%{name}'"
1695
1669
  msgstr ""
1696
1670
 
1671
+ msgid "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer."
1672
+ msgstr ""
1673
+
1697
1674
  msgid "Content not uploaded to pulp"
1698
1675
  msgstr ""
1699
1676
 
@@ -1754,6 +1731,9 @@ msgstr ""
1754
1731
  msgid "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."
1755
1732
  msgstr ""
1756
1733
 
1734
+ msgid "Content view environment"
1735
+ msgstr ""
1736
+
1757
1737
  msgid "Content view environments"
1758
1738
  msgstr ""
1759
1739
 
@@ -1766,13 +1746,11 @@ msgstr ""
1766
1746
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
1767
1747
  msgstr ""
1768
1748
 
1769
- #, fuzzy
1770
1749
  msgid "Content view identifier"
1771
- msgstr "Vyhledat obsah"
1750
+ msgstr ""
1772
1751
 
1773
- #, fuzzy
1774
1752
  msgid "Content view label"
1775
- msgstr "Vyhledat obsah"
1753
+ msgstr ""
1776
1754
 
1777
1755
  msgid "Content view must be specified"
1778
1756
  msgstr ""
@@ -1804,6 +1782,9 @@ msgstr ""
1804
1782
  msgid "Content view version is empty"
1805
1783
  msgstr ""
1806
1784
 
1785
+ msgid "Content view version is empty or content counts are not up to date"
1786
+ msgstr ""
1787
+
1807
1788
  msgid "Content views"
1808
1789
  msgstr ""
1809
1790
 
@@ -1831,14 +1812,7 @@ msgstr ""
1831
1812
  msgid "Copy"
1832
1813
  msgstr ""
1833
1814
 
1834
- msgid "Copy all units"
1835
- msgstr ""
1836
-
1837
- #, fuzzy
1838
1815
  msgid "Copy an activation key"
1839
- msgstr "Číst aktivační klíče"
1840
-
1841
- msgid "Copy content"
1842
1816
  msgstr ""
1843
1817
 
1844
1818
  msgid "Copy content view"
@@ -1847,21 +1821,14 @@ msgstr ""
1847
1821
  msgid "Copy to clipboard"
1848
1822
  msgstr ""
1849
1823
 
1850
- msgid "Copy version"
1851
- msgstr ""
1852
-
1853
- msgid "Copy version units to library"
1854
- msgstr ""
1855
-
1856
1824
  msgid "Cores per socket"
1857
1825
  msgstr ""
1858
1826
 
1859
1827
  msgid "Cores: %s"
1860
1828
  msgstr ""
1861
1829
 
1862
- #, fuzzy
1863
1830
  msgid "Could not delete organization '%s'."
1864
- msgstr "Vybrat organizaci"
1831
+ msgstr ""
1865
1832
 
1866
1833
  msgid "Could not find %{content} with id '%{id}' in repository."
1867
1834
  msgstr ""
@@ -1917,9 +1884,8 @@ msgstr ""
1917
1884
  msgid "Couldn't find ContentViewFilter with id=%s"
1918
1885
  msgstr ""
1919
1886
 
1920
- #, fuzzy
1921
1887
  msgid "Couldn't find Organization '%s'."
1922
- msgstr "Smazat organizaci"
1888
+ msgstr ""
1923
1889
 
1924
1890
  msgid "Couldn't find activation key '%s'"
1925
1891
  msgstr ""
@@ -1951,24 +1917,20 @@ msgstr ""
1951
1917
  msgid "Couldn't find content view with id: '%s'"
1952
1918
  msgstr ""
1953
1919
 
1954
- #, fuzzy
1955
1920
  msgid "Couldn't find environment '%s'"
1956
- msgstr "prostředí"
1921
+ msgstr ""
1957
1922
 
1958
- #, fuzzy
1959
1923
  msgid "Couldn't find errata ids '%s'"
1960
- msgstr "Smazat organizaci"
1924
+ msgstr ""
1961
1925
 
1962
- #, fuzzy
1963
1926
  msgid "Couldn't find host collection '%s'"
1964
- msgstr "Smazat organizaci"
1927
+ msgstr ""
1965
1928
 
1966
1929
  msgid "Couldn't find host with host id '%s'"
1967
1930
  msgstr ""
1968
1931
 
1969
- #, fuzzy
1970
1932
  msgid "Couldn't find organization '%s'"
1971
- msgstr "Smazat organizaci"
1933
+ msgstr ""
1972
1934
 
1973
1935
  msgid "Couldn't find prior-environment '%s'"
1974
1936
  msgstr ""
@@ -2021,9 +1983,8 @@ msgstr ""
2021
1983
  msgid "Create a Content Credential"
2022
1984
  msgstr ""
2023
1985
 
2024
- #, fuzzy
2025
1986
  msgid "Create a content view"
2026
- msgstr "Vyhledat obsah"
1987
+ msgstr ""
2027
1988
 
2028
1989
  msgid "Create a custom product"
2029
1990
  msgstr ""
@@ -2034,26 +1995,26 @@ msgstr ""
2034
1995
  msgid "Create a filter rule. The parameters included should be based upon the filter type."
2035
1996
  msgstr ""
2036
1997
 
1998
+ msgid "Create a flatpak remote"
1999
+ msgstr ""
2000
+
2037
2001
  msgid "Create a host collection"
2038
2002
  msgstr ""
2039
2003
 
2040
- #, fuzzy
2041
2004
  msgid "Create a product"
2042
- msgstr "Smazat poskytovatele"
2005
+ msgstr ""
2043
2006
 
2044
2007
  msgid "Create a sync plan"
2045
2008
  msgstr ""
2046
2009
 
2047
- #, fuzzy
2048
2010
  msgid "Create an activation key"
2049
- msgstr "Číst aktivační klíče"
2011
+ msgstr ""
2050
2012
 
2051
2013
  msgid "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."
2052
2014
  msgstr ""
2053
2015
 
2054
- #, fuzzy
2055
2016
  msgid "Create an environment"
2056
- msgstr "prostředí"
2017
+ msgstr ""
2057
2018
 
2058
2019
  msgid "Create an environment in an organization"
2059
2020
  msgstr ""
@@ -2067,35 +2028,19 @@ msgstr ""
2067
2028
  msgid "Create content view"
2068
2029
  msgstr ""
2069
2030
 
2070
- msgid "Create exporter"
2071
- msgstr ""
2072
-
2073
2031
  msgid "Create filter"
2074
2032
  msgstr ""
2075
2033
 
2076
2034
  msgid "Create host collection"
2077
2035
  msgstr ""
2078
2036
 
2079
- msgid "Create import"
2080
- msgstr ""
2081
-
2082
- msgid "Create importer"
2083
- msgstr ""
2084
-
2085
2037
  msgid "Create new activation key"
2086
2038
  msgstr ""
2087
2039
 
2088
- #, fuzzy
2089
2040
  msgid "Create organization"
2090
- msgstr "Vybrat organizaci"
2091
-
2092
- msgid "Create package filter rule"
2093
- msgstr ""
2094
-
2095
- msgid "Create publication"
2096
2041
  msgstr ""
2097
2042
 
2098
- msgid "Create remote"
2043
+ msgid "Create package filter rule"
2099
2044
  msgstr ""
2100
2045
 
2101
2046
  msgid "Create rule"
@@ -2125,16 +2070,14 @@ msgstr ""
2125
2070
  msgid "Custom CDN"
2126
2071
  msgstr ""
2127
2072
 
2128
- #, fuzzy
2129
2073
  msgid "Custom Content Repositories"
2130
- msgstr "Repozitáře"
2074
+ msgstr ""
2131
2075
 
2132
2076
  msgid "Custom cron expression only needs to be set for interval value of custom cron"
2133
2077
  msgstr ""
2134
2078
 
2135
- #, fuzzy
2136
2079
  msgid "Custom repositories cannot be disabled."
2137
- msgstr "Neznámý štítek repozitáře: %s"
2080
+ msgstr ""
2138
2081
 
2139
2082
  msgid "Customize with Rex"
2140
2083
  msgstr ""
@@ -2152,7 +2095,7 @@ msgid "Date"
2152
2095
  msgstr ""
2153
2096
 
2154
2097
  msgid "Date format is incorrect."
2155
- msgstr "Nesprávný formát datumu."
2098
+ msgstr ""
2156
2099
 
2157
2100
  msgid "Days Remaining"
2158
2101
  msgstr ""
@@ -2295,28 +2238,23 @@ msgstr ""
2295
2238
  msgid "Define repositories structured under a common web or filesystem path."
2296
2239
  msgstr ""
2297
2240
 
2298
- #, fuzzy
2299
2241
  msgid "Delete"
2300
- msgstr "Smazat role"
2242
+ msgstr ""
2301
2243
 
2302
- #, fuzzy
2303
2244
  msgid "Delete Activation Key"
2304
- msgstr "Číst aktivační klíče"
2245
+ msgstr ""
2305
2246
 
2306
2247
  msgid "Delete Host upon unregister"
2307
2248
  msgstr ""
2308
2249
 
2309
- #, fuzzy
2310
2250
  msgid "Delete Lifecycle Environment"
2311
- msgstr "prostředí"
2251
+ msgstr ""
2312
2252
 
2313
- #, fuzzy
2314
2253
  msgid "Delete Manifest"
2315
- msgstr "Smazat role"
2254
+ msgstr ""
2316
2255
 
2317
- #, fuzzy
2318
2256
  msgid "Delete Product"
2319
- msgstr "Smazán poskytovatel [%s]"
2257
+ msgstr ""
2320
2258
 
2321
2259
  msgid "Delete Upstream Subscription"
2322
2260
  msgstr ""
@@ -2324,13 +2262,14 @@ msgstr ""
2324
2262
  msgid "Delete Version"
2325
2263
  msgstr ""
2326
2264
 
2327
- #, fuzzy
2328
2265
  msgid "Delete a content view"
2329
- msgstr "Vyhledat obsah"
2266
+ msgstr ""
2330
2267
 
2331
- #, fuzzy
2332
2268
  msgid "Delete a filter rule"
2333
- msgstr "Vyberat architekturu"
2269
+ msgstr ""
2270
+
2271
+ msgid "Delete a flatpak remote"
2272
+ msgstr ""
2334
2273
 
2335
2274
  msgid "Delete activation key?"
2336
2275
  msgstr ""
@@ -2341,9 +2280,8 @@ msgstr ""
2341
2280
  msgid "Delete all subscriptions that are attached to running hosts."
2342
2281
  msgstr ""
2343
2282
 
2344
- #, fuzzy
2345
2283
  msgid "Delete an organization"
2346
- msgstr "Vybrat organizaci"
2284
+ msgstr ""
2347
2285
 
2348
2286
  msgid "Delete an upload request"
2349
2287
  msgstr ""
@@ -2354,36 +2292,12 @@ msgstr ""
2354
2292
  msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2355
2293
  msgstr ""
2356
2294
 
2357
- msgid "Delete distributions"
2358
- msgstr ""
2359
-
2360
2295
  msgid "Delete manifest from Red Hat provider"
2361
2296
  msgstr ""
2362
2297
 
2363
2298
  msgid "Delete multiple filters from a content view"
2364
2299
  msgstr ""
2365
2300
 
2366
- msgid "Delete orphan alternate content sources"
2367
- msgstr ""
2368
-
2369
- msgid "Delete orphan distributions"
2370
- msgstr ""
2371
-
2372
- msgid "Delete orphan remotes"
2373
- msgstr ""
2374
-
2375
- msgid "Delete orphan repository versions"
2376
- msgstr ""
2377
-
2378
- msgid "Delete orphaned migrated repositories"
2379
- msgstr ""
2380
-
2381
- msgid "Delete remote"
2382
- msgstr ""
2383
-
2384
- msgid "Delete repository references"
2385
- msgstr ""
2386
-
2387
2301
  msgid "Delete version"
2388
2302
  msgstr ""
2389
2303
 
@@ -2393,16 +2307,14 @@ msgstr ""
2393
2307
  msgid "Deleted %{host_count} %{hosts}"
2394
2308
  msgstr ""
2395
2309
 
2396
- #, fuzzy
2397
2310
  msgid "Deleted consumer '%s'"
2398
- msgstr "Vybrat distribuci"
2311
+ msgstr ""
2399
2312
 
2400
2313
  msgid "Deleted from "
2401
2314
  msgstr ""
2402
2315
 
2403
- #, fuzzy
2404
2316
  msgid "Deleted from %{environment}"
2405
- msgstr "prostředí"
2317
+ msgstr ""
2406
2318
 
2407
2319
  msgid "Deleting content view : "
2408
2320
  msgstr ""
@@ -2431,6 +2343,9 @@ msgstr ""
2431
2343
  msgid "Description for the new published content view version"
2432
2344
  msgstr ""
2433
2345
 
2346
+ msgid "Description of the flatpak remote"
2347
+ msgstr ""
2348
+
2434
2349
  msgid "Description of the repository"
2435
2350
  msgstr ""
2436
2351
 
@@ -2449,9 +2364,8 @@ msgstr ""
2449
2364
  msgid "Destroy Alternate Content Source"
2450
2365
  msgstr ""
2451
2366
 
2452
- #, fuzzy
2453
2367
  msgid "Destroy Content Host"
2454
- msgstr "Smazat systémy"
2368
+ msgstr ""
2455
2369
 
2456
2370
  msgid "Destroy Content Host %s"
2457
2371
  msgstr ""
@@ -2477,17 +2391,10 @@ msgstr ""
2477
2391
  msgid "Destroy an alternate content source."
2478
2392
  msgstr ""
2479
2393
 
2480
- #, fuzzy
2481
2394
  msgid "Destroy an environment"
2482
- msgstr "prostředí"
2483
-
2484
- msgid "Destroy an environment in an organization"
2485
2395
  msgstr ""
2486
2396
 
2487
- msgid "Destroy exporter"
2488
- msgstr ""
2489
-
2490
- msgid "Destroy importer"
2397
+ msgid "Destroy an environment in an organization"
2491
2398
  msgstr ""
2492
2399
 
2493
2400
  msgid "Destroy one or more alternate content sources"
@@ -2538,12 +2445,8 @@ msgstr ""
2538
2445
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2539
2446
  msgstr ""
2540
2447
 
2541
- msgid "Discover"
2542
- msgstr ""
2543
-
2544
- #, fuzzy
2545
2448
  msgid "Discover Repositories"
2546
- msgstr "Repozitáře"
2449
+ msgstr ""
2547
2450
 
2548
2451
  msgid "Distribute archived content view versions"
2549
2452
  msgstr ""
@@ -2581,9 +2484,8 @@ msgstr ""
2581
2484
  msgid "Duplicate repositories in content view versions"
2582
2485
  msgstr ""
2583
2486
 
2584
- #, fuzzy
2585
2487
  msgid "Duration"
2586
- msgstr "Organizace"
2488
+ msgstr ""
2587
2489
 
2588
2490
  msgid "ERRATA ADVISORY"
2589
2491
  msgstr ""
@@ -2738,9 +2640,6 @@ msgstr ""
2738
2640
  msgid "Environment cannot be in its own promotion path"
2739
2641
  msgstr ""
2740
2642
 
2741
- msgid "Environment contents refresh"
2742
- msgstr ""
2743
-
2744
2643
  msgid "Environment identifier"
2745
2644
  msgstr ""
2746
2645
 
@@ -2762,13 +2661,11 @@ msgstr ""
2762
2661
  msgid "Errata - by date range"
2763
2662
  msgstr ""
2764
2663
 
2765
- #, fuzzy
2766
2664
  msgid "Errata ID"
2767
- msgstr "Instalační balíčky"
2665
+ msgstr ""
2768
2666
 
2769
- #, fuzzy
2770
2667
  msgid "Errata Install"
2771
- msgstr "Instalační balíčky"
2668
+ msgstr ""
2772
2669
 
2773
2670
  msgid "Errata Install scheduled by %s"
2774
2671
  msgstr ""
@@ -2782,10 +2679,6 @@ msgstr ""
2782
2679
  msgid "Errata id of the erratum (RHSA-2012:108)"
2783
2680
  msgstr ""
2784
2681
 
2785
- #, fuzzy
2786
- msgid "Errata mail"
2787
- msgstr "Instalační balíčky"
2788
-
2789
2682
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2790
2683
  msgstr ""
2791
2684
 
@@ -2810,9 +2703,8 @@ msgstr ""
2810
2703
  msgid "Erratum Install Complete"
2811
2704
  msgstr ""
2812
2705
 
2813
- #, fuzzy
2814
2706
  msgid "Erratum Install Failed"
2815
- msgstr "Instalační balíčky"
2707
+ msgstr ""
2816
2708
 
2817
2709
  msgid "Erratum Install Timed Out"
2818
2710
  msgstr ""
@@ -2916,9 +2808,8 @@ msgstr ""
2916
2808
  msgid "Extended support"
2917
2809
  msgstr ""
2918
2810
 
2919
- #, fuzzy
2920
2811
  msgid "Facts successfully updated."
2921
- msgstr "úspěšně vytvořen."
2812
+ msgstr ""
2922
2813
 
2923
2814
  msgid "Failed"
2924
2815
  msgstr ""
@@ -2947,9 +2838,6 @@ msgstr ""
2947
2838
  msgid "Fetch installable errata for one or more hosts."
2948
2839
  msgstr ""
2949
2840
 
2950
- msgid "Fetch pxe files"
2951
- msgstr ""
2952
-
2953
2841
  msgid "Fetch traces for one or more hosts"
2954
2842
  msgstr ""
2955
2843
 
@@ -3043,9 +2931,6 @@ msgstr ""
3043
2931
  msgid "Filter versions that are components in the specified composite version"
3044
2932
  msgstr ""
3045
2933
 
3046
- msgid "Filtered index content"
3047
- msgstr ""
3048
-
3049
2934
  msgid "Filters"
3050
2935
  msgstr ""
3051
2936
 
@@ -3067,6 +2952,15 @@ msgstr ""
3067
2952
  msgid "Finished"
3068
2953
  msgstr ""
3069
2954
 
2955
+ msgid "Flatpak Remotes"
2956
+ msgstr ""
2957
+
2958
+ msgid "Flatpak remote numeric identifier"
2959
+ msgstr ""
2960
+
2961
+ msgid "Flatpak remote repository numeric identifier"
2962
+ msgstr ""
2963
+
3070
2964
  msgid "Force"
3071
2965
  msgstr ""
3072
2966
 
@@ -3129,9 +3023,6 @@ msgstr ""
3129
3023
  msgid "Generate host applicability"
3130
3024
  msgstr ""
3131
3025
 
3132
- msgid "Generate metadata"
3133
- msgstr ""
3134
-
3135
3026
  msgid "Generate repository applicability"
3136
3027
  msgstr ""
3137
3028
 
@@ -3232,7 +3123,7 @@ msgid "History will appear here when the content view is published or promoted."
3232
3123
  msgstr ""
3233
3124
 
3234
3125
  msgid "Host"
3235
- msgstr "Hostitel"
3126
+ msgstr ""
3236
3127
 
3237
3128
  msgid "Host %s has not been registered with subscription-manager."
3238
3129
  msgstr ""
@@ -3249,13 +3140,11 @@ msgstr ""
3249
3140
  msgid "Host Can Re-Register Only In Build"
3250
3141
  msgstr ""
3251
3142
 
3252
- #, fuzzy
3253
3143
  msgid "Host Collection name"
3254
- msgstr "organizace"
3144
+ msgstr ""
3255
3145
 
3256
- #, fuzzy
3257
3146
  msgid "Host Collections"
3258
- msgstr "organizace"
3147
+ msgstr ""
3259
3148
 
3260
3149
  msgid "Host Duplicate DMI UUIDs"
3261
3150
  msgstr ""
@@ -3371,12 +3260,6 @@ msgstr ""
3371
3260
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3372
3261
  msgstr ""
3373
3262
 
3374
- msgid "Hypervisors"
3375
- msgstr ""
3376
-
3377
- msgid "Hypervisors update"
3378
- msgstr ""
3379
-
3380
3263
  msgid "ID of a HTTP Proxy"
3381
3264
  msgstr ""
3382
3265
 
@@ -3398,15 +3281,17 @@ msgstr ""
3398
3281
  msgid "ID of an organization to show repositories in"
3399
3282
  msgstr ""
3400
3283
 
3284
+ msgid "ID of flatpak remote to show repositories of"
3285
+ msgstr ""
3286
+
3401
3287
  msgid "ID of the Organization"
3402
3288
  msgstr ""
3403
3289
 
3404
3290
  msgid "ID of the activation key"
3405
3291
  msgstr ""
3406
3292
 
3407
- #, fuzzy
3408
3293
  msgid "ID of the environment"
3409
- msgstr "prostředí"
3294
+ msgstr ""
3410
3295
 
3411
3296
  msgid "ID of the host"
3412
3297
  msgstr ""
@@ -3414,9 +3299,8 @@ msgstr ""
3414
3299
  msgid "ID of the host collection"
3415
3300
  msgstr ""
3416
3301
 
3417
- #, fuzzy
3418
3302
  msgid "ID of the organization"
3419
- msgstr "Vybrat organizaci"
3303
+ msgstr ""
3420
3304
 
3421
3305
  msgid "ID of the product containing the repository set"
3422
3306
  msgstr ""
@@ -3460,12 +3344,18 @@ msgstr ""
3460
3344
  msgid "Id of the content host"
3461
3345
  msgstr ""
3462
3346
 
3347
+ msgid "Id of the content view to limit the content counting on"
3348
+ msgstr ""
3349
+
3463
3350
  msgid "Id of the content view to limit the synchronization on"
3464
3351
  msgstr ""
3465
3352
 
3466
3353
  msgid "Id of the content view to limit verifying checksum on"
3467
3354
  msgstr ""
3468
3355
 
3356
+ msgid "Id of the environment to limit the content counting on"
3357
+ msgstr ""
3358
+
3469
3359
  msgid "Id of the environment to limit the synchronization on"
3470
3360
  msgstr ""
3471
3361
 
@@ -3487,6 +3377,9 @@ msgstr ""
3487
3377
  msgid "Id of the organization to limit environments on"
3488
3378
  msgstr ""
3489
3379
 
3380
+ msgid "Id of the repository to limit the content counting on"
3381
+ msgstr ""
3382
+
3490
3383
  msgid "Id of the repository to limit the synchronization on"
3491
3384
  msgstr ""
3492
3385
 
@@ -3624,6 +3517,27 @@ msgstr ""
3624
3517
  msgid "Image"
3625
3518
  msgstr ""
3626
3519
 
3520
+ msgid "Image digest"
3521
+ msgstr ""
3522
+
3523
+ msgid "Image digests"
3524
+ msgstr ""
3525
+
3526
+ msgid "Image mode"
3527
+ msgstr ""
3528
+
3529
+ msgid "Image mode / package mode"
3530
+ msgstr ""
3531
+
3532
+ msgid "Image mode details"
3533
+ msgstr ""
3534
+
3535
+ msgid "Image name"
3536
+ msgstr ""
3537
+
3538
+ msgid "Image-mode host"
3539
+ msgstr ""
3540
+
3627
3541
  msgid "Immediate"
3628
3542
  msgstr ""
3629
3543
 
@@ -3636,9 +3550,8 @@ msgstr ""
3636
3550
  msgid "Import Default Content View"
3637
3551
  msgstr ""
3638
3552
 
3639
- #, fuzzy
3640
3553
  msgid "Import Manifest"
3641
- msgstr "Závažnost: Důležitá"
3554
+ msgstr ""
3642
3555
 
3643
3556
  msgid "Import Repository"
3644
3557
  msgstr ""
@@ -3667,9 +3580,6 @@ msgstr ""
3667
3580
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3668
3581
  msgstr ""
3669
3582
 
3670
- msgid "Import migration"
3671
- msgstr ""
3672
-
3673
3583
  msgid "Import new manifest"
3674
3584
  msgstr ""
3675
3585
 
@@ -3679,12 +3589,6 @@ msgstr ""
3679
3589
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3680
3590
  msgstr ""
3681
3591
 
3682
- msgid "Import repository upload"
3683
- msgstr ""
3684
-
3685
- msgid "Import upload"
3686
- msgstr ""
3687
-
3688
3592
  msgid "Import uploads into a repository"
3689
3593
  msgstr ""
3690
3594
 
@@ -3727,6 +3631,9 @@ msgstr ""
3727
3631
  msgid "Include filter"
3728
3632
  msgstr ""
3729
3633
 
3634
+ msgid "Include manifests"
3635
+ msgstr ""
3636
+
3730
3637
  msgid "Included"
3731
3638
  msgstr ""
3732
3639
 
@@ -3748,9 +3655,6 @@ msgstr ""
3748
3655
  msgid "Incremental Update incomplete."
3749
3656
  msgstr ""
3750
3657
 
3751
- msgid "Incremental Update of Content View Version(s) "
3752
- msgstr ""
3753
-
3754
3658
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3755
3659
  msgstr ""
3756
3660
 
@@ -3763,28 +3667,12 @@ msgstr ""
3763
3667
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3764
3668
  msgstr ""
3765
3669
 
3766
- msgid "Index content"
3767
- msgstr ""
3768
-
3769
- #, fuzzy
3770
- msgid "Index errata"
3771
- msgstr "Instalační balíčky"
3772
-
3773
- msgid "Index module streams"
3774
- msgstr ""
3775
-
3776
- msgid "Index package groups"
3777
- msgstr ""
3778
-
3779
3670
  msgid "Informable Type must be one of the following [ %{list} ]"
3780
3671
  msgstr ""
3781
3672
 
3782
3673
  msgid "Inherit from Repository"
3783
3674
  msgstr ""
3784
3675
 
3785
- msgid "Initialize"
3786
- msgstr ""
3787
-
3788
3676
  msgid "Initiate a sync of the products attached to the sync plan"
3789
3677
  msgstr ""
3790
3678
 
@@ -3836,9 +3724,8 @@ msgstr ""
3836
3724
  msgid "Installed"
3837
3725
  msgstr ""
3838
3726
 
3839
- #, fuzzy
3840
3727
  msgid "Installed Packages"
3841
- msgstr "všechny balíčky"
3728
+ msgstr ""
3842
3729
 
3843
3730
  msgid "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."
3844
3731
  msgstr ""
@@ -3855,15 +3742,10 @@ msgstr ""
3855
3742
  msgid "Installing Erratum..."
3856
3743
  msgstr ""
3857
3744
 
3858
- #, fuzzy
3859
3745
  msgid "Installing Package Group..."
3860
- msgstr "všechny balíčky"
3746
+ msgstr ""
3861
3747
 
3862
- #, fuzzy
3863
3748
  msgid "Installing Package..."
3864
- msgstr "všechny balíčky"
3865
-
3866
- msgid "Instance update"
3867
3749
  msgstr ""
3868
3750
 
3869
3751
  msgid "Instance-based"
@@ -3884,9 +3766,8 @@ msgstr ""
3884
3766
  msgid "Invalid association of the content view id. Content View must match the content view version being saved"
3885
3767
  msgstr ""
3886
3768
 
3887
- #, fuzzy
3888
3769
  msgid "Invalid content label: %s"
3889
- msgstr "Neplatný stav"
3770
+ msgstr ""
3890
3771
 
3891
3772
  msgid "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}"
3892
3773
  msgstr ""
@@ -3897,7 +3778,7 @@ msgstr ""
3897
3778
  msgid "Invalid erratum filter rule specified, 'errata_id' cannot be specified in the same tuple as 'start_date', 'end_date' or 'types'"
3898
3779
  msgstr ""
3899
3780
 
3900
- msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date' or 'types'"
3781
+ msgid "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'"
3901
3782
  msgstr ""
3902
3783
 
3903
3784
  msgid "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}"
@@ -3981,9 +3862,27 @@ msgstr ""
3981
3862
  msgid "Job '${description}' has started."
3982
3863
  msgstr ""
3983
3864
 
3865
+ msgid "Katello Bootc interface"
3866
+ msgstr ""
3867
+
3984
3868
  msgid "Katello ID of local pool to update"
3985
3869
  msgstr ""
3986
3870
 
3871
+ msgid "Katello: Bootc Action"
3872
+ msgstr ""
3873
+
3874
+ msgid "Katello: Bootc Rollback"
3875
+ msgstr ""
3876
+
3877
+ msgid "Katello: Bootc Status"
3878
+ msgstr ""
3879
+
3880
+ msgid "Katello: Bootc Switch"
3881
+ msgstr ""
3882
+
3883
+ msgid "Katello: Bootc Upgrade"
3884
+ msgstr ""
3885
+
3987
3886
  msgid "Katello: Configure host for new content source"
3988
3887
  msgstr ""
3989
3888
 
@@ -4032,6 +3931,9 @@ msgstr ""
4032
3931
  msgid "Katello: Upload Profile"
4033
3932
  msgstr ""
4034
3933
 
3934
+ msgid "Keep latest packages"
3935
+ msgstr ""
3936
+
4035
3937
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
4036
3938
  msgstr ""
4037
3939
 
@@ -4056,6 +3958,9 @@ msgstr ""
4056
3958
  msgid "Label of the content view"
4057
3959
  msgstr ""
4058
3960
 
3961
+ msgid "Label of the flatpak remote"
3962
+ msgstr ""
3963
+
4059
3964
  msgid "Last check-in:"
4060
3965
  msgstr ""
4061
3966
 
@@ -4113,9 +4018,8 @@ msgstr ""
4113
4018
  msgid "Lifecycle"
4114
4019
  msgstr ""
4115
4020
 
4116
- #, fuzzy
4117
4021
  msgid "Lifecycle Environment"
4118
- msgstr "prostředí"
4022
+ msgstr ""
4119
4023
 
4120
4024
  msgid "Lifecycle Environment %s has associated Activation Keys. Please change or remove the associated Activation Keys before trying to delete this lifecycle environment."
4121
4025
  msgstr ""
@@ -4129,9 +4033,8 @@ msgstr ""
4129
4033
  msgid "Lifecycle Environment Label"
4130
4034
  msgstr ""
4131
4035
 
4132
- #, fuzzy
4133
4036
  msgid "Lifecycle Environments"
4134
- msgstr "prostředí"
4037
+ msgstr ""
4135
4038
 
4136
4039
  msgid "Lifecycle environment"
4137
4040
  msgstr ""
@@ -4199,16 +4102,14 @@ msgstr ""
4199
4102
  msgid "List a host's subscriptions"
4200
4103
  msgstr ""
4201
4104
 
4202
- #, fuzzy
4203
4105
  msgid "List activation keys"
4204
- msgstr "Aktivační klíče"
4106
+ msgstr ""
4205
4107
 
4206
4108
  msgid "List all :resource_id"
4207
4109
  msgstr ""
4208
4110
 
4209
- #, fuzzy
4210
4111
  msgid "List all organizations"
4211
- msgstr "Organizace"
4112
+ msgstr ""
4212
4113
 
4213
4114
  msgid "List all packages unique by name"
4214
4115
  msgstr ""
@@ -4225,6 +4126,9 @@ msgstr ""
4225
4126
  msgid "List available subscriptions from Red Hat Subscription Management"
4226
4127
  msgstr ""
4227
4128
 
4129
+ msgid "List booted bootc container images for hosts"
4130
+ msgstr ""
4131
+
4228
4132
  msgid "List components attached to this content view"
4229
4133
  msgstr ""
4230
4134
 
@@ -4237,9 +4141,8 @@ msgstr ""
4237
4141
  msgid "List content view versions"
4238
4142
  msgstr ""
4239
4143
 
4240
- #, fuzzy
4241
4144
  msgid "List content views"
4242
- msgstr "Vyhledat obsah"
4145
+ msgstr ""
4243
4146
 
4244
4147
  msgid "List deb packages"
4245
4148
  msgstr ""
@@ -4247,16 +4150,14 @@ msgstr ""
4247
4150
  msgid "List deb packages installed on the host"
4248
4151
  msgstr ""
4249
4152
 
4250
- #, fuzzy
4251
4153
  msgid "List environment paths"
4252
- msgstr "prostředí"
4154
+ msgstr ""
4253
4155
 
4254
4156
  msgid "List environments in an organization"
4255
4157
  msgstr ""
4256
4158
 
4257
- #, fuzzy
4258
4159
  msgid "List errata"
4259
- msgstr "Instalační balíčky"
4160
+ msgstr ""
4260
4161
 
4261
4162
  msgid "List errata available for the content host"
4262
4163
  msgstr ""
@@ -4267,9 +4168,17 @@ msgstr ""
4267
4168
  msgid "List filter rules"
4268
4169
  msgstr ""
4269
4170
 
4270
- #, fuzzy
4171
+ msgid "List flatpak remote repositories"
4172
+ msgstr ""
4173
+
4174
+ msgid "List flatpak remote's repositories"
4175
+ msgstr ""
4176
+
4177
+ msgid "List flatpak remotes"
4178
+ msgstr ""
4179
+
4271
4180
  msgid "List host collections"
4272
- msgstr "Spravovat role"
4181
+ msgstr ""
4273
4182
 
4274
4183
  msgid "List host collections in an activation key"
4275
4184
  msgstr ""
@@ -4319,9 +4228,8 @@ msgstr ""
4319
4228
  msgid "List of host collection IDs to disassociate from the activation key"
4320
4229
  msgstr ""
4321
4230
 
4322
- #, fuzzy
4323
4231
  msgid "List of host collection ids"
4324
- msgstr "Vybrat organizaci"
4232
+ msgstr ""
4325
4233
 
4326
4234
  msgid "List of host collection ids to update"
4327
4235
  msgstr ""
@@ -4344,9 +4252,8 @@ msgstr ""
4344
4252
  msgid "List of package group names (Deprecated)"
4345
4253
  msgstr ""
4346
4254
 
4347
- #, fuzzy
4348
4255
  msgid "List of package names"
4349
- msgstr "všechny balíčky"
4256
+ msgstr ""
4350
4257
 
4351
4258
  msgid "List of product ids"
4352
4259
  msgstr ""
@@ -4378,9 +4285,8 @@ msgstr ""
4378
4285
  msgid "List of repositories in an organization"
4379
4286
  msgstr ""
4380
4287
 
4381
- #, fuzzy
4382
4288
  msgid "List of repository ids"
4383
- msgstr "Smazán poskytovatel [%s]"
4289
+ msgstr ""
4384
4290
 
4385
4291
  msgid "List of resources types that will be automatically associated"
4386
4292
  msgstr ""
@@ -4406,9 +4312,8 @@ msgstr ""
4406
4312
  msgid "List packages installed on the host"
4407
4313
  msgstr ""
4408
4314
 
4409
- #, fuzzy
4410
4315
  msgid "List products"
4411
- msgstr "Produkty"
4316
+ msgstr ""
4412
4317
 
4413
4318
  msgid "List repositories in the environment"
4414
4319
  msgstr ""
@@ -4428,9 +4333,8 @@ msgstr ""
4428
4333
  msgid "List subscriptions"
4429
4334
  msgstr ""
4430
4335
 
4431
- #, fuzzy
4432
4336
  msgid "List sync plans"
4433
- msgstr "Vybrat distribuci"
4337
+ msgstr ""
4434
4338
 
4435
4339
  msgid "List the lifecycle environments attached to the smart proxy"
4436
4340
  msgstr ""
@@ -4438,6 +4342,9 @@ msgstr ""
4438
4342
  msgid "List the lifecycle environments not attached to the smart proxy"
4439
4343
  msgstr ""
4440
4344
 
4345
+ msgid "Load balancer"
4346
+ msgstr ""
4347
+
4441
4348
  msgid "Loading"
4442
4349
  msgstr ""
4443
4350
 
@@ -4567,9 +4474,6 @@ msgstr ""
4567
4474
  msgid "Messaging connection"
4568
4475
  msgstr ""
4569
4476
 
4570
- msgid "Metadata generate"
4571
- msgstr ""
4572
-
4573
4477
  msgid ""
4574
4478
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4575
4479
  "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
@@ -4581,6 +4485,12 @@ msgstr ""
4581
4485
  msgid "Minimum version"
4582
4486
  msgstr ""
4583
4487
 
4488
+ msgid "Mirror Remote Repository"
4489
+ msgstr ""
4490
+
4491
+ msgid "Mirror a flatpak remote repository"
4492
+ msgstr ""
4493
+
4584
4494
  msgid "Missing activation key!"
4585
4495
  msgstr ""
4586
4496
 
@@ -4593,6 +4503,9 @@ msgstr ""
4593
4503
  msgid "Moderate"
4594
4504
  msgstr ""
4595
4505
 
4506
+ msgid "Modify via remote execution"
4507
+ msgstr ""
4508
+
4596
4509
  msgid "Modular"
4597
4510
  msgstr ""
4598
4511
 
@@ -4614,13 +4527,7 @@ msgstr ""
4614
4527
  msgid "Module streams will appear here after enabling Red Hat repositories or creating custom products."
4615
4528
  msgstr ""
4616
4529
 
4617
- msgid "Multi copy all units"
4618
- msgstr ""
4619
-
4620
- msgid "Multi copy content"
4621
- msgstr ""
4622
-
4623
- msgid "Multi copy units"
4530
+ msgid "Multi Content View Environment"
4624
4531
  msgstr ""
4625
4532
 
4626
4533
  msgid "Multi-entitlement"
@@ -4680,6 +4587,12 @@ msgstr ""
4680
4587
  msgid "Name of the content view"
4681
4588
  msgstr ""
4682
4589
 
4590
+ msgid "Name of the flatpak remote"
4591
+ msgstr ""
4592
+
4593
+ msgid "Name of the flatpak remote repository"
4594
+ msgstr ""
4595
+
4683
4596
  msgid "Name of the host"
4684
4597
  msgstr ""
4685
4598
 
@@ -4701,9 +4614,8 @@ msgstr ""
4701
4614
  msgid "Needs to only be set for file repositories or docker tags"
4702
4615
  msgstr ""
4703
4616
 
4704
- #, fuzzy
4705
4617
  msgid "Nest"
4706
- msgstr "Host"
4618
+ msgstr ""
4707
4619
 
4708
4620
  msgid "Network Sync"
4709
4621
  msgstr ""
@@ -4714,21 +4626,17 @@ msgstr ""
4714
4626
  msgid "Never Synced"
4715
4627
  msgstr ""
4716
4628
 
4717
- #, fuzzy
4718
4629
  msgid "New Errata"
4719
- msgstr "všechny balíčky"
4630
+ msgstr ""
4720
4631
 
4721
- #, fuzzy
4722
4632
  msgid "New content view name"
4723
- msgstr "Vyhledat obsah"
4633
+ msgstr ""
4724
4634
 
4725
- #, fuzzy
4726
4635
  msgid "New host collection name"
4727
- msgstr "Vyhledat obsah"
4636
+ msgstr ""
4728
4637
 
4729
- #, fuzzy
4730
4638
  msgid "New name cannot be blank"
4731
- msgstr "Název nesmí být prázdný."
4639
+ msgstr ""
4732
4640
 
4733
4641
  msgid "New name for the content view"
4734
4642
  msgstr ""
@@ -4751,9 +4659,8 @@ msgstr ""
4751
4659
  msgid "No Activation keys to select"
4752
4660
  msgstr ""
4753
4661
 
4754
- #, fuzzy
4755
4662
  msgid "No Content View"
4756
- msgstr "Vyhledat obsah"
4663
+ msgstr ""
4757
4664
 
4758
4665
  msgid "No Content found"
4759
4666
  msgstr ""
@@ -4809,15 +4716,17 @@ msgstr ""
4809
4716
  msgid "No content in selected versions."
4810
4717
  msgstr ""
4811
4718
 
4719
+ msgid "No content view environments"
4720
+ msgstr ""
4721
+
4812
4722
  msgid "No content view environments found with ids: %{ids}"
4813
4723
  msgstr ""
4814
4724
 
4815
4725
  msgid "No content view environments found with names: %{names}"
4816
4726
  msgstr ""
4817
4727
 
4818
- #, fuzzy
4819
4728
  msgid "No content view history events found."
4820
- msgstr "Vyhledat obsah"
4729
+ msgstr ""
4821
4730
 
4822
4731
  msgid "No content views available"
4823
4732
  msgstr ""
@@ -4846,9 +4755,6 @@ msgstr ""
4846
4755
  msgid "No enabled repositories match your search criteria."
4847
4756
  msgstr ""
4848
4757
 
4849
- msgid "No environment"
4850
- msgstr ""
4851
-
4852
4758
  msgid "No environments"
4853
4759
  msgstr ""
4854
4760
 
@@ -4864,9 +4770,8 @@ msgstr ""
4864
4770
  msgid "No errata to add yet"
4865
4771
  msgstr ""
4866
4772
 
4867
- #, fuzzy
4868
4773
  msgid "No errors"
4869
- msgstr "Žádné chyby"
4774
+ msgstr ""
4870
4775
 
4871
4776
  msgid "No existing export history was found to perform an incremental export. A full export must be performed"
4872
4777
  msgstr ""
@@ -4883,9 +4788,8 @@ msgstr ""
4883
4788
  msgid "No host collections"
4884
4789
  msgstr ""
4885
4790
 
4886
- #, fuzzy
4887
4791
  msgid "No host collections found."
4888
- msgstr "Vyhledat obsah"
4792
+ msgstr ""
4889
4793
 
4890
4794
  msgid "No host collections yet"
4891
4795
  msgstr ""
@@ -4981,7 +4885,7 @@ msgid "No module streams to add yet."
4981
4885
  msgstr ""
4982
4886
 
4983
4887
  msgid "No new packages installed"
4984
- msgstr "Žádné nové instalační balíčky"
4888
+ msgstr ""
4985
4889
 
4986
4890
  msgid "No package groups yet"
4987
4891
  msgstr ""
@@ -4995,13 +4899,11 @@ msgstr ""
4995
4899
  msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4996
4900
  msgstr ""
4997
4901
 
4998
- #, fuzzy
4999
4902
  msgid "No packages removed"
5000
- msgstr "Balíček přesunut"
4903
+ msgstr ""
5001
4904
 
5002
- #, fuzzy
5003
4905
  msgid "No packages updated"
5004
- msgstr "všechny aktualizační balíčky"
4906
+ msgstr ""
5005
4907
 
5006
4908
  msgid "No pool IDs were provided."
5007
4909
  msgstr ""
@@ -5066,9 +4968,8 @@ msgstr ""
5066
4968
  msgid "No services defined, is this class extended?"
5067
4969
  msgstr ""
5068
4970
 
5069
- #, fuzzy
5070
4971
  msgid "No start time currently available."
5071
- msgstr "Žádné nové instalační balíčky"
4972
+ msgstr ""
5072
4973
 
5073
4974
  msgid "No subscriptions match your search criteria."
5074
4975
  msgstr ""
@@ -5205,9 +5106,8 @@ msgstr ""
5205
5106
  msgid "Only On Demand smart proxies may have space reclaimed."
5206
5107
  msgstr ""
5207
5108
 
5208
- #, fuzzy
5209
5109
  msgid "Only one Red Hat provider permitted for an Organization"
5210
- msgstr "Spravovat organizace"
5110
+ msgstr ""
5211
5111
 
5212
5112
  msgid "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page."
5213
5113
  msgstr ""
@@ -5219,14 +5119,13 @@ msgid "Operators"
5219
5119
  msgstr ""
5220
5120
 
5221
5121
  msgid "Organization"
5222
- msgstr "Organizace"
5122
+ msgstr ""
5223
5123
 
5224
5124
  msgid "Organization %s is being deleted."
5225
5125
  msgstr ""
5226
5126
 
5227
- #, fuzzy
5228
5127
  msgid "Organization ID"
5229
- msgstr "Organizace"
5128
+ msgstr ""
5230
5129
 
5231
5130
  msgid "Organization ID is required"
5232
5131
  msgstr ""
@@ -5234,24 +5133,20 @@ msgstr ""
5234
5133
  msgid "Organization Information not provided."
5235
5134
  msgstr ""
5236
5135
 
5237
- #, fuzzy
5238
5136
  msgid "Organization cannot be blank."
5239
- msgstr "Název nesmí být prázdný."
5137
+ msgstr ""
5240
5138
 
5241
- #, fuzzy
5242
5139
  msgid "Organization id"
5243
- msgstr "Organizace"
5140
+ msgstr ""
5244
5141
 
5245
5142
  msgid "Organization id not found: '%s'"
5246
5143
  msgstr ""
5247
5144
 
5248
- #, fuzzy
5249
5145
  msgid "Organization identifier"
5250
- msgstr "Organizace"
5146
+ msgstr ""
5251
5147
 
5252
- #, fuzzy
5253
5148
  msgid "Organization label"
5254
- msgstr "Organizace"
5149
+ msgstr ""
5255
5150
 
5256
5151
  msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
5257
5152
  msgstr ""
@@ -5262,9 +5157,8 @@ msgstr ""
5262
5157
  msgid "Organization not found: '%s'"
5263
5158
  msgstr ""
5264
5159
 
5265
- #, fuzzy
5266
5160
  msgid "Organization required"
5267
- msgstr "Organizace"
5161
+ msgstr ""
5268
5162
 
5269
5163
  msgid "Orphaned Content Protection Time"
5270
5164
  msgstr ""
@@ -5308,119 +5202,92 @@ msgstr ""
5308
5202
  msgid "Override value. Provide a boolean value if name is 'enabled'"
5309
5203
  msgstr ""
5310
5204
 
5311
- #, fuzzy
5312
5205
  msgid "Package"
5313
- msgstr "Skupiny balíčků"
5206
+ msgstr ""
5314
5207
 
5315
- #, fuzzy
5316
5208
  msgid "Package Group"
5317
- msgstr "Skupiny balíčků"
5209
+ msgstr ""
5318
5210
 
5319
- #, fuzzy
5320
5211
  msgid "Package Group Install"
5321
- msgstr "Instalační balíčky"
5212
+ msgstr ""
5322
5213
 
5323
- #, fuzzy
5324
5214
  msgid "Package Group Install Canceled"
5325
- msgstr "Skupiny balíčků"
5215
+ msgstr ""
5326
5216
 
5327
- #, fuzzy
5328
5217
  msgid "Package Group Install Complete"
5329
- msgstr "Skupiny balíčků"
5218
+ msgstr ""
5330
5219
 
5331
- #, fuzzy
5332
5220
  msgid "Package Group Install Failed"
5333
- msgstr "Instalační balíčky"
5221
+ msgstr ""
5334
5222
 
5335
- #, fuzzy
5336
5223
  msgid "Package Group Install Timed Out"
5337
- msgstr "Skupiny balíčků"
5224
+ msgstr ""
5338
5225
 
5339
- #, fuzzy
5340
5226
  msgid "Package Group Install scheduled by %s"
5341
- msgstr "Skupiny balíčků"
5227
+ msgstr ""
5342
5228
 
5343
- #, fuzzy
5344
5229
  msgid "Package Group Remove"
5345
- msgstr "Balíček přesunut"
5230
+ msgstr ""
5346
5231
 
5347
- #, fuzzy
5348
5232
  msgid "Package Group Remove Canceled"
5349
- msgstr "Skupiny balíčků"
5233
+ msgstr ""
5350
5234
 
5351
- #, fuzzy
5352
5235
  msgid "Package Group Remove Complete"
5353
- msgstr "Skupiny balíčků"
5236
+ msgstr ""
5354
5237
 
5355
- #, fuzzy
5356
5238
  msgid "Package Group Remove Failed"
5357
- msgstr "Balíček přesunut"
5239
+ msgstr ""
5358
5240
 
5359
- #, fuzzy
5360
5241
  msgid "Package Group Remove Timed Out"
5361
- msgstr "Skupiny balíčků"
5242
+ msgstr ""
5362
5243
 
5363
- #, fuzzy
5364
5244
  msgid "Package Group Remove scheduled by %s"
5365
- msgstr "Skupiny balíčků"
5245
+ msgstr ""
5366
5246
 
5367
- #, fuzzy
5368
5247
  msgid "Package Group Update"
5369
- msgstr "Balíček aktualizován"
5248
+ msgstr ""
5370
5249
 
5371
- #, fuzzy
5372
5250
  msgid "Package Group Update scheduled by %s"
5373
- msgstr "Skupiny balíčků"
5251
+ msgstr ""
5374
5252
 
5375
- #, fuzzy
5376
5253
  msgid "Package Groups"
5377
- msgstr "Skupiny balíčků"
5254
+ msgstr ""
5378
5255
 
5379
5256
  msgid "Package Install"
5380
- msgstr "Instalační balíčky"
5257
+ msgstr ""
5381
5258
 
5382
- #, fuzzy
5383
5259
  msgid "Package Install Canceled"
5384
- msgstr "Instalační balíčky"
5260
+ msgstr ""
5385
5261
 
5386
- #, fuzzy
5387
5262
  msgid "Package Install Complete"
5388
- msgstr "Instalační balíčky"
5263
+ msgstr ""
5389
5264
 
5390
- #, fuzzy
5391
5265
  msgid "Package Install Failed"
5392
- msgstr "Instalační balíčky"
5266
+ msgstr ""
5393
5267
 
5394
- #, fuzzy
5395
5268
  msgid "Package Install Timed Out"
5396
- msgstr "Instalační balíčky"
5269
+ msgstr ""
5397
5270
 
5398
- #, fuzzy
5399
5271
  msgid "Package Install scheduled by %s"
5400
- msgstr "Instalační balíčky"
5272
+ msgstr ""
5401
5273
 
5402
5274
  msgid "Package Remove"
5403
- msgstr "Balíček přesunut"
5275
+ msgstr ""
5404
5276
 
5405
- #, fuzzy
5406
5277
  msgid "Package Remove Canceled"
5407
- msgstr "Balíček přesunut"
5278
+ msgstr ""
5408
5279
 
5409
- #, fuzzy
5410
5280
  msgid "Package Remove Complete"
5411
- msgstr "Balíček přesunut"
5281
+ msgstr ""
5412
5282
 
5413
- #, fuzzy
5414
5283
  msgid "Package Remove Failed"
5415
- msgstr "Balíček přesunut"
5284
+ msgstr ""
5416
5285
 
5417
- #, fuzzy
5418
5286
  msgid "Package Remove Timed Out"
5419
- msgstr "Balíček přesunut"
5287
+ msgstr ""
5420
5288
 
5421
- #, fuzzy
5422
5289
  msgid "Package Remove scheduled by %s"
5423
- msgstr "Balíček přesunut"
5290
+ msgstr ""
5424
5291
 
5425
5292
  msgid "Package Type"
5426
5293
  msgstr ""
@@ -5429,43 +5296,34 @@ msgid "Package Types"
5429
5296
  msgstr ""
5430
5297
 
5431
5298
  msgid "Package Update"
5432
- msgstr "Balíček aktualizován"
5299
+ msgstr ""
5433
5300
 
5434
- #, fuzzy
5435
5301
  msgid "Package Update Canceled"
5436
- msgstr "Balíček aktualizován"
5302
+ msgstr ""
5437
5303
 
5438
- #, fuzzy
5439
5304
  msgid "Package Update Complete"
5440
- msgstr "Balíček aktualizován"
5305
+ msgstr ""
5441
5306
 
5442
- #, fuzzy
5443
5307
  msgid "Package Update Failed"
5444
- msgstr "Balíček aktualizován"
5308
+ msgstr ""
5445
5309
 
5446
- #, fuzzy
5447
5310
  msgid "Package Update Timed Out"
5448
- msgstr "Balíček aktualizován"
5311
+ msgstr ""
5449
5312
 
5450
- #, fuzzy
5451
5313
  msgid "Package Update scheduled by %s"
5452
- msgstr "Balíček aktualizován"
5314
+ msgstr ""
5453
5315
 
5454
- #, fuzzy
5455
5316
  msgid "Package group update canceled"
5456
- msgstr "Skupiny balíčků"
5317
+ msgstr ""
5457
5318
 
5458
- #, fuzzy
5459
5319
  msgid "Package group update complete"
5460
- msgstr "Skupiny balíčků"
5320
+ msgstr ""
5461
5321
 
5462
- #, fuzzy
5463
5322
  msgid "Package group update failed"
5464
- msgstr "všechny aktualizační balíčky selhaly"
5323
+ msgstr ""
5465
5324
 
5466
- #, fuzzy
5467
5325
  msgid "Package group update timed out"
5468
- msgstr "Skupiny balíčků"
5326
+ msgstr ""
5469
5327
 
5470
5328
  msgid "Package groups"
5471
5329
  msgstr ""
@@ -5479,16 +5337,17 @@ msgstr ""
5479
5337
  msgid "Package installation: \"%{package}\" "
5480
5338
  msgstr ""
5481
5339
 
5482
- msgid "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."
5340
+ msgid "Package mode"
5341
+ msgstr ""
5342
+
5343
+ msgid "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."
5483
5344
  msgstr ""
5484
5345
 
5485
- #, fuzzy
5486
5346
  msgid "Packages"
5487
- msgstr "Skupiny balíčků"
5347
+ msgstr ""
5488
5348
 
5489
- #, fuzzy
5490
5349
  msgid "Packages must be provided"
5491
- msgstr "Musí existovat alespoň jedna organizace."
5350
+ msgstr ""
5492
5351
 
5493
5352
  msgid "Packages to be removed"
5494
5353
  msgstr ""
@@ -5610,6 +5469,9 @@ msgstr ""
5610
5469
  msgid "Policy to set for mirroring content. Must be one of %s."
5611
5470
  msgstr ""
5612
5471
 
5472
+ msgid "Possible values: %s"
5473
+ msgstr ""
5474
+
5613
5475
  msgid "Prefer registered through Smart Proxy for remote execution"
5614
5476
  msgstr ""
5615
5477
 
@@ -5643,9 +5505,8 @@ msgstr ""
5643
5505
  msgid "Problem searching traces"
5644
5506
  msgstr ""
5645
5507
 
5646
- #, fuzzy
5647
5508
  msgid "Product"
5648
- msgstr "Produkty"
5509
+ msgstr ""
5649
5510
 
5650
5511
  msgid "Product Content"
5651
5512
  msgstr ""
@@ -5659,16 +5520,17 @@ msgstr ""
5659
5520
  msgid "Product ID"
5660
5521
  msgstr ""
5661
5522
 
5662
- #, fuzzy
5523
+ msgid "Product ID to mirror the remote repository to"
5524
+ msgstr ""
5525
+
5663
5526
  msgid "Product and Repositories"
5664
- msgstr "Produkty a Repozitáře"
5527
+ msgstr ""
5665
5528
 
5666
5529
  msgid "Product architecture"
5667
5530
  msgstr ""
5668
5531
 
5669
- #, fuzzy
5670
5532
  msgid "Product description"
5671
- msgstr "Produkty"
5533
+ msgstr ""
5672
5534
 
5673
5535
  msgid ""
5674
5536
  "Product id as listed from a host's installed products, \\\n"
@@ -5684,9 +5546,8 @@ msgstr ""
5684
5546
  msgid "Product label '%s' is ambiguous. Try using an id-based container name."
5685
5547
  msgstr ""
5686
5548
 
5687
- #, fuzzy
5688
5549
  msgid "Product name"
5689
- msgstr "Produkty"
5550
+ msgstr ""
5690
5551
 
5691
5552
  msgid "Product name as listed from a host's installed products"
5692
5553
  msgstr ""
@@ -5710,7 +5571,7 @@ msgid "Product: '%{product}', Repository: '%{repo}' "
5710
5571
  msgstr ""
5711
5572
 
5712
5573
  msgid "Products"
5713
- msgstr "Produkty"
5574
+ msgstr ""
5714
5575
 
5715
5576
  msgid "Products updated."
5716
5577
  msgstr ""
@@ -5775,9 +5636,8 @@ msgstr ""
5775
5636
  msgid "Publish Lifecycle Environment Container Repositories"
5776
5637
  msgstr ""
5777
5638
 
5778
- #, fuzzy
5779
5639
  msgid "Publish a content view"
5780
- msgstr "Vyhledat obsah"
5640
+ msgstr ""
5781
5641
 
5782
5642
  msgid "Publish new version"
5783
5643
  msgstr ""
@@ -5845,9 +5705,6 @@ msgstr ""
5845
5705
  msgid "Pulp task error"
5846
5706
  msgstr ""
5847
5707
 
5848
- msgid "Purge completed tasks"
5849
- msgstr ""
5850
-
5851
5708
  msgid "Python Package"
5852
5709
  msgstr ""
5853
5710
 
@@ -5956,9 +5813,6 @@ msgstr ""
5956
5813
  msgid "Reclaim Space"
5957
5814
  msgstr ""
5958
5815
 
5959
- msgid "Reclaim space"
5960
- msgstr ""
5961
-
5962
5816
  msgid "Reclaim space from On Demand repositories"
5963
5817
  msgstr ""
5964
5818
 
@@ -5977,13 +5831,11 @@ msgstr ""
5977
5831
  msgid "Red Hat CDN"
5978
5832
  msgstr ""
5979
5833
 
5980
- #, fuzzy
5981
5834
  msgid "Red Hat CDN URL"
5982
- msgstr "Produkty"
5835
+ msgstr ""
5983
5836
 
5984
- #, fuzzy
5985
5837
  msgid "Red Hat Repositories"
5986
- msgstr "Repozitáře"
5838
+ msgstr ""
5987
5839
 
5988
5840
  msgid "Red Hat Repositories page"
5989
5841
  msgstr ""
@@ -6018,14 +5870,10 @@ msgstr ""
6018
5870
  msgid "Refresh Content Host Statuses for %s"
6019
5871
  msgstr ""
6020
5872
 
6021
- #, fuzzy
6022
5873
  msgid "Refresh Manifest"
6023
- msgstr "Smazat role"
6024
-
6025
- msgid "Refresh all alternate content sources"
6026
5874
  msgstr ""
6027
5875
 
6028
- msgid "Refresh all distributions"
5876
+ msgid "Refresh all alternate content sources"
6029
5877
  msgstr ""
6030
5878
 
6031
5879
  msgid "Refresh alternate content sources"
@@ -6040,27 +5888,15 @@ msgstr ""
6040
5888
  msgid "Refresh counts"
6041
5889
  msgstr ""
6042
5890
 
6043
- msgid "Refresh distribution"
6044
- msgstr ""
6045
-
6046
5891
  msgid "Refresh errata applicability"
6047
5892
  msgstr ""
6048
5893
 
6049
- msgid "Refresh if needed"
6050
- msgstr ""
6051
-
6052
5894
  msgid "Refresh package applicability"
6053
5895
  msgstr ""
6054
5896
 
6055
5897
  msgid "Refresh previously imported manifest for Red Hat provider"
6056
5898
  msgstr ""
6057
5899
 
6058
- msgid "Refresh remote"
6059
- msgstr ""
6060
-
6061
- msgid "Refresh repos"
6062
- msgstr ""
6063
-
6064
5900
  msgid "Refresh source"
6065
5901
  msgstr ""
6066
5902
 
@@ -6085,6 +5921,9 @@ msgstr ""
6085
5921
  msgid "Registered on"
6086
5922
  msgstr ""
6087
5923
 
5924
+ msgid "Registered to"
5925
+ msgstr ""
5926
+
6088
5927
  msgid "Registering to multiple environments is not enabled."
6089
5928
  msgstr ""
6090
5929
 
@@ -6100,9 +5939,6 @@ msgstr ""
6100
5939
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6101
5940
  msgstr ""
6102
5941
 
6103
- msgid "Reindex subscriptions"
6104
- msgstr ""
6105
-
6106
5942
  msgid "Related composite content views"
6107
5943
  msgstr ""
6108
5944
 
@@ -6148,17 +5984,14 @@ msgstr ""
6148
5984
  msgid "Remove"
6149
5985
  msgstr ""
6150
5986
 
6151
- #, fuzzy
6152
5987
  msgid "Remove Content"
6153
- msgstr "Smazat role"
5988
+ msgstr ""
6154
5989
 
6155
- #, fuzzy
6156
5990
  msgid "Remove Version"
6157
- msgstr "repozitář"
5991
+ msgstr ""
6158
5992
 
6159
- #, fuzzy
6160
5993
  msgid "Remove Versions and Associations"
6161
- msgstr "Smazat organizaci"
5994
+ msgstr ""
6162
5995
 
6163
5996
  msgid "Remove a content view from an environment"
6164
5997
  msgstr ""
@@ -6172,9 +6005,8 @@ msgstr ""
6172
6005
  msgid "Remove content view version"
6173
6006
  msgstr ""
6174
6007
 
6175
- #, fuzzy
6176
6008
  msgid "Remove from Environment"
6177
- msgstr "prostředí"
6009
+ msgstr ""
6178
6010
 
6179
6011
  msgid "Remove from environment"
6180
6012
  msgstr ""
@@ -6203,9 +6035,6 @@ msgstr ""
6203
6035
  msgid "Remove one or more subscriptions from an upstream manifest"
6204
6036
  msgstr ""
6205
6037
 
6206
- msgid "Remove orphans"
6207
- msgstr ""
6208
-
6209
6038
  msgid "Remove package group via Katello interface"
6210
6039
  msgstr ""
6211
6040
 
@@ -6233,12 +6062,6 @@ msgstr ""
6233
6062
  msgid "Remove subscriptions from one or more hosts"
6234
6063
  msgstr ""
6235
6064
 
6236
- msgid "Remove units"
6237
- msgstr ""
6238
-
6239
- msgid "Remove unneeded repos"
6240
- msgstr ""
6241
-
6242
6065
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6243
6066
  msgstr ""
6244
6067
 
@@ -6251,13 +6074,11 @@ msgstr ""
6251
6074
  msgid "Removed components from content view"
6252
6075
  msgstr ""
6253
6076
 
6254
- #, fuzzy
6255
6077
  msgid "Removing Package Group..."
6256
- msgstr "Skupiny balíčků"
6078
+ msgstr ""
6257
6079
 
6258
- #, fuzzy
6259
6080
  msgid "Removing Package..."
6260
- msgstr "Smazat balíček filtrů"
6081
+ msgstr ""
6261
6082
 
6262
6083
  msgid "Removing product %{prod_name} with ID %{prod_id} from ACS %{acs_name} with ID %{acs_id}"
6263
6084
  msgstr ""
@@ -6265,9 +6086,6 @@ msgstr ""
6265
6086
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6266
6087
  msgstr ""
6267
6088
 
6268
- msgid "Repair"
6269
- msgstr ""
6270
-
6271
6089
  msgid "Replace content source on the target machine"
6272
6090
  msgstr ""
6273
6091
 
@@ -6280,14 +6098,10 @@ msgstr ""
6280
6098
  msgid "Repo label"
6281
6099
  msgstr ""
6282
6100
 
6283
- #, fuzzy
6284
6101
  msgid "Repositories"
6285
- msgstr "Repozitáře"
6286
-
6287
- msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6288
6102
  msgstr ""
6289
6103
 
6290
- msgid "Repositories certs reset"
6104
+ msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6291
6105
  msgstr ""
6292
6106
 
6293
6107
  msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
@@ -6296,12 +6110,8 @@ msgstr ""
6296
6110
  msgid "Repositories from published Content Views are not allowed."
6297
6111
  msgstr ""
6298
6112
 
6299
- msgid "Repositories gpg reset"
6300
- msgstr ""
6301
-
6302
- #, fuzzy
6303
6113
  msgid "Repository"
6304
- msgstr "repozitář"
6114
+ msgstr ""
6305
6115
 
6306
6116
  msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
6307
6117
  msgstr ""
@@ -6333,9 +6143,8 @@ msgstr ""
6333
6143
  msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
6334
6144
  msgstr ""
6335
6145
 
6336
- #, fuzzy
6337
6146
  msgid "Repository id"
6338
- msgstr "Repozitáře"
6147
+ msgstr ""
6339
6148
 
6340
6149
  msgid "Repository identifier"
6341
6150
  msgstr ""
@@ -6349,9 +6158,8 @@ msgstr ""
6349
6158
  msgid "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema."
6350
6159
  msgstr ""
6351
6160
 
6352
- #, fuzzy
6353
6161
  msgid "Repository not found"
6354
- msgstr "Repozitáře"
6162
+ msgstr ""
6355
6163
 
6356
6164
  msgid "Repository path"
6357
6165
  msgstr ""
@@ -6593,6 +6401,12 @@ msgstr ""
6593
6401
  msgid "Roles"
6594
6402
  msgstr ""
6595
6403
 
6404
+ msgid "Rollback image"
6405
+ msgstr ""
6406
+
6407
+ msgid "Rollback image digest"
6408
+ msgstr ""
6409
+
6596
6410
  msgid "Rules to be added"
6597
6411
  msgstr ""
6598
6412
 
@@ -6602,7 +6416,13 @@ msgstr ""
6602
6416
  msgid "Run job invocation"
6603
6417
  msgstr ""
6604
6418
 
6605
- msgid "Running"
6419
+ msgid "Running"
6420
+ msgstr ""
6421
+
6422
+ msgid "Running image"
6423
+ msgstr ""
6424
+
6425
+ msgid "Running image digest"
6606
6426
  msgstr ""
6607
6427
 
6608
6428
  msgid "SKU"
@@ -6632,25 +6452,10 @@ msgstr ""
6632
6452
  msgid "Save"
6633
6453
  msgstr ""
6634
6454
 
6635
- msgid "Save artifact"
6636
- msgstr ""
6637
-
6638
- msgid "Save distribution references"
6639
- msgstr ""
6640
-
6641
- msgid "Save publication"
6642
- msgstr ""
6643
-
6644
- msgid "Save version"
6645
- msgstr ""
6646
-
6647
- msgid "Save versions"
6648
- msgstr ""
6649
-
6650
6455
  msgid "Saving alternate content source..."
6651
6456
  msgstr ""
6652
6457
 
6653
- msgid "Scan cdn"
6458
+ msgid "Scan a flatpak remote"
6654
6459
  msgstr ""
6655
6460
 
6656
6461
  msgid "Schema version 1"
@@ -6677,9 +6482,8 @@ msgstr ""
6677
6482
  msgid "Search pattern (defaults to '*')"
6678
6483
  msgstr ""
6679
6484
 
6680
- #, fuzzy
6681
6485
  msgid "Search string"
6682
- msgstr "všechny balíčky"
6486
+ msgstr ""
6683
6487
 
6684
6488
  msgid "Search string for erratum to perform an action on"
6685
6489
  msgstr ""
@@ -6693,9 +6497,8 @@ msgstr ""
6693
6497
  msgid "Search string for versions to perform an action on"
6694
6498
  msgstr ""
6695
6499
 
6696
- #, fuzzy
6697
6500
  msgid "Security"
6698
- msgstr "Smazat systémy"
6501
+ msgstr ""
6699
6502
 
6700
6503
  msgid "Security errata applicable"
6701
6504
  msgstr ""
@@ -6712,13 +6515,11 @@ msgstr ""
6712
6515
  msgid "Select All"
6713
6516
  msgstr ""
6714
6517
 
6715
- #, fuzzy
6716
6518
  msgid "Select Content View"
6717
- msgstr "Vyhledat obsah"
6519
+ msgstr ""
6718
6520
 
6719
- #, fuzzy
6720
6521
  msgid "Select None"
6721
- msgstr "Vybrat organizaci"
6522
+ msgstr ""
6722
6523
 
6723
6524
  msgid "Select Organization"
6724
6525
  msgstr ""
@@ -6762,18 +6563,14 @@ msgstr ""
6762
6563
  msgid "Select action"
6763
6564
  msgstr ""
6764
6565
 
6765
- msgid "Select add-ons"
6766
- msgstr ""
6767
-
6768
6566
  msgid "Select all"
6769
6567
  msgstr ""
6770
6568
 
6771
6569
  msgid "Select all rows"
6772
6570
  msgstr ""
6773
6571
 
6774
- #, fuzzy
6775
6572
  msgid "Select an Organization"
6776
- msgstr "Vybrat organizaci"
6573
+ msgstr ""
6777
6574
 
6778
6575
  msgid "Select an environment"
6779
6576
  msgstr ""
@@ -6904,13 +6701,13 @@ msgstr ""
6904
6701
  msgid "Set content overrides to one or more hosts"
6905
6702
  msgstr ""
6906
6703
 
6907
- msgid "Set true to override to enabled; Set false to override to disabled.'"
6704
+ msgid "Set this HTTP proxy as the default content HTTP proxy"
6908
6705
  msgstr ""
6909
6706
 
6910
- msgid "Set true to remove an override and reset it to 'default'"
6707
+ msgid "Set true to override to enabled; Set false to override to disabled.'"
6911
6708
  msgstr ""
6912
6709
 
6913
- msgid "Sets the system add-ons"
6710
+ msgid "Set true to remove an override and reset it to 'default'"
6914
6711
  msgstr ""
6915
6712
 
6916
6713
  msgid "Sets the system purpose usage"
@@ -6922,9 +6719,8 @@ msgstr ""
6922
6719
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
6923
6720
  msgstr ""
6924
6721
 
6925
- #, fuzzy
6926
6722
  msgid "Severity"
6927
- msgstr "Závažnost: Nízká"
6723
+ msgstr ""
6928
6724
 
6929
6725
  msgid "Severity must be one of: %s"
6930
6726
  msgstr ""
@@ -6938,9 +6734,8 @@ msgstr ""
6938
6734
  msgid "Show a Content Credential"
6939
6735
  msgstr ""
6940
6736
 
6941
- #, fuzzy
6942
6737
  msgid "Show a content view"
6943
- msgstr "Vyhledat obsah"
6738
+ msgstr ""
6944
6739
 
6945
6740
  msgid "Show a content view component"
6946
6741
  msgstr ""
@@ -6948,24 +6743,26 @@ msgstr ""
6948
6743
  msgid "Show a content view's history"
6949
6744
  msgstr ""
6950
6745
 
6951
- #, fuzzy
6746
+ msgid "Show a flatpak remote"
6747
+ msgstr ""
6748
+
6749
+ msgid "Show a flatpak remote repository"
6750
+ msgstr ""
6751
+
6952
6752
  msgid "Show a host collection"
6953
- msgstr "organizace"
6753
+ msgstr ""
6954
6754
 
6955
- #, fuzzy
6956
6755
  msgid "Show a product"
6957
- msgstr "Smazat poskytovatele"
6756
+ msgstr ""
6958
6757
 
6959
6758
  msgid "Show a repository"
6960
6759
  msgstr ""
6961
6760
 
6962
- #, fuzzy
6963
6761
  msgid "Show a subscription"
6964
- msgstr "organizace"
6762
+ msgstr ""
6965
6763
 
6966
- #, fuzzy
6967
6764
  msgid "Show a sync plan"
6968
- msgstr "+ Nový plán"
6765
+ msgstr ""
6969
6766
 
6970
6767
  msgid "Show affected activation keys"
6971
6768
  msgstr ""
@@ -6979,16 +6776,14 @@ msgstr ""
6979
6776
  msgid "Show all repository sets"
6980
6777
  msgstr ""
6981
6778
 
6982
- #, fuzzy
6983
6779
  msgid "Show an activation key"
6984
- msgstr "Číst aktivační klíče"
6780
+ msgstr ""
6985
6781
 
6986
6782
  msgid "Show an alternate content source."
6987
6783
  msgstr ""
6988
6784
 
6989
- #, fuzzy
6990
6785
  msgid "Show an environment"
6991
- msgstr "prostředí"
6786
+ msgstr ""
6992
6787
 
6993
6788
  msgid "Show content available for an activation key"
6994
6789
  msgstr ""
@@ -7005,9 +6800,8 @@ msgstr ""
7005
6800
  msgid "Show hosts associated to an activation key"
7006
6801
  msgstr ""
7007
6802
 
7008
- #, fuzzy
7009
6803
  msgid "Show organization"
7010
- msgstr "+ Nová organizace"
6804
+ msgstr ""
7011
6805
 
7012
6806
  msgid "Show release versions available for an activation key"
7013
6807
  msgstr ""
@@ -7282,12 +7076,17 @@ msgstr ""
7282
7076
  msgid "Stacking ID"
7283
7077
  msgstr ""
7284
7078
 
7079
+ msgid "Staged image"
7080
+ msgstr ""
7081
+
7082
+ msgid "Staged image digest"
7083
+ msgstr ""
7084
+
7285
7085
  msgid "Start Date"
7286
7086
  msgstr ""
7287
7087
 
7288
- #, fuzzy
7289
7088
  msgid "Start Date and Time can't be blank"
7290
- msgstr "Název nesmí být prázdný."
7089
+ msgstr ""
7291
7090
 
7292
7091
  msgid "Start Time"
7293
7092
  msgstr ""
@@ -7331,16 +7130,14 @@ msgstr ""
7331
7130
  msgid "Subpaths"
7332
7131
  msgstr ""
7333
7132
 
7334
- #, fuzzy
7335
7133
  msgid "Subscription"
7336
- msgstr "organizace"
7134
+ msgstr ""
7337
7135
 
7338
7136
  msgid "Subscription Details"
7339
7137
  msgstr ""
7340
7138
 
7341
- #, fuzzy
7342
7139
  msgid "Subscription ID"
7343
- msgstr "organizace"
7140
+ msgstr ""
7344
7141
 
7345
7142
  msgid "Subscription Info"
7346
7143
  msgstr ""
@@ -7360,9 +7157,8 @@ msgstr ""
7360
7157
  msgid "Subscription Pool id"
7361
7158
  msgstr ""
7362
7159
 
7363
- #, fuzzy
7364
7160
  msgid "Subscription Pool uuid"
7365
- msgstr "organizace"
7161
+ msgstr ""
7366
7162
 
7367
7163
  msgid "Subscription UUID"
7368
7164
  msgstr ""
@@ -7430,9 +7226,8 @@ msgstr ""
7430
7226
  msgid "Successfully removed %s Host(s)."
7431
7227
  msgstr ""
7432
7228
 
7433
- #, fuzzy
7434
7229
  msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
7435
- msgstr "úspěšně vytvořen."
7230
+ msgstr ""
7436
7231
 
7437
7232
  msgid "Successfully synced capsule."
7438
7233
  msgstr ""
@@ -7452,12 +7247,8 @@ msgstr ""
7452
7247
  msgid "Supported Content Types"
7453
7248
  msgstr ""
7454
7249
 
7455
- msgid "Sync"
7456
- msgstr ""
7457
-
7458
- #, fuzzy
7459
7250
  msgid "Sync Canceled"
7460
- msgstr "Stornováno."
7251
+ msgstr ""
7461
7252
 
7462
7253
  msgid "Sync Connect Timeout"
7463
7254
  msgstr ""
@@ -7465,13 +7256,11 @@ msgstr ""
7465
7256
  msgid "Sync Content View on Smart Proxy(ies)"
7466
7257
  msgstr ""
7467
7258
 
7468
- #, fuzzy
7469
7259
  msgid "Sync Incomplete"
7470
- msgstr "Stornováno."
7260
+ msgstr ""
7471
7261
 
7472
- #, fuzzy
7473
7262
  msgid "Sync Overview"
7474
- msgstr "Stornováno."
7263
+ msgstr ""
7475
7264
 
7476
7265
  msgid "Sync Plan"
7477
7266
  msgstr ""
@@ -7479,9 +7268,8 @@ msgstr ""
7479
7268
  msgid "Sync Plan: "
7480
7269
  msgstr ""
7481
7270
 
7482
- #, fuzzy
7483
7271
  msgid "Sync Plans"
7484
- msgstr "+ Nový plán"
7272
+ msgstr ""
7485
7273
 
7486
7274
  msgid "Sync Repository on Smart Proxy(ies)"
7487
7275
  msgstr ""
@@ -7495,9 +7283,8 @@ msgstr ""
7495
7283
  msgid "Sync Sock Read Timeout"
7496
7284
  msgstr ""
7497
7285
 
7498
- #, fuzzy
7499
7286
  msgid "Sync Status"
7500
- msgstr "Systém"
7287
+ msgstr ""
7501
7288
 
7502
7289
  msgid "Sync Summary"
7503
7290
  msgstr ""
@@ -7508,14 +7295,10 @@ msgstr ""
7508
7295
  msgid "Sync Total Timeout"
7509
7296
  msgstr ""
7510
7297
 
7511
- #, fuzzy
7512
7298
  msgid "Sync a repository"
7513
- msgstr "Vybrat organizaci"
7514
-
7515
- msgid "Sync all repositories for a product"
7516
7299
  msgstr ""
7517
7300
 
7518
- msgid "Sync capsule"
7301
+ msgid "Sync all repositories for a product"
7519
7302
  msgstr ""
7520
7303
 
7521
7304
  msgid "Sync complete."
@@ -7536,9 +7319,6 @@ msgstr ""
7536
7319
  msgid "Sync state"
7537
7320
  msgstr ""
7538
7321
 
7539
- msgid "Syncable export"
7540
- msgstr ""
7541
-
7542
7322
  msgid "Synced"
7543
7323
  msgstr ""
7544
7324
 
@@ -7554,9 +7334,8 @@ msgstr ""
7554
7334
  msgid "Synchronize Now"
7555
7335
  msgstr ""
7556
7336
 
7557
- #, fuzzy
7558
7337
  msgid "Synchronize repository"
7559
- msgstr "Smazat poskytovatele"
7338
+ msgstr ""
7560
7339
 
7561
7340
  msgid "Synchronize smart proxy"
7562
7341
  msgstr ""
@@ -7570,9 +7349,8 @@ msgstr ""
7570
7349
  msgid "Synchronize: Validate Content"
7571
7350
  msgstr ""
7572
7351
 
7573
- #, fuzzy
7574
7352
  msgid "Syncing Complete."
7575
- msgstr "Žádné šablony"
7353
+ msgstr ""
7576
7354
 
7577
7355
  msgid "Synopsis"
7578
7356
  msgstr ""
@@ -7610,9 +7388,8 @@ msgstr ""
7610
7388
  msgid "Task ID"
7611
7389
  msgstr ""
7612
7390
 
7613
- #, fuzzy
7614
7391
  msgid "Task canceled"
7615
- msgstr "Stornováno."
7392
+ msgstr ""
7616
7393
 
7617
7394
  msgid "Task detail"
7618
7395
  msgstr ""
@@ -7656,6 +7433,9 @@ msgstr ""
7656
7433
  msgid "The actual file contents"
7657
7434
  msgstr ""
7658
7435
 
7436
+ msgid "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions."
7437
+ msgstr ""
7438
+
7659
7439
  msgid "The content type for the Alternate Content Source"
7660
7440
  msgstr ""
7661
7441
 
@@ -7768,9 +7548,8 @@ msgstr ""
7768
7548
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
7769
7549
  msgstr ""
7770
7550
 
7771
- #, fuzzy
7772
7551
  msgid "The repository is already enabled"
7773
- msgstr "Neznámý štítek repozitáře: %s"
7552
+ msgstr ""
7774
7553
 
7775
7554
  msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
7776
7555
  msgstr ""
@@ -7904,6 +7683,9 @@ msgstr ""
7904
7683
  msgid "This content view version doesn't have a history."
7905
7684
  msgstr ""
7906
7685
 
7686
+ msgid "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."
7687
+ msgstr ""
7688
+
7907
7689
  msgid "This content view will be automatically updated to the latest version."
7908
7690
  msgstr ""
7909
7691
 
@@ -7916,6 +7698,9 @@ msgstr ""
7916
7698
  msgid "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."
7917
7699
  msgstr ""
7918
7700
 
7701
+ msgid "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."
7702
+ msgstr ""
7703
+
7919
7704
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7920
7705
  msgstr ""
7921
7706
 
@@ -8042,7 +7827,7 @@ msgstr ""
8042
7827
  msgid "To manage packages, select an action."
8043
7828
  msgstr ""
8044
7829
 
8045
- msgid "Toggle"
7830
+ msgid "Token/password for the flatpak remote"
8046
7831
  msgstr ""
8047
7832
 
8048
7833
  msgid "Total steps: "
@@ -8228,9 +8013,8 @@ msgstr ""
8228
8013
  msgid "Unapplied Errata"
8229
8014
  msgstr ""
8230
8015
 
8231
- #, fuzzy
8232
8016
  msgid "Unattach a subscription"
8233
- msgstr "Smazat poskytovatele"
8017
+ msgstr ""
8234
8018
 
8235
8019
  msgid "Unfiltered params array: %s."
8236
8020
  msgstr ""
@@ -8271,9 +8055,8 @@ msgstr ""
8271
8055
  msgid "Up-to date"
8272
8056
  msgstr ""
8273
8057
 
8274
- #, fuzzy
8275
8058
  msgid "Update"
8276
- msgstr "Balíček aktualizován"
8059
+ msgstr ""
8277
8060
 
8278
8061
  msgid "Update Alternate Content Source"
8279
8062
  msgstr ""
@@ -8299,9 +8082,8 @@ msgstr ""
8299
8082
  msgid "Update a component associated with the content view"
8300
8083
  msgstr ""
8301
8084
 
8302
- #, fuzzy
8303
8085
  msgid "Update a content view"
8304
- msgstr "Vyhledat obsah"
8086
+ msgstr ""
8305
8087
 
8306
8088
  msgid "Update a content view version"
8307
8089
  msgstr ""
@@ -8309,26 +8091,26 @@ msgstr ""
8309
8091
  msgid "Update a filter rule. The parameters included should be based upon the filter type."
8310
8092
  msgstr ""
8311
8093
 
8094
+ msgid "Update a flatpak remote"
8095
+ msgstr ""
8096
+
8312
8097
  msgid "Update a host collection"
8313
8098
  msgstr ""
8314
8099
 
8315
- #, fuzzy
8316
8100
  msgid "Update a repository"
8317
- msgstr "Smazat poskytovatele"
8101
+ msgstr ""
8318
8102
 
8319
8103
  msgid "Update a sync plan"
8320
8104
  msgstr ""
8321
8105
 
8322
- #, fuzzy
8323
8106
  msgid "Update an activation key"
8324
- msgstr "Číst aktivační klíče"
8107
+ msgstr ""
8325
8108
 
8326
8109
  msgid "Update an alternate content source."
8327
8110
  msgstr ""
8328
8111
 
8329
- #, fuzzy
8330
8112
  msgid "Update an environment"
8331
- msgstr "prostředí"
8113
+ msgstr ""
8332
8114
 
8333
8115
  msgid "Update an environment in an organization"
8334
8116
  msgstr ""
@@ -8336,33 +8118,20 @@ msgstr ""
8336
8118
  msgid "Update content counts for the smart proxy"
8337
8119
  msgstr ""
8338
8120
 
8339
- msgid "Update content urls"
8340
- msgstr ""
8341
-
8342
8121
  msgid "Update content view environments for host"
8343
8122
  msgstr ""
8344
8123
 
8345
8124
  msgid "Update content view environments for host %s"
8346
8125
  msgstr ""
8347
8126
 
8348
- msgid "Update distributions"
8349
- msgstr ""
8350
-
8351
8127
  msgid "Update hosts manually"
8352
8128
  msgstr ""
8353
8129
 
8354
- msgid "Update http proxy"
8355
- msgstr ""
8356
-
8357
- msgid "Update http proxy details"
8358
- msgstr ""
8359
-
8360
8130
  msgid "Update installed packages, enabled repos, module inventory"
8361
8131
  msgstr ""
8362
8132
 
8363
- #, fuzzy
8364
8133
  msgid "Update organization"
8365
- msgstr "Vybrat organizaci"
8134
+ msgstr ""
8366
8135
 
8367
8136
  msgid "Update package group via Katello interface"
8368
8137
  msgstr ""
@@ -8373,21 +8142,12 @@ msgstr ""
8373
8142
  msgid "Update packages via Katello interface"
8374
8143
  msgstr ""
8375
8144
 
8376
- msgid "Update redhat repository"
8377
- msgstr ""
8378
-
8379
8145
  msgid "Update release version for host"
8380
8146
  msgstr ""
8381
8147
 
8382
8148
  msgid "Update release version for host %s"
8383
8149
  msgstr ""
8384
8150
 
8385
- msgid "Update remote"
8386
- msgstr ""
8387
-
8388
- msgid "Update repository"
8389
- msgstr ""
8390
-
8391
8151
  msgid "Update services requiring restart"
8392
8152
  msgstr ""
8393
8153
 
@@ -8424,9 +8184,8 @@ msgstr ""
8424
8184
  msgid "Updates"
8425
8185
  msgstr ""
8426
8186
 
8427
- #, fuzzy
8428
8187
  msgid "Updates a product"
8429
- msgstr "Smazat poskytovatele"
8188
+ msgstr ""
8430
8189
 
8431
8190
  msgid "Updates available: Component content view versions have been updated."
8432
8191
  msgstr ""
@@ -8434,9 +8193,8 @@ msgstr ""
8434
8193
  msgid "Updates available: Repositories and/or filters have changed."
8435
8194
  msgstr ""
8436
8195
 
8437
- #, fuzzy
8438
8196
  msgid "Updating Package..."
8439
- msgstr "Smazat balíček filtrů"
8197
+ msgstr ""
8440
8198
 
8441
8199
  msgid "Updating System Purpose for host"
8442
8200
  msgstr ""
@@ -8444,9 +8202,8 @@ msgstr ""
8444
8202
  msgid "Updating System Purpose for host %s"
8445
8203
  msgstr ""
8446
8204
 
8447
- #, fuzzy
8448
8205
  msgid "Updating package group..."
8449
- msgstr "Smazat balíček filtrů"
8206
+ msgstr ""
8450
8207
 
8451
8208
  msgid "Updating repository authentication configuration"
8452
8209
  msgstr ""
@@ -8481,12 +8238,6 @@ msgstr ""
8481
8238
  msgid "Upload a subscription manifest"
8482
8239
  msgstr ""
8483
8240
 
8484
- msgid "Upload content"
8485
- msgstr ""
8486
-
8487
- msgid "Upload file"
8488
- msgstr ""
8489
-
8490
8241
  msgid "Upload into"
8491
8242
  msgstr ""
8492
8243
 
@@ -8496,9 +8247,6 @@ msgstr ""
8496
8247
  msgid "Upload request id"
8497
8248
  msgstr ""
8498
8249
 
8499
- msgid "Upload tag"
8500
- msgstr ""
8501
-
8502
8250
  msgid "Upstream Candlepin"
8503
8251
  msgstr ""
8504
8252
 
@@ -8586,6 +8334,9 @@ msgstr ""
8586
8334
  msgid "Username for authentication. Relevant only for 'upstream_server' type."
8587
8335
  msgstr ""
8588
8336
 
8337
+ msgid "Username for the flatpak remote"
8338
+ msgstr ""
8339
+
8589
8340
  msgid "Username of the upstream repository user used for authentication"
8590
8341
  msgstr ""
8591
8342
 
@@ -8610,9 +8361,6 @@ msgstr ""
8610
8361
  msgid "Verify SSL"
8611
8362
  msgstr ""
8612
8363
 
8613
- msgid "Verify checksum"
8614
- msgstr ""
8615
-
8616
8364
  msgid "Verify checksum for content on smart proxy"
8617
8365
  msgstr ""
8618
8366
 
@@ -8715,9 +8463,8 @@ msgstr ""
8715
8463
  msgid "View the job"
8716
8464
  msgstr ""
8717
8465
 
8718
- #, fuzzy
8719
8466
  msgid "Virtual"
8720
- msgstr "Virtuální"
8467
+ msgstr ""
8721
8468
 
8722
8469
  msgid "Virtual guests"
8723
8470
  msgstr ""
@@ -8911,26 +8658,26 @@ msgstr ""
8911
8658
  msgid "a module stream"
8912
8659
  msgstr ""
8913
8660
 
8914
- #, fuzzy
8915
8661
  msgid "a package"
8916
- msgstr "všechny balíčky"
8662
+ msgstr ""
8917
8663
 
8918
- #, fuzzy
8919
8664
  msgid "a package group"
8920
- msgstr "všechny balíčky"
8665
+ msgstr ""
8921
8666
 
8922
8667
  msgid "actions not found"
8923
8668
  msgstr ""
8924
8669
 
8670
+ msgid "activation key"
8671
+ msgstr ""
8672
+
8925
8673
  msgid "activation key identifier"
8926
8674
  msgstr ""
8927
8675
 
8928
8676
  msgid "activation key name to filter by"
8929
8677
  msgstr ""
8930
8678
 
8931
- #, fuzzy
8932
8679
  msgid "activation keys"
8933
- msgstr "Aktivační klíče"
8680
+ msgstr ""
8934
8681
 
8935
8682
  msgid "add all module streams without errata to the included/excluded list. (module stream filter only)"
8936
8683
  msgstr ""
@@ -8942,13 +8689,13 @@ msgid "all environments"
8942
8689
  msgstr ""
8943
8690
 
8944
8691
  msgid "all packages"
8945
- msgstr "všechny balíčky"
8692
+ msgstr ""
8946
8693
 
8947
8694
  msgid "all packages update"
8948
- msgstr "všechny aktualizační balíčky"
8695
+ msgstr ""
8949
8696
 
8950
8697
  msgid "all packages update failed"
8951
- msgstr "všechny aktualizační balíčky selhaly"
8698
+ msgstr ""
8952
8699
 
8953
8700
  msgid "allow unauthenticed pull of container images"
8954
8701
  msgstr ""
@@ -8962,13 +8709,11 @@ msgstr ""
8962
8709
  msgid "an ansible collection"
8963
8710
  msgstr ""
8964
8711
 
8965
- #, fuzzy
8966
8712
  msgid "an erratum"
8967
- msgstr "Instalační balíčky"
8713
+ msgstr ""
8968
8714
 
8969
- #, fuzzy
8970
8715
  msgid "an organization"
8971
- msgstr "+ Nová organizace"
8716
+ msgstr ""
8972
8717
 
8973
8718
  msgid "are only allowed for Yum repositories."
8974
8719
  msgstr ""
@@ -9000,9 +8745,8 @@ msgstr ""
9000
8745
  msgid "can the activation key have unlimited hosts"
9001
8746
  msgstr ""
9002
8747
 
9003
- #, fuzzy
9004
8748
  msgid "can't be blank"
9005
- msgstr "nemůže být prázdné"
8749
+ msgstr ""
9006
8750
 
9007
8751
  msgid "cannot add filter to generated content views"
9008
8752
  msgstr ""
@@ -9011,18 +8755,16 @@ msgid "cannot add filter to import-only view"
9011
8755
  msgstr ""
9012
8756
 
9013
8757
  msgid "cannot be a binary file."
9014
- msgstr "nemůže být binární soubor."
8758
+ msgstr ""
9015
8759
 
9016
- #, fuzzy
9017
8760
  msgid "cannot be blank"
9018
- msgstr "nemůže být prázdné"
8761
+ msgstr ""
9019
8762
 
9020
8763
  msgid "cannot be blank when Repository URL is provided."
9021
8764
  msgstr ""
9022
8765
 
9023
- #, fuzzy
9024
8766
  msgid "cannot be changed."
9025
- msgstr "nemůže být prázdné"
8767
+ msgstr ""
9026
8768
 
9027
8769
  msgid "cannot be deleted if it has been promoted."
9028
8770
  msgstr ""
@@ -9033,33 +8775,29 @@ msgstr ""
9033
8775
  msgid "cannot be lower than current usage count (%s)"
9034
8776
  msgstr ""
9035
8777
 
9036
- #, fuzzy
9037
8778
  msgid "cannot be nil"
9038
- msgstr "nemůže být prázdné"
8779
+ msgstr ""
9039
8780
 
9040
8781
  msgid "cannot be set because unlimited hosts is set"
9041
8782
  msgstr ""
9042
8783
 
9043
- msgid "cannot be set for non-yum repositories."
8784
+ msgid "cannot be set for repositories without 'Additive' mirroring policy."
9044
8785
  msgstr ""
9045
8786
 
9046
- #, fuzzy
9047
8787
  msgid "cannot contain characters other than ascii alpha numerals, '_', '-'. "
9048
- msgstr "nesmí obsahovat jiné znaky než písmena, číslice, mezery, '_', '-'."
8788
+ msgstr ""
9049
8789
 
9050
8790
  msgid "cannot contain commas"
9051
8791
  msgstr ""
9052
8792
 
9053
- #, fuzzy
9054
8793
  msgid "cannot contain filters if composite view"
9055
- msgstr "nesmí obsahovat jiné znaky než ASCII hodnoty"
8794
+ msgstr ""
9056
8795
 
9057
8796
  msgid "cannot contain filters whose repositories do not belong to this content view"
9058
8797
  msgstr ""
9059
8798
 
9060
- #, fuzzy
9061
8799
  msgid "cannot contain more than %s characters"
9062
- msgstr "musí obsahovat nejméně %s znaků"
8800
+ msgstr ""
9063
8801
 
9064
8802
  msgid "change the host's content source."
9065
8803
  msgstr ""
@@ -9079,13 +8817,15 @@ msgstr ""
9079
8817
  msgid "composite content view numeric identifier"
9080
8818
  msgstr ""
9081
8819
 
9082
- #, fuzzy
9083
8820
  msgid "content release version"
9084
- msgstr "Vyhledat obsah"
8821
+ msgstr ""
9085
8822
 
9086
8823
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
9087
8824
  msgstr ""
9088
8825
 
8826
+ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
8827
+ msgstr ""
8828
+
9089
8829
  msgid "content view component ID. Identifier of the component association"
9090
8830
  msgstr ""
9091
8831
 
@@ -9095,9 +8835,8 @@ msgstr ""
9095
8835
  msgid "content view filter rule identifier"
9096
8836
  msgstr ""
9097
8837
 
9098
- #, fuzzy
9099
8838
  msgid "content view identifier"
9100
- msgstr "Vyhledat obsah"
8839
+ msgstr ""
9101
8840
 
9102
8841
  msgid "content view identifier of the component who's latest version is desired"
9103
8842
  msgstr ""
@@ -9108,13 +8847,11 @@ msgstr ""
9108
8847
  msgid "content view numeric identifier"
9109
8848
  msgstr ""
9110
8849
 
9111
- #, fuzzy
9112
8850
  msgid "content view publish"
9113
- msgstr "Vyhledat obsah"
8851
+ msgstr ""
9114
8852
 
9115
- #, fuzzy
9116
8853
  msgid "content view refresh"
9117
- msgstr "Vyhledat obsah"
8854
+ msgstr ""
9118
8855
 
9119
8856
  msgid "content view to reassign orphaned activation keys to"
9120
8857
  msgstr ""
@@ -9158,9 +8895,8 @@ msgstr ""
9158
8895
  msgid "delete the content view with all the versions and environments"
9159
8896
  msgstr ""
9160
8897
 
9161
- #, fuzzy
9162
8898
  msgid "description"
9163
- msgstr "organizace"
8899
+ msgstr ""
9164
8900
 
9165
8901
  msgid "description of the environment"
9166
8902
  msgstr ""
@@ -9174,7 +8910,7 @@ msgstr ""
9174
8910
  msgid "disk"
9175
8911
  msgstr ""
9176
8912
 
9177
- msgid "download policy for yum, deb, and docker repos (either 'immediate' or 'on_demand')"
8913
+ msgid "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')"
9178
8914
  msgstr ""
9179
8915
 
9180
8916
  msgid "enables or disables synchronization"
@@ -9186,9 +8922,8 @@ msgstr ""
9186
8922
  msgid "enhancements"
9187
8923
  msgstr ""
9188
8924
 
9189
- #, fuzzy
9190
8925
  msgid "environment identifier"
9191
- msgstr "prostředí vyžadováno"
8926
+ msgstr ""
9192
8927
 
9193
8928
  msgid "environment numeric identifier"
9194
8929
  msgstr ""
@@ -9202,9 +8937,8 @@ msgstr ""
9202
8937
  msgid "environment to reassign orphaned systems to"
9203
8938
  msgstr ""
9204
8939
 
9205
- #, fuzzy
9206
8940
  msgid "environments"
9207
- msgstr "prostředí"
8941
+ msgstr ""
9208
8942
 
9209
8943
  msgid "errata_id of the content view filter rule"
9210
8944
  msgstr ""
@@ -9215,6 +8949,9 @@ msgstr ""
9215
8949
  msgid "erratum: IDs or a select all object"
9216
8950
  msgstr ""
9217
8951
 
8952
+ msgid "erratum: allow types not matching a valid errata type"
8953
+ msgstr ""
8954
+
9218
8955
  msgid "erratum: end date (YYYY-MM-DD)"
9219
8956
  msgstr ""
9220
8957
 
@@ -9263,9 +9000,8 @@ msgstr ""
9263
9000
  msgid "foreman-tasks service not running or is not ready yet"
9264
9001
  msgstr ""
9265
9002
 
9266
- #, fuzzy
9267
9003
  msgid "has already been taken"
9268
- msgstr "Ověření se nezdařilo: Štítek byl již přijat."
9004
+ msgstr ""
9269
9005
 
9270
9006
  msgid "has already been taken for a product in this organization."
9271
9007
  msgstr ""
@@ -9276,6 +9012,9 @@ msgstr ""
9276
9012
  msgid "here"
9277
9013
  msgstr ""
9278
9014
 
9015
+ msgid "host"
9016
+ msgstr ""
9017
+
9279
9018
  msgid "host collection name to filter by"
9280
9019
  msgstr ""
9281
9020
 
@@ -9321,21 +9060,17 @@ msgstr ""
9321
9060
  msgid "installing or updating packages"
9322
9061
  msgstr ""
9323
9062
 
9324
- #, fuzzy
9325
9063
  msgid "installing package group..."
9326
- msgstr "všechny balíčky"
9064
+ msgstr ""
9327
9065
 
9328
- #, fuzzy
9329
9066
  msgid "installing package groups..."
9330
- msgstr "všechny balíčky"
9067
+ msgstr ""
9331
9068
 
9332
- #, fuzzy
9333
9069
  msgid "installing package..."
9334
- msgstr "všechny balíčky"
9070
+ msgstr ""
9335
9071
 
9336
- #, fuzzy
9337
9072
  msgid "installing packages..."
9338
- msgstr "všechny balíčky"
9073
+ msgstr ""
9339
9074
 
9340
9075
  msgid "interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' & 'content_view_version' are supported."
9341
9076
  msgstr ""
@@ -9379,9 +9114,8 @@ msgstr ""
9379
9114
  msgid "list filters"
9380
9115
  msgstr ""
9381
9116
 
9382
- #, fuzzy
9383
9117
  msgid "list of repository ids"
9384
- msgstr "Smazán poskytovatel [%s]"
9118
+ msgstr ""
9385
9119
 
9386
9120
  msgid "list of rpm filename strings to include in published version"
9387
9121
  msgstr ""
@@ -9401,6 +9135,18 @@ msgstr ""
9401
9135
  msgid "module streams not found"
9402
9136
  msgstr ""
9403
9137
 
9138
+ msgid "multi-environment activation key"
9139
+ msgstr ""
9140
+
9141
+ msgid "multi-environment activation keys"
9142
+ msgstr ""
9143
+
9144
+ msgid "multi-environment host"
9145
+ msgstr ""
9146
+
9147
+ msgid "multi-environment hosts"
9148
+ msgstr ""
9149
+
9404
9150
  msgid "must be %{gpg_key} or %{cert}"
9405
9151
  msgstr ""
9406
9152
 
@@ -9416,19 +9162,17 @@ msgstr ""
9416
9162
  msgid "must be true or false"
9417
9163
  msgstr ""
9418
9164
 
9419
- #, fuzzy
9420
9165
  msgid "must be unique within one organization"
9421
- msgstr "Název musí být unikátní vrámci jedné organizace."
9166
+ msgstr ""
9422
9167
 
9423
9168
  msgid "must contain '%s'"
9424
9169
  msgstr ""
9425
9170
 
9426
- #, fuzzy
9427
9171
  msgid "must contain GPG Key"
9428
- msgstr "GPG klíč"
9172
+ msgstr ""
9429
9173
 
9430
9174
  msgid "must contain at least %s character"
9431
- msgstr "musí obsahovat nejméně %s znaků"
9175
+ msgstr ""
9432
9176
 
9433
9177
  msgid "must contain valid Public GPG Key"
9434
9178
  msgstr ""
@@ -9439,35 +9183,29 @@ msgstr ""
9439
9183
  msgid "must not be a negative value."
9440
9184
  msgstr ""
9441
9185
 
9442
- #, fuzzy
9443
9186
  msgid "must not contain leading or trailing white spaces."
9444
- msgstr "nesmí obsahovat více než %s znaků"
9187
+ msgstr ""
9445
9188
 
9446
- #, fuzzy
9447
9189
  msgid "name"
9448
- msgstr "Název"
9190
+ msgstr ""
9449
9191
 
9450
- #, fuzzy
9451
9192
  msgid "name of organization"
9452
- msgstr "Vybrat organizaci"
9193
+ msgstr ""
9453
9194
 
9454
9195
  msgid "name of the content view filter rule"
9455
9196
  msgstr ""
9456
9197
 
9457
- #, fuzzy
9458
9198
  msgid "name of the environment"
9459
- msgstr "prostředí"
9199
+ msgstr ""
9460
9200
 
9461
9201
  msgid "name of the filter"
9462
9202
  msgstr ""
9463
9203
 
9464
- #, fuzzy
9465
9204
  msgid "name of the organization"
9466
- msgstr "Vybrat organizaci"
9205
+ msgstr ""
9467
9206
 
9468
- #, fuzzy
9469
9207
  msgid "name of the repository"
9470
- msgstr "Vybrat organizaci"
9208
+ msgstr ""
9471
9209
 
9472
9210
  msgid "name of the subscription"
9473
9211
  msgstr ""
@@ -9487,20 +9225,17 @@ msgstr ""
9487
9225
  msgid "obtain manifest history for subscriptions"
9488
9226
  msgstr ""
9489
9227
 
9490
- #, fuzzy
9491
9228
  msgid "of environment must be unique within one organization"
9492
- msgstr "Název musí být unikátní vrámci jedné organizace."
9229
+ msgstr ""
9493
9230
 
9494
9231
  msgid "only show the repositories readable by this user with this username"
9495
9232
  msgstr ""
9496
9233
 
9497
- #, fuzzy
9498
9234
  msgid "organization ID"
9499
- msgstr "Organizace"
9235
+ msgstr ""
9500
9236
 
9501
- #, fuzzy
9502
9237
  msgid "organization identifier"
9503
- msgstr "Organizace"
9238
+ msgstr ""
9504
9239
 
9505
9240
  msgid "package group: uuid"
9506
9241
  msgstr ""
@@ -9553,40 +9288,32 @@ msgstr ""
9553
9288
  msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
9554
9289
  msgstr ""
9555
9290
 
9556
- #, fuzzy
9557
9291
  msgid "removing package group..."
9558
- msgstr "Skupiny balíčků"
9292
+ msgstr ""
9559
9293
 
9560
- #, fuzzy
9561
9294
  msgid "removing package groups..."
9562
- msgstr "Skupiny balíčků"
9295
+ msgstr ""
9563
9296
 
9564
- #, fuzzy
9565
9297
  msgid "removing package..."
9566
- msgstr "Smazat balíček filtrů"
9298
+ msgstr ""
9567
9299
 
9568
- #, fuzzy
9569
9300
  msgid "removing packages..."
9570
- msgstr "Smazat balíček filtrů"
9301
+ msgstr ""
9571
9302
 
9572
9303
  msgid "repo label"
9573
9304
  msgstr ""
9574
9305
 
9575
- #, fuzzy
9576
9306
  msgid "repository ID"
9577
- msgstr "Repozitáře"
9307
+ msgstr ""
9578
9308
 
9579
- #, fuzzy
9580
9309
  msgid "repository id"
9581
- msgstr "Repozitáře"
9310
+ msgstr ""
9582
9311
 
9583
- #, fuzzy
9584
9312
  msgid "repository identifier"
9585
- msgstr "Repozitáře"
9313
+ msgstr ""
9586
9314
 
9587
- #, fuzzy
9588
9315
  msgid "repository source url"
9589
- msgstr "Repozitáře"
9316
+ msgstr ""
9590
9317
 
9591
9318
  msgid "root-node of collection contained in responses (default: 'results')"
9592
9319
  msgstr ""
@@ -9642,9 +9369,8 @@ msgstr ""
9642
9369
  msgid "sync plan description"
9643
9370
  msgstr ""
9644
9371
 
9645
- #, fuzzy
9646
9372
  msgid "sync plan name"
9647
- msgstr "+ Nový plán"
9373
+ msgstr ""
9648
9374
 
9649
9375
  msgid "sync plan numeric identifier"
9650
9376
  msgstr ""
@@ -9703,9 +9429,8 @@ msgstr ""
9703
9429
  msgid "updating package..."
9704
9430
  msgstr ""
9705
9431
 
9706
- #, fuzzy
9707
9432
  msgid "updating packages..."
9708
- msgstr "všechny balíčky"
9433
+ msgstr ""
9709
9434
 
9710
9435
  msgid "upstream Foreman server"
9711
9436
  msgstr ""