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