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