katello 4.19.0.rc1 → 4.19.0.rc2
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ca/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/cs/katello.js +338 -17
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/de/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/el/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/en/katello.js +338 -17
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/en_US/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/es/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/fr/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/gl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/gu/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/hi/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/id/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/it/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ja/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/ka/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/kn/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ko/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/mr/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/or/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pa/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pt/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ro/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ru/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/sl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ta/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/te/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/tr/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/vi/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/zh/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +337 -16
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
- data/app/services/katello/pulp3/repository/apt.rb +12 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/plugin.rb +1 -0
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +180 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +337 -16
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +337 -16
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +337 -16
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +338 -18
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +337 -16
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +340 -19
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +337 -16
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +337 -16
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +337 -16
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +338 -18
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +337 -16
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +337 -16
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +337 -16
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +337 -16
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +341 -20
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +337 -16
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +337 -16
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +337 -16
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +337 -16
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +337 -16
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +337 -16
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +342 -20
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +339 -18
- data/locale/katello.pot +748 -233
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +337 -16
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +340 -19
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +337 -16
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +337 -16
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +337 -16
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +337 -16
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +337 -16
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +337 -16
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +337 -16
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +337 -16
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +337 -16
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +337 -16
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +337 -16
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +337 -16
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +337 -16
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +337 -16
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +337 -16
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +337 -16
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +337 -16
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +337 -16
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +337 -16
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +337 -16
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +337 -16
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +341 -20
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +337 -16
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- metadata +6 -8
data/locale/ru/katello.po
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
#
|
|
16
16
|
msgid ""
|
|
17
17
|
msgstr ""
|
|
18
|
-
"Project-Id-Version: katello 4.19.0.
|
|
18
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
|
20
20
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
21
21
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
|
|
@@ -123,6 +123,9 @@ msgstr ""
|
|
|
123
123
|
msgid "${selectedContentType} will appear here when created."
|
|
124
124
|
msgstr ""
|
|
125
125
|
|
|
126
|
+
msgid "${totalCount} labels and annotations"
|
|
127
|
+
msgstr ""
|
|
128
|
+
|
|
126
129
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
127
130
|
msgstr ""
|
|
128
131
|
|
|
@@ -476,6 +479,9 @@ msgstr ""
|
|
|
476
479
|
msgid "About page"
|
|
477
480
|
msgstr ""
|
|
478
481
|
|
|
482
|
+
msgid "Abstract async task"
|
|
483
|
+
msgstr ""
|
|
484
|
+
|
|
479
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'."
|
|
480
486
|
msgstr ""
|
|
481
487
|
|
|
@@ -623,6 +629,9 @@ msgstr ""
|
|
|
623
629
|
msgid "Add repositories with package groups to content view to select them here."
|
|
624
630
|
msgstr ""
|
|
625
631
|
|
|
632
|
+
msgid "Add rolling repo clone"
|
|
633
|
+
msgstr ""
|
|
634
|
+
|
|
626
635
|
msgid "Add rule"
|
|
627
636
|
msgstr ""
|
|
628
637
|
|
|
@@ -641,12 +650,18 @@ msgstr ""
|
|
|
641
650
|
msgid "Add to a host collection"
|
|
642
651
|
msgstr ""
|
|
643
652
|
|
|
653
|
+
msgid "Add to host collections"
|
|
654
|
+
msgstr ""
|
|
655
|
+
|
|
644
656
|
msgid "Added"
|
|
645
657
|
msgstr ""
|
|
646
658
|
|
|
647
659
|
msgid "Added %s"
|
|
648
660
|
msgstr ""
|
|
649
661
|
|
|
662
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
663
|
+
msgstr ""
|
|
664
|
+
|
|
650
665
|
msgid "Added Content:"
|
|
651
666
|
msgstr ""
|
|
652
667
|
|
|
@@ -689,6 +704,9 @@ msgstr "Все исправления применены"
|
|
|
689
704
|
msgid "All errata up-to-date"
|
|
690
705
|
msgstr ""
|
|
691
706
|
|
|
707
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
708
|
+
msgstr ""
|
|
709
|
+
|
|
692
710
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
693
711
|
msgstr ""
|
|
694
712
|
|
|
@@ -776,6 +794,9 @@ msgid ""
|
|
|
776
794
|
"%{error_message}"
|
|
777
795
|
msgstr ""
|
|
778
796
|
|
|
797
|
+
msgid "An error occurred while updating host collections"
|
|
798
|
+
msgstr ""
|
|
799
|
+
|
|
779
800
|
msgid "An option to specify how many ostree commits to traverse."
|
|
780
801
|
msgstr ""
|
|
781
802
|
|
|
@@ -1063,6 +1084,9 @@ msgstr "Добавить в закладки"
|
|
|
1063
1084
|
msgid "Bookmarks marked as public are available to all users"
|
|
1064
1085
|
msgstr ""
|
|
1065
1086
|
|
|
1087
|
+
msgid "Bootable"
|
|
1088
|
+
msgstr ""
|
|
1089
|
+
|
|
1066
1090
|
msgid "Bootc rollback via Bootc interface"
|
|
1067
1091
|
msgstr ""
|
|
1068
1092
|
|
|
@@ -1387,6 +1411,9 @@ msgstr ""
|
|
|
1387
1411
|
msgid "Change content view environments"
|
|
1388
1412
|
msgstr ""
|
|
1389
1413
|
|
|
1414
|
+
msgid "Change host collections"
|
|
1415
|
+
msgstr ""
|
|
1416
|
+
|
|
1390
1417
|
msgid "Change host content source"
|
|
1391
1418
|
msgstr ""
|
|
1392
1419
|
|
|
@@ -1474,6 +1501,9 @@ msgstr ""
|
|
|
1474
1501
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1475
1502
|
msgstr ""
|
|
1476
1503
|
|
|
1504
|
+
msgid "Commit upload"
|
|
1505
|
+
msgstr ""
|
|
1506
|
+
|
|
1477
1507
|
msgid "Compare"
|
|
1478
1508
|
msgstr ""
|
|
1479
1509
|
|
|
@@ -1828,15 +1858,27 @@ msgstr ""
|
|
|
1828
1858
|
msgid "Copy"
|
|
1829
1859
|
msgstr ""
|
|
1830
1860
|
|
|
1861
|
+
msgid "Copy all units"
|
|
1862
|
+
msgstr ""
|
|
1863
|
+
|
|
1831
1864
|
msgid "Copy an activation key"
|
|
1832
1865
|
msgstr "Копировать ключ активации"
|
|
1833
1866
|
|
|
1867
|
+
msgid "Copy content"
|
|
1868
|
+
msgstr ""
|
|
1869
|
+
|
|
1834
1870
|
msgid "Copy content view"
|
|
1835
1871
|
msgstr ""
|
|
1836
1872
|
|
|
1837
1873
|
msgid "Copy to clipboard"
|
|
1838
1874
|
msgstr "Скопировано в буфер обмена"
|
|
1839
1875
|
|
|
1876
|
+
msgid "Copy version"
|
|
1877
|
+
msgstr ""
|
|
1878
|
+
|
|
1879
|
+
msgid "Copy version units to library"
|
|
1880
|
+
msgstr ""
|
|
1881
|
+
|
|
1840
1882
|
msgid "Cores per socket"
|
|
1841
1883
|
msgstr "Ядер на сокет"
|
|
1842
1884
|
|
|
@@ -2050,18 +2092,36 @@ msgstr ""
|
|
|
2050
2092
|
msgid "Create content view"
|
|
2051
2093
|
msgstr ""
|
|
2052
2094
|
|
|
2095
|
+
msgid "Create exporter"
|
|
2096
|
+
msgstr ""
|
|
2097
|
+
|
|
2053
2098
|
msgid "Create filter"
|
|
2054
2099
|
msgstr ""
|
|
2055
2100
|
|
|
2056
2101
|
msgid "Create host collection"
|
|
2057
2102
|
msgstr ""
|
|
2058
2103
|
|
|
2104
|
+
msgid "Create import"
|
|
2105
|
+
msgstr ""
|
|
2106
|
+
|
|
2107
|
+
msgid "Create importer"
|
|
2108
|
+
msgstr ""
|
|
2109
|
+
|
|
2059
2110
|
msgid "Create new activation key"
|
|
2060
2111
|
msgstr ""
|
|
2061
2112
|
|
|
2062
2113
|
msgid "Create organization"
|
|
2063
2114
|
msgstr "Создать организацию"
|
|
2064
2115
|
|
|
2116
|
+
msgid "Create publication"
|
|
2117
|
+
msgstr ""
|
|
2118
|
+
|
|
2119
|
+
msgid "Create remote"
|
|
2120
|
+
msgstr ""
|
|
2121
|
+
|
|
2122
|
+
msgid "Creation"
|
|
2123
|
+
msgstr ""
|
|
2124
|
+
|
|
2065
2125
|
msgid "Credentials"
|
|
2066
2126
|
msgstr ""
|
|
2067
2127
|
|
|
@@ -2323,12 +2383,36 @@ msgstr ""
|
|
|
2323
2383
|
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."
|
|
2324
2384
|
msgstr ""
|
|
2325
2385
|
|
|
2386
|
+
msgid "Delete distributions"
|
|
2387
|
+
msgstr ""
|
|
2388
|
+
|
|
2326
2389
|
msgid "Delete manifest from Red Hat provider"
|
|
2327
2390
|
msgstr "Удалить манифест провайдера Red Hat"
|
|
2328
2391
|
|
|
2329
2392
|
msgid "Delete multiple filters from a content view"
|
|
2330
2393
|
msgstr ""
|
|
2331
2394
|
|
|
2395
|
+
msgid "Delete orphan alternate content sources"
|
|
2396
|
+
msgstr ""
|
|
2397
|
+
|
|
2398
|
+
msgid "Delete orphan distributions"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2401
|
+
msgid "Delete orphan remotes"
|
|
2402
|
+
msgstr ""
|
|
2403
|
+
|
|
2404
|
+
msgid "Delete orphan repository versions"
|
|
2405
|
+
msgstr ""
|
|
2406
|
+
|
|
2407
|
+
msgid "Delete orphaned migrated repositories"
|
|
2408
|
+
msgstr ""
|
|
2409
|
+
|
|
2410
|
+
msgid "Delete remote"
|
|
2411
|
+
msgstr ""
|
|
2412
|
+
|
|
2413
|
+
msgid "Delete repository references"
|
|
2414
|
+
msgstr ""
|
|
2415
|
+
|
|
2332
2416
|
msgid "Delete version"
|
|
2333
2417
|
msgstr ""
|
|
2334
2418
|
|
|
@@ -2428,6 +2512,12 @@ msgstr "Удалить окружение"
|
|
|
2428
2512
|
msgid "Destroy an environment in an organization"
|
|
2429
2513
|
msgstr "Удалить окружение из организации"
|
|
2430
2514
|
|
|
2515
|
+
msgid "Destroy exporter"
|
|
2516
|
+
msgstr ""
|
|
2517
|
+
|
|
2518
|
+
msgid "Destroy importer"
|
|
2519
|
+
msgstr ""
|
|
2520
|
+
|
|
2431
2521
|
msgid "Destroy one or more alternate content sources"
|
|
2432
2522
|
msgstr ""
|
|
2433
2523
|
|
|
@@ -2473,6 +2563,9 @@ msgstr "Отключено"
|
|
|
2473
2563
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2474
2564
|
msgstr ""
|
|
2475
2565
|
|
|
2566
|
+
msgid "Discover"
|
|
2567
|
+
msgstr ""
|
|
2568
|
+
|
|
2476
2569
|
msgid "Discover Repositories"
|
|
2477
2570
|
msgstr "Поиск репозиториев"
|
|
2478
2571
|
|
|
@@ -2608,9 +2701,6 @@ msgstr "Включить репозиторий из набора"
|
|
|
2608
2701
|
msgid "Enable repository sets"
|
|
2609
2702
|
msgstr ""
|
|
2610
2703
|
|
|
2611
|
-
msgid "Enable structured APT for deb content"
|
|
2612
|
-
msgstr ""
|
|
2613
|
-
|
|
2614
2704
|
msgid "Enable/Disable auto publish of composite view"
|
|
2615
2705
|
msgstr ""
|
|
2616
2706
|
|
|
@@ -2671,6 +2761,9 @@ msgstr "Идентификаторы окружений"
|
|
|
2671
2761
|
msgid "Environment cannot be in its own promotion path"
|
|
2672
2762
|
msgstr "Путь переноса не может быть таким же как исходный путь"
|
|
2673
2763
|
|
|
2764
|
+
msgid "Environment contents refresh"
|
|
2765
|
+
msgstr ""
|
|
2766
|
+
|
|
2674
2767
|
msgid "Environment identifier"
|
|
2675
2768
|
msgstr ""
|
|
2676
2769
|
|
|
@@ -2710,6 +2803,9 @@ msgstr ""
|
|
|
2710
2803
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2711
2804
|
msgstr ""
|
|
2712
2805
|
|
|
2806
|
+
msgid "Errata mail"
|
|
2807
|
+
msgstr ""
|
|
2808
|
+
|
|
2713
2809
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2714
2810
|
msgstr ""
|
|
2715
2811
|
|
|
@@ -2875,6 +2971,9 @@ msgstr ""
|
|
|
2875
2971
|
msgid "Fetch installable errata for one or more hosts."
|
|
2876
2972
|
msgstr ""
|
|
2877
2973
|
|
|
2974
|
+
msgid "Fetch pxe files"
|
|
2975
|
+
msgstr ""
|
|
2976
|
+
|
|
2878
2977
|
msgid "Fetch traces for one or more hosts"
|
|
2879
2978
|
msgstr ""
|
|
2880
2979
|
|
|
@@ -2968,6 +3067,9 @@ msgstr "Выбор по номеру версии"
|
|
|
2968
3067
|
msgid "Filter versions that are components in the specified composite version"
|
|
2969
3068
|
msgstr "Отфильтровать составляющие сложной версии"
|
|
2970
3069
|
|
|
3070
|
+
msgid "Filtered index content"
|
|
3071
|
+
msgstr ""
|
|
3072
|
+
|
|
2971
3073
|
msgid "Filters"
|
|
2972
3074
|
msgstr "Фильтры"
|
|
2973
3075
|
|
|
@@ -2989,6 +3091,9 @@ msgstr ""
|
|
|
2989
3091
|
msgid "Finished"
|
|
2990
3092
|
msgstr "Готово"
|
|
2991
3093
|
|
|
3094
|
+
msgid "Flatpak"
|
|
3095
|
+
msgstr ""
|
|
3096
|
+
|
|
2992
3097
|
msgid "Flatpak Remote ${name} created"
|
|
2993
3098
|
msgstr ""
|
|
2994
3099
|
|
|
@@ -3081,6 +3186,9 @@ msgstr ""
|
|
|
3081
3186
|
msgid "Generate host applicability"
|
|
3082
3187
|
msgstr ""
|
|
3083
3188
|
|
|
3189
|
+
msgid "Generate metadata"
|
|
3190
|
+
msgstr ""
|
|
3191
|
+
|
|
3084
3192
|
msgid "Generate repository applicability"
|
|
3085
3193
|
msgstr ""
|
|
3086
3194
|
|
|
@@ -3321,6 +3429,12 @@ msgstr ""
|
|
|
3321
3429
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3322
3430
|
msgstr "Порядок сортировки (например, ASC — по возрастанию)"
|
|
3323
3431
|
|
|
3432
|
+
msgid "Hypervisors"
|
|
3433
|
+
msgstr ""
|
|
3434
|
+
|
|
3435
|
+
msgid "Hypervisors update"
|
|
3436
|
+
msgstr ""
|
|
3437
|
+
|
|
3324
3438
|
msgid "ID"
|
|
3325
3439
|
msgstr "ID"
|
|
3326
3440
|
|
|
@@ -3509,9 +3623,6 @@ msgstr ""
|
|
|
3509
3623
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3510
3624
|
msgstr ""
|
|
3511
3625
|
|
|
3512
|
-
msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
|
|
3513
|
-
msgstr ""
|
|
3514
|
-
|
|
3515
3626
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3516
3627
|
msgstr ""
|
|
3517
3628
|
|
|
@@ -3641,6 +3752,9 @@ msgstr ""
|
|
|
3641
3752
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3642
3753
|
msgstr ""
|
|
3643
3754
|
|
|
3755
|
+
msgid "Import migration"
|
|
3756
|
+
msgstr ""
|
|
3757
|
+
|
|
3644
3758
|
msgid "Import new manifest"
|
|
3645
3759
|
msgstr ""
|
|
3646
3760
|
|
|
@@ -3650,6 +3764,12 @@ msgstr ""
|
|
|
3650
3764
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3651
3765
|
msgstr ""
|
|
3652
3766
|
|
|
3767
|
+
msgid "Import repository upload"
|
|
3768
|
+
msgstr ""
|
|
3769
|
+
|
|
3770
|
+
msgid "Import upload"
|
|
3771
|
+
msgstr ""
|
|
3772
|
+
|
|
3653
3773
|
msgid "Import uploads into a repository"
|
|
3654
3774
|
msgstr "Импорт новых компонентов из репозитория"
|
|
3655
3775
|
|
|
@@ -3716,6 +3836,9 @@ msgstr "Инкрементное обновление"
|
|
|
3716
3836
|
msgid "Incremental Update incomplete."
|
|
3717
3837
|
msgstr "Инкрементное обновление не завершено."
|
|
3718
3838
|
|
|
3839
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3840
|
+
msgstr ""
|
|
3841
|
+
|
|
3719
3842
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3720
3843
|
msgstr ""
|
|
3721
3844
|
|
|
@@ -3728,12 +3851,27 @@ msgstr ""
|
|
|
3728
3851
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3729
3852
|
msgstr "Для %{name} %{version} было выбрано инкрементное обновление, но изменений компонентов не зарегистрировано."
|
|
3730
3853
|
|
|
3854
|
+
msgid "Index content"
|
|
3855
|
+
msgstr ""
|
|
3856
|
+
|
|
3857
|
+
msgid "Index errata"
|
|
3858
|
+
msgstr ""
|
|
3859
|
+
|
|
3860
|
+
msgid "Index module streams"
|
|
3861
|
+
msgstr ""
|
|
3862
|
+
|
|
3863
|
+
msgid "Index package groups"
|
|
3864
|
+
msgstr ""
|
|
3865
|
+
|
|
3731
3866
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3732
3867
|
msgstr "Тип может принимать значения: [ %{list} ]"
|
|
3733
3868
|
|
|
3734
3869
|
msgid "Inherit from Repository"
|
|
3735
3870
|
msgstr ""
|
|
3736
3871
|
|
|
3872
|
+
msgid "Initialize"
|
|
3873
|
+
msgstr ""
|
|
3874
|
+
|
|
3737
3875
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3738
3876
|
msgstr "Инициировать синхронизацию продуктов в соответствии с планом синхронизации"
|
|
3739
3877
|
|
|
@@ -3809,9 +3947,15 @@ msgstr "Установка группы пакетов..."
|
|
|
3809
3947
|
msgid "Installing Package..."
|
|
3810
3948
|
msgstr "Установка пакета..."
|
|
3811
3949
|
|
|
3950
|
+
msgid "Instance update"
|
|
3951
|
+
msgstr ""
|
|
3952
|
+
|
|
3812
3953
|
msgid "Instance-based"
|
|
3813
3954
|
msgstr "Экземпляр"
|
|
3814
3955
|
|
|
3956
|
+
msgid "Insufficient space for selected hosts"
|
|
3957
|
+
msgstr ""
|
|
3958
|
+
|
|
3815
3959
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3816
3960
|
msgstr "Ограничивает результаты только теми коллекциями, которые доступны для указанного здесь объекта. Поддерживается значение «host»."
|
|
3817
3961
|
|
|
@@ -4046,6 +4190,15 @@ msgstr ""
|
|
|
4046
4190
|
msgid "Label of the flatpak remote"
|
|
4047
4191
|
msgstr ""
|
|
4048
4192
|
|
|
4193
|
+
msgid "Labels"
|
|
4194
|
+
msgstr ""
|
|
4195
|
+
|
|
4196
|
+
msgid "Labels and annotations"
|
|
4197
|
+
msgstr ""
|
|
4198
|
+
|
|
4199
|
+
msgid "Labels | Annotations"
|
|
4200
|
+
msgstr ""
|
|
4201
|
+
|
|
4049
4202
|
msgid "Last check-in:"
|
|
4050
4203
|
msgstr ""
|
|
4051
4204
|
|
|
@@ -4148,6 +4301,9 @@ msgstr ""
|
|
|
4148
4301
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4149
4302
|
msgstr ""
|
|
4150
4303
|
|
|
4304
|
+
msgid "Limit"
|
|
4305
|
+
msgstr ""
|
|
4306
|
+
|
|
4151
4307
|
msgid "Limit actions to content in the host's environment."
|
|
4152
4308
|
msgstr ""
|
|
4153
4309
|
|
|
@@ -4478,12 +4634,18 @@ msgstr ""
|
|
|
4478
4634
|
msgid "Manifest"
|
|
4479
4635
|
msgstr ""
|
|
4480
4636
|
|
|
4637
|
+
msgid "Manifest Details"
|
|
4638
|
+
msgstr ""
|
|
4639
|
+
|
|
4481
4640
|
msgid "Manifest History"
|
|
4482
4641
|
msgstr "Журнал манифеста"
|
|
4483
4642
|
|
|
4484
4643
|
msgid "Manifest deleted"
|
|
4485
4644
|
msgstr ""
|
|
4486
4645
|
|
|
4646
|
+
msgid "Manifest digest"
|
|
4647
|
+
msgstr ""
|
|
4648
|
+
|
|
4487
4649
|
msgid "Manifest does not have a valid subscription"
|
|
4488
4650
|
msgstr ""
|
|
4489
4651
|
|
|
@@ -4568,6 +4730,9 @@ msgstr "Сообщение"
|
|
|
4568
4730
|
msgid "Messaging connection"
|
|
4569
4731
|
msgstr "Система обмена сообщениями"
|
|
4570
4732
|
|
|
4733
|
+
msgid "Metadata generate"
|
|
4734
|
+
msgstr ""
|
|
4735
|
+
|
|
4571
4736
|
msgid ""
|
|
4572
4737
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4573
4738
|
"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."
|
|
@@ -4606,6 +4771,9 @@ msgstr "Модель"
|
|
|
4606
4771
|
msgid "Moderate"
|
|
4607
4772
|
msgstr "Средний"
|
|
4608
4773
|
|
|
4774
|
+
msgid "Modified"
|
|
4775
|
+
msgstr ""
|
|
4776
|
+
|
|
4609
4777
|
msgid "Modify via remote execution"
|
|
4610
4778
|
msgstr ""
|
|
4611
4779
|
|
|
@@ -4633,6 +4801,15 @@ msgstr ""
|
|
|
4633
4801
|
msgid "Multi Content View Environment"
|
|
4634
4802
|
msgstr ""
|
|
4635
4803
|
|
|
4804
|
+
msgid "Multi copy all units"
|
|
4805
|
+
msgstr ""
|
|
4806
|
+
|
|
4807
|
+
msgid "Multi copy content"
|
|
4808
|
+
msgstr ""
|
|
4809
|
+
|
|
4810
|
+
msgid "Multi copy units"
|
|
4811
|
+
msgstr ""
|
|
4812
|
+
|
|
4636
4813
|
msgid "Multi-entitlement"
|
|
4637
4814
|
msgstr "Многократные полномочия"
|
|
4638
4815
|
|
|
@@ -4933,6 +5110,9 @@ msgstr ""
|
|
|
4933
5110
|
msgid "No items have been specified."
|
|
4934
5111
|
msgstr ""
|
|
4935
5112
|
|
|
5113
|
+
msgid "No labels"
|
|
5114
|
+
msgstr ""
|
|
5115
|
+
|
|
4936
5116
|
msgid "No manifest file uploaded"
|
|
4937
5117
|
msgstr "Нет загруженных файлов манифеста"
|
|
4938
5118
|
|
|
@@ -5272,6 +5452,9 @@ msgstr "Метка организации"
|
|
|
5272
5452
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5273
5453
|
msgstr ""
|
|
5274
5454
|
|
|
5455
|
+
msgid "Organization must be specified when providing product by name."
|
|
5456
|
+
msgstr ""
|
|
5457
|
+
|
|
5275
5458
|
msgid "Organization not found"
|
|
5276
5459
|
msgstr ""
|
|
5277
5460
|
|
|
@@ -5673,6 +5856,9 @@ msgstr ""
|
|
|
5673
5856
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5674
5857
|
msgstr ""
|
|
5675
5858
|
|
|
5859
|
+
msgid "Product must be specified."
|
|
5860
|
+
msgstr ""
|
|
5861
|
+
|
|
5676
5862
|
msgid "Product name"
|
|
5677
5863
|
msgstr "Название продукта"
|
|
5678
5864
|
|
|
@@ -5835,6 +6021,9 @@ msgstr "Хранилище Pulp"
|
|
|
5835
6021
|
msgid "Pulp task error"
|
|
5836
6022
|
msgstr "Ошибка задачи Pulp"
|
|
5837
6023
|
|
|
6024
|
+
msgid "Purge completed tasks"
|
|
6025
|
+
msgstr ""
|
|
6026
|
+
|
|
5838
6027
|
msgid "Python Package"
|
|
5839
6028
|
msgstr ""
|
|
5840
6029
|
|
|
@@ -5934,6 +6123,9 @@ msgstr ""
|
|
|
5934
6123
|
msgid "Reclaim Space"
|
|
5935
6124
|
msgstr ""
|
|
5936
6125
|
|
|
6126
|
+
msgid "Reclaim space"
|
|
6127
|
+
msgstr ""
|
|
6128
|
+
|
|
5937
6129
|
msgid "Reclaim space from On Demand repositories"
|
|
5938
6130
|
msgstr ""
|
|
5939
6131
|
|
|
@@ -6000,6 +6192,9 @@ msgstr ""
|
|
|
6000
6192
|
msgid "Refresh all alternate content sources"
|
|
6001
6193
|
msgstr ""
|
|
6002
6194
|
|
|
6195
|
+
msgid "Refresh all distributions"
|
|
6196
|
+
msgstr ""
|
|
6197
|
+
|
|
6003
6198
|
msgid "Refresh alternate content sources"
|
|
6004
6199
|
msgstr ""
|
|
6005
6200
|
|
|
@@ -6012,15 +6207,27 @@ msgstr ""
|
|
|
6012
6207
|
msgid "Refresh counts"
|
|
6013
6208
|
msgstr ""
|
|
6014
6209
|
|
|
6210
|
+
msgid "Refresh distribution"
|
|
6211
|
+
msgstr ""
|
|
6212
|
+
|
|
6015
6213
|
msgid "Refresh errata applicability"
|
|
6016
6214
|
msgstr ""
|
|
6017
6215
|
|
|
6216
|
+
msgid "Refresh if needed"
|
|
6217
|
+
msgstr ""
|
|
6218
|
+
|
|
6018
6219
|
msgid "Refresh package applicability"
|
|
6019
6220
|
msgstr ""
|
|
6020
6221
|
|
|
6021
6222
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6022
6223
|
msgstr "Обновить ранее импортированный манифест провайдера Red Hat"
|
|
6023
6224
|
|
|
6225
|
+
msgid "Refresh remote"
|
|
6226
|
+
msgstr ""
|
|
6227
|
+
|
|
6228
|
+
msgid "Refresh repos"
|
|
6229
|
+
msgstr ""
|
|
6230
|
+
|
|
6024
6231
|
msgid "Refresh source"
|
|
6025
6232
|
msgstr ""
|
|
6026
6233
|
|
|
@@ -6063,6 +6270,9 @@ msgstr ""
|
|
|
6063
6270
|
msgid "Registry token expiration time"
|
|
6064
6271
|
msgstr ""
|
|
6065
6272
|
|
|
6273
|
+
msgid "Reindex subscriptions"
|
|
6274
|
+
msgstr ""
|
|
6275
|
+
|
|
6066
6276
|
msgid "Related composite content views"
|
|
6067
6277
|
msgstr ""
|
|
6068
6278
|
|
|
@@ -6138,6 +6348,9 @@ msgstr ""
|
|
|
6138
6348
|
msgid "Remove from environments"
|
|
6139
6349
|
msgstr ""
|
|
6140
6350
|
|
|
6351
|
+
msgid "Remove from host collections"
|
|
6352
|
+
msgstr ""
|
|
6353
|
+
|
|
6141
6354
|
msgid "Remove host from collections"
|
|
6142
6355
|
msgstr ""
|
|
6143
6356
|
|
|
@@ -6159,6 +6372,9 @@ msgstr "Удалить узлы из коллекций"
|
|
|
6159
6372
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6160
6373
|
msgstr ""
|
|
6161
6374
|
|
|
6375
|
+
msgid "Remove orphans"
|
|
6376
|
+
msgstr ""
|
|
6377
|
+
|
|
6162
6378
|
msgid "Remove package group via Katello interface"
|
|
6163
6379
|
msgstr "Удалить группу пакетов с помощью Katello"
|
|
6164
6380
|
|
|
@@ -6174,12 +6390,24 @@ msgstr ""
|
|
|
6174
6390
|
msgid "Remove products from sync plan"
|
|
6175
6391
|
msgstr "Исключить продукты из плана синхронизации"
|
|
6176
6392
|
|
|
6393
|
+
msgid "Remove rolling repo clone"
|
|
6394
|
+
msgstr ""
|
|
6395
|
+
|
|
6396
|
+
msgid "Remove units"
|
|
6397
|
+
msgstr ""
|
|
6398
|
+
|
|
6399
|
+
msgid "Remove unneeded repos"
|
|
6400
|
+
msgstr ""
|
|
6401
|
+
|
|
6177
6402
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6178
6403
|
msgstr "Удалить версии и окружения из представления и переназначить системы и ключи"
|
|
6179
6404
|
|
|
6180
6405
|
msgid "Remove versions from environments"
|
|
6181
6406
|
msgstr ""
|
|
6182
6407
|
|
|
6408
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6409
|
+
msgstr ""
|
|
6410
|
+
|
|
6183
6411
|
msgid "Removed component from content view"
|
|
6184
6412
|
msgstr ""
|
|
6185
6413
|
|
|
@@ -6198,6 +6426,9 @@ msgstr ""
|
|
|
6198
6426
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6199
6427
|
msgstr ""
|
|
6200
6428
|
|
|
6429
|
+
msgid "Repair"
|
|
6430
|
+
msgstr ""
|
|
6431
|
+
|
|
6201
6432
|
msgid "Replace content source on the target machine"
|
|
6202
6433
|
msgstr ""
|
|
6203
6434
|
|
|
@@ -6216,12 +6447,18 @@ msgstr "Репозитории"
|
|
|
6216
6447
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6217
6448
|
msgstr ""
|
|
6218
6449
|
|
|
6450
|
+
msgid "Repositories certs reset"
|
|
6451
|
+
msgstr ""
|
|
6452
|
+
|
|
6219
6453
|
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."
|
|
6220
6454
|
msgstr ""
|
|
6221
6455
|
|
|
6222
6456
|
msgid "Repositories from published Content Views are not allowed."
|
|
6223
6457
|
msgstr "Нельзя использовать репозитории из опубликованных представлений."
|
|
6224
6458
|
|
|
6459
|
+
msgid "Repositories gpg reset"
|
|
6460
|
+
msgstr ""
|
|
6461
|
+
|
|
6225
6462
|
msgid "Repository"
|
|
6226
6463
|
msgstr "Репозиторий"
|
|
6227
6464
|
|
|
@@ -6387,6 +6624,9 @@ msgstr ""
|
|
|
6387
6624
|
msgid "Result"
|
|
6388
6625
|
msgstr "Результат"
|
|
6389
6626
|
|
|
6627
|
+
msgid "Retain build profile upon unregistration"
|
|
6628
|
+
msgstr ""
|
|
6629
|
+
|
|
6390
6630
|
msgid "Retrieve a single errata for a host"
|
|
6391
6631
|
msgstr "Извлечь отдельное исправление для узла"
|
|
6392
6632
|
|
|
@@ -6579,6 +6819,21 @@ msgstr "Сохранить"
|
|
|
6579
6819
|
msgid "Save Environments"
|
|
6580
6820
|
msgstr ""
|
|
6581
6821
|
|
|
6822
|
+
msgid "Save artifact"
|
|
6823
|
+
msgstr ""
|
|
6824
|
+
|
|
6825
|
+
msgid "Save distribution references"
|
|
6826
|
+
msgstr ""
|
|
6827
|
+
|
|
6828
|
+
msgid "Save publication"
|
|
6829
|
+
msgstr ""
|
|
6830
|
+
|
|
6831
|
+
msgid "Save version"
|
|
6832
|
+
msgstr ""
|
|
6833
|
+
|
|
6834
|
+
msgid "Save versions"
|
|
6835
|
+
msgstr ""
|
|
6836
|
+
|
|
6582
6837
|
msgid "Saving alternate content source..."
|
|
6583
6838
|
msgstr ""
|
|
6584
6839
|
|
|
@@ -6588,6 +6843,12 @@ msgstr ""
|
|
|
6588
6843
|
msgid "Scan a flatpak remote"
|
|
6589
6844
|
msgstr ""
|
|
6590
6845
|
|
|
6846
|
+
msgid "Scan cdn"
|
|
6847
|
+
msgstr ""
|
|
6848
|
+
|
|
6849
|
+
msgid "Scan remote"
|
|
6850
|
+
msgstr ""
|
|
6851
|
+
|
|
6591
6852
|
msgid "Schema version 1"
|
|
6592
6853
|
msgstr ""
|
|
6593
6854
|
|
|
@@ -6636,6 +6897,9 @@ msgstr "Доступны исправления системы безопасн
|
|
|
6636
6897
|
msgid "Security errata installable"
|
|
6637
6898
|
msgstr ""
|
|
6638
6899
|
|
|
6900
|
+
msgid "See child manifests"
|
|
6901
|
+
msgstr ""
|
|
6902
|
+
|
|
6639
6903
|
msgid "Select"
|
|
6640
6904
|
msgstr "Выбрать"
|
|
6641
6905
|
|
|
@@ -6747,6 +7011,9 @@ msgstr ""
|
|
|
6747
7011
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6748
7012
|
msgstr ""
|
|
6749
7013
|
|
|
7014
|
+
msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
|
|
7015
|
+
msgstr ""
|
|
7016
|
+
|
|
6750
7017
|
msgid "Select hosts to assign to %s"
|
|
6751
7018
|
msgstr "Выберите узлы для сопоставления %s"
|
|
6752
7019
|
|
|
@@ -6867,6 +7134,9 @@ msgstr "Степень"
|
|
|
6867
7134
|
msgid "Severity must be one of: %s"
|
|
6868
7135
|
msgstr ""
|
|
6869
7136
|
|
|
7137
|
+
msgid "Show ${remainingCount} more"
|
|
7138
|
+
msgstr ""
|
|
7139
|
+
|
|
6870
7140
|
msgid "Show %s"
|
|
6871
7141
|
msgstr ""
|
|
6872
7142
|
|
|
@@ -7350,9 +7620,6 @@ msgstr "Успешно"
|
|
|
7350
7620
|
msgid "Successfully added %s Host(s)."
|
|
7351
7621
|
msgstr "Добавлено узлов: %s"
|
|
7352
7622
|
|
|
7353
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7354
|
-
msgstr "Узлы содержимого (всего %{count}) успешно добавлены в коллекцию %{host_collection}."
|
|
7355
|
-
|
|
7356
7623
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7357
7624
|
msgstr "План синхронизации изменен для %s продукта(ов)."
|
|
7358
7625
|
|
|
@@ -7365,9 +7632,6 @@ msgstr ""
|
|
|
7365
7632
|
msgid "Successfully removed %s Host(s)."
|
|
7366
7633
|
msgstr "Удалено узлов: %s"
|
|
7367
7634
|
|
|
7368
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7369
|
-
msgstr "Узлы (всего %{count}) были удалены из коллекции %{host_collection}."
|
|
7370
|
-
|
|
7371
7635
|
msgid "Successfully synced capsule."
|
|
7372
7636
|
msgstr ""
|
|
7373
7637
|
|
|
@@ -7386,6 +7650,9 @@ msgstr ""
|
|
|
7386
7650
|
msgid "Supported Content Types"
|
|
7387
7651
|
msgstr ""
|
|
7388
7652
|
|
|
7653
|
+
msgid "Sync"
|
|
7654
|
+
msgstr ""
|
|
7655
|
+
|
|
7389
7656
|
msgid "Sync Canceled"
|
|
7390
7657
|
msgstr "Синхронизация отменена"
|
|
7391
7658
|
|
|
@@ -7440,6 +7707,9 @@ msgstr "Синхронизация репозитория"
|
|
|
7440
7707
|
msgid "Sync all repositories for a product"
|
|
7441
7708
|
msgstr "Синхронизировать все репозитории для указанного продукта"
|
|
7442
7709
|
|
|
7710
|
+
msgid "Sync capsule"
|
|
7711
|
+
msgstr ""
|
|
7712
|
+
|
|
7443
7713
|
msgid "Sync complete."
|
|
7444
7714
|
msgstr "Успешно."
|
|
7445
7715
|
|
|
@@ -7458,6 +7728,9 @@ msgstr ""
|
|
|
7458
7728
|
msgid "Sync state"
|
|
7459
7729
|
msgstr ""
|
|
7460
7730
|
|
|
7731
|
+
msgid "Syncable export"
|
|
7732
|
+
msgstr ""
|
|
7733
|
+
|
|
7461
7734
|
msgid "Synced"
|
|
7462
7735
|
msgstr ""
|
|
7463
7736
|
|
|
@@ -7467,9 +7740,6 @@ msgstr ""
|
|
|
7467
7740
|
msgid "Synced Content"
|
|
7468
7741
|
msgstr "Синхронизация содержимого"
|
|
7469
7742
|
|
|
7470
|
-
msgid "Synced container images content"
|
|
7471
|
-
msgstr ""
|
|
7472
|
-
|
|
7473
7743
|
msgid "Synchronize"
|
|
7474
7744
|
msgstr "Синхронизировать"
|
|
7475
7745
|
|
|
@@ -7512,6 +7782,9 @@ msgstr ""
|
|
|
7512
7782
|
msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
|
|
7513
7783
|
msgstr ""
|
|
7514
7784
|
|
|
7785
|
+
msgid "Tag"
|
|
7786
|
+
msgstr ""
|
|
7787
|
+
|
|
7515
7788
|
msgid "Tag name"
|
|
7516
7789
|
msgstr ""
|
|
7517
7790
|
|
|
@@ -7966,6 +8239,9 @@ msgstr ""
|
|
|
7966
8239
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
|
7967
8240
|
msgstr ""
|
|
7968
8241
|
|
|
8242
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8243
|
+
msgstr ""
|
|
8244
|
+
|
|
7969
8245
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7970
8246
|
msgstr ""
|
|
7971
8247
|
|
|
@@ -8284,15 +8560,27 @@ msgstr "Обновить окружение в организации"
|
|
|
8284
8560
|
msgid "Update content counts for the smart proxy"
|
|
8285
8561
|
msgstr ""
|
|
8286
8562
|
|
|
8563
|
+
msgid "Update content urls"
|
|
8564
|
+
msgstr ""
|
|
8565
|
+
|
|
8287
8566
|
msgid "Update content view environments for host"
|
|
8288
8567
|
msgstr ""
|
|
8289
8568
|
|
|
8290
8569
|
msgid "Update content view environments for host %s"
|
|
8291
8570
|
msgstr ""
|
|
8292
8571
|
|
|
8572
|
+
msgid "Update distributions"
|
|
8573
|
+
msgstr ""
|
|
8574
|
+
|
|
8293
8575
|
msgid "Update hosts manually"
|
|
8294
8576
|
msgstr ""
|
|
8295
8577
|
|
|
8578
|
+
msgid "Update http proxy"
|
|
8579
|
+
msgstr ""
|
|
8580
|
+
|
|
8581
|
+
msgid "Update http proxy details"
|
|
8582
|
+
msgstr ""
|
|
8583
|
+
|
|
8296
8584
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8297
8585
|
msgstr ""
|
|
8298
8586
|
|
|
@@ -8308,12 +8596,21 @@ msgstr "Обновить пакеты с помощью Katello"
|
|
|
8308
8596
|
msgid "Update packages via Katello interface"
|
|
8309
8597
|
msgstr ""
|
|
8310
8598
|
|
|
8599
|
+
msgid "Update redhat repository"
|
|
8600
|
+
msgstr ""
|
|
8601
|
+
|
|
8311
8602
|
msgid "Update release version for host"
|
|
8312
8603
|
msgstr ""
|
|
8313
8604
|
|
|
8314
8605
|
msgid "Update release version for host %s"
|
|
8315
8606
|
msgstr ""
|
|
8316
8607
|
|
|
8608
|
+
msgid "Update remote"
|
|
8609
|
+
msgstr ""
|
|
8610
|
+
|
|
8611
|
+
msgid "Update repository"
|
|
8612
|
+
msgstr ""
|
|
8613
|
+
|
|
8317
8614
|
msgid "Update services requiring restart"
|
|
8318
8615
|
msgstr ""
|
|
8319
8616
|
|
|
@@ -8404,6 +8701,12 @@ msgstr "Обновить содержимое файла частично"
|
|
|
8404
8701
|
msgid "Upload a subscription manifest"
|
|
8405
8702
|
msgstr "Отправить манифест подписки"
|
|
8406
8703
|
|
|
8704
|
+
msgid "Upload content"
|
|
8705
|
+
msgstr ""
|
|
8706
|
+
|
|
8707
|
+
msgid "Upload file"
|
|
8708
|
+
msgstr ""
|
|
8709
|
+
|
|
8407
8710
|
msgid "Upload into"
|
|
8408
8711
|
msgstr "Добавить в"
|
|
8409
8712
|
|
|
@@ -8413,6 +8716,9 @@ msgstr ""
|
|
|
8413
8716
|
msgid "Upload request id"
|
|
8414
8717
|
msgstr "Отправить ID запроса"
|
|
8415
8718
|
|
|
8719
|
+
msgid "Upload tag"
|
|
8720
|
+
msgstr ""
|
|
8721
|
+
|
|
8416
8722
|
msgid "Upstream Candlepin"
|
|
8417
8723
|
msgstr ""
|
|
8418
8724
|
|
|
@@ -8533,6 +8839,9 @@ msgstr ""
|
|
|
8533
8839
|
msgid "Verify SSL"
|
|
8534
8840
|
msgstr "Проверить SSL"
|
|
8535
8841
|
|
|
8842
|
+
msgid "Verify checksum"
|
|
8843
|
+
msgstr ""
|
|
8844
|
+
|
|
8536
8845
|
msgid "Verify checksum for content on smart proxy"
|
|
8537
8846
|
msgstr ""
|
|
8538
8847
|
|
|
@@ -8626,6 +8935,15 @@ msgstr ""
|
|
|
8626
8935
|
msgid "View documentation"
|
|
8627
8936
|
msgstr ""
|
|
8628
8937
|
|
|
8938
|
+
msgid "View here"
|
|
8939
|
+
msgstr ""
|
|
8940
|
+
|
|
8941
|
+
msgid "View labels and annotations"
|
|
8942
|
+
msgstr ""
|
|
8943
|
+
|
|
8944
|
+
msgid "View labels and annotations for image "
|
|
8945
|
+
msgstr ""
|
|
8946
|
+
|
|
8629
8947
|
msgid "View matching content"
|
|
8630
8948
|
msgstr ""
|
|
8631
8949
|
|
|
@@ -8665,6 +8983,9 @@ msgstr ""
|
|
|
8665
8983
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8666
8984
|
msgstr ""
|
|
8667
8985
|
|
|
8986
|
+
msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
|
|
8987
|
+
msgstr ""
|
|
8988
|
+
|
|
8668
8989
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8669
8990
|
msgstr ""
|
|
8670
8991
|
|