katello 4.12.0 → 4.13.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 (239) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -1
  3. data/app/assets/javascripts/katello/locale/bn/katello.js +3365 -3350
  4. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +3136 -3121
  5. data/app/assets/javascripts/katello/locale/ca/katello.js +3588 -3576
  6. data/app/assets/javascripts/katello/locale/cs/katello.js +3499 -3487
  7. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +4186 -4186
  8. data/app/assets/javascripts/katello/locale/de/katello.js +5553 -5562
  9. data/app/assets/javascripts/katello/locale/de_AT/katello.js +3008 -2993
  10. data/app/assets/javascripts/katello/locale/de_DE/katello.js +3066 -3051
  11. data/app/assets/javascripts/katello/locale/el/katello.js +3376 -3370
  12. data/app/assets/javascripts/katello/locale/en/katello.js +3008 -2993
  13. data/app/assets/javascripts/katello/locale/en_GB/katello.js +3076 -3073
  14. data/app/assets/javascripts/katello/locale/en_US/katello.js +3008 -2993
  15. data/app/assets/javascripts/katello/locale/es/katello.js +5366 -5372
  16. data/app/assets/javascripts/katello/locale/et_EE/katello.js +3008 -2993
  17. data/app/assets/javascripts/katello/locale/fr/katello.js +5975 -5984
  18. data/app/assets/javascripts/katello/locale/gl/katello.js +3125 -3113
  19. data/app/assets/javascripts/katello/locale/gu/katello.js +3119 -3104
  20. data/app/assets/javascripts/katello/locale/he_IL/katello.js +3020 -3005
  21. data/app/assets/javascripts/katello/locale/hi/katello.js +3137 -3122
  22. data/app/assets/javascripts/katello/locale/id/katello.js +3008 -2993
  23. data/app/assets/javascripts/katello/locale/it/katello.js +4469 -4466
  24. data/app/assets/javascripts/katello/locale/ja/katello.js +5969 -5978
  25. data/app/assets/javascripts/katello/locale/ka/katello.js +5649 -5652
  26. data/app/assets/javascripts/katello/locale/kn/katello.js +3136 -3121
  27. data/app/assets/javascripts/katello/locale/ko/katello.js +4717 -4720
  28. data/app/assets/javascripts/katello/locale/locale/katello.js +1050 -1084
  29. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +3008 -2993
  30. data/app/assets/javascripts/katello/locale/mr/katello.js +3136 -3121
  31. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +3116 -3101
  32. data/app/assets/javascripts/katello/locale/or/katello.js +3137 -3122
  33. data/app/assets/javascripts/katello/locale/pa/katello.js +3136 -3121
  34. data/app/assets/javascripts/katello/locale/pl/katello.js +3210 -3195
  35. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +3008 -2993
  36. data/app/assets/javascripts/katello/locale/pt/katello.js +3009 -2994
  37. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +5362 -5368
  38. data/app/assets/javascripts/katello/locale/ro/katello.js +3008 -2993
  39. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +3008 -2993
  40. data/app/assets/javascripts/katello/locale/ru/katello.js +4638 -4641
  41. data/app/assets/javascripts/katello/locale/sl/katello.js +3051 -3036
  42. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +3156 -3144
  43. data/app/assets/javascripts/katello/locale/ta/katello.js +3365 -3350
  44. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +3121 -3106
  45. data/app/assets/javascripts/katello/locale/te/katello.js +3136 -3121
  46. data/app/assets/javascripts/katello/locale/tr/katello.js +3025 -3010
  47. data/app/assets/javascripts/katello/locale/vi/katello.js +3008 -2993
  48. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +3008 -2993
  49. data/app/assets/javascripts/katello/locale/zh/katello.js +3008 -2993
  50. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +5968 -5977
  51. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +4694 -4697
  52. data/app/assets/javascripts/katello/sync_management/sync_management.js +1 -0
  53. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +51 -124
  54. data/app/controllers/katello/api/rhsm/candlepin_dynflow_proxy_controller.rb +12 -20
  55. data/app/controllers/katello/api/v2/activation_keys_controller.rb +10 -4
  56. data/app/controllers/katello/api/v2/capsule_content_controller.rb +24 -0
  57. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +9 -2
  58. data/app/controllers/katello/api/v2/debs_controller.rb +1 -1
  59. data/app/controllers/katello/api/v2/errata_controller.rb +1 -1
  60. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +12 -4
  61. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +3 -3
  62. data/app/controllers/katello/api/v2/organizations_controller.rb +0 -11
  63. data/app/controllers/katello/api/v2/packages_controller.rb +1 -1
  64. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +1 -1
  65. data/app/controllers/katello/api/v2/repositories_controller.rb +18 -12
  66. data/app/controllers/katello/api/v2/repository_sets_controller.rb +2 -1
  67. data/app/controllers/katello/api/v2/simple_content_access_controller.rb +9 -22
  68. data/app/controllers/katello/concerns/api/v2/authorization.rb +1 -1
  69. data/app/helpers/katello/katello_urls_helper.rb +26 -1
  70. data/app/helpers/katello/subscription_mailer_helper.rb +1 -1
  71. data/app/jobs/create_manifest_expire_soon_warning_notifications.rb +11 -0
  72. data/app/lib/actions/candlepin/owner/regenerate_upstream_identity_cert.rb +21 -0
  73. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  74. data/app/lib/actions/katello/capsule_content/verify_checksum.rb +75 -0
  75. data/app/lib/actions/katello/content_view/promote.rb +1 -1
  76. data/app/lib/actions/katello/content_view/publish.rb +1 -1
  77. data/app/lib/actions/katello/content_view_version/verify_checksum.rb +29 -0
  78. data/app/lib/actions/katello/host/hypervisors_update.rb +1 -0
  79. data/app/lib/actions/katello/host/update_content_view.rb +2 -2
  80. data/app/lib/actions/katello/organization/manifest_import.rb +5 -0
  81. data/app/lib/actions/katello/organization/manifest_refresh.rb +3 -0
  82. data/app/lib/actions/katello/repository/metadata_generate.rb +7 -1
  83. data/app/lib/actions/katello/repository/remove_content.rb +1 -0
  84. data/app/lib/actions/katello/repository/sync.rb +2 -1
  85. data/app/lib/actions/katello/repository/upload_files.rb +1 -0
  86. data/app/lib/actions/pulp3/capsule_content/verify_checksum.rb +27 -0
  87. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +7 -9
  88. data/app/lib/actions/pulp3/orchestration/content_view_version/syncable_export.rb +5 -4
  89. data/app/lib/katello/concerns/base_template_scope_extensions.rb +7 -2
  90. data/app/lib/katello/errors.rb +4 -0
  91. data/app/lib/katello/http_resource.rb +6 -1
  92. data/app/lib/katello/resources/candlepin/consumer.rb +1 -1
  93. data/app/lib/katello/resources/candlepin/upstream_consumer.rb +18 -6
  94. data/app/lib/katello/resources/candlepin/upstream_job.rb +1 -1
  95. data/app/lib/katello/resources/registry.rb +25 -0
  96. data/app/mailers/katello/subscription_mailer.rb +3 -6
  97. data/app/models/katello/candlepin/repository_mapper.rb +1 -1
  98. data/app/models/katello/concerns/organization_extensions.rb +42 -3
  99. data/app/models/katello/content_view.rb +28 -0
  100. data/app/models/katello/content_view_environment_content_facet.rb +4 -2
  101. data/app/models/katello/glue/provider.rb +19 -12
  102. data/app/models/katello/glue/pulp/repos.rb +3 -8
  103. data/app/models/katello/host/content_facet.rb +1 -1
  104. data/app/models/katello/host/subscription_facet.rb +1 -1
  105. data/app/models/katello/host_collection.rb +12 -3
  106. data/app/models/katello/ping.rb +1 -1
  107. data/app/models/katello/repository.rb +33 -0
  108. data/app/models/katello/root_repository.rb +0 -4
  109. data/app/services/katello/content_unit_indexer.rb +9 -0
  110. data/app/services/katello/pulp3/alternate_content_source.rb +4 -6
  111. data/app/services/katello/pulp3/api/core.rb +13 -0
  112. data/app/services/katello/pulp3/api/yum.rb +11 -0
  113. data/app/services/katello/pulp3/docker_manifest.rb +5 -1
  114. data/app/services/katello/pulp3/repository/generic.rb +1 -1
  115. data/app/services/katello/pulp3/repository.rb +26 -6
  116. data/app/services/katello/pulp3/repository_mirror.rb +13 -12
  117. data/app/services/katello/pulp3/service_common.rb +2 -10
  118. data/app/services/katello/pulp3/smart_proxy_repository.rb +0 -2
  119. data/app/services/katello/ui_notifications/subscriptions/manifest_expire_soon_warning.rb +75 -0
  120. data/app/views/foreman/job_templates/update_package_-_katello_ansible_default.erb +5 -1
  121. data/app/views/foreman/job_templates/update_packages_by_search_query_-_katello_ansible_default.erb +2 -2
  122. data/app/views/foreman/job_templates/upload_profile.erb +16 -0
  123. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +9 -0
  124. data/app/views/katello/api/v2/docker_manifests/show.json.rabl +1 -0
  125. data/app/views/katello/api/v2/hosts/host_collections.json.rabl +5 -1
  126. data/app/views/katello/api/v2/organizations/show.json.rabl +9 -1
  127. data/app/views/katello/hosts/_errata_counts.html.erb +1 -1
  128. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +1 -1
  129. data/app/views/overrides/activation_keys/_host_media_type_select.html.erb +15 -5
  130. data/app/views/overrides/activation_keys/_host_tab_pane.html.erb +1 -29
  131. data/config/routes/api/registry.rb +4 -8
  132. data/config/routes/api/v2.rb +2 -0
  133. data/db/migrate/20240423112842_add_fields_to_katello_docker_manifest.rb +8 -0
  134. data/db/migrate/20240502192021_change_katello_repository_rpms_id_seq_to_big_int.rb +9 -0
  135. data/db/seeds.d/109-katello-notification-blueprints.rb +6 -0
  136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-repository-sets.controller.js +3 -3
  137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html +2 -1
  138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-repository-sets.controller.js +3 -3
  139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +0 -15
  140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +8 -6
  141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +12 -10
  142. data/lib/katello/permission_creator.rb +3 -3
  143. data/lib/katello/permissions/registry_permissions.rb +4 -7
  144. data/lib/katello/plugin.rb +10 -9
  145. data/lib/katello/repository_types/ostree.rb +7 -0
  146. data/lib/katello/scheduled_jobs.rb +7 -1
  147. data/lib/katello/tasks/clean_backend_objects.rake +1 -1
  148. data/lib/katello/tasks/repository.rake +22 -0
  149. data/lib/katello/version.rb +1 -1
  150. data/locale/action_names.rb +4 -3
  151. data/locale/bn/katello.po +166 -151
  152. data/locale/bn_IN/katello.po +166 -151
  153. data/locale/ca/katello.po +166 -151
  154. data/locale/cs/katello.po +166 -151
  155. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  156. data/locale/cs_CZ/katello.po +172 -157
  157. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  158. data/locale/de/katello.po +178 -163
  159. data/locale/de_AT/katello.po +166 -151
  160. data/locale/de_DE/katello.po +166 -151
  161. data/locale/el/katello.po +166 -151
  162. data/locale/en/katello.po +166 -151
  163. data/locale/en_GB/katello.po +166 -151
  164. data/locale/en_US/katello.po +166 -151
  165. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  166. data/locale/es/katello.po +178 -163
  167. data/locale/et_EE/katello.po +166 -151
  168. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  169. data/locale/fr/katello.po +179 -164
  170. data/locale/gl/katello.po +166 -151
  171. data/locale/gu/katello.po +166 -151
  172. data/locale/he_IL/katello.po +166 -151
  173. data/locale/hi/katello.po +166 -151
  174. data/locale/id/katello.po +166 -151
  175. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/it/katello.po +169 -154
  177. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/ja/katello.po +179 -164
  179. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/ka/katello.po +177 -162
  181. data/locale/katello.pot +1119 -1062
  182. data/locale/kn/katello.po +166 -151
  183. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/ko/katello.po +174 -159
  185. data/locale/ml_IN/katello.po +166 -151
  186. data/locale/mr/katello.po +166 -151
  187. data/locale/nl_NL/katello.po +166 -151
  188. data/locale/or/katello.po +166 -151
  189. data/locale/pa/katello.po +166 -151
  190. data/locale/pl/katello.po +166 -151
  191. data/locale/pl_PL/katello.po +166 -151
  192. data/locale/pt/katello.po +166 -151
  193. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/pt_BR/katello.po +178 -163
  195. data/locale/ro/katello.po +166 -151
  196. data/locale/ro_RO/katello.po +166 -151
  197. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/ru/katello.po +171 -156
  199. data/locale/sl/katello.po +166 -151
  200. data/locale/sv_SE/katello.po +166 -151
  201. data/locale/ta/katello.po +166 -151
  202. data/locale/ta_IN/katello.po +166 -151
  203. data/locale/te/katello.po +166 -151
  204. data/locale/tr/katello.po +166 -151
  205. data/locale/vi/katello.po +166 -151
  206. data/locale/vi_VN/katello.po +166 -151
  207. data/locale/zh/katello.po +166 -151
  208. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  209. data/locale/zh_CN/katello.po +179 -164
  210. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  211. data/locale/zh_TW/katello.po +171 -156
  212. data/webpack/ForemanColumnExtensions/index.js +129 -0
  213. data/webpack/components/ActivationKeysSearch/ActivationKeysSearch.test.js +28 -0
  214. data/webpack/components/ActivationKeysSearch/index.js +222 -0
  215. data/webpack/components/Table/TableWrapper.js +14 -0
  216. data/webpack/components/extensions/HostDetails/ActionsBar/index.js +1 -1
  217. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +1 -1
  218. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +1 -0
  219. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +1 -0
  220. data/webpack/components/extensions/Hosts/ActionsBar/index.js +20 -1
  221. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js +220 -0
  222. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/actions.js +23 -0
  223. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/index.js +25 -0
  224. data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkChangeHostCVModal.test.js +133 -0
  225. data/webpack/global_index.js +19 -0
  226. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +6 -3
  227. data/webpack/scenes/Hosts/ChangeContentSource/actions.js +3 -1
  228. data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +63 -25
  229. data/webpack/scenes/Hosts/ChangeContentSource/index.js +24 -16
  230. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +1 -0
  231. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +64 -5
  232. data/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js +16 -13
  233. data/webpack/scenes/Subscriptions/UpstreamSubscriptions/__tests__/__snapshots__/UpstreamSubscriptionsPage.test.js.snap +14 -8
  234. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +1 -0
  235. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js +1 -1
  236. metadata +61 -42
  237. data/app/assets/javascripts/katello/hosts/activation_key_edit.js +0 -167
  238. data/app/lib/actions/katello/host/upload_package_profile.rb +0 -45
  239. data/app/lib/actions/katello/host/upload_profiles.rb +0 -47
@@ -491,6 +491,9 @@ msgstr "Ação não permitida para o proxy inteligente padrão."
491
491
  msgid "Action unauthorized to be performed in this organization."
492
492
  msgstr ""
493
493
 
494
+ msgid "Activation Key information"
495
+ msgstr ""
496
+
494
497
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
495
498
  msgstr ""
496
499
 
@@ -521,17 +524,17 @@ msgstr ""
521
524
  msgid "Activation keys"
522
525
  msgstr ""
523
526
 
524
- msgid "Activation keys and subscriptions can be managed"
525
- msgstr "Chave de Ativação e subscrições podem ser gerenciadas"
527
+ msgid "Activation keys can be managed {here}."
528
+ msgstr ""
526
529
 
527
530
  msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
528
531
  msgstr ""
529
532
 
530
- msgid "Activation keys: "
533
+ msgid "Activation keys may be used during {system_registration}."
531
534
  msgstr ""
532
535
 
533
- msgid "Active Subscriptions"
534
- msgstr "Subscrições ativas"
536
+ msgid "Activation keys: "
537
+ msgstr ""
535
538
 
536
539
  msgid "Active only"
537
540
  msgstr "Somente ativos"
@@ -647,9 +650,6 @@ msgstr ""
647
650
  msgid "Additional content"
648
651
  msgstr ""
649
652
 
650
- msgid "Addons"
651
- msgstr "Complementos"
652
-
653
653
  msgid "Affected Repositories"
654
654
  msgstr "Repositórios afetados"
655
655
 
@@ -692,9 +692,6 @@ msgstr ""
692
692
  msgid "All versions will be removed from these environments"
693
693
  msgstr ""
694
694
 
695
- msgid "Allow Katello to update host installed packages, enabled repos, and module inventory directly instead of wrapped in Dynflow tasks (try turning off if Puma processes are using too much memory)"
696
- msgstr ""
697
-
698
695
  msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
699
696
  msgstr ""
700
697
 
@@ -977,8 +974,8 @@ msgstr "Direitos disponíveis"
977
974
  msgid "Available Repositories"
978
975
  msgstr "Repositórios disponíveis"
979
976
 
980
- msgid "Available Schema Versions"
981
- msgstr "Versões disponíveis do esquema"
977
+ msgid "Available schema versions"
978
+ msgstr ""
982
979
 
983
980
  msgid "Back"
984
981
  msgstr "Retornar"
@@ -1076,9 +1073,6 @@ msgstr ""
1076
1073
  msgid "CDN Configuration updated."
1077
1074
  msgstr ""
1078
1075
 
1079
- msgid "CDN SSL version"
1080
- msgstr "Versão de CDN SSL"
1081
-
1082
1076
  msgid "CDN configuration is set to Export Sync (disconnected). Repository enablement/disablement is not permitted on this page."
1083
1077
  msgstr ""
1084
1078
 
@@ -1310,6 +1304,9 @@ msgstr ""
1310
1304
  msgid "Change content source"
1311
1305
  msgstr ""
1312
1306
 
1307
+ msgid "Change content view environments"
1308
+ msgstr ""
1309
+
1313
1310
  msgid "Change host content source"
1314
1311
  msgstr ""
1315
1312
 
@@ -1319,14 +1316,11 @@ msgstr ""
1319
1316
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1320
1317
  msgstr ""
1321
1318
 
1322
- msgid "Check if a connection can be made to Red Hat Subscription Management."
1323
- msgstr "Verifique se é possível estabelecer conexão com o Red Hat Subscription Management."
1324
-
1325
- msgid "Check if the specified organization has Simple Content Access enabled. %s"
1319
+ msgid "Check for missing or corrupted artifacts, and attempt to redownload them."
1326
1320
  msgstr ""
1327
1321
 
1328
- msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1329
- msgstr ""
1322
+ msgid "Check if a connection can be made to Red Hat Subscription Management."
1323
+ msgstr "Verifique se é possível estabelecer conexão com o Red Hat Subscription Management."
1330
1324
 
1331
1325
  msgid "Check services before actions"
1332
1326
  msgstr "Verificar serviços antes de ações"
@@ -1376,12 +1370,6 @@ msgstr "Fechar"
1376
1370
  msgid "Collapse All"
1377
1371
  msgstr "Recolher todos"
1378
1372
 
1379
- msgid "Combined Profile Update"
1380
- msgstr "Atualização de perfil combinado"
1381
-
1382
- msgid "Combined Profile Update for %s"
1383
- msgstr "Atualização de perfil combinado para %s"
1384
-
1385
1373
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
1386
1374
  msgstr ""
1387
1375
 
@@ -1535,8 +1523,8 @@ msgstr "Detalhes de visualização de conteúdo"
1535
1523
  msgid "Content View Filter id"
1536
1524
  msgstr "ID do Filtro de Visualização de Conteúdo "
1537
1525
 
1538
- msgid "Content View Filter identifier"
1539
- msgstr "Identificador de filtro de visualização de conteúdo"
1526
+ msgid "Content View Filter identifier. Use to filter by ID"
1527
+ msgstr ""
1540
1528
 
1541
1529
  msgid "Content View ID"
1542
1530
  msgstr "ID de Visualização de Conteúdo"
@@ -1628,6 +1616,12 @@ msgstr ""
1628
1616
  msgid "Content view ${name} created"
1629
1617
  msgstr ""
1630
1618
 
1619
+ msgid "Content view '%{content_view}' is not attached to the environment."
1620
+ msgstr ""
1621
+
1622
+ msgid "Content view '%{content_view}' is not attached to this capsule."
1623
+ msgstr ""
1624
+
1631
1625
  msgid "Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys."
1632
1626
  msgstr ""
1633
1627
 
@@ -1862,9 +1856,6 @@ msgstr ""
1862
1856
  msgid "Couldn't find subject of synchronization"
1863
1857
  msgstr "Não foi possível encontrar tópico de sincronização"
1864
1858
 
1865
- msgid "Count"
1866
- msgstr "Contagem"
1867
-
1868
1859
  msgid "Create"
1869
1860
  msgstr "Criar"
1870
1861
 
@@ -2309,6 +2300,9 @@ msgstr "Detalhes"
2309
2300
  msgid "Determining settings for ${name}"
2310
2301
  msgstr ""
2311
2302
 
2303
+ msgid "Digest"
2304
+ msgstr ""
2305
+
2312
2306
  msgid "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite."
2313
2307
  msgstr "Não é permitida a configuração direta de listas de pacotes em coleções de visualização de conteúdo. Atualize os componentes e, então, publique novamente a coleção."
2314
2308
 
@@ -2330,9 +2324,6 @@ msgstr "Desabilitar um repositório do conjunto"
2330
2324
  msgid "Disable module stream"
2331
2325
  msgstr ""
2332
2326
 
2333
- msgid "Disable simple content access for a manifest. %s"
2334
- msgstr ""
2335
-
2336
2327
  msgid "Disabled"
2337
2328
  msgstr "Desativado"
2338
2329
 
@@ -2396,6 +2387,9 @@ msgstr ""
2396
2387
  msgid "Edit content view assignment"
2397
2388
  msgstr ""
2398
2389
 
2390
+ msgid "Edit content view environments"
2391
+ msgstr ""
2392
+
2399
2393
  msgid "Edit credentials"
2400
2394
  msgstr ""
2401
2395
 
@@ -2465,9 +2459,6 @@ msgstr "Ativar um repositório do conjunto "
2465
2459
  msgid "Enable repository sets"
2466
2460
  msgstr ""
2467
2461
 
2468
- msgid "Enable simple content access for a manifest"
2469
- msgstr "Habilitar acesso a conteúdo simples para um manifesto"
2470
-
2471
2462
  msgid "Enable/Disable auto publish of composite view"
2472
2463
  msgstr "Habilitar/desabilitar a publicação automática de coleção de visualização"
2473
2464
 
@@ -2642,6 +2633,12 @@ msgstr "Expandir todos"
2642
2633
  msgid "Expire soon days"
2643
2634
  msgstr "Expira em breve, dias"
2644
2635
 
2636
+ msgid "Expired "
2637
+ msgstr ""
2638
+
2639
+ msgid "Expires "
2640
+ msgstr ""
2641
+
2645
2642
  msgid "Export"
2646
2643
  msgstr "Exportar"
2647
2644
 
@@ -2880,9 +2877,6 @@ msgstr ""
2880
2877
  msgid "Full support"
2881
2878
  msgstr ""
2882
2879
 
2883
- msgid "Fully entitled"
2884
- msgstr "Com total direito a serviços"
2885
-
2886
2880
  msgid "GPG Key URL"
2887
2881
  msgstr "URL de chave GPG"
2888
2882
 
@@ -3033,9 +3027,6 @@ msgstr "Assumir perfil de host"
3033
3027
  msgid "Host Profile Can Change In Build"
3034
3028
  msgstr ""
3035
3029
 
3036
- msgid "Host Subscription Status"
3037
- msgstr "Estado de subscrição de host"
3038
-
3039
3030
  msgid "Host Tasks Workers Pool Size"
3040
3031
  msgstr "Tamanho do pool de trabalhadores de tarefas de host"
3041
3032
 
@@ -3057,9 +3048,18 @@ msgstr ""
3057
3048
  msgid "Host content and subscription details"
3058
3049
  msgstr "Host de conteúdo e detalhes da subscrição"
3059
3050
 
3051
+ msgid "Host content source will remain the same. Click Save below to update the host's content view environment."
3052
+ msgstr ""
3053
+
3060
3054
  msgid "Host content view and environment updated"
3061
3055
  msgstr ""
3062
3056
 
3057
+ msgid "Host content view environment(s) updated"
3058
+ msgstr ""
3059
+
3060
+ msgid "Host content view environments updating."
3061
+ msgstr ""
3062
+
3063
3063
  msgid "Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration."
3064
3064
  msgstr ""
3065
3065
 
@@ -3210,9 +3210,15 @@ msgstr "ID do host de conteúdo"
3210
3210
  msgid "Id of the content view to limit the synchronization on"
3211
3211
  msgstr ""
3212
3212
 
3213
+ msgid "Id of the content view to limit verifying checksum on"
3214
+ msgstr ""
3215
+
3213
3216
  msgid "Id of the environment to limit the synchronization on"
3214
3217
  msgstr "ID do ambiente para limitar a sincronização em"
3215
3218
 
3219
+ msgid "Id of the environment to limit verifying checksum on"
3220
+ msgstr ""
3221
+
3216
3222
  msgid "Id of the host"
3217
3223
  msgstr "ID do host"
3218
3224
 
@@ -3231,6 +3237,9 @@ msgstr "ID da organização para limitar os ambientes em "
3231
3237
  msgid "Id of the repository to limit the synchronization on"
3232
3238
  msgstr ""
3233
3239
 
3240
+ msgid "Id of the repository to limit verifying checksum on"
3241
+ msgstr ""
3242
+
3234
3243
  msgid "Id of the smart proxy"
3235
3244
  msgstr "ID do proxy inteligente"
3236
3245
 
@@ -3353,9 +3362,6 @@ msgstr "Importação de Conteúdo Padrão"
3353
3362
  msgid "Import Manifest"
3354
3363
  msgstr "Importar Manifesto"
3355
3364
 
3356
- msgid "Import New Manifest"
3357
- msgstr "Importar novo manifesto"
3358
-
3359
3365
  msgid "Import Repository"
3360
3366
  msgstr ""
3361
3367
 
@@ -3368,21 +3374,24 @@ msgstr "Importar um manifesto"
3368
3374
  msgid "Import a Manifest to Begin"
3369
3375
  msgstr "Importar um manifesto para começar"
3370
3376
 
3371
- msgid "Import a Manifest using the manifest tab above."
3372
- msgstr "Importe um manifesto usando a guia de manifesto acima."
3373
-
3374
3377
  msgid "Import a content view version"
3375
3378
  msgstr "Importar uma versão de visualização de conteúdo"
3376
3379
 
3377
3380
  msgid "Import a content view version to the library"
3378
3381
  msgstr ""
3379
3382
 
3383
+ msgid "Import a manifest using the Manifest tab above."
3384
+ msgstr ""
3385
+
3380
3386
  msgid "Import a repository"
3381
3387
  msgstr ""
3382
3388
 
3383
3389
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3384
3390
  msgstr ""
3385
3391
 
3392
+ msgid "Import new manifest"
3393
+ msgstr ""
3394
+
3386
3395
  msgid "Import only"
3387
3396
  msgstr ""
3388
3397
 
@@ -3569,9 +3578,6 @@ msgstr "O intervalo não pode ser nulo"
3569
3578
  msgid "Interval not set correctly"
3570
3579
  msgstr "Intervalo não definido corretamente"
3571
3580
 
3572
- msgid "Invalid"
3573
- msgstr "Inválido"
3574
-
3575
3581
  msgid "Invalid association of the content view id. Content View must match the content view version being saved"
3576
3582
  msgstr "Associação inválida da visualização de conteúdo. A visualização de conteúdo deve corresponder à versão da visualização de conteúdo que está sendo salva"
3577
3583
 
@@ -3701,6 +3707,9 @@ msgstr "Katello: atualizar grupo de pacotes"
3701
3707
  msgid "Katello: Update Packages by search query"
3702
3708
  msgstr ""
3703
3709
 
3710
+ msgid "Katello: Upload Profile"
3711
+ msgstr ""
3712
+
3704
3713
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
3705
3714
  msgstr "Hash de chave-valor de fatos subscription-manager, o aninhamento utiliza um período (.) como delimitador"
3706
3715
 
@@ -3740,6 +3749,9 @@ msgstr ""
3740
3749
  msgid "Last refresh :"
3741
3750
  msgstr ""
3742
3751
 
3752
+ msgid "Last seen"
3753
+ msgstr ""
3754
+
3743
3755
  msgid "Last sync"
3744
3756
  msgstr ""
3745
3757
 
@@ -3755,7 +3767,7 @@ msgstr "Últimas Erratas "
3755
3767
  msgid "Latest version"
3756
3768
  msgstr ""
3757
3769
 
3758
- msgid "Learn more about adding Subscription Manifests "
3770
+ msgid "Learn more about adding subscription manifests "
3759
3771
  msgstr ""
3760
3772
 
3761
3773
  msgid "Legacy UI"
@@ -3821,6 +3833,9 @@ msgstr ""
3821
3833
  msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
3822
3834
  msgstr "Os ambientes de ciclo de vida não podem ser modificados no proxy inteligente padrão. O conteúdo de todos os ambientes de ciclo de vida existirá neste proxy inteligente."
3823
3835
 
3836
+ msgid "Limit actions to content in the host's environment."
3837
+ msgstr ""
3838
+
3824
3839
  msgid "Limit content to Red Hat / custom"
3825
3840
  msgstr ""
3826
3841
 
@@ -4121,6 +4136,12 @@ msgstr "Manifesto excluído"
4121
4136
  msgid "Manifest does not have a valid subscription"
4122
4137
  msgstr ""
4123
4138
 
4139
+ msgid "Manifest expired"
4140
+ msgstr ""
4141
+
4142
+ msgid "Manifest expiring soon"
4143
+ msgstr ""
4144
+
4124
4145
  msgid "Manifest imported"
4125
4146
  msgstr "Manifesto importado"
4126
4147
 
@@ -4136,6 +4157,9 @@ msgstr "Manifestado em '%{subject}' importado."
4136
4157
  msgid "Manifest in '%{subject}' refreshed."
4137
4158
  msgstr "Manifesto em '%{subject}' refrescado."
4138
4159
 
4160
+ msgid "Manifest in organization %{subject} has an identity certificate that will expire in %{days_remaining} days, on %{manifest_expire_date}. To extend the expiration date, please refresh your manifest."
4161
+ msgstr ""
4162
+
4139
4163
  msgid "Manifest refresh timeout"
4140
4164
  msgstr "Tempo limite de atualização de manifesto"
4141
4165
 
@@ -4151,9 +4175,6 @@ msgstr ""
4151
4175
  msgid "Mark Content Host Statuses as Unknown for %s"
4152
4176
  msgstr "Marcar status de Host de Conteúdo como Desconhecido por %s"
4153
4177
 
4154
- msgid "Matched"
4155
- msgstr "Correspondido"
4156
-
4157
4178
  msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4158
4179
  msgstr ""
4159
4180
 
@@ -4196,6 +4217,9 @@ msgstr "Mensagem"
4196
4217
  msgid "Messaging connection"
4197
4218
  msgstr "Conexão de mensagem"
4198
4219
 
4220
+ msgid "Metadata generate"
4221
+ msgstr ""
4222
+
4199
4223
  msgid ""
4200
4224
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4201
4225
  "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
@@ -4207,9 +4231,6 @@ msgstr ""
4207
4231
  msgid "Minimum version"
4208
4232
  msgstr ""
4209
4233
 
4210
- msgid "Mismatched"
4211
- msgstr "Incompatível"
4212
-
4213
4234
  msgid "Missing activation key!"
4214
4235
  msgstr ""
4215
4236
 
@@ -4372,9 +4393,6 @@ msgstr "Nenhuma Visualização de Conteúdo"
4372
4393
  msgid "No Content found"
4373
4394
  msgstr "Nenhum conteúdo encontrado"
4374
4395
 
4375
- msgid "No Manifest Uploaded"
4376
- msgstr "Nenhum manifesto carregado"
4377
-
4378
4396
  msgid "No Red Hat products currently exist, please import a manifest %(anchorBegin)s here %(anchorEnd)s to receive Red Hat content. No repository sets available."
4379
4397
  msgstr "Atualmente não existem produtos Red Hat, favor importar um manifesto %(anchorBegin)s aqui %(anchorEnd)s para receber o conteúdo da Red Hat. Não há conjuntos de repositórios disponíveis."
4380
4398
 
@@ -4510,6 +4528,9 @@ msgstr "Nenhum arquivo de manifesto carregado"
4510
4528
  msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
4511
4529
  msgstr ""
4512
4530
 
4531
+ msgid "No manifest imported"
4532
+ msgstr ""
4533
+
4513
4534
  msgid "No matching "
4514
4535
  msgstr ""
4515
4536
 
@@ -4702,9 +4723,6 @@ msgstr "Não instalado"
4702
4723
  msgid "Not running"
4703
4724
  msgstr "Não está em execução"
4704
4725
 
4705
- msgid "Not specified"
4706
- msgstr ""
4707
-
4708
4726
  msgid "Not yet published"
4709
4727
  msgstr "Ainda não publicado"
4710
4728
 
@@ -4945,12 +4963,6 @@ msgstr "Instalação de pacote expirou o tempo"
4945
4963
  msgid "Package Install scheduled by %s"
4946
4964
  msgstr "Instalação do pacote programada por %s"
4947
4965
 
4948
- msgid "Package Profile Update"
4949
- msgstr "Atualização de Perfil de Pacote"
4950
-
4951
- msgid "Package Profile Update for %s"
4952
- msgstr "Atualização do perfil do pacote para %s"
4953
-
4954
4966
  msgid "Package Remove"
4955
4967
  msgstr "Remover Pacote"
4956
4968
 
@@ -5032,12 +5044,6 @@ msgstr ""
5032
5044
  msgid "Page number, starting at 1"
5033
5045
  msgstr "Número de página, iniciando em 1"
5034
5046
 
5035
- msgid "Partial"
5036
- msgstr "Parcial"
5037
-
5038
- msgid "Partially entitled"
5039
- msgstr "Com direito limitado a serviços"
5040
-
5041
5047
  msgid "Partition template IDs"
5042
5048
  msgstr "IDs do template de partição "
5043
5049
 
@@ -5047,9 +5053,6 @@ msgstr "Senha"
5047
5053
  msgid "Password for authentication. Relevant only for 'upstream_server' type."
5048
5054
  msgstr ""
5049
5055
 
5050
- msgid "Password of the upstream authentication token."
5051
- msgstr ""
5052
-
5053
5056
  msgid "Password of the upstream repository user used for authentication"
5054
5057
  msgstr "Senha do usuário de repositório upstream utilizada para autenticação"
5055
5058
 
@@ -5065,6 +5068,9 @@ msgstr ""
5065
5068
  msgid "Paused"
5066
5069
  msgstr "Pausado"
5067
5070
 
5071
+ msgid "Pending tasks detected in repositories of this content view. Please wait for the tasks: "
5072
+ msgstr ""
5073
+
5068
5074
  msgid "Perform a module stream action via Katello interface"
5069
5075
  msgstr "Realizar uma ação de fluxo de módulo via interface do Katello"
5070
5076
 
@@ -5122,18 +5128,15 @@ msgstr ""
5122
5128
  msgid "Please select a lifecycle environment and a content view to move this activation key."
5123
5129
  msgstr ""
5124
5130
 
5131
+ msgid "Please select a lifecycle environment and content view to view activation keys."
5132
+ msgstr ""
5133
+
5125
5134
  msgid "Please select an architecture before assigning a kickstart repository"
5126
5135
  msgstr "Selecione uma arquitetura antes de atribuir um repositório kickstart"
5127
5136
 
5128
5137
  msgid "Please select an operating system before assigning a kickstart repository"
5129
5138
  msgstr "Selecione um sistema operacional antes de atribuir um repositório kickstart"
5130
5139
 
5131
- msgid "Please select an organization to view subscription status."
5132
- msgstr "Selecione uma organização para ver o estado da subscrição."
5133
-
5134
- msgid "Please select an organization to view subscription totals."
5135
- msgstr "Selecione uma organização para ver os totais de subscrição."
5136
-
5137
5140
  msgid "Please select one from the list below and you will be redirected."
5138
5141
  msgstr "Selecione uma opção na lista abaixo e você será redirecionado."
5139
5142
 
@@ -5471,9 +5474,6 @@ msgstr ""
5471
5474
  msgid "Reboot required"
5472
5475
  msgstr "Reinicialização necessária"
5473
5476
 
5474
- msgid "Recently Expired Subscriptions"
5475
- msgstr "Subscrições Expiradas Recentemente"
5476
-
5477
5477
  msgid "Reclaim Space"
5478
5478
  msgstr ""
5479
5479
 
@@ -5576,6 +5576,9 @@ msgstr "Registre o anfitrião '%s' antes de anexar as assinaturas"
5576
5576
  msgid "Registered"
5577
5577
  msgstr "Registrado"
5578
5578
 
5579
+ msgid "Registered at"
5580
+ msgstr ""
5581
+
5579
5582
  msgid "Registered by"
5580
5583
  msgstr ""
5581
5584
 
@@ -5714,6 +5717,9 @@ msgstr "Remover as subscrições"
5714
5717
  msgid "Remove subscriptions from %s"
5715
5718
  msgstr "Retirar as assinaturas de %s"
5716
5719
 
5720
+ msgid "Remove subscriptions from a host"
5721
+ msgstr ""
5722
+
5717
5723
  msgid "Remove subscriptions from one or more hosts"
5718
5724
  msgstr "Remover subscrições de um ou mais hosts"
5719
5725
 
@@ -6068,9 +6074,6 @@ msgstr ""
6068
6074
  msgid "SSL client key"
6069
6075
  msgstr ""
6070
6076
 
6071
- msgid "SSL version used to communicate with the CDN"
6072
- msgstr "Versão SSL utilizada para se comunicar com o CDN"
6073
-
6074
6077
  msgid "SUBSCRIPTIONS EXPIRING SOON"
6075
6078
  msgstr "SUBSCRIÇÕES EXPIRANDO EM BREVE"
6076
6079
 
@@ -6080,11 +6083,11 @@ msgstr "Salvar"
6080
6083
  msgid "Saving alternate content source..."
6081
6084
  msgstr ""
6082
6085
 
6083
- msgid "Schema Version 1"
6084
- msgstr "Esquema Versão 1"
6086
+ msgid "Schema version 1"
6087
+ msgstr ""
6085
6088
 
6086
- msgid "Schema Version 2"
6087
- msgstr "Esquema Versão 2"
6089
+ msgid "Schema version 2"
6090
+ msgstr ""
6088
6091
 
6089
6092
  msgid "Search"
6090
6093
  msgstr "Pesquisar"
@@ -6284,9 +6287,6 @@ msgstr "Nível de serviço %s"
6284
6287
  msgid "Service Level (SLA)"
6285
6288
  msgstr "Nível de serviço (SLA)"
6286
6289
 
6287
- msgid "Service level"
6288
- msgstr ""
6289
-
6290
6290
  msgid "Service level of host"
6291
6291
  msgstr ""
6292
6292
 
@@ -6419,19 +6419,13 @@ msgstr "Exibe o estado do sistema Katello e seus subcomponentes"
6419
6419
  msgid "Shows version information"
6420
6420
  msgstr "Exibir informações da versão"
6421
6421
 
6422
- msgid "Simple Content Access"
6423
- msgstr "Acesso a conteúdo simples"
6424
-
6425
- msgid "Simple Content Access has been disabled by the upstream organization administrator."
6426
- msgstr ""
6427
-
6428
6422
  msgid "Simple Content Access has been disabled for '%{subject}'."
6429
6423
  msgstr ""
6430
6424
 
6431
6425
  msgid "Simple Content Access has been enabled for '%{subject}'."
6432
6426
  msgstr ""
6433
6427
 
6434
- msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6428
+ msgid "Simple Content Access is the only supported content access mode"
6435
6429
  msgstr ""
6436
6430
 
6437
6431
  msgid "Simplified"
@@ -6545,6 +6539,9 @@ msgstr ""
6545
6539
  msgid "Something went wrong while fetching rpm packages! ${getResponseErrorMsgs(error.response)}"
6546
6540
  msgstr ""
6547
6541
 
6542
+ msgid "Something went wrong while getting container manifest lists! ${getResponseErrorMsgs(error.response)}"
6543
+ msgstr ""
6544
+
6548
6545
  msgid "Something went wrong while getting container tags! ${getResponseErrorMsgs(error.response)}"
6549
6546
  msgstr ""
6550
6547
 
@@ -6734,6 +6731,9 @@ msgstr "Informações de subscrição"
6734
6731
  msgid "Subscription Manifest"
6735
6732
  msgstr "Manifesto de subscrição"
6736
6733
 
6734
+ msgid "Subscription Manifest expiration date check"
6735
+ msgstr ""
6736
+
6737
6737
  msgid "Subscription Manifest validity check"
6738
6738
  msgstr "Verificação da validade do manifesto de subscrição"
6739
6739
 
@@ -6746,9 +6746,6 @@ msgstr "ID do Pool de Subscrição "
6746
6746
  msgid "Subscription Pool uuid"
6747
6747
  msgstr "UUID de pool de subscrição"
6748
6748
 
6749
- msgid "Subscription Status"
6750
- msgstr "Estado de subscrição"
6751
-
6752
6749
  msgid "Subscription UUID"
6753
6750
  msgstr ""
6754
6751
 
@@ -6776,27 +6773,18 @@ msgstr "Arquivo de manifesto de subscrição"
6776
6773
  msgid "Subscription not found"
6777
6774
  msgstr "Subscrição não encontrada"
6778
6775
 
6779
- msgid "Subscription status"
6780
- msgstr ""
6781
-
6782
6776
  msgid "Subscription was not persisted - %{error_message}"
6783
6777
  msgstr "A assinatura não foi persistida - %{error_message}"
6784
6778
 
6785
6779
  msgid "Subscriptions"
6786
6780
  msgstr "Subscrições"
6787
6781
 
6788
- msgid "Subscriptions Expiring in 120 Days"
6789
- msgstr "Subscrições Expirando em 120 dias"
6790
-
6791
6782
  msgid "Subscriptions expiring soon"
6792
6783
  msgstr "Subscrições expirando em breve"
6793
6784
 
6794
6785
  msgid "Subscriptions have been saved and are being updated. "
6795
6786
  msgstr "As subscrições foram salvas e estão sendo atualizadas. "
6796
6787
 
6797
- msgid "Subscriptions information based on selected activation keys:"
6798
- msgstr "Informações de Subscrições baseadas em chaves de ativação selecionada:"
6799
-
6800
6788
  msgid "Subscriptions service"
6801
6789
  msgstr ""
6802
6790
 
@@ -7120,8 +7108,8 @@ msgstr ""
7120
7108
  msgid "The maximum number of versions of each package to keep."
7121
7109
  msgstr ""
7122
7110
 
7123
- msgid "The number of days remaining in a subscription before you will be reminded about renewing it."
7124
- msgstr "O número de dias restantes em uma subscrição antes de você ser lembrado sobre a renovação."
7111
+ msgid "The number of days remaining in a subscription before you will be reminded about renewing it. Also used for manifest expiration warnings."
7112
+ msgstr ""
7125
7113
 
7126
7114
  msgid "The number of items fetched from a single paged Pulp API call."
7127
7115
  msgstr ""
@@ -7170,6 +7158,9 @@ msgstr ""
7170
7158
  msgid "The selected kickstart repository is not part of the assigned content view, lifecycle environment, content source, operating system, and architecture"
7171
7159
  msgstr ""
7172
7160
 
7161
+ msgid "The selected lifecycle environment contains no activation keys"
7162
+ msgstr ""
7163
+
7173
7164
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7174
7165
  msgstr ""
7175
7166
 
@@ -7194,6 +7185,9 @@ msgstr ""
7194
7185
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7195
7186
  msgstr ""
7196
7187
 
7188
+ msgid "The value will be available in templates as @host.params['kt_activation_keys']"
7189
+ msgstr ""
7190
+
7197
7191
  msgid "There are no Manifests to display"
7198
7192
  msgstr ""
7199
7193
 
@@ -7218,12 +7212,12 @@ msgstr ""
7218
7212
  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."
7219
7213
  msgstr "Não houve ambientes ou versões especificados ou houveram ambientes/versões inválidos específicados. Por favor verifique os parâmetros de environment_ids e content_view_version_ids."
7220
7214
 
7221
- msgid "There is no Manifest History to display."
7222
- msgstr "Não há um Histórico de manifesto para exibir."
7223
-
7224
7215
  msgid "There is no downloaded content to clean."
7225
7216
  msgstr ""
7226
7217
 
7218
+ msgid "There is no manifest history to display."
7219
+ msgstr ""
7220
+
7227
7221
  msgid "There is no such HTTP proxy"
7228
7222
  msgstr "Esse proxy HTTP não existe."
7229
7223
 
@@ -7284,7 +7278,7 @@ msgstr ""
7284
7278
  msgid "This content view will be deleted. Changes will be effective after clicking Delete."
7285
7279
  msgstr ""
7286
7280
 
7287
- msgid "This endpoint is deprecated and will be removed in Katello 4.12. All organizations are now eligible for Simple Content Access."
7281
+ msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
7288
7282
  msgstr ""
7289
7283
 
7290
7284
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
@@ -7326,10 +7320,10 @@ msgstr "Isto está desabilitado porque não há subscrições selecionadas."
7326
7320
  msgid "This is not a linked repository"
7327
7321
  msgstr "Isto não é um repositório vinculado"
7328
7322
 
7329
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7323
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7330
7324
  msgstr ""
7331
7325
 
7332
- msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7326
+ msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7333
7327
  msgstr ""
7334
7328
 
7335
7329
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7362,6 +7356,9 @@ msgstr "Esta versão será removida:"
7362
7356
  msgid "This will create a copy of {cv}, including details, repositories, and filters. Generated data such as history, tasks and versions will not be copied."
7363
7357
  msgstr ""
7364
7358
 
7359
+ msgid "This will update the content view environments for {hosts}."
7360
+ msgstr ""
7361
+
7365
7362
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7366
7363
  msgstr ""
7367
7364
 
@@ -7377,6 +7374,9 @@ msgstr "Carimbo de data/hora"
7377
7374
  msgid "Title"
7378
7375
  msgstr "Título"
7379
7376
 
7377
+ msgid "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system."
7378
+ msgstr ""
7379
+
7380
7380
  msgid "To enable them, add the environment to the content source, or select a different content source."
7381
7381
  msgstr ""
7382
7382
 
@@ -7395,9 +7395,6 @@ msgstr ""
7395
7395
  msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
7396
7396
  msgstr ""
7397
7397
 
7398
- msgid "Toggling Simple Content Access will refresh your manifest."
7399
- msgstr "Ativar o Acesso a conteúdo simples atualizará seu manifesto."
7400
-
7401
7398
  msgid "Total steps: "
7402
7399
  msgstr "Total de etapas: "
7403
7400
 
@@ -7584,9 +7581,6 @@ msgstr "Errata não aplicada"
7584
7581
  msgid "Unattach a subscription"
7585
7582
  msgstr "Desanexar uma subscrição"
7586
7583
 
7587
- msgid "Unentitled"
7588
- msgstr "Sem Direito a Serviços"
7589
-
7590
7584
  msgid "Unfiltered params array: %s."
7591
7585
  msgstr "Matriz de params não filtrados: %s."
7592
7586
 
@@ -7602,12 +7596,6 @@ msgstr "Ação desconhecida"
7602
7596
  msgid "Unknown errata status"
7603
7597
  msgstr "Estado das erratas desconhecido"
7604
7598
 
7605
- msgid "Unknown or Unregistered"
7606
- msgstr "Desconhecido ou não registrado"
7607
-
7608
- msgid "Unknown subscription status"
7609
- msgstr "Estado de subscrição desconhecido"
7610
-
7611
7599
  msgid "Unknown traces status"
7612
7600
  msgstr "Estado de rastreamentos desconhecido"
7613
7601
 
@@ -7623,12 +7611,6 @@ msgstr "Cancelar o registro do host como um consumidor de subscrição"
7623
7611
  msgid "Unspecified"
7624
7612
  msgstr "Não especificado"
7625
7613
 
7626
- msgid "Unsubscribed Hypervisor"
7627
- msgstr "Hipervisor não subscrito"
7628
-
7629
- msgid "Unsubscribed hypervisor"
7630
- msgstr "Hipervisor não subscrito"
7631
-
7632
7614
  msgid "Unsupported CDN resource"
7633
7615
  msgstr ""
7634
7616
 
@@ -7704,11 +7686,11 @@ msgstr ""
7704
7686
  msgid "Update content urls"
7705
7687
  msgstr "Atualizar urls do conteúdo"
7706
7688
 
7707
- msgid "Update for host"
7708
- msgstr "Atualização para host"
7689
+ msgid "Update content view environments for host"
7690
+ msgstr ""
7709
7691
 
7710
- msgid "Update for host %s"
7711
- msgstr "Atualização para o anfitrião %s"
7692
+ msgid "Update content view environments for host %s"
7693
+ msgstr ""
7712
7694
 
7713
7695
  msgid "Update hosts manually"
7714
7696
  msgstr ""
@@ -7833,7 +7815,7 @@ msgstr "Carregar conteúdo para o repositório"
7833
7815
  msgid "Upload into"
7834
7816
  msgstr "Carregar em"
7835
7817
 
7836
- msgid "Upload profiles without Dynflow"
7818
+ msgid "Upload package / repos profile"
7837
7819
  msgstr ""
7838
7820
 
7839
7821
  msgid "Upload request id"
@@ -7851,6 +7833,9 @@ msgstr ""
7851
7833
  msgid "Upstream Name cannot be blank when Repository URL is provided."
7852
7834
  msgstr "O Nome upstream não pode ficar em branco quando a URL do Repositório é fornecida."
7853
7835
 
7836
+ msgid "Upstream authentication token string for yum repositories."
7837
+ msgstr ""
7838
+
7854
7839
  msgid "Upstream foreman server to sync CDN content from. Relevant only for 'upstream_server' type."
7855
7840
  msgstr ""
7856
7841
 
@@ -7935,8 +7920,11 @@ msgstr ""
7935
7920
  msgid "Username, Password, Upstream Organization Label, and SSL CA Credential are required when using an upstream Foreman server."
7936
7921
  msgstr ""
7937
7922
 
7938
- msgid "Valid"
7939
- msgstr "Validade"
7923
+ msgid "Validate host/lifecycle environment/content source coherence"
7924
+ msgstr ""
7925
+
7926
+ msgid "Validate that a host's assigned lifecycle environment is synced by the smart proxy from which the host will get its content. Applies only to API requests; does not affect web UI checks"
7927
+ msgstr ""
7940
7928
 
7941
7929
  msgid "Value must either be a boolean or 'default' for 'enabled'"
7942
7930
  msgstr "O valor deve ser booleano ou 'padrão' para 'habilitado'"
@@ -7947,12 +7935,24 @@ msgstr "Verifique o SSL"
7947
7935
  msgid "Verify checksum"
7948
7936
  msgstr "Verificação do checksum"
7949
7937
 
7938
+ msgid "Verify checksum for content on smart proxy"
7939
+ msgstr ""
7940
+
7950
7941
  msgid "Verify checksum for one or more products"
7951
7942
  msgstr ""
7952
7943
 
7944
+ msgid "Verify checksum of repositories in %{name} %{version}"
7945
+ msgstr ""
7946
+
7953
7947
  msgid "Verify checksum of repository contents"
7954
7948
  msgstr ""
7955
7949
 
7950
+ msgid "Verify checksum of repository contents in the content view version"
7951
+ msgstr ""
7952
+
7953
+ msgid "Verify checksum of version repositories"
7954
+ msgstr ""
7955
+
7956
7956
  msgid "Version"
7957
7957
  msgstr "Versão"
7958
7958
 
@@ -8064,9 +8064,6 @@ msgstr ""
8064
8064
  msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
8065
8065
  msgstr ""
8066
8066
 
8067
- msgid "When Simple Content Access is enabled, hosts are not required to have subscriptions attached to access repositories."
8068
- msgstr ""
8069
-
8070
8067
  msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
8071
8068
  msgstr "Ao registrar um host via subscription-manager, forçar o uso do fato especificado (no formato 'fato.fato')"
8072
8069
 
@@ -8076,9 +8073,6 @@ msgstr "Quando definido como 'True' (verdadeiro), os tipos de repositórios que
8076
8073
  msgid "When unregistering a host via subscription-manager, also delete the host record. Managed resources linked to host such as virtual machines and DNS records may also be deleted."
8077
8074
  msgstr "Ao cancelar o registro de um host via subscription-manager, exclua também o registro do host. Recursos gerenciados vinculados ao host, como máquinas virtuais e registros DNS, também podem ser excluídos."
8078
8075
 
8079
- msgid "Whether Simple Content Access should be enabled for the organization."
8080
- msgstr ""
8081
-
8082
8076
  msgid "Whether or not the host collection may have unlimited hosts"
8083
8077
  msgstr "Se a coleção de hosts pode possuir ou não hosts ilimitados"
8084
8078
 
@@ -8103,9 +8097,6 @@ msgstr "Se uma cápsula externa deve ou não ser sincronizada após o upload. Pa
8103
8097
  msgid "Whether to include available content attribute in results"
8104
8098
  msgstr "Se deve incluir ou não atributos de conteúdo disponível nos resultados"
8105
8099
 
8106
- msgid "Whether to turn on Simple Content Access for the organization."
8107
- msgstr ""
8108
-
8109
8100
  msgid "Workers"
8110
8101
  msgstr "Trabalhadores"
8111
8102
 
@@ -8181,6 +8172,12 @@ msgstr "Você não estava autorizado a sincronizar %s"
8181
8172
  msgid "You're making changes to %(entitlementCount)s entitlement(s)"
8182
8173
  msgstr "Você está fazendo mudanças em %(entitlementCount)s direito(s)"
8183
8174
 
8175
+ msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
8176
+ msgstr ""
8177
+
8178
+ msgid "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest."
8179
+ msgstr ""
8180
+
8184
8181
  msgid "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs."
8185
8182
  msgstr "Sua consulta de pesquisa era inválida. Revise-a e tente novamente. O erro completo foi enviado para os logs da aplicação."
8186
8183
 
@@ -8445,6 +8442,12 @@ msgstr ""
8445
8442
  msgid "create a filter for a content view"
8446
8443
  msgstr "criar um filtro para a visualização de conteúdo "
8447
8444
 
8445
+ msgid "day"
8446
+ msgstr ""
8447
+
8448
+ msgid "days"
8449
+ msgstr ""
8450
+
8448
8451
  msgid "deb, package, package group, or docker tag names"
8449
8452
  msgstr ""
8450
8453
 
@@ -8577,7 +8580,7 @@ msgstr "já está sendo usado(a) para um produto nesta organização. "
8577
8580
  msgid "has already been taken for this product."
8578
8581
  msgstr "já está sendo utilizado para este produto"
8579
8582
 
8580
- msgid "here."
8583
+ msgid "here"
8581
8584
  msgstr ""
8582
8585
 
8583
8586
  msgid "host collection name to filter by"
@@ -8643,6 +8646,9 @@ msgstr "nome de imagem de contêiner inválido"
8643
8646
  msgid "invalid: Repositories can only require one OS version."
8644
8647
  msgstr ""
8645
8648
 
8649
+ msgid "invalid: The content source must sync the lifecycle environment assigned to the host. See the logs for more information."
8650
+ msgstr ""
8651
+
8646
8652
  msgid "is already attached to the capsule"
8647
8653
  msgstr "já está anexado à capsula"
8648
8654
 
@@ -8880,6 +8886,12 @@ msgstr ""
8880
8886
  msgid "security advisory"
8881
8887
  msgstr ""
8882
8888
 
8889
+ msgid "selected host"
8890
+ msgstr ""
8891
+
8892
+ msgid "selected hosts"
8893
+ msgstr ""
8894
+
8883
8895
  msgid "service level"
8884
8896
  msgstr "nível de serviço"
8885
8897
 
@@ -8919,6 +8931,9 @@ msgstr "nome do plano de sinc"
8919
8931
  msgid "sync plan numeric identifier"
8920
8932
  msgstr "identificador numérico do plano de sinc"
8921
8933
 
8934
+ msgid "system registration"
8935
+ msgstr ""
8936
+
8922
8937
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
8923
8938
  msgstr "os seguintes atributos não podem ser atualizados para o fornecedor da Red Hat: [ %s ]"
8924
8939