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
data/locale/vi/katello.po CHANGED
@@ -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: Vietnamese (https://app.transifex.com/foreman/teams/114/vi/)\n"
@@ -466,6 +466,9 @@ msgstr ""
466
466
  msgid "About page"
467
467
  msgstr ""
468
468
 
469
+ msgid "Abstract async task"
470
+ msgstr ""
471
+
469
472
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
470
473
  msgstr ""
471
474
 
@@ -610,6 +613,9 @@ msgstr ""
610
613
  msgid "Add repositories with package groups to content view to select them here."
611
614
  msgstr ""
612
615
 
616
+ msgid "Add rolling repo clone"
617
+ msgstr ""
618
+
613
619
  msgid "Add rule"
614
620
  msgstr ""
615
621
 
@@ -982,6 +988,9 @@ msgstr ""
982
988
  msgid "Auto Publish - Triggered by '%s'"
983
989
  msgstr ""
984
990
 
991
+ msgid "Auto attach subscriptions"
992
+ msgstr ""
993
+
985
994
  msgid "Auto publish"
986
995
  msgstr ""
987
996
 
@@ -1009,9 +1018,6 @@ msgstr ""
1009
1018
  msgid "Back"
1010
1019
  msgstr ""
1011
1020
 
1012
- msgid "Backend System Status"
1013
- msgstr ""
1014
-
1015
1021
  msgid "Base URL"
1016
1022
  msgstr ""
1017
1023
 
@@ -1306,7 +1312,7 @@ msgstr ""
1306
1312
  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."
1307
1313
  msgstr ""
1308
1314
 
1309
- 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."
1315
+ 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."
1310
1316
  msgstr ""
1311
1317
 
1312
1318
  msgid "Cannot install errata: No errata found for search term '%s'"
@@ -1477,13 +1483,13 @@ msgstr ""
1477
1483
  msgid "Comma-separated list of tags to sync for a container image repository"
1478
1484
  msgstr ""
1479
1485
 
1480
- msgid "Compare"
1486
+ msgid "Commit upload"
1481
1487
  msgstr ""
1482
1488
 
1483
- msgid "Completed pulp task protection days"
1489
+ msgid "Compare"
1484
1490
  msgstr ""
1485
1491
 
1486
- msgid "Component"
1492
+ msgid "Completed pulp task protection days"
1487
1493
  msgstr ""
1488
1494
 
1489
1495
  msgid "Component Content View"
@@ -1831,15 +1837,27 @@ msgstr ""
1831
1837
  msgid "Copy"
1832
1838
  msgstr ""
1833
1839
 
1840
+ msgid "Copy all units"
1841
+ msgstr ""
1842
+
1834
1843
  msgid "Copy an activation key"
1835
1844
  msgstr ""
1836
1845
 
1846
+ msgid "Copy content"
1847
+ msgstr ""
1848
+
1837
1849
  msgid "Copy content view"
1838
1850
  msgstr ""
1839
1851
 
1840
1852
  msgid "Copy to clipboard"
1841
1853
  msgstr ""
1842
1854
 
1855
+ msgid "Copy version"
1856
+ msgstr ""
1857
+
1858
+ msgid "Copy version units to library"
1859
+ msgstr ""
1860
+
1843
1861
  msgid "Cores per socket"
1844
1862
  msgstr ""
1845
1863
 
@@ -2053,12 +2071,21 @@ msgstr ""
2053
2071
  msgid "Create content view"
2054
2072
  msgstr ""
2055
2073
 
2074
+ msgid "Create exporter"
2075
+ msgstr ""
2076
+
2056
2077
  msgid "Create filter"
2057
2078
  msgstr ""
2058
2079
 
2059
2080
  msgid "Create host collection"
2060
2081
  msgstr ""
2061
2082
 
2083
+ msgid "Create import"
2084
+ msgstr ""
2085
+
2086
+ msgid "Create importer"
2087
+ msgstr ""
2088
+
2062
2089
  msgid "Create new activation key"
2063
2090
  msgstr ""
2064
2091
 
@@ -2068,6 +2095,12 @@ msgstr ""
2068
2095
  msgid "Create package filter rule"
2069
2096
  msgstr ""
2070
2097
 
2098
+ msgid "Create publication"
2099
+ msgstr ""
2100
+
2101
+ msgid "Create remote"
2102
+ msgstr ""
2103
+
2071
2104
  msgid "Create rule"
2072
2105
  msgstr ""
2073
2106
 
@@ -2332,12 +2365,36 @@ msgstr ""
2332
2365
  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."
2333
2366
  msgstr ""
2334
2367
 
2368
+ msgid "Delete distributions"
2369
+ msgstr ""
2370
+
2335
2371
  msgid "Delete manifest from Red Hat provider"
2336
2372
  msgstr ""
2337
2373
 
2338
2374
  msgid "Delete multiple filters from a content view"
2339
2375
  msgstr ""
2340
2376
 
2377
+ msgid "Delete orphan alternate content sources"
2378
+ msgstr ""
2379
+
2380
+ msgid "Delete orphan distributions"
2381
+ msgstr ""
2382
+
2383
+ msgid "Delete orphan remotes"
2384
+ msgstr ""
2385
+
2386
+ msgid "Delete orphan repository versions"
2387
+ msgstr ""
2388
+
2389
+ msgid "Delete orphaned migrated repositories"
2390
+ msgstr ""
2391
+
2392
+ msgid "Delete remote"
2393
+ msgstr ""
2394
+
2395
+ msgid "Delete repository references"
2396
+ msgstr ""
2397
+
2341
2398
  msgid "Delete version"
2342
2399
  msgstr ""
2343
2400
 
@@ -2437,6 +2494,12 @@ msgstr ""
2437
2494
  msgid "Destroy an environment in an organization"
2438
2495
  msgstr ""
2439
2496
 
2497
+ msgid "Destroy exporter"
2498
+ msgstr ""
2499
+
2500
+ msgid "Destroy importer"
2501
+ msgstr ""
2502
+
2440
2503
  msgid "Destroy one or more alternate content sources"
2441
2504
  msgstr ""
2442
2505
 
@@ -2485,6 +2548,9 @@ msgstr ""
2485
2548
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2486
2549
  msgstr ""
2487
2550
 
2551
+ msgid "Discover"
2552
+ msgstr ""
2553
+
2488
2554
  msgid "Discover Repositories"
2489
2555
  msgstr ""
2490
2556
 
@@ -2686,6 +2752,9 @@ msgstr ""
2686
2752
  msgid "Environment cannot be in its own promotion path"
2687
2753
  msgstr ""
2688
2754
 
2755
+ msgid "Environment contents refresh"
2756
+ msgstr ""
2757
+
2689
2758
  msgid "Environment identifier"
2690
2759
  msgstr ""
2691
2760
 
@@ -2725,6 +2794,9 @@ msgstr ""
2725
2794
  msgid "Errata id of the erratum (RHSA-2012:108)"
2726
2795
  msgstr ""
2727
2796
 
2797
+ msgid "Errata mail"
2798
+ msgstr ""
2799
+
2728
2800
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2729
2801
  msgstr ""
2730
2802
 
@@ -2839,6 +2911,12 @@ msgstr ""
2839
2911
  msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2840
2912
  msgstr ""
2841
2913
 
2914
+ msgid "Export format must be specified for library exports."
2915
+ msgstr ""
2916
+
2917
+ msgid "Export format must be specified for non-incremental repository exports."
2918
+ msgstr ""
2919
+
2842
2920
  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."
2843
2921
  msgstr ""
2844
2922
 
@@ -2884,6 +2962,9 @@ msgstr ""
2884
2962
  msgid "Fetch installable errata for one or more hosts."
2885
2963
  msgstr ""
2886
2964
 
2965
+ msgid "Fetch pxe files"
2966
+ msgstr ""
2967
+
2887
2968
  msgid "Fetch traces for one or more hosts"
2888
2969
  msgstr ""
2889
2970
 
@@ -2977,6 +3058,9 @@ msgstr ""
2977
3058
  msgid "Filter versions that are components in the specified composite version"
2978
3059
  msgstr ""
2979
3060
 
3061
+ msgid "Filtered index content"
3062
+ msgstr ""
3063
+
2980
3064
  msgid "Filters"
2981
3065
  msgstr ""
2982
3066
 
@@ -3025,6 +3109,9 @@ msgstr ""
3025
3109
  msgid "Flatpak remote updated"
3026
3110
  msgstr ""
3027
3111
 
3112
+ msgid "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product."
3113
+ msgstr ""
3114
+
3028
3115
  msgid "Force"
3029
3116
  msgstr ""
3030
3117
 
@@ -3087,6 +3174,9 @@ msgstr ""
3087
3174
  msgid "Generate host applicability"
3088
3175
  msgstr ""
3089
3176
 
3177
+ msgid "Generate metadata"
3178
+ msgstr ""
3179
+
3090
3180
  msgid "Generate repository applicability"
3091
3181
  msgstr ""
3092
3182
 
@@ -3324,6 +3414,12 @@ msgstr ""
3324
3414
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3325
3415
  msgstr ""
3326
3416
 
3417
+ msgid "Hypervisors"
3418
+ msgstr ""
3419
+
3420
+ msgid "Hypervisors update"
3421
+ msgstr ""
3422
+
3327
3423
  msgid "ID"
3328
3424
  msgstr ""
3329
3425
 
@@ -3647,6 +3743,9 @@ msgstr ""
3647
3743
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3648
3744
  msgstr ""
3649
3745
 
3746
+ msgid "Import migration"
3747
+ msgstr ""
3748
+
3650
3749
  msgid "Import new manifest"
3651
3750
  msgstr ""
3652
3751
 
@@ -3656,6 +3755,12 @@ msgstr ""
3656
3755
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3657
3756
  msgstr ""
3658
3757
 
3758
+ msgid "Import repository upload"
3759
+ msgstr ""
3760
+
3761
+ msgid "Import upload"
3762
+ msgstr ""
3763
+
3659
3764
  msgid "Import uploads into a repository"
3660
3765
  msgstr ""
3661
3766
 
@@ -3722,6 +3827,9 @@ msgstr ""
3722
3827
  msgid "Incremental Update incomplete."
3723
3828
  msgstr ""
3724
3829
 
3830
+ msgid "Incremental Update of Content View Version(s) "
3831
+ msgstr ""
3832
+
3725
3833
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3726
3834
  msgstr ""
3727
3835
 
@@ -3734,12 +3842,27 @@ msgstr ""
3734
3842
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3735
3843
  msgstr ""
3736
3844
 
3845
+ msgid "Index content"
3846
+ msgstr ""
3847
+
3848
+ msgid "Index errata"
3849
+ msgstr ""
3850
+
3851
+ msgid "Index module streams"
3852
+ msgstr ""
3853
+
3854
+ msgid "Index package groups"
3855
+ msgstr ""
3856
+
3737
3857
  msgid "Informable Type must be one of the following [ %{list} ]"
3738
3858
  msgstr ""
3739
3859
 
3740
3860
  msgid "Inherit from Repository"
3741
3861
  msgstr ""
3742
3862
 
3863
+ msgid "Initialize"
3864
+ msgstr ""
3865
+
3743
3866
  msgid "Initiate a sync of the products attached to the sync plan"
3744
3867
  msgstr ""
3745
3868
 
@@ -3815,6 +3938,9 @@ msgstr ""
3815
3938
  msgid "Installing Package..."
3816
3939
  msgstr ""
3817
3940
 
3941
+ msgid "Instance update"
3942
+ msgstr ""
3943
+
3818
3944
  msgid "Instance-based"
3819
3945
  msgstr ""
3820
3946
 
@@ -4568,6 +4694,9 @@ msgstr ""
4568
4694
  msgid "Messaging connection"
4569
4695
  msgstr ""
4570
4696
 
4697
+ msgid "Metadata generate"
4698
+ msgstr ""
4699
+
4571
4700
  msgid ""
4572
4701
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4573
4702
  "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."
@@ -4633,6 +4762,15 @@ msgstr ""
4633
4762
  msgid "Multi Content View Environment"
4634
4763
  msgstr ""
4635
4764
 
4765
+ msgid "Multi copy all units"
4766
+ msgstr ""
4767
+
4768
+ msgid "Multi copy content"
4769
+ msgstr ""
4770
+
4771
+ msgid "Multi copy units"
4772
+ msgstr ""
4773
+
4636
4774
  msgid "Multi-entitlement"
4637
4775
  msgstr ""
4638
4776
 
@@ -5835,6 +5973,9 @@ msgstr ""
5835
5973
  msgid "Pulp task error"
5836
5974
  msgstr ""
5837
5975
 
5976
+ msgid "Purge completed tasks"
5977
+ msgstr ""
5978
+
5838
5979
  msgid "Python Package"
5839
5980
  msgstr ""
5840
5981
 
@@ -5943,6 +6084,9 @@ msgstr ""
5943
6084
  msgid "Reclaim Space"
5944
6085
  msgstr ""
5945
6086
 
6087
+ msgid "Reclaim space"
6088
+ msgstr ""
6089
+
5946
6090
  msgid "Reclaim space from On Demand repositories"
5947
6091
  msgstr ""
5948
6092
 
@@ -6009,6 +6153,9 @@ msgstr ""
6009
6153
  msgid "Refresh all alternate content sources"
6010
6154
  msgstr ""
6011
6155
 
6156
+ msgid "Refresh all distributions"
6157
+ msgstr ""
6158
+
6012
6159
  msgid "Refresh alternate content sources"
6013
6160
  msgstr ""
6014
6161
 
@@ -6021,15 +6168,27 @@ msgstr ""
6021
6168
  msgid "Refresh counts"
6022
6169
  msgstr ""
6023
6170
 
6171
+ msgid "Refresh distribution"
6172
+ msgstr ""
6173
+
6024
6174
  msgid "Refresh errata applicability"
6025
6175
  msgstr ""
6026
6176
 
6177
+ msgid "Refresh if needed"
6178
+ msgstr ""
6179
+
6027
6180
  msgid "Refresh package applicability"
6028
6181
  msgstr ""
6029
6182
 
6030
6183
  msgid "Refresh previously imported manifest for Red Hat provider"
6031
6184
  msgstr ""
6032
6185
 
6186
+ msgid "Refresh remote"
6187
+ msgstr ""
6188
+
6189
+ msgid "Refresh repos"
6190
+ msgstr ""
6191
+
6033
6192
  msgid "Refresh source"
6034
6193
  msgstr ""
6035
6194
 
@@ -6072,6 +6231,12 @@ msgstr ""
6072
6231
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6073
6232
  msgstr ""
6074
6233
 
6234
+ msgid "Registry token expiration time"
6235
+ msgstr ""
6236
+
6237
+ msgid "Reindex subscriptions"
6238
+ msgstr ""
6239
+
6075
6240
  msgid "Related composite content views"
6076
6241
  msgstr ""
6077
6242
 
@@ -6168,6 +6333,9 @@ msgstr ""
6168
6333
  msgid "Remove one or more subscriptions from an upstream manifest"
6169
6334
  msgstr ""
6170
6335
 
6336
+ msgid "Remove orphans"
6337
+ msgstr ""
6338
+
6171
6339
  msgid "Remove package group via Katello interface"
6172
6340
  msgstr ""
6173
6341
 
@@ -6183,6 +6351,9 @@ msgstr ""
6183
6351
  msgid "Remove products from sync plan"
6184
6352
  msgstr ""
6185
6353
 
6354
+ msgid "Remove rolling repo clone"
6355
+ msgstr ""
6356
+
6186
6357
  msgid "Remove subscriptions"
6187
6358
  msgstr ""
6188
6359
 
@@ -6195,6 +6366,12 @@ msgstr ""
6195
6366
  msgid "Remove subscriptions from one or more hosts"
6196
6367
  msgstr ""
6197
6368
 
6369
+ msgid "Remove units"
6370
+ msgstr ""
6371
+
6372
+ msgid "Remove unneeded repos"
6373
+ msgstr ""
6374
+
6198
6375
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6199
6376
  msgstr ""
6200
6377
 
@@ -6219,6 +6396,9 @@ msgstr ""
6219
6396
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6220
6397
  msgstr ""
6221
6398
 
6399
+ msgid "Repair"
6400
+ msgstr ""
6401
+
6222
6402
  msgid "Replace content source on the target machine"
6223
6403
  msgstr ""
6224
6404
 
@@ -6237,12 +6417,18 @@ msgstr ""
6237
6417
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6238
6418
  msgstr ""
6239
6419
 
6420
+ msgid "Repositories certs reset"
6421
+ msgstr ""
6422
+
6240
6423
  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."
6241
6424
  msgstr ""
6242
6425
 
6243
6426
  msgid "Repositories from published Content Views are not allowed."
6244
6427
  msgstr ""
6245
6428
 
6429
+ msgid "Repositories gpg reset"
6430
+ msgstr ""
6431
+
6246
6432
  msgid "Repository"
6247
6433
  msgstr ""
6248
6434
 
@@ -6453,7 +6639,7 @@ msgstr ""
6453
6639
  msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
6454
6640
  msgstr ""
6455
6641
 
6456
- msgid "Return only errata of a particular type (security, bugfix, enhancement)"
6642
+ msgid "Return only errata of a particular type (security, bugfix, enhancement, other)"
6457
6643
  msgstr ""
6458
6644
 
6459
6645
  msgid "Return only packages of a particular status (upgradable or up-to-date)"
@@ -6594,6 +6780,21 @@ msgstr ""
6594
6780
  msgid "Save"
6595
6781
  msgstr ""
6596
6782
 
6783
+ msgid "Save artifact"
6784
+ msgstr ""
6785
+
6786
+ msgid "Save distribution references"
6787
+ msgstr ""
6788
+
6789
+ msgid "Save publication"
6790
+ msgstr ""
6791
+
6792
+ msgid "Save version"
6793
+ msgstr ""
6794
+
6795
+ msgid "Save versions"
6796
+ msgstr ""
6797
+
6597
6798
  msgid "Saving alternate content source..."
6598
6799
  msgstr ""
6599
6800
 
@@ -6603,6 +6804,12 @@ msgstr ""
6603
6804
  msgid "Scan a flatpak remote"
6604
6805
  msgstr ""
6605
6806
 
6807
+ msgid "Scan cdn"
6808
+ msgstr ""
6809
+
6810
+ msgid "Scan remote"
6811
+ msgstr ""
6812
+
6606
6813
  msgid "Schema version 1"
6607
6814
  msgstr ""
6608
6815
 
@@ -7404,6 +7611,9 @@ msgstr ""
7404
7611
  msgid "Supported Content Types"
7405
7612
  msgstr ""
7406
7613
 
7614
+ msgid "Sync"
7615
+ msgstr ""
7616
+
7407
7617
  msgid "Sync Canceled"
7408
7618
  msgstr ""
7409
7619
 
@@ -7458,6 +7668,9 @@ msgstr ""
7458
7668
  msgid "Sync all repositories for a product"
7459
7669
  msgstr ""
7460
7670
 
7671
+ msgid "Sync capsule"
7672
+ msgstr ""
7673
+
7461
7674
  msgid "Sync complete."
7462
7675
  msgstr ""
7463
7676
 
@@ -7476,6 +7689,9 @@ msgstr ""
7476
7689
  msgid "Sync state"
7477
7690
  msgstr ""
7478
7691
 
7692
+ msgid "Syncable export"
7693
+ msgstr ""
7694
+
7479
7695
  msgid "Synced"
7480
7696
  msgstr ""
7481
7697
 
@@ -7708,6 +7924,9 @@ msgstr ""
7708
7924
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
7709
7925
  msgstr ""
7710
7926
 
7927
+ 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."
7928
+ msgstr ""
7929
+
7711
7930
  msgid "The repository is already enabled"
7712
7931
  msgstr ""
7713
7932
 
@@ -7945,6 +8164,9 @@ msgstr ""
7945
8164
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7946
8165
  msgstr ""
7947
8166
 
8167
+ msgid "Time in minutes before registry access tokens expire."
8168
+ msgstr ""
8169
+
7948
8170
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7949
8171
  msgstr ""
7950
8172
 
@@ -7990,6 +8212,9 @@ msgstr ""
7990
8212
  msgid "To manage packages, select an action."
7991
8213
  msgstr ""
7992
8214
 
8215
+ msgid "Toggle"
8216
+ msgstr ""
8217
+
7993
8218
  msgid "Token/password for the flatpak remote"
7994
8219
  msgstr ""
7995
8220
 
@@ -8125,6 +8350,12 @@ msgstr ""
8125
8350
  msgid "Unable to detect puppet path"
8126
8351
  msgstr ""
8127
8352
 
8353
+ msgid "Unable to find a base content view to use for incremental export using the provided parameters:%{params}"
8354
+ msgstr ""
8355
+
8356
+ msgid "Unable to find a base content view to use for incremental export. Please run a complete export instead."
8357
+ msgstr ""
8358
+
8128
8359
  msgid "Unable to find a content view with ID %s"
8129
8360
  msgstr ""
8130
8361
 
@@ -8140,12 +8371,6 @@ msgstr ""
8140
8371
  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. "
8141
8372
  msgstr ""
8142
8373
 
8143
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
8144
- msgstr ""
8145
-
8146
- msgid "Unable to incrementally export. Do a Full Export on the repository content."
8147
- msgstr ""
8148
-
8149
8374
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
8150
8375
  msgstr ""
8151
8376
 
@@ -8212,6 +8437,12 @@ msgstr ""
8212
8437
  msgid "Unknown errata status"
8213
8438
  msgstr ""
8214
8439
 
8440
+ msgid "Unknown library export format '%s'."
8441
+ msgstr ""
8442
+
8443
+ msgid "Unknown repository export format '%s'."
8444
+ msgstr ""
8445
+
8215
8446
  msgid "Unknown traces status"
8216
8447
  msgstr ""
8217
8448
 
@@ -8302,15 +8533,27 @@ msgstr ""
8302
8533
  msgid "Update content counts for the smart proxy"
8303
8534
  msgstr ""
8304
8535
 
8536
+ msgid "Update content urls"
8537
+ msgstr ""
8538
+
8305
8539
  msgid "Update content view environments for host"
8306
8540
  msgstr ""
8307
8541
 
8308
8542
  msgid "Update content view environments for host %s"
8309
8543
  msgstr ""
8310
8544
 
8545
+ msgid "Update distributions"
8546
+ msgstr ""
8547
+
8311
8548
  msgid "Update hosts manually"
8312
8549
  msgstr ""
8313
8550
 
8551
+ msgid "Update http proxy"
8552
+ msgstr ""
8553
+
8554
+ msgid "Update http proxy details"
8555
+ msgstr ""
8556
+
8314
8557
  msgid "Update installed packages, enabled repos, module inventory"
8315
8558
  msgstr ""
8316
8559
 
@@ -8326,12 +8569,21 @@ msgstr ""
8326
8569
  msgid "Update packages via Katello interface"
8327
8570
  msgstr ""
8328
8571
 
8572
+ msgid "Update redhat repository"
8573
+ msgstr ""
8574
+
8329
8575
  msgid "Update release version for host"
8330
8576
  msgstr ""
8331
8577
 
8332
8578
  msgid "Update release version for host %s"
8333
8579
  msgstr ""
8334
8580
 
8581
+ msgid "Update remote"
8582
+ msgstr ""
8583
+
8584
+ msgid "Update repository"
8585
+ msgstr ""
8586
+
8335
8587
  msgid "Update services requiring restart"
8336
8588
  msgstr ""
8337
8589
 
@@ -8422,6 +8674,12 @@ msgstr ""
8422
8674
  msgid "Upload a subscription manifest"
8423
8675
  msgstr ""
8424
8676
 
8677
+ msgid "Upload content"
8678
+ msgstr ""
8679
+
8680
+ msgid "Upload file"
8681
+ msgstr ""
8682
+
8425
8683
  msgid "Upload into"
8426
8684
  msgstr ""
8427
8685
 
@@ -8431,6 +8689,9 @@ msgstr ""
8431
8689
  msgid "Upload request id"
8432
8690
  msgstr ""
8433
8691
 
8692
+ msgid "Upload tag"
8693
+ msgstr ""
8694
+
8434
8695
  msgid "Upstream Candlepin"
8435
8696
  msgstr ""
8436
8697
 
@@ -8548,6 +8809,9 @@ msgstr ""
8548
8809
  msgid "Verify SSL"
8549
8810
  msgstr ""
8550
8811
 
8812
+ msgid "Verify checksum"
8813
+ msgstr ""
8814
+
8551
8815
  msgid "Verify checksum for content on smart proxy"
8552
8816
  msgstr ""
8553
8817