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