katello 4.1.0.rc2.2 → 4.1.0

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 (141) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -1
  3. data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -1
  4. data/app/controllers/katello/api/v2/content_imports_controller.rb +2 -2
  5. data/app/controllers/katello/api/v2/errata_controller.rb +2 -23
  6. data/app/controllers/katello/api/v2/host_errata_controller.rb +5 -32
  7. data/app/controllers/katello/api/v2/host_packages_controller.rb +1 -1
  8. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +0 -1
  10. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -1
  11. data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +41 -0
  12. data/app/controllers/katello/remote_execution_controller.rb +5 -9
  13. data/app/lib/actions/candlepin/abstract_async_task.rb +9 -1
  14. data/app/lib/actions/katello/agent_action.rb +2 -0
  15. data/app/lib/actions/katello/applicability/repository/regenerate.rb +10 -10
  16. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  17. data/app/lib/actions/katello/host/upload_package_profile.rb +1 -6
  18. data/app/lib/actions/katello/host/upload_profiles.rb +2 -41
  19. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
  20. data/app/lib/actions/katello/repository/check_matching_content.rb +13 -14
  21. data/app/lib/actions/katello/repository/sync.rb +3 -14
  22. data/app/lib/actions/katello/repository/verify_checksum.rb +1 -1
  23. data/app/lib/actions/katello/sync_plan/run.rb +7 -2
  24. data/app/lib/actions/pulp3/content_guard/refresh.rb +6 -10
  25. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
  26. data/app/lib/actions/pulp3/repository/save_version.rb +1 -0
  27. data/app/lib/katello/errors.rb +1 -1
  28. data/app/lib/katello/event_daemon/monitor.rb +1 -0
  29. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +6 -10
  30. data/app/lib/katello/util/hostgroup_facets_helper.rb +126 -0
  31. data/app/models/katello/authorization/content_view.rb +5 -9
  32. data/app/models/katello/authorization/organization.rb +4 -4
  33. data/app/models/katello/concerns/hostgroup_extensions.rb +3 -1
  34. data/app/models/katello/concerns/pulp_database_unit.rb +42 -0
  35. data/app/models/katello/concerns/redhat_extensions.rb +18 -10
  36. data/app/models/katello/erratum.rb +0 -4
  37. data/app/models/katello/glue/pulp/repo.rb +0 -19
  38. data/app/models/katello/host/content_facet.rb +11 -20
  39. data/app/models/katello/host_available_module_stream.rb +4 -4
  40. data/app/models/katello/module_stream.rb +0 -4
  41. data/app/models/katello/ping.rb +2 -9
  42. data/app/models/katello/repository.rb +14 -4
  43. data/app/models/katello/root_repository.rb +4 -0
  44. data/app/models/katello/rpm.rb +0 -4
  45. data/app/services/cert/certs.rb +4 -0
  46. data/app/services/katello/applicable_host_queue.rb +2 -2
  47. data/app/services/katello/pulp/yum_metadata_file.rb +6 -2
  48. data/app/services/katello/pulp3/api/content_guard.rb +39 -5
  49. data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
  50. data/app/services/katello/pulp3/repository/yum.rb +1 -0
  51. data/app/services/katello/registration_manager.rb +4 -24
  52. data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +1 -0
  53. data/app/views/katello/api/v2/repository_sets/show.json.rabl +9 -5
  54. data/config/katello.yaml.example +0 -13
  55. data/config/routes/api/v2.rb +0 -1
  56. data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +15 -1
  57. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +18 -22
  58. data/db/migrate/20210512170039_add_repo_timestamps.rb +6 -0
  59. data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +11 -0
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +26 -27
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +1 -3
  62. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -5
  63. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html +1 -1
  64. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  65. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +7 -2
  66. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +5 -2
  67. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +1 -1
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +2 -2
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -2
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html +2 -2
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +5 -10
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -5
  75. data/lib/katello.rb +1 -1
  76. data/lib/katello/engine.rb +0 -2
  77. data/lib/katello/permission_creator.rb +7 -14
  78. data/lib/katello/plugin.rb +9 -0
  79. data/lib/katello/tasks/fix_hostgroup_facets.rake +8 -0
  80. data/lib/katello/tasks/upgrades/4.1/update_content_import_export_perms.rake +33 -0
  81. data/lib/katello/version.rb +1 -1
  82. data/locale/action_names.rb +39 -39
  83. data/locale/bn/katello.edit.po +114 -107
  84. data/locale/bn/katello.po +12 -6
  85. data/locale/cs/katello.edit.po +118 -115
  86. data/locale/cs/katello.po +12 -6
  87. data/locale/de/katello.edit.po +126 -136
  88. data/locale/de/katello.po +12 -6
  89. data/locale/en/katello.edit.po +114 -106
  90. data/locale/en/katello.po +12 -6
  91. data/locale/es/katello.edit.po +129 -165
  92. data/locale/es/katello.po +12 -6
  93. data/locale/fr/katello.edit.po +143 -247
  94. data/locale/fr/katello.po +13 -9
  95. data/locale/gu/katello.edit.po +114 -107
  96. data/locale/gu/katello.po +12 -6
  97. data/locale/hi/katello.edit.po +114 -107
  98. data/locale/hi/katello.po +12 -6
  99. data/locale/it/katello.edit.po +121 -131
  100. data/locale/it/katello.po +12 -6
  101. data/locale/ja/katello.edit.po +141 -229
  102. data/locale/ja/katello.po +13 -9
  103. data/locale/katello.pot +124 -114
  104. data/locale/kn/katello.edit.po +114 -107
  105. data/locale/kn/katello.po +12 -6
  106. data/locale/ko/katello.edit.po +126 -136
  107. data/locale/ko/katello.po +12 -6
  108. data/locale/mr/katello.edit.po +114 -107
  109. data/locale/mr/katello.po +12 -6
  110. data/locale/or/katello.edit.po +114 -107
  111. data/locale/or/katello.po +12 -6
  112. data/locale/pa/katello.edit.po +114 -107
  113. data/locale/pa/katello.po +12 -6
  114. data/locale/pt/katello.edit.po +114 -107
  115. data/locale/pt/katello.po +12 -6
  116. data/locale/pt_BR/katello.edit.po +129 -165
  117. data/locale/pt_BR/katello.po +12 -6
  118. data/locale/ru/katello.edit.po +126 -136
  119. data/locale/ru/katello.po +12 -6
  120. data/locale/ta/katello.edit.po +114 -107
  121. data/locale/ta/katello.po +12 -6
  122. data/locale/te/katello.edit.po +114 -107
  123. data/locale/te/katello.po +12 -6
  124. data/locale/zh_CN/katello.edit.po +140 -229
  125. data/locale/zh_CN/katello.po +13 -9
  126. data/locale/zh_TW/katello.edit.po +127 -153
  127. data/locale/zh_TW/katello.po +12 -6
  128. data/webpack/components/react-bootstrap-select/index.js +1 -1
  129. metadata +26 -18
  130. data/app/lib/actions/katello/host/generate_applicability.rb +0 -41
  131. data/app/lib/actions/katello/repository/import_applicability.rb +0 -25
  132. data/app/lib/actions/pulp/consumer.rb +0 -100
  133. data/app/lib/actions/pulp/consumer/create.rb +0 -19
  134. data/app/lib/actions/pulp/consumer/destroy.rb +0 -17
  135. data/app/lib/actions/pulp/consumer/generate_applicability.rb +0 -24
  136. data/app/lib/actions/pulp/consumer/update.rb +0 -20
  137. data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +0 -17
  138. data/app/models/katello/events/import_host_applicability.rb +0 -16
  139. data/app/services/katello/applicable_content_helper.rb +0 -111
  140. data/app/services/katello/pulp/consumer.rb +0 -83
  141. data/app/services/katello/pulp/consumer_group.rb +0 -95
data/locale/en/katello.po CHANGED
@@ -3131,6 +3131,9 @@ msgstr ""
3131
3131
  msgid "No manifest file uploaded"
3132
3132
  msgstr ""
3133
3133
 
3134
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
3135
+ msgstr ""
3136
+
3134
3137
  msgid "No matching content views found"
3135
3138
  msgstr ""
3136
3139
 
@@ -4402,10 +4405,13 @@ msgstr ""
4402
4405
  msgid "Source RPM"
4403
4406
  msgstr ""
4404
4407
 
4408
+ msgid "Specify an export chunk size less than 1_000_000 GB"
4409
+ msgstr ""
4410
+
4405
4411
  msgid "Specify the list of units in each repo"
4406
4412
  msgstr ""
4407
4413
 
4408
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
4414
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
4409
4415
  msgstr ""
4410
4416
 
4411
4417
  msgid "Stacking ID"
@@ -4735,11 +4741,6 @@ msgstr ""
4735
4741
  msgid "The following hosts have errata that apply to them: "
4736
4742
  msgstr ""
4737
4743
 
4738
- msgid ""
4739
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
4740
- " %{repos}"
4741
- msgstr ""
4742
-
4743
4744
  msgid ""
4744
4745
  "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"
4745
4746
  " %{repos}"
@@ -4766,6 +4767,11 @@ msgstr ""
4766
4767
  msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4767
4768
  msgstr ""
4768
4769
 
4770
+ msgid ""
4771
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
4772
+ " %{repos}"
4773
+ msgstr ""
4774
+
4769
4775
  msgid "The page you are attempting to access requires selecting a specific organization."
4770
4776
  msgstr ""
4771
4777
 
@@ -19,7 +19,6 @@ msgid ""
19
19
  msgstr ""
20
20
  "Project-Id-Version: katello 2.4.0-RC1\n"
21
21
  "Report-Msgid-Bugs-To: \n"
22
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
23
22
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
24
23
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
25
24
  "Language-Team: Spanish (https://www.transifex.com/foreman/teams/114/es/)\n"
@@ -518,7 +517,7 @@ msgid "Destination Server name"
518
517
  msgstr ""
519
518
 
520
519
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:11 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:31 ../app/controllers/katello/api/v2/content_exports_controller.rb:32 ../app/controllers/katello/api/v2/content_exports_controller.rb:48
521
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
520
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
522
521
  msgstr ""
523
522
 
524
523
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
@@ -3613,11 +3612,11 @@ msgstr ""
3613
3612
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3614
3613
  msgstr ""
3615
3614
 
3616
- #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:17
3615
+ #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:23
3617
3616
  msgid "Create"
3618
3617
  msgstr "Crear"
3619
3618
 
3620
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3619
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3621
3620
  msgid "Delete Activation Key"
3622
3621
  msgstr "Borrar llave de activación"
3623
3622
 
@@ -3633,11 +3632,11 @@ msgstr "No se han retirado paquetes"
3633
3632
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3634
3633
  msgstr "El host no respondió en %s segundos. La tarea se ha cancelado. ¿katello-agent está instalado y goferd se está ejecutando en el host?"
3635
3634
 
3636
- #: ../app/lib/actions/katello/agent_action.rb:86
3635
+ #: ../app/lib/actions/katello/agent_action.rb:90
3637
3636
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3638
3637
  msgstr "El host no terminó la acción de contenido en %s segundos. La tarea se ha cancelado."
3639
3638
 
3640
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3639
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3641
3640
  msgid "Generate host applicability"
3642
3641
  msgstr "Generar la aplicabilidad del host"
3643
3642
 
@@ -3645,15 +3644,15 @@ msgstr "Generar la aplicabilidad del host"
3645
3644
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3646
3645
  msgstr ""
3647
3646
 
3648
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3647
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3649
3648
  msgid "Bulk generate applicability for hosts"
3650
3649
  msgstr "Generar a gran escala la aplicabilidad para los hosts"
3651
3650
 
3652
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3651
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3653
3652
  msgid "Generate repository applicability"
3654
3653
  msgstr "Generar la aplicabilidad del repositorio"
3655
3654
 
3656
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3655
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3657
3656
  msgid "Synchronize smart proxy"
3658
3657
  msgstr "Sincronizar proxy inteligente"
3659
3658
 
@@ -3665,7 +3664,7 @@ msgstr "Acción no permitida para el proxy inteligente por defecto"
3665
3664
  msgid "Sync Content View on Smart Proxy(ies)"
3666
3665
  msgstr "Sincronizar la vista del contenido en proxies inteligentes"
3667
3666
 
3668
- #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:16
3667
+ #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:22
3669
3668
  msgid "Delete"
3670
3669
  msgstr "Borrar"
3671
3670
 
@@ -3717,7 +3716,7 @@ msgstr "Contenido agregado:"
3717
3716
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3718
3717
  msgstr "No se puede promover entorno de la secuencia. Use force para evitar la restricción"
3719
3718
 
3720
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3719
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3721
3720
  msgid "Promotion to Environment"
3722
3721
  msgstr "Promoción al entorno"
3723
3722
 
@@ -3729,7 +3728,7 @@ msgstr "La etiqueta del repositorio \"%s\" no está asociada a la vista del cont
3729
3728
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3730
3729
  msgstr "La vista de contenido tiene la etiqueta de repositorio '%s' que no está especificada en el parámetro repos_units."
3731
3730
 
3732
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3731
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3733
3732
  msgid "Publish"
3734
3733
  msgstr "Publicar"
3735
3734
 
@@ -3741,7 +3740,7 @@ msgstr "Autopublicación - activada por '%s'"
3741
3740
  msgid "Cannot delete version while it is in environment %s"
3742
3741
  msgstr "No se puede eliminar una versión cuando esté en el entorno %s"
3743
3742
 
3744
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3743
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3745
3744
  msgid "Remove Versions and Associations"
3746
3745
  msgstr "Retirar versiones y asociaciones"
3747
3746
 
@@ -3761,7 +3760,7 @@ msgstr "No se pueden reasignar activation_keys. Compruebe activation_key_content
3761
3760
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3762
3761
  msgstr "No se puede retirar vista de contenido del entorno. La vista de contenido '%{view}' no está en entorno de ciclo de vida '%{env}'."
3763
3762
 
3764
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3763
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3765
3764
  msgid "Remove from Environment"
3766
3765
  msgstr "Retirar del entorno"
3767
3766
 
@@ -3773,7 +3772,7 @@ msgstr "Eliminar versión"
3773
3772
  msgid "Create Repositories"
3774
3773
  msgstr "Crear repositorios"
3775
3774
 
3776
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3775
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3777
3776
  msgid "Export"
3778
3777
  msgstr "Exportar"
3779
3778
 
@@ -3781,15 +3780,15 @@ msgstr "Exportar"
3781
3780
  msgid "Content view not provided in the metadata"
3782
3781
  msgstr ""
3783
3782
 
3784
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3783
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3785
3784
  msgid "Import Content View Version"
3786
3785
  msgstr ""
3787
3786
 
3788
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3787
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3789
3788
  msgid "Import Default Content View"
3790
3789
  msgstr ""
3791
3790
 
3792
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3791
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3793
3792
  msgid "Incremental Update"
3794
3793
  msgstr "Actualización incremental"
3795
3794
 
@@ -3813,15 +3812,15 @@ msgstr "No hay versión de vista de contenido %{component} ya existe como un com
3813
3812
  msgid "Republish Repositories of %{name} %{version}"
3814
3813
  msgstr "Volver a publicar repositorios de %{name} %{version}"
3815
3814
 
3816
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3815
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3817
3816
  msgid "Republish Version Repositories"
3818
3817
  msgstr "Volver a publicar repositorios de la versión"
3819
3818
 
3820
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3819
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3821
3820
  msgid "Delete Lifecycle Environment"
3822
3821
  msgstr "Borrar entorno del ciclo de vida"
3823
3822
 
3824
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3823
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3825
3824
  msgid "Publish Lifecycle Environment Repositories"
3826
3825
  msgstr "Publicar repositorios del entorno de ciclo de vida"
3827
3826
 
@@ -3837,7 +3836,7 @@ msgstr "Adjuntar suscripciones a %s"
3837
3836
  msgid "Unknown"
3838
3837
  msgstr "Desconocido"
3839
3838
 
3840
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3839
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3841
3840
  msgid "Attach subscriptions"
3842
3841
  msgstr "Adjuntar suscripciones"
3843
3842
 
@@ -3845,7 +3844,7 @@ msgstr "Adjuntar suscripciones"
3845
3844
  msgid "Destroy Content Host %s"
3846
3845
  msgstr "Destruir host de contenido %s"
3847
3846
 
3848
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3847
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3849
3848
  msgid "Destroy Content Host"
3850
3849
  msgstr "Destruir host de contenido"
3851
3850
 
@@ -3857,7 +3856,7 @@ msgstr "Se debe proporcionar errata_ids o update_all"
3857
3856
  msgid "No applicable errata for %s, skipping"
3858
3857
  msgstr "No hay erratas aplicables para %s, salteando"
3859
3858
 
3860
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3859
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3861
3860
  msgid "Install Applicable Errata"
3862
3861
  msgstr "Instalación de erratas aplicables"
3863
3862
 
@@ -3949,7 +3948,7 @@ msgstr "Estado de actualización de errores para %s: "
3949
3948
  msgid "Remove subscriptions from %s"
3950
3949
  msgstr "Eliminar suscripciones de %s"
3951
3950
 
3952
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3951
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3953
3952
  msgid "Remove subscriptions"
3954
3953
  msgstr "Eliminar suscripciones"
3955
3954
 
@@ -3961,7 +3960,7 @@ msgstr "Este host no está registrado actualmente en el gestor de suscripciones.
3961
3960
  msgid "Update Content Overrides to %s"
3962
3961
  msgstr "Actualizar anulaciones de contenidos para %s"
3963
3962
 
3964
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3963
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3965
3964
  msgid "Update Content Overrides"
3966
3965
  msgstr "Actualizar anulaciones de contenidos"
3967
3966
 
@@ -3981,7 +3980,7 @@ msgstr "Actualizar para host %s"
3981
3980
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3982
3981
  msgstr "No se puede asignar al host %{name} la versión de lanzamiento %{release_version}."
3983
3982
 
3984
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3983
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3985
3984
  msgid "Update release version for host"
3986
3985
  msgstr "Actualizar versión de lanzamiento para el host"
3987
3986
 
@@ -3993,7 +3992,7 @@ msgstr "Actualizar versión de lanzamiento para el host %s"
3993
3992
  msgid "Updating System Purpose for host %s"
3994
3993
  msgstr ""
3995
3994
 
3996
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3995
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3997
3996
  msgid "Updating System Purpose for host"
3998
3997
  msgstr ""
3999
3998
 
@@ -4001,7 +4000,7 @@ msgstr ""
4001
4000
  msgid "Package Profile Update for %s"
4002
4001
  msgstr "Actualización de perfil del paquete para %s"
4003
4002
 
4004
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
4003
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
4005
4004
  msgid "Package Profile Update"
4006
4005
  msgstr "Actualización de perfil del paquete"
4007
4006
 
@@ -4009,11 +4008,11 @@ msgstr "Actualización de perfil del paquete"
4009
4008
  msgid "Combined Profile Update for %s"
4010
4009
  msgstr "Actualización de perfil combinado para %s"
4011
4010
 
4012
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
4011
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4013
4012
  msgid "Combined Profile Update"
4014
4013
  msgstr "Actualización de perfil combinado"
4015
4014
 
4016
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4015
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4017
4016
  msgid "Destroy"
4018
4017
  msgstr "Destruir"
4019
4018
 
@@ -4053,7 +4052,7 @@ msgstr "Habilitar el acceso a contenido simple"
4053
4052
  msgid "Cannot delete redhat product content"
4054
4053
  msgstr "No se puede borrar el contenido del producto de redhat"
4055
4054
 
4056
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4055
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4057
4056
  msgid "Product Create"
4058
4057
  msgstr "Crear producto"
4059
4058
 
@@ -4065,7 +4064,7 @@ msgstr "No se puede eliminar el producto de Red Hat: %{product}"
4065
4064
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4066
4065
  msgstr "No se puede borrar el producto con los repositorios publicados en una vista de contenido. Producto: %{product}, %{view_versions}"
4067
4066
 
4068
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4067
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4069
4068
  msgid "Delete Product"
4070
4069
  msgstr "Borrar producto"
4071
4070
 
@@ -4081,7 +4080,7 @@ msgstr "No se puede borrar el proveedor de Red Hat"
4081
4080
  msgid "Cannot delete provider with attached products"
4082
4081
  msgstr "No se puede borrar proveedor con productos vinculados"
4083
4082
 
4084
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4083
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4085
4084
  msgid "Update"
4086
4085
  msgstr "Actualizar"
4087
4086
 
@@ -4097,7 +4096,7 @@ msgstr "No se puede publicar un compuesto con nombres de archivos rpm"
4097
4096
  msgid "Cannot publish a link repository if multiple component clones are specified"
4098
4097
  msgstr "No se puede publicar un repositorio de enlaces si se especifican varios clones de componentes"
4099
4098
 
4100
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4099
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4101
4100
  msgid "Delete Package Group"
4102
4101
  msgstr "Eliminar grupo de paquete"
4103
4102
 
@@ -4109,7 +4108,7 @@ msgstr "No se puede exportar, la configuración de 'pulp_export_destination' no
4109
4108
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4110
4109
  msgstr ""
4111
4110
 
4112
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4111
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4113
4112
  msgid "Upload into"
4114
4113
  msgstr "Cargar a "
4115
4114
 
@@ -4121,7 +4120,7 @@ msgstr "No se puede eliminar el contenido desde un repositorio no personalizado"
4121
4120
  msgid "Can only remove content from within the Default Content View"
4122
4121
  msgstr "No se puede retirar el contenido desde dentro de la vista de contenido predeterminada"
4123
4122
 
4124
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4123
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4125
4124
  msgid "Remove Content"
4126
4125
  msgstr "Borrar contenido"
4127
4126
 
@@ -4145,19 +4144,19 @@ msgstr "Sincronizar: validar el contenido"
4145
4144
  msgid "Synchronize: Skip Metadata Check"
4146
4145
  msgstr "Sincronizar: saltar la comprobación de los metadatos"
4147
4146
 
4148
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4147
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4149
4148
  msgid "Synchronize"
4150
4149
  msgstr "Sincronizar"
4151
4150
 
4152
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4151
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4153
4152
  msgid "Upload errata into"
4154
4153
  msgstr "Cargar errata en"
4155
4154
 
4156
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4155
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4157
4156
  msgid "Create Package Group"
4158
4157
  msgstr "Crear grupo de paquete"
4159
4158
 
4160
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4159
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4161
4160
  msgid "Disable"
4162
4161
  msgstr "Deshabilitar"
4163
4162
 
@@ -4165,7 +4164,7 @@ msgstr "Deshabilitar"
4165
4164
  msgid "Repository not found"
4166
4165
  msgstr "No se encontraron repositorios"
4167
4166
 
4168
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4167
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4169
4168
  msgid "Enable"
4170
4169
  msgstr "Habilitar"
4171
4170
 
@@ -4173,7 +4172,7 @@ msgstr "Habilitar"
4173
4172
  msgid "The repository is already enabled"
4174
4173
  msgstr "El repositorio ya está habilitado"
4175
4174
 
4176
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4175
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4177
4176
  msgid "Run Sync Plan:"
4178
4177
  msgstr "Ejecutar el plan de sincronización:"
4179
4178
 
@@ -4335,15 +4334,15 @@ msgstr ""
4335
4334
  msgid "Group %{id} already created."
4336
4335
  msgstr "Grupo %{id} ya ha sido creado."
4337
4336
 
4338
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4337
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4339
4338
  msgid "Create Export History"
4340
4339
  msgstr ""
4341
4340
 
4342
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4341
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4343
4342
  msgid "Create Import History"
4344
4343
  msgstr ""
4345
4344
 
4346
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4345
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4347
4346
  msgid "Export Library"
4348
4347
  msgstr ""
4349
4348
 
@@ -4353,7 +4352,7 @@ msgid ""
4353
4352
  " %{repos}"
4354
4353
  msgstr ""
4355
4354
 
4356
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4355
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4357
4356
  msgid "Import"
4358
4357
  msgstr "Importar"
4359
4358
 
@@ -4413,7 +4412,7 @@ msgstr "La organización actual no tiene ningún manifiesto importado."
4413
4412
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4414
4413
  msgstr "El manifiesto de suscripción de esta organización ha caducado. Importe un nuevo manifiesto."
4415
4414
 
4416
- #: ../app/lib/katello/http_resource.rb:93 ../app/lib/katello/http_resource.rb:107 ../app/lib/katello/http_resource.rb:121 ../app/lib/katello/http_resource.rb:135
4415
+ #: ../app/lib/katello/http_resource.rb:83 ../app/lib/katello/http_resource.rb:97 ../app/lib/katello/http_resource.rb:111 ../app/lib/katello/http_resource.rb:125
4417
4416
  msgid "A backend service [ %s ] is unreachable"
4418
4417
  msgstr "No se puede acceder a un servicio de segundo plano [ %s ]"
4419
4418
 
@@ -6369,47 +6368,55 @@ msgstr "Problema de conexión de bus de mensaje de Pulp."
6369
6368
  msgid "Failed indexing errata, maximum retries encountered"
6370
6369
  msgstr "Se produjo un error al indexar los datos, se encontró una cantidad máxima de reintentos."
6371
6370
 
6372
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6371
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6372
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6373
+ msgstr ""
6374
+
6375
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6373
6376
  msgid ""
6374
6377
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories. Once synced republish the content view and export the generated version. \n"
6375
6378
  " %{repos}"
6376
6379
  msgstr ""
6377
6380
 
6378
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6381
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6379
6382
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6380
6383
  msgstr ""
6381
6384
 
6382
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6385
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6383
6386
  msgid "Product: '%{product}', Repository: '%{repository}'"
6384
6387
  msgstr ""
6385
6388
 
6386
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6389
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6387
6390
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6388
6391
  msgstr ""
6389
6392
 
6390
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6393
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6391
6394
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6392
6395
  msgstr ""
6393
6396
 
6394
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6397
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6398
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6399
+ msgstr ""
6400
+
6401
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6395
6402
  msgid ""
6396
6403
  "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"
6397
6404
  " %{repos}"
6398
6405
  msgstr ""
6399
6406
 
6400
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6407
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6401
6408
  msgid ""
6402
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
6409
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6403
6410
  " %{repos}"
6404
6411
  msgstr ""
6405
6412
 
6406
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6413
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6407
6414
  msgid ""
6408
6415
  "\n"
6409
6416
  "* Product = '%{product}', Repository = '%{repository}'"
6410
6417
  msgstr ""
6411
6418
 
6412
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6419
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6413
6420
  msgid "Unable to find product '%s' in organization '%s'"
6414
6421
  msgstr ""
6415
6422
 
@@ -8197,157 +8204,114 @@ msgstr "La suscripción no se puede encontrar en canal ascendente"
8197
8204
  msgid "The subscription is no longer available"
8198
8205
  msgstr "La suscripción ya no está disponible"
8199
8206
 
8200
- #: action_names.rb:4
8201
- msgid "Instance update"
8202
- msgstr "Actualización de instancia"
8207
+ #: action_names.rb:2
8208
+ msgid "Remote action:"
8209
+ msgstr "Acción remota:"
8203
8210
 
8204
8211
  #: action_names.rb:5
8205
- msgid "Index package groups"
8206
- msgstr "Grupos de paquete del índice"
8212
+ msgid "Copy version units to library"
8213
+ msgstr ""
8214
+
8215
+ #: action_names.rb:11
8216
+ msgid "Verify checksum"
8217
+ msgstr ""
8218
+
8219
+ #: action_names.rb:14
8220
+ msgid "Update http proxy details"
8221
+ msgstr "Actualizar los detalles del proxy http"
8222
+
8223
+ #: action_names.rb:17
8224
+ msgid "Instance update"
8225
+ msgstr "Actualización de instancia"
8207
8226
 
8208
- #: action_names.rb:6
8227
+ #: action_names.rb:18
8209
8228
  msgid "Index module streams"
8210
8229
  msgstr "Secuencias del módulo de índice"
8211
8230
 
8212
- #: action_names.rb:7
8213
- msgid "Index errata"
8214
- msgstr "Erratas de índice"
8215
-
8216
- #: action_names.rb:8
8231
+ #: action_names.rb:19
8217
8232
  msgid "Index content"
8218
8233
  msgstr "Contenido del índice"
8219
8234
 
8220
- #: action_names.rb:10
8221
- msgid "Filtered index content"
8222
- msgstr "Contenido del índice filtrado"
8223
-
8224
- #: action_names.rb:11
8235
+ #: action_names.rb:20
8225
8236
  msgid "Fetch pxe files"
8226
8237
  msgstr "Buscar archivos pxe"
8227
8238
 
8228
- #: action_names.rb:13
8239
+ #: action_names.rb:21
8229
8240
  msgid "Errata mail"
8230
8241
  msgstr "Correo de erratas"
8231
8242
 
8232
- #: action_names.rb:14
8233
- msgid "Discover"
8234
- msgstr "Descubrir"
8235
-
8236
- #: action_names.rb:19
8243
+ #: action_names.rb:24
8237
8244
  msgid "Update http proxy"
8238
8245
  msgstr "Actualizar el proxy http"
8239
8246
 
8240
- #: action_names.rb:20
8241
- msgid "Reindex subscriptions"
8242
- msgstr "Reindexar suscripciones"
8243
-
8244
- #: action_names.rb:31
8245
- msgid "Hypervisors update"
8246
- msgstr "Actualización de hipervisores"
8247
-
8248
- #: action_names.rb:32
8247
+ #: action_names.rb:30
8249
8248
  msgid "Hypervisors"
8250
8249
  msgstr "Hipervisores"
8251
8250
 
8252
- #: action_names.rb:35
8251
+ #: action_names.rb:32
8253
8252
  msgid "Auto attach subscriptions"
8254
8253
  msgstr "Autoagregar suscripciones"
8255
8254
 
8256
- #: action_names.rb:48
8255
+ #: action_names.rb:41
8257
8256
  msgid "Promote"
8258
8257
  msgstr "Promover"
8259
8258
 
8260
- #: action_names.rb:49
8261
- msgid "Remote action:"
8262
- msgstr "Acción remota:"
8263
-
8264
- #: action_names.rb:50
8265
- msgid "Incremental Update of Content View Version(s) "
8266
- msgstr "Actualización gradual de versiones de la vista de contenido"
8259
+ #: action_names.rb:52
8260
+ msgid "Hypervisors update"
8261
+ msgstr "Actualización de hipervisores"
8267
8262
 
8268
- #: action_names.rb:51
8269
- msgid "Sync capsule"
8270
- msgstr "Cápsula de sincronización"
8263
+ #: action_names.rb:55
8264
+ msgid "Update content urls"
8265
+ msgstr "Actualizar los URL de contenido"
8271
8266
 
8272
- #: action_names.rb:56
8273
- msgid "Agent action"
8274
- msgstr ""
8267
+ #: action_names.rb:57
8268
+ msgid "Reindex subscriptions"
8269
+ msgstr "Reindexar suscripciones"
8275
8270
 
8276
8271
  #: action_names.rb:58
8277
- msgid "Abstract async task"
8278
- msgstr "Tarea de sincronización abstracta"
8272
+ msgid "Update redhat repository"
8273
+ msgstr "Actualizar el repositorio de redhat"
8279
8274
 
8280
8275
  #: action_names.rb:59
8281
- msgid "Import Puppet classes"
8282
- msgstr "Importar clases Puppet"
8276
+ msgid "Filtered index content"
8277
+ msgstr "Contenido del índice filtrado"
8283
8278
 
8284
8279
  #: action_names.rb:60
8285
- msgid "Import facts"
8286
- msgstr "Importar datos"
8280
+ msgid "Index errata"
8281
+ msgstr "Erratas de índice"
8287
8282
 
8288
8283
  #: action_names.rb:61
8289
- msgid "Action with sub plans"
8290
- msgstr "Acción con subplanes"
8284
+ msgid "Index package groups"
8285
+ msgstr "Grupos de paquete del índice"
8286
+
8287
+ #: action_names.rb:63
8288
+ msgid "Discover"
8289
+ msgstr "Descubrir"
8291
8290
 
8292
8291
  #: action_names.rb:64
8293
- msgid "Copy version units to library"
8294
- msgstr ""
8292
+ msgid "Incremental Update of Content View Version(s) "
8293
+ msgstr "Actualización gradual de versiones de la vista de contenido"
8295
8294
 
8296
- #: action_names.rb:70
8297
- msgid "Verify checksum"
8295
+ #: action_names.rb:67
8296
+ msgid "Abstract async task"
8297
+ msgstr "Tarea de sincronización abstracta"
8298
+
8299
+ #: action_names.rb:68
8300
+ msgid "Sync capsule"
8301
+ msgstr "Cápsula de sincronización"
8302
+
8303
+ #: action_names.rb:72
8304
+ msgid "Agent action"
8298
8305
  msgstr ""
8299
8306
 
8300
8307
  #: action_names.rb:73
8301
- msgid "Update redhat repository"
8302
- msgstr "Actualizar el repositorio de redhat"
8308
+ msgid "Import Puppet classes"
8309
+ msgstr "Importar clases Puppet"
8303
8310
 
8304
8311
  #: action_names.rb:74
8305
- msgid "Update http proxy details"
8306
- msgstr "Actualizar los detalles del proxy http"
8312
+ msgid "Import facts"
8313
+ msgstr "Importar datos"
8307
8314
 
8308
8315
  #: action_names.rb:75
8309
- msgid "Update content urls"
8310
- msgstr "Actualizar los URL de contenido"
8311
-
8312
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:52
8313
- #~ msgid "Schedule errata for installation"
8314
- #~ msgstr "Programar erratas para la instalación"
8315
-
8316
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:30
8317
- #~ msgid "Install packages remotely"
8318
- #~ msgstr "Instalar paquetes de forma remota"
8319
-
8320
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:48
8321
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:59
8322
- #~ msgid "Update packages remotely"
8323
- #~ msgstr "Actualizar paquetes de forma remota"
8324
-
8325
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:66
8326
- #~ msgid "Uninstall packages remotely"
8327
- #~ msgstr "Desinstalar paquetes de forma remota"
8328
-
8329
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:118
8330
- #~ msgid "Install content on one or more hosts"
8331
- #~ msgstr "Instalar contenido en uno o más hosts"
8332
-
8333
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:128
8334
- #~ msgid "Update content on one or more hosts"
8335
- #~ msgstr "Actualizar el contenido en uno o más hosts"
8336
-
8337
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:139
8338
- #~ msgid "Remove content on one or more hosts"
8339
- #~ msgstr "Eliminar el contenido de uno o más hosts"
8340
-
8341
- #: ../app/models/katello/root_repository.rb:141
8342
- #~ msgid ""
8343
- #~ "Cannot sync file:// repositories with On Demand or Background Download Policie"
8344
- #~ "s"
8345
- #~ msgstr ""
8346
- #~ "No se pueden sincronizar los repositorios de file:// con las políticas de desc"
8347
- #~ "arga en segundo plano o bajo demanda"
8348
-
8349
- #: ../app/models/setting/content.rb:115
8350
- #~ msgid "If set to true, use the remote execution over katello-agent for remote actions"
8351
- #~ msgstr ""
8352
- #~ "Si se establece en verdadero, use la ejecución remota sobre katello-agent para"
8353
- #~ " acciones remotas"
8316
+ msgid "Action with sub plans"
8317
+ msgstr "Acción con subplanes"