katello 4.19.0.rc1 → 4.19.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +337 -16
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +337 -16
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +337 -16
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +338 -17
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +337 -16
  7. data/app/assets/javascripts/katello/locale/de/katello.js +339 -18
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +337 -16
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +337 -16
  10. data/app/assets/javascripts/katello/locale/el/katello.js +337 -16
  11. data/app/assets/javascripts/katello/locale/en/katello.js +338 -17
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +337 -16
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +337 -16
  14. data/app/assets/javascripts/katello/locale/es/katello.js +337 -16
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +337 -16
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +340 -19
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +337 -16
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +337 -16
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +337 -16
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +337 -16
  21. data/app/assets/javascripts/katello/locale/id/katello.js +337 -16
  22. data/app/assets/javascripts/katello/locale/it/katello.js +337 -16
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +340 -19
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +339 -18
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +337 -16
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +339 -18
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +337 -16
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +337 -16
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +337 -16
  30. data/app/assets/javascripts/katello/locale/or/katello.js +337 -16
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +337 -16
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +337 -16
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +337 -16
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +337 -16
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +337 -16
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +337 -16
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +337 -16
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +337 -16
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +337 -16
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +337 -16
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +337 -16
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +337 -16
  43. data/app/assets/javascripts/katello/locale/te/katello.js +337 -16
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +337 -16
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +337 -16
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +337 -16
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +337 -16
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +340 -19
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +337 -16
  50. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
  51. data/app/lib/actions/katello/repository/metadata_generate.rb +16 -1
  52. data/app/models/katello/authorization/repository.rb +4 -13
  53. data/app/services/katello/pulp3/repository/apt.rb +14 -6
  54. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
  55. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
  56. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
  57. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
  58. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
  59. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +10 -0
  62. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
  63. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
  64. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
  65. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
  66. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
  67. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
  100. data/lib/katello/plugin.rb +1 -0
  101. data/lib/katello/version.rb +1 -1
  102. data/locale/action_names.rb +180 -0
  103. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  104. data/locale/bn/katello.po +337 -16
  105. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  106. data/locale/bn_IN/katello.po +337 -16
  107. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  108. data/locale/ca/katello.po +337 -16
  109. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  110. data/locale/cs/katello.po +338 -18
  111. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  112. data/locale/cs_CZ/katello.po +337 -16
  113. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  114. data/locale/de/katello.po +340 -19
  115. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  116. data/locale/de_AT/katello.po +337 -16
  117. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  118. data/locale/de_DE/katello.po +337 -16
  119. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  120. data/locale/el/katello.po +337 -16
  121. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  122. data/locale/en/katello.po +338 -18
  123. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  124. data/locale/en_GB/katello.po +337 -16
  125. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  126. data/locale/en_US/katello.po +337 -16
  127. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  128. data/locale/es/katello.po +337 -16
  129. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  130. data/locale/et_EE/katello.po +337 -16
  131. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  132. data/locale/fr/katello.po +341 -20
  133. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  134. data/locale/gl/katello.po +337 -16
  135. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  136. data/locale/gu/katello.po +337 -16
  137. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  138. data/locale/he_IL/katello.po +337 -16
  139. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  140. data/locale/hi/katello.po +337 -16
  141. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  142. data/locale/id/katello.po +337 -16
  143. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  144. data/locale/it/katello.po +337 -16
  145. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  146. data/locale/ja/katello.po +342 -20
  147. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  148. data/locale/ka/katello.po +339 -18
  149. data/locale/katello.pot +811 -296
  150. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  151. data/locale/kn/katello.po +337 -16
  152. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/ko/katello.po +340 -19
  154. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/ml_IN/katello.po +337 -16
  156. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  157. data/locale/mr/katello.po +337 -16
  158. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/nl_NL/katello.po +337 -16
  160. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/or/katello.po +337 -16
  162. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/pa/katello.po +337 -16
  164. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/pl/katello.po +337 -16
  166. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  167. data/locale/pl_PL/katello.po +337 -16
  168. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  169. data/locale/pt/katello.po +337 -16
  170. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  171. data/locale/pt_BR/katello.po +337 -16
  172. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  173. data/locale/ro/katello.po +337 -16
  174. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  175. data/locale/ro_RO/katello.po +337 -16
  176. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  177. data/locale/ru/katello.po +337 -16
  178. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  179. data/locale/sl/katello.po +337 -16
  180. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  181. data/locale/sv_SE/katello.po +337 -16
  182. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  183. data/locale/ta/katello.po +337 -16
  184. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  185. data/locale/ta_IN/katello.po +337 -16
  186. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  187. data/locale/te/katello.po +337 -16
  188. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  189. data/locale/tr/katello.po +337 -16
  190. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  191. data/locale/vi/katello.po +337 -16
  192. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  193. data/locale/vi_VN/katello.po +337 -16
  194. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  195. data/locale/zh/katello.po +337 -16
  196. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  197. data/locale/zh_CN/katello.po +341 -20
  198. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  199. data/locale/zh_TW/katello.po +337 -16
  200. data/webpack/ForemanColumnExtensions/index.js +46 -2
  201. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
  202. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +1 -1
  203. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
  204. data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
  205. data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
  206. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
  207. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
  208. metadata +22 -24
data/locale/katello.pot CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: katello 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-10-29 19:44+0000\n"
12
- "PO-Revision-Date: 2025-10-29 19:44+0000\n"
11
+ "POT-Creation-Date: 2025-12-09 19:07+0000\n"
12
+ "PO-Revision-Date: 2025-12-09 19:07+0000\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -242,7 +242,7 @@ msgid "can the activation key have unlimited hosts"
242
242
  msgstr ""
243
243
 
244
244
  #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:21
245
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:135
245
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:142
246
246
  msgid "content release version"
247
247
  msgstr ""
248
248
 
@@ -413,13 +413,13 @@ msgstr ""
413
413
 
414
414
  #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:183
415
415
  #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:118
416
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:109
416
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:116
417
417
  msgid "Label of the content"
418
418
  msgstr ""
419
419
 
420
420
  #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:184
421
421
  #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:119
422
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:110
422
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:117
423
423
  msgid "Override value. Provide a boolean value if name is 'enabled'"
424
424
  msgstr ""
425
425
 
@@ -432,7 +432,7 @@ msgstr ""
432
432
  #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:186
433
433
  #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:121
434
434
  #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:127
435
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:112
435
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:119
436
436
  msgid "Set true to remove an override and reset it to 'default'"
437
437
  msgstr ""
438
438
 
@@ -1592,12 +1592,12 @@ msgid "Search string for host to perform an action on"
1592
1592
  msgstr ""
1593
1593
 
1594
1594
  #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:126
1595
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:30
1595
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:31
1596
1596
  msgid "List of host ids to perform an action on"
1597
1597
  msgstr ""
1598
1598
 
1599
1599
  #: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:129
1600
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:33
1600
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:34
1601
1601
  msgid "List of host ids to exclude and not run an action on"
1602
1602
  msgstr ""
1603
1603
 
@@ -2062,7 +2062,7 @@ msgid "ID of the environment"
2062
2062
  msgstr ""
2063
2063
 
2064
2064
  #: ../app/controllers/katello/api/v2/environments_controller.rb:70
2065
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:27
2065
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:28
2066
2066
  #: ../app/controllers/katello/api/v2/products_controller.rb:76
2067
2067
  msgid "ID of the organization"
2068
2068
  msgstr ""
@@ -2285,12 +2285,22 @@ msgid "Name of the product to mirror the remote repository to"
2285
2285
  msgstr ""
2286
2286
 
2287
2287
  #:
2288
- #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:85
2288
+ #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:91
2289
2289
  msgid "Could not find product with name '%{name}' in organization id %{org_id}."
2290
2290
  msgstr ""
2291
2291
 
2292
2292
  #:
2293
- #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:103
2293
+ #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:96
2294
+ msgid "Organization must be specified when providing product by name."
2295
+ msgstr ""
2296
+
2297
+ #:
2298
+ #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:99
2299
+ msgid "Product must be specified."
2300
+ msgstr ""
2301
+
2302
+ #:
2303
+ #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:104
2294
2304
  msgid ""
2295
2305
  "Flatpak repositories cannot be mirrored into Red Hat products. Please select a"
2296
2306
  " custom product."
@@ -2809,12 +2819,12 @@ msgid "Override to a boolean value or 'default'"
2809
2819
  msgstr ""
2810
2820
 
2811
2821
  #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:117
2812
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:108
2822
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:115
2813
2823
  msgid "Array of Content override parameters"
2814
2824
  msgstr ""
2815
2825
 
2816
2826
  #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:120
2817
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:111
2827
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:118
2818
2828
  msgid ""
2819
2829
  "Override key or name. Note if name is not provided the default name will be 'e"
2820
2830
  "nabled'"
@@ -2862,7 +2872,7 @@ msgid "Resolve traces"
2862
2872
  msgstr ""
2863
2873
 
2864
2874
  #: ../app/controllers/katello/api/v2/host_tracer_controller.rb:20
2865
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:150
2875
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:157
2866
2876
  msgid "Array of Trace IDs"
2867
2877
  msgstr ""
2868
2878
 
@@ -2870,128 +2880,128 @@ msgstr ""
2870
2880
  msgid "The requested traces were not found for this host"
2871
2881
  msgstr ""
2872
2882
 
2873
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:29
2883
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:30
2874
2884
  msgid "Search string for hosts to perform an action on"
2875
2885
  msgstr ""
2876
2886
 
2877
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:38
2887
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:39
2878
2888
  msgid "Add one or more host collections to one or more hosts"
2879
2889
  msgstr ""
2880
2890
 
2881
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:40
2882
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:63
2891
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:41
2892
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:70
2883
2893
  msgid "List of host collection ids"
2884
2894
  msgstr ""
2885
2895
 
2886
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:51
2887
- msgid ""
2888
- "Successfully added %{count} content host(s) to host collection %{host_collecti"
2889
- "on}."
2896
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:53
2897
+ msgid "All selected hosts were already members of host collection %{host_collection}."
2890
2898
  msgstr ""
2891
2899
 
2892
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:61
2900
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:56
2901
+ msgid "Added %{count} host(s) to host collection %{host_collection}."
2902
+ msgstr ""
2903
+
2904
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:68
2893
2905
  msgid "Remove one or more host collections from one or more hosts"
2894
2906
  msgstr ""
2895
2907
 
2896
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:74
2897
- msgid ""
2898
- "Successfully removed %{count} content host(s) from host collection %{host_coll"
2899
- "ection}."
2908
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:81
2909
+ msgid "Removed %{count} host(s) from host collection %{host_collection}."
2900
2910
  msgstr ""
2901
2911
 
2902
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:84
2912
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:91
2903
2913
  msgid "Fetch applicable errata for one or more hosts."
2904
2914
  msgstr ""
2905
2915
 
2906
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:92
2916
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:99
2907
2917
  msgid "Fetch installable errata for one or more hosts."
2908
2918
  msgstr ""
2909
2919
 
2910
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:99
2920
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:106
2911
2921
  msgid "Destroy one or more hosts"
2912
2922
  msgstr ""
2913
2923
 
2914
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:106
2924
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:113
2915
2925
  msgid "Set content overrides to one or more hosts"
2916
2926
  msgstr ""
2917
2927
 
2918
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:124
2928
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:131
2919
2929
  msgid "Assign the environment and content view to one or more hosts"
2920
2930
  msgstr ""
2921
2931
 
2922
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:133
2932
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:140
2923
2933
  msgid "Assign the release version to one or more hosts"
2924
2934
  msgstr ""
2925
2935
 
2926
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:141
2936
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:148
2927
2937
  msgid "Fetch traces for one or more hosts"
2928
2938
  msgstr ""
2929
2939
 
2930
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:148
2940
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:155
2931
2941
  msgid "Resolve traces for one or more hosts"
2932
2942
  msgstr ""
2933
2943
 
2934
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:157
2944
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:164
2935
2945
  msgid "Assign system purpose attributes on one or more hosts"
2936
2946
  msgstr ""
2937
2947
 
2938
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:159
2948
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:166
2939
2949
  msgid "Service level of host"
2940
2950
  msgstr ""
2941
2951
 
2942
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:160
2952
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:167
2943
2953
  msgid "Role of host"
2944
2954
  msgstr ""
2945
2955
 
2946
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:161
2956
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:168
2947
2957
  msgid "Usage of host"
2948
2958
  msgstr ""
2949
2959
 
2950
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:172
2960
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:179
2951
2961
  msgid ""
2952
2962
  "Given a set of hosts and errata, lists the content view versions and environme"
2953
2963
  "nts that need updating."
2954
2964
  msgstr ""
2955
2965
 
2956
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:175
2966
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:182
2957
2967
  msgid "List of Errata ids"
2958
2968
  msgstr ""
2959
2969
 
2960
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:177
2970
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:184
2961
2971
  msgid "errata_ids is a required parameter"
2962
2972
  msgstr ""
2963
2973
 
2964
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:202
2974
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:209
2965
2975
  msgid "Fetch available module streams for hosts."
2966
2976
  msgstr ""
2967
2977
 
2968
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:213
2978
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:220
2969
2979
  msgid ""
2970
2980
  "Update the content source for specified hosts and generate the reconfiguration"
2971
2981
  " script"
2972
2982
  msgstr ""
2973
2983
 
2974
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:214
2984
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:221
2975
2985
  msgid "The ids of the hosts to alter. Hosts not managed by Katello are ignored"
2976
2986
  msgstr ""
2977
2987
 
2978
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:215
2988
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:222
2979
2989
  msgid "The id of the lifecycle environment"
2980
2990
  msgstr ""
2981
2991
 
2982
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:216
2992
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:223
2983
2993
  msgid "The id of the content view"
2984
2994
  msgstr ""
2985
2995
 
2986
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:217
2996
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:224
2987
2997
  msgid "The id of the content source"
2988
2998
  msgstr ""
2989
2999
 
2990
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:246
3000
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:253
2991
3001
  msgid "Could not find all specified errata ids: %s"
2992
3002
  msgstr ""
2993
3003
 
2994
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:279
3004
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:286
2995
3005
  msgid "Maximum number of content hosts exceeded for host collection(s): %s"
2996
3006
  msgstr ""
2997
3007
 
@@ -4008,15 +4018,15 @@ msgstr ""
4008
4018
  msgid "Couldn't find %{content_type} with id '%{id}'"
4009
4019
  msgstr ""
4010
4020
 
4011
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:693
4021
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:692
4012
4022
  msgid "Red Hat products cannot be manipulated."
4013
4023
  msgstr ""
4014
4024
 
4015
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:697
4025
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:696
4016
4026
  msgid "Red Hat repositories cannot be manipulated."
4017
4027
  msgstr ""
4018
4028
 
4019
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:767
4029
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:766
4020
4030
  msgid "%s is required"
4021
4031
  msgstr ""
4022
4032
 
@@ -4540,15 +4550,15 @@ msgstr ""
4540
4550
  msgid "Unregister host %s before assigning an organization."
4541
4551
  msgstr ""
4542
4552
 
4543
- #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:29
4553
+ #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:39
4544
4554
  msgid "Alter a host's host collections"
4545
4555
  msgstr ""
4546
4556
 
4547
- #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:30
4557
+ #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:40
4548
4558
  msgid "The id of the host to alter"
4549
4559
  msgstr ""
4550
4560
 
4551
- #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:31
4561
+ #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:41
4552
4562
  msgid "List of host collection ids to update"
4553
4563
  msgstr ""
4554
4564
 
@@ -4893,9 +4903,9 @@ msgstr ""
4893
4903
  #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:314
4894
4904
  #: ../app/views/smart_proxies/plugins/_pulpcore.html.erb:2
4895
4905
  #: ../lib/katello/plugin.rb:8 ../lib/katello/plugin.rb:278
4896
- #: ../lib/katello/plugin.rb:292 ../lib/katello/plugin.rb:369
4897
- #: ../webpack/containers/Application/config.js:69
4898
- #: ../webpack/containers/Application/config.js:73 ../webpack/global_index.js:49
4906
+ #: ../lib/katello/plugin.rb:292 ../lib/katello/plugin.rb:370
4907
+ #: ../webpack/containers/Application/config.js:70
4908
+ #: ../webpack/containers/Application/config.js:74 ../webpack/global_index.js:50
4899
4909
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:64
4900
4910
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:140
4901
4911
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:134
@@ -4984,30 +4994,37 @@ msgstr ""
4984
4994
  #: ../app/lib/actions/katello/repository/create.rb:63
4985
4995
  #: ../app/lib/actions/katello/repository/create_root.rb:17
4986
4996
  #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:226
4997
+ #: action_names.rb:21 action_names.rb:22 action_names.rb:23 action_names.rb:24
4998
+ #: action_names.rb:25 action_names.rb:26 action_names.rb:27
4987
4999
  msgid "Create"
4988
5000
  msgstr ""
4989
5001
 
4990
- #: ../app/lib/actions/katello/activation_key/destroy.rb:20
5002
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:20 action_names.rb:28
4991
5003
  msgid "Delete Activation Key"
4992
5004
  msgstr ""
4993
5005
 
4994
5006
  #: ../app/lib/actions/katello/alternate_content_source/create.rb:27
5007
+ #: action_names.rb:10
4995
5008
  msgid "Create Alternate Content Source"
4996
5009
  msgstr ""
4997
5010
 
4998
5011
  #: ../app/lib/actions/katello/alternate_content_source/destroy.rb:21
5012
+ #: action_names.rb:49
4999
5013
  msgid "Destroy Alternate Content Source"
5000
5014
  msgstr ""
5001
5015
 
5002
5016
  #: ../app/lib/actions/katello/alternate_content_source/refresh.rb:20
5017
+ #: action_names.rb:103
5003
5018
  msgid "Refresh Alternate Content Source"
5004
5019
  msgstr ""
5005
5020
 
5006
5021
  #: ../app/lib/actions/katello/alternate_content_source/update.rb:83
5022
+ #: action_names.rb:146
5007
5023
  msgid "Update Alternate Content Source"
5008
5024
  msgstr ""
5009
5025
 
5010
5026
  #: ../app/lib/actions/katello/applicability/host/generate.rb:22
5027
+ #: action_names.rb:67
5011
5028
  msgid "Generate host applicability"
5012
5029
  msgstr ""
5013
5030
 
@@ -5022,14 +5039,16 @@ msgid "Bulk generate applicability for host %s"
5022
5039
  msgstr ""
5023
5040
 
5024
5041
  #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:48
5042
+ #: action_names.rb:4
5025
5043
  msgid "Bulk generate applicability for hosts"
5026
5044
  msgstr ""
5027
5045
 
5028
5046
  #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25
5047
+ #: action_names.rb:70
5029
5048
  msgid "Generate repository applicability"
5030
5049
  msgstr ""
5031
5050
 
5032
- #: ../app/lib/actions/katello/capsule_content/sync.rb:18
5051
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:18 action_names.rb:144
5033
5052
  msgid "Synchronize smart proxy"
5034
5053
  msgstr ""
5035
5054
 
@@ -5039,10 +5058,12 @@ msgid "Action not allowed for the default smart proxy."
5039
5058
  msgstr ""
5040
5059
 
5041
5060
  #: ../app/lib/actions/katello/capsule_content/update_content_counts.rb:11
5061
+ #: action_names.rb:148
5042
5062
  msgid "Update Content Counts"
5043
5063
  msgstr ""
5044
5064
 
5045
5065
  #: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:6
5066
+ #: action_names.rb:177
5046
5067
  msgid "Verify checksum for content on smart proxy"
5047
5068
  msgstr ""
5048
5069
 
@@ -5055,6 +5076,7 @@ msgid "Content view '%{content_view}' is not attached to this capsule."
5055
5076
  msgstr ""
5056
5077
 
5057
5078
  #: ../app/lib/actions/katello/cdn_configuration/update.rb:31
5079
+ #: action_names.rb:147
5058
5080
  msgid "Update CDN Configuration"
5059
5081
  msgstr ""
5060
5082
 
@@ -5095,6 +5117,8 @@ msgstr ""
5095
5117
  #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:268
5096
5118
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
5097
5119
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:92
5120
+ #: action_names.rb:42 action_names.rb:43 action_names.rb:44 action_names.rb:45
5121
+ #: action_names.rb:46 action_names.rb:47 action_names.rb:48
5098
5122
  msgid "Delete"
5099
5123
  msgstr ""
5100
5124
 
@@ -5160,6 +5184,7 @@ msgid "Cannot promote environment out of sequence. Use force to bypass restricti
5160
5184
  msgstr ""
5161
5185
 
5162
5186
  #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40
5187
+ #: action_names.rb:97
5163
5188
  msgid "Promotion to Environment"
5164
5189
  msgstr ""
5165
5190
 
@@ -5178,6 +5203,7 @@ msgstr ""
5178
5203
  #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:41
5179
5204
  #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:113
5180
5205
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:92
5206
+ #: action_names.rb:99
5181
5207
  msgid "Publish"
5182
5208
  msgstr ""
5183
5209
 
@@ -5188,6 +5214,7 @@ msgid ""
5188
5214
  msgstr ""
5189
5215
 
5190
5216
  #: ../app/lib/actions/katello/content_view/refresh_rolling_repo.rb:18
5217
+ #: action_names.rb:105
5191
5218
  msgid "Refresh RollingCV Repo"
5192
5219
  msgstr ""
5193
5220
 
@@ -5195,7 +5222,7 @@ msgstr ""
5195
5222
  msgid "Cannot delete version while it is in environment %s"
5196
5223
  msgstr ""
5197
5224
 
5198
- #: ../app/lib/actions/katello/content_view/remove.rb:97
5225
+ #: ../app/lib/actions/katello/content_view/remove.rb:97 action_names.rb:119
5199
5226
  msgid "Remove Versions and Associations"
5200
5227
  msgstr ""
5201
5228
 
@@ -5222,11 +5249,13 @@ msgid ""
5222
5249
  msgstr ""
5223
5250
 
5224
5251
  #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35
5252
+ #: action_names.rb:120
5225
5253
  msgid "Remove from Environment"
5226
5254
  msgstr ""
5227
5255
 
5228
5256
  #: ../app/lib/actions/katello/content_view/remove_version.rb:26
5229
5257
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:141
5258
+ #: action_names.rb:118
5230
5259
  msgid "Remove Version"
5231
5260
  msgstr ""
5232
5261
 
@@ -5235,22 +5264,27 @@ msgid "Create Repositories"
5235
5264
  msgstr ""
5236
5265
 
5237
5266
  #: ../app/lib/actions/katello/content_view_version/export.rb:31
5267
+ #: action_names.rb:62 action_names.rb:63 action_names.rb:64
5238
5268
  msgid "Export"
5239
5269
  msgstr ""
5240
5270
 
5241
5271
  #: ../app/lib/actions/katello/content_view_version/import.rb:57
5272
+ #: action_names.rb:73
5242
5273
  msgid "Import Content View Version"
5243
5274
  msgstr ""
5244
5275
 
5245
5276
  #: ../app/lib/actions/katello/content_view_version/import_library.rb:13
5277
+ #: action_names.rb:74
5246
5278
  msgid "Import Default Content View"
5247
5279
  msgstr ""
5248
5280
 
5249
5281
  #: ../app/lib/actions/katello/content_view_version/import_repository.rb:16
5282
+ #: action_names.rb:76
5250
5283
  msgid "Import Repository"
5251
5284
  msgstr ""
5252
5285
 
5253
5286
  #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:15
5287
+ #: action_names.rb:83
5254
5288
  msgid "Incremental Update"
5255
5289
  msgstr ""
5256
5290
 
@@ -5277,6 +5311,7 @@ msgid "Republish Repositories of %{name} %{version}"
5277
5311
  msgstr ""
5278
5312
 
5279
5313
  #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:33
5314
+ #: action_names.rb:130
5280
5315
  msgid "Republish Version Repositories"
5281
5316
  msgstr ""
5282
5317
 
@@ -5285,18 +5320,21 @@ msgid "Verify checksum of repositories in %{name} %{version}"
5285
5320
  msgstr ""
5286
5321
 
5287
5322
  #: ../app/lib/actions/katello/content_view_version/verify_checksum.rb:23
5323
+ #: action_names.rb:178
5288
5324
  msgid "Verify checksum of version repositories"
5289
5325
  msgstr ""
5290
5326
 
5291
- #: ../app/lib/actions/katello/environment/destroy.rb:42
5327
+ #: ../app/lib/actions/katello/environment/destroy.rb:42 action_names.rb:29
5292
5328
  msgid "Delete Lifecycle Environment"
5293
5329
  msgstr ""
5294
5330
 
5295
5331
  #: ../app/lib/actions/katello/environment/publish_container_repositories.rb:36
5332
+ #: action_names.rb:98
5296
5333
  msgid "Publish Lifecycle Environment Container Repositories"
5297
5334
  msgstr ""
5298
5335
 
5299
5336
  #: ../app/lib/actions/katello/flatpak/mirror_remote_repository.rb:26
5337
+ #: action_names.rb:91
5300
5338
  msgid "Mirror Remote Repository"
5301
5339
  msgstr ""
5302
5340
 
@@ -5304,7 +5342,7 @@ msgstr ""
5304
5342
  msgid "Destroy Content Host %s"
5305
5343
  msgstr ""
5306
5344
 
5307
- #: ../app/lib/actions/katello/host/destroy.rb:32
5345
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:50
5308
5346
  msgid "Destroy Content Host"
5309
5347
  msgstr ""
5310
5348
 
@@ -5340,6 +5378,7 @@ msgid "Unknown"
5340
5378
  msgstr ""
5341
5379
 
5342
5380
  #: ../app/lib/actions/katello/host/update_content_overrides.rb:32
5381
+ #: action_names.rb:149
5343
5382
  msgid "Update Content Overrides"
5344
5383
  msgstr ""
5345
5384
 
@@ -5350,6 +5389,7 @@ msgid "Host %s has not been registered with subscription-manager."
5350
5389
  msgstr ""
5351
5390
 
5352
5391
  #: ../app/lib/actions/katello/host/update_content_view.rb:20
5392
+ #: action_names.rb:151
5353
5393
  msgid "Update content view environments for host"
5354
5394
  msgstr ""
5355
5395
 
@@ -5362,6 +5402,7 @@ msgid "Host %{name} cannot be assigned release version %{release_version}."
5362
5402
  msgstr ""
5363
5403
 
5364
5404
  #: ../app/lib/actions/katello/host/update_release_version.rb:21
5405
+ #: action_names.rb:156
5365
5406
  msgid "Update release version for host"
5366
5407
  msgstr ""
5367
5408
 
@@ -5374,14 +5415,16 @@ msgid "Updating System Purpose for host %s"
5374
5415
  msgstr ""
5375
5416
 
5376
5417
  #: ../app/lib/actions/katello/host/update_system_purpose.rb:20
5418
+ #: action_names.rb:169
5377
5419
  msgid "Updating System Purpose for host"
5378
5420
  msgstr ""
5379
5421
 
5380
- #: ../app/lib/actions/katello/organization/destroy.rb:30
5422
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:53
5381
5423
  msgid "Destroy"
5382
5424
  msgstr ""
5383
5425
 
5384
5426
  #: ../app/lib/actions/katello/organization/manifest_delete.rb:42
5427
+ #: action_names.rb:30
5385
5428
  msgid "Delete Manifest"
5386
5429
  msgstr ""
5387
5430
 
@@ -5390,6 +5433,7 @@ msgid "Manifest deleted"
5390
5433
  msgstr ""
5391
5434
 
5392
5435
  #: ../app/lib/actions/katello/organization/manifest_import.rb:49
5436
+ #: action_names.rb:75
5393
5437
  msgid "Import Manifest"
5394
5438
  msgstr ""
5395
5439
 
@@ -5398,6 +5442,7 @@ msgid "Manifest imported"
5398
5442
  msgstr ""
5399
5443
 
5400
5444
  #: ../app/lib/actions/katello/organization/manifest_refresh.rb:84
5445
+ #: action_names.rb:104
5401
5446
  msgid "Refresh Manifest"
5402
5447
  msgstr ""
5403
5448
 
@@ -5409,11 +5454,11 @@ msgstr ""
5409
5454
  msgid "Cannot delete redhat product content"
5410
5455
  msgstr ""
5411
5456
 
5412
- #: ../app/lib/actions/katello/product/create.rb:37
5457
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:95
5413
5458
  msgid "Product Create"
5414
5459
  msgstr ""
5415
5460
 
5416
- #: ../app/lib/actions/katello/product/destroy.rb:56
5461
+ #: ../app/lib/actions/katello/product/destroy.rb:56 action_names.rb:31
5417
5462
  msgid "Delete Product"
5418
5463
  msgstr ""
5419
5464
 
@@ -5460,6 +5505,7 @@ msgid "Cannot publish a link repository if multiple component clones are specifi
5460
5505
  msgstr ""
5461
5506
 
5462
5507
  #: ../app/lib/actions/katello/repository/create_container_push_root.rb:39
5508
+ #: action_names.rb:11
5463
5509
  msgid "Create Container Push Repository Root"
5464
5510
  msgstr ""
5465
5511
 
@@ -5471,7 +5517,8 @@ msgid ""
5471
5517
  msgstr ""
5472
5518
 
5473
5519
  #: ../app/lib/actions/katello/repository/import_upload.rb:77
5474
- #: ../app/lib/actions/katello/repository/upload_files.rb:61
5520
+ #: ../app/lib/actions/katello/repository/upload_files.rb:61 action_names.rb:174
5521
+ #: action_names.rb:175
5475
5522
  msgid "Upload into"
5476
5523
  msgstr ""
5477
5524
 
@@ -5490,6 +5537,7 @@ msgid ""
5490
5537
  msgstr ""
5491
5538
 
5492
5539
  #: ../app/lib/actions/katello/repository/remove_content.rb:71
5540
+ #: action_names.rb:117
5493
5541
  msgid "Remove Content"
5494
5542
  msgstr ""
5495
5543
 
@@ -5501,7 +5549,7 @@ msgstr ""
5501
5549
  msgid "Synchronize: Skip Metadata Check"
5502
5550
  msgstr ""
5503
5551
 
5504
- #: ../app/lib/actions/katello/repository/sync.rb:86
5552
+ #: ../app/lib/actions/katello/repository/sync.rb:86 action_names.rb:145
5505
5553
  msgid "Synchronize"
5506
5554
  msgstr ""
5507
5555
 
@@ -5522,6 +5570,7 @@ msgstr ""
5522
5570
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:471
5523
5571
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:551
5524
5572
  #: ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:12
5573
+ #: action_names.rb:54
5525
5574
  msgid "Disable"
5526
5575
  msgstr ""
5527
5576
 
@@ -5533,6 +5582,7 @@ msgstr ""
5533
5582
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:460
5534
5583
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:534
5535
5584
  #: ../webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js:109
5585
+ #: action_names.rb:56
5536
5586
  msgid "Enable"
5537
5587
  msgstr ""
5538
5588
 
@@ -5540,7 +5590,7 @@ msgstr ""
5540
5590
  msgid "The repository is already enabled"
5541
5591
  msgstr ""
5542
5592
 
5543
- #: ../app/lib/actions/katello/sync_plan/run.rb:41
5593
+ #: ../app/lib/actions/katello/sync_plan/run.rb:41 action_names.rb:131
5544
5594
  msgid "Run Sync Plan:"
5545
5595
  msgstr ""
5546
5596
 
@@ -5623,20 +5673,24 @@ msgid ""
5623
5673
  msgstr ""
5624
5674
 
5625
5675
  #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:59
5676
+ #: action_names.rb:12
5626
5677
  msgid "Create Export History"
5627
5678
  msgstr ""
5628
5679
 
5629
5680
  #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:28
5681
+ #: action_names.rb:13
5630
5682
  msgid "Create Import History"
5631
5683
  msgstr ""
5632
5684
 
5633
5685
  #:
5634
5686
  #: ../app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb:44
5687
+ #: action_names.rb:14
5635
5688
  msgid "Create Syncable Export History"
5636
5689
  msgstr ""
5637
5690
 
5638
5691
  #:
5639
5692
  #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:41
5693
+ #: action_names.rb:60
5640
5694
  msgid "Export Library"
5641
5695
  msgstr ""
5642
5696
 
@@ -5651,6 +5705,7 @@ msgstr ""
5651
5705
 
5652
5706
  #:
5653
5707
  #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:32
5708
+ #: action_names.rb:61
5654
5709
  msgid "Export Repository"
5655
5710
  msgstr ""
5656
5711
 
@@ -5677,12 +5732,14 @@ msgid ""
5677
5732
  msgstr ""
5678
5733
 
5679
5734
  #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:54
5735
+ #: action_names.rb:81
5680
5736
  msgid "Import"
5681
5737
  msgstr ""
5682
5738
 
5683
5739
  #:
5684
5740
  #: ../app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb:16
5685
5741
  #: ../app/lib/actions/pulp3/repository/update_cv_repository_cert_guard.rb:14
5742
+ #: action_names.rb:170 action_names.rb:171
5686
5743
  msgid "Updating repository authentication configuration"
5687
5744
  msgstr ""
5688
5745
 
@@ -7195,7 +7252,7 @@ msgstr ""
7195
7252
  #: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:8
7196
7253
  #: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:9
7197
7254
  #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErratumExpansionContents.js:26
7198
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:79
7255
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:80
7199
7256
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:111
7200
7257
  #: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:34
7201
7258
  #: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:121
@@ -7205,7 +7262,7 @@ msgid "Packages"
7205
7262
  msgstr ""
7206
7263
 
7207
7264
  #: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:173
7208
- #: ../webpack/containers/Application/config.js:52
7265
+ #: ../webpack/containers/Application/config.js:53
7209
7266
  #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:225
7210
7267
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:259
7211
7268
  #: ../webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js:52
@@ -7224,7 +7281,7 @@ msgstr ""
7224
7281
  #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:125
7225
7282
  #: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:10
7226
7283
  #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:173
7227
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:87
7284
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:88
7228
7285
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:281
7229
7286
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:14
7230
7287
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:16
@@ -7237,7 +7294,7 @@ msgid "Errata"
7237
7294
  msgstr ""
7238
7295
 
7239
7296
  #: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:229
7240
- #: ../webpack/containers/Application/config.js:98
7297
+ #: ../webpack/containers/Application/config.js:99
7241
7298
  msgid "Container Images"
7242
7299
  msgstr ""
7243
7300
 
@@ -7395,7 +7452,7 @@ msgid "cannot be changed."
7395
7452
  msgstr ""
7396
7453
 
7397
7454
  #: ../app/models/katello/flatpak_remote.rb:23 ../lib/katello/plugin.rb:83
7398
- #: ../webpack/containers/Application/config.js:102
7455
+ #: ../webpack/containers/Application/config.js:107
7399
7456
  #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:99
7400
7457
  msgid "Flatpak Remotes"
7401
7458
  msgstr ""
@@ -7812,11 +7869,11 @@ msgstr ""
7812
7869
  msgid "It is only allowed for Non-Redhat Yum repositories."
7813
7870
  msgstr ""
7814
7871
 
7815
- #: ../app/models/katello/root_repository.rb:427
7872
+ #: ../app/models/katello/root_repository.rb:423
7816
7873
  msgid "Cannot calculate name for custom repos"
7817
7874
  msgstr ""
7818
7875
 
7819
- #: ../app/models/katello/root_repository.rb:469
7876
+ #: ../app/models/katello/root_repository.rb:466
7820
7877
  msgid "Cannot update properties of a container push repository"
7821
7878
  msgstr ""
7822
7879
 
@@ -7900,7 +7957,7 @@ msgstr ""
7900
7957
  msgid "No new packages installed"
7901
7958
  msgstr ""
7902
7959
 
7903
- #: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:50
7960
+ #: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:51
7904
7961
  msgid "Traces"
7905
7962
  msgstr ""
7906
7963
 
@@ -8135,34 +8192,34 @@ msgid ""
8135
8192
  "ization"
8136
8193
  msgstr ""
8137
8194
 
8138
- #: ../app/services/katello/registration_manager.rb:178
8195
+ #: ../app/services/katello/registration_manager.rb:173
8139
8196
  msgid "Content view and environment not set for registration."
8140
8197
  msgstr ""
8141
8198
 
8142
- #: ../app/services/katello/registration_manager.rb:241
8199
+ #: ../app/services/katello/registration_manager.rb:236
8143
8200
  msgid ""
8144
8201
  "Candlepin returned different consumer uuid than requested (%s), updating uuid "
8145
8202
  "in subscription_facet."
8146
8203
  msgstr ""
8147
8204
 
8148
- #: ../app/services/katello/registration_manager.rb:266
8205
+ #: ../app/services/katello/registration_manager.rb:261
8149
8206
  msgid "Host collection '%{name}' exceeds maximum usage limit of '%{limit}'"
8150
8207
  msgstr ""
8151
8208
 
8152
- #: ../app/services/katello/registration_manager.rb:280
8153
- #: ../app/services/katello/registration_manager.rb:291
8209
+ #: ../app/services/katello/registration_manager.rb:275
8210
+ #: ../app/services/katello/registration_manager.rb:286
8154
8211
  msgid ""
8155
8212
  "At least one activation key must have a lifecycle environment and content view"
8156
8213
  " assigned to it"
8157
8214
  msgstr ""
8158
8215
 
8159
- #: ../app/services/katello/registration_manager.rb:298
8216
+ #: ../app/services/katello/registration_manager.rb:293
8160
8217
  msgid ""
8161
8218
  "Attempted to destroy consumer %s from candlepin, but consumer does not exist i"
8162
8219
  "n candlepin"
8163
8220
  msgstr ""
8164
8221
 
8165
- #: ../app/services/katello/registration_manager.rb:300
8222
+ #: ../app/services/katello/registration_manager.rb:295
8166
8223
  msgid "Candlepin consumer %s has already been removed"
8167
8224
  msgstr ""
8168
8225
 
@@ -8191,9 +8248,9 @@ msgstr ""
8191
8248
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:83
8192
8249
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:89
8193
8250
  #: ../db/seeds.d/109-katello-notification-blueprints.rb:95
8194
- #: ../lib/katello/plugin.rb:12 ../webpack/containers/Application/config.js:31
8251
+ #: ../lib/katello/plugin.rb:12 ../webpack/containers/Application/config.js:32
8195
8252
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:68
8196
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:237
8253
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:249
8197
8254
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:231
8198
8255
  msgid "Subscriptions"
8199
8256
  msgstr ""
@@ -8256,13 +8313,16 @@ msgstr ""
8256
8313
  #: ../app/views/dashboard/_errata_widget.html.erb:15
8257
8314
  #: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:20
8258
8315
  #: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:7
8259
- #: ../webpack/ForemanColumnExtensions/index.js:35
8316
+ #: ../webpack/ForemanColumnExtensions/index.js:36
8260
8317
  #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:88
8261
8318
  #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:174
8262
8319
  #: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js:68
8263
8320
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:100
8264
8321
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:155
8265
8322
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:240
8323
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:186
8324
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:87
8325
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:311
8266
8326
  #: ../webpack/scenes/Content/Table/ContentTable.js:51
8267
8327
  #: ../webpack/scenes/Content/Table/ContentTable.js:54
8268
8328
  #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:179
@@ -8318,6 +8378,7 @@ msgstr ""
8318
8378
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:137
8319
8379
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:44
8320
8380
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:239
8381
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:120
8321
8382
  #: ../webpack/scenes/Content/ContentConfig.js:22
8322
8383
  #: ../webpack/scenes/Content/ContentConfig.js:32
8323
8384
  #: ../webpack/scenes/Content/ContentConfig.js:46
@@ -8411,6 +8472,8 @@ msgstr ""
8411
8472
  #: ../app/views/katello/task_mailer/repo_sync_failure.html.erb:12
8412
8473
  #: ../webpack/components/Content/Details/ContentDetailRepositoryTableSchema.js:31
8413
8474
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:238
8475
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:91
8476
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:314
8414
8477
  #: ../webpack/scenes/Content/ContentConfig.js:51
8415
8478
  #: ../webpack/scenes/Content/ContentConfig.js:113
8416
8479
  #: ../webpack/scenes/Content/ContentConfig.js:181
@@ -8751,6 +8814,7 @@ msgstr ""
8751
8814
  #: ../webpack/components/Errata/index.js:189
8752
8815
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:152
8753
8816
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:90
8817
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:124
8754
8818
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js:123
8755
8819
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:110
8756
8820
  msgid "N/A"
@@ -8771,6 +8835,7 @@ msgstr ""
8771
8835
  #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:154
8772
8836
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:192
8773
8837
  #: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:154
8838
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:225
8774
8839
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:97
8775
8840
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:139
8776
8841
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_ReviewFooter.js:67
@@ -8836,7 +8901,7 @@ msgstr ""
8836
8901
  #: ../app/views/katello/task_mailer/cv_promote_failure.html.erb:8
8837
8902
  #: ../app/views/katello/task_mailer/cv_publish_failure.html.erb:8
8838
8903
  #: ../app/views/katello/task_mailer/proxy_sync_failure.html.erb:15
8839
- #: ../lib/katello/plugin.rb:308 ../webpack/ForemanColumnExtensions/index.js:169
8904
+ #: ../lib/katello/plugin.rb:308 ../webpack/ForemanColumnExtensions/index.js:170
8840
8905
  #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:188
8841
8906
  #: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:51
8842
8907
  #: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:14
@@ -9214,8 +9279,8 @@ msgstr ""
9214
9279
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:131
9215
9280
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:93
9216
9281
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:138
9217
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:36
9218
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:208
9282
+ #: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:37
9283
+ #: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:172
9219
9284
  #: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:29
9220
9285
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:88
9221
9286
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js:36
@@ -9330,8 +9395,8 @@ msgstr ""
9330
9395
  msgid "Products"
9331
9396
  msgstr ""
9332
9397
 
9333
- #: ../lib/katello/plugin.rb:51 ../webpack/containers/Application/config.js:85
9334
- #: ../webpack/containers/Application/config.js:89
9398
+ #: ../lib/katello/plugin.rb:51 ../webpack/containers/Application/config.js:86
9399
+ #: ../webpack/containers/Application/config.js:90
9335
9400
  #: ../webpack/scenes/AlternateContentSources/ACSIndexPage.js:15
9336
9401
  msgid "Alternate Content Sources"
9337
9402
  msgstr ""
@@ -9368,15 +9433,15 @@ msgstr ""
9368
9433
  msgid "Other Content Types"
9369
9434
  msgstr ""
9370
9435
 
9371
- #: ../lib/katello/plugin.rb:296 ../webpack/ForemanColumnExtensions/index.js:83
9436
+ #: ../lib/katello/plugin.rb:296 ../webpack/ForemanColumnExtensions/index.js:84
9372
9437
  msgid "RHEL Lifecycle status"
9373
9438
  msgstr ""
9374
9439
 
9375
- #: ../lib/katello/plugin.rb:299 ../webpack/ForemanColumnExtensions/index.js:93
9440
+ #: ../lib/katello/plugin.rb:299 ../webpack/ForemanColumnExtensions/index.js:94
9376
9441
  msgid "Installable updates"
9377
9442
  msgstr ""
9378
9443
 
9379
- #: ../lib/katello/plugin.rb:305 ../webpack/ForemanColumnExtensions/index.js:158
9444
+ #: ../lib/katello/plugin.rb:305 ../webpack/ForemanColumnExtensions/index.js:159
9380
9445
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:215
9381
9446
  msgid "Lifecycle environment"
9382
9447
  msgstr ""
@@ -9389,520 +9454,519 @@ msgstr ""
9389
9454
  msgid "Last checkin"
9390
9455
  msgstr ""
9391
9456
 
9392
- #: ../lib/katello/plugin.rb:339
9457
+ #: ../lib/katello/plugin.rb:340
9393
9458
  #: ../webpack/components/extensions/HostDetails/DetailsTabCards/HwPropertiesCard.js:26
9394
9459
  msgid "Storage"
9395
9460
  msgstr ""
9396
9461
 
9397
- #: ../lib/katello/plugin.rb:371
9462
+ #: ../lib/katello/plugin.rb:372
9398
9463
  msgid "HTTP Proxies"
9399
9464
  msgstr ""
9400
9465
 
9401
- #: ../lib/katello/plugin.rb:395
9466
+ #: ../lib/katello/plugin.rb:396
9402
9467
  msgid "Allow multiple content views"
9403
9468
  msgstr ""
9404
9469
 
9405
- #: ../lib/katello/plugin.rb:396
9470
+ #: ../lib/katello/plugin.rb:397
9406
9471
  msgid ""
9407
9472
  "Allow hosts or activation keys to be associated with multiple content view env"
9408
9473
  "ironments"
9409
9474
  msgstr ""
9410
9475
 
9411
- #: ../lib/katello/plugin.rb:401
9476
+ #: ../lib/katello/plugin.rb:402
9412
9477
  msgid "Default HTTP Proxy"
9413
9478
  msgstr ""
9414
9479
 
9415
- #: ../lib/katello/plugin.rb:402
9480
+ #: ../lib/katello/plugin.rb:403
9416
9481
  msgid "Default HTTP proxy for syncing content"
9417
9482
  msgstr ""
9418
9483
 
9419
- #: ../lib/katello/plugin.rb:404
9484
+ #: ../lib/katello/plugin.rb:405
9420
9485
  msgid "no global default"
9421
9486
  msgstr ""
9422
9487
 
9423
- #: ../lib/katello/plugin.rb:409
9488
+ #: ../lib/katello/plugin.rb:410
9424
9489
  msgid "Default synced OS provisioning template"
9425
9490
  msgstr ""
9426
9491
 
9427
- #: ../lib/katello/plugin.rb:410
9492
+ #: ../lib/katello/plugin.rb:411
9428
9493
  msgid ""
9429
9494
  "Default provisioning template for Operating Systems created from synced conten"
9430
9495
  "t"
9431
9496
  msgstr ""
9432
9497
 
9433
- #: ../lib/katello/plugin.rb:416
9498
+ #: ../lib/katello/plugin.rb:417
9434
9499
  msgid "Default synced OS finish template"
9435
9500
  msgstr ""
9436
9501
 
9437
- #: ../lib/katello/plugin.rb:417
9502
+ #: ../lib/katello/plugin.rb:418
9438
9503
  msgid "Default finish template for new Operating Systems created from synced content"
9439
9504
  msgstr ""
9440
9505
 
9441
- #: ../lib/katello/plugin.rb:423
9506
+ #: ../lib/katello/plugin.rb:424
9442
9507
  msgid "Default synced OS user-data"
9443
9508
  msgstr ""
9444
9509
 
9445
- #: ../lib/katello/plugin.rb:424
9510
+ #: ../lib/katello/plugin.rb:425
9446
9511
  msgid "Default user data for new Operating Systems created from synced content"
9447
9512
  msgstr ""
9448
9513
 
9449
- #: ../lib/katello/plugin.rb:430
9514
+ #: ../lib/katello/plugin.rb:431
9450
9515
  msgid "Default synced OS PXELinux template"
9451
9516
  msgstr ""
9452
9517
 
9453
- #: ../lib/katello/plugin.rb:431
9518
+ #: ../lib/katello/plugin.rb:432
9454
9519
  msgid ""
9455
9520
  "Default PXELinux template for new Operating Systems created from synced conten"
9456
9521
  "t"
9457
9522
  msgstr ""
9458
9523
 
9459
- #: ../lib/katello/plugin.rb:437
9524
+ #: ../lib/katello/plugin.rb:438
9460
9525
  msgid "Default synced OS PXEGrub template"
9461
9526
  msgstr ""
9462
9527
 
9463
- #: ../lib/katello/plugin.rb:438
9528
+ #: ../lib/katello/plugin.rb:439
9464
9529
  msgid "Default PXEGrub template for new Operating Systems created from synced content"
9465
9530
  msgstr ""
9466
9531
 
9467
- #: ../lib/katello/plugin.rb:444
9532
+ #: ../lib/katello/plugin.rb:445
9468
9533
  msgid "Default synced OS PXEGrub2 template"
9469
9534
  msgstr ""
9470
9535
 
9471
- #: ../lib/katello/plugin.rb:445
9536
+ #: ../lib/katello/plugin.rb:446
9472
9537
  msgid ""
9473
9538
  "Default PXEGrub2 template for new Operating Systems created from synced conten"
9474
9539
  "t"
9475
9540
  msgstr ""
9476
9541
 
9477
- #: ../lib/katello/plugin.rb:451
9542
+ #: ../lib/katello/plugin.rb:452
9478
9543
  msgid "Default synced OS iPXE template"
9479
9544
  msgstr ""
9480
9545
 
9481
- #: ../lib/katello/plugin.rb:452
9546
+ #: ../lib/katello/plugin.rb:453
9482
9547
  msgid "Default iPXE template for new Operating Systems created from synced content"
9483
9548
  msgstr ""
9484
9549
 
9485
- #: ../lib/katello/plugin.rb:458
9550
+ #: ../lib/katello/plugin.rb:459
9486
9551
  msgid "Default synced OS partition table"
9487
9552
  msgstr ""
9488
9553
 
9489
- #: ../lib/katello/plugin.rb:459
9554
+ #: ../lib/katello/plugin.rb:460
9490
9555
  msgid ""
9491
9556
  "Default partitioning table for new Operating Systems created from synced conte"
9492
9557
  "nt"
9493
9558
  msgstr ""
9494
9559
 
9495
- #: ../lib/katello/plugin.rb:465
9560
+ #: ../lib/katello/plugin.rb:466
9496
9561
  msgid "Default synced OS kexec template"
9497
9562
  msgstr ""
9498
9563
 
9499
- #: ../lib/katello/plugin.rb:466
9564
+ #: ../lib/katello/plugin.rb:467
9500
9565
  msgid "Default kexec template for new Operating Systems created from synced content"
9501
9566
  msgstr ""
9502
9567
 
9503
- #: ../lib/katello/plugin.rb:472
9568
+ #: ../lib/katello/plugin.rb:473
9504
9569
  msgid "Default synced OS Atomic template"
9505
9570
  msgstr ""
9506
9571
 
9507
- #: ../lib/katello/plugin.rb:473
9572
+ #: ../lib/katello/plugin.rb:474
9508
9573
  msgid ""
9509
9574
  "Default provisioning template for new Atomic Operating Systems created from sy"
9510
9575
  "nced content"
9511
9576
  msgstr ""
9512
9577
 
9513
- #: ../lib/katello/plugin.rb:479
9578
+ #: ../lib/katello/plugin.rb:480
9514
9579
  msgid "Timeout when refreshing a manifest (in seconds)"
9515
9580
  msgstr ""
9516
9581
 
9517
- #: ../lib/katello/plugin.rb:480
9582
+ #: ../lib/katello/plugin.rb:481
9518
9583
  msgid "Manifest refresh timeout"
9519
9584
  msgstr ""
9520
9585
 
9521
- #: ../lib/katello/plugin.rb:485
9586
+ #: ../lib/katello/plugin.rb:486
9522
9587
  msgid "Subscription connection enabled"
9523
9588
  msgstr ""
9524
9589
 
9525
- #: ../lib/katello/plugin.rb:486
9590
+ #: ../lib/katello/plugin.rb:487
9526
9591
  msgid "Can communicate with the Red Hat Portal for subscriptions."
9527
9592
  msgstr ""
9528
9593
 
9529
- #: ../lib/katello/plugin.rb:491
9594
+ #: ../lib/katello/plugin.rb:492
9530
9595
  msgid "Generate errata status from directly-installable content"
9531
9596
  msgstr ""
9532
9597
 
9533
- #: ../lib/katello/plugin.rb:492
9598
+ #: ../lib/katello/plugin.rb:493
9534
9599
  msgid ""
9535
9600
  "If true, only errata that can be installed without an incremental update will "
9536
9601
  "affect the host's errata status. Also affects the Host Collections dashboard w"
9537
9602
  "idget."
9538
9603
  msgstr ""
9539
9604
 
9540
- #: ../lib/katello/plugin.rb:497
9605
+ #: ../lib/katello/plugin.rb:498
9541
9606
  msgid "Restrict composite content view promotion"
9542
9607
  msgstr ""
9543
9608
 
9544
- #: ../lib/katello/plugin.rb:498
9609
+ #: ../lib/katello/plugin.rb:499
9545
9610
  msgid ""
9546
9611
  "If this is enabled, a composite content view may not be published or promoted "
9547
9612
  "unless the component content view versions that it includes exist in the targe"
9548
9613
  "t environment."
9549
9614
  msgstr ""
9550
9615
 
9551
- #: ../lib/katello/plugin.rb:503
9616
+ #: ../lib/katello/plugin.rb:504
9552
9617
  msgid "Check services before actions"
9553
9618
  msgstr ""
9554
9619
 
9555
- #: ../lib/katello/plugin.rb:504
9620
+ #: ../lib/katello/plugin.rb:505
9556
9621
  msgid ""
9557
9622
  "Whether or not to check the status of backend services such as pulp and candle"
9558
9623
  "pin prior to performing some actions."
9559
9624
  msgstr ""
9560
9625
 
9561
- #: ../lib/katello/plugin.rb:509
9626
+ #: ../lib/katello/plugin.rb:510
9562
9627
  msgid "Batch size to sync repositories in."
9563
9628
  msgstr ""
9564
9629
 
9565
- #: ../lib/katello/plugin.rb:510
9630
+ #: ../lib/katello/plugin.rb:511
9566
9631
  msgid ""
9567
9632
  "How many repositories should be synced concurrently on the capsule. A smaller "
9568
9633
  "number may lead to longer sync times. A larger number will increase dynflow lo"
9569
9634
  "ad."
9570
9635
  msgstr ""
9571
9636
 
9572
- #: ../lib/katello/plugin.rb:515
9637
+ #: ../lib/katello/plugin.rb:516
9573
9638
  msgid "Sync Smart Proxies after content view promotion"
9574
9639
  msgstr ""
9575
9640
 
9576
- #: ../lib/katello/plugin.rb:516
9641
+ #: ../lib/katello/plugin.rb:517
9577
9642
  msgid "Whether or not to auto sync the Smart Proxies after a content view promotion."
9578
9643
  msgstr ""
9579
9644
 
9580
- #: ../lib/katello/plugin.rb:521
9645
+ #: ../lib/katello/plugin.rb:522
9581
9646
  msgid "Download rate limit"
9582
9647
  msgstr ""
9583
9648
 
9584
- #: ../lib/katello/plugin.rb:522
9649
+ #: ../lib/katello/plugin.rb:523
9585
9650
  msgid ""
9586
9651
  "Maximum download rate when syncing a repository (requests per second). Use 0 f"
9587
9652
  "or no limit."
9588
9653
  msgstr ""
9589
9654
 
9590
- #: ../lib/katello/plugin.rb:527
9655
+ #: ../lib/katello/plugin.rb:528
9591
9656
  msgid "Default Custom Repository download policy"
9592
9657
  msgstr ""
9593
9658
 
9594
- #: ../lib/katello/plugin.rb:528
9659
+ #: ../lib/katello/plugin.rb:529
9595
9660
  msgid ""
9596
9661
  "Default download policy for custom repositories (either 'immediate' or 'on_dem"
9597
9662
  "and')"
9598
9663
  msgstr ""
9599
9664
 
9600
- #: ../lib/katello/plugin.rb:534
9665
+ #: ../lib/katello/plugin.rb:535
9601
9666
  msgid "Default Red Hat Repository download policy"
9602
9667
  msgstr ""
9603
9668
 
9604
- #: ../lib/katello/plugin.rb:535
9669
+ #: ../lib/katello/plugin.rb:536
9605
9670
  msgid ""
9606
9671
  "Default download policy for enabled Red Hat repositories (either 'immediate' o"
9607
9672
  "r 'on_demand')"
9608
9673
  msgstr ""
9609
9674
 
9610
- #: ../lib/katello/plugin.rb:541
9675
+ #: ../lib/katello/plugin.rb:542
9611
9676
  msgid "Default Smart Proxy download policy"
9612
9677
  msgstr ""
9613
9678
 
9614
- #: ../lib/katello/plugin.rb:542
9679
+ #: ../lib/katello/plugin.rb:543
9615
9680
  msgid ""
9616
9681
  "Default download policy for Smart Proxy syncs (either 'inherit', immediate', o"
9617
9682
  "r 'on_demand')"
9618
9683
  msgstr ""
9619
9684
 
9620
- #: ../lib/katello/plugin.rb:548
9685
+ #: ../lib/katello/plugin.rb:549
9621
9686
  msgid "Default custom yum repository mirroring policy"
9622
9687
  msgstr ""
9623
9688
 
9624
- #: ../lib/katello/plugin.rb:549
9689
+ #: ../lib/katello/plugin.rb:550
9625
9690
  msgid ""
9626
9691
  "Default mirroring policy for custom yum repositories (either 'mirror_content_o"
9627
9692
  "nly', 'additive' or 'mirror_complete')"
9628
9693
  msgstr ""
9629
9694
 
9630
- #: ../lib/katello/plugin.rb:555
9695
+ #: ../lib/katello/plugin.rb:556
9631
9696
  msgid "Default custom non-yum repository mirroring policy"
9632
9697
  msgstr ""
9633
9698
 
9634
- #: ../lib/katello/plugin.rb:556
9699
+ #: ../lib/katello/plugin.rb:557
9635
9700
  msgid ""
9636
9701
  "Default mirroring policy for custom non-yum repositories (either 'mirror_conte"
9637
9702
  "nt_only' or 'additive')"
9638
9703
  msgstr ""
9639
9704
 
9640
- #: ../lib/katello/plugin.rb:562
9705
+ #: ../lib/katello/plugin.rb:563
9641
9706
  msgid "Validate host/lifecycle environment/content source coherence"
9642
9707
  msgstr ""
9643
9708
 
9644
- #: ../lib/katello/plugin.rb:563
9709
+ #: ../lib/katello/plugin.rb:564
9645
9710
  msgid ""
9646
9711
  "Validate that a host's assigned lifecycle environment is synced by the smart p"
9647
9712
  "roxy from which the host will get its content. Applies only to API requests; d"
9648
9713
  "oes not affect web UI checks"
9649
9714
  msgstr ""
9650
9715
 
9651
- #: ../lib/katello/plugin.rb:568
9716
+ #: ../lib/katello/plugin.rb:569
9652
9717
  msgid "Pulp 3 export destination filepath"
9653
9718
  msgstr ""
9654
9719
 
9655
- #: ../lib/katello/plugin.rb:569
9720
+ #: ../lib/katello/plugin.rb:570
9656
9721
  msgid "On-disk location for pulp 3 exported repositories"
9657
9722
  msgstr ""
9658
9723
 
9659
- #: ../lib/katello/plugin.rb:574
9724
+ #: ../lib/katello/plugin.rb:575
9660
9725
  msgid "Default export format"
9661
9726
  msgstr ""
9662
9727
 
9663
- #: ../lib/katello/plugin.rb:575
9728
+ #: ../lib/katello/plugin.rb:576
9664
9729
  msgid "Default export format for content-exports(either 'syncable' or 'importable')"
9665
9730
  msgstr ""
9666
9731
 
9667
- #: ../lib/katello/plugin.rb:581
9732
+ #: ../lib/katello/plugin.rb:582
9668
9733
  msgid "Sync Total Timeout"
9669
9734
  msgstr ""
9670
9735
 
9671
- #: ../lib/katello/plugin.rb:582
9736
+ #: ../lib/katello/plugin.rb:583
9672
9737
  msgid ""
9673
9738
  "The maximum number of second that Pulp can take to do a single sync operation,"
9674
9739
  " e.g., download a single metadata file."
9675
9740
  msgstr ""
9676
9741
 
9677
- #: ../lib/katello/plugin.rb:587
9742
+ #: ../lib/katello/plugin.rb:588
9678
9743
  msgid "Sync Connect Timeout"
9679
9744
  msgstr ""
9680
9745
 
9681
- #: ../lib/katello/plugin.rb:588
9746
+ #: ../lib/katello/plugin.rb:589
9682
9747
  msgid ""
9683
9748
  "The maximum number of seconds for Pulp to establish a new connection or for wa"
9684
9749
  "iting for a free connection from a pool if pool connection limits are exceeded"
9685
9750
  "."
9686
9751
  msgstr ""
9687
9752
 
9688
- #: ../lib/katello/plugin.rb:593
9753
+ #: ../lib/katello/plugin.rb:594
9689
9754
  msgid "Sync Sock Connect Timeout"
9690
9755
  msgstr ""
9691
9756
 
9692
- #: ../lib/katello/plugin.rb:594
9757
+ #: ../lib/katello/plugin.rb:595
9693
9758
  msgid ""
9694
9759
  "The maximum number of seconds for Pulp to connect to a peer for a new connecti"
9695
9760
  "on not given from a pool."
9696
9761
  msgstr ""
9697
9762
 
9698
- #: ../lib/katello/plugin.rb:599
9763
+ #: ../lib/katello/plugin.rb:600
9699
9764
  msgid "Sync Sock Read Timeout"
9700
9765
  msgstr ""
9701
9766
 
9702
- #: ../lib/katello/plugin.rb:600
9767
+ #: ../lib/katello/plugin.rb:601
9703
9768
  msgid ""
9704
9769
  "The maximum number of seconds that Pulp can take to download a file, not count"
9705
9770
  "ing connection time."
9706
9771
  msgstr ""
9707
9772
 
9708
- #: ../lib/katello/plugin.rb:605
9773
+ #: ../lib/katello/plugin.rb:606
9709
9774
  msgid "Delete Host upon unregister"
9710
9775
  msgstr ""
9711
9776
 
9712
- #: ../lib/katello/plugin.rb:606
9777
+ #: ../lib/katello/plugin.rb:607
9713
9778
  msgid ""
9714
9779
  "When unregistering a host via subscription-manager, also delete the host recor"
9715
9780
  "d. Managed resources linked to host such as virtual machines and DNS records m"
9716
9781
  "ay also be deleted."
9717
9782
  msgstr ""
9718
9783
 
9719
- #: ../lib/katello/plugin.rb:611
9784
+ #: ../lib/katello/plugin.rb:612
9785
+ msgid "Retain build profile upon unregistration"
9786
+ msgstr ""
9787
+
9788
+ #: ../lib/katello/plugin.rb:613
9789
+ msgid ""
9790
+ "When enabled, provisioning information like content view environments, kicksta"
9791
+ "rt repository, and content source will be retained when a host is unregistered"
9792
+ ". When disabled, this information will be cleared during unregistration."
9793
+ msgstr ""
9794
+
9795
+ #: ../lib/katello/plugin.rb:618
9720
9796
  msgid "Subscription manager name registration fact"
9721
9797
  msgstr ""
9722
9798
 
9723
- #: ../lib/katello/plugin.rb:612
9799
+ #: ../lib/katello/plugin.rb:619
9724
9800
  msgid ""
9725
9801
  "When registering a host via subscription-manager, force use the specified fact"
9726
9802
  " (in the form of 'fact.fact')"
9727
9803
  msgstr ""
9728
9804
 
9729
- #: ../lib/katello/plugin.rb:617
9805
+ #: ../lib/katello/plugin.rb:624
9730
9806
  msgid "Subscription manager name registration fact strict matching"
9731
9807
  msgstr ""
9732
9808
 
9733
- #: ../lib/katello/plugin.rb:618
9809
+ #: ../lib/katello/plugin.rb:625
9734
9810
  msgid ""
9735
9811
  "If this is enabled, and register_hostname_fact is set and provided, registrati"
9736
9812
  "on will look for a new host by name only using that fact, and will skip all ho"
9737
9813
  "stname matching"
9738
9814
  msgstr ""
9739
9815
 
9740
- #: ../lib/katello/plugin.rb:623
9816
+ #: ../lib/katello/plugin.rb:630
9741
9817
  msgid "Default location for subscribed hosts"
9742
9818
  msgstr ""
9743
9819
 
9744
- #: ../lib/katello/plugin.rb:624
9820
+ #: ../lib/katello/plugin.rb:631
9745
9821
  msgid "Default Location where new subscribed hosts will put upon registration"
9746
9822
  msgstr ""
9747
9823
 
9748
- #: ../lib/katello/plugin.rb:630
9824
+ #: ../lib/katello/plugin.rb:637
9749
9825
  msgid "Expire soon days"
9750
9826
  msgstr ""
9751
9827
 
9752
- #: ../lib/katello/plugin.rb:631
9828
+ #: ../lib/katello/plugin.rb:638
9753
9829
  msgid ""
9754
9830
  "The number of days remaining in a subscription before you will be reminded abo"
9755
9831
  "ut renewing it. Also used for manifest expiration warnings."
9756
9832
  msgstr ""
9757
9833
 
9758
- #: ../lib/katello/plugin.rb:636
9834
+ #: ../lib/katello/plugin.rb:643
9759
9835
  msgid "Host Duplicate DMI UUIDs"
9760
9836
  msgstr ""
9761
9837
 
9762
- #: ../lib/katello/plugin.rb:637
9838
+ #: ../lib/katello/plugin.rb:644
9763
9839
  msgid ""
9764
9840
  "If hosts fail to register because of duplicate DMI UUIDs, add their comma-sepa"
9765
9841
  "rated values here. Subsequent registrations will generate a unique DMI UUID fo"
9766
9842
  "r the affected hosts."
9767
9843
  msgstr ""
9768
9844
 
9769
- #: ../lib/katello/plugin.rb:642
9845
+ #: ../lib/katello/plugin.rb:649
9770
9846
  msgid "Host Profile Assume"
9771
9847
  msgstr ""
9772
9848
 
9773
- #: ../lib/katello/plugin.rb:643
9849
+ #: ../lib/katello/plugin.rb:650
9774
9850
  msgid ""
9775
9851
  "Allow new host registrations to assume registered profiles with matching hostn"
9776
9852
  "ame as long as the registering DMI UUID is not used by another host."
9777
9853
  msgstr ""
9778
9854
 
9779
- #: ../lib/katello/plugin.rb:648
9855
+ #: ../lib/katello/plugin.rb:655
9780
9856
  msgid "Host Profile Can Change In Build"
9781
9857
  msgstr ""
9782
9858
 
9783
- #: ../lib/katello/plugin.rb:649
9859
+ #: ../lib/katello/plugin.rb:656
9784
9860
  msgid ""
9785
9861
  "Allow host registrations to bypass 'Host Profile Assume' as long as the host i"
9786
9862
  "s in build mode."
9787
9863
  msgstr ""
9788
9864
 
9789
- #: ../lib/katello/plugin.rb:654
9865
+ #: ../lib/katello/plugin.rb:661
9790
9866
  msgid "Host Can Re-Register Only In Build"
9791
9867
  msgstr ""
9792
9868
 
9793
- #: ../lib/katello/plugin.rb:655
9869
+ #: ../lib/katello/plugin.rb:662
9794
9870
  msgid "Allow hosts to re-register themselves only when they are in build mode"
9795
9871
  msgstr ""
9796
9872
 
9797
- #: ../lib/katello/plugin.rb:660
9873
+ #: ../lib/katello/plugin.rb:667
9798
9874
  msgid "Host Tasks Workers Pool Size"
9799
9875
  msgstr ""
9800
9876
 
9801
- #: ../lib/katello/plugin.rb:661
9877
+ #: ../lib/katello/plugin.rb:668
9802
9878
  msgid ""
9803
9879
  "Amount of workers in the pool to handle the execution of host-related tasks. W"
9804
9880
  "hen set to 0, the default queue will be used instead. Restart of the dynflowd/"
9805
9881
  "foreman-tasks service is required."
9806
9882
  msgstr ""
9807
9883
 
9808
- #: ../lib/katello/plugin.rb:666
9884
+ #: ../lib/katello/plugin.rb:673
9809
9885
  msgid "Applicability Batch Size"
9810
9886
  msgstr ""
9811
9887
 
9812
- #: ../lib/katello/plugin.rb:667
9888
+ #: ../lib/katello/plugin.rb:674
9813
9889
  msgid "Number of host applicability calculations to process per task."
9814
9890
  msgstr ""
9815
9891
 
9816
- #: ../lib/katello/plugin.rb:672
9892
+ #: ../lib/katello/plugin.rb:679
9817
9893
  msgid "Pulp bulk load size"
9818
9894
  msgstr ""
9819
9895
 
9820
- #: ../lib/katello/plugin.rb:673
9896
+ #: ../lib/katello/plugin.rb:680
9821
9897
  msgid "The number of items fetched from a single paged Pulp API call."
9822
9898
  msgstr ""
9823
9899
 
9824
- #: ../lib/katello/plugin.rb:678
9900
+ #: ../lib/katello/plugin.rb:685
9825
9901
  msgid "Orphaned Content Protection Time"
9826
9902
  msgstr ""
9827
9903
 
9828
- #: ../lib/katello/plugin.rb:679
9904
+ #: ../lib/katello/plugin.rb:686
9829
9905
  msgid ""
9830
9906
  "Time in minutes before content that is not contained within a repository and h"
9831
9907
  "as not been accessed is considered orphaned."
9832
9908
  msgstr ""
9833
9909
 
9834
- #: ../lib/katello/plugin.rb:684
9910
+ #: ../lib/katello/plugin.rb:691
9835
9911
  msgid "Completed pulp task protection days"
9836
9912
  msgstr ""
9837
9913
 
9838
- #: ../lib/katello/plugin.rb:685
9914
+ #: ../lib/katello/plugin.rb:692
9839
9915
  msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
9840
9916
  msgstr ""
9841
9917
 
9842
- #: ../lib/katello/plugin.rb:690
9918
+ #: ../lib/katello/plugin.rb:697
9843
9919
  msgid "Prefer registered through Smart Proxy for remote execution"
9844
9920
  msgstr ""
9845
9921
 
9846
- #: ../lib/katello/plugin.rb:691
9922
+ #: ../lib/katello/plugin.rb:698
9847
9923
  msgid ""
9848
9924
  "Prefer using a Smart Proxy to which a host is registered when using remote exe"
9849
9925
  "cution"
9850
9926
  msgstr ""
9851
9927
 
9852
- #: ../lib/katello/plugin.rb:696
9928
+ #: ../lib/katello/plugin.rb:703
9853
9929
  msgid "Allow deleting repositories in published content views"
9854
9930
  msgstr ""
9855
9931
 
9856
- #: ../lib/katello/plugin.rb:697
9932
+ #: ../lib/katello/plugin.rb:704
9857
9933
  msgid ""
9858
9934
  "If this is enabled, repositories can be deleted even when they belong to publi"
9859
9935
  "shed content views. The deleted repository will be removed from all content vi"
9860
9936
  "ew versions."
9861
9937
  msgstr ""
9862
9938
 
9863
- #: ../lib/katello/plugin.rb:702
9939
+ #: ../lib/katello/plugin.rb:709
9864
9940
  msgid "Distribute archived content view versions"
9865
9941
  msgstr ""
9866
9942
 
9867
- #: ../lib/katello/plugin.rb:703
9943
+ #: ../lib/katello/plugin.rb:710
9868
9944
  msgid ""
9869
9945
  "If this is enabled, repositories of content view versions without environments"
9870
9946
  " (\"archived\") will be distributed at '/pulp/content/<organization>/content_vie"
9871
9947
  "ws/<content view>/X.Y/...'."
9872
9948
  msgstr ""
9873
9949
 
9874
- #: ../lib/katello/plugin.rb:708
9950
+ #: ../lib/katello/plugin.rb:715
9875
9951
  msgid "Calculate content counts on smart proxies automatically"
9876
9952
  msgstr ""
9877
9953
 
9878
- #: ../lib/katello/plugin.rb:709
9954
+ #: ../lib/katello/plugin.rb:716
9879
9955
  msgid ""
9880
9956
  "If this is enabled, content counts on smart proxies will be updated automatica"
9881
9957
  "lly after content sync."
9882
9958
  msgstr ""
9883
9959
 
9884
- #: ../lib/katello/plugin.rb:714
9960
+ #: ../lib/katello/plugin.rb:721
9885
9961
  msgid "Hide Reclaim Space Warning"
9886
9962
  msgstr ""
9887
9963
 
9888
- #: ../lib/katello/plugin.rb:715
9964
+ #: ../lib/katello/plugin.rb:722
9889
9965
  msgid ""
9890
9966
  "If this is enabled, the Smart Proxy page will suppress the warning message abo"
9891
9967
  "ut reclaiming space."
9892
9968
  msgstr ""
9893
9969
 
9894
- #: ../lib/katello/plugin.rb:720
9895
- msgid "Enable structured APT for deb content"
9896
- msgstr ""
9897
-
9898
- #: ../lib/katello/plugin.rb:721
9899
- msgid ""
9900
- "If set, newly created APT repos in Katello will use the same repo structure as"
9901
- " the remote repos they are synchronized from. You may migrate existing APT rep"
9902
- "os to match the setting, by running 'foreman-rake katello:migrate_structure_co"
9903
- "ntent_for_deb'."
9904
- msgstr ""
9905
-
9906
9970
  #: ../lib/katello/plugin.rb:727
9907
9971
  msgid "Registry token expiration time"
9908
9972
  msgstr ""
@@ -10189,58 +10253,65 @@ msgstr ""
10189
10253
  msgid "Unable to detect puppet path"
10190
10254
  msgstr ""
10191
10255
 
10192
- #: ../webpack/ForemanColumnExtensions/index.js:35
10256
+ #: ../webpack/ForemanColumnExtensions/index.js:36
10193
10257
  msgid "Image mode / package mode"
10194
10258
  msgstr ""
10195
10259
 
10196
- #: ../webpack/ForemanColumnExtensions/index.js:55
10260
+ #: ../webpack/ForemanColumnExtensions/index.js:56
10197
10261
  msgid "Image-mode host"
10198
10262
  msgstr ""
10199
10263
 
10200
- #: ../webpack/ForemanColumnExtensions/index.js:60
10264
+ #: ../webpack/ForemanColumnExtensions/index.js:61
10201
10265
  #: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:40
10202
10266
  msgid "Running image"
10203
10267
  msgstr ""
10204
10268
 
10205
- #: ../webpack/ForemanColumnExtensions/index.js:64
10269
+ #: ../webpack/ForemanColumnExtensions/index.js:65
10270
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:173
10206
10271
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:402
10207
10272
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:416
10208
10273
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:356
10209
10274
  msgid "Digest"
10210
10275
  msgstr ""
10211
10276
 
10212
- #: ../webpack/ForemanColumnExtensions/index.js:71
10277
+ #: ../webpack/ForemanColumnExtensions/index.js:72
10213
10278
  #: ../webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js:52
10214
10279
  msgid "Image mode"
10215
10280
  msgstr ""
10216
10281
 
10217
- #: ../webpack/ForemanColumnExtensions/index.js:73
10282
+ #: ../webpack/ForemanColumnExtensions/index.js:74
10218
10283
  msgid "Package mode"
10219
10284
  msgstr ""
10220
10285
 
10221
- #: ../webpack/ForemanColumnExtensions/index.js:147
10286
+ #: ../webpack/ForemanColumnExtensions/index.js:148
10222
10287
  msgid "Last seen"
10223
10288
  msgstr ""
10224
10289
 
10225
- #: ../webpack/ForemanColumnExtensions/index.js:180
10226
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:113
10290
+ #: ../webpack/ForemanColumnExtensions/index.js:181
10291
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:114
10227
10292
  #: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:90
10228
10293
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:112
10229
10294
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:182
10230
10295
  msgid "Content view environments"
10231
10296
  msgstr ""
10232
10297
 
10233
- #: ../webpack/ForemanColumnExtensions/index.js:221
10298
+ #: ../webpack/ForemanColumnExtensions/index.js:222
10234
10299
  #: ../webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js:96
10235
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:104
10300
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:105
10236
10301
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:44
10237
10302
  msgid "Content source"
10238
10303
  msgstr ""
10239
10304
 
10240
- #: ../webpack/ForemanColumnExtensions/index.js:232
10305
+ #: ../webpack/ForemanColumnExtensions/index.js:233
10241
10306
  msgid "Registered at"
10242
10307
  msgstr ""
10243
10308
 
10309
+ #: ../webpack/ForemanColumnExtensions/index.js:243
10310
+ #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js:102
10311
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js:39
10312
+ msgid "Host collections"
10313
+ msgstr ""
10314
+
10244
10315
  #: ../webpack/components/ActivationKeysSearch/index.js:64
10245
10316
  msgid "There was a problem retrieving Activation Key data from the server."
10246
10317
  msgstr ""
@@ -10313,6 +10384,7 @@ msgstr ""
10313
10384
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:143
10314
10385
  #: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:151
10315
10386
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:111
10387
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:217
10316
10388
  #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:118
10317
10389
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:353
10318
10390
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:241
@@ -10649,6 +10721,7 @@ msgstr ""
10649
10721
 
10650
10722
  #:
10651
10723
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsActions.js:26
10724
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:157
10652
10725
  msgid "Host collections updated"
10653
10726
  msgstr ""
10654
10727
 
@@ -10667,11 +10740,6 @@ msgstr ""
10667
10740
  msgid "Add to a host collection"
10668
10741
  msgstr ""
10669
10742
 
10670
- #:
10671
- #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js:102
10672
- msgid "Host collections"
10673
- msgstr ""
10674
-
10675
10743
  #:
10676
10744
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js:126
10677
10745
  msgid "No host collections yet"
@@ -10715,6 +10783,7 @@ msgstr ""
10715
10783
 
10716
10784
  #:
10717
10785
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:35
10786
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:231
10718
10787
  msgid "Host collection"
10719
10788
  msgstr ""
10720
10789
 
@@ -10725,6 +10794,7 @@ msgstr ""
10725
10794
 
10726
10795
  #:
10727
10796
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:35
10797
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:266
10728
10798
  #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:168
10729
10799
  #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:173
10730
10800
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:39
@@ -11085,7 +11155,7 @@ msgid "Module streams"
11085
11155
  msgstr ""
11086
11156
 
11087
11157
  #: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:12
11088
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:96
11158
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:97
11089
11159
  msgid "Repository sets"
11090
11160
  msgstr ""
11091
11161
 
@@ -11477,6 +11547,9 @@ msgstr ""
11477
11547
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/ExportSyncForm.js:65
11478
11548
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:144
11479
11549
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:253
11550
+ #: action_names.rb:160 action_names.rb:161 action_names.rb:162
11551
+ #: action_names.rb:163 action_names.rb:164 action_names.rb:165
11552
+ #: action_names.rb:166 action_names.rb:167 action_names.rb:168
11480
11553
  msgid "Update"
11481
11554
  msgstr ""
11482
11555
 
@@ -11856,25 +11929,25 @@ msgstr ""
11856
11929
  msgid "Traces that require logout cannot be restarted remotely"
11857
11930
  msgstr ""
11858
11931
 
11859
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:77
11932
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:78
11860
11933
  msgid ""
11861
11934
  "To manage host packages, a specific organization must be selected from the org"
11862
11935
  "anization context."
11863
11936
  msgstr ""
11864
11937
 
11865
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:94
11938
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:95
11866
11939
  msgid ""
11867
11940
  "To manage host content overrides, a specific organization must be selected fro"
11868
11941
  "m the organization context."
11869
11942
  msgstr ""
11870
11943
 
11871
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:111
11944
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:112
11872
11945
  msgid ""
11873
11946
  "To change content view environments, a specific organization must be selected "
11874
11947
  "from the organization context."
11875
11948
  msgstr ""
11876
11949
 
11877
- #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:120
11950
+ #: ../webpack/components/extensions/Hosts/ActionsBar/index.js:121
11878
11951
  msgid "Manage content"
11879
11952
  msgstr ""
11880
11953
 
@@ -11885,11 +11958,13 @@ msgstr ""
11885
11958
 
11886
11959
  #:
11887
11960
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:143
11961
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:297
11888
11962
  msgid "selected host"
11889
11963
  msgstr ""
11890
11964
 
11891
11965
  #:
11892
11966
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:144
11967
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:298
11893
11968
  msgid "selected hosts"
11894
11969
  msgstr ""
11895
11970
 
@@ -11903,6 +11978,58 @@ msgstr ""
11903
11978
  msgid "Host content view environments updating."
11904
11979
  msgstr ""
11905
11980
 
11981
+ #:
11982
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:143
11983
+ msgid "An error occurred while updating host collections"
11984
+ msgstr ""
11985
+
11986
+ #:
11987
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:237
11988
+ msgid "Limit"
11989
+ msgstr ""
11990
+
11991
+ #:
11992
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:255
11993
+ msgid "Insufficient space for selected hosts"
11994
+ msgstr ""
11995
+
11996
+ #:
11997
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:278
11998
+ msgid "Change host collections"
11999
+ msgstr ""
12000
+
12001
+ #:
12002
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:289
12003
+ msgid ""
12004
+ "Select host collections to change their associations with {selectedHosts}. Cha"
12005
+ "nging host collection will affect all your selected hosts. Some hosts may alre"
12006
+ "ady be in your chosen collections."
12007
+ msgstr ""
12008
+
12009
+ #:
12010
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:309
12011
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:200
12012
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:206
12013
+ msgid "Select action"
12014
+ msgstr ""
12015
+
12016
+ #:
12017
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:315
12018
+ msgid "Add to host collections"
12019
+ msgstr ""
12020
+
12021
+ #:
12022
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:323
12023
+ msgid "Remove from host collections"
12024
+ msgstr ""
12025
+
12026
+ #:
12027
+ #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js:37
12028
+ msgid ""
12029
+ "To manage host collections, a specific organization must be selected from the "
12030
+ "organization context."
12031
+ msgstr ""
12032
+
11906
12033
  #:
11907
12034
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:112
11908
12035
  msgid "Affected hosts"
@@ -12068,12 +12195,6 @@ msgstr ""
12068
12195
  msgid "Manage packages"
12069
12196
  msgstr ""
12070
12197
 
12071
- #:
12072
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:200
12073
- #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:206
12074
- msgid "Select action"
12075
- msgstr ""
12076
-
12077
12198
  #:
12078
12199
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:209
12079
12200
  msgid "To manage packages, select an action."
@@ -12240,30 +12361,30 @@ msgstr ""
12240
12361
  msgid "Nothing selected"
12241
12362
  msgstr ""
12242
12363
 
12243
- #: ../webpack/containers/Application/config.js:27
12364
+ #: ../webpack/containers/Application/config.js:28
12244
12365
  msgid "RH Repos"
12245
12366
  msgstr ""
12246
12367
 
12247
- #: ../webpack/containers/Application/config.js:35
12368
+ #: ../webpack/containers/Application/config.js:36
12248
12369
  #: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:235
12249
12370
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:59
12250
12371
  msgid "Add Subscriptions"
12251
12372
  msgstr ""
12252
12373
 
12253
- #: ../webpack/containers/Application/config.js:39
12374
+ #: ../webpack/containers/Application/config.js:40
12254
12375
  msgid "Activation key details"
12255
12376
  msgstr ""
12256
12377
 
12257
- #: ../webpack/containers/Application/config.js:44
12378
+ #: ../webpack/containers/Application/config.js:45
12258
12379
  #: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:72
12259
12380
  msgid "Subscription Details"
12260
12381
  msgstr ""
12261
12382
 
12262
- #: ../webpack/containers/Application/config.js:56
12383
+ #: ../webpack/containers/Application/config.js:57
12263
12384
  msgid "Module Stream Details"
12264
12385
  msgstr ""
12265
12386
 
12266
- #: ../webpack/containers/Application/config.js:60
12387
+ #: ../webpack/containers/Application/config.js:61
12267
12388
  #: ../webpack/scenes/ContentViews/ContentViewsPage.js:12
12268
12389
  #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:110
12269
12390
  #: ../webpack/scenes/ContentViews/components/CVBreadCrumb.js:38
@@ -12271,27 +12392,30 @@ msgstr ""
12271
12392
  msgid "Content views"
12272
12393
  msgstr ""
12273
12394
 
12274
- #: ../webpack/containers/Application/config.js:64
12395
+ #: ../webpack/containers/Application/config.js:65
12275
12396
  msgid "Content View Details"
12276
12397
  msgstr ""
12277
12398
 
12278
- #: ../webpack/containers/Application/config.js:77
12399
+ #: ../webpack/containers/Application/config.js:78
12279
12400
  msgid "Content Details"
12280
12401
  msgstr ""
12281
12402
 
12282
- #: ../webpack/containers/Application/config.js:81
12403
+ #: ../webpack/containers/Application/config.js:82
12283
12404
  #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:108
12284
12405
  #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:137
12285
12406
  #: ../webpack/scenes/Hosts/ChangeContentSource/index.js:156
12286
12407
  msgid "Change host content source"
12287
12408
  msgstr ""
12288
12409
 
12289
- #: ../webpack/containers/Application/config.js:94
12290
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:111
12410
+ #: ../webpack/containers/Application/config.js:95
12291
12411
  msgid "Booted container images"
12292
12412
  msgstr ""
12293
12413
 
12294
- #: ../webpack/containers/Application/config.js:106
12414
+ #: ../webpack/containers/Application/config.js:103
12415
+ msgid "Manifest Details"
12416
+ msgstr ""
12417
+
12418
+ #: ../webpack/containers/Application/config.js:111
12295
12419
  msgid "Flatpak Remote Details"
12296
12420
  msgstr ""
12297
12421
 
@@ -12718,6 +12842,7 @@ msgstr ""
12718
12842
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:277
12719
12843
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:365
12720
12844
  #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:242
12845
+ #: action_names.rb:113 action_names.rb:114 action_names.rb:115
12721
12846
  msgid "Refresh"
12722
12847
  msgstr ""
12723
12848
 
@@ -12744,45 +12869,130 @@ msgstr ""
12744
12869
  msgid "Please wait..."
12745
12870
  msgstr ""
12746
12871
 
12747
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:28
12872
+ #: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:29
12748
12873
  msgid "Image name"
12749
12874
  msgstr ""
12750
12875
 
12751
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:32
12876
+ #: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:33
12752
12877
  msgid "Image digests"
12753
12878
  msgstr ""
12754
12879
 
12755
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:145
12756
- #: ../webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js:12
12757
- msgid "Loading..."
12758
- msgstr ""
12759
-
12760
- #: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:207
12880
+ #: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:171
12761
12881
  msgid "Image digest"
12762
12882
  msgstr ""
12763
12883
 
12764
- #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:33
12884
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:36
12885
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:38
12886
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:104
12765
12887
  msgid "Container images"
12766
12888
  msgstr ""
12767
12889
 
12768
- #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:36
12890
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:41
12769
12891
  msgid ""
12770
12892
  "View container images in the local registry using the Synced tab. View contain"
12771
12893
  "er images booted by image mode hosts using the Booted tab. The Booted tab also"
12772
12894
  " shows images outside of the local container registry."
12773
12895
  msgstr ""
12774
12896
 
12775
- #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:55
12897
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:60
12776
12898
  #: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:21
12777
12899
  msgid "Synced"
12778
12900
  msgstr ""
12779
12901
 
12780
- #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:65
12902
+ #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:70
12781
12903
  msgid "Booted"
12782
12904
  msgstr ""
12783
12905
 
12784
- #: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:74
12785
- msgid "Synced container images content"
12906
+ #: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:43
12907
+ msgid "Labels and annotations"
12908
+ msgstr ""
12909
+
12910
+ #: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:50
12911
+ #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:127
12912
+ #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:311
12913
+ msgid "Close"
12914
+ msgstr ""
12915
+
12916
+ #: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:56
12917
+ msgid "View labels and annotations for image "
12918
+ msgstr ""
12919
+
12920
+ #: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:60
12921
+ msgid "${totalCount} labels and annotations"
12922
+ msgstr ""
12923
+
12924
+ #: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:82
12925
+ msgid "Show ${remainingCount} more"
12926
+ msgstr ""
12927
+
12928
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:127
12929
+ msgid "Creation"
12930
+ msgstr ""
12931
+
12932
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:138
12933
+ #: ../webpack/scenes/Content/ContentConfig.js:41
12934
+ #: ../webpack/scenes/Content/ContentConfig.js:103
12935
+ #: ../webpack/scenes/Content/ContentConfig.js:171
12936
+ #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:78
12937
+ #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:115
12938
+ #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:55
12939
+ #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:90
12940
+ #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:101
12941
+ #: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:32
12942
+ msgid "Repositories"
12943
+ msgstr ""
12944
+
12945
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:162
12946
+ msgid "Modified"
12947
+ msgstr ""
12948
+
12949
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:195
12950
+ msgid "Labels"
12951
+ msgstr ""
12952
+
12953
+ #: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:197
12954
+ msgid "No labels"
12955
+ msgstr ""
12956
+
12957
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:79
12958
+ msgid "Tag"
12959
+ msgstr ""
12960
+
12961
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:83
12962
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:304
12963
+ msgid "Manifest digest"
12964
+ msgstr ""
12965
+
12966
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:95
12967
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:315
12968
+ msgid "Labels | Annotations"
12969
+ msgstr ""
12970
+
12971
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:105
12972
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:322
12973
+ msgid "View labels and annotations"
12974
+ msgstr ""
12975
+
12976
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:107
12977
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:324
12978
+ msgid "View here"
12979
+ msgstr ""
12980
+
12981
+ #: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:120
12982
+ msgid "See child manifests"
12983
+ msgstr ""
12984
+
12985
+ #: ../webpack/scenes/ContainerImages/TableEmptyState.js:23
12986
+ #: ../webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js:12
12987
+ msgid "Loading..."
12988
+ msgstr ""
12989
+
12990
+ #: ../webpack/scenes/ContainerImages/containerImagesHelpers.js:20
12991
+ msgid "Bootable"
12992
+ msgstr ""
12993
+
12994
+ #: ../webpack/scenes/ContainerImages/containerImagesHelpers.js:23
12995
+ msgid "Flatpak"
12786
12996
  msgstr ""
12787
12997
 
12788
12998
  #: ../webpack/scenes/Content/ContentConfig.js:13
@@ -12814,18 +13024,6 @@ msgstr ""
12814
13024
  msgid "sha256"
12815
13025
  msgstr ""
12816
13026
 
12817
- #: ../webpack/scenes/Content/ContentConfig.js:41
12818
- #: ../webpack/scenes/Content/ContentConfig.js:103
12819
- #: ../webpack/scenes/Content/ContentConfig.js:171
12820
- #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:78
12821
- #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:115
12822
- #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:55
12823
- #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:90
12824
- #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:101
12825
- #: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:32
12826
- msgid "Repositories"
12827
- msgstr ""
12828
-
12829
13027
  #: ../webpack/scenes/Content/ContentConfig.js:65
12830
13028
  #: ../webpack/scenes/Content/ContentConfig.js:127
12831
13029
  #: ../webpack/scenes/Content/ContentConfig.js:195
@@ -14106,6 +14304,7 @@ msgstr ""
14106
14304
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:128
14107
14305
  #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:111
14108
14306
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:99
14307
+ #: action_names.rb:96
14109
14308
  msgid "Promote"
14110
14309
  msgstr ""
14111
14310
 
@@ -14172,6 +14371,7 @@ msgstr ""
14172
14371
  #:
14173
14372
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js:35
14174
14373
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:80
14374
+ #: action_names.rb:41
14175
14375
  msgid "Delete version"
14176
14376
  msgstr ""
14177
14377
 
@@ -14834,11 +15034,6 @@ msgstr ""
14834
15034
  msgid "In progress"
14835
15035
  msgstr ""
14836
15036
 
14837
- #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:127
14838
- #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:311
14839
- msgid "Close"
14840
- msgstr ""
14841
-
14842
15037
  #: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:137
14843
15038
  msgid " View task details "
14844
15039
  msgstr ""
@@ -15873,48 +16068,48 @@ msgstr ""
15873
16068
  msgid "Exceeds available quantity"
15874
16069
  msgstr ""
15875
16070
 
15876
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:102
16071
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:100
15877
16072
  msgid "This is disabled because no connection could be made to the upstream Manifest."
15878
16073
  msgstr ""
15879
16074
 
15880
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:104
16075
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:102
15881
16076
  msgid "This is disabled because a manifest-related task is in progress."
15882
16077
  msgstr ""
15883
16078
 
15884
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:106
16079
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:104
15885
16080
  msgid "This is disabled because no subscriptions are selected."
15886
16081
  msgstr ""
15887
16082
 
15888
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:108
16083
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:106
15889
16084
  msgid "This is disabled because no manifest has been uploaded."
15890
16085
  msgstr ""
15891
16086
 
15892
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:203
15893
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:211
16087
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:215
16088
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:223
15894
16089
  msgid "There are no Subscriptions to display"
15895
16090
  msgstr ""
15896
16091
 
15897
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:204
16092
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:216
15898
16093
  msgid "Add subscriptions using the Add Subscriptions button."
15899
16094
  msgstr ""
15900
16095
 
15901
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:206
16096
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:218
15902
16097
  msgid "Add subscriptions"
15903
16098
  msgstr ""
15904
16099
 
15905
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:212
16100
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:224
15906
16101
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
15907
16102
  msgstr ""
15908
16103
 
15909
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:215
16104
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:227
15910
16105
  msgid "Import a Manifest"
15911
16106
  msgstr ""
15912
16107
 
15913
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:224
16108
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:236
15914
16109
  msgid "Subscriptions service"
15915
16110
  msgstr ""
15916
16111
 
15917
- #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:226
16112
+ #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:238
15918
16113
  msgid ""
15919
16114
  "This page shows the subscriptions available from this organization's subscript"
15920
16115
  "ion manifest. {br} Learn more about your overall subscription usage with the {"
@@ -16116,3 +16311,323 @@ msgstr ""
16116
16311
  #: ../webpack/utils/helpers.js:9
16117
16312
  msgid "The subscription is no longer available"
16118
16313
  msgstr ""
16314
+
16315
+ #: action_names.rb:2
16316
+ msgid "Abstract async task"
16317
+ msgstr ""
16318
+
16319
+ #: action_names.rb:3
16320
+ msgid "Add rolling repo clone"
16321
+ msgstr ""
16322
+
16323
+ #: action_names.rb:5
16324
+ msgid "Commit upload"
16325
+ msgstr ""
16326
+
16327
+ #: action_names.rb:6
16328
+ msgid "Copy all units"
16329
+ msgstr ""
16330
+
16331
+ #: action_names.rb:7
16332
+ msgid "Copy content"
16333
+ msgstr ""
16334
+
16335
+ #: action_names.rb:8
16336
+ msgid "Copy version units to library"
16337
+ msgstr ""
16338
+
16339
+ #: action_names.rb:9
16340
+ msgid "Copy version"
16341
+ msgstr ""
16342
+
16343
+ #: action_names.rb:15
16344
+ msgid "Create exporter"
16345
+ msgstr ""
16346
+
16347
+ #: action_names.rb:16
16348
+ msgid "Create import"
16349
+ msgstr ""
16350
+
16351
+ #: action_names.rb:17
16352
+ msgid "Create importer"
16353
+ msgstr ""
16354
+
16355
+ #: action_names.rb:18
16356
+ msgid "Create publication"
16357
+ msgstr ""
16358
+
16359
+ #: action_names.rb:19 action_names.rb:20
16360
+ msgid "Create remote"
16361
+ msgstr ""
16362
+
16363
+ #: action_names.rb:32
16364
+ msgid "Delete distributions"
16365
+ msgstr ""
16366
+
16367
+ #: action_names.rb:33
16368
+ msgid "Delete orphan alternate content sources"
16369
+ msgstr ""
16370
+
16371
+ #: action_names.rb:34
16372
+ msgid "Delete orphan distributions"
16373
+ msgstr ""
16374
+
16375
+ #: action_names.rb:35
16376
+ msgid "Delete orphan remotes"
16377
+ msgstr ""
16378
+
16379
+ #: action_names.rb:36
16380
+ msgid "Delete orphan repository versions"
16381
+ msgstr ""
16382
+
16383
+ #: action_names.rb:37
16384
+ msgid "Delete orphaned migrated repositories"
16385
+ msgstr ""
16386
+
16387
+ #: action_names.rb:38 action_names.rb:39
16388
+ msgid "Delete remote"
16389
+ msgstr ""
16390
+
16391
+ #: action_names.rb:40
16392
+ msgid "Delete repository references"
16393
+ msgstr ""
16394
+
16395
+ #: action_names.rb:51
16396
+ msgid "Destroy exporter"
16397
+ msgstr ""
16398
+
16399
+ #: action_names.rb:52
16400
+ msgid "Destroy importer"
16401
+ msgstr ""
16402
+
16403
+ #: action_names.rb:55
16404
+ msgid "Discover"
16405
+ msgstr ""
16406
+
16407
+ #: action_names.rb:57
16408
+ msgid "Environment contents refresh"
16409
+ msgstr ""
16410
+
16411
+ #: action_names.rb:58 action_names.rb:59
16412
+ msgid "Errata mail"
16413
+ msgstr ""
16414
+
16415
+ #: action_names.rb:65
16416
+ msgid "Fetch pxe files"
16417
+ msgstr ""
16418
+
16419
+ #: action_names.rb:66
16420
+ msgid "Filtered index content"
16421
+ msgstr ""
16422
+
16423
+ #: action_names.rb:68 action_names.rb:69
16424
+ msgid "Generate metadata"
16425
+ msgstr ""
16426
+
16427
+ #: action_names.rb:71
16428
+ msgid "Hypervisors update"
16429
+ msgstr ""
16430
+
16431
+ #: action_names.rb:72
16432
+ msgid "Hypervisors"
16433
+ msgstr ""
16434
+
16435
+ #: action_names.rb:77
16436
+ msgid "Import migration"
16437
+ msgstr ""
16438
+
16439
+ #: action_names.rb:78
16440
+ msgid "Import repository upload"
16441
+ msgstr ""
16442
+
16443
+ #: action_names.rb:79 action_names.rb:80
16444
+ msgid "Import upload"
16445
+ msgstr ""
16446
+
16447
+ #: action_names.rb:82
16448
+ msgid "Incremental Update of Content View Version(s) "
16449
+ msgstr ""
16450
+
16451
+ #: action_names.rb:84
16452
+ msgid "Index content"
16453
+ msgstr ""
16454
+
16455
+ #: action_names.rb:85
16456
+ msgid "Index errata"
16457
+ msgstr ""
16458
+
16459
+ #: action_names.rb:86
16460
+ msgid "Index module streams"
16461
+ msgstr ""
16462
+
16463
+ #: action_names.rb:87
16464
+ msgid "Index package groups"
16465
+ msgstr ""
16466
+
16467
+ #: action_names.rb:88
16468
+ msgid "Initialize"
16469
+ msgstr ""
16470
+
16471
+ #: action_names.rb:89
16472
+ msgid "Instance update"
16473
+ msgstr ""
16474
+
16475
+ #: action_names.rb:90
16476
+ msgid "Metadata generate"
16477
+ msgstr ""
16478
+
16479
+ #: action_names.rb:92
16480
+ msgid "Multi copy all units"
16481
+ msgstr ""
16482
+
16483
+ #: action_names.rb:93
16484
+ msgid "Multi copy content"
16485
+ msgstr ""
16486
+
16487
+ #: action_names.rb:94
16488
+ msgid "Multi copy units"
16489
+ msgstr ""
16490
+
16491
+ #: action_names.rb:100
16492
+ msgid "Purge completed tasks"
16493
+ msgstr ""
16494
+
16495
+ #: action_names.rb:101 action_names.rb:102
16496
+ msgid "Reclaim space"
16497
+ msgstr ""
16498
+
16499
+ #: action_names.rb:106
16500
+ msgid "Refresh all distributions"
16501
+ msgstr ""
16502
+
16503
+ #: action_names.rb:107 action_names.rb:108
16504
+ msgid "Refresh distribution"
16505
+ msgstr ""
16506
+
16507
+ #: action_names.rb:109
16508
+ msgid "Refresh if needed"
16509
+ msgstr ""
16510
+
16511
+ #: action_names.rb:110 action_names.rb:111
16512
+ msgid "Refresh remote"
16513
+ msgstr ""
16514
+
16515
+ #: action_names.rb:112
16516
+ msgid "Refresh repos"
16517
+ msgstr ""
16518
+
16519
+ #: action_names.rb:116
16520
+ msgid "Reindex subscriptions"
16521
+ msgstr ""
16522
+
16523
+ #: action_names.rb:121 action_names.rb:122
16524
+ msgid "Remove orphans"
16525
+ msgstr ""
16526
+
16527
+ #: action_names.rb:123
16528
+ msgid "Remove rolling repo clone"
16529
+ msgstr ""
16530
+
16531
+ #: action_names.rb:124 action_names.rb:125
16532
+ msgid "Remove units"
16533
+ msgstr ""
16534
+
16535
+ #: action_names.rb:126
16536
+ msgid "Remove unneeded repos"
16537
+ msgstr ""
16538
+
16539
+ #: action_names.rb:127
16540
+ msgid "Repair"
16541
+ msgstr ""
16542
+
16543
+ #: action_names.rb:128
16544
+ msgid "Repositories certs reset"
16545
+ msgstr ""
16546
+
16547
+ #: action_names.rb:129
16548
+ msgid "Repositories gpg reset"
16549
+ msgstr ""
16550
+
16551
+ #: action_names.rb:132
16552
+ msgid "Save artifact"
16553
+ msgstr ""
16554
+
16555
+ #: action_names.rb:133
16556
+ msgid "Save distribution references"
16557
+ msgstr ""
16558
+
16559
+ #: action_names.rb:134
16560
+ msgid "Save publication"
16561
+ msgstr ""
16562
+
16563
+ #: action_names.rb:135
16564
+ msgid "Save version"
16565
+ msgstr ""
16566
+
16567
+ #: action_names.rb:136
16568
+ msgid "Save versions"
16569
+ msgstr ""
16570
+
16571
+ #: action_names.rb:137
16572
+ msgid "Scan cdn"
16573
+ msgstr ""
16574
+
16575
+ #: action_names.rb:138
16576
+ msgid "Scan remote"
16577
+ msgstr ""
16578
+
16579
+ #: action_names.rb:139
16580
+ msgid "Sync capsule"
16581
+ msgstr ""
16582
+
16583
+ #: action_names.rb:140 action_names.rb:141 action_names.rb:142
16584
+ msgid "Sync"
16585
+ msgstr ""
16586
+
16587
+ #: action_names.rb:143
16588
+ msgid "Syncable export"
16589
+ msgstr ""
16590
+
16591
+ #: action_names.rb:150
16592
+ msgid "Update content urls"
16593
+ msgstr ""
16594
+
16595
+ #: action_names.rb:152
16596
+ msgid "Update distributions"
16597
+ msgstr ""
16598
+
16599
+ #: action_names.rb:153
16600
+ msgid "Update http proxy details"
16601
+ msgstr ""
16602
+
16603
+ #: action_names.rb:154
16604
+ msgid "Update http proxy"
16605
+ msgstr ""
16606
+
16607
+ #: action_names.rb:155
16608
+ msgid "Update redhat repository"
16609
+ msgstr ""
16610
+
16611
+ #: action_names.rb:157 action_names.rb:158
16612
+ msgid "Update remote"
16613
+ msgstr ""
16614
+
16615
+ #: action_names.rb:159
16616
+ msgid "Update repository"
16617
+ msgstr ""
16618
+
16619
+ #: action_names.rb:172
16620
+ msgid "Upload content"
16621
+ msgstr ""
16622
+
16623
+ #: action_names.rb:173
16624
+ msgid "Upload file"
16625
+ msgstr ""
16626
+
16627
+ #: action_names.rb:176
16628
+ msgid "Upload tag"
16629
+ msgstr ""
16630
+
16631
+ #: action_names.rb:179 action_names.rb:180
16632
+ msgid "Verify checksum"
16633
+ msgstr ""