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
data/locale/ru/katello.po CHANGED
@@ -11,14 +11,14 @@
11
11
  # Yulia <yulia.poyarkova@redhat.com>, 2022
12
12
  # Denis Denis <stereodenis@gmail.com>, 2022
13
13
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
14
- # Bryan Kearney <bryan.kearney@gmail.com>, 2024
14
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2025
15
15
  #
16
16
  msgid ""
17
17
  msgstr ""
18
- "Project-Id-Version: katello 4.18.0.pre.master\n"
18
+ "Project-Id-Version: katello 4.18.0.rc2\n"
19
19
  "Report-Msgid-Bugs-To: \n"
20
20
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
21
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2024\n"
21
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
22
22
  "Language-Team: Russian (https://app.transifex.com/foreman/teams/114/ru/)\n"
23
23
  "MIME-Version: 1.0\n"
24
24
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -479,6 +479,9 @@ msgstr ""
479
479
  msgid "About page"
480
480
  msgstr ""
481
481
 
482
+ msgid "Abstract async task"
483
+ msgstr ""
484
+
482
485
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
483
486
  msgstr ""
484
487
 
@@ -623,6 +626,9 @@ msgstr ""
623
626
  msgid "Add repositories with package groups to content view to select them here."
624
627
  msgstr ""
625
628
 
629
+ msgid "Add rolling repo clone"
630
+ msgstr ""
631
+
626
632
  msgid "Add rule"
627
633
  msgstr ""
628
634
 
@@ -997,6 +1003,9 @@ msgstr "Автор"
997
1003
  msgid "Auto Publish - Triggered by '%s'"
998
1004
  msgstr ""
999
1005
 
1006
+ msgid "Auto attach subscriptions"
1007
+ msgstr ""
1008
+
1000
1009
  msgid "Auto publish"
1001
1010
  msgstr ""
1002
1011
 
@@ -1024,9 +1033,6 @@ msgstr ""
1024
1033
  msgid "Back"
1025
1034
  msgstr "Назад"
1026
1035
 
1027
- msgid "Backend System Status"
1028
- msgstr "Состояние базовой системы"
1029
-
1030
1036
  msgid "Base URL"
1031
1037
  msgstr ""
1032
1038
 
@@ -1321,7 +1327,7 @@ msgstr ""
1321
1327
  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."
1322
1328
  msgstr ""
1323
1329
 
1324
- 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."
1330
+ 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."
1325
1331
  msgstr ""
1326
1332
 
1327
1333
  msgid "Cannot install errata: No errata found for search term '%s'"
@@ -1492,15 +1498,15 @@ msgstr ""
1492
1498
  msgid "Comma-separated list of tags to sync for a container image repository"
1493
1499
  msgstr ""
1494
1500
 
1501
+ msgid "Commit upload"
1502
+ msgstr ""
1503
+
1495
1504
  msgid "Compare"
1496
1505
  msgstr ""
1497
1506
 
1498
1507
  msgid "Completed pulp task protection days"
1499
1508
  msgstr ""
1500
1509
 
1501
- msgid "Component"
1502
- msgstr "Компонент"
1503
-
1504
1510
  msgid "Component Content View"
1505
1511
  msgstr ""
1506
1512
 
@@ -1846,15 +1852,27 @@ msgstr ""
1846
1852
  msgid "Copy"
1847
1853
  msgstr ""
1848
1854
 
1855
+ msgid "Copy all units"
1856
+ msgstr ""
1857
+
1849
1858
  msgid "Copy an activation key"
1850
1859
  msgstr "Копировать ключ активации"
1851
1860
 
1861
+ msgid "Copy content"
1862
+ msgstr ""
1863
+
1852
1864
  msgid "Copy content view"
1853
1865
  msgstr ""
1854
1866
 
1855
1867
  msgid "Copy to clipboard"
1856
1868
  msgstr "Скопировано в буфер обмена"
1857
1869
 
1870
+ msgid "Copy version"
1871
+ msgstr ""
1872
+
1873
+ msgid "Copy version units to library"
1874
+ msgstr ""
1875
+
1858
1876
  msgid "Cores per socket"
1859
1877
  msgstr "Ядер на сокет"
1860
1878
 
@@ -2068,12 +2086,21 @@ msgstr ""
2068
2086
  msgid "Create content view"
2069
2087
  msgstr ""
2070
2088
 
2089
+ msgid "Create exporter"
2090
+ msgstr ""
2091
+
2071
2092
  msgid "Create filter"
2072
2093
  msgstr ""
2073
2094
 
2074
2095
  msgid "Create host collection"
2075
2096
  msgstr ""
2076
2097
 
2098
+ msgid "Create import"
2099
+ msgstr ""
2100
+
2101
+ msgid "Create importer"
2102
+ msgstr ""
2103
+
2077
2104
  msgid "Create new activation key"
2078
2105
  msgstr ""
2079
2106
 
@@ -2083,6 +2110,12 @@ msgstr "Создать организацию"
2083
2110
  msgid "Create package filter rule"
2084
2111
  msgstr ""
2085
2112
 
2113
+ msgid "Create publication"
2114
+ msgstr ""
2115
+
2116
+ msgid "Create remote"
2117
+ msgstr ""
2118
+
2086
2119
  msgid "Create rule"
2087
2120
  msgstr ""
2088
2121
 
@@ -2347,12 +2380,36 @@ msgstr ""
2347
2380
  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."
2348
2381
  msgstr ""
2349
2382
 
2383
+ msgid "Delete distributions"
2384
+ msgstr ""
2385
+
2350
2386
  msgid "Delete manifest from Red Hat provider"
2351
2387
  msgstr "Удалить манифест провайдера Red Hat"
2352
2388
 
2353
2389
  msgid "Delete multiple filters from a content view"
2354
2390
  msgstr ""
2355
2391
 
2392
+ msgid "Delete orphan alternate content sources"
2393
+ msgstr ""
2394
+
2395
+ msgid "Delete orphan distributions"
2396
+ msgstr ""
2397
+
2398
+ msgid "Delete orphan remotes"
2399
+ msgstr ""
2400
+
2401
+ msgid "Delete orphan repository versions"
2402
+ msgstr ""
2403
+
2404
+ msgid "Delete orphaned migrated repositories"
2405
+ msgstr ""
2406
+
2407
+ msgid "Delete remote"
2408
+ msgstr ""
2409
+
2410
+ msgid "Delete repository references"
2411
+ msgstr ""
2412
+
2356
2413
  msgid "Delete version"
2357
2414
  msgstr ""
2358
2415
 
@@ -2452,6 +2509,12 @@ msgstr "Удалить окружение"
2452
2509
  msgid "Destroy an environment in an organization"
2453
2510
  msgstr "Удалить окружение из организации"
2454
2511
 
2512
+ msgid "Destroy exporter"
2513
+ msgstr ""
2514
+
2515
+ msgid "Destroy importer"
2516
+ msgstr ""
2517
+
2455
2518
  msgid "Destroy one or more alternate content sources"
2456
2519
  msgstr ""
2457
2520
 
@@ -2500,6 +2563,9 @@ msgstr "Отключено"
2500
2563
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2501
2564
  msgstr ""
2502
2565
 
2566
+ msgid "Discover"
2567
+ msgstr ""
2568
+
2503
2569
  msgid "Discover Repositories"
2504
2570
  msgstr "Поиск репозиториев"
2505
2571
 
@@ -2701,6 +2767,9 @@ msgstr "Идентификаторы окружений"
2701
2767
  msgid "Environment cannot be in its own promotion path"
2702
2768
  msgstr "Путь переноса не может быть таким же как исходный путь"
2703
2769
 
2770
+ msgid "Environment contents refresh"
2771
+ msgstr ""
2772
+
2704
2773
  msgid "Environment identifier"
2705
2774
  msgstr ""
2706
2775
 
@@ -2740,6 +2809,9 @@ msgstr ""
2740
2809
  msgid "Errata id of the erratum (RHSA-2012:108)"
2741
2810
  msgstr ""
2742
2811
 
2812
+ msgid "Errata mail"
2813
+ msgstr ""
2814
+
2743
2815
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2744
2816
  msgstr ""
2745
2817
 
@@ -2854,6 +2926,12 @@ msgstr ""
2854
2926
  msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2855
2927
  msgstr ""
2856
2928
 
2929
+ msgid "Export format must be specified for library exports."
2930
+ msgstr ""
2931
+
2932
+ msgid "Export format must be specified for non-incremental repository exports."
2933
+ msgstr ""
2934
+
2857
2935
  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."
2858
2936
  msgstr ""
2859
2937
 
@@ -2899,6 +2977,9 @@ msgstr ""
2899
2977
  msgid "Fetch installable errata for one or more hosts."
2900
2978
  msgstr ""
2901
2979
 
2980
+ msgid "Fetch pxe files"
2981
+ msgstr ""
2982
+
2902
2983
  msgid "Fetch traces for one or more hosts"
2903
2984
  msgstr ""
2904
2985
 
@@ -2992,6 +3073,9 @@ msgstr "Выбор по номеру версии"
2992
3073
  msgid "Filter versions that are components in the specified composite version"
2993
3074
  msgstr "Отфильтровать составляющие сложной версии"
2994
3075
 
3076
+ msgid "Filtered index content"
3077
+ msgstr ""
3078
+
2995
3079
  msgid "Filters"
2996
3080
  msgstr "Фильтры"
2997
3081
 
@@ -3040,6 +3124,9 @@ msgstr ""
3040
3124
  msgid "Flatpak remote updated"
3041
3125
  msgstr ""
3042
3126
 
3127
+ msgid "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product."
3128
+ msgstr ""
3129
+
3043
3130
  msgid "Force"
3044
3131
  msgstr ""
3045
3132
 
@@ -3102,6 +3189,9 @@ msgstr ""
3102
3189
  msgid "Generate host applicability"
3103
3190
  msgstr ""
3104
3191
 
3192
+ msgid "Generate metadata"
3193
+ msgstr ""
3194
+
3105
3195
  msgid "Generate repository applicability"
3106
3196
  msgstr ""
3107
3197
 
@@ -3339,9 +3429,15 @@ msgstr ""
3339
3429
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3340
3430
  msgstr "Порядок сортировки (например, ASC — по возрастанию)"
3341
3431
 
3342
- msgid "ID"
3432
+ msgid "Hypervisors"
3433
+ msgstr ""
3434
+
3435
+ msgid "Hypervisors update"
3343
3436
  msgstr ""
3344
3437
 
3438
+ msgid "ID"
3439
+ msgstr "ID"
3440
+
3345
3441
  msgid "ID of a HTTP Proxy"
3346
3442
  msgstr ""
3347
3443
 
@@ -3662,6 +3758,9 @@ msgstr ""
3662
3758
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3663
3759
  msgstr ""
3664
3760
 
3761
+ msgid "Import migration"
3762
+ msgstr ""
3763
+
3665
3764
  msgid "Import new manifest"
3666
3765
  msgstr ""
3667
3766
 
@@ -3671,6 +3770,12 @@ msgstr ""
3671
3770
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3672
3771
  msgstr ""
3673
3772
 
3773
+ msgid "Import repository upload"
3774
+ msgstr ""
3775
+
3776
+ msgid "Import upload"
3777
+ msgstr ""
3778
+
3674
3779
  msgid "Import uploads into a repository"
3675
3780
  msgstr "Импорт новых компонентов из репозитория"
3676
3781
 
@@ -3737,6 +3842,9 @@ msgstr "Инкрементное обновление"
3737
3842
  msgid "Incremental Update incomplete."
3738
3843
  msgstr "Инкрементное обновление не завершено."
3739
3844
 
3845
+ msgid "Incremental Update of Content View Version(s) "
3846
+ msgstr ""
3847
+
3740
3848
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3741
3849
  msgstr ""
3742
3850
 
@@ -3749,12 +3857,27 @@ msgstr ""
3749
3857
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3750
3858
  msgstr "Для %{name} %{version} было выбрано инкрементное обновление, но изменений компонентов не зарегистрировано."
3751
3859
 
3860
+ msgid "Index content"
3861
+ msgstr ""
3862
+
3863
+ msgid "Index errata"
3864
+ msgstr ""
3865
+
3866
+ msgid "Index module streams"
3867
+ msgstr ""
3868
+
3869
+ msgid "Index package groups"
3870
+ msgstr ""
3871
+
3752
3872
  msgid "Informable Type must be one of the following [ %{list} ]"
3753
3873
  msgstr "Тип может принимать значения: [ %{list} ]"
3754
3874
 
3755
3875
  msgid "Inherit from Repository"
3756
3876
  msgstr ""
3757
3877
 
3878
+ msgid "Initialize"
3879
+ msgstr ""
3880
+
3758
3881
  msgid "Initiate a sync of the products attached to the sync plan"
3759
3882
  msgstr "Инициировать синхронизацию продуктов в соответствии с планом синхронизации"
3760
3883
 
@@ -3830,6 +3953,9 @@ msgstr "Установка группы пакетов..."
3830
3953
  msgid "Installing Package..."
3831
3954
  msgstr "Установка пакета..."
3832
3955
 
3956
+ msgid "Instance update"
3957
+ msgstr ""
3958
+
3833
3959
  msgid "Instance-based"
3834
3960
  msgstr "Экземпляр"
3835
3961
 
@@ -4583,6 +4709,9 @@ msgstr "Сообщение"
4583
4709
  msgid "Messaging connection"
4584
4710
  msgstr "Система обмена сообщениями"
4585
4711
 
4712
+ msgid "Metadata generate"
4713
+ msgstr ""
4714
+
4586
4715
  msgid ""
4587
4716
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4588
4717
  "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."
@@ -4648,6 +4777,15 @@ msgstr ""
4648
4777
  msgid "Multi Content View Environment"
4649
4778
  msgstr ""
4650
4779
 
4780
+ msgid "Multi copy all units"
4781
+ msgstr ""
4782
+
4783
+ msgid "Multi copy content"
4784
+ msgstr ""
4785
+
4786
+ msgid "Multi copy units"
4787
+ msgstr ""
4788
+
4651
4789
  msgid "Multi-entitlement"
4652
4790
  msgstr "Многократные полномочия"
4653
4791
 
@@ -5850,6 +5988,9 @@ msgstr "Хранилище Pulp"
5850
5988
  msgid "Pulp task error"
5851
5989
  msgstr "Ошибка задачи Pulp"
5852
5990
 
5991
+ msgid "Purge completed tasks"
5992
+ msgstr ""
5993
+
5853
5994
  msgid "Python Package"
5854
5995
  msgstr ""
5855
5996
 
@@ -5958,6 +6099,9 @@ msgstr ""
5958
6099
  msgid "Reclaim Space"
5959
6100
  msgstr ""
5960
6101
 
6102
+ msgid "Reclaim space"
6103
+ msgstr ""
6104
+
5961
6105
  msgid "Reclaim space from On Demand repositories"
5962
6106
  msgstr ""
5963
6107
 
@@ -6024,6 +6168,9 @@ msgstr ""
6024
6168
  msgid "Refresh all alternate content sources"
6025
6169
  msgstr ""
6026
6170
 
6171
+ msgid "Refresh all distributions"
6172
+ msgstr ""
6173
+
6027
6174
  msgid "Refresh alternate content sources"
6028
6175
  msgstr ""
6029
6176
 
@@ -6036,15 +6183,27 @@ msgstr ""
6036
6183
  msgid "Refresh counts"
6037
6184
  msgstr ""
6038
6185
 
6186
+ msgid "Refresh distribution"
6187
+ msgstr ""
6188
+
6039
6189
  msgid "Refresh errata applicability"
6040
6190
  msgstr ""
6041
6191
 
6192
+ msgid "Refresh if needed"
6193
+ msgstr ""
6194
+
6042
6195
  msgid "Refresh package applicability"
6043
6196
  msgstr ""
6044
6197
 
6045
6198
  msgid "Refresh previously imported manifest for Red Hat provider"
6046
6199
  msgstr "Обновить ранее импортированный манифест провайдера Red Hat"
6047
6200
 
6201
+ msgid "Refresh remote"
6202
+ msgstr ""
6203
+
6204
+ msgid "Refresh repos"
6205
+ msgstr ""
6206
+
6048
6207
  msgid "Refresh source"
6049
6208
  msgstr ""
6050
6209
 
@@ -6087,6 +6246,12 @@ msgstr ""
6087
6246
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6088
6247
  msgstr ""
6089
6248
 
6249
+ msgid "Registry token expiration time"
6250
+ msgstr ""
6251
+
6252
+ msgid "Reindex subscriptions"
6253
+ msgstr ""
6254
+
6090
6255
  msgid "Related composite content views"
6091
6256
  msgstr ""
6092
6257
 
@@ -6183,6 +6348,9 @@ msgstr "Удалить узлы из коллекций"
6183
6348
  msgid "Remove one or more subscriptions from an upstream manifest"
6184
6349
  msgstr ""
6185
6350
 
6351
+ msgid "Remove orphans"
6352
+ msgstr ""
6353
+
6186
6354
  msgid "Remove package group via Katello interface"
6187
6355
  msgstr "Удалить группу пакетов с помощью Katello"
6188
6356
 
@@ -6198,6 +6366,9 @@ msgstr ""
6198
6366
  msgid "Remove products from sync plan"
6199
6367
  msgstr "Исключить продукты из плана синхронизации"
6200
6368
 
6369
+ msgid "Remove rolling repo clone"
6370
+ msgstr ""
6371
+
6201
6372
  msgid "Remove subscriptions"
6202
6373
  msgstr "Удалить подписки"
6203
6374
 
@@ -6210,6 +6381,12 @@ msgstr ""
6210
6381
  msgid "Remove subscriptions from one or more hosts"
6211
6382
  msgstr ""
6212
6383
 
6384
+ msgid "Remove units"
6385
+ msgstr ""
6386
+
6387
+ msgid "Remove unneeded repos"
6388
+ msgstr ""
6389
+
6213
6390
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6214
6391
  msgstr "Удалить версии и окружения из представления и переназначить системы и ключи"
6215
6392
 
@@ -6234,6 +6411,9 @@ msgstr ""
6234
6411
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6235
6412
  msgstr ""
6236
6413
 
6414
+ msgid "Repair"
6415
+ msgstr ""
6416
+
6237
6417
  msgid "Replace content source on the target machine"
6238
6418
  msgstr ""
6239
6419
 
@@ -6252,12 +6432,18 @@ msgstr "Репозитории"
6252
6432
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6253
6433
  msgstr ""
6254
6434
 
6435
+ msgid "Repositories certs reset"
6436
+ msgstr ""
6437
+
6255
6438
  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."
6256
6439
  msgstr ""
6257
6440
 
6258
6441
  msgid "Repositories from published Content Views are not allowed."
6259
6442
  msgstr "Нельзя использовать репозитории из опубликованных представлений."
6260
6443
 
6444
+ msgid "Repositories gpg reset"
6445
+ msgstr ""
6446
+
6261
6447
  msgid "Repository"
6262
6448
  msgstr "Репозиторий"
6263
6449
 
@@ -6468,7 +6654,7 @@ msgstr ""
6468
6654
  msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
6469
6655
  msgstr ""
6470
6656
 
6471
- msgid "Return only errata of a particular type (security, bugfix, enhancement)"
6657
+ msgid "Return only errata of a particular type (security, bugfix, enhancement, other)"
6472
6658
  msgstr ""
6473
6659
 
6474
6660
  msgid "Return only packages of a particular status (upgradable or up-to-date)"
@@ -6609,6 +6795,21 @@ msgstr ""
6609
6795
  msgid "Save"
6610
6796
  msgstr "Сохранить"
6611
6797
 
6798
+ msgid "Save artifact"
6799
+ msgstr ""
6800
+
6801
+ msgid "Save distribution references"
6802
+ msgstr ""
6803
+
6804
+ msgid "Save publication"
6805
+ msgstr ""
6806
+
6807
+ msgid "Save version"
6808
+ msgstr ""
6809
+
6810
+ msgid "Save versions"
6811
+ msgstr ""
6812
+
6612
6813
  msgid "Saving alternate content source..."
6613
6814
  msgstr ""
6614
6815
 
@@ -6618,6 +6819,12 @@ msgstr ""
6618
6819
  msgid "Scan a flatpak remote"
6619
6820
  msgstr ""
6620
6821
 
6822
+ msgid "Scan cdn"
6823
+ msgstr ""
6824
+
6825
+ msgid "Scan remote"
6826
+ msgstr ""
6827
+
6621
6828
  msgid "Schema version 1"
6622
6829
  msgstr ""
6623
6830
 
@@ -7419,6 +7626,9 @@ msgstr ""
7419
7626
  msgid "Supported Content Types"
7420
7627
  msgstr ""
7421
7628
 
7629
+ msgid "Sync"
7630
+ msgstr ""
7631
+
7422
7632
  msgid "Sync Canceled"
7423
7633
  msgstr "Синхронизация отменена"
7424
7634
 
@@ -7473,6 +7683,9 @@ msgstr "Синхронизация репозитория"
7473
7683
  msgid "Sync all repositories for a product"
7474
7684
  msgstr "Синхронизировать все репозитории для указанного продукта"
7475
7685
 
7686
+ msgid "Sync capsule"
7687
+ msgstr ""
7688
+
7476
7689
  msgid "Sync complete."
7477
7690
  msgstr "Успешно."
7478
7691
 
@@ -7491,6 +7704,9 @@ msgstr ""
7491
7704
  msgid "Sync state"
7492
7705
  msgstr ""
7493
7706
 
7707
+ msgid "Syncable export"
7708
+ msgstr ""
7709
+
7494
7710
  msgid "Synced"
7495
7711
  msgstr ""
7496
7712
 
@@ -7723,6 +7939,9 @@ msgstr "%{content_view} перенесено в %{environment}. Доступн
7723
7939
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
7724
7940
  msgstr "%{content_view} перенесено в <b>%{environment}</b>. Обязательных исправлений, готовых к установке: %{count}."
7725
7941
 
7942
+ 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."
7943
+ msgstr ""
7944
+
7726
7945
  msgid "The repository is already enabled"
7727
7946
  msgstr "Репозиторий уже подключен"
7728
7947
 
@@ -7960,6 +8179,9 @@ msgstr ""
7960
8179
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7961
8180
  msgstr ""
7962
8181
 
8182
+ msgid "Time in minutes before registry access tokens expire."
8183
+ msgstr ""
8184
+
7963
8185
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7964
8186
  msgstr ""
7965
8187
 
@@ -8005,6 +8227,9 @@ msgstr ""
8005
8227
  msgid "To manage packages, select an action."
8006
8228
  msgstr ""
8007
8229
 
8230
+ msgid "Toggle"
8231
+ msgstr ""
8232
+
8008
8233
  msgid "Token/password for the flatpak remote"
8009
8234
  msgstr ""
8010
8235
 
@@ -8140,6 +8365,12 @@ msgstr "Хранилище Pulp не обнаружено"
8140
8365
  msgid "Unable to detect puppet path"
8141
8366
  msgstr ""
8142
8367
 
8368
+ msgid "Unable to find a base content view to use for incremental export using the provided parameters:%{params}"
8369
+ msgstr ""
8370
+
8371
+ msgid "Unable to find a base content view to use for incremental export. Please run a complete export instead."
8372
+ msgstr ""
8373
+
8143
8374
  msgid "Unable to find a content view with ID %s"
8144
8375
  msgstr ""
8145
8376
 
@@ -8155,12 +8386,6 @@ msgstr ""
8155
8386
  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. "
8156
8387
  msgstr ""
8157
8388
 
8158
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
8159
- msgstr ""
8160
-
8161
- msgid "Unable to incrementally export. Do a Full Export on the repository content."
8162
- msgstr ""
8163
-
8164
8389
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
8165
8390
  msgstr "Не удалось переназначить ключи активации. Проверьте activation_key_content_view_id и activation_key_environment_id."
8166
8391
 
@@ -8227,6 +8452,12 @@ msgstr ""
8227
8452
  msgid "Unknown errata status"
8228
8453
  msgstr "Неизвестный статус исправлений"
8229
8454
 
8455
+ msgid "Unknown library export format '%s'."
8456
+ msgstr ""
8457
+
8458
+ msgid "Unknown repository export format '%s'."
8459
+ msgstr ""
8460
+
8230
8461
  msgid "Unknown traces status"
8231
8462
  msgstr ""
8232
8463
 
@@ -8317,15 +8548,27 @@ msgstr "Обновить окружение в организации"
8317
8548
  msgid "Update content counts for the smart proxy"
8318
8549
  msgstr ""
8319
8550
 
8551
+ msgid "Update content urls"
8552
+ msgstr ""
8553
+
8320
8554
  msgid "Update content view environments for host"
8321
8555
  msgstr ""
8322
8556
 
8323
8557
  msgid "Update content view environments for host %s"
8324
8558
  msgstr ""
8325
8559
 
8560
+ msgid "Update distributions"
8561
+ msgstr ""
8562
+
8326
8563
  msgid "Update hosts manually"
8327
8564
  msgstr ""
8328
8565
 
8566
+ msgid "Update http proxy"
8567
+ msgstr ""
8568
+
8569
+ msgid "Update http proxy details"
8570
+ msgstr ""
8571
+
8329
8572
  msgid "Update installed packages, enabled repos, module inventory"
8330
8573
  msgstr ""
8331
8574
 
@@ -8341,12 +8584,21 @@ msgstr "Обновить пакеты с помощью Katello"
8341
8584
  msgid "Update packages via Katello interface"
8342
8585
  msgstr ""
8343
8586
 
8587
+ msgid "Update redhat repository"
8588
+ msgstr ""
8589
+
8344
8590
  msgid "Update release version for host"
8345
8591
  msgstr ""
8346
8592
 
8347
8593
  msgid "Update release version for host %s"
8348
8594
  msgstr ""
8349
8595
 
8596
+ msgid "Update remote"
8597
+ msgstr ""
8598
+
8599
+ msgid "Update repository"
8600
+ msgstr ""
8601
+
8350
8602
  msgid "Update services requiring restart"
8351
8603
  msgstr ""
8352
8604
 
@@ -8437,6 +8689,12 @@ msgstr "Обновить содержимое файла частично"
8437
8689
  msgid "Upload a subscription manifest"
8438
8690
  msgstr "Отправить манифест подписки"
8439
8691
 
8692
+ msgid "Upload content"
8693
+ msgstr ""
8694
+
8695
+ msgid "Upload file"
8696
+ msgstr ""
8697
+
8440
8698
  msgid "Upload into"
8441
8699
  msgstr "Добавить в"
8442
8700
 
@@ -8446,6 +8704,9 @@ msgstr ""
8446
8704
  msgid "Upload request id"
8447
8705
  msgstr "Отправить ID запроса"
8448
8706
 
8707
+ msgid "Upload tag"
8708
+ msgstr ""
8709
+
8449
8710
  msgid "Upstream Candlepin"
8450
8711
  msgstr ""
8451
8712
 
@@ -8563,6 +8824,9 @@ msgstr ""
8563
8824
  msgid "Verify SSL"
8564
8825
  msgstr "Проверить SSL"
8565
8826
 
8827
+ msgid "Verify checksum"
8828
+ msgstr ""
8829
+
8566
8830
  msgid "Verify checksum for content on smart proxy"
8567
8831
  msgstr ""
8568
8832