katello 4.18.0.rc2 → 4.18.0

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.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (234) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +279 -15
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +279 -15
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +281 -17
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +280 -16
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +282 -18
  7. data/app/assets/javascripts/katello/locale/de/katello.js +290 -26
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +279 -15
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +281 -17
  10. data/app/assets/javascripts/katello/locale/el/katello.js +281 -17
  11. data/app/assets/javascripts/katello/locale/en/katello.js +280 -16
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +280 -16
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +279 -15
  14. data/app/assets/javascripts/katello/locale/es/katello.js +445 -181
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +279 -15
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +1097 -833
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +279 -15
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +279 -15
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +279 -15
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +279 -15
  21. data/app/assets/javascripts/katello/locale/id/katello.js +279 -15
  22. data/app/assets/javascripts/katello/locale/it/katello.js +281 -17
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +826 -562
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +677 -413
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +279 -15
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +2325 -2062
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +279 -15
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +279 -15
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +279 -15
  30. data/app/assets/javascripts/katello/locale/or/katello.js +279 -15
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +279 -15
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +281 -17
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +279 -15
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +279 -15
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +458 -194
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +279 -15
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +279 -15
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +281 -17
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +281 -17
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +279 -15
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +279 -15
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +279 -15
  43. data/app/assets/javascripts/katello/locale/te/katello.js +279 -15
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +279 -15
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +279 -15
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +279 -15
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +279 -15
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +831 -567
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +281 -17
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -2
  51. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +69 -19
  52. data/app/controllers/katello/api/v2/exports_controller.rb +14 -7
  53. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +9 -0
  54. data/app/controllers/katello/api/v2/host_errata_controller.rb +24 -2
  55. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -4
  56. data/app/controllers/katello/api/v2/repositories_controller.rb +12 -3
  57. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +36 -8
  58. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +9 -1
  59. data/app/lib/actions/katello/repository/destroy.rb +3 -2
  60. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -2
  61. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -2
  62. data/app/lib/katello/errors.rb +2 -0
  63. data/app/models/katello/content_view_environment.rb +3 -0
  64. data/app/models/katello/rhel_lifecycle_status.rb +3 -1
  65. data/app/services/katello/pulp3/content_view_version/export.rb +32 -25
  66. data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
  67. data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -0
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -0
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -5
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -5
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -5
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -5
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -5
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -5
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -5
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -5
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -5
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -5
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -5
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -5
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -5
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -5
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -5
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -5
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -5
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -5
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -5
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -5
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -5
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -5
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -5
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -5
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -5
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -5
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -5
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -5
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -5
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -5
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -5
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -5
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -5
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -5
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -5
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -5
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -5
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -5
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -5
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -5
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -5
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -5
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -5
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -5
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -5
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -5
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +11 -11
  117. data/lib/katello/plugin.rb +6 -0
  118. data/lib/katello/tasks/repository.rake +67 -0
  119. data/lib/katello/version.rb +1 -1
  120. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  121. data/locale/bn/katello.po +279 -15
  122. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  123. data/locale/bn_IN/katello.po +279 -15
  124. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  125. data/locale/ca/katello.po +282 -18
  126. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  127. data/locale/cs/katello.po +280 -17
  128. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  129. data/locale/cs_CZ/katello.po +283 -19
  130. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  131. data/locale/de/katello.po +295 -31
  132. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  133. data/locale/de_AT/katello.po +279 -15
  134. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  135. data/locale/de_DE/katello.po +282 -18
  136. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  137. data/locale/el/katello.po +282 -18
  138. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  139. data/locale/en/katello.po +280 -17
  140. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  141. data/locale/en_GB/katello.po +280 -16
  142. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  143. data/locale/en_US/katello.po +279 -15
  144. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  145. data/locale/es/katello.po +449 -184
  146. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  147. data/locale/et_EE/katello.po +279 -15
  148. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  149. data/locale/fr/katello.po +1103 -840
  150. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  151. data/locale/gl/katello.po +279 -15
  152. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/gu/katello.po +279 -15
  154. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/he_IL/katello.po +279 -15
  156. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  157. data/locale/hi/katello.po +279 -15
  158. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/id/katello.po +279 -15
  160. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/it/katello.po +282 -18
  162. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/ja/katello.po +833 -568
  164. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/ka/katello.po +679 -413
  166. data/locale/katello.pot +775 -359
  167. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  168. data/locale/kn/katello.po +279 -15
  169. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/ko/katello.po +2334 -2058
  171. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/ml_IN/katello.po +279 -15
  173. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/mr/katello.po +279 -15
  175. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/nl_NL/katello.po +279 -15
  177. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/or/katello.po +279 -15
  179. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/pa/katello.po +279 -15
  181. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/pl/katello.po +282 -18
  183. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/pl_PL/katello.po +279 -15
  185. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/pt/katello.po +279 -15
  187. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/pt_BR/katello.po +462 -197
  189. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/ro/katello.po +279 -15
  191. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ro_RO/katello.po +279 -15
  193. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ru/katello.po +282 -18
  195. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/sl/katello.po +282 -18
  197. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/sv_SE/katello.po +279 -15
  199. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/ta/katello.po +279 -15
  201. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/ta_IN/katello.po +279 -15
  203. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/te/katello.po +279 -15
  205. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/tr/katello.po +279 -15
  207. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/vi/katello.po +279 -15
  209. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/vi_VN/katello.po +279 -15
  211. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/zh/katello.po +279 -15
  213. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/zh_CN/katello.po +836 -567
  215. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/zh_TW/katello.po +282 -18
  217. data/webpack/components/Errata/index.js +18 -0
  218. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +3 -0
  219. data/webpack/global_index.js +0 -4
  220. data/webpack/redux/actions/RedHatRepositories/helpers.js +3 -3
  221. data/webpack/redux/reducers/index.js +0 -2
  222. metadata +4 -16
  223. data/webpack/components/extensions/about/SystemStatuses.js +0 -55
  224. data/webpack/components/extensions/about/SystemStatusesActions.js +0 -16
  225. data/webpack/components/extensions/about/SystemStatusesConsts.js +0 -3
  226. data/webpack/components/extensions/about/SystemStatusesReducer.js +0 -26
  227. data/webpack/components/extensions/about/SystemStatusesSelectors.js +0 -3
  228. data/webpack/components/extensions/about/__tests__/SystemStatuses.fixtures.js +0 -20
  229. data/webpack/components/extensions/about/__tests__/SystemStatuses.test.js +0 -14
  230. data/webpack/components/extensions/about/__tests__/SystemStatusesReducer.test.js +0 -32
  231. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatuses.test.js.snap +0 -156
  232. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatusesReducer.test.js.snap +0 -47
  233. data/webpack/components/extensions/about/index.js +0 -19
  234. data/webpack/components/extensions/reducers.js +0 -6
Binary file
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: katello 4.18.0.pre.master\n"
8
+ "Project-Id-Version: katello 4.18.0.rc2\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
11
11
  "Language-Team: German (Austria) (https://app.transifex.com/foreman/teams/114/d"
@@ -467,6 +467,9 @@ msgstr ""
467
467
  msgid "About page"
468
468
  msgstr ""
469
469
 
470
+ msgid "Abstract async task"
471
+ msgstr ""
472
+
470
473
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
471
474
  msgstr ""
472
475
 
@@ -611,6 +614,9 @@ msgstr ""
611
614
  msgid "Add repositories with package groups to content view to select them here."
612
615
  msgstr ""
613
616
 
617
+ msgid "Add rolling repo clone"
618
+ msgstr ""
619
+
614
620
  msgid "Add rule"
615
621
  msgstr ""
616
622
 
@@ -983,6 +989,9 @@ msgstr ""
983
989
  msgid "Auto Publish - Triggered by '%s'"
984
990
  msgstr ""
985
991
 
992
+ msgid "Auto attach subscriptions"
993
+ msgstr ""
994
+
986
995
  msgid "Auto publish"
987
996
  msgstr ""
988
997
 
@@ -1010,9 +1019,6 @@ msgstr ""
1010
1019
  msgid "Back"
1011
1020
  msgstr ""
1012
1021
 
1013
- msgid "Backend System Status"
1014
- msgstr ""
1015
-
1016
1022
  msgid "Base URL"
1017
1023
  msgstr ""
1018
1024
 
@@ -1307,7 +1313,7 @@ msgstr ""
1307
1313
  msgid "Cannot incrementally export from a filtered and a non-filtered content view version. The exported content view version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}.'. Please do a full export."
1308
1314
  msgstr ""
1309
1315
 
1310
- msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
1316
+ msgid "Cannot incrementally export from a incrementally updated version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
1311
1317
  msgstr ""
1312
1318
 
1313
1319
  msgid "Cannot install errata: No errata found for search term '%s'"
@@ -1478,13 +1484,13 @@ msgstr ""
1478
1484
  msgid "Comma-separated list of tags to sync for a container image repository"
1479
1485
  msgstr ""
1480
1486
 
1481
- msgid "Compare"
1487
+ msgid "Commit upload"
1482
1488
  msgstr ""
1483
1489
 
1484
- msgid "Completed pulp task protection days"
1490
+ msgid "Compare"
1485
1491
  msgstr ""
1486
1492
 
1487
- msgid "Component"
1493
+ msgid "Completed pulp task protection days"
1488
1494
  msgstr ""
1489
1495
 
1490
1496
  msgid "Component Content View"
@@ -1832,15 +1838,27 @@ msgstr ""
1832
1838
  msgid "Copy"
1833
1839
  msgstr ""
1834
1840
 
1841
+ msgid "Copy all units"
1842
+ msgstr ""
1843
+
1835
1844
  msgid "Copy an activation key"
1836
1845
  msgstr ""
1837
1846
 
1847
+ msgid "Copy content"
1848
+ msgstr ""
1849
+
1838
1850
  msgid "Copy content view"
1839
1851
  msgstr ""
1840
1852
 
1841
1853
  msgid "Copy to clipboard"
1842
1854
  msgstr ""
1843
1855
 
1856
+ msgid "Copy version"
1857
+ msgstr ""
1858
+
1859
+ msgid "Copy version units to library"
1860
+ msgstr ""
1861
+
1844
1862
  msgid "Cores per socket"
1845
1863
  msgstr ""
1846
1864
 
@@ -2054,12 +2072,21 @@ msgstr ""
2054
2072
  msgid "Create content view"
2055
2073
  msgstr ""
2056
2074
 
2075
+ msgid "Create exporter"
2076
+ msgstr ""
2077
+
2057
2078
  msgid "Create filter"
2058
2079
  msgstr ""
2059
2080
 
2060
2081
  msgid "Create host collection"
2061
2082
  msgstr ""
2062
2083
 
2084
+ msgid "Create import"
2085
+ msgstr ""
2086
+
2087
+ msgid "Create importer"
2088
+ msgstr ""
2089
+
2063
2090
  msgid "Create new activation key"
2064
2091
  msgstr ""
2065
2092
 
@@ -2069,6 +2096,12 @@ msgstr ""
2069
2096
  msgid "Create package filter rule"
2070
2097
  msgstr ""
2071
2098
 
2099
+ msgid "Create publication"
2100
+ msgstr ""
2101
+
2102
+ msgid "Create remote"
2103
+ msgstr ""
2104
+
2072
2105
  msgid "Create rule"
2073
2106
  msgstr ""
2074
2107
 
@@ -2333,12 +2366,36 @@ msgstr ""
2333
2366
  msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2334
2367
  msgstr ""
2335
2368
 
2369
+ msgid "Delete distributions"
2370
+ msgstr ""
2371
+
2336
2372
  msgid "Delete manifest from Red Hat provider"
2337
2373
  msgstr ""
2338
2374
 
2339
2375
  msgid "Delete multiple filters from a content view"
2340
2376
  msgstr ""
2341
2377
 
2378
+ msgid "Delete orphan alternate content sources"
2379
+ msgstr ""
2380
+
2381
+ msgid "Delete orphan distributions"
2382
+ msgstr ""
2383
+
2384
+ msgid "Delete orphan remotes"
2385
+ msgstr ""
2386
+
2387
+ msgid "Delete orphan repository versions"
2388
+ msgstr ""
2389
+
2390
+ msgid "Delete orphaned migrated repositories"
2391
+ msgstr ""
2392
+
2393
+ msgid "Delete remote"
2394
+ msgstr ""
2395
+
2396
+ msgid "Delete repository references"
2397
+ msgstr ""
2398
+
2342
2399
  msgid "Delete version"
2343
2400
  msgstr ""
2344
2401
 
@@ -2438,6 +2495,12 @@ msgstr ""
2438
2495
  msgid "Destroy an environment in an organization"
2439
2496
  msgstr ""
2440
2497
 
2498
+ msgid "Destroy exporter"
2499
+ msgstr ""
2500
+
2501
+ msgid "Destroy importer"
2502
+ msgstr ""
2503
+
2441
2504
  msgid "Destroy one or more alternate content sources"
2442
2505
  msgstr ""
2443
2506
 
@@ -2486,6 +2549,9 @@ msgstr ""
2486
2549
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2487
2550
  msgstr ""
2488
2551
 
2552
+ msgid "Discover"
2553
+ msgstr ""
2554
+
2489
2555
  msgid "Discover Repositories"
2490
2556
  msgstr ""
2491
2557
 
@@ -2687,6 +2753,9 @@ msgstr ""
2687
2753
  msgid "Environment cannot be in its own promotion path"
2688
2754
  msgstr ""
2689
2755
 
2756
+ msgid "Environment contents refresh"
2757
+ msgstr ""
2758
+
2690
2759
  msgid "Environment identifier"
2691
2760
  msgstr ""
2692
2761
 
@@ -2726,6 +2795,9 @@ msgstr ""
2726
2795
  msgid "Errata id of the erratum (RHSA-2012:108)"
2727
2796
  msgstr ""
2728
2797
 
2798
+ msgid "Errata mail"
2799
+ msgstr ""
2800
+
2729
2801
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2730
2802
  msgstr ""
2731
2803
 
@@ -2840,6 +2912,12 @@ msgstr ""
2840
2912
  msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2841
2913
  msgstr ""
2842
2914
 
2915
+ msgid "Export format must be specified for library exports."
2916
+ msgstr ""
2917
+
2918
+ msgid "Export format must be specified for non-incremental repository exports."
2919
+ msgstr ""
2920
+
2843
2921
  msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
2844
2922
  msgstr ""
2845
2923
 
@@ -2885,6 +2963,9 @@ msgstr ""
2885
2963
  msgid "Fetch installable errata for one or more hosts."
2886
2964
  msgstr ""
2887
2965
 
2966
+ msgid "Fetch pxe files"
2967
+ msgstr ""
2968
+
2888
2969
  msgid "Fetch traces for one or more hosts"
2889
2970
  msgstr ""
2890
2971
 
@@ -2978,6 +3059,9 @@ msgstr ""
2978
3059
  msgid "Filter versions that are components in the specified composite version"
2979
3060
  msgstr ""
2980
3061
 
3062
+ msgid "Filtered index content"
3063
+ msgstr ""
3064
+
2981
3065
  msgid "Filters"
2982
3066
  msgstr ""
2983
3067
 
@@ -3026,6 +3110,9 @@ msgstr ""
3026
3110
  msgid "Flatpak remote updated"
3027
3111
  msgstr ""
3028
3112
 
3113
+ msgid "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product."
3114
+ msgstr ""
3115
+
3029
3116
  msgid "Force"
3030
3117
  msgstr ""
3031
3118
 
@@ -3088,6 +3175,9 @@ msgstr ""
3088
3175
  msgid "Generate host applicability"
3089
3176
  msgstr ""
3090
3177
 
3178
+ msgid "Generate metadata"
3179
+ msgstr ""
3180
+
3091
3181
  msgid "Generate repository applicability"
3092
3182
  msgstr ""
3093
3183
 
@@ -3325,6 +3415,12 @@ msgstr ""
3325
3415
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3326
3416
  msgstr ""
3327
3417
 
3418
+ msgid "Hypervisors"
3419
+ msgstr ""
3420
+
3421
+ msgid "Hypervisors update"
3422
+ msgstr ""
3423
+
3328
3424
  msgid "ID"
3329
3425
  msgstr ""
3330
3426
 
@@ -3648,6 +3744,9 @@ msgstr ""
3648
3744
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3649
3745
  msgstr ""
3650
3746
 
3747
+ msgid "Import migration"
3748
+ msgstr ""
3749
+
3651
3750
  msgid "Import new manifest"
3652
3751
  msgstr ""
3653
3752
 
@@ -3657,6 +3756,12 @@ msgstr ""
3657
3756
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3658
3757
  msgstr ""
3659
3758
 
3759
+ msgid "Import repository upload"
3760
+ msgstr ""
3761
+
3762
+ msgid "Import upload"
3763
+ msgstr ""
3764
+
3660
3765
  msgid "Import uploads into a repository"
3661
3766
  msgstr ""
3662
3767
 
@@ -3723,6 +3828,9 @@ msgstr ""
3723
3828
  msgid "Incremental Update incomplete."
3724
3829
  msgstr ""
3725
3830
 
3831
+ msgid "Incremental Update of Content View Version(s) "
3832
+ msgstr ""
3833
+
3726
3834
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3727
3835
  msgstr ""
3728
3836
 
@@ -3735,12 +3843,27 @@ msgstr ""
3735
3843
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3736
3844
  msgstr ""
3737
3845
 
3846
+ msgid "Index content"
3847
+ msgstr ""
3848
+
3849
+ msgid "Index errata"
3850
+ msgstr ""
3851
+
3852
+ msgid "Index module streams"
3853
+ msgstr ""
3854
+
3855
+ msgid "Index package groups"
3856
+ msgstr ""
3857
+
3738
3858
  msgid "Informable Type must be one of the following [ %{list} ]"
3739
3859
  msgstr ""
3740
3860
 
3741
3861
  msgid "Inherit from Repository"
3742
3862
  msgstr ""
3743
3863
 
3864
+ msgid "Initialize"
3865
+ msgstr ""
3866
+
3744
3867
  msgid "Initiate a sync of the products attached to the sync plan"
3745
3868
  msgstr ""
3746
3869
 
@@ -3816,6 +3939,9 @@ msgstr ""
3816
3939
  msgid "Installing Package..."
3817
3940
  msgstr ""
3818
3941
 
3942
+ msgid "Instance update"
3943
+ msgstr ""
3944
+
3819
3945
  msgid "Instance-based"
3820
3946
  msgstr ""
3821
3947
 
@@ -4569,6 +4695,9 @@ msgstr ""
4569
4695
  msgid "Messaging connection"
4570
4696
  msgstr ""
4571
4697
 
4698
+ msgid "Metadata generate"
4699
+ msgstr ""
4700
+
4572
4701
  msgid ""
4573
4702
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4574
4703
  "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
@@ -4634,6 +4763,15 @@ msgstr ""
4634
4763
  msgid "Multi Content View Environment"
4635
4764
  msgstr ""
4636
4765
 
4766
+ msgid "Multi copy all units"
4767
+ msgstr ""
4768
+
4769
+ msgid "Multi copy content"
4770
+ msgstr ""
4771
+
4772
+ msgid "Multi copy units"
4773
+ msgstr ""
4774
+
4637
4775
  msgid "Multi-entitlement"
4638
4776
  msgstr ""
4639
4777
 
@@ -5836,6 +5974,9 @@ msgstr ""
5836
5974
  msgid "Pulp task error"
5837
5975
  msgstr ""
5838
5976
 
5977
+ msgid "Purge completed tasks"
5978
+ msgstr ""
5979
+
5839
5980
  msgid "Python Package"
5840
5981
  msgstr ""
5841
5982
 
@@ -5944,6 +6085,9 @@ msgstr ""
5944
6085
  msgid "Reclaim Space"
5945
6086
  msgstr ""
5946
6087
 
6088
+ msgid "Reclaim space"
6089
+ msgstr ""
6090
+
5947
6091
  msgid "Reclaim space from On Demand repositories"
5948
6092
  msgstr ""
5949
6093
 
@@ -6010,6 +6154,9 @@ msgstr ""
6010
6154
  msgid "Refresh all alternate content sources"
6011
6155
  msgstr ""
6012
6156
 
6157
+ msgid "Refresh all distributions"
6158
+ msgstr ""
6159
+
6013
6160
  msgid "Refresh alternate content sources"
6014
6161
  msgstr ""
6015
6162
 
@@ -6022,15 +6169,27 @@ msgstr ""
6022
6169
  msgid "Refresh counts"
6023
6170
  msgstr ""
6024
6171
 
6172
+ msgid "Refresh distribution"
6173
+ msgstr ""
6174
+
6025
6175
  msgid "Refresh errata applicability"
6026
6176
  msgstr ""
6027
6177
 
6178
+ msgid "Refresh if needed"
6179
+ msgstr ""
6180
+
6028
6181
  msgid "Refresh package applicability"
6029
6182
  msgstr ""
6030
6183
 
6031
6184
  msgid "Refresh previously imported manifest for Red Hat provider"
6032
6185
  msgstr ""
6033
6186
 
6187
+ msgid "Refresh remote"
6188
+ msgstr ""
6189
+
6190
+ msgid "Refresh repos"
6191
+ msgstr ""
6192
+
6034
6193
  msgid "Refresh source"
6035
6194
  msgstr ""
6036
6195
 
@@ -6073,6 +6232,12 @@ msgstr ""
6073
6232
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6074
6233
  msgstr ""
6075
6234
 
6235
+ msgid "Registry token expiration time"
6236
+ msgstr ""
6237
+
6238
+ msgid "Reindex subscriptions"
6239
+ msgstr ""
6240
+
6076
6241
  msgid "Related composite content views"
6077
6242
  msgstr ""
6078
6243
 
@@ -6169,6 +6334,9 @@ msgstr ""
6169
6334
  msgid "Remove one or more subscriptions from an upstream manifest"
6170
6335
  msgstr ""
6171
6336
 
6337
+ msgid "Remove orphans"
6338
+ msgstr ""
6339
+
6172
6340
  msgid "Remove package group via Katello interface"
6173
6341
  msgstr ""
6174
6342
 
@@ -6184,6 +6352,9 @@ msgstr ""
6184
6352
  msgid "Remove products from sync plan"
6185
6353
  msgstr ""
6186
6354
 
6355
+ msgid "Remove rolling repo clone"
6356
+ msgstr ""
6357
+
6187
6358
  msgid "Remove subscriptions"
6188
6359
  msgstr ""
6189
6360
 
@@ -6196,6 +6367,12 @@ msgstr ""
6196
6367
  msgid "Remove subscriptions from one or more hosts"
6197
6368
  msgstr ""
6198
6369
 
6370
+ msgid "Remove units"
6371
+ msgstr ""
6372
+
6373
+ msgid "Remove unneeded repos"
6374
+ msgstr ""
6375
+
6199
6376
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6200
6377
  msgstr ""
6201
6378
 
@@ -6220,6 +6397,9 @@ msgstr ""
6220
6397
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6221
6398
  msgstr ""
6222
6399
 
6400
+ msgid "Repair"
6401
+ msgstr ""
6402
+
6223
6403
  msgid "Replace content source on the target machine"
6224
6404
  msgstr ""
6225
6405
 
@@ -6238,12 +6418,18 @@ msgstr ""
6238
6418
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6239
6419
  msgstr ""
6240
6420
 
6421
+ msgid "Repositories certs reset"
6422
+ msgstr ""
6423
+
6241
6424
  msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
6242
6425
  msgstr ""
6243
6426
 
6244
6427
  msgid "Repositories from published Content Views are not allowed."
6245
6428
  msgstr ""
6246
6429
 
6430
+ msgid "Repositories gpg reset"
6431
+ msgstr ""
6432
+
6247
6433
  msgid "Repository"
6248
6434
  msgstr ""
6249
6435
 
@@ -6454,7 +6640,7 @@ msgstr ""
6454
6640
  msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
6455
6641
  msgstr ""
6456
6642
 
6457
- msgid "Return only errata of a particular type (security, bugfix, enhancement)"
6643
+ msgid "Return only errata of a particular type (security, bugfix, enhancement, other)"
6458
6644
  msgstr ""
6459
6645
 
6460
6646
  msgid "Return only packages of a particular status (upgradable or up-to-date)"
@@ -6595,6 +6781,21 @@ msgstr ""
6595
6781
  msgid "Save"
6596
6782
  msgstr ""
6597
6783
 
6784
+ msgid "Save artifact"
6785
+ msgstr ""
6786
+
6787
+ msgid "Save distribution references"
6788
+ msgstr ""
6789
+
6790
+ msgid "Save publication"
6791
+ msgstr ""
6792
+
6793
+ msgid "Save version"
6794
+ msgstr ""
6795
+
6796
+ msgid "Save versions"
6797
+ msgstr ""
6798
+
6598
6799
  msgid "Saving alternate content source..."
6599
6800
  msgstr ""
6600
6801
 
@@ -6604,6 +6805,12 @@ msgstr ""
6604
6805
  msgid "Scan a flatpak remote"
6605
6806
  msgstr ""
6606
6807
 
6808
+ msgid "Scan cdn"
6809
+ msgstr ""
6810
+
6811
+ msgid "Scan remote"
6812
+ msgstr ""
6813
+
6607
6814
  msgid "Schema version 1"
6608
6815
  msgstr ""
6609
6816
 
@@ -7405,6 +7612,9 @@ msgstr ""
7405
7612
  msgid "Supported Content Types"
7406
7613
  msgstr ""
7407
7614
 
7615
+ msgid "Sync"
7616
+ msgstr ""
7617
+
7408
7618
  msgid "Sync Canceled"
7409
7619
  msgstr ""
7410
7620
 
@@ -7459,6 +7669,9 @@ msgstr ""
7459
7669
  msgid "Sync all repositories for a product"
7460
7670
  msgstr ""
7461
7671
 
7672
+ msgid "Sync capsule"
7673
+ msgstr ""
7674
+
7462
7675
  msgid "Sync complete."
7463
7676
  msgstr ""
7464
7677
 
@@ -7477,6 +7690,9 @@ msgstr ""
7477
7690
  msgid "Sync state"
7478
7691
  msgstr ""
7479
7692
 
7693
+ msgid "Syncable export"
7694
+ msgstr ""
7695
+
7480
7696
  msgid "Synced"
7481
7697
  msgstr ""
7482
7698
 
@@ -7709,6 +7925,9 @@ msgstr ""
7709
7925
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
7710
7926
  msgstr ""
7711
7927
 
7928
+ msgid "The provided incremental export format '%{provided}' must match the previous export's format '%{previous}'. Consider using 'from_history_id' to point to a matching export."
7929
+ msgstr ""
7930
+
7712
7931
  msgid "The repository is already enabled"
7713
7932
  msgstr ""
7714
7933
 
@@ -7946,6 +8165,9 @@ msgstr ""
7946
8165
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7947
8166
  msgstr ""
7948
8167
 
8168
+ msgid "Time in minutes before registry access tokens expire."
8169
+ msgstr ""
8170
+
7949
8171
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7950
8172
  msgstr ""
7951
8173
 
@@ -7991,6 +8213,9 @@ msgstr ""
7991
8213
  msgid "To manage packages, select an action."
7992
8214
  msgstr ""
7993
8215
 
8216
+ msgid "Toggle"
8217
+ msgstr ""
8218
+
7994
8219
  msgid "Token/password for the flatpak remote"
7995
8220
  msgstr ""
7996
8221
 
@@ -8126,6 +8351,12 @@ msgstr ""
8126
8351
  msgid "Unable to detect puppet path"
8127
8352
  msgstr ""
8128
8353
 
8354
+ msgid "Unable to find a base content view to use for incremental export using the provided parameters:%{params}"
8355
+ msgstr ""
8356
+
8357
+ msgid "Unable to find a base content view to use for incremental export. Please run a complete export instead."
8358
+ msgstr ""
8359
+
8129
8360
  msgid "Unable to find a content view with ID %s"
8130
8361
  msgstr ""
8131
8362
 
@@ -8141,12 +8372,6 @@ msgstr ""
8141
8372
  msgid "Unable to import in to Content View specified in the metadata - '%{name}'. The 'import_only' attribute for the content view is set to false. To mark this Content View as importable, have your system administrator run the following command on the server. "
8142
8373
  msgstr ""
8143
8374
 
8144
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
8145
- msgstr ""
8146
-
8147
- msgid "Unable to incrementally export. Do a Full Export on the repository content."
8148
- msgstr ""
8149
-
8150
8375
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
8151
8376
  msgstr ""
8152
8377
 
@@ -8213,6 +8438,12 @@ msgstr ""
8213
8438
  msgid "Unknown errata status"
8214
8439
  msgstr ""
8215
8440
 
8441
+ msgid "Unknown library export format '%s'."
8442
+ msgstr ""
8443
+
8444
+ msgid "Unknown repository export format '%s'."
8445
+ msgstr ""
8446
+
8216
8447
  msgid "Unknown traces status"
8217
8448
  msgstr ""
8218
8449
 
@@ -8303,15 +8534,27 @@ msgstr ""
8303
8534
  msgid "Update content counts for the smart proxy"
8304
8535
  msgstr ""
8305
8536
 
8537
+ msgid "Update content urls"
8538
+ msgstr ""
8539
+
8306
8540
  msgid "Update content view environments for host"
8307
8541
  msgstr ""
8308
8542
 
8309
8543
  msgid "Update content view environments for host %s"
8310
8544
  msgstr ""
8311
8545
 
8546
+ msgid "Update distributions"
8547
+ msgstr ""
8548
+
8312
8549
  msgid "Update hosts manually"
8313
8550
  msgstr ""
8314
8551
 
8552
+ msgid "Update http proxy"
8553
+ msgstr ""
8554
+
8555
+ msgid "Update http proxy details"
8556
+ msgstr ""
8557
+
8315
8558
  msgid "Update installed packages, enabled repos, module inventory"
8316
8559
  msgstr ""
8317
8560
 
@@ -8327,12 +8570,21 @@ msgstr ""
8327
8570
  msgid "Update packages via Katello interface"
8328
8571
  msgstr ""
8329
8572
 
8573
+ msgid "Update redhat repository"
8574
+ msgstr ""
8575
+
8330
8576
  msgid "Update release version for host"
8331
8577
  msgstr ""
8332
8578
 
8333
8579
  msgid "Update release version for host %s"
8334
8580
  msgstr ""
8335
8581
 
8582
+ msgid "Update remote"
8583
+ msgstr ""
8584
+
8585
+ msgid "Update repository"
8586
+ msgstr ""
8587
+
8336
8588
  msgid "Update services requiring restart"
8337
8589
  msgstr ""
8338
8590
 
@@ -8423,6 +8675,12 @@ msgstr ""
8423
8675
  msgid "Upload a subscription manifest"
8424
8676
  msgstr ""
8425
8677
 
8678
+ msgid "Upload content"
8679
+ msgstr ""
8680
+
8681
+ msgid "Upload file"
8682
+ msgstr ""
8683
+
8426
8684
  msgid "Upload into"
8427
8685
  msgstr ""
8428
8686
 
@@ -8432,6 +8690,9 @@ msgstr ""
8432
8690
  msgid "Upload request id"
8433
8691
  msgstr ""
8434
8692
 
8693
+ msgid "Upload tag"
8694
+ msgstr ""
8695
+
8435
8696
  msgid "Upstream Candlepin"
8436
8697
  msgstr ""
8437
8698
 
@@ -8549,6 +8810,9 @@ msgstr ""
8549
8810
  msgid "Verify SSL"
8550
8811
  msgstr ""
8551
8812
 
8813
+ msgid "Verify checksum"
8814
+ msgstr ""
8815
+
8552
8816
  msgid "Verify checksum for content on smart proxy"
8553
8817
  msgstr ""
8554
8818