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/es/katello.po
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
#
|
|
19
19
|
msgid ""
|
|
20
20
|
msgstr ""
|
|
21
|
-
"Project-Id-Version: katello 4.19.0.
|
|
21
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
22
22
|
"Report-Msgid-Bugs-To: \n"
|
|
23
23
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
24
24
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
|
|
@@ -125,6 +125,9 @@ msgstr "${selectedContentType}"
|
|
|
125
125
|
msgid "${selectedContentType} will appear here when created."
|
|
126
126
|
msgstr ""
|
|
127
127
|
|
|
128
|
+
msgid "${totalCount} labels and annotations"
|
|
129
|
+
msgstr ""
|
|
130
|
+
|
|
128
131
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
129
132
|
msgstr "%s %s tiene %s Hosts y %s Hostgroups que necesitarán ser reasociados después de la eliminación. Borrar %s?"
|
|
130
133
|
|
|
@@ -479,6 +482,9 @@ msgstr ""
|
|
|
479
482
|
msgid "About page"
|
|
480
483
|
msgstr ""
|
|
481
484
|
|
|
485
|
+
msgid "Abstract async task"
|
|
486
|
+
msgstr ""
|
|
487
|
+
|
|
482
488
|
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
489
|
msgstr ""
|
|
484
490
|
|
|
@@ -626,6 +632,9 @@ msgstr ""
|
|
|
626
632
|
msgid "Add repositories with package groups to content view to select them here."
|
|
627
633
|
msgstr ""
|
|
628
634
|
|
|
635
|
+
msgid "Add rolling repo clone"
|
|
636
|
+
msgstr ""
|
|
637
|
+
|
|
629
638
|
msgid "Add rule"
|
|
630
639
|
msgstr ""
|
|
631
640
|
|
|
@@ -644,12 +653,18 @@ msgstr ""
|
|
|
644
653
|
msgid "Add to a host collection"
|
|
645
654
|
msgstr ""
|
|
646
655
|
|
|
656
|
+
msgid "Add to host collections"
|
|
657
|
+
msgstr ""
|
|
658
|
+
|
|
647
659
|
msgid "Added"
|
|
648
660
|
msgstr ""
|
|
649
661
|
|
|
650
662
|
msgid "Added %s"
|
|
651
663
|
msgstr ""
|
|
652
664
|
|
|
665
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
666
|
+
msgstr ""
|
|
667
|
+
|
|
653
668
|
msgid "Added Content:"
|
|
654
669
|
msgstr "Contenido agregado:"
|
|
655
670
|
|
|
@@ -692,6 +707,9 @@ msgstr "Todas las erratas aplicadas"
|
|
|
692
707
|
msgid "All errata up-to-date"
|
|
693
708
|
msgstr ""
|
|
694
709
|
|
|
710
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
711
|
+
msgstr ""
|
|
712
|
+
|
|
695
713
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
696
714
|
msgstr ""
|
|
697
715
|
|
|
@@ -779,6 +797,9 @@ msgid ""
|
|
|
779
797
|
"%{error_message}"
|
|
780
798
|
msgstr ""
|
|
781
799
|
|
|
800
|
+
msgid "An error occurred while updating host collections"
|
|
801
|
+
msgstr ""
|
|
802
|
+
|
|
782
803
|
msgid "An option to specify how many ostree commits to traverse."
|
|
783
804
|
msgstr ""
|
|
784
805
|
|
|
@@ -1067,6 +1088,9 @@ msgstr "Guardar esta búsqueda en marcadores"
|
|
|
1067
1088
|
msgid "Bookmarks marked as public are available to all users"
|
|
1068
1089
|
msgstr ""
|
|
1069
1090
|
|
|
1091
|
+
msgid "Bootable"
|
|
1092
|
+
msgstr ""
|
|
1093
|
+
|
|
1070
1094
|
msgid "Bootc rollback via Bootc interface"
|
|
1071
1095
|
msgstr ""
|
|
1072
1096
|
|
|
@@ -1391,6 +1415,9 @@ msgstr ""
|
|
|
1391
1415
|
msgid "Change content view environments"
|
|
1392
1416
|
msgstr ""
|
|
1393
1417
|
|
|
1418
|
+
msgid "Change host collections"
|
|
1419
|
+
msgstr ""
|
|
1420
|
+
|
|
1394
1421
|
msgid "Change host content source"
|
|
1395
1422
|
msgstr ""
|
|
1396
1423
|
|
|
@@ -1478,6 +1505,9 @@ msgstr ""
|
|
|
1478
1505
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1479
1506
|
msgstr ""
|
|
1480
1507
|
|
|
1508
|
+
msgid "Commit upload"
|
|
1509
|
+
msgstr ""
|
|
1510
|
+
|
|
1481
1511
|
msgid "Compare"
|
|
1482
1512
|
msgstr ""
|
|
1483
1513
|
|
|
@@ -1832,15 +1862,27 @@ msgstr ""
|
|
|
1832
1862
|
msgid "Copy"
|
|
1833
1863
|
msgstr ""
|
|
1834
1864
|
|
|
1865
|
+
msgid "Copy all units"
|
|
1866
|
+
msgstr ""
|
|
1867
|
+
|
|
1835
1868
|
msgid "Copy an activation key"
|
|
1836
1869
|
msgstr "Copiar una clave de activación"
|
|
1837
1870
|
|
|
1871
|
+
msgid "Copy content"
|
|
1872
|
+
msgstr ""
|
|
1873
|
+
|
|
1838
1874
|
msgid "Copy content view"
|
|
1839
1875
|
msgstr ""
|
|
1840
1876
|
|
|
1841
1877
|
msgid "Copy to clipboard"
|
|
1842
1878
|
msgstr "Copiar al portapapeles"
|
|
1843
1879
|
|
|
1880
|
+
msgid "Copy version"
|
|
1881
|
+
msgstr ""
|
|
1882
|
+
|
|
1883
|
+
msgid "Copy version units to library"
|
|
1884
|
+
msgstr ""
|
|
1885
|
+
|
|
1844
1886
|
msgid "Cores per socket"
|
|
1845
1887
|
msgstr "Núcleos por socket"
|
|
1846
1888
|
|
|
@@ -2054,18 +2096,36 @@ msgstr ""
|
|
|
2054
2096
|
msgid "Create content view"
|
|
2055
2097
|
msgstr ""
|
|
2056
2098
|
|
|
2099
|
+
msgid "Create exporter"
|
|
2100
|
+
msgstr ""
|
|
2101
|
+
|
|
2057
2102
|
msgid "Create filter"
|
|
2058
2103
|
msgstr ""
|
|
2059
2104
|
|
|
2060
2105
|
msgid "Create host collection"
|
|
2061
2106
|
msgstr ""
|
|
2062
2107
|
|
|
2108
|
+
msgid "Create import"
|
|
2109
|
+
msgstr ""
|
|
2110
|
+
|
|
2111
|
+
msgid "Create importer"
|
|
2112
|
+
msgstr ""
|
|
2113
|
+
|
|
2063
2114
|
msgid "Create new activation key"
|
|
2064
2115
|
msgstr ""
|
|
2065
2116
|
|
|
2066
2117
|
msgid "Create organization"
|
|
2067
2118
|
msgstr "Crear organización"
|
|
2068
2119
|
|
|
2120
|
+
msgid "Create publication"
|
|
2121
|
+
msgstr ""
|
|
2122
|
+
|
|
2123
|
+
msgid "Create remote"
|
|
2124
|
+
msgstr ""
|
|
2125
|
+
|
|
2126
|
+
msgid "Creation"
|
|
2127
|
+
msgstr ""
|
|
2128
|
+
|
|
2069
2129
|
msgid "Credentials"
|
|
2070
2130
|
msgstr "Credenciales"
|
|
2071
2131
|
|
|
@@ -2327,12 +2387,36 @@ msgstr ""
|
|
|
2327
2387
|
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."
|
|
2328
2388
|
msgstr ""
|
|
2329
2389
|
|
|
2390
|
+
msgid "Delete distributions"
|
|
2391
|
+
msgstr ""
|
|
2392
|
+
|
|
2330
2393
|
msgid "Delete manifest from Red Hat provider"
|
|
2331
2394
|
msgstr "Borrar manifiesto de proveedor de Red Hat"
|
|
2332
2395
|
|
|
2333
2396
|
msgid "Delete multiple filters from a content view"
|
|
2334
2397
|
msgstr ""
|
|
2335
2398
|
|
|
2399
|
+
msgid "Delete orphan alternate content sources"
|
|
2400
|
+
msgstr ""
|
|
2401
|
+
|
|
2402
|
+
msgid "Delete orphan distributions"
|
|
2403
|
+
msgstr ""
|
|
2404
|
+
|
|
2405
|
+
msgid "Delete orphan remotes"
|
|
2406
|
+
msgstr ""
|
|
2407
|
+
|
|
2408
|
+
msgid "Delete orphan repository versions"
|
|
2409
|
+
msgstr ""
|
|
2410
|
+
|
|
2411
|
+
msgid "Delete orphaned migrated repositories"
|
|
2412
|
+
msgstr ""
|
|
2413
|
+
|
|
2414
|
+
msgid "Delete remote"
|
|
2415
|
+
msgstr ""
|
|
2416
|
+
|
|
2417
|
+
msgid "Delete repository references"
|
|
2418
|
+
msgstr ""
|
|
2419
|
+
|
|
2336
2420
|
msgid "Delete version"
|
|
2337
2421
|
msgstr ""
|
|
2338
2422
|
|
|
@@ -2432,6 +2516,12 @@ msgstr "Destruir un entorno"
|
|
|
2432
2516
|
msgid "Destroy an environment in an organization"
|
|
2433
2517
|
msgstr "Destruir un entorno en una organización"
|
|
2434
2518
|
|
|
2519
|
+
msgid "Destroy exporter"
|
|
2520
|
+
msgstr ""
|
|
2521
|
+
|
|
2522
|
+
msgid "Destroy importer"
|
|
2523
|
+
msgstr ""
|
|
2524
|
+
|
|
2435
2525
|
msgid "Destroy one or more alternate content sources"
|
|
2436
2526
|
msgstr ""
|
|
2437
2527
|
|
|
@@ -2477,6 +2567,9 @@ msgstr "Deshabilitado"
|
|
|
2477
2567
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2478
2568
|
msgstr ""
|
|
2479
2569
|
|
|
2570
|
+
msgid "Discover"
|
|
2571
|
+
msgstr ""
|
|
2572
|
+
|
|
2480
2573
|
msgid "Discover Repositories"
|
|
2481
2574
|
msgstr "Detectar repositorios"
|
|
2482
2575
|
|
|
@@ -2612,9 +2705,6 @@ msgstr "Habilitar un repositorio del conjunto"
|
|
|
2612
2705
|
msgid "Enable repository sets"
|
|
2613
2706
|
msgstr ""
|
|
2614
2707
|
|
|
2615
|
-
msgid "Enable structured APT for deb content"
|
|
2616
|
-
msgstr ""
|
|
2617
|
-
|
|
2618
2708
|
msgid "Enable/Disable auto publish of composite view"
|
|
2619
2709
|
msgstr "Activar/Desactivar la autopublicación de la vista compuesta"
|
|
2620
2710
|
|
|
@@ -2675,6 +2765,9 @@ msgstr "ID de entorno"
|
|
|
2675
2765
|
msgid "Environment cannot be in its own promotion path"
|
|
2676
2766
|
msgstr "No puede haber entorno en su propia ruta de entorno"
|
|
2677
2767
|
|
|
2768
|
+
msgid "Environment contents refresh"
|
|
2769
|
+
msgstr ""
|
|
2770
|
+
|
|
2678
2771
|
msgid "Environment identifier"
|
|
2679
2772
|
msgstr "Identificador del entorno"
|
|
2680
2773
|
|
|
@@ -2714,6 +2807,9 @@ msgstr ""
|
|
|
2714
2807
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2715
2808
|
msgstr "ID de errata de la errata (RHSA-2012:108)"
|
|
2716
2809
|
|
|
2810
|
+
msgid "Errata mail"
|
|
2811
|
+
msgstr ""
|
|
2812
|
+
|
|
2717
2813
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2718
2814
|
msgstr ""
|
|
2719
2815
|
|
|
@@ -2879,6 +2975,9 @@ msgstr "Buscar secuenciasa de módulo disponibles para los hosts."
|
|
|
2879
2975
|
msgid "Fetch installable errata for one or more hosts."
|
|
2880
2976
|
msgstr "Buscar erratas instalables para uno o más hosts."
|
|
2881
2977
|
|
|
2978
|
+
msgid "Fetch pxe files"
|
|
2979
|
+
msgstr ""
|
|
2980
|
+
|
|
2882
2981
|
msgid "Fetch traces for one or more hosts"
|
|
2883
2982
|
msgstr "Buscar rastros para uno o más hosts"
|
|
2884
2983
|
|
|
@@ -2972,6 +3071,9 @@ msgstr "Filtrar versiones por número de versión"
|
|
|
2972
3071
|
msgid "Filter versions that are components in the specified composite version"
|
|
2973
3072
|
msgstr "Filtrar versiones que sean componentes en la versión de compuesta específica"
|
|
2974
3073
|
|
|
3074
|
+
msgid "Filtered index content"
|
|
3075
|
+
msgstr ""
|
|
3076
|
+
|
|
2975
3077
|
msgid "Filters"
|
|
2976
3078
|
msgstr "Filtros"
|
|
2977
3079
|
|
|
@@ -2993,6 +3095,9 @@ msgstr ""
|
|
|
2993
3095
|
msgid "Finished"
|
|
2994
3096
|
msgstr "Finalizado"
|
|
2995
3097
|
|
|
3098
|
+
msgid "Flatpak"
|
|
3099
|
+
msgstr ""
|
|
3100
|
+
|
|
2996
3101
|
msgid "Flatpak Remote ${name} created"
|
|
2997
3102
|
msgstr ""
|
|
2998
3103
|
|
|
@@ -3087,6 +3192,9 @@ msgstr ""
|
|
|
3087
3192
|
msgid "Generate host applicability"
|
|
3088
3193
|
msgstr "Generar la aplicabilidad del host"
|
|
3089
3194
|
|
|
3195
|
+
msgid "Generate metadata"
|
|
3196
|
+
msgstr ""
|
|
3197
|
+
|
|
3090
3198
|
msgid "Generate repository applicability"
|
|
3091
3199
|
msgstr "Generar la aplicabilidad del repositorio"
|
|
3092
3200
|
|
|
@@ -3327,6 +3435,12 @@ msgstr ""
|
|
|
3327
3435
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3328
3436
|
msgstr "Cómo ordenar los resultados clasificados (p. ej., ASC para orden ascendente)"
|
|
3329
3437
|
|
|
3438
|
+
msgid "Hypervisors"
|
|
3439
|
+
msgstr ""
|
|
3440
|
+
|
|
3441
|
+
msgid "Hypervisors update"
|
|
3442
|
+
msgstr ""
|
|
3443
|
+
|
|
3330
3444
|
msgid "ID"
|
|
3331
3445
|
msgstr "ID"
|
|
3332
3446
|
|
|
@@ -3515,9 +3629,6 @@ msgstr ""
|
|
|
3515
3629
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3516
3630
|
msgstr ""
|
|
3517
3631
|
|
|
3518
|
-
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'."
|
|
3519
|
-
msgstr ""
|
|
3520
|
-
|
|
3521
3632
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3522
3633
|
msgstr ""
|
|
3523
3634
|
|
|
@@ -3647,6 +3758,9 @@ msgstr ""
|
|
|
3647
3758
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3648
3759
|
msgstr ""
|
|
3649
3760
|
|
|
3761
|
+
msgid "Import migration"
|
|
3762
|
+
msgstr ""
|
|
3763
|
+
|
|
3650
3764
|
msgid "Import new manifest"
|
|
3651
3765
|
msgstr ""
|
|
3652
3766
|
|
|
@@ -3656,6 +3770,12 @@ msgstr ""
|
|
|
3656
3770
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3657
3771
|
msgstr ""
|
|
3658
3772
|
|
|
3773
|
+
msgid "Import repository upload"
|
|
3774
|
+
msgstr ""
|
|
3775
|
+
|
|
3776
|
+
msgid "Import upload"
|
|
3777
|
+
msgstr ""
|
|
3778
|
+
|
|
3659
3779
|
msgid "Import uploads into a repository"
|
|
3660
3780
|
msgstr "Importar cargas a un repositorio"
|
|
3661
3781
|
|
|
@@ -3722,6 +3842,9 @@ msgstr "Actualización incremental"
|
|
|
3722
3842
|
msgid "Incremental Update incomplete."
|
|
3723
3843
|
msgstr "Actualización incremental incompleta."
|
|
3724
3844
|
|
|
3845
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3846
|
+
msgstr ""
|
|
3847
|
+
|
|
3725
3848
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3726
3849
|
msgstr "Actualización gradual de versiones de la vista de contenido "
|
|
3727
3850
|
|
|
@@ -3734,12 +3857,27 @@ msgstr "La actualización incremental requiere al menos una unidad de contenido"
|
|
|
3734
3857
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3735
3858
|
msgstr "Actualización incremental especificada para el compuesto %{name} versión %{version}, pero ningún componente actualizado."
|
|
3736
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
|
+
|
|
3737
3872
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3738
3873
|
msgstr "El tipo informable debe ser uno de los siguientes [ %{list} ]"
|
|
3739
3874
|
|
|
3740
3875
|
msgid "Inherit from Repository"
|
|
3741
3876
|
msgstr "Heredar del repositorio"
|
|
3742
3877
|
|
|
3878
|
+
msgid "Initialize"
|
|
3879
|
+
msgstr ""
|
|
3880
|
+
|
|
3743
3881
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3744
3882
|
msgstr "Iniciar una sincronización de los productos adjuntos al plan de sincronización"
|
|
3745
3883
|
|
|
@@ -3815,9 +3953,15 @@ msgstr "Instalando grupo de paquetes..."
|
|
|
3815
3953
|
msgid "Installing Package..."
|
|
3816
3954
|
msgstr "Instalando paquete..."
|
|
3817
3955
|
|
|
3956
|
+
msgid "Instance update"
|
|
3957
|
+
msgstr ""
|
|
3958
|
+
|
|
3818
3959
|
msgid "Instance-based"
|
|
3819
3960
|
msgstr "Basado en la instancia"
|
|
3820
3961
|
|
|
3962
|
+
msgid "Insufficient space for selected hosts"
|
|
3963
|
+
msgstr ""
|
|
3964
|
+
|
|
3821
3965
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3822
3966
|
msgstr "Interpretar el objeto especificado para que solo devuelva colecciones de hosts que se puedan asociar con el objeto especificado. Se admite 'host' de valor."
|
|
3823
3967
|
|
|
@@ -4052,6 +4196,15 @@ msgstr ""
|
|
|
4052
4196
|
msgid "Label of the flatpak remote"
|
|
4053
4197
|
msgstr ""
|
|
4054
4198
|
|
|
4199
|
+
msgid "Labels"
|
|
4200
|
+
msgstr ""
|
|
4201
|
+
|
|
4202
|
+
msgid "Labels and annotations"
|
|
4203
|
+
msgstr ""
|
|
4204
|
+
|
|
4205
|
+
msgid "Labels | Annotations"
|
|
4206
|
+
msgstr ""
|
|
4207
|
+
|
|
4055
4208
|
msgid "Last check-in:"
|
|
4056
4209
|
msgstr ""
|
|
4057
4210
|
|
|
@@ -4154,6 +4307,9 @@ msgstr ""
|
|
|
4154
4307
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4155
4308
|
msgstr "Los entornos del ciclo de vida no se pueden modificar en el proxy inteligente predeterminado. El contenido de todos los entornos del ciclo de vida existirá en este proxy inteligente."
|
|
4156
4309
|
|
|
4310
|
+
msgid "Limit"
|
|
4311
|
+
msgstr ""
|
|
4312
|
+
|
|
4157
4313
|
msgid "Limit actions to content in the host's environment."
|
|
4158
4314
|
msgstr ""
|
|
4159
4315
|
|
|
@@ -4484,12 +4640,18 @@ msgstr ""
|
|
|
4484
4640
|
msgid "Manifest"
|
|
4485
4641
|
msgstr "Manifiesto"
|
|
4486
4642
|
|
|
4643
|
+
msgid "Manifest Details"
|
|
4644
|
+
msgstr ""
|
|
4645
|
+
|
|
4487
4646
|
msgid "Manifest History"
|
|
4488
4647
|
msgstr "Historial de manifiesto"
|
|
4489
4648
|
|
|
4490
4649
|
msgid "Manifest deleted"
|
|
4491
4650
|
msgstr "Manifiesto eliminado"
|
|
4492
4651
|
|
|
4652
|
+
msgid "Manifest digest"
|
|
4653
|
+
msgstr ""
|
|
4654
|
+
|
|
4493
4655
|
msgid "Manifest does not have a valid subscription"
|
|
4494
4656
|
msgstr ""
|
|
4495
4657
|
|
|
@@ -4574,6 +4736,9 @@ msgstr "Mensaje"
|
|
|
4574
4736
|
msgid "Messaging connection"
|
|
4575
4737
|
msgstr "Conexión de mensajes"
|
|
4576
4738
|
|
|
4739
|
+
msgid "Metadata generate"
|
|
4740
|
+
msgstr ""
|
|
4741
|
+
|
|
4577
4742
|
msgid ""
|
|
4578
4743
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4579
4744
|
"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."
|
|
@@ -4612,6 +4777,9 @@ msgstr "Modelado"
|
|
|
4612
4777
|
msgid "Moderate"
|
|
4613
4778
|
msgstr "Moderado"
|
|
4614
4779
|
|
|
4780
|
+
msgid "Modified"
|
|
4781
|
+
msgstr ""
|
|
4782
|
+
|
|
4615
4783
|
msgid "Modify via remote execution"
|
|
4616
4784
|
msgstr ""
|
|
4617
4785
|
|
|
@@ -4639,6 +4807,15 @@ msgstr ""
|
|
|
4639
4807
|
msgid "Multi Content View Environment"
|
|
4640
4808
|
msgstr ""
|
|
4641
4809
|
|
|
4810
|
+
msgid "Multi copy all units"
|
|
4811
|
+
msgstr ""
|
|
4812
|
+
|
|
4813
|
+
msgid "Multi copy content"
|
|
4814
|
+
msgstr ""
|
|
4815
|
+
|
|
4816
|
+
msgid "Multi copy units"
|
|
4817
|
+
msgstr ""
|
|
4818
|
+
|
|
4642
4819
|
msgid "Multi-entitlement"
|
|
4643
4820
|
msgstr "Multiderecho"
|
|
4644
4821
|
|
|
@@ -4939,6 +5116,9 @@ msgstr ""
|
|
|
4939
5116
|
msgid "No items have been specified."
|
|
4940
5117
|
msgstr ""
|
|
4941
5118
|
|
|
5119
|
+
msgid "No labels"
|
|
5120
|
+
msgstr ""
|
|
5121
|
+
|
|
4942
5122
|
msgid "No manifest file uploaded"
|
|
4943
5123
|
msgstr "No se ha cargado ningún archivo de manifiesto"
|
|
4944
5124
|
|
|
@@ -5278,6 +5458,9 @@ msgstr "Etiqueta de la organización"
|
|
|
5278
5458
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5279
5459
|
msgstr ""
|
|
5280
5460
|
|
|
5461
|
+
msgid "Organization must be specified when providing product by name."
|
|
5462
|
+
msgstr ""
|
|
5463
|
+
|
|
5281
5464
|
msgid "Organization not found"
|
|
5282
5465
|
msgstr "Organización no encontrada"
|
|
5283
5466
|
|
|
@@ -5681,6 +5864,9 @@ msgstr ""
|
|
|
5681
5864
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5682
5865
|
msgstr ""
|
|
5683
5866
|
|
|
5867
|
+
msgid "Product must be specified."
|
|
5868
|
+
msgstr ""
|
|
5869
|
+
|
|
5684
5870
|
msgid "Product name"
|
|
5685
5871
|
msgstr "Nombre del producto"
|
|
5686
5872
|
|
|
@@ -5843,6 +6029,9 @@ msgstr "Almacenamiento Pulp"
|
|
|
5843
6029
|
msgid "Pulp task error"
|
|
5844
6030
|
msgstr "Error de tarea de Pulp"
|
|
5845
6031
|
|
|
6032
|
+
msgid "Purge completed tasks"
|
|
6033
|
+
msgstr ""
|
|
6034
|
+
|
|
5846
6035
|
msgid "Python Package"
|
|
5847
6036
|
msgstr ""
|
|
5848
6037
|
|
|
@@ -5942,6 +6131,9 @@ msgstr "Se requiere reiniciar"
|
|
|
5942
6131
|
msgid "Reclaim Space"
|
|
5943
6132
|
msgstr ""
|
|
5944
6133
|
|
|
6134
|
+
msgid "Reclaim space"
|
|
6135
|
+
msgstr ""
|
|
6136
|
+
|
|
5945
6137
|
msgid "Reclaim space from On Demand repositories"
|
|
5946
6138
|
msgstr ""
|
|
5947
6139
|
|
|
@@ -6008,6 +6200,9 @@ msgstr ""
|
|
|
6008
6200
|
msgid "Refresh all alternate content sources"
|
|
6009
6201
|
msgstr ""
|
|
6010
6202
|
|
|
6203
|
+
msgid "Refresh all distributions"
|
|
6204
|
+
msgstr ""
|
|
6205
|
+
|
|
6011
6206
|
msgid "Refresh alternate content sources"
|
|
6012
6207
|
msgstr ""
|
|
6013
6208
|
|
|
@@ -6020,15 +6215,27 @@ msgstr ""
|
|
|
6020
6215
|
msgid "Refresh counts"
|
|
6021
6216
|
msgstr ""
|
|
6022
6217
|
|
|
6218
|
+
msgid "Refresh distribution"
|
|
6219
|
+
msgstr ""
|
|
6220
|
+
|
|
6023
6221
|
msgid "Refresh errata applicability"
|
|
6024
6222
|
msgstr ""
|
|
6025
6223
|
|
|
6224
|
+
msgid "Refresh if needed"
|
|
6225
|
+
msgstr ""
|
|
6226
|
+
|
|
6026
6227
|
msgid "Refresh package applicability"
|
|
6027
6228
|
msgstr ""
|
|
6028
6229
|
|
|
6029
6230
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6030
6231
|
msgstr "Actualizar el manifiesto importado anteriormente para el proveedor de Red Hat"
|
|
6031
6232
|
|
|
6233
|
+
msgid "Refresh remote"
|
|
6234
|
+
msgstr ""
|
|
6235
|
+
|
|
6236
|
+
msgid "Refresh repos"
|
|
6237
|
+
msgstr ""
|
|
6238
|
+
|
|
6032
6239
|
msgid "Refresh source"
|
|
6033
6240
|
msgstr ""
|
|
6034
6241
|
|
|
@@ -6071,6 +6278,9 @@ msgstr "El patrón de nombres de registro dará como resultado un nombre de imag
|
|
|
6071
6278
|
msgid "Registry token expiration time"
|
|
6072
6279
|
msgstr ""
|
|
6073
6280
|
|
|
6281
|
+
msgid "Reindex subscriptions"
|
|
6282
|
+
msgstr ""
|
|
6283
|
+
|
|
6074
6284
|
msgid "Related composite content views"
|
|
6075
6285
|
msgstr ""
|
|
6076
6286
|
|
|
@@ -6146,6 +6356,9 @@ msgstr ""
|
|
|
6146
6356
|
msgid "Remove from environments"
|
|
6147
6357
|
msgstr ""
|
|
6148
6358
|
|
|
6359
|
+
msgid "Remove from host collections"
|
|
6360
|
+
msgstr ""
|
|
6361
|
+
|
|
6149
6362
|
msgid "Remove host from collections"
|
|
6150
6363
|
msgstr ""
|
|
6151
6364
|
|
|
@@ -6167,6 +6380,9 @@ msgstr "Eliminar una o más colecciones de uno o más hosts de uno o más hosts"
|
|
|
6167
6380
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6168
6381
|
msgstr ""
|
|
6169
6382
|
|
|
6383
|
+
msgid "Remove orphans"
|
|
6384
|
+
msgstr ""
|
|
6385
|
+
|
|
6170
6386
|
msgid "Remove package group via Katello interface"
|
|
6171
6387
|
msgstr "Eliminar el grupo de paquetes a través de la interfaz de Katello"
|
|
6172
6388
|
|
|
@@ -6182,12 +6398,24 @@ msgstr ""
|
|
|
6182
6398
|
msgid "Remove products from sync plan"
|
|
6183
6399
|
msgstr "Eliminar productos del plan de sincronización"
|
|
6184
6400
|
|
|
6401
|
+
msgid "Remove rolling repo clone"
|
|
6402
|
+
msgstr ""
|
|
6403
|
+
|
|
6404
|
+
msgid "Remove units"
|
|
6405
|
+
msgstr ""
|
|
6406
|
+
|
|
6407
|
+
msgid "Remove unneeded repos"
|
|
6408
|
+
msgstr ""
|
|
6409
|
+
|
|
6185
6410
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6186
6411
|
msgstr "Eliminar versiones y/o entornos de una vista de contenido y volver a asignar sistemas y llaves"
|
|
6187
6412
|
|
|
6188
6413
|
msgid "Remove versions from environments"
|
|
6189
6414
|
msgstr ""
|
|
6190
6415
|
|
|
6416
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6417
|
+
msgstr ""
|
|
6418
|
+
|
|
6191
6419
|
msgid "Removed component from content view"
|
|
6192
6420
|
msgstr ""
|
|
6193
6421
|
|
|
@@ -6206,6 +6434,9 @@ msgstr ""
|
|
|
6206
6434
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6207
6435
|
msgstr ""
|
|
6208
6436
|
|
|
6437
|
+
msgid "Repair"
|
|
6438
|
+
msgstr ""
|
|
6439
|
+
|
|
6209
6440
|
msgid "Replace content source on the target machine"
|
|
6210
6441
|
msgstr ""
|
|
6211
6442
|
|
|
@@ -6224,12 +6455,18 @@ msgstr "Repositorios"
|
|
|
6224
6455
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6225
6456
|
msgstr ""
|
|
6226
6457
|
|
|
6458
|
+
msgid "Repositories certs reset"
|
|
6459
|
+
msgstr ""
|
|
6460
|
+
|
|
6227
6461
|
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."
|
|
6228
6462
|
msgstr ""
|
|
6229
6463
|
|
|
6230
6464
|
msgid "Repositories from published Content Views are not allowed."
|
|
6231
6465
|
msgstr "No se permiten los de vistas de contenido publicadas "
|
|
6232
6466
|
|
|
6467
|
+
msgid "Repositories gpg reset"
|
|
6468
|
+
msgstr ""
|
|
6469
|
+
|
|
6233
6470
|
msgid "Repository"
|
|
6234
6471
|
msgstr "Repositorio"
|
|
6235
6472
|
|
|
@@ -6395,6 +6632,9 @@ msgstr ""
|
|
|
6395
6632
|
msgid "Result"
|
|
6396
6633
|
msgstr "Resultado:"
|
|
6397
6634
|
|
|
6635
|
+
msgid "Retain build profile upon unregistration"
|
|
6636
|
+
msgstr ""
|
|
6637
|
+
|
|
6398
6638
|
msgid "Retrieve a single errata for a host"
|
|
6399
6639
|
msgstr "Recuperar una única errata para un host"
|
|
6400
6640
|
|
|
@@ -6587,6 +6827,21 @@ msgstr "Guardar"
|
|
|
6587
6827
|
msgid "Save Environments"
|
|
6588
6828
|
msgstr ""
|
|
6589
6829
|
|
|
6830
|
+
msgid "Save artifact"
|
|
6831
|
+
msgstr ""
|
|
6832
|
+
|
|
6833
|
+
msgid "Save distribution references"
|
|
6834
|
+
msgstr ""
|
|
6835
|
+
|
|
6836
|
+
msgid "Save publication"
|
|
6837
|
+
msgstr ""
|
|
6838
|
+
|
|
6839
|
+
msgid "Save version"
|
|
6840
|
+
msgstr ""
|
|
6841
|
+
|
|
6842
|
+
msgid "Save versions"
|
|
6843
|
+
msgstr ""
|
|
6844
|
+
|
|
6590
6845
|
msgid "Saving alternate content source..."
|
|
6591
6846
|
msgstr ""
|
|
6592
6847
|
|
|
@@ -6596,6 +6851,12 @@ msgstr ""
|
|
|
6596
6851
|
msgid "Scan a flatpak remote"
|
|
6597
6852
|
msgstr ""
|
|
6598
6853
|
|
|
6854
|
+
msgid "Scan cdn"
|
|
6855
|
+
msgstr ""
|
|
6856
|
+
|
|
6857
|
+
msgid "Scan remote"
|
|
6858
|
+
msgstr ""
|
|
6859
|
+
|
|
6599
6860
|
msgid "Schema version 1"
|
|
6600
6861
|
msgstr ""
|
|
6601
6862
|
|
|
@@ -6644,6 +6905,9 @@ msgstr "Errata de seguridad aplicable"
|
|
|
6644
6905
|
msgid "Security errata installable"
|
|
6645
6906
|
msgstr "Erratas de seguridad instalables"
|
|
6646
6907
|
|
|
6908
|
+
msgid "See child manifests"
|
|
6909
|
+
msgstr ""
|
|
6910
|
+
|
|
6647
6911
|
msgid "Select"
|
|
6648
6912
|
msgstr "Seleccionar"
|
|
6649
6913
|
|
|
@@ -6755,6 +7019,9 @@ msgstr ""
|
|
|
6755
7019
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6756
7020
|
msgstr ""
|
|
6757
7021
|
|
|
7022
|
+
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."
|
|
7023
|
+
msgstr ""
|
|
7024
|
+
|
|
6758
7025
|
msgid "Select hosts to assign to %s"
|
|
6759
7026
|
msgstr "Seleccionar hosts para asignar a %s"
|
|
6760
7027
|
|
|
@@ -6875,6 +7142,9 @@ msgstr "Gravedad"
|
|
|
6875
7142
|
msgid "Severity must be one of: %s"
|
|
6876
7143
|
msgstr ""
|
|
6877
7144
|
|
|
7145
|
+
msgid "Show ${remainingCount} more"
|
|
7146
|
+
msgstr ""
|
|
7147
|
+
|
|
6878
7148
|
msgid "Show %s"
|
|
6879
7149
|
msgstr ""
|
|
6880
7150
|
|
|
@@ -7358,9 +7628,6 @@ msgstr "Éxito"
|
|
|
7358
7628
|
msgid "Successfully added %s Host(s)."
|
|
7359
7629
|
msgstr "Añadido con éxito %s Host(s)."
|
|
7360
7630
|
|
|
7361
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7362
|
-
msgstr "Añadido con éxito %{count} host(s) de contenido a la colección de hosts %{host_collection}."
|
|
7363
|
-
|
|
7364
7631
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7365
7632
|
msgstr "Se ha cambiado correctamente el plan de sincronización para %s productos"
|
|
7366
7633
|
|
|
@@ -7373,9 +7640,6 @@ msgstr ""
|
|
|
7373
7640
|
msgid "Successfully removed %s Host(s)."
|
|
7374
7641
|
msgstr "Eliminado con éxito %s Host(s)."
|
|
7375
7642
|
|
|
7376
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7377
|
-
msgstr "Eliminado con éxito %{count} host(s) de contenido de la colección de hosts %{host_collection}."
|
|
7378
|
-
|
|
7379
7643
|
msgid "Successfully synced capsule."
|
|
7380
7644
|
msgstr ""
|
|
7381
7645
|
|
|
@@ -7394,6 +7658,9 @@ msgstr ""
|
|
|
7394
7658
|
msgid "Supported Content Types"
|
|
7395
7659
|
msgstr "Tipos de contenido admitidos"
|
|
7396
7660
|
|
|
7661
|
+
msgid "Sync"
|
|
7662
|
+
msgstr ""
|
|
7663
|
+
|
|
7397
7664
|
msgid "Sync Canceled"
|
|
7398
7665
|
msgstr "Sincronización cancelada"
|
|
7399
7666
|
|
|
@@ -7448,6 +7715,9 @@ msgstr "Sincronizar un repositorio"
|
|
|
7448
7715
|
msgid "Sync all repositories for a product"
|
|
7449
7716
|
msgstr "Sincronizar todos los repositorios de un producto"
|
|
7450
7717
|
|
|
7718
|
+
msgid "Sync capsule"
|
|
7719
|
+
msgstr ""
|
|
7720
|
+
|
|
7451
7721
|
msgid "Sync complete."
|
|
7452
7722
|
msgstr "Sincronización completa."
|
|
7453
7723
|
|
|
@@ -7466,6 +7736,9 @@ msgstr ""
|
|
|
7466
7736
|
msgid "Sync state"
|
|
7467
7737
|
msgstr ""
|
|
7468
7738
|
|
|
7739
|
+
msgid "Syncable export"
|
|
7740
|
+
msgstr ""
|
|
7741
|
+
|
|
7469
7742
|
msgid "Synced"
|
|
7470
7743
|
msgstr ""
|
|
7471
7744
|
|
|
@@ -7475,9 +7748,6 @@ msgstr ""
|
|
|
7475
7748
|
msgid "Synced Content"
|
|
7476
7749
|
msgstr "Contenido sincronizado"
|
|
7477
7750
|
|
|
7478
|
-
msgid "Synced container images content"
|
|
7479
|
-
msgstr ""
|
|
7480
|
-
|
|
7481
7751
|
msgid "Synchronize"
|
|
7482
7752
|
msgstr "Sincronizar"
|
|
7483
7753
|
|
|
@@ -7520,6 +7790,9 @@ msgstr ""
|
|
|
7520
7790
|
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."
|
|
7521
7791
|
msgstr ""
|
|
7522
7792
|
|
|
7793
|
+
msgid "Tag"
|
|
7794
|
+
msgstr ""
|
|
7795
|
+
|
|
7523
7796
|
msgid "Tag name"
|
|
7524
7797
|
msgstr ""
|
|
7525
7798
|
|
|
@@ -7974,6 +8247,9 @@ msgstr ""
|
|
|
7974
8247
|
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."
|
|
7975
8248
|
msgstr ""
|
|
7976
8249
|
|
|
8250
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8251
|
+
msgstr ""
|
|
8252
|
+
|
|
7977
8253
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7978
8254
|
msgstr ""
|
|
7979
8255
|
|
|
@@ -8292,15 +8568,27 @@ msgstr "Actualizar un entorno en una organización"
|
|
|
8292
8568
|
msgid "Update content counts for the smart proxy"
|
|
8293
8569
|
msgstr ""
|
|
8294
8570
|
|
|
8571
|
+
msgid "Update content urls"
|
|
8572
|
+
msgstr ""
|
|
8573
|
+
|
|
8295
8574
|
msgid "Update content view environments for host"
|
|
8296
8575
|
msgstr ""
|
|
8297
8576
|
|
|
8298
8577
|
msgid "Update content view environments for host %s"
|
|
8299
8578
|
msgstr ""
|
|
8300
8579
|
|
|
8580
|
+
msgid "Update distributions"
|
|
8581
|
+
msgstr ""
|
|
8582
|
+
|
|
8301
8583
|
msgid "Update hosts manually"
|
|
8302
8584
|
msgstr ""
|
|
8303
8585
|
|
|
8586
|
+
msgid "Update http proxy"
|
|
8587
|
+
msgstr ""
|
|
8588
|
+
|
|
8589
|
+
msgid "Update http proxy details"
|
|
8590
|
+
msgstr ""
|
|
8591
|
+
|
|
8304
8592
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8305
8593
|
msgstr "Actualizar los paquetes instalados, los repositorios habilitados, el inventario de módulos"
|
|
8306
8594
|
|
|
@@ -8316,12 +8604,21 @@ msgstr "Actualizar paquete a través de la interfaz de Katello"
|
|
|
8316
8604
|
msgid "Update packages via Katello interface"
|
|
8317
8605
|
msgstr ""
|
|
8318
8606
|
|
|
8607
|
+
msgid "Update redhat repository"
|
|
8608
|
+
msgstr ""
|
|
8609
|
+
|
|
8319
8610
|
msgid "Update release version for host"
|
|
8320
8611
|
msgstr "Actualizar versión de lanzamiento para el host"
|
|
8321
8612
|
|
|
8322
8613
|
msgid "Update release version for host %s"
|
|
8323
8614
|
msgstr "Actualizar versión de lanzamiento para el host"
|
|
8324
8615
|
|
|
8616
|
+
msgid "Update remote"
|
|
8617
|
+
msgstr ""
|
|
8618
|
+
|
|
8619
|
+
msgid "Update repository"
|
|
8620
|
+
msgstr ""
|
|
8621
|
+
|
|
8325
8622
|
msgid "Update services requiring restart"
|
|
8326
8623
|
msgstr "La actualización de servicios requiere el reinicio"
|
|
8327
8624
|
|
|
@@ -8412,6 +8709,12 @@ msgstr "Cargar un fragmento del contenido del archivo"
|
|
|
8412
8709
|
msgid "Upload a subscription manifest"
|
|
8413
8710
|
msgstr "Cargar un manifiesto de suscripción"
|
|
8414
8711
|
|
|
8712
|
+
msgid "Upload content"
|
|
8713
|
+
msgstr ""
|
|
8714
|
+
|
|
8715
|
+
msgid "Upload file"
|
|
8716
|
+
msgstr ""
|
|
8717
|
+
|
|
8415
8718
|
msgid "Upload into"
|
|
8416
8719
|
msgstr "Cargar a "
|
|
8417
8720
|
|
|
@@ -8421,6 +8724,9 @@ msgstr ""
|
|
|
8421
8724
|
msgid "Upload request id"
|
|
8422
8725
|
msgstr "Cargar ID de solicitud"
|
|
8423
8726
|
|
|
8727
|
+
msgid "Upload tag"
|
|
8728
|
+
msgstr ""
|
|
8729
|
+
|
|
8424
8730
|
msgid "Upstream Candlepin"
|
|
8425
8731
|
msgstr ""
|
|
8426
8732
|
|
|
@@ -8541,6 +8847,9 @@ msgstr ""
|
|
|
8541
8847
|
msgid "Verify SSL"
|
|
8542
8848
|
msgstr "Verificar SSL"
|
|
8543
8849
|
|
|
8850
|
+
msgid "Verify checksum"
|
|
8851
|
+
msgstr ""
|
|
8852
|
+
|
|
8544
8853
|
msgid "Verify checksum for content on smart proxy"
|
|
8545
8854
|
msgstr ""
|
|
8546
8855
|
|
|
@@ -8634,6 +8943,15 @@ msgstr ""
|
|
|
8634
8943
|
msgid "View documentation"
|
|
8635
8944
|
msgstr ""
|
|
8636
8945
|
|
|
8946
|
+
msgid "View here"
|
|
8947
|
+
msgstr ""
|
|
8948
|
+
|
|
8949
|
+
msgid "View labels and annotations"
|
|
8950
|
+
msgstr ""
|
|
8951
|
+
|
|
8952
|
+
msgid "View labels and annotations for image "
|
|
8953
|
+
msgstr ""
|
|
8954
|
+
|
|
8637
8955
|
msgid "View matching content"
|
|
8638
8956
|
msgstr ""
|
|
8639
8957
|
|
|
@@ -8673,6 +8991,9 @@ msgstr ""
|
|
|
8673
8991
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8674
8992
|
msgstr ""
|
|
8675
8993
|
|
|
8994
|
+
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."
|
|
8995
|
+
msgstr ""
|
|
8996
|
+
|
|
8676
8997
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8677
8998
|
msgstr "Al registrar un host a través del gestor de suscripciones, forzar el uso del evento especificado (con el formato 'fact.fact')"
|
|
8678
8999
|
|