katello 4.0.3 → 4.1.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 (563) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +0 -33
  3. data/app/assets/stylesheets/katello/contents.scss +1 -1
  4. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +5 -11
  5. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +2 -9
  6. data/app/controllers/katello/api/v2/activation_keys_controller.rb +10 -24
  7. data/app/controllers/katello/api/v2/api_controller.rb +15 -3
  8. data/app/controllers/katello/api/v2/content_credentials_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -8
  10. data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -14
  11. data/app/controllers/katello/api/v2/content_imports_controller.rb +38 -15
  12. data/app/controllers/katello/api/v2/content_uploads_controller.rb +1 -1
  13. data/app/controllers/katello/api/v2/content_view_components_controller.rb +22 -1
  14. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +6 -1
  15. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +2 -59
  16. data/app/controllers/katello/api/v2/content_views_controller.rb +3 -58
  17. data/app/controllers/katello/api/v2/host_errata_controller.rb +7 -6
  18. data/app/controllers/katello/api/v2/host_packages_controller.rb +4 -4
  19. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +18 -22
  20. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +16 -16
  21. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
  22. data/app/controllers/katello/api/v2/package_groups_controller.rb +4 -0
  23. data/app/controllers/katello/api/v2/repositories_controller.rb +13 -12
  24. data/app/controllers/katello/api/v2/repository_sets_controller.rb +50 -4
  25. data/app/controllers/katello/api/v2/subscriptions_controller.rb +7 -1
  26. data/app/controllers/katello/concerns/api/api_controller.rb +10 -0
  27. data/app/controllers/katello/concerns/api/v2/registration_commands_controller_extensions.rb +46 -0
  28. data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +8 -0
  29. data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +31 -22
  30. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +0 -8
  31. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +1 -1
  32. data/app/controllers/katello/concerns/registration_commands_controller_extensions.rb +34 -0
  33. data/app/helpers/katello/katello_urls_helper.rb +23 -0
  34. data/app/lib/actions/candlepin/owner/import.rb +10 -3
  35. data/app/lib/actions/candlepin/product/content_update.rb +1 -1
  36. data/app/lib/actions/foreman/environment/destroy.rb +2 -2
  37. data/app/lib/actions/katello/agent_action.rb +1 -6
  38. data/app/lib/actions/katello/capsule_content/refresh_repos.rb +0 -7
  39. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  40. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -2
  41. data/app/lib/actions/katello/content_view/add_to_environment.rb +9 -7
  42. data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -10
  43. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +2 -3
  44. data/app/lib/actions/katello/content_view/promote_to_environment.rb +1 -4
  45. data/app/lib/actions/katello/content_view/publish.rb +21 -31
  46. data/app/lib/actions/katello/content_view_environment/destroy.rb +0 -5
  47. data/app/lib/actions/katello/content_view_version/auto_create_products.rb +22 -0
  48. data/app/lib/actions/katello/content_view_version/auto_create_repositories.rb +22 -0
  49. data/app/lib/actions/katello/content_view_version/destroy.rb +0 -10
  50. data/app/lib/actions/katello/content_view_version/export.rb +20 -22
  51. data/app/lib/actions/katello/content_view_version/import.rb +27 -13
  52. data/app/lib/actions/katello/content_view_version/import_library.rb +4 -2
  53. data/app/lib/actions/katello/content_view_version/incremental_update.rb +12 -67
  54. data/app/lib/actions/katello/content_view_version/republish_repositories.rb +0 -4
  55. data/app/lib/actions/katello/content_view_version/reset_content_view_repositories_from_metadata.rb +11 -0
  56. data/app/lib/actions/katello/foreman/content_update.rb +0 -3
  57. data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -4
  58. data/app/lib/actions/katello/organization/manifest_import.rb +7 -1
  59. data/app/lib/actions/katello/organization/manifest_refresh.rb +28 -7
  60. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
  61. data/app/lib/actions/katello/product/create.rb +0 -1
  62. data/app/lib/actions/katello/repository/check_matching_content.rb +4 -3
  63. data/app/lib/actions/katello/repository/destroy.rb +1 -1
  64. data/app/lib/actions/katello/repository/discover.rb +1 -1
  65. data/app/lib/actions/katello/repository/filtered_index_content.rb +1 -4
  66. data/app/lib/actions/katello/repository/import_upload.rb +0 -1
  67. data/app/lib/actions/katello/repository/update.rb +0 -1
  68. data/app/lib/actions/middleware/record_smart_proxy_sync_history.rb +0 -5
  69. data/app/lib/actions/pulp/repository/create.rb +1 -7
  70. data/app/lib/actions/pulp/repository/distributor_publish.rb +2 -10
  71. data/app/lib/actions/pulp/repository/sync.rb +1 -3
  72. data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +17 -0
  73. data/app/lib/actions/pulp3/content_guard/refresh.rb +10 -6
  74. data/app/lib/actions/pulp3/content_view_version/create_export_history.rb +57 -0
  75. data/app/lib/actions/pulp3/content_view_version/create_import_history.rb +34 -0
  76. data/app/lib/actions/pulp3/orchestration/content_view_version/copy_version_units_to_library.rb +2 -3
  77. data/app/lib/actions/pulp3/orchestration/content_view_version/export.rb +34 -51
  78. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +2 -2
  79. data/app/lib/actions/pulp3/orchestration/content_view_version/import.rb +13 -1
  80. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
  81. data/app/lib/actions/pulp3/orchestration/repository/sync.rb +1 -0
  82. data/app/lib/actions/pulp3/repository/refresh_remote.rb +17 -0
  83. data/app/lib/katello/agent/client_message_handler.rb +3 -11
  84. data/app/lib/katello/concerns/base_template_scope_extensions.rb +117 -3
  85. data/app/lib/katello/errors.rb +6 -11
  86. data/app/lib/katello/event_daemon/monitor.rb +0 -1
  87. data/app/lib/katello/event_daemon/runner.rb +2 -2
  88. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +10 -6
  89. data/app/lib/katello/http_resource.rb +1 -6
  90. data/app/lib/katello/logging.rb +11 -6
  91. data/app/lib/katello/qpid/connection.rb +1 -3
  92. data/app/lib/katello/repo_discovery.rb +15 -1
  93. data/app/lib/katello/resources/candlepin/owner.rb +3 -2
  94. data/app/lib/katello/resources/candlepin/pool.rb +6 -2
  95. data/app/lib/katello/resources/candlepin.rb +10 -0
  96. data/app/lib/katello/util/package.rb +1 -1
  97. data/app/lib/katello/util/pulpcore_content_filters.rb +1 -1
  98. data/app/lib/katello/validators/hostgroup_kickstart_repository_validator.rb +0 -6
  99. data/app/models/katello/authorization/content_view.rb +8 -0
  100. data/app/models/katello/authorization/content_view_version_import_history.rb +11 -0
  101. data/app/models/katello/concerns/content_facet_host_extensions.rb +1 -1
  102. data/app/models/katello/concerns/content_view_filter_rule_common.rb +2 -2
  103. data/app/models/katello/concerns/host_managed_extensions.rb +1 -32
  104. data/app/models/katello/concerns/hostgroup_extensions.rb +2 -9
  105. data/app/models/katello/concerns/http_proxy_extensions.rb +2 -4
  106. data/app/models/katello/concerns/location_extensions.rb +2 -25
  107. data/app/models/katello/concerns/operatingsystem_extensions.rb +0 -2
  108. data/app/models/katello/concerns/organization_extensions.rb +4 -18
  109. data/app/models/katello/concerns/redhat_extensions.rb +10 -18
  110. data/app/models/katello/concerns/smart_proxy_extensions.rb +6 -31
  111. data/app/models/katello/content_view.rb +17 -113
  112. data/app/models/katello/content_view_component.rb +5 -0
  113. data/app/models/katello/content_view_docker_filter_rule.rb +1 -0
  114. data/app/models/katello/content_view_package_filter_rule.rb +4 -0
  115. data/app/models/katello/content_view_package_group_filter.rb +1 -0
  116. data/app/models/katello/content_view_repository.rb +4 -5
  117. data/app/models/katello/content_view_version.rb +9 -33
  118. data/app/models/katello/content_view_version_export_history.rb +18 -4
  119. data/app/models/katello/content_view_version_import_history.rb +42 -0
  120. data/app/models/katello/erratum.rb +1 -1
  121. data/app/models/katello/events/delete_pool.rb +19 -0
  122. data/app/models/katello/glue/candlepin/environment.rb +7 -0
  123. data/app/models/katello/glue/candlepin/owner.rb +12 -1
  124. data/app/models/katello/glue/candlepin/pool.rb +42 -25
  125. data/app/models/katello/glue/provider.rb +3 -6
  126. data/app/models/katello/glue/pulp/repo.rb +19 -9
  127. data/app/models/katello/host/content_facet.rb +1 -0
  128. data/app/models/katello/host/subscription_facet.rb +3 -1
  129. data/app/models/katello/kt_environment.rb +0 -6
  130. data/app/models/katello/package_group.rb +4 -0
  131. data/app/models/katello/ping.rb +15 -4
  132. data/app/models/katello/pool.rb +9 -0
  133. data/app/models/katello/product.rb +0 -6
  134. data/app/models/katello/product_content.rb +3 -1
  135. data/app/models/katello/pulp_sync_status.rb +0 -10
  136. data/app/models/katello/repository.rb +20 -35
  137. data/app/models/katello/root_repository.rb +0 -5
  138. data/app/models/katello/subscription.rb +10 -0
  139. data/app/models/katello/sync_plan.rb +7 -0
  140. data/app/models/setting/content.rb +7 -8
  141. data/app/presenters/katello/content_view_version_compare_presenter.rb +2 -6
  142. data/app/presenters/katello/product_content_presenter.rb +3 -5
  143. data/app/services/cert/certs.rb +3 -7
  144. data/app/services/katello/applicability/applicable_content_helper.rb +1 -2
  145. data/app/services/katello/candlepin/event_handler.rb +22 -22
  146. data/app/services/katello/candlepin/message_handler.rb +24 -15
  147. data/app/services/katello/content_view_manager.rb +24 -0
  148. data/app/services/katello/event_monitor/poller_thread.rb +25 -20
  149. data/app/services/katello/managed_content_medium_provider.rb +4 -0
  150. data/app/services/katello/organization_creator.rb +120 -0
  151. data/app/services/katello/product_content_finder.rb +5 -1
  152. data/app/services/katello/pulp/pulp_content_unit.rb +6 -6
  153. data/app/services/katello/pulp/smart_proxy_repository.rb +2 -17
  154. data/app/services/katello/pulp3/api/ansible_collection.rb +14 -2
  155. data/app/services/katello/pulp3/api/apt.rb +1 -1
  156. data/app/services/katello/pulp3/api/content_guard.rb +6 -40
  157. data/app/services/katello/pulp3/api/core.rb +27 -2
  158. data/app/services/katello/pulp3/api/docker.rb +1 -1
  159. data/app/services/katello/pulp3/api/file.rb +5 -1
  160. data/app/services/katello/pulp3/api/yum.rb +9 -1
  161. data/app/services/katello/pulp3/content_view_version/export.rb +18 -40
  162. data/app/services/katello/pulp3/content_view_version/import.rb +75 -30
  163. data/app/services/katello/pulp3/content_view_version/import_gpg_keys.rb +32 -0
  164. data/app/services/katello/pulp3/content_view_version/import_validator.rb +53 -21
  165. data/app/services/katello/pulp3/content_view_version/importable_products.rb +47 -0
  166. data/app/services/katello/pulp3/content_view_version/importable_repositories.rb +52 -0
  167. data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +99 -0
  168. data/app/services/katello/pulp3/pulp_content_unit.rb +1 -1
  169. data/app/services/katello/pulp3/repository/ansible_collection.rb +5 -1
  170. data/app/services/katello/pulp3/repository/apt.rb +2 -1
  171. data/app/services/katello/pulp3/repository/yum.rb +0 -16
  172. data/app/services/katello/pulp3/repository.rb +20 -1
  173. data/app/services/katello/pulp3/rpm.rb +5 -1
  174. data/app/services/katello/pulp3/task.rb +12 -5
  175. data/app/services/katello/pulp3/task_group.rb +10 -5
  176. data/app/services/katello/smart_proxy_helper.rb +1 -8
  177. data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +0 -1
  178. data/app/services/katello/ui_notifications/system_error.rb +25 -0
  179. data/app/views/katello/api/v2/content_view_components/show.json.rabl +1 -1
  180. data/app/views/katello/api/v2/content_view_filters/show.json.rabl +0 -1
  181. data/app/views/katello/api/v2/{puppet_modules → content_view_version_import_histories}/index.json.rabl +1 -1
  182. data/app/views/katello/api/v2/content_view_version_import_histories/show.json.rabl +14 -0
  183. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +2 -2
  184. data/app/views/katello/api/v2/content_view_versions/show.json.rabl +0 -7
  185. data/app/views/katello/api/v2/content_views/base.json.rabl +20 -9
  186. data/app/views/katello/api/v2/environments/show.json.rabl +0 -1
  187. data/app/views/katello/api/v2/package_groups/index.json.rabl +4 -0
  188. data/app/views/katello/api/v2/repositories/base.json.rabl +0 -1
  189. data/app/views/katello/api/v2/repositories/show.json.rabl +1 -1
  190. data/app/views/katello/api/v2/repository_sets/index.json.rabl +4 -1
  191. data/app/views/katello/api/v2/repository_sets/show.json.rabl +22 -0
  192. data/app/views/katello/api/v2/subscriptions/show.json.rabl +1 -1
  193. data/app/views/overrides/activation_keys/_host_media_type_select.html.erb +1 -1
  194. data/app/views/overrides/smart_proxies/_download_policy.erb +1 -1
  195. data/config/initializers/monkeys.rb +0 -1
  196. data/config/katello.yaml.example +0 -1
  197. data/config/routes/api/v2.rb +9 -21
  198. data/config/routes/overrides.rb +1 -2
  199. data/db/migrate/20140422000001_update_products_add_organization.rb +3 -2
  200. data/db/migrate/20160701180402_add_sortable_version_to_puppet_modules.rb +2 -0
  201. data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +1 -1
  202. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +14 -20
  203. data/db/migrate/20210224160921_remove_disabled_products_from_sync_plans.rb +6 -0
  204. data/db/migrate/20210302165636_remove_katello_puppet_modules.rb +62 -0
  205. data/db/migrate/20210309160925_create_katello_content_view_version_import_histories.rb +13 -0
  206. data/db/migrate/20210318204533_add_import_type_to_import_histories.rb +8 -0
  207. data/db/migrate/20210319123300_add_foreign_keys_to_import_export_histories.rb +6 -0
  208. data/db/migrate/20210322142311_add_auth_url_token_to_root_repositories.rb +6 -0
  209. data/db/migrate/20210331180353_katello_pool_organization_id_not_nullable.rb +16 -0
  210. data/db/migrate/20210409033915_add_created_in_katello_to_taxonomy.rb +9 -0
  211. data/db/seeds.d/101-locations.rb +0 -3
  212. data/db/seeds.d/102-organizations.rb +1 -5
  213. data/db/seeds.d/109-katello-notification-blueprints.rb +12 -0
  214. data/db/seeds.d/111-upgrade_tasks.rb +3 -2
  215. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +325 -156
  216. data/engines/bastion/vendor/assets/javascripts/bastion/angular-animate/angular-animate.js +3 -3
  217. data/engines/bastion/vendor/assets/javascripts/bastion/angular-resource/angular-resource.js +3 -3
  218. data/engines/bastion/vendor/assets/javascripts/bastion/angular-route/angular-route.js +3 -3
  219. data/engines/bastion/vendor/assets/javascripts/bastion/angular-sanitize/angular-sanitize.js +21 -43
  220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +9 -10
  221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html +2 -9
  222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js +0 -1
  223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion_katello.js +0 -3
  224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +2 -0
  225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +2 -0
  226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +11 -4
  227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +18 -11
  228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-system-purpose-modal.html +10 -4
  229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +2 -0
  230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +5 -1
  231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +7 -2
  232. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +7 -2
  233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +6 -6
  234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -7
  235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +14 -6
  236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +5 -5
  237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.routes.js +0 -14
  238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +9 -11
  239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +2 -2
  240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html +2 -8
  241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +3 -6
  242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html +5 -0
  243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-view.factory.js +0 -6
  244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +0 -56
  245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html +0 -5
  246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html +0 -5
  247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +2 -9
  248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html +0 -12
  249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +0 -3
  250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +2 -6
  251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-versions.module.js +0 -1
  252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html +0 -7
  253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/content.service.js +0 -5
  254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.module.js +0 -1
  255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.routes.js +0 -11
  256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html +0 -3
  257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +21 -6
  258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +9 -0
  259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +71 -311
  260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +0 -10
  261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/fenced-pages.service.js +0 -1
  262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +2 -4
  263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +13 -15
  264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +21 -7
  265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/repositories.routes.js +0 -9
  266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html +0 -6
  267. data/engines/bastion_katello/lib/bastion_katello/engine.rb +3 -3
  268. data/lib/katello/engine.rb +16 -15
  269. data/lib/katello/middleware/organization_created_enforcer.rb +22 -0
  270. data/lib/katello/permission_creator.rb +12 -28
  271. data/lib/katello/permissions/host_permissions.rb +3 -2
  272. data/lib/katello/plugin.rb +6 -19
  273. data/lib/katello/repository_types/ansible_collection.rb +1 -1
  274. data/lib/katello/repository_types/deb.rb +1 -1
  275. data/lib/katello/repository_types/docker.rb +1 -1
  276. data/lib/katello/repository_types/file.rb +1 -1
  277. data/lib/katello/repository_types/yum.rb +1 -1
  278. data/lib/katello/tasks/clean_backend_objects.rake +25 -0
  279. data/lib/katello/tasks/jenkins.rake +6 -0
  280. data/lib/katello/tasks/receptor/extract_orgs.rake +1 -3
  281. data/lib/katello/tasks/reimport.rake +0 -1
  282. data/lib/katello/tasks/repository.rake +0 -30
  283. data/lib/katello/tasks/update_subscription_facet_backend_data.rake +3 -3
  284. data/lib/katello/tasks/upgrades/4.0/remove_ostree_puppet_content.rake +2 -4
  285. data/lib/katello/tasks/upgrades/4.1/fix_invalid_pools.rake +62 -0
  286. data/lib/katello/tasks/upgrades/4.1/sync_noarch_content.rake +15 -0
  287. data/lib/katello/version.rb +1 -1
  288. data/lib/katello.rb +1 -1
  289. data/locale/action_names.rb +65 -63
  290. data/locale/bn/katello.edit.po +1357 -1606
  291. data/locale/bn/katello.po +465 -744
  292. data/locale/cs/katello.edit.po +1213 -1087
  293. data/locale/cs/katello.po +307 -219
  294. data/locale/de/katello.edit.po +1498 -1520
  295. data/locale/de/katello.po +589 -625
  296. data/locale/en/katello.edit.po +1198 -1074
  297. data/locale/en/katello.po +304 -213
  298. data/locale/es/katello.edit.po +2344 -2304
  299. data/locale/es/katello.po +1407 -1407
  300. data/locale/fr/katello.edit.po +2720 -2642
  301. data/locale/fr/katello.po +1703 -1750
  302. data/locale/gu/katello.edit.po +1546 -1797
  303. data/locale/gu/katello.po +654 -935
  304. data/locale/hi/katello.edit.po +1545 -1793
  305. data/locale/hi/katello.po +653 -931
  306. data/locale/it/katello.edit.po +1323 -1310
  307. data/locale/it/katello.po +407 -409
  308. data/locale/ja/katello.edit.po +2645 -2557
  309. data/locale/ja/katello.po +1646 -1664
  310. data/locale/katello.pot +1435 -1289
  311. data/locale/kn/katello.edit.po +1546 -1795
  312. data/locale/kn/katello.po +654 -933
  313. data/locale/ko/katello.edit.po +1464 -1449
  314. data/locale/ko/katello.po +554 -554
  315. data/locale/mr/katello.edit.po +1545 -1758
  316. data/locale/mr/katello.po +653 -896
  317. data/locale/or/katello.edit.po +1546 -1795
  318. data/locale/or/katello.po +654 -933
  319. data/locale/pa/katello.edit.po +1541 -1775
  320. data/locale/pa/katello.po +649 -913
  321. data/locale/pt/katello.edit.po +1289 -1255
  322. data/locale/pt/katello.po +398 -394
  323. data/locale/pt_BR/katello.edit.po +2370 -2315
  324. data/locale/pt_BR/katello.po +1435 -1421
  325. data/locale/ru/katello.edit.po +1611 -1608
  326. data/locale/ru/katello.po +704 -716
  327. data/locale/ta/katello.edit.po +1358 -1605
  328. data/locale/ta/katello.po +465 -742
  329. data/locale/te/katello.edit.po +1545 -1792
  330. data/locale/te/katello.po +653 -930
  331. data/locale/zh_CN/katello.edit.po +3052 -2930
  332. data/locale/zh_CN/katello.po +2055 -2039
  333. data/locale/zh_TW/katello.edit.po +1571 -1669
  334. data/locale/zh_TW/katello.po +649 -777
  335. data/package.json +2 -2
  336. data/webpack/{scenes/ContentViews/Details/Repositories/RepoAddedStatus.js → components/AddedStatusLabel.js} +5 -5
  337. data/webpack/components/RoutedTabs/RoutedTabs.js +91 -0
  338. data/webpack/components/RoutedTabs/__tests__/RoutedTabs.test.js +32 -0
  339. data/webpack/components/RoutedTabs/index.js +4 -0
  340. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageConstants.js +2 -0
  341. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageHelpers.js +21 -0
  342. data/webpack/components/extensions/RegistrationCommands/RegistrationCommandsPageSelectors.js +21 -0
  343. data/webpack/components/extensions/RegistrationCommands/__tests__/ActivationKeys.test.js +18 -0
  344. data/webpack/components/extensions/RegistrationCommands/__tests__/Force.test.js +9 -0
  345. data/webpack/components/extensions/RegistrationCommands/__tests__/IgnoreSubmanErrors.test.js +9 -0
  346. data/webpack/components/extensions/RegistrationCommands/__tests__/LifeCycleEnvironment.test.js +11 -0
  347. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +58 -0
  348. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/Force.test.js.snap +25 -0
  349. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/IgnoreSubmanErrors.test.js.snap +25 -0
  350. data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/LifeCycleEnvironment.test.js.snap +27 -0
  351. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +99 -0
  352. data/webpack/components/extensions/RegistrationCommands/fields/Force.js +38 -0
  353. data/webpack/components/extensions/RegistrationCommands/fields/IgnoreSubmanErrors.js +38 -0
  354. data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +56 -0
  355. data/webpack/components/extensions/RegistrationCommands/index.js +81 -0
  356. data/webpack/components/pf3Table/formatters/EntitlementsInlineEditFormatter.js +23 -24
  357. data/webpack/components/pf3Table/formatters/__tests__/__snapshots__/EntitlementsInlineEditFormatter.test.js.snap +3 -1
  358. data/webpack/components/pf3Table/formatters/entitlementsValueFormatter.js +16 -0
  359. data/webpack/containers/Application/overrides.scss +3 -0
  360. data/webpack/fills_index.js +3 -0
  361. data/webpack/redux/reducers/RedHatRepositories/enabled.fixtures.js +0 -2
  362. data/webpack/scenes/ContentViews/ContentViewsConstants.js +8 -1
  363. data/webpack/scenes/ContentViews/Copy/__tests__/contentViewCopyResult.fixtures.json +1 -3
  364. data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -3
  365. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentEnvironments.js +28 -0
  366. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js +45 -0
  367. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +124 -0
  368. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +161 -0
  369. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +163 -0
  370. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/unpublishedCVComponents.fixtures.json +64 -0
  371. data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +67 -7
  372. data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +61 -4
  373. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +34 -11
  374. data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +33 -0
  375. data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +117 -0
  376. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +115 -0
  377. data/webpack/scenes/ContentViews/Details/Filters/ContentType.js +7 -10
  378. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetails.js +49 -0
  379. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +56 -0
  380. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +3 -17
  381. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +116 -0
  382. data/webpack/scenes/ContentViews/Details/Filters/__tests__/allFilterPackageGroups.fixtures.json +69 -0
  383. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetail.fixtures.json +103 -0
  384. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +116 -0
  385. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterDetail.fixtures.json +147 -0
  386. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvPackageFilterRules.fixtures.json +30 -0
  387. data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +136 -0
  388. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.fixtures.json +370 -0
  389. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +94 -0
  390. data/webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js +0 -1
  391. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +106 -13
  392. data/webpack/scenes/ContentViews/Details/Repositories/LastSync.js +11 -5
  393. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +5 -1
  394. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +138 -0
  395. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.fixtures.json +0 -2
  396. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js +1 -1
  397. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewRepoAdd.fixture.json +57 -0
  398. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +73 -0
  399. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionEnvironments.js +31 -0
  400. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.js +64 -0
  401. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionErrata.scss +8 -0
  402. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionPackages.js +0 -0
  403. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +105 -0
  404. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +728 -0
  405. data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +154 -0
  406. data/webpack/scenes/ContentViews/Details/Versions/__tests__/emptyCVVersion.fixtures.json +13 -0
  407. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +3 -1
  408. data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetails.fixtures.json +0 -2
  409. data/webpack/scenes/ContentViews/Table/ContentViewVersionCell.js +33 -0
  410. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +17 -22
  411. data/webpack/scenes/ContentViews/Table/tableDataGenerator.js +51 -102
  412. data/webpack/scenes/ContentViews/__tests__/basicContentViews.fixtures.js +5 -3
  413. data/webpack/scenes/ContentViews/__tests__/contentViewList.fixtures.json +30 -5
  414. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +95 -0
  415. data/webpack/scenes/ContentViews/components/ContentViewIcon.js +11 -5
  416. data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +16 -0
  417. data/webpack/scenes/ContentViews/components/IconWithCount.js +1 -1
  418. data/webpack/scenes/ContentViews/components/InactiveText.js +15 -0
  419. data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +19 -1
  420. data/webpack/scenes/Subscriptions/Details/SubscriptionPurposeAttributes.js +1 -1
  421. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetailInfo.test.js.snap +1 -1
  422. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +3 -3
  423. data/webpack/scenes/Subscriptions/Details/__tests__/subscriptionDetails.fixtures.js +1 -1
  424. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableHelpers.js +17 -0
  425. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +2 -1
  426. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.test.js +1 -1
  427. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap +144 -0
  428. data/webpack/scenes/Tasks/helpers.js +2 -2
  429. data/webpack/test-utils/react-testing-lib-wrapper.js +11 -3
  430. data/webpack/utils/__tests__/useParamsWithHash.test.js +22 -0
  431. data/webpack/utils/helpers.js +2 -0
  432. data/webpack/utils/paramsFromHash.js +16 -0
  433. data/webpack/utils/useUrlParams.js +14 -0
  434. metadata +122 -206
  435. data/app/controllers/katello/api/v2/content_view_puppet_modules_controller.rb +0 -82
  436. data/app/controllers/katello/api/v2/puppet_modules_controller.rb +0 -19
  437. data/app/controllers/katello/concerns/registration_controller_extensions.rb +0 -16
  438. data/app/helpers/katello/concerns/hosts_and_hostgroups_helper_extensions.rb +0 -20
  439. data/app/lib/actions/candlepin/owner/create.rb +0 -16
  440. data/app/lib/actions/katello/content_view_puppet_environment/clear.rb +0 -11
  441. data/app/lib/actions/katello/content_view_puppet_environment/clone.rb +0 -78
  442. data/app/lib/actions/katello/content_view_puppet_environment/clone_content_for_version.rb +0 -20
  443. data/app/lib/actions/katello/content_view_puppet_environment/create.rb +0 -34
  444. data/app/lib/actions/katello/content_view_puppet_environment/create_for_version.rb +0 -23
  445. data/app/lib/actions/katello/content_view_puppet_environment/destroy.rb +0 -28
  446. data/app/lib/actions/katello/content_view_puppet_module/destroy.rb +0 -46
  447. data/app/lib/actions/katello/environment/library_create.rb +0 -35
  448. data/app/lib/actions/katello/organization/create.rb +0 -38
  449. data/app/lib/actions/pulp/content_view_puppet_environment/copy_contents.rb +0 -36
  450. data/app/lib/actions/pulp/content_view_puppet_environment/index_content.rb +0 -19
  451. data/app/lib/actions/pulp/repository/presenters/puppet_presenter.rb +0 -54
  452. data/app/lib/actions/pulp3/content_migration.rb +0 -31
  453. data/app/lib/actions/pulp3/content_migration_presenter.rb +0 -59
  454. data/app/lib/actions/pulp3/content_migration_reset.rb +0 -22
  455. data/app/lib/katello/foreman.rb +0 -32
  456. data/app/lib/katello/mapping.rb +0 -31
  457. data/app/lib/katello/util/hostgroup_facets_helper.rb +0 -126
  458. data/app/lib/katello/validators/content_view_puppet_module_validator.rb +0 -32
  459. data/app/models/katello/concerns/environment_extensions.rb +0 -74
  460. data/app/models/katello/content_view_puppet_environment.rb +0 -116
  461. data/app/models/katello/content_view_puppet_environment_puppet_module.rb +0 -11
  462. data/app/models/katello/content_view_puppet_module.rb +0 -63
  463. data/app/models/katello/puppet_module.rb +0 -77
  464. data/app/models/katello/repository_puppet_module.rb +0 -7
  465. data/app/services/katello/pulp/puppet_module.rb +0 -21
  466. data/app/services/katello/pulp/repository/puppet.rb +0 -68
  467. data/app/services/katello/pulp3/migration.rb +0 -329
  468. data/app/services/katello/pulp3/migration_plan.rb +0 -178
  469. data/app/services/katello/pulp3/migration_switchover.rb +0 -126
  470. data/app/services/katello/puppet_class_importer_extensions.rb +0 -32
  471. data/app/views/foreman/hosts/_registration.html.erb +0 -12
  472. data/app/views/katello/api/v2/activation_keys/product_content.json.rabl +0 -30
  473. data/app/views/katello/api/v2/content_view_puppet_modules/create.json.rabl +0 -3
  474. data/app/views/katello/api/v2/content_view_puppet_modules/index.json.rabl +0 -7
  475. data/app/views/katello/api/v2/content_view_puppet_modules/show.json.rabl +0 -9
  476. data/app/views/katello/api/v2/content_views/puppet_modules.json.rabl +0 -7
  477. data/app/views/katello/api/v2/host_subscriptions/content_override.json.rabl +0 -3
  478. data/app/views/katello/api/v2/host_subscriptions/product_content.json.rabl +0 -29
  479. data/app/views/katello/api/v2/puppet_modules/backend.json.rabl +0 -7
  480. data/app/views/katello/api/v2/puppet_modules/base.json.rabl +0 -9
  481. data/app/views/katello/api/v2/puppet_modules/compare.json.rabl +0 -10
  482. data/app/views/katello/api/v2/puppet_modules/name.json.rabl +0 -3
  483. data/app/views/katello/api/v2/puppet_modules/names.json.rabl +0 -7
  484. data/app/views/katello/api/v2/puppet_modules/show.json.rabl +0 -4
  485. data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +0 -11
  486. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register-client.directive.js +0 -6
  487. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register-os-client.directive.js +0 -17
  488. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register.controller.js +0 -44
  489. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html +0 -28
  490. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-deb-client.html +0 -38
  491. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-oracle-client.html +0 -5
  492. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register-sles-client.html +0 -28
  493. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-puppet-modules.controller.js +0 -9
  494. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-names.controller.js +0 -45
  495. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-versions.controller.js +0 -61
  496. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module.factory.js +0 -23
  497. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js +0 -74
  498. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html +0 -57
  499. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html +0 -64
  500. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html +0 -54
  501. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html +0 -19
  502. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-puppet-modules.html +0 -25
  503. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +0 -6903
  504. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +0 -7094
  505. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +0 -7303
  506. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +0 -6895
  507. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +0 -6865
  508. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +0 -6720
  509. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +0 -7077
  510. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +0 -6832
  511. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +0 -6766
  512. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +0 -6703
  513. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-puppet-modules.html +0 -66
  514. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-module-content-views.controller.js +0 -44
  515. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-module-repositories.controller.js +0 -36
  516. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/puppet-module.controller.js +0 -34
  517. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html +0 -41
  518. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-info.html +0 -32
  519. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-repositories.html +0 -52
  520. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module.html +0 -37
  521. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-module.factory.js +0 -28
  522. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.controller.js +0 -35
  523. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.module.js +0 -20
  524. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.routes.js +0 -71
  525. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html +0 -47
  526. data/lib/katello/repository_types/puppet.rb +0 -5
  527. data/lib/katello/tasks/fix_hostgroup_facets.rake +0 -8
  528. data/lib/katello/tasks/pulp3_content_switchover.rake +0 -32
  529. data/lib/katello/tasks/pulp3_migration.rake +0 -41
  530. data/lib/katello/tasks/pulp3_migration_abort.rake +0 -22
  531. data/lib/katello/tasks/pulp3_migration_reset.rake +0 -26
  532. data/lib/katello/tasks/pulp3_migration_stats.rake +0 -41
  533. data/lib/katello/tasks/pulp3_post_migration_check.rake +0 -51
  534. data/lib/monkeys/passenger_tee_input.rb +0 -20
  535. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  536. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  537. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  538. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  539. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  540. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  541. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  542. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  543. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  544. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  545. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  546. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  547. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  548. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  549. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  550. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  551. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  552. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  553. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  554. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  555. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  556. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  557. data/webpack/components/TabWrapper/TabWrapper.js +0 -26
  558. data/webpack/components/TabWrapper/index.js +0 -3
  559. data/webpack/components/TabbedView/TabbedView.js +0 -38
  560. data/webpack/components/TabbedView/TabbedView.scss +0 -3
  561. data/webpack/components/TabbedView/index.js +0 -3
  562. data/webpack/scenes/ContentViews/expansions/EnvironmentsExpansion.js +0 -19
  563. data/webpack/scenes/ContentViews/expansions/VersionsExpansion.js +0 -11
data/locale/pt/katello.po CHANGED
@@ -1,24 +1,27 @@
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
6
  # Translators:
7
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2017
8
+ #
6
9
  msgid ""
7
10
  msgstr ""
8
- "Project-Id-Version: version 0.0.1\n"
11
+ "Project-Id-Version: katello 2.4.0-RC1\n"
9
12
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2012-09-10 13:11+0000\n"
11
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: LANGUAGE <LL@li.org>\n"
13
- "Language: pt\n"
13
+ "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2017\n"
15
+ "Language-Team: Portuguese (https://www.transifex.com/foreman/teams/114/pt/)\n"
14
16
  "MIME-Version: 1.0\n"
15
17
  "Content-Type: text/plain; charset=UTF-8\n"
16
18
  "Content-Transfer-Encoding: 8bit\n"
19
+ "Language: pt\n"
17
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
21
 
19
22
  msgid ""
20
23
  "\n"
21
- "* Product = '%{product}', Repository = '%{repository}', Repository Type = '%{repo_type}'"
24
+ "* Product = '%{product}', Repository = '%{repository}'"
22
25
  msgstr ""
23
26
 
24
27
  msgid " %{errata_count} Errata"
@@ -30,15 +33,15 @@ msgstr ""
30
33
  msgid " %{package_count} Package(s)"
31
34
  msgstr ""
32
35
 
33
- msgid " %{puppet_module_count} Puppet Module(s)"
34
- msgstr ""
35
-
36
36
  msgid " Content view updated."
37
37
  msgstr ""
38
38
 
39
39
  msgid " Either select the latest content view or the content view version. Cannot set both."
40
40
  msgstr ""
41
41
 
42
+ msgid " RPMs"
43
+ msgstr ""
44
+
42
45
  msgid " environment cannot be set to an environment already on its path"
43
46
  msgstr ""
44
47
 
@@ -287,6 +290,9 @@ msgstr ""
287
290
  msgid "A CV version already exists with the same major and minor version (%{major}.%{minor})"
288
291
  msgstr ""
289
292
 
293
+ msgid "A Pool and its Subscription cannot belong to different organizations"
294
+ msgstr ""
295
+
290
296
  msgid "A backend service [ %s ] is unreachable"
291
297
  msgstr ""
292
298
 
@@ -323,6 +329,9 @@ msgstr ""
323
329
  msgid "A summary of new errata after a repository is synchronized"
324
330
  msgstr ""
325
331
 
332
+ msgid "About page"
333
+ msgstr ""
334
+
326
335
  msgid "Abstract async task"
327
336
  msgstr ""
328
337
 
@@ -332,16 +341,19 @@ msgstr ""
332
341
  msgid "Account Number"
333
342
  msgstr ""
334
343
 
344
+ msgid "Action"
345
+ msgstr ""
346
+
335
347
  msgid "Action not allowed for the default smart proxy."
336
348
  msgstr ""
337
349
 
338
- msgid "Action unauthorized to be performed on selected hosts."
350
+ msgid "Action unauthorized to be performed in this organization."
339
351
  msgstr ""
340
352
 
341
- msgid "Action with sub plans"
353
+ msgid "Action unauthorized to be performed on selected hosts."
342
354
  msgstr ""
343
355
 
344
- msgid "Activation Key(s)"
356
+ msgid "Action with sub plans"
345
357
  msgstr ""
346
358
 
347
359
  msgid "Activation Keys"
@@ -350,12 +362,21 @@ msgstr ""
350
362
  msgid "Activation key ID"
351
363
  msgstr ""
352
364
 
353
- msgid "Activation key(s) for Subscription Manager. Required for CentOS and Red Hat Enterprise Linux. Multiple keys add separated by comma, example: key1,key2,key3."
365
+ msgid "Activation key for subscription-manager client. Required for CentOS and Red Hat Enterprise Linux. Multiple keys add separated by comma, example: key1,key2,key3."
366
+ msgstr ""
367
+
368
+ msgid "Activation key(s) for Subscription Manager."
369
+ msgstr ""
370
+
371
+ msgid "Activation key(s) for subscription-manager client. Required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys"
354
372
  msgstr ""
355
373
 
356
374
  msgid "Activation keys and subscriptions can be managed"
357
375
  msgstr ""
358
376
 
377
+ msgid "Activation keys: "
378
+ msgstr ""
379
+
359
380
  msgid "Active Subscriptions"
360
381
  msgstr ""
361
382
 
@@ -365,9 +386,6 @@ msgstr ""
365
386
  msgid "Add Subscriptions"
366
387
  msgstr ""
367
388
 
368
- msgid "Add a puppet module to the content view"
369
- msgstr ""
370
-
371
389
  msgid "Add a subscription to a host"
372
390
  msgstr ""
373
391
 
@@ -401,13 +419,22 @@ msgstr ""
401
419
  msgid "Add subscriptions to one or more hosts"
402
420
  msgstr ""
403
421
 
422
+ msgid "Add to this filter using the 'Add RPM' button."
423
+ msgstr ""
424
+
425
+ msgid "Add to this filter using the 'Add package group' button."
426
+ msgstr ""
427
+
428
+ msgid "Added"
429
+ msgstr ""
430
+
404
431
  msgid "Added Content:"
405
432
  msgstr ""
406
433
 
407
434
  msgid "Adding content units"
408
435
  msgstr ""
409
436
 
410
- msgid "Adding multiple versions of the same Puppet Module is not supported by incremental update. The following Puppet Modules have duplicate versions in the incremental update content list: %{dup_list}"
437
+ msgid "Additional content"
411
438
  msgstr ""
412
439
 
413
440
  msgid "Addons"
@@ -469,6 +496,9 @@ msgstr ""
469
496
  msgid "Arch"
470
497
  msgstr ""
471
498
 
499
+ msgid "Architecture"
500
+ msgstr ""
501
+
472
502
  msgid "Architecture of content in the repository"
473
503
  msgstr ""
474
504
 
@@ -552,9 +582,8 @@ msgstr ""
552
582
  msgid "At least one organization must exist."
553
583
  msgstr ""
554
584
 
555
- #, fuzzy
556
585
  msgid "Attach a subscription"
557
- msgstr "Repositórios"
586
+ msgstr ""
558
587
 
559
588
  msgid "Attach subscriptions"
560
589
  msgstr ""
@@ -574,9 +603,8 @@ msgstr ""
574
603
  msgid "Auto Publish - Triggered by '%s'"
575
604
  msgstr ""
576
605
 
577
- #, fuzzy
578
606
  msgid "Auto attach subscriptions"
579
- msgstr "Repositórios"
607
+ msgstr ""
580
608
 
581
609
  msgid "Autopublish"
582
610
  msgstr ""
@@ -593,9 +621,8 @@ msgstr ""
593
621
  msgid "Available Repositories"
594
622
  msgstr ""
595
623
 
596
- #, fuzzy
597
624
  msgid "Backend System Status"
598
- msgstr "Sistema"
625
+ msgstr ""
599
626
 
600
627
  msgid "Background"
601
628
  msgstr ""
@@ -678,9 +705,8 @@ msgstr ""
678
705
  msgid "Cancel"
679
706
  msgstr ""
680
707
 
681
- #, fuzzy
682
708
  msgid "Cancel repository discovery"
683
- msgstr "Repositórios"
709
+ msgstr ""
684
710
 
685
711
  msgid "Cancel running smart proxy synchronization"
686
712
  msgstr ""
@@ -754,13 +780,10 @@ msgstr ""
754
780
  msgid "Cannot delete redhat product content"
755
781
  msgstr ""
756
782
 
757
- msgid "Cannot delete the default Location for Puppet content. If you no longer want this Location, change the default Location for Puppet content under Administer > Settings, tab Content."
758
- msgstr ""
759
-
760
783
  msgid "Cannot delete the default Location for subscribed hosts. If you no longer want this Location, change the default Location for subscribed hosts under Administer > Settings, tab Content."
761
784
  msgstr ""
762
785
 
763
- msgid "Cannot delete the last Location. Foreman needs at least one Location to put newly published Puppet content and Hosts registered via subscription-manager"
786
+ msgid "Cannot delete the last Location."
764
787
  msgstr ""
765
788
 
766
789
  msgid "Cannot delete version while it is in environment %s"
@@ -826,15 +849,12 @@ msgstr ""
826
849
  msgid "Cannot specify content for composite views"
827
850
  msgstr ""
828
851
 
829
- msgid "Cannot sync file:// repositories with On Demand or Background Download Policies"
852
+ msgid "Cannot sync file:// repositories with the On Demand Download Policy"
830
853
  msgstr ""
831
854
 
832
855
  msgid "Cannot upload Container Image content."
833
856
  msgstr ""
834
857
 
835
- msgid "Cannot use this end point for importing to library. If you intented to upload to library, use the library endpoint."
836
- msgstr ""
837
-
838
858
  msgid "Cannot validate contents on non-yum/deb repositories."
839
859
  msgstr ""
840
860
 
@@ -859,12 +879,14 @@ msgstr ""
859
879
  msgid "Checksum type cannot be set for yum repositories with on demand download policy."
860
880
  msgstr ""
861
881
 
882
+ msgid "Clear any previous registration and run subscription-manager with --force."
883
+ msgstr ""
884
+
862
885
  msgid "Click here to go to the tasks page for the task."
863
886
  msgstr ""
864
887
 
865
- #, fuzzy
866
888
  msgid "Clone"
867
- msgstr "Nenhum"
889
+ msgstr ""
868
890
 
869
891
  msgid "Close"
870
892
  msgstr ""
@@ -893,9 +915,8 @@ msgstr ""
893
915
  msgid "Composite Content View '%{subject}' failed auto-publish"
894
916
  msgstr ""
895
917
 
896
- #, fuzzy
897
918
  msgid "Composite content view"
898
- msgstr "Repositórios"
919
+ msgstr ""
899
920
 
900
921
  msgid "Compute resource IDs"
901
922
  msgstr ""
@@ -951,19 +972,11 @@ msgstr ""
951
972
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
952
973
  msgstr ""
953
974
 
954
- #, fuzzy
955
975
  msgid "Content Hosts"
956
- msgstr "Repositórios"
957
-
958
- msgid "Content Migration"
959
- msgstr ""
960
-
961
- msgid "Content Migration Reset"
962
976
  msgstr ""
963
977
 
964
- #, fuzzy
965
978
  msgid "Content Source"
966
- msgstr "Repositórios"
979
+ msgstr ""
967
980
 
968
981
  msgid "Content Sync"
969
982
  msgstr ""
@@ -974,9 +987,6 @@ msgstr ""
974
987
  msgid "Content View"
975
988
  msgstr ""
976
989
 
977
- msgid "Content View %s cannot be published without an internal capsule."
978
- msgstr ""
979
-
980
990
  msgid "Content View %{view}: Versions: %{versions}"
981
991
  msgstr ""
982
992
 
@@ -1028,6 +1038,9 @@ msgstr ""
1028
1038
  msgid "Content host must be unregistered before performing this action."
1029
1039
  msgstr ""
1030
1040
 
1041
+ msgid "Content imported from %{path} into content view '%{name}' by %{user}"
1042
+ msgstr ""
1043
+
1031
1044
  msgid "Content source ID"
1032
1045
  msgstr ""
1033
1046
 
@@ -1061,6 +1074,9 @@ msgstr ""
1061
1074
  msgid "Content view label"
1062
1075
  msgstr ""
1063
1076
 
1077
+ msgid "Content view not provided in the metadata"
1078
+ msgstr ""
1079
+
1064
1080
  msgid "Content view numeric identifier"
1065
1081
  msgstr ""
1066
1082
 
@@ -1070,6 +1086,9 @@ msgstr ""
1070
1086
  msgid "Content view version identifier"
1071
1087
  msgstr ""
1072
1088
 
1089
+ msgid "Content view version import history identifier"
1090
+ msgstr ""
1091
+
1073
1092
  msgid "Content_Host_Status"
1074
1093
  msgstr ""
1075
1094
 
@@ -1115,9 +1134,6 @@ msgstr ""
1115
1134
  msgid "Could not find Lifecycle Environment with id '%{id}'."
1116
1135
  msgstr ""
1117
1136
 
1118
- msgid "Could not find Repository for module %s."
1119
- msgstr ""
1120
-
1121
1137
  msgid "Could not find a host with id %s"
1122
1138
  msgstr ""
1123
1139
 
@@ -1133,30 +1149,20 @@ msgstr ""
1133
1149
  msgid "Could not remove the lifecycle environment from the smart proxy"
1134
1150
  msgstr ""
1135
1151
 
1136
- msgid "Could not unarchive puppet module. Please make sure the puppet module has been compressed properly."
1137
- msgstr ""
1138
-
1139
1152
  msgid "Couldn't find %{content_type} with id '%{id}'"
1140
1153
  msgstr ""
1141
1154
 
1142
1155
  msgid "Couldn't find %{type} Filter with id %{id}"
1143
1156
  msgstr ""
1144
1157
 
1145
- #, fuzzy
1146
1158
  msgid "Couldn't find ContentViewFilter with id=%s"
1147
- msgstr "Não foi possível encontrar modelo '%s'"
1159
+ msgstr ""
1148
1160
 
1149
- #, fuzzy
1150
1161
  msgid "Couldn't find Organization '%s'."
1151
- msgstr "Não foi possível encontrar modelo '%s'"
1152
-
1153
- #, fuzzy
1154
- msgid "Couldn't find Puppet Module with id '%s'"
1155
- msgstr "Não foi possível encontrar modelo '%s'"
1162
+ msgstr ""
1156
1163
 
1157
- #, fuzzy
1158
1164
  msgid "Couldn't find activation key '%s'"
1159
- msgstr "Não foi possível encontrar modelo '%s'"
1165
+ msgstr ""
1160
1166
 
1161
1167
  msgid "Couldn't find activation key content view id '%s'"
1162
1168
  msgstr ""
@@ -1164,9 +1170,8 @@ msgstr ""
1164
1170
  msgid "Couldn't find activation key environment '%s'"
1165
1171
  msgstr ""
1166
1172
 
1167
- #, fuzzy
1168
1173
  msgid "Couldn't find consumer '%s'"
1169
- msgstr "Não foi possível encontrar modelo '%s'"
1174
+ msgstr ""
1170
1175
 
1171
1176
  msgid "Couldn't find content host content view id '%s'"
1172
1177
  msgstr ""
@@ -1174,48 +1179,38 @@ msgstr ""
1174
1179
  msgid "Couldn't find content host environment '%s'"
1175
1180
  msgstr ""
1176
1181
 
1177
- #, fuzzy
1178
1182
  msgid "Couldn't find content view '%s'"
1179
- msgstr "Não foi possível encontrar modelo '%s'"
1183
+ msgstr ""
1180
1184
 
1181
- #, fuzzy
1182
1185
  msgid "Couldn't find content view version '%s'"
1183
- msgstr "Não foi possível encontrar modelo '%s'"
1186
+ msgstr ""
1184
1187
 
1185
- #, fuzzy
1186
1188
  msgid "Couldn't find content view versions '%s'"
1187
- msgstr "Não foi possível encontrar modelo '%s'"
1189
+ msgstr ""
1188
1190
 
1189
- #, fuzzy
1190
1191
  msgid "Couldn't find environment '%s'"
1191
- msgstr "Não foi possível encontrar modelo '%s'"
1192
+ msgstr ""
1192
1193
 
1193
- #, fuzzy
1194
1194
  msgid "Couldn't find errata ids '%s'"
1195
- msgstr "Não foi possível encontrar modelo '%s'"
1195
+ msgstr ""
1196
1196
 
1197
- #, fuzzy
1198
1197
  msgid "Couldn't find host collection '%s'"
1199
- msgstr "Não foi possível encontrar modelo '%s'"
1198
+ msgstr ""
1200
1199
 
1201
1200
  msgid "Couldn't find host with host id '%s'"
1202
1201
  msgstr ""
1203
1202
 
1204
- #, fuzzy
1205
1203
  msgid "Couldn't find organization '%s'"
1206
- msgstr "Não foi possível encontrar modelo '%s'"
1204
+ msgstr ""
1207
1205
 
1208
- #, fuzzy
1209
1206
  msgid "Couldn't find prior-environment '%s'"
1210
- msgstr "Não foi possível encontrar modelo '%s'"
1207
+ msgstr ""
1211
1208
 
1212
- #, fuzzy
1213
1209
  msgid "Couldn't find product with id '%s'"
1214
- msgstr "Não foi possível encontrar modelo '%s'"
1210
+ msgstr ""
1215
1211
 
1216
- #, fuzzy
1217
1212
  msgid "Couldn't find repository '%s'"
1218
- msgstr "Não foi possível encontrar modelo '%s'"
1213
+ msgstr ""
1219
1214
 
1220
1215
  msgid "Couldn't find specified Content View and Lifecycle Environment."
1221
1216
  msgstr ""
@@ -1229,6 +1224,12 @@ msgstr ""
1229
1224
  msgid "Create"
1230
1225
  msgstr ""
1231
1226
 
1227
+ msgid "Create Export History"
1228
+ msgstr ""
1229
+
1230
+ msgid "Create Import History"
1231
+ msgstr ""
1232
+
1232
1233
  msgid "Create Package Group"
1233
1234
  msgstr ""
1234
1235
 
@@ -1238,9 +1239,8 @@ msgstr ""
1238
1239
  msgid "Create a Content Credential"
1239
1240
  msgstr ""
1240
1241
 
1241
- #, fuzzy
1242
1242
  msgid "Create a content view"
1243
- msgstr "Repositórios"
1243
+ msgstr ""
1244
1244
 
1245
1245
  msgid "Create a custom repository"
1246
1246
  msgstr ""
@@ -1254,9 +1254,8 @@ msgstr ""
1254
1254
  msgid "Create a package group"
1255
1255
  msgstr ""
1256
1256
 
1257
- #, fuzzy
1258
1257
  msgid "Create a product"
1259
- msgstr "Arquitetura"
1258
+ msgstr ""
1260
1259
 
1261
1260
  msgid "Create a sync plan"
1262
1261
  msgstr ""
@@ -1264,9 +1263,8 @@ msgstr ""
1264
1263
  msgid "Create an activation key"
1265
1264
  msgstr ""
1266
1265
 
1267
- #, fuzzy
1268
1266
  msgid "Create an environment"
1269
- msgstr "Repositórios"
1267
+ msgstr ""
1270
1268
 
1271
1269
  msgid "Create an environment in an organization"
1272
1270
  msgstr ""
@@ -1292,12 +1290,8 @@ msgstr ""
1292
1290
  msgid "Current organization not set."
1293
1291
  msgstr ""
1294
1292
 
1295
- msgid "Custom"
1296
- msgstr ""
1297
-
1298
- #, fuzzy
1299
1293
  msgid "Custom Content Repositories"
1300
- msgstr "Repositórios"
1294
+ msgstr ""
1301
1295
 
1302
1296
  msgid "Custom cron expression only needs to be set for interval value of custom cron"
1303
1297
  msgstr ""
@@ -1308,6 +1302,9 @@ msgstr ""
1308
1302
  msgid "Database connection"
1309
1303
  msgstr ""
1310
1304
 
1305
+ msgid "Date"
1306
+ msgstr ""
1307
+
1311
1308
  msgid "Date format is incorrect."
1312
1309
  msgstr ""
1313
1310
 
@@ -1338,15 +1335,9 @@ msgstr ""
1338
1335
  msgid "Default HTTP proxy"
1339
1336
  msgstr ""
1340
1337
 
1341
- msgid "Default Location Puppet content"
1342
- msgstr ""
1343
-
1344
1338
  msgid "Default Location subscribed hosts"
1345
1339
  msgstr ""
1346
1340
 
1347
- msgid "Default Location where new Puppet content will be put upon Content View publish"
1348
- msgstr ""
1349
-
1350
1341
  msgid "Default Location where new subscribed hosts will put upon registration"
1351
1342
  msgstr ""
1352
1343
 
@@ -1440,31 +1431,26 @@ msgstr ""
1440
1431
  msgid "Delete Host upon unregister"
1441
1432
  msgstr ""
1442
1433
 
1443
- #, fuzzy
1444
1434
  msgid "Delete Lifecycle Environment"
1445
- msgstr "Repositórios"
1435
+ msgstr ""
1446
1436
 
1447
- #, fuzzy
1448
1437
  msgid "Delete Manifest"
1449
- msgstr "Arquitetura"
1438
+ msgstr ""
1450
1439
 
1451
1440
  msgid "Delete Package Group"
1452
1441
  msgstr ""
1453
1442
 
1454
- #, fuzzy
1455
1443
  msgid "Delete Product"
1456
- msgstr "Arquitetura"
1444
+ msgstr ""
1457
1445
 
1458
1446
  msgid "Delete Upstream Subscription"
1459
1447
  msgstr ""
1460
1448
 
1461
- #, fuzzy
1462
1449
  msgid "Delete a content view"
1463
- msgstr "Repositórios"
1450
+ msgstr ""
1464
1451
 
1465
- #, fuzzy
1466
1452
  msgid "Delete a filter rule"
1467
- msgstr "Arquitetura"
1453
+ msgstr ""
1468
1454
 
1469
1455
  msgid "Delete a package group"
1470
1456
  msgstr ""
@@ -1487,9 +1473,8 @@ msgstr ""
1487
1473
  msgid "Deleted consumer '%s'"
1488
1474
  msgstr ""
1489
1475
 
1490
- #, fuzzy
1491
1476
  msgid "Deleted from %{environment}"
1492
- msgstr "Repositórios"
1477
+ msgstr ""
1493
1478
 
1494
1479
  msgid "Deleting manifest in '%{subject}' failed."
1495
1480
  msgstr ""
@@ -1518,9 +1503,8 @@ msgstr ""
1518
1503
  msgid "Destroy"
1519
1504
  msgstr ""
1520
1505
 
1521
- #, fuzzy
1522
1506
  msgid "Destroy Content Host"
1523
- msgstr "Sistema"
1507
+ msgstr ""
1524
1508
 
1525
1509
  msgid "Destroy Content Host %s"
1526
1510
  msgstr ""
@@ -1543,9 +1527,8 @@ msgstr ""
1543
1527
  msgid "Destroy an activation key"
1544
1528
  msgstr ""
1545
1529
 
1546
- #, fuzzy
1547
1530
  msgid "Destroy an environment"
1548
- msgstr "Repositórios"
1531
+ msgstr ""
1549
1532
 
1550
1533
  msgid "Destroy an environment in an organization"
1551
1534
  msgstr ""
@@ -1592,9 +1575,8 @@ msgstr ""
1592
1575
  msgid "Discover"
1593
1576
  msgstr ""
1594
1577
 
1595
- #, fuzzy
1596
1578
  msgid "Discover Repositories"
1597
- msgstr "Repositórios"
1579
+ msgstr ""
1598
1580
 
1599
1581
  msgid "Do not include this array of content views"
1600
1582
  msgstr ""
@@ -1755,6 +1737,12 @@ msgstr ""
1755
1737
  msgid "Exceeds available quantity"
1756
1738
  msgstr ""
1757
1739
 
1740
+ msgid "Exclude"
1741
+ msgstr ""
1742
+
1743
+ msgid "Excluded"
1744
+ msgstr ""
1745
+
1758
1746
  msgid "Exit"
1759
1747
  msgstr ""
1760
1748
 
@@ -1776,9 +1764,6 @@ msgstr ""
1776
1764
  msgid "Export Types"
1777
1765
  msgstr ""
1778
1766
 
1779
- msgid "Export a content view version. Relevant only for Pulp 2 repositories."
1780
- msgstr ""
1781
-
1782
1767
  msgid "Export a repository"
1783
1768
  msgstr ""
1784
1769
 
@@ -1791,9 +1776,6 @@ msgstr ""
1791
1776
  msgid "Export to ISO format"
1792
1777
  msgstr ""
1793
1778
 
1794
- msgid "Export to ISO format."
1795
- msgstr ""
1796
-
1797
1779
  msgid "Exported version"
1798
1780
  msgstr ""
1799
1781
 
@@ -1809,11 +1791,6 @@ msgstr ""
1809
1791
  msgid "Failed to delete %{host}: %{errors}"
1810
1792
  msgstr ""
1811
1793
 
1812
- msgid "Failed to download %s module."
1813
- msgid_plural "Failed to download %s modules."
1814
- msgstr[0] ""
1815
- msgstr[1] ""
1816
-
1817
1794
  msgid "Failed to download %s package."
1818
1795
  msgid_plural "Failed to download %s packages."
1819
1796
  msgstr[0] ""
@@ -1891,9 +1868,6 @@ msgstr ""
1891
1868
  msgid "Filter versions by environment"
1892
1869
  msgstr ""
1893
1870
 
1894
- msgid "Filter versions by puppet module"
1895
- msgstr ""
1896
-
1897
1871
  msgid "Filter versions by version number"
1898
1872
  msgstr ""
1899
1873
 
@@ -1915,6 +1889,9 @@ msgstr ""
1915
1889
  msgid "For pages that support it, automatically perform search while typing in search input."
1916
1890
  msgstr ""
1917
1891
 
1892
+ msgid "Force"
1893
+ msgstr ""
1894
+
1918
1895
  msgid ""
1919
1896
  "Force a sync and validate the checksums of all content. Non-yum repositories (or those with \\\n"
1920
1897
  " On Demand download policy) are skipped."
@@ -1956,6 +1933,9 @@ msgstr ""
1956
1933
  msgid "Get all content available, not just that provided by subscriptions"
1957
1934
  msgstr ""
1958
1935
 
1936
+ msgid "Get all content available, not just that provided by subscriptions. Relevant for Activation Keys only"
1937
+ msgstr ""
1938
+
1959
1939
  msgid "Get content and overrides for the host"
1960
1940
  msgstr ""
1961
1941
 
@@ -1968,12 +1948,6 @@ msgstr ""
1968
1948
  msgid "Get list of available repositories for the repository set"
1969
1949
  msgstr ""
1970
1950
 
1971
- msgid "Get puppet modules names that are available to be added to the content view"
1972
- msgstr ""
1973
-
1974
- msgid "Get puppet modules that are available to be added to the content view"
1975
- msgstr ""
1976
-
1977
1951
  msgid "Get status of repo synchronisation for given product"
1978
1952
  msgstr ""
1979
1953
 
@@ -2004,6 +1978,9 @@ msgstr ""
2004
1978
  msgid "History"
2005
1979
  msgstr ""
2006
1980
 
1981
+ msgid "History will appear here when the content view is published or promoted."
1982
+ msgstr ""
1983
+
2007
1984
  msgid "Host"
2008
1985
  msgstr ""
2009
1986
 
@@ -2091,6 +2068,9 @@ msgstr ""
2091
2068
  msgid "Hosts with Installable Errata"
2092
2069
  msgstr ""
2093
2070
 
2071
+ msgid "Hosts: "
2072
+ msgstr ""
2073
+
2094
2074
  msgid "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load."
2095
2075
  msgstr ""
2096
2076
 
@@ -2133,9 +2113,8 @@ msgstr ""
2133
2113
  msgid "ID of the activation key"
2134
2114
  msgstr ""
2135
2115
 
2136
- #, fuzzy
2137
2116
  msgid "ID of the environment"
2138
- msgstr "Repositórios"
2117
+ msgstr ""
2139
2118
 
2140
2119
  msgid "ID of the host"
2141
2120
  msgstr ""
@@ -2245,7 +2224,7 @@ msgstr ""
2245
2224
  msgid "If set to true, a composite content view may not be published or promoted, unless the component content view versions that it includes exist in the target environment."
2246
2225
  msgstr ""
2247
2226
 
2248
- msgid "If set to true, use the remote execution over katello-agent for remote actions"
2227
+ msgid "If set to true, use remote execution instead of katello-agent for remote actions"
2249
2228
  msgstr ""
2250
2229
 
2251
2230
  msgid "If specified, remove the first instance of a subscription with matching id and quantity"
@@ -2272,6 +2251,15 @@ msgstr ""
2272
2251
  msgid "Ignorable content can be only set for Yum repositories."
2273
2252
  msgstr ""
2274
2253
 
2254
+ msgid "Ignore errors"
2255
+ msgstr ""
2256
+
2257
+ msgid "Ignore subscription manager errors"
2258
+ msgstr ""
2259
+
2260
+ msgid "Ignore subscription-manager errors for `subscription-manager register` command"
2261
+ msgstr ""
2262
+
2275
2263
  msgid "Ignore subscriptions that are unavailable to the specified host"
2276
2264
  msgstr ""
2277
2265
 
@@ -2299,6 +2287,9 @@ msgstr ""
2299
2287
  msgid "Import Puppet classes"
2300
2288
  msgstr ""
2301
2289
 
2290
+ msgid "Import Types"
2291
+ msgstr ""
2292
+
2302
2293
  msgid "Import a Manifest"
2303
2294
  msgstr ""
2304
2295
 
@@ -2329,15 +2320,21 @@ msgstr ""
2329
2320
  msgid "Import-only content views can not be published directly"
2330
2321
  msgstr ""
2331
2322
 
2332
- msgid "Import-only content views will be available in a future version."
2333
- msgstr ""
2334
-
2335
2323
  msgid "Importing manifest into '%{subject}' failed."
2336
2324
  msgstr ""
2337
2325
 
2338
2326
  msgid "In Progress"
2339
2327
  msgstr ""
2340
2328
 
2329
+ msgid "Include"
2330
+ msgstr ""
2331
+
2332
+ msgid "Included"
2333
+ msgstr ""
2334
+
2335
+ msgid "Includes associated content view filter ids in response"
2336
+ msgstr ""
2337
+
2341
2338
  msgid "Inclusion type"
2342
2339
  msgstr ""
2343
2340
 
@@ -2386,7 +2383,7 @@ msgstr ""
2386
2383
  msgid "Install Applicable Errata on %s"
2387
2384
  msgstr ""
2388
2385
 
2389
- msgid "Install content on one or more hosts"
2386
+ msgid "Install content on one or more hosts using katello-agent. %s"
2390
2387
  msgstr ""
2391
2388
 
2392
2389
  msgid "Install errata via Katello interface"
@@ -2413,7 +2410,7 @@ msgstr ""
2413
2410
  msgid "Install package via Katello interface"
2414
2411
  msgstr ""
2415
2412
 
2416
- msgid "Install packages remotely"
2413
+ msgid "Install packages remotely using katello-agent. %s"
2417
2414
  msgstr ""
2418
2415
 
2419
2416
  msgid "Installable errata from Content View"
@@ -2506,20 +2503,6 @@ msgstr ""
2506
2503
  msgid "Invalid params provided - date_type must be one of %s"
2507
2504
  msgstr ""
2508
2505
 
2509
- msgid ""
2510
- "Invalid puppet module parameters specified. \\\n"
2511
- " Either 'uuid' or 'name' and 'author' must be specified."
2512
- msgstr ""
2513
-
2514
- msgid "Invalid puppet module. Please make sure the puppet module contains a metadata.json file and is properly compressed."
2515
- msgstr ""
2516
-
2517
- msgid "Invalid usage for Pulp 2 repositories. Use export for Yum repositories"
2518
- msgstr ""
2519
-
2520
- msgid "Invalid usage for Pulp 3 repositories. Use hammer content-export for Yum repositories"
2521
- msgstr ""
2522
-
2523
2506
  msgid "Invalid value specified for Container Image repositories."
2524
2507
  msgstr ""
2525
2508
 
@@ -2529,9 +2512,6 @@ msgstr ""
2529
2512
  msgid "Invalid value specified for ignorable content. Permissible values %s"
2530
2513
  msgstr ""
2531
2514
 
2532
- msgid "Katello"
2533
- msgstr ""
2534
-
2535
2515
  msgid "Katello ID of local pool to update"
2536
2516
  msgstr ""
2537
2517
 
@@ -2586,9 +2566,18 @@ msgstr ""
2586
2566
  msgid "Last published"
2587
2567
  msgstr ""
2588
2568
 
2569
+ msgid "Last task"
2570
+ msgstr ""
2571
+
2572
+ msgid "Latest (automatically updates)"
2573
+ msgstr ""
2574
+
2589
2575
  msgid "Latest Errata"
2590
2576
  msgstr ""
2591
2577
 
2578
+ msgid "Latest version"
2579
+ msgstr ""
2580
+
2592
2581
  msgid "Learn more about adding Subscription Manifests"
2593
2582
  msgstr ""
2594
2583
 
@@ -2601,9 +2590,8 @@ msgstr ""
2601
2590
  msgid "Lifecycle"
2602
2591
  msgstr ""
2603
2592
 
2604
- #, fuzzy
2605
2593
  msgid "Lifecycle Environment"
2606
- msgstr "Repositórios"
2594
+ msgstr ""
2607
2595
 
2608
2596
  msgid "Lifecycle Environment %s has associated Activation Keys. Please change or remove the associated Activation Keys before trying to delete this lifecycle environment."
2609
2597
  msgstr ""
@@ -2614,9 +2602,11 @@ msgstr ""
2614
2602
  msgid "Lifecycle Environment ID"
2615
2603
  msgstr ""
2616
2604
 
2617
- #, fuzzy
2618
2605
  msgid "Lifecycle Environments"
2619
- msgstr "Repositórios"
2606
+ msgstr ""
2607
+
2608
+ msgid "Lifecycle environment"
2609
+ msgstr ""
2620
2610
 
2621
2611
  msgid "Lifecycle environment '%{environment}' is not attached to this capsule."
2622
2612
  msgstr ""
@@ -2624,6 +2614,9 @@ msgstr ""
2624
2614
  msgid "Lifecycle environment ID"
2625
2615
  msgstr ""
2626
2616
 
2617
+ msgid "Lifecycle environment for the host."
2618
+ msgstr ""
2619
+
2627
2620
  msgid "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made."
2628
2621
  msgstr ""
2629
2622
 
@@ -2633,6 +2626,9 @@ msgstr ""
2633
2626
  msgid "Limit content to just that available in the activation key's content view version"
2634
2627
  msgstr ""
2635
2628
 
2629
+ msgid "Limit content to just that available in the activation key's content view version. Relevant for Activation Keys only"
2630
+ msgstr ""
2631
+
2636
2632
  msgid "Limit content to just that available in the host's content view version"
2637
2633
  msgstr ""
2638
2634
 
@@ -2669,22 +2665,17 @@ msgstr ""
2669
2665
  msgid "List components attached to this content view"
2670
2666
  msgstr ""
2671
2667
 
2672
- msgid "List content view puppet modules"
2673
- msgstr ""
2674
-
2675
2668
  msgid "List content view versions"
2676
2669
  msgstr ""
2677
2670
 
2678
- #, fuzzy
2679
2671
  msgid "List content views"
2680
- msgstr "Repositórios"
2672
+ msgstr ""
2681
2673
 
2682
2674
  msgid "List deb packages installed on the host"
2683
2675
  msgstr ""
2684
2676
 
2685
- #, fuzzy
2686
2677
  msgid "List environment paths"
2687
- msgstr "Repositórios"
2678
+ msgstr ""
2688
2679
 
2689
2680
  msgid "List environments in an organization"
2690
2681
  msgstr ""
@@ -2701,9 +2692,8 @@ msgstr ""
2701
2692
  msgid "List filter rules"
2702
2693
  msgstr ""
2703
2694
 
2704
- #, fuzzy
2705
2695
  msgid "List host collections"
2706
- msgstr "Repositórios"
2696
+ msgstr ""
2707
2697
 
2708
2698
  msgid "List host collections in an activation key"
2709
2699
  msgstr ""
@@ -2714,6 +2704,9 @@ msgstr ""
2714
2704
  msgid "List host collections within an organization"
2715
2705
  msgstr ""
2716
2706
 
2707
+ msgid "List import histories"
2708
+ msgstr ""
2709
+
2717
2710
  msgid "List module streams available to the host"
2718
2711
  msgstr ""
2719
2712
 
@@ -2756,9 +2749,8 @@ msgstr ""
2756
2749
  msgid "List of host collection IDs to disassociate from the activation key"
2757
2750
  msgstr ""
2758
2751
 
2759
- #, fuzzy
2760
2752
  msgid "List of host collection ids"
2761
- msgstr "Repositórios"
2753
+ msgstr ""
2762
2754
 
2763
2755
  msgid "List of host collection ids to update"
2764
2756
  msgstr ""
@@ -2814,9 +2806,8 @@ msgstr ""
2814
2806
  msgid "List of repositories in an organization"
2815
2807
  msgstr ""
2816
2808
 
2817
- #, fuzzy
2818
2809
  msgid "List of repository ids"
2819
- msgstr "Repositórios"
2810
+ msgstr ""
2820
2811
 
2821
2812
  msgid "List of subscription products in a subscription"
2822
2813
  msgstr ""
@@ -2833,9 +2824,8 @@ msgstr ""
2833
2824
  msgid "List packages installed on the host"
2834
2825
  msgstr ""
2835
2826
 
2836
- #, fuzzy
2837
2827
  msgid "List products"
2838
- msgstr "Repositórios"
2828
+ msgstr ""
2839
2829
 
2840
2830
  msgid "List repositories in the environment"
2841
2831
  msgstr ""
@@ -2933,6 +2923,9 @@ msgstr ""
2933
2923
  msgid "May not add an id rule to a filter that has an existing type or date range rule."
2934
2924
  msgstr ""
2935
2925
 
2926
+ msgid "Media Selection"
2927
+ msgstr ""
2928
+
2936
2929
  msgid "Medium IDs"
2937
2930
  msgstr ""
2938
2931
 
@@ -2969,9 +2962,15 @@ msgstr ""
2969
2962
  msgid "Must supply at least one of mandatory_package_names, optional_package_names, conditional_package_names, default_package_names parameters"
2970
2963
  msgstr ""
2971
2964
 
2965
+ msgid "N/A"
2966
+ msgstr ""
2967
+
2972
2968
  msgid "NA"
2973
2969
  msgstr ""
2974
2970
 
2971
+ msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
2972
+ msgstr ""
2973
+
2975
2974
  msgid ""
2976
2975
  "NOTE: Unable to fully export '%{organization}' organization's library because it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories to include them in the export. \n"
2977
2976
  " %{repos}"
@@ -3024,13 +3023,11 @@ msgstr ""
3024
3023
  msgid "New blobs: %{count}."
3025
3024
  msgstr ""
3026
3025
 
3027
- #, fuzzy
3028
3026
  msgid "New content view name"
3029
- msgstr "Repositórios"
3027
+ msgstr ""
3030
3028
 
3031
- #, fuzzy
3032
3029
  msgid "New host collection name"
3033
- msgstr "Repositórios"
3030
+ msgstr ""
3034
3031
 
3035
3032
  msgid "New name cannot be blank"
3036
3033
  msgstr ""
@@ -3041,15 +3038,27 @@ msgstr ""
3041
3038
  msgid "New packages: %{count} (%{size})."
3042
3039
  msgstr ""
3043
3040
 
3041
+ msgid "New version is available: Version ${latestVersion}"
3042
+ msgstr ""
3043
+
3044
3044
  msgid "No"
3045
3045
  msgstr ""
3046
3046
 
3047
+ msgid "No Activation Keys selected"
3048
+ msgstr ""
3049
+
3050
+ msgid "No Activation keys to select"
3051
+ msgstr ""
3052
+
3047
3053
  msgid "No Content View"
3048
3054
  msgstr ""
3049
3055
 
3050
3056
  msgid "No Content found"
3051
3057
  msgstr ""
3052
3058
 
3059
+ msgid "No Lifecycle environment to select"
3060
+ msgstr ""
3061
+
3053
3062
  msgid "No Manifest Uploaded"
3054
3063
  msgstr ""
3055
3064
 
@@ -3080,12 +3089,24 @@ msgstr ""
3080
3089
  msgid "No content view history events found."
3081
3090
  msgstr ""
3082
3091
 
3092
+ msgid "No content views belong to ${label}"
3093
+ msgstr ""
3094
+
3083
3095
  msgid "No content_view_version_ids provided"
3084
3096
  msgstr ""
3085
3097
 
3098
+ msgid "No description"
3099
+ msgstr ""
3100
+
3086
3101
  msgid "No enabled repositories match your search criteria."
3087
3102
  msgstr ""
3088
3103
 
3104
+ msgid "No environment"
3105
+ msgstr ""
3106
+
3107
+ msgid "No environments"
3108
+ msgstr ""
3109
+
3089
3110
  msgid "No errata has been specified."
3090
3111
  msgstr ""
3091
3112
 
@@ -3119,15 +3140,30 @@ msgstr ""
3119
3140
  msgid "No matching filters found"
3120
3141
  msgstr ""
3121
3142
 
3143
+ msgid "No matching history record found"
3144
+ msgstr ""
3145
+
3146
+ msgid "No matching package groups found."
3147
+ msgstr ""
3148
+
3122
3149
  msgid "No matching repositories found"
3123
3150
  msgstr ""
3124
3151
 
3152
+ msgid "No matching rules found."
3153
+ msgstr ""
3154
+
3155
+ msgid "No matching version found"
3156
+ msgstr ""
3157
+
3125
3158
  msgid "No new packages installed"
3126
3159
  msgstr ""
3127
3160
 
3128
3161
  msgid "No new packages."
3129
3162
  msgstr ""
3130
3163
 
3164
+ msgid "No package groups have been added to this filter."
3165
+ msgstr ""
3166
+
3131
3167
  msgid "No packages removed"
3132
3168
  msgstr ""
3133
3169
 
@@ -3173,6 +3209,9 @@ msgstr ""
3173
3209
  msgid "No repository sets match your search criteria."
3174
3210
  msgstr ""
3175
3211
 
3212
+ msgid "No rules have been added to this filter."
3213
+ msgstr ""
3214
+
3176
3215
  msgid "No services defined, is this class extended?"
3177
3216
  msgstr ""
3178
3217
 
@@ -3209,12 +3248,18 @@ msgstr ""
3209
3248
  msgid "Not a number"
3210
3249
  msgstr ""
3211
3250
 
3251
+ msgid "Not added"
3252
+ msgstr ""
3253
+
3212
3254
  msgid "Not all necessary pulp workers running at %s."
3213
3255
  msgstr ""
3214
3256
 
3215
3257
  msgid "Not running"
3216
3258
  msgstr ""
3217
3259
 
3260
+ msgid "Not yet published"
3261
+ msgstr ""
3262
+
3218
3263
  msgid "Note: The number in parentheses reflects all applicable errata from the Library environment that are unavailable to the host. You will need to promote this content to the relevant content view in order to make it available."
3219
3264
  msgstr ""
3220
3265
 
@@ -3290,9 +3335,6 @@ msgstr ""
3290
3335
  msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z)"
3291
3336
  msgstr ""
3292
3337
 
3293
- msgid "Optional date of last export (ex: 2010-01-01T12:00:00Z). Relevant only for Pulp 2 repositories"
3294
- msgstr ""
3295
-
3296
3338
  msgid "Organization"
3297
3339
  msgstr ""
3298
3340
 
@@ -3305,6 +3347,9 @@ msgstr ""
3305
3347
  msgid "Organization ID is required"
3306
3348
  msgstr ""
3307
3349
 
3350
+ msgid "Organization Information not provided."
3351
+ msgstr ""
3352
+
3308
3353
  msgid "Organization cannot be blank."
3309
3354
  msgstr ""
3310
3355
 
@@ -3350,9 +3395,8 @@ msgstr ""
3350
3395
  msgid "Package"
3351
3396
  msgstr ""
3352
3397
 
3353
- #, fuzzy
3354
3398
  msgid "Package Group"
3355
- msgstr "Domínio"
3399
+ msgstr ""
3356
3400
 
3357
3401
  msgid "Package Group Install"
3358
3402
  msgstr ""
@@ -3423,9 +3467,8 @@ msgstr ""
3423
3467
  msgid "Package Profile Update for %s"
3424
3468
  msgstr ""
3425
3469
 
3426
- #, fuzzy
3427
3470
  msgid "Package Remove"
3428
- msgstr "Domínio"
3471
+ msgstr ""
3429
3472
 
3430
3473
  msgid "Package Remove Canceled"
3431
3474
  msgstr ""
@@ -3472,6 +3515,9 @@ msgstr ""
3472
3515
  msgid "Package group update timed out"
3473
3516
  msgstr ""
3474
3517
 
3518
+ msgid "Package groups"
3519
+ msgstr ""
3520
+
3475
3521
  msgid "Package identifiers to filter content by"
3476
3522
  msgstr ""
3477
3523
 
@@ -3544,6 +3590,9 @@ msgstr ""
3544
3590
  msgid "Plan numeric identifier"
3545
3591
  msgstr ""
3546
3592
 
3593
+ msgid "Please add some content views."
3594
+ msgstr ""
3595
+
3547
3596
  msgid "Please add some repositories."
3548
3597
  msgstr ""
3549
3598
 
@@ -3595,25 +3644,22 @@ msgstr ""
3595
3644
  msgid "Product ID"
3596
3645
  msgstr ""
3597
3646
 
3598
- #, fuzzy
3599
3647
  msgid "Product and Repositories"
3600
- msgstr "Repositórios"
3648
+ msgstr ""
3601
3649
 
3602
3650
  msgid "Product architecture"
3603
3651
  msgstr ""
3604
3652
 
3605
- #, fuzzy
3606
3653
  msgid "Product description"
3607
- msgstr "Repositórios"
3654
+ msgstr ""
3608
3655
 
3609
3656
  msgid ""
3610
3657
  "Product id as listed from a host's installed products, \\\n"
3611
3658
  " this is not the same product id as the products api returns"
3612
3659
  msgstr ""
3613
3660
 
3614
- #, fuzzy
3615
3661
  msgid "Product name"
3616
- msgstr "Nome"
3662
+ msgstr ""
3617
3663
 
3618
3664
  msgid "Product name as listed from a host's installed products"
3619
3665
  msgstr ""
@@ -3678,9 +3724,8 @@ msgstr ""
3678
3724
  msgid "Publish Lifecycle Environment Repositories"
3679
3725
  msgstr ""
3680
3726
 
3681
- #, fuzzy
3682
3727
  msgid "Publish a content view"
3683
- msgstr "Repositórios"
3728
+ msgstr ""
3684
3729
 
3685
3730
  msgid "Published new version"
3686
3731
  msgstr ""
@@ -3694,15 +3739,15 @@ msgstr ""
3694
3739
  msgid "Pulp 3 export destination filepath"
3695
3740
  msgstr ""
3696
3741
 
3697
- msgid "Pulp 3 migration cannot run. Types %s have already been migrated."
3698
- msgstr ""
3699
-
3700
3742
  msgid "Pulp Consumer %s has already been removed"
3701
3743
  msgstr ""
3702
3744
 
3703
3745
  msgid "Pulp Docker registry port"
3704
3746
  msgstr ""
3705
3747
 
3748
+ msgid "Pulp bulk load size"
3749
+ msgstr ""
3750
+
3706
3751
  msgid "Pulp client cert"
3707
3752
  msgstr ""
3708
3753
 
@@ -3751,34 +3796,6 @@ msgstr ""
3751
3796
  msgid "Pulpcore"
3752
3797
  msgstr ""
3753
3798
 
3754
- #, fuzzy
3755
- msgid "Puppet Environment"
3756
- msgstr "Repositórios"
3757
-
3758
- msgid "Puppet Module"
3759
- msgstr ""
3760
-
3761
- msgid ""
3762
- "Puppet Module does not belong to content view organization\\\n"
3763
- " '%{name}'"
3764
- msgstr ""
3765
-
3766
- msgid ""
3767
- "Puppet Module with name='%{name}' and author='%{author}' does\\\n"
3768
- " not exist"
3769
- msgstr ""
3770
-
3771
- msgid ""
3772
- "Puppet Module with uuid='%{uuid}' does not\\\n"
3773
- " exist"
3774
- msgstr ""
3775
-
3776
- msgid "Puppet Modules"
3777
- msgstr ""
3778
-
3779
- msgid "Puppet module conflict: '%{mod}' is in %{versions}."
3780
- msgstr ""
3781
-
3782
3799
  msgid "Quantity"
3783
3800
  msgstr ""
3784
3801
 
@@ -3809,6 +3826,9 @@ msgstr ""
3809
3826
  msgid "RPM"
3810
3827
  msgstr ""
3811
3828
 
3829
+ msgid "RPM name"
3830
+ msgstr ""
3831
+
3812
3832
  msgid "RPMs"
3813
3833
  msgstr ""
3814
3834
 
@@ -3824,18 +3844,14 @@ msgstr ""
3824
3844
  msgid "Recommended Repositories"
3825
3845
  msgstr ""
3826
3846
 
3827
- msgid "Red Hat"
3828
- msgstr ""
3829
-
3830
3847
  msgid "Red Hat CDN URL"
3831
3848
  msgstr ""
3832
3849
 
3833
3850
  msgid "Red Hat Provider Details"
3834
3851
  msgstr ""
3835
3852
 
3836
- #, fuzzy
3837
3853
  msgid "Red Hat Repositories"
3838
- msgstr "Repositórios"
3854
+ msgstr ""
3839
3855
 
3840
3856
  msgid "Red Hat products cannot be manipulated."
3841
3857
  msgstr ""
@@ -3849,9 +3865,8 @@ msgstr ""
3849
3865
  msgid "Refresh"
3850
3866
  msgstr ""
3851
3867
 
3852
- #, fuzzy
3853
3868
  msgid "Refresh Manifest"
3854
- msgstr "Repositórios"
3869
+ msgstr ""
3855
3870
 
3856
3871
  msgid "Refresh previously imported manifest for Red Hat provider"
3857
3872
  msgstr ""
@@ -3898,13 +3913,11 @@ msgstr ""
3898
3913
  msgid "Removal of package(s) requested: %{packages}"
3899
3914
  msgstr ""
3900
3915
 
3901
- #, fuzzy
3902
3916
  msgid "Remove Content"
3903
- msgstr "Domínio"
3917
+ msgstr ""
3904
3918
 
3905
- #, fuzzy
3906
3919
  msgid "Remove Version"
3907
- msgstr "Repositórios"
3920
+ msgstr ""
3908
3921
 
3909
3922
  msgid "Remove Versions and Associations"
3910
3923
  msgstr ""
@@ -3912,21 +3925,20 @@ msgstr ""
3912
3925
  msgid "Remove a content view from an environment"
3913
3926
  msgstr ""
3914
3927
 
3915
- msgid "Remove a puppet module from the content view"
3928
+ msgid "Remove any `katello-ca-consumer` rpms before registration and run subscription-manager with `--force` argument."
3916
3929
  msgstr ""
3917
3930
 
3918
3931
  msgid "Remove components from the content view"
3919
3932
  msgstr ""
3920
3933
 
3921
- msgid "Remove content on one or more hosts"
3934
+ msgid "Remove content on one or more hosts using katello-agent. %s"
3922
3935
  msgstr ""
3923
3936
 
3924
3937
  msgid "Remove content view version"
3925
3938
  msgstr ""
3926
3939
 
3927
- #, fuzzy
3928
3940
  msgid "Remove from Environment"
3929
- msgstr "Repositórios"
3941
+ msgstr ""
3930
3942
 
3931
3943
  msgid "Remove hosts from the host collection"
3932
3944
  msgstr ""
@@ -3946,9 +3958,8 @@ msgstr ""
3946
3958
  msgid "Remove package for %s"
3947
3959
  msgstr ""
3948
3960
 
3949
- #, fuzzy
3950
3961
  msgid "Remove package group"
3951
- msgstr "Arquitetura"
3962
+ msgstr ""
3952
3963
 
3953
3964
  msgid "Remove package group via Katello interface"
3954
3965
  msgstr ""
@@ -3980,16 +3991,14 @@ msgstr ""
3980
3991
  msgid "Repo Type"
3981
3992
  msgstr ""
3982
3993
 
3983
- #, fuzzy
3984
3994
  msgid "Repositories"
3985
- msgstr "Repositórios"
3995
+ msgstr ""
3986
3996
 
3987
3997
  msgid "Repositories from published Content Views are not allowed."
3988
3998
  msgstr ""
3989
3999
 
3990
- #, fuzzy
3991
4000
  msgid "Repository"
3992
- msgstr "Repositórios"
4001
+ msgstr ""
3993
4002
 
3994
4003
  msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
3995
4004
  msgstr ""
@@ -4018,9 +4027,8 @@ msgstr ""
4018
4027
  msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
4019
4028
  msgstr ""
4020
4029
 
4021
- #, fuzzy
4022
4030
  msgid "Repository id"
4023
- msgstr "Repositórios"
4031
+ msgstr ""
4024
4032
 
4025
4033
  msgid "Repository identifier"
4026
4034
  msgstr ""
@@ -4031,9 +4039,8 @@ msgstr ""
4031
4039
  msgid "Repository metadata publish"
4032
4040
  msgstr ""
4033
4041
 
4034
- #, fuzzy
4035
4042
  msgid "Repository not found"
4036
- msgstr "Repositórios"
4043
+ msgstr ""
4037
4044
 
4038
4045
  msgid "Repository set name to search on"
4039
4046
  msgstr ""
@@ -4050,9 +4057,6 @@ msgstr ""
4050
4057
  msgid "Requires Virt-Who"
4051
4058
  msgstr ""
4052
4059
 
4053
- msgid "Reset Puppet Environment"
4054
- msgstr ""
4055
-
4056
4060
  msgid "Resolve Traces"
4057
4061
  msgstr ""
4058
4062
 
@@ -4131,12 +4135,18 @@ msgstr ""
4131
4135
  msgid "Return the content of a repo gpg key, used directly by yum"
4132
4136
  msgstr ""
4133
4137
 
4138
+ msgid "Returns content that can be both added and is currently added to the object. The value 'content_view_filter' is supported"
4139
+ msgstr ""
4140
+
4134
4141
  msgid "Role"
4135
4142
  msgstr ""
4136
4143
 
4137
4144
  msgid "Role of host"
4138
4145
  msgstr ""
4139
4146
 
4147
+ msgid "Roles"
4148
+ msgstr ""
4149
+
4140
4150
  msgid "Run Sync Plan:"
4141
4151
  msgstr ""
4142
4152
 
@@ -4158,7 +4168,7 @@ msgstr ""
4158
4168
  msgid "Save"
4159
4169
  msgstr ""
4160
4170
 
4161
- msgid "Schedule errata for installation"
4171
+ msgid "Schedule errata for installation using katello-agent. %s"
4162
4172
  msgstr ""
4163
4173
 
4164
4174
  msgid "Search"
@@ -4167,9 +4177,8 @@ msgstr ""
4167
4177
  msgid "Search pattern (defaults to '*')"
4168
4178
  msgstr ""
4169
4179
 
4170
- #, fuzzy
4171
4180
  msgid "Search string"
4172
- msgstr "Repositórios"
4181
+ msgstr ""
4173
4182
 
4174
4183
  msgid "Search string for erratum to perform an action on"
4175
4184
  msgstr ""
@@ -4195,13 +4204,11 @@ msgstr ""
4195
4204
  msgid "Select All"
4196
4205
  msgstr ""
4197
4206
 
4198
- #, fuzzy
4199
4207
  msgid "Select Content View"
4200
- msgstr "Repositórios"
4208
+ msgstr ""
4201
4209
 
4202
- #, fuzzy
4203
4210
  msgid "Select None"
4204
- msgstr "Domínio"
4211
+ msgstr ""
4205
4212
 
4206
4213
  msgid "Select Organization"
4207
4214
  msgstr ""
@@ -4260,9 +4267,6 @@ msgstr ""
4260
4267
  msgid "Sets whether the Host will autoheal subscriptions upon checkin"
4261
4268
  msgstr ""
4262
4269
 
4263
- msgid "Setting 'default_location_puppet_content' is not set to a valid location."
4264
- msgstr ""
4265
-
4266
4270
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
4267
4271
  msgstr ""
4268
4272
 
@@ -4275,14 +4279,10 @@ msgstr ""
4275
4279
  msgid "Show a Content Credential"
4276
4280
  msgstr ""
4277
4281
 
4278
- #, fuzzy
4279
4282
  msgid "Show a content view"
4280
- msgstr "Repositórios"
4281
-
4282
- msgid "Show a content view component"
4283
4283
  msgstr ""
4284
4284
 
4285
- msgid "Show a content view puppet module"
4285
+ msgid "Show a content view component"
4286
4286
  msgstr ""
4287
4287
 
4288
4288
  msgid "Show a content view's history"
@@ -4297,9 +4297,8 @@ msgstr ""
4297
4297
  msgid "Show a repository"
4298
4298
  msgstr ""
4299
4299
 
4300
- #, fuzzy
4301
4300
  msgid "Show a subscription"
4302
- msgstr "Repositórios"
4301
+ msgstr ""
4303
4302
 
4304
4303
  msgid "Show a sync plan"
4305
4304
  msgstr ""
@@ -4307,9 +4306,8 @@ msgstr ""
4307
4306
  msgid "Show an activation key"
4308
4307
  msgstr ""
4309
4308
 
4310
- #, fuzzy
4311
4309
  msgid "Show an environment"
4312
- msgstr "Repositórios"
4310
+ msgstr ""
4313
4311
 
4314
4312
  msgid "Show content available for an activation key"
4315
4313
  msgstr ""
@@ -4377,10 +4375,28 @@ msgstr ""
4377
4375
  msgid "Some of your inputs contain errors. Please update them and save your changes again."
4378
4376
  msgstr ""
4379
4377
 
4380
- msgid "Something went wrong while retrieving the content view filters! ${error}"
4378
+ msgid "Some services are not properly started. See the About page for more information."
4379
+ msgstr ""
4380
+
4381
+ msgid "Something went wrong while retrieving the content view components! ${getResponseErrorMsgs(error.response)}"
4382
+ msgstr ""
4383
+
4384
+ msgid "Something went wrong while retrieving the content view filter rules! ${getResponseErrorMsgs(error.response)}"
4385
+ msgstr ""
4386
+
4387
+ msgid "Something went wrong while retrieving the content view filter! ${getResponseErrorMsgs(error.response)}"
4381
4388
  msgstr ""
4382
4389
 
4383
- msgid "Something went wrong while retrieving the repository types! ${error}"
4390
+ msgid "Something went wrong while retrieving the content view filters! ${getResponseErrorMsgs(error.response)}"
4391
+ msgstr ""
4392
+
4393
+ msgid "Something went wrong while retrieving the content view history! ${getResponseErrorMsgs(error.response)}"
4394
+ msgstr ""
4395
+
4396
+ msgid "Something went wrong while retrieving the content view versions! ${getResponseErrorMsgs(error.response)}"
4397
+ msgstr ""
4398
+
4399
+ msgid "Something went wrong while retrieving the repository types! ${getResponseErrorMsgs(error.response)}"
4384
4400
  msgstr ""
4385
4401
 
4386
4402
  msgid "Sort field and order, eg. 'id DESC'"
@@ -4542,6 +4558,9 @@ msgstr ""
4542
4558
  msgid "Sync Canceled"
4543
4559
  msgstr ""
4544
4560
 
4561
+ msgid "Sync Connection Timeout"
4562
+ msgstr ""
4563
+
4545
4564
  msgid "Sync Content View on Smart Proxy(ies)"
4546
4565
  msgstr ""
4547
4566
 
@@ -4566,9 +4585,8 @@ msgstr ""
4566
4585
  msgid "Sync Smart Proxies after Content View promotion"
4567
4586
  msgstr ""
4568
4587
 
4569
- #, fuzzy
4570
4588
  msgid "Sync Status"
4571
- msgstr "Sistema"
4589
+ msgstr ""
4572
4590
 
4573
4591
  msgid "Sync Summary"
4574
4592
  msgstr ""
@@ -4576,9 +4594,8 @@ msgstr ""
4576
4594
  msgid "Sync Summary for %s"
4577
4595
  msgstr ""
4578
4596
 
4579
- #, fuzzy
4580
4597
  msgid "Sync a repository"
4581
- msgstr "Repositórios"
4598
+ msgstr ""
4582
4599
 
4583
4600
  msgid "Sync all repositories for a product"
4584
4601
  msgstr ""
@@ -4616,9 +4633,8 @@ msgstr ""
4616
4633
  msgid "Synchronize capsule content"
4617
4634
  msgstr ""
4618
4635
 
4619
- #, fuzzy
4620
4636
  msgid "Synchronize repository"
4621
- msgstr "Repositórios"
4637
+ msgstr ""
4622
4638
 
4623
4639
  msgid "Synchronize smart proxy"
4624
4640
  msgstr ""
@@ -4638,6 +4654,9 @@ msgstr ""
4638
4654
  msgid "System Purpose"
4639
4655
  msgstr ""
4640
4656
 
4657
+ msgid "System Status"
4658
+ msgstr ""
4659
+
4641
4660
  msgid "Tags"
4642
4661
  msgstr ""
4643
4662
 
@@ -4662,6 +4681,9 @@ msgstr ""
4662
4681
  msgid "The Subscription Allocation providing the imported manifest has been removed. Please create a new Subscription Allocation and import the new manifest."
4663
4682
  msgstr ""
4664
4683
 
4684
+ msgid "The URL to receive a session token from, e.g. used with Automation Hub."
4685
+ msgstr ""
4686
+
4665
4687
  msgid "The action requested on this composite view cannot be performed until all of the component content view versions have been promoted to the target environment: %{env}. This restriction is optional and can be modified in the Administrator -> Settings -> Content page using the restrict_composite_view flag."
4666
4688
  msgstr ""
4667
4689
 
@@ -4692,6 +4714,12 @@ msgstr ""
4692
4714
  msgid "The email notification will include subscriptions expiring in this number of days or fewer."
4693
4715
  msgstr ""
4694
4716
 
4717
+ msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
4718
+ msgstr ""
4719
+
4720
+ msgid "The environment %{name} is in use by %{count} Host(s) including %{names}"
4721
+ msgstr ""
4722
+
4695
4723
  msgid "The erratum filter rule end date is in an invalid format or type."
4696
4724
  msgstr ""
4697
4725
 
@@ -4715,6 +4743,11 @@ msgid ""
4715
4743
  " %{repos}"
4716
4744
  msgstr ""
4717
4745
 
4746
+ msgid ""
4747
+ "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
4748
+ " %{repos}"
4749
+ msgstr ""
4750
+
4718
4751
  msgid "The id of the host to alter"
4719
4752
  msgstr ""
4720
4753
 
@@ -4727,6 +4760,9 @@ msgstr ""
4727
4760
  msgid "The number of days remaining in a subscription before you will be reminded about renewing it."
4728
4761
  msgstr ""
4729
4762
 
4763
+ msgid "The number of items fetched from a single paged Pulp API call."
4764
+ msgstr ""
4765
+
4730
4766
  msgid "The offset in the file where the content starts"
4731
4767
  msgstr ""
4732
4768
 
@@ -4748,12 +4784,6 @@ msgstr ""
4748
4784
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
4749
4785
  msgstr ""
4750
4786
 
4751
- msgid "The puppet environment %{name} is in use by %{count} Host Group(s) including %{names}"
4752
- msgstr ""
4753
-
4754
- msgid "The puppet environment %{name} is in use by %{count} Host(s) including %{names}"
4755
- msgstr ""
4756
-
4757
4787
  msgid "The repository is already enabled"
4758
4788
  msgstr ""
4759
4789
 
@@ -4769,9 +4799,6 @@ msgstr ""
4769
4799
  msgid "The requested traces were not found for this host"
4770
4800
  msgstr ""
4771
4801
 
4772
- msgid "The selected content source and lifecycle environment do not match"
4773
- msgstr ""
4774
-
4775
4802
  msgid ""
4776
4803
  "The selected kickstart repository is not part of the assigned content view, lifecycle environment,\n"
4777
4804
  " content source, operating system, and architecture"
@@ -4789,6 +4816,9 @@ msgstr ""
4789
4816
  msgid "The synchronization of \"%s\" has completed. Below is a summary of new errata."
4790
4817
  msgstr ""
4791
4818
 
4819
+ msgid "The token key to use for authentication."
4820
+ msgstr ""
4821
+
4792
4822
  msgid "The type of content. The following types are supported: 'package' and 'package_group."
4793
4823
  msgstr ""
4794
4824
 
@@ -4810,9 +4840,6 @@ msgstr ""
4810
4840
  msgid "There either were no environments nor versions specified or there were invalid environments/versions specified. Please check environment_ids and content_view_version_ids parameters."
4811
4841
  msgstr ""
4812
4842
 
4813
- msgid "There is already a module named \"%{value}\" in this content view."
4814
- msgstr ""
4815
-
4816
4843
  msgid "There is no Manifest History to display."
4817
4844
  msgstr ""
4818
4845
 
@@ -4843,15 +4870,12 @@ msgstr ""
4843
4870
  msgid "This action doesn't support package groups"
4844
4871
  msgstr ""
4845
4872
 
4846
- msgid "This action will become available after the Pulp 3 content migration"
4873
+ msgid "This action uses katello-agent, which is currently disabled. Use remote execution instead."
4847
4874
  msgstr ""
4848
4875
 
4849
4876
  msgid "This certificate allows a user to view the repositories in any environment from a browser."
4850
4877
  msgstr ""
4851
4878
 
4852
- msgid "This content view has on demand repositories that cannot be exported: %{repos}"
4853
- msgstr ""
4854
-
4855
4879
  msgid "This content view version doesn't have a history."
4856
4880
  msgstr ""
4857
4881
 
@@ -4921,10 +4945,10 @@ msgstr ""
4921
4945
  msgid "Toggling Simple Content Access will refresh your manifest."
4922
4946
  msgstr ""
4923
4947
 
4924
- msgid "Total module count: %s."
4948
+ msgid "Total steps: "
4925
4949
  msgstr ""
4926
4950
 
4927
- msgid "Total steps: "
4951
+ msgid "Total timeout in seconds for connections when syncing"
4928
4952
  msgstr ""
4929
4953
 
4930
4954
  msgid "Tracer profile uploaded successfully"
@@ -4987,13 +5011,13 @@ msgstr ""
4987
5011
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4988
5012
  msgstr ""
4989
5013
 
4990
- msgid "Unable to export. 'pulpcore_export_destination' setting is not set to a valid directory."
5014
+ msgid "Unable to find product '%s' in organization '%s'"
4991
5015
  msgstr ""
4992
5016
 
4993
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
5017
+ msgid "Unable to get users"
4994
5018
  msgstr ""
4995
5019
 
4996
- msgid "Unable to perform unauthenticated repository list operation"
5020
+ msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
4997
5021
  msgstr ""
4998
5022
 
4999
5023
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
@@ -5017,6 +5041,12 @@ msgstr ""
5017
5041
  msgid "Unable to synchronize any repository. You either do not have the permission to synchronize or the selected repositories do not have a feed url."
5018
5042
  msgstr ""
5019
5043
 
5044
+ msgid "Unable to update the repository list"
5045
+ msgstr ""
5046
+
5047
+ msgid "Unable to update the user-repository mapping"
5048
+ msgstr ""
5049
+
5020
5050
  msgid "Unapplied Errata"
5021
5051
  msgstr ""
5022
5052
 
@@ -5032,7 +5062,7 @@ msgstr ""
5032
5062
  msgid "Unfiltered params array: %s."
5033
5063
  msgstr ""
5034
5064
 
5035
- msgid "Uninstall packages remotely"
5065
+ msgid "Uninstall packages remotely using katello-agent. %s"
5036
5066
  msgstr ""
5037
5067
 
5038
5068
  msgid "Unknown"
@@ -5095,9 +5125,8 @@ msgstr ""
5095
5125
  msgid "Update a component associated with the content view"
5096
5126
  msgstr ""
5097
5127
 
5098
- #, fuzzy
5099
5128
  msgid "Update a content view"
5100
- msgstr "Repositórios"
5129
+ msgstr ""
5101
5130
 
5102
5131
  msgid "Update a content view version"
5103
5132
  msgstr ""
@@ -5108,12 +5137,8 @@ msgstr ""
5108
5137
  msgid "Update a host collection"
5109
5138
  msgstr ""
5110
5139
 
5111
- msgid "Update a puppet module associated with the content view"
5112
- msgstr ""
5113
-
5114
- #, fuzzy
5115
5140
  msgid "Update a repository"
5116
- msgstr "Repositórios"
5141
+ msgstr ""
5117
5142
 
5118
5143
  msgid "Update a sync plan"
5119
5144
  msgstr ""
@@ -5121,14 +5146,13 @@ msgstr ""
5121
5146
  msgid "Update an activation key"
5122
5147
  msgstr ""
5123
5148
 
5124
- #, fuzzy
5125
5149
  msgid "Update an environment"
5126
- msgstr "Repositórios"
5150
+ msgstr ""
5127
5151
 
5128
5152
  msgid "Update an environment in an organization"
5129
5153
  msgstr ""
5130
5154
 
5131
- msgid "Update content on one or more hosts"
5155
+ msgid "Update content on one or more hosts using katello-agent. %s"
5132
5156
  msgstr ""
5133
5157
 
5134
5158
  msgid "Update content urls"
@@ -5170,7 +5194,7 @@ msgstr ""
5170
5194
  msgid "Update package via Katello interface"
5171
5195
  msgstr ""
5172
5196
 
5173
- msgid "Update packages remotely"
5197
+ msgid "Update packages remotely using katello-agent. %s"
5174
5198
  msgstr ""
5175
5199
 
5176
5200
  msgid "Update redhat repository"
@@ -5275,6 +5299,9 @@ msgstr ""
5275
5299
  msgid "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10"
5276
5300
  msgstr ""
5277
5301
 
5302
+ msgid "User"
5303
+ msgstr ""
5304
+
5278
5305
  msgid "User '%s' did not specify an organization ID and does not have a default organization."
5279
5306
  msgstr ""
5280
5307
 
@@ -5314,6 +5341,9 @@ msgstr ""
5314
5341
  msgid "Versions"
5315
5342
  msgstr ""
5316
5343
 
5344
+ msgid "Versions will appear here when the content view is published."
5345
+ msgstr ""
5346
+
5317
5347
  msgid "View %{view} has not been promoted to %{env}"
5318
5348
  msgstr ""
5319
5349
 
@@ -5395,9 +5425,15 @@ msgstr ""
5395
5425
  msgid "You currently don't have any filters for this content view."
5396
5426
  msgstr ""
5397
5427
 
5428
+ msgid "You currently don't have any history for this content view."
5429
+ msgstr ""
5430
+
5398
5431
  msgid "You currently don't have any repositories to add to this content view."
5399
5432
  msgstr ""
5400
5433
 
5434
+ msgid "You currently don't have any versions for this content view."
5435
+ msgstr ""
5436
+
5401
5437
  msgid "You do not have permissions to delete %s"
5402
5438
  msgstr ""
5403
5439
 
@@ -5446,17 +5482,16 @@ msgstr ""
5446
5482
  msgid "a file"
5447
5483
  msgstr ""
5448
5484
 
5485
+ msgid "a future release"
5486
+ msgstr ""
5487
+
5449
5488
  msgid "a module stream"
5450
5489
  msgstr ""
5451
5490
 
5452
5491
  msgid "a package"
5453
5492
  msgstr ""
5454
5493
 
5455
- #, fuzzy
5456
5494
  msgid "a package group"
5457
- msgstr "Arquitetura"
5458
-
5459
- msgid "a puppet module"
5460
5495
  msgstr ""
5461
5496
 
5462
5497
  msgid "actions not found"
@@ -5489,6 +5524,9 @@ msgstr ""
5489
5524
  msgid "allow unauthenticed pull of container images"
5490
5525
  msgstr ""
5491
5526
 
5527
+ msgid "already belongs to the content view"
5528
+ msgstr ""
5529
+
5492
5530
  msgid "already taken"
5493
5531
  msgstr ""
5494
5532
 
@@ -5510,9 +5548,6 @@ msgstr ""
5510
5548
  msgid "attempted to sync without a feed URL"
5511
5549
  msgstr ""
5512
5550
 
5513
- msgid "author of the puppet module"
5514
- msgstr ""
5515
-
5516
5551
  msgid "auto attach subscriptions upon registration"
5517
5552
  msgstr ""
5518
5553
 
@@ -5582,15 +5617,6 @@ msgstr ""
5582
5617
  msgid "checking Pulp task status"
5583
5618
  msgstr ""
5584
5619
 
5585
- msgid "comma-separated list of architectures to be synced from deb-archive"
5586
- msgstr ""
5587
-
5588
- msgid "comma-separated list of releases to be synced from deb-archive"
5589
- msgstr ""
5590
-
5591
- msgid "comma-separated list of repo components to be synced from deb-archive"
5592
- msgstr ""
5593
-
5594
5620
  msgid "composite content view identifier"
5595
5621
  msgstr ""
5596
5622
 
@@ -5603,7 +5629,7 @@ msgstr ""
5603
5629
  msgid "content release version"
5604
5630
  msgstr ""
5605
5631
 
5606
- msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'puppet_module', 'rpm', 'srpm')"
5632
+ msgid "content type ('deb', 'docker_manifest', 'file', 'ostree', 'rpm', 'srpm')"
5607
5633
  msgstr ""
5608
5634
 
5609
5635
  msgid "content view component ID. Identifier of the component association"
@@ -5666,9 +5692,8 @@ msgstr ""
5666
5692
  msgid "delete a filter"
5667
5693
  msgstr ""
5668
5694
 
5669
- #, fuzzy
5670
5695
  msgid "description"
5671
- msgstr "Arquitetura"
5696
+ msgstr ""
5672
5697
 
5673
5698
  msgid "description of the environment"
5674
5699
  msgstr ""
@@ -5685,13 +5710,11 @@ msgstr ""
5685
5710
  msgid "enables or disables synchronization"
5686
5711
  msgstr ""
5687
5712
 
5688
- #, fuzzy
5689
5713
  msgid "environment"
5690
- msgstr "Repositórios"
5714
+ msgstr ""
5691
5715
 
5692
- #, fuzzy
5693
5716
  msgid "environment id"
5694
- msgstr "Repositórios"
5717
+ msgstr ""
5695
5718
 
5696
5719
  msgid "environment identifier"
5697
5720
  msgstr ""
@@ -5708,9 +5731,8 @@ msgstr ""
5708
5731
  msgid "environment to reassign orphaned systems to"
5709
5732
  msgstr ""
5710
5733
 
5711
- #, fuzzy
5712
5734
  msgid "environments"
5713
- msgstr "Repositórios"
5735
+ msgstr ""
5714
5736
 
5715
5737
  msgid "errata_id of the content view filter rule"
5716
5738
  msgstr ""
@@ -5865,9 +5887,8 @@ msgstr ""
5865
5887
  msgid "list of packages names"
5866
5888
  msgstr ""
5867
5889
 
5868
- #, fuzzy
5869
5890
  msgid "list of repository ids"
5870
- msgstr "Repositórios"
5891
+ msgstr ""
5871
5892
 
5872
5893
  msgid "list of rpm filename strings to include in published version"
5873
5894
  msgstr ""
@@ -5884,15 +5905,9 @@ msgstr ""
5884
5905
  msgid "maximum size of each ISO in MB"
5885
5906
  msgstr ""
5886
5907
 
5887
- msgid "maximum size of each ISO in MB. Relevant only for Pulp 2 repositories"
5888
- msgstr ""
5889
-
5890
5908
  msgid "may not be less than the number of hosts associated with the host collection."
5891
5909
  msgstr ""
5892
5910
 
5893
- msgid "module name to restrict modules for"
5894
- msgstr ""
5895
-
5896
5911
  msgid "module stream ids"
5897
5912
  msgstr ""
5898
5913
 
@@ -5932,9 +5947,8 @@ msgstr ""
5932
5947
  msgid "must not contain leading or trailing white spaces."
5933
5948
  msgstr ""
5934
5949
 
5935
- #, fuzzy
5936
5950
  msgid "name"
5937
- msgstr "Nome"
5951
+ msgstr ""
5938
5952
 
5939
5953
  msgid "name not defined."
5940
5954
  msgstr ""
@@ -5945,9 +5959,8 @@ msgstr ""
5945
5959
  msgid "name of the content view filter rule"
5946
5960
  msgstr ""
5947
5961
 
5948
- #, fuzzy
5949
5962
  msgid "name of the environment"
5950
- msgstr "Repositórios"
5963
+ msgstr ""
5951
5964
 
5952
5965
  msgid "name of the filter"
5953
5966
  msgstr ""
@@ -5955,12 +5968,11 @@ msgstr ""
5955
5968
  msgid "name of the organization"
5956
5969
  msgstr ""
5957
5970
 
5958
- msgid "name of the puppet module"
5971
+ msgid "name of the repository"
5959
5972
  msgstr ""
5960
5973
 
5961
- #, fuzzy
5962
- msgid "name of the repository"
5963
- msgstr "Repositórios"
5974
+ msgid "name of the subscription"
5975
+ msgstr ""
5964
5976
 
5965
5977
  msgid "name: %s doesn't exist "
5966
5978
  msgstr ""
@@ -5986,6 +5998,9 @@ msgstr ""
5986
5998
  msgid "only repositories having at least one of the specified content type ex: rpm , erratum"
5987
5999
  msgstr ""
5988
6000
 
6001
+ msgid "only show the repositories readable by this user with this username"
6002
+ msgstr ""
6003
+
5989
6004
  msgid "optional package names to include in the package group"
5990
6005
  msgstr ""
5991
6006
 
@@ -6025,6 +6040,9 @@ msgstr ""
6025
6040
  msgid "package_ids is not an array"
6026
6041
  msgstr ""
6027
6042
 
6043
+ msgid "params 'show_all_for' and 'available_for' must be used independently"
6044
+ msgstr ""
6045
+
6028
6046
  msgid "pattern for container image names"
6029
6047
  msgstr ""
6030
6048
 
@@ -6046,12 +6064,6 @@ msgstr ""
6046
6064
  msgid "product numeric identifier"
6047
6065
  msgstr ""
6048
6066
 
6049
- msgid "puppet module ID"
6050
- msgstr ""
6051
-
6052
- msgid "puppet_module_ids is not an array"
6053
- msgstr ""
6054
-
6055
6067
  msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
6056
6068
  msgstr ""
6057
6069
 
@@ -6070,25 +6082,20 @@ msgstr ""
6070
6082
  msgid "repo label"
6071
6083
  msgstr ""
6072
6084
 
6073
- #, fuzzy
6074
6085
  msgid "repository ID"
6075
- msgstr "Repositórios"
6086
+ msgstr ""
6076
6087
 
6077
- #, fuzzy
6078
6088
  msgid "repository id"
6079
- msgstr "Repositórios"
6089
+ msgstr ""
6080
6090
 
6081
- #, fuzzy
6082
6091
  msgid "repository identifier"
6083
- msgstr "Repositórios"
6092
+ msgstr ""
6084
6093
 
6085
- #, fuzzy
6086
6094
  msgid "repository source url"
6087
- msgstr "Repositórios"
6095
+ msgstr ""
6088
6096
 
6089
- #, fuzzy
6090
6097
  msgid "repository url"
6091
- msgstr "Repositórios"
6098
+ msgstr ""
6092
6099
 
6093
6100
  msgid "repository_id"
6094
6101
  msgstr ""
@@ -6153,15 +6160,6 @@ msgstr ""
6153
6160
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
6154
6161
  msgstr ""
6155
6162
 
6156
- msgid "the id of the puppet module to associate"
6157
- msgstr ""
6158
-
6159
- msgid "the uuid of the puppet module to associate"
6160
- msgstr ""
6161
-
6162
- msgid "true if the export api is pulp3 ready and usable. This API is intended for use by hammer-cli only."
6163
- msgstr ""
6164
-
6165
6163
  msgid "true if the latest version of the component's content view is desired"
6166
6164
  msgstr ""
6167
6165
 
@@ -6204,9 +6202,6 @@ msgstr ""
6204
6202
  msgid "url not defined."
6205
6203
  msgstr ""
6206
6204
 
6207
- msgid "uuid of the puppet module"
6208
- msgstr ""
6209
-
6210
6205
  msgid "waiting for Candlepin to finish the task"
6211
6206
  msgstr ""
6212
6207
 
@@ -6216,6 +6211,15 @@ msgstr ""
6216
6211
  msgid "waiting for Pulp to start the task"
6217
6212
  msgstr ""
6218
6213
 
6214
+ msgid "whitespace-separated list of architectures to be synced from deb-archive"
6215
+ msgstr ""
6216
+
6217
+ msgid "whitespace-separated list of releases to be synced from deb-archive"
6218
+ msgstr ""
6219
+
6220
+ msgid "whitespace-separated list of repo components to be synced from deb-archive"
6221
+ msgstr ""
6222
+
6219
6223
  msgid "with"
6220
6224
  msgstr ""
6221
6225