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
@@ -480,6 +480,9 @@ msgstr ""
480
480
  msgid "Action unauthorized to be performed in this organization."
481
481
  msgstr ""
482
482
 
483
+ msgid "Activation Key information"
484
+ msgstr ""
485
+
483
486
  msgid "Activation Key will no longer be available for use. This operation cannot be undone."
484
487
  msgstr ""
485
488
 
@@ -510,16 +513,16 @@ msgstr ""
510
513
  msgid "Activation keys"
511
514
  msgstr ""
512
515
 
513
- msgid "Activation keys and subscriptions can be managed"
516
+ msgid "Activation keys can be managed {here}."
514
517
  msgstr ""
515
518
 
516
519
  msgid "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys."
517
520
  msgstr ""
518
521
 
519
- msgid "Activation keys: "
522
+ msgid "Activation keys may be used during {system_registration}."
520
523
  msgstr ""
521
524
 
522
- msgid "Active Subscriptions"
525
+ msgid "Activation keys: "
523
526
  msgstr ""
524
527
 
525
528
  msgid "Active only"
@@ -636,9 +639,6 @@ msgstr ""
636
639
  msgid "Additional content"
637
640
  msgstr ""
638
641
 
639
- msgid "Addons"
640
- msgstr ""
641
-
642
642
  msgid "Affected Repositories"
643
643
  msgstr ""
644
644
 
@@ -681,9 +681,6 @@ msgstr ""
681
681
  msgid "All versions will be removed from these environments"
682
682
  msgstr ""
683
683
 
684
- 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)"
685
- msgstr ""
686
-
687
684
  msgid "Allow a host to be registered to multiple content view environments with 'subscription-manager register --environments'."
688
685
  msgstr ""
689
686
 
@@ -963,7 +960,7 @@ msgstr ""
963
960
  msgid "Available Repositories"
964
961
  msgstr ""
965
962
 
966
- msgid "Available Schema Versions"
963
+ msgid "Available schema versions"
967
964
  msgstr ""
968
965
 
969
966
  msgid "Back"
@@ -1062,9 +1059,6 @@ msgstr ""
1062
1059
  msgid "CDN Configuration updated."
1063
1060
  msgstr ""
1064
1061
 
1065
- msgid "CDN SSL version"
1066
- msgstr ""
1067
-
1068
1062
  msgid "CDN configuration is set to Export Sync (disconnected). Repository enablement/disablement is not permitted on this page."
1069
1063
  msgstr ""
1070
1064
 
@@ -1296,6 +1290,9 @@ msgstr ""
1296
1290
  msgid "Change content source"
1297
1291
  msgstr ""
1298
1292
 
1293
+ msgid "Change content view environments"
1294
+ msgstr ""
1295
+
1299
1296
  msgid "Change host content source"
1300
1297
  msgstr ""
1301
1298
 
@@ -1305,13 +1302,10 @@ msgstr ""
1305
1302
  msgid "Check audited changes and proceed only if content or filters have changed since last publish"
1306
1303
  msgstr ""
1307
1304
 
1308
- msgid "Check if a connection can be made to Red Hat Subscription Management."
1309
- msgstr ""
1310
-
1311
- msgid "Check if the specified organization has Simple Content Access enabled. %s"
1305
+ msgid "Check for missing or corrupted artifacts, and attempt to redownload them."
1312
1306
  msgstr ""
1313
1307
 
1314
- msgid "Check if the specified organization is eligible for Simple Content Access. %s"
1308
+ msgid "Check if a connection can be made to Red Hat Subscription Management."
1315
1309
  msgstr ""
1316
1310
 
1317
1311
  msgid "Check services before actions"
@@ -1362,12 +1356,6 @@ msgstr ""
1362
1356
  msgid "Collapse All"
1363
1357
  msgstr ""
1364
1358
 
1365
- msgid "Combined Profile Update"
1366
- msgstr ""
1367
-
1368
- msgid "Combined Profile Update for %s"
1369
- msgstr ""
1370
-
1371
1359
  msgid "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front."
1372
1360
  msgstr ""
1373
1361
 
@@ -1521,7 +1509,7 @@ msgstr ""
1521
1509
  msgid "Content View Filter id"
1522
1510
  msgstr ""
1523
1511
 
1524
- msgid "Content View Filter identifier"
1512
+ msgid "Content View Filter identifier. Use to filter by ID"
1525
1513
  msgstr ""
1526
1514
 
1527
1515
  msgid "Content View ID"
@@ -1614,6 +1602,12 @@ msgstr ""
1614
1602
  msgid "Content view ${name} created"
1615
1603
  msgstr ""
1616
1604
 
1605
+ msgid "Content view '%{content_view}' is not attached to the environment."
1606
+ msgstr ""
1607
+
1608
+ msgid "Content view '%{content_view}' is not attached to this capsule."
1609
+ msgstr ""
1610
+
1617
1611
  msgid "Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys."
1618
1612
  msgstr ""
1619
1613
 
@@ -1848,9 +1842,6 @@ msgstr ""
1848
1842
  msgid "Couldn't find subject of synchronization"
1849
1843
  msgstr ""
1850
1844
 
1851
- msgid "Count"
1852
- msgstr ""
1853
-
1854
1845
  msgid "Create"
1855
1846
  msgstr ""
1856
1847
 
@@ -2295,6 +2286,9 @@ msgstr ""
2295
2286
  msgid "Determining settings for ${name}"
2296
2287
  msgstr ""
2297
2288
 
2289
+ msgid "Digest"
2290
+ msgstr ""
2291
+
2298
2292
  msgid "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite."
2299
2293
  msgstr ""
2300
2294
 
@@ -2316,9 +2310,6 @@ msgstr ""
2316
2310
  msgid "Disable module stream"
2317
2311
  msgstr ""
2318
2312
 
2319
- msgid "Disable simple content access for a manifest. %s"
2320
- msgstr ""
2321
-
2322
2313
  msgid "Disabled"
2323
2314
  msgstr ""
2324
2315
 
@@ -2382,6 +2373,9 @@ msgstr ""
2382
2373
  msgid "Edit content view assignment"
2383
2374
  msgstr ""
2384
2375
 
2376
+ msgid "Edit content view environments"
2377
+ msgstr ""
2378
+
2385
2379
  msgid "Edit credentials"
2386
2380
  msgstr ""
2387
2381
 
@@ -2451,9 +2445,6 @@ msgstr ""
2451
2445
  msgid "Enable repository sets"
2452
2446
  msgstr ""
2453
2447
 
2454
- msgid "Enable simple content access for a manifest"
2455
- msgstr ""
2456
-
2457
2448
  msgid "Enable/Disable auto publish of composite view"
2458
2449
  msgstr ""
2459
2450
 
@@ -2628,6 +2619,12 @@ msgstr ""
2628
2619
  msgid "Expire soon days"
2629
2620
  msgstr ""
2630
2621
 
2622
+ msgid "Expired "
2623
+ msgstr ""
2624
+
2625
+ msgid "Expires "
2626
+ msgstr ""
2627
+
2631
2628
  msgid "Export"
2632
2629
  msgstr ""
2633
2630
 
@@ -2864,9 +2861,6 @@ msgstr ""
2864
2861
  msgid "Full support"
2865
2862
  msgstr ""
2866
2863
 
2867
- msgid "Fully entitled"
2868
- msgstr ""
2869
-
2870
2864
  msgid "GPG Key URL"
2871
2865
  msgstr ""
2872
2866
 
@@ -3017,9 +3011,6 @@ msgstr ""
3017
3011
  msgid "Host Profile Can Change In Build"
3018
3012
  msgstr ""
3019
3013
 
3020
- msgid "Host Subscription Status"
3021
- msgstr ""
3022
-
3023
3014
  msgid "Host Tasks Workers Pool Size"
3024
3015
  msgstr ""
3025
3016
 
@@ -3041,9 +3032,18 @@ msgstr ""
3041
3032
  msgid "Host content and subscription details"
3042
3033
  msgstr ""
3043
3034
 
3035
+ msgid "Host content source will remain the same. Click Save below to update the host's content view environment."
3036
+ msgstr ""
3037
+
3044
3038
  msgid "Host content view and environment updated"
3045
3039
  msgstr ""
3046
3040
 
3041
+ msgid "Host content view environment(s) updated"
3042
+ msgstr ""
3043
+
3044
+ msgid "Host content view environments updating."
3045
+ msgstr ""
3046
+
3047
3047
  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."
3048
3048
  msgstr ""
3049
3049
 
@@ -3194,9 +3194,15 @@ msgstr ""
3194
3194
  msgid "Id of the content view to limit the synchronization on"
3195
3195
  msgstr ""
3196
3196
 
3197
+ msgid "Id of the content view to limit verifying checksum on"
3198
+ msgstr ""
3199
+
3197
3200
  msgid "Id of the environment to limit the synchronization on"
3198
3201
  msgstr ""
3199
3202
 
3203
+ msgid "Id of the environment to limit verifying checksum on"
3204
+ msgstr ""
3205
+
3200
3206
  msgid "Id of the host"
3201
3207
  msgstr ""
3202
3208
 
@@ -3215,6 +3221,9 @@ msgstr ""
3215
3221
  msgid "Id of the repository to limit the synchronization on"
3216
3222
  msgstr ""
3217
3223
 
3224
+ msgid "Id of the repository to limit verifying checksum on"
3225
+ msgstr ""
3226
+
3218
3227
  msgid "Id of the smart proxy"
3219
3228
  msgstr ""
3220
3229
 
@@ -3337,9 +3346,6 @@ msgstr ""
3337
3346
  msgid "Import Manifest"
3338
3347
  msgstr ""
3339
3348
 
3340
- msgid "Import New Manifest"
3341
- msgstr ""
3342
-
3343
3349
  msgid "Import Repository"
3344
3350
  msgstr ""
3345
3351
 
@@ -3352,21 +3358,24 @@ msgstr ""
3352
3358
  msgid "Import a Manifest to Begin"
3353
3359
  msgstr ""
3354
3360
 
3355
- msgid "Import a Manifest using the manifest tab above."
3356
- msgstr ""
3357
-
3358
3361
  msgid "Import a content view version"
3359
3362
  msgstr ""
3360
3363
 
3361
3364
  msgid "Import a content view version to the library"
3362
3365
  msgstr ""
3363
3366
 
3367
+ msgid "Import a manifest using the Manifest tab above."
3368
+ msgstr ""
3369
+
3364
3370
  msgid "Import a repository"
3365
3371
  msgstr ""
3366
3372
 
3367
3373
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3368
3374
  msgstr ""
3369
3375
 
3376
+ msgid "Import new manifest"
3377
+ msgstr ""
3378
+
3370
3379
  msgid "Import only"
3371
3380
  msgstr ""
3372
3381
 
@@ -3553,9 +3562,6 @@ msgstr ""
3553
3562
  msgid "Interval not set correctly"
3554
3563
  msgstr ""
3555
3564
 
3556
- msgid "Invalid"
3557
- msgstr ""
3558
-
3559
3565
  msgid "Invalid association of the content view id. Content View must match the content view version being saved"
3560
3566
  msgstr ""
3561
3567
 
@@ -3685,6 +3691,9 @@ msgstr ""
3685
3691
  msgid "Katello: Update Packages by search query"
3686
3692
  msgstr ""
3687
3693
 
3694
+ msgid "Katello: Upload Profile"
3695
+ msgstr ""
3696
+
3688
3697
  msgid "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)"
3689
3698
  msgstr ""
3690
3699
 
@@ -3724,6 +3733,9 @@ msgstr ""
3724
3733
  msgid "Last refresh :"
3725
3734
  msgstr ""
3726
3735
 
3736
+ msgid "Last seen"
3737
+ msgstr ""
3738
+
3727
3739
  msgid "Last sync"
3728
3740
  msgstr ""
3729
3741
 
@@ -3739,7 +3751,7 @@ msgstr ""
3739
3751
  msgid "Latest version"
3740
3752
  msgstr ""
3741
3753
 
3742
- msgid "Learn more about adding Subscription Manifests "
3754
+ msgid "Learn more about adding subscription manifests "
3743
3755
  msgstr ""
3744
3756
 
3745
3757
  msgid "Legacy UI"
@@ -3805,6 +3817,9 @@ msgstr ""
3805
3817
  msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
3806
3818
  msgstr ""
3807
3819
 
3820
+ msgid "Limit actions to content in the host's environment."
3821
+ msgstr ""
3822
+
3808
3823
  msgid "Limit content to Red Hat / custom"
3809
3824
  msgstr ""
3810
3825
 
@@ -4105,6 +4120,12 @@ msgstr ""
4105
4120
  msgid "Manifest does not have a valid subscription"
4106
4121
  msgstr ""
4107
4122
 
4123
+ msgid "Manifest expired"
4124
+ msgstr ""
4125
+
4126
+ msgid "Manifest expiring soon"
4127
+ msgstr ""
4128
+
4108
4129
  msgid "Manifest imported"
4109
4130
  msgstr ""
4110
4131
 
@@ -4120,6 +4141,9 @@ msgstr ""
4120
4141
  msgid "Manifest in '%{subject}' refreshed."
4121
4142
  msgstr ""
4122
4143
 
4144
+ 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."
4145
+ msgstr ""
4146
+
4123
4147
  msgid "Manifest refresh timeout"
4124
4148
  msgstr ""
4125
4149
 
@@ -4135,9 +4159,6 @@ msgstr ""
4135
4159
  msgid "Mark Content Host Statuses as Unknown for %s"
4136
4160
  msgstr ""
4137
4161
 
4138
- msgid "Matched"
4139
- msgstr ""
4140
-
4141
4162
  msgid "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs."
4142
4163
  msgstr ""
4143
4164
 
@@ -4180,6 +4201,9 @@ msgstr ""
4180
4201
  msgid "Messaging connection"
4181
4202
  msgstr ""
4182
4203
 
4204
+ msgid "Metadata generate"
4205
+ msgstr ""
4206
+
4183
4207
  msgid ""
4184
4208
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4185
4209
  "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."
@@ -4191,9 +4215,6 @@ msgstr ""
4191
4215
  msgid "Minimum version"
4192
4216
  msgstr ""
4193
4217
 
4194
- msgid "Mismatched"
4195
- msgstr ""
4196
-
4197
4218
  msgid "Missing activation key!"
4198
4219
  msgstr ""
4199
4220
 
@@ -4356,9 +4377,6 @@ msgstr ""
4356
4377
  msgid "No Content found"
4357
4378
  msgstr ""
4358
4379
 
4359
- msgid "No Manifest Uploaded"
4360
- msgstr ""
4361
-
4362
4380
  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."
4363
4381
  msgstr ""
4364
4382
 
@@ -4494,6 +4512,9 @@ msgstr ""
4494
4512
  msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
4495
4513
  msgstr ""
4496
4514
 
4515
+ msgid "No manifest imported"
4516
+ msgstr ""
4517
+
4497
4518
  msgid "No matching "
4498
4519
  msgstr ""
4499
4520
 
@@ -4686,9 +4707,6 @@ msgstr ""
4686
4707
  msgid "Not running"
4687
4708
  msgstr ""
4688
4709
 
4689
- msgid "Not specified"
4690
- msgstr ""
4691
-
4692
4710
  msgid "Not yet published"
4693
4711
  msgstr ""
4694
4712
 
@@ -4929,12 +4947,6 @@ msgstr ""
4929
4947
  msgid "Package Install scheduled by %s"
4930
4948
  msgstr ""
4931
4949
 
4932
- msgid "Package Profile Update"
4933
- msgstr ""
4934
-
4935
- msgid "Package Profile Update for %s"
4936
- msgstr ""
4937
-
4938
4950
  msgid "Package Remove"
4939
4951
  msgstr ""
4940
4952
 
@@ -5016,12 +5028,6 @@ msgstr ""
5016
5028
  msgid "Page number, starting at 1"
5017
5029
  msgstr ""
5018
5030
 
5019
- msgid "Partial"
5020
- msgstr ""
5021
-
5022
- msgid "Partially entitled"
5023
- msgstr ""
5024
-
5025
5031
  msgid "Partition template IDs"
5026
5032
  msgstr ""
5027
5033
 
@@ -5031,9 +5037,6 @@ msgstr ""
5031
5037
  msgid "Password for authentication. Relevant only for 'upstream_server' type."
5032
5038
  msgstr ""
5033
5039
 
5034
- msgid "Password of the upstream authentication token."
5035
- msgstr ""
5036
-
5037
5040
  msgid "Password of the upstream repository user used for authentication"
5038
5041
  msgstr ""
5039
5042
 
@@ -5049,6 +5052,9 @@ msgstr ""
5049
5052
  msgid "Paused"
5050
5053
  msgstr ""
5051
5054
 
5055
+ msgid "Pending tasks detected in repositories of this content view. Please wait for the tasks: "
5056
+ msgstr ""
5057
+
5052
5058
  msgid "Perform a module stream action via Katello interface"
5053
5059
  msgstr ""
5054
5060
 
@@ -5106,16 +5112,13 @@ msgstr ""
5106
5112
  msgid "Please select a lifecycle environment and a content view to move this activation key."
5107
5113
  msgstr ""
5108
5114
 
5109
- msgid "Please select an architecture before assigning a kickstart repository"
5110
- msgstr ""
5111
-
5112
- msgid "Please select an operating system before assigning a kickstart repository"
5115
+ msgid "Please select a lifecycle environment and content view to view activation keys."
5113
5116
  msgstr ""
5114
5117
 
5115
- msgid "Please select an organization to view subscription status."
5118
+ msgid "Please select an architecture before assigning a kickstart repository"
5116
5119
  msgstr ""
5117
5120
 
5118
- msgid "Please select an organization to view subscription totals."
5121
+ msgid "Please select an operating system before assigning a kickstart repository"
5119
5122
  msgstr ""
5120
5123
 
5121
5124
  msgid "Please select one from the list below and you will be redirected."
@@ -5453,9 +5456,6 @@ msgstr ""
5453
5456
  msgid "Reboot required"
5454
5457
  msgstr ""
5455
5458
 
5456
- msgid "Recently Expired Subscriptions"
5457
- msgstr ""
5458
-
5459
5459
  msgid "Reclaim Space"
5460
5460
  msgstr ""
5461
5461
 
@@ -5558,6 +5558,9 @@ msgstr ""
5558
5558
  msgid "Registered"
5559
5559
  msgstr ""
5560
5560
 
5561
+ msgid "Registered at"
5562
+ msgstr ""
5563
+
5561
5564
  msgid "Registered by"
5562
5565
  msgstr ""
5563
5566
 
@@ -5696,6 +5699,9 @@ msgstr ""
5696
5699
  msgid "Remove subscriptions from %s"
5697
5700
  msgstr ""
5698
5701
 
5702
+ msgid "Remove subscriptions from a host"
5703
+ msgstr ""
5704
+
5699
5705
  msgid "Remove subscriptions from one or more hosts"
5700
5706
  msgstr ""
5701
5707
 
@@ -6050,9 +6056,6 @@ msgstr ""
6050
6056
  msgid "SSL client key"
6051
6057
  msgstr ""
6052
6058
 
6053
- msgid "SSL version used to communicate with the CDN"
6054
- msgstr ""
6055
-
6056
6059
  msgid "SUBSCRIPTIONS EXPIRING SOON"
6057
6060
  msgstr ""
6058
6061
 
@@ -6062,10 +6065,10 @@ msgstr ""
6062
6065
  msgid "Saving alternate content source..."
6063
6066
  msgstr ""
6064
6067
 
6065
- msgid "Schema Version 1"
6068
+ msgid "Schema version 1"
6066
6069
  msgstr ""
6067
6070
 
6068
- msgid "Schema Version 2"
6071
+ msgid "Schema version 2"
6069
6072
  msgstr ""
6070
6073
 
6071
6074
  msgid "Search"
@@ -6266,9 +6269,6 @@ msgstr ""
6266
6269
  msgid "Service Level (SLA)"
6267
6270
  msgstr ""
6268
6271
 
6269
- msgid "Service level"
6270
- msgstr ""
6271
-
6272
6272
  msgid "Service level of host"
6273
6273
  msgstr ""
6274
6274
 
@@ -6401,19 +6401,13 @@ msgstr ""
6401
6401
  msgid "Shows version information"
6402
6402
  msgstr ""
6403
6403
 
6404
- msgid "Simple Content Access"
6405
- msgstr ""
6406
-
6407
- msgid "Simple Content Access has been disabled by the upstream organization administrator."
6408
- msgstr ""
6409
-
6410
6404
  msgid "Simple Content Access has been disabled for '%{subject}'."
6411
6405
  msgstr ""
6412
6406
 
6413
6407
  msgid "Simple Content Access has been enabled for '%{subject}'."
6414
6408
  msgstr ""
6415
6409
 
6416
- msgid "Simple Content Access will be required for all organizations in Katello 4.12."
6410
+ msgid "Simple Content Access is the only supported content access mode"
6417
6411
  msgstr ""
6418
6412
 
6419
6413
  msgid "Simplified"
@@ -6527,6 +6521,9 @@ msgstr ""
6527
6521
  msgid "Something went wrong while fetching rpm packages! ${getResponseErrorMsgs(error.response)}"
6528
6522
  msgstr ""
6529
6523
 
6524
+ msgid "Something went wrong while getting container manifest lists! ${getResponseErrorMsgs(error.response)}"
6525
+ msgstr ""
6526
+
6530
6527
  msgid "Something went wrong while getting container tags! ${getResponseErrorMsgs(error.response)}"
6531
6528
  msgstr ""
6532
6529
 
@@ -6716,6 +6713,9 @@ msgstr ""
6716
6713
  msgid "Subscription Manifest"
6717
6714
  msgstr ""
6718
6715
 
6716
+ msgid "Subscription Manifest expiration date check"
6717
+ msgstr ""
6718
+
6719
6719
  msgid "Subscription Manifest validity check"
6720
6720
  msgstr ""
6721
6721
 
@@ -6728,9 +6728,6 @@ msgstr ""
6728
6728
  msgid "Subscription Pool uuid"
6729
6729
  msgstr ""
6730
6730
 
6731
- msgid "Subscription Status"
6732
- msgstr ""
6733
-
6734
6731
  msgid "Subscription UUID"
6735
6732
  msgstr ""
6736
6733
 
@@ -6758,27 +6755,18 @@ msgstr ""
6758
6755
  msgid "Subscription not found"
6759
6756
  msgstr ""
6760
6757
 
6761
- msgid "Subscription status"
6762
- msgstr ""
6763
-
6764
6758
  msgid "Subscription was not persisted - %{error_message}"
6765
6759
  msgstr ""
6766
6760
 
6767
6761
  msgid "Subscriptions"
6768
6762
  msgstr ""
6769
6763
 
6770
- msgid "Subscriptions Expiring in 120 Days"
6771
- msgstr ""
6772
-
6773
6764
  msgid "Subscriptions expiring soon"
6774
6765
  msgstr ""
6775
6766
 
6776
6767
  msgid "Subscriptions have been saved and are being updated. "
6777
6768
  msgstr ""
6778
6769
 
6779
- msgid "Subscriptions information based on selected activation keys:"
6780
- msgstr ""
6781
-
6782
6770
  msgid "Subscriptions service"
6783
6771
  msgstr ""
6784
6772
 
@@ -7102,7 +7090,7 @@ msgstr ""
7102
7090
  msgid "The maximum number of versions of each package to keep."
7103
7091
  msgstr ""
7104
7092
 
7105
- msgid "The number of days remaining in a subscription before you will be reminded about renewing it."
7093
+ msgid "The number of days remaining in a subscription before you will be reminded about renewing it. Also used for manifest expiration warnings."
7106
7094
  msgstr ""
7107
7095
 
7108
7096
  msgid "The number of items fetched from a single paged Pulp API call."
@@ -7152,6 +7140,9 @@ msgstr ""
7152
7140
  msgid "The selected kickstart repository is not part of the assigned content view, lifecycle environment, content source, operating system, and architecture"
7153
7141
  msgstr ""
7154
7142
 
7143
+ msgid "The selected lifecycle environment contains no activation keys"
7144
+ msgstr ""
7145
+
7155
7146
  msgid "The selected/Inherited Content View is not available for this Lifecycle Environment"
7156
7147
  msgstr ""
7157
7148
 
@@ -7176,6 +7167,9 @@ msgstr ""
7176
7167
  msgid "The type of content to upload (srpm, file, etc.). Check uploadable types here: /katello/api/repositories/repository_types"
7177
7168
  msgstr ""
7178
7169
 
7170
+ msgid "The value will be available in templates as @host.params['kt_activation_keys']"
7171
+ msgstr ""
7172
+
7179
7173
  msgid "There are no Manifests to display"
7180
7174
  msgstr ""
7181
7175
 
@@ -7200,10 +7194,10 @@ msgstr ""
7200
7194
  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."
7201
7195
  msgstr ""
7202
7196
 
7203
- msgid "There is no Manifest History to display."
7197
+ msgid "There is no downloaded content to clean."
7204
7198
  msgstr ""
7205
7199
 
7206
- msgid "There is no downloaded content to clean."
7200
+ msgid "There is no manifest history to display."
7207
7201
  msgstr ""
7208
7202
 
7209
7203
  msgid "There is no such HTTP proxy"
@@ -7266,7 +7260,7 @@ msgstr ""
7266
7260
  msgid "This content view will be deleted. Changes will be effective after clicking Delete."
7267
7261
  msgstr ""
7268
7262
 
7269
- msgid "This endpoint is deprecated and will be removed in Katello 4.12. All organizations are now eligible for Simple Content Access."
7263
+ msgid "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode."
7270
7264
  msgstr ""
7271
7265
 
7272
7266
  msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
@@ -7308,10 +7302,10 @@ msgstr ""
7308
7302
  msgid "This is not a linked repository"
7309
7303
  msgstr ""
7310
7304
 
7311
- msgid "This organization is not using {scaLink}. Entitlement-based subscription management is deprecated and will be removed in Katello 4.12."
7305
+ msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7312
7306
  msgstr ""
7313
7307
 
7314
- msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7308
+ msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7315
7309
  msgstr ""
7316
7310
 
7317
7311
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
@@ -7344,6 +7338,9 @@ msgstr ""
7344
7338
  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."
7345
7339
  msgstr ""
7346
7340
 
7341
+ msgid "This will update the content view environments for {hosts}."
7342
+ msgstr ""
7343
+
7347
7344
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7348
7345
  msgstr ""
7349
7346
 
@@ -7359,6 +7356,9 @@ msgstr ""
7359
7356
  msgid "Title"
7360
7357
  msgstr ""
7361
7358
 
7359
+ 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."
7360
+ msgstr ""
7361
+
7362
7362
  msgid "To enable them, add the environment to the content source, or select a different content source."
7363
7363
  msgstr ""
7364
7364
 
@@ -7377,9 +7377,6 @@ msgstr ""
7377
7377
  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."
7378
7378
  msgstr ""
7379
7379
 
7380
- msgid "Toggling Simple Content Access will refresh your manifest."
7381
- msgstr ""
7382
-
7383
7380
  msgid "Total steps: "
7384
7381
  msgstr ""
7385
7382
 
@@ -7566,9 +7563,6 @@ msgstr ""
7566
7563
  msgid "Unattach a subscription"
7567
7564
  msgstr ""
7568
7565
 
7569
- msgid "Unentitled"
7570
- msgstr ""
7571
-
7572
7566
  msgid "Unfiltered params array: %s."
7573
7567
  msgstr ""
7574
7568
 
@@ -7584,12 +7578,6 @@ msgstr ""
7584
7578
  msgid "Unknown errata status"
7585
7579
  msgstr ""
7586
7580
 
7587
- msgid "Unknown or Unregistered"
7588
- msgstr ""
7589
-
7590
- msgid "Unknown subscription status"
7591
- msgstr ""
7592
-
7593
7581
  msgid "Unknown traces status"
7594
7582
  msgstr ""
7595
7583
 
@@ -7605,12 +7593,6 @@ msgstr ""
7605
7593
  msgid "Unspecified"
7606
7594
  msgstr ""
7607
7595
 
7608
- msgid "Unsubscribed Hypervisor"
7609
- msgstr ""
7610
-
7611
- msgid "Unsubscribed hypervisor"
7612
- msgstr ""
7613
-
7614
7596
  msgid "Unsupported CDN resource"
7615
7597
  msgstr ""
7616
7598
 
@@ -7686,10 +7668,10 @@ msgstr ""
7686
7668
  msgid "Update content urls"
7687
7669
  msgstr ""
7688
7670
 
7689
- msgid "Update for host"
7671
+ msgid "Update content view environments for host"
7690
7672
  msgstr ""
7691
7673
 
7692
- msgid "Update for host %s"
7674
+ msgid "Update content view environments for host %s"
7693
7675
  msgstr ""
7694
7676
 
7695
7677
  msgid "Update hosts manually"
@@ -7815,7 +7797,7 @@ msgstr ""
7815
7797
  msgid "Upload into"
7816
7798
  msgstr ""
7817
7799
 
7818
- msgid "Upload profiles without Dynflow"
7800
+ msgid "Upload package / repos profile"
7819
7801
  msgstr ""
7820
7802
 
7821
7803
  msgid "Upload request id"
@@ -7833,6 +7815,9 @@ msgstr ""
7833
7815
  msgid "Upstream Name cannot be blank when Repository URL is provided."
7834
7816
  msgstr ""
7835
7817
 
7818
+ msgid "Upstream authentication token string for yum repositories."
7819
+ msgstr ""
7820
+
7836
7821
  msgid "Upstream foreman server to sync CDN content from. Relevant only for 'upstream_server' type."
7837
7822
  msgstr ""
7838
7823
 
@@ -7917,7 +7902,10 @@ msgstr ""
7917
7902
  msgid "Username, Password, Upstream Organization Label, and SSL CA Credential are required when using an upstream Foreman server."
7918
7903
  msgstr ""
7919
7904
 
7920
- msgid "Valid"
7905
+ msgid "Validate host/lifecycle environment/content source coherence"
7906
+ msgstr ""
7907
+
7908
+ 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"
7921
7909
  msgstr ""
7922
7910
 
7923
7911
  msgid "Value must either be a boolean or 'default' for 'enabled'"
@@ -7929,12 +7917,24 @@ msgstr ""
7929
7917
  msgid "Verify checksum"
7930
7918
  msgstr ""
7931
7919
 
7920
+ msgid "Verify checksum for content on smart proxy"
7921
+ msgstr ""
7922
+
7932
7923
  msgid "Verify checksum for one or more products"
7933
7924
  msgstr ""
7934
7925
 
7926
+ msgid "Verify checksum of repositories in %{name} %{version}"
7927
+ msgstr ""
7928
+
7935
7929
  msgid "Verify checksum of repository contents"
7936
7930
  msgstr ""
7937
7931
 
7932
+ msgid "Verify checksum of repository contents in the content view version"
7933
+ msgstr ""
7934
+
7935
+ msgid "Verify checksum of version repositories"
7936
+ msgstr ""
7937
+
7938
7938
  msgid "Version"
7939
7939
  msgstr ""
7940
7940
 
@@ -8046,9 +8046,6 @@ msgstr ""
8046
8046
  msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
8047
8047
  msgstr ""
8048
8048
 
8049
- msgid "When Simple Content Access is enabled, hosts are not required to have subscriptions attached to access repositories."
8050
- msgstr ""
8051
-
8052
8049
  msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
8053
8050
  msgstr ""
8054
8051
 
@@ -8058,9 +8055,6 @@ msgstr ""
8058
8055
  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."
8059
8056
  msgstr ""
8060
8057
 
8061
- msgid "Whether Simple Content Access should be enabled for the organization."
8062
- msgstr ""
8063
-
8064
8058
  msgid "Whether or not the host collection may have unlimited hosts"
8065
8059
  msgstr ""
8066
8060
 
@@ -8085,9 +8079,6 @@ msgstr ""
8085
8079
  msgid "Whether to include available content attribute in results"
8086
8080
  msgstr ""
8087
8081
 
8088
- msgid "Whether to turn on Simple Content Access for the organization."
8089
- msgstr ""
8090
-
8091
8082
  msgid "Workers"
8092
8083
  msgstr ""
8093
8084
 
@@ -8163,6 +8154,12 @@ msgstr ""
8163
8154
  msgid "You're making changes to %(entitlementCount)s entitlement(s)"
8164
8155
  msgstr ""
8165
8156
 
8157
+ msgid "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest."
8158
+ msgstr ""
8159
+
8160
+ 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."
8161
+ msgstr ""
8162
+
8166
8163
  msgid "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs."
8167
8164
  msgstr ""
8168
8165
 
@@ -8427,6 +8424,12 @@ msgstr ""
8427
8424
  msgid "create a filter for a content view"
8428
8425
  msgstr ""
8429
8426
 
8427
+ msgid "day"
8428
+ msgstr ""
8429
+
8430
+ msgid "days"
8431
+ msgstr ""
8432
+
8430
8433
  msgid "deb, package, package group, or docker tag names"
8431
8434
  msgstr ""
8432
8435
 
@@ -8559,7 +8562,7 @@ msgstr ""
8559
8562
  msgid "has already been taken for this product."
8560
8563
  msgstr ""
8561
8564
 
8562
- msgid "here."
8565
+ msgid "here"
8563
8566
  msgstr ""
8564
8567
 
8565
8568
  msgid "host collection name to filter by"
@@ -8625,6 +8628,9 @@ msgstr ""
8625
8628
  msgid "invalid: Repositories can only require one OS version."
8626
8629
  msgstr ""
8627
8630
 
8631
+ msgid "invalid: The content source must sync the lifecycle environment assigned to the host. See the logs for more information."
8632
+ msgstr ""
8633
+
8628
8634
  msgid "is already attached to the capsule"
8629
8635
  msgstr ""
8630
8636
 
@@ -8862,6 +8868,12 @@ msgstr ""
8862
8868
  msgid "security advisory"
8863
8869
  msgstr ""
8864
8870
 
8871
+ msgid "selected host"
8872
+ msgstr ""
8873
+
8874
+ msgid "selected hosts"
8875
+ msgstr ""
8876
+
8865
8877
  msgid "service level"
8866
8878
  msgstr ""
8867
8879
 
@@ -8901,6 +8913,9 @@ msgstr ""
8901
8913
  msgid "sync plan numeric identifier"
8902
8914
  msgstr ""
8903
8915
 
8916
+ msgid "system registration"
8917
+ msgstr ""
8918
+
8904
8919
  msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
8905
8920
  msgstr ""
8906
8921