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/pt_BR/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 "%s %s tem %s Hosts e %s Hostgroups que precisarão ser reassociados pós deleção. Excluir %s?"
|
|
128
131
|
|
|
@@ -477,6 +480,9 @@ msgstr ""
|
|
|
477
480
|
msgid "About page"
|
|
478
481
|
msgstr ""
|
|
479
482
|
|
|
483
|
+
msgid "Abstract async task"
|
|
484
|
+
msgstr ""
|
|
485
|
+
|
|
480
486
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
481
487
|
msgstr ""
|
|
482
488
|
|
|
@@ -624,6 +630,9 @@ msgstr ""
|
|
|
624
630
|
msgid "Add repositories with package groups to content view to select them here."
|
|
625
631
|
msgstr ""
|
|
626
632
|
|
|
633
|
+
msgid "Add rolling repo clone"
|
|
634
|
+
msgstr ""
|
|
635
|
+
|
|
627
636
|
msgid "Add rule"
|
|
628
637
|
msgstr ""
|
|
629
638
|
|
|
@@ -642,12 +651,18 @@ msgstr ""
|
|
|
642
651
|
msgid "Add to a host collection"
|
|
643
652
|
msgstr ""
|
|
644
653
|
|
|
654
|
+
msgid "Add to host collections"
|
|
655
|
+
msgstr ""
|
|
656
|
+
|
|
645
657
|
msgid "Added"
|
|
646
658
|
msgstr ""
|
|
647
659
|
|
|
648
660
|
msgid "Added %s"
|
|
649
661
|
msgstr ""
|
|
650
662
|
|
|
663
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
664
|
+
msgstr ""
|
|
665
|
+
|
|
651
666
|
msgid "Added Content:"
|
|
652
667
|
msgstr "Conteúdo adicionado:"
|
|
653
668
|
|
|
@@ -690,6 +705,9 @@ msgstr "Todas erratas aplicadas "
|
|
|
690
705
|
msgid "All errata up-to-date"
|
|
691
706
|
msgstr ""
|
|
692
707
|
|
|
708
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
709
|
+
msgstr ""
|
|
710
|
+
|
|
693
711
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
694
712
|
msgstr ""
|
|
695
713
|
|
|
@@ -777,6 +795,9 @@ msgid ""
|
|
|
777
795
|
"%{error_message}"
|
|
778
796
|
msgstr ""
|
|
779
797
|
|
|
798
|
+
msgid "An error occurred while updating host collections"
|
|
799
|
+
msgstr ""
|
|
800
|
+
|
|
780
801
|
msgid "An option to specify how many ostree commits to traverse."
|
|
781
802
|
msgstr ""
|
|
782
803
|
|
|
@@ -1065,6 +1086,9 @@ msgstr "Adicionar esta pesquisa a um marcador"
|
|
|
1065
1086
|
msgid "Bookmarks marked as public are available to all users"
|
|
1066
1087
|
msgstr ""
|
|
1067
1088
|
|
|
1089
|
+
msgid "Bootable"
|
|
1090
|
+
msgstr ""
|
|
1091
|
+
|
|
1068
1092
|
msgid "Bootc rollback via Bootc interface"
|
|
1069
1093
|
msgstr ""
|
|
1070
1094
|
|
|
@@ -1389,6 +1413,9 @@ msgstr ""
|
|
|
1389
1413
|
msgid "Change content view environments"
|
|
1390
1414
|
msgstr ""
|
|
1391
1415
|
|
|
1416
|
+
msgid "Change host collections"
|
|
1417
|
+
msgstr ""
|
|
1418
|
+
|
|
1392
1419
|
msgid "Change host content source"
|
|
1393
1420
|
msgstr ""
|
|
1394
1421
|
|
|
@@ -1476,6 +1503,9 @@ msgstr ""
|
|
|
1476
1503
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1477
1504
|
msgstr ""
|
|
1478
1505
|
|
|
1506
|
+
msgid "Commit upload"
|
|
1507
|
+
msgstr ""
|
|
1508
|
+
|
|
1479
1509
|
msgid "Compare"
|
|
1480
1510
|
msgstr ""
|
|
1481
1511
|
|
|
@@ -1830,15 +1860,27 @@ msgstr ""
|
|
|
1830
1860
|
msgid "Copy"
|
|
1831
1861
|
msgstr ""
|
|
1832
1862
|
|
|
1863
|
+
msgid "Copy all units"
|
|
1864
|
+
msgstr ""
|
|
1865
|
+
|
|
1833
1866
|
msgid "Copy an activation key"
|
|
1834
1867
|
msgstr "Copiar uma chave de ativação"
|
|
1835
1868
|
|
|
1869
|
+
msgid "Copy content"
|
|
1870
|
+
msgstr ""
|
|
1871
|
+
|
|
1836
1872
|
msgid "Copy content view"
|
|
1837
1873
|
msgstr ""
|
|
1838
1874
|
|
|
1839
1875
|
msgid "Copy to clipboard"
|
|
1840
1876
|
msgstr "Copiar para área de transferência"
|
|
1841
1877
|
|
|
1878
|
+
msgid "Copy version"
|
|
1879
|
+
msgstr ""
|
|
1880
|
+
|
|
1881
|
+
msgid "Copy version units to library"
|
|
1882
|
+
msgstr ""
|
|
1883
|
+
|
|
1842
1884
|
msgid "Cores per socket"
|
|
1843
1885
|
msgstr "Núcleos por soquete"
|
|
1844
1886
|
|
|
@@ -2052,18 +2094,36 @@ msgstr ""
|
|
|
2052
2094
|
msgid "Create content view"
|
|
2053
2095
|
msgstr ""
|
|
2054
2096
|
|
|
2097
|
+
msgid "Create exporter"
|
|
2098
|
+
msgstr ""
|
|
2099
|
+
|
|
2055
2100
|
msgid "Create filter"
|
|
2056
2101
|
msgstr ""
|
|
2057
2102
|
|
|
2058
2103
|
msgid "Create host collection"
|
|
2059
2104
|
msgstr ""
|
|
2060
2105
|
|
|
2106
|
+
msgid "Create import"
|
|
2107
|
+
msgstr ""
|
|
2108
|
+
|
|
2109
|
+
msgid "Create importer"
|
|
2110
|
+
msgstr ""
|
|
2111
|
+
|
|
2061
2112
|
msgid "Create new activation key"
|
|
2062
2113
|
msgstr ""
|
|
2063
2114
|
|
|
2064
2115
|
msgid "Create organization"
|
|
2065
2116
|
msgstr "Criar organização"
|
|
2066
2117
|
|
|
2118
|
+
msgid "Create publication"
|
|
2119
|
+
msgstr ""
|
|
2120
|
+
|
|
2121
|
+
msgid "Create remote"
|
|
2122
|
+
msgstr ""
|
|
2123
|
+
|
|
2124
|
+
msgid "Creation"
|
|
2125
|
+
msgstr ""
|
|
2126
|
+
|
|
2067
2127
|
msgid "Credentials"
|
|
2068
2128
|
msgstr "Credenciais"
|
|
2069
2129
|
|
|
@@ -2325,12 +2385,36 @@ msgstr ""
|
|
|
2325
2385
|
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."
|
|
2326
2386
|
msgstr ""
|
|
2327
2387
|
|
|
2388
|
+
msgid "Delete distributions"
|
|
2389
|
+
msgstr ""
|
|
2390
|
+
|
|
2328
2391
|
msgid "Delete manifest from Red Hat provider"
|
|
2329
2392
|
msgstr "Remover manifesto do provedor da Red Hat"
|
|
2330
2393
|
|
|
2331
2394
|
msgid "Delete multiple filters from a content view"
|
|
2332
2395
|
msgstr ""
|
|
2333
2396
|
|
|
2397
|
+
msgid "Delete orphan alternate content sources"
|
|
2398
|
+
msgstr ""
|
|
2399
|
+
|
|
2400
|
+
msgid "Delete orphan distributions"
|
|
2401
|
+
msgstr ""
|
|
2402
|
+
|
|
2403
|
+
msgid "Delete orphan remotes"
|
|
2404
|
+
msgstr ""
|
|
2405
|
+
|
|
2406
|
+
msgid "Delete orphan repository versions"
|
|
2407
|
+
msgstr ""
|
|
2408
|
+
|
|
2409
|
+
msgid "Delete orphaned migrated repositories"
|
|
2410
|
+
msgstr ""
|
|
2411
|
+
|
|
2412
|
+
msgid "Delete remote"
|
|
2413
|
+
msgstr ""
|
|
2414
|
+
|
|
2415
|
+
msgid "Delete repository references"
|
|
2416
|
+
msgstr ""
|
|
2417
|
+
|
|
2334
2418
|
msgid "Delete version"
|
|
2335
2419
|
msgstr ""
|
|
2336
2420
|
|
|
@@ -2430,6 +2514,12 @@ msgstr "Destruir um ambiente "
|
|
|
2430
2514
|
msgid "Destroy an environment in an organization"
|
|
2431
2515
|
msgstr "Destruir um ambiente em uma organização "
|
|
2432
2516
|
|
|
2517
|
+
msgid "Destroy exporter"
|
|
2518
|
+
msgstr ""
|
|
2519
|
+
|
|
2520
|
+
msgid "Destroy importer"
|
|
2521
|
+
msgstr ""
|
|
2522
|
+
|
|
2433
2523
|
msgid "Destroy one or more alternate content sources"
|
|
2434
2524
|
msgstr ""
|
|
2435
2525
|
|
|
@@ -2475,6 +2565,9 @@ msgstr "Desativado"
|
|
|
2475
2565
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2476
2566
|
msgstr ""
|
|
2477
2567
|
|
|
2568
|
+
msgid "Discover"
|
|
2569
|
+
msgstr ""
|
|
2570
|
+
|
|
2478
2571
|
msgid "Discover Repositories"
|
|
2479
2572
|
msgstr "Descobrir Repositórios "
|
|
2480
2573
|
|
|
@@ -2610,9 +2703,6 @@ msgstr "Ativar um repositório do conjunto "
|
|
|
2610
2703
|
msgid "Enable repository sets"
|
|
2611
2704
|
msgstr ""
|
|
2612
2705
|
|
|
2613
|
-
msgid "Enable structured APT for deb content"
|
|
2614
|
-
msgstr ""
|
|
2615
|
-
|
|
2616
2706
|
msgid "Enable/Disable auto publish of composite view"
|
|
2617
2707
|
msgstr "Habilitar/desabilitar a publicação automática de coleção de visualização"
|
|
2618
2708
|
|
|
@@ -2673,6 +2763,9 @@ msgstr "IDs de Ambiente"
|
|
|
2673
2763
|
msgid "Environment cannot be in its own promotion path"
|
|
2674
2764
|
msgstr "O Ambiente não pode estar em seu próprio caminho de promoção"
|
|
2675
2765
|
|
|
2766
|
+
msgid "Environment contents refresh"
|
|
2767
|
+
msgstr ""
|
|
2768
|
+
|
|
2676
2769
|
msgid "Environment identifier"
|
|
2677
2770
|
msgstr "Identificador de ambiente"
|
|
2678
2771
|
|
|
@@ -2712,6 +2805,9 @@ msgstr ""
|
|
|
2712
2805
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2713
2806
|
msgstr "ID de Errata da erratum (RHSA-2012: 108) "
|
|
2714
2807
|
|
|
2808
|
+
msgid "Errata mail"
|
|
2809
|
+
msgstr ""
|
|
2810
|
+
|
|
2715
2811
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2716
2812
|
msgstr ""
|
|
2717
2813
|
|
|
@@ -2877,6 +2973,9 @@ msgstr "Busque os fluxos de módulos disponíveis para os hosts."
|
|
|
2877
2973
|
msgid "Fetch installable errata for one or more hosts."
|
|
2878
2974
|
msgstr "Busque as erratas instaláveis para um ou mais hosts."
|
|
2879
2975
|
|
|
2976
|
+
msgid "Fetch pxe files"
|
|
2977
|
+
msgstr ""
|
|
2978
|
+
|
|
2880
2979
|
msgid "Fetch traces for one or more hosts"
|
|
2881
2980
|
msgstr "Buscar rastreamentos para um ou mais hosts"
|
|
2882
2981
|
|
|
@@ -2970,6 +3069,9 @@ msgstr "Filtrar versões por número de versões"
|
|
|
2970
3069
|
msgid "Filter versions that are components in the specified composite version"
|
|
2971
3070
|
msgstr "Filtrar versões que sejam componentes na coleção de versão especificada"
|
|
2972
3071
|
|
|
3072
|
+
msgid "Filtered index content"
|
|
3073
|
+
msgstr ""
|
|
3074
|
+
|
|
2973
3075
|
msgid "Filters"
|
|
2974
3076
|
msgstr "Filtros"
|
|
2975
3077
|
|
|
@@ -2991,6 +3093,9 @@ msgstr ""
|
|
|
2991
3093
|
msgid "Finished"
|
|
2992
3094
|
msgstr "Concluído"
|
|
2993
3095
|
|
|
3096
|
+
msgid "Flatpak"
|
|
3097
|
+
msgstr ""
|
|
3098
|
+
|
|
2994
3099
|
msgid "Flatpak Remote ${name} created"
|
|
2995
3100
|
msgstr ""
|
|
2996
3101
|
|
|
@@ -3085,6 +3190,9 @@ msgstr ""
|
|
|
3085
3190
|
msgid "Generate host applicability"
|
|
3086
3191
|
msgstr "Gerar aplicabilidade de host"
|
|
3087
3192
|
|
|
3193
|
+
msgid "Generate metadata"
|
|
3194
|
+
msgstr ""
|
|
3195
|
+
|
|
3088
3196
|
msgid "Generate repository applicability"
|
|
3089
3197
|
msgstr "Gerar aplicabilidade de repositório"
|
|
3090
3198
|
|
|
@@ -3325,6 +3433,12 @@ msgstr ""
|
|
|
3325
3433
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3326
3434
|
msgstr "Como encomendar os resultados classificados (por exemplo ASC para ascendente) "
|
|
3327
3435
|
|
|
3436
|
+
msgid "Hypervisors"
|
|
3437
|
+
msgstr ""
|
|
3438
|
+
|
|
3439
|
+
msgid "Hypervisors update"
|
|
3440
|
+
msgstr ""
|
|
3441
|
+
|
|
3328
3442
|
msgid "ID"
|
|
3329
3443
|
msgstr "ID"
|
|
3330
3444
|
|
|
@@ -3513,9 +3627,6 @@ msgstr ""
|
|
|
3513
3627
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3514
3628
|
msgstr ""
|
|
3515
3629
|
|
|
3516
|
-
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'."
|
|
3517
|
-
msgstr ""
|
|
3518
|
-
|
|
3519
3630
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3520
3631
|
msgstr ""
|
|
3521
3632
|
|
|
@@ -3645,6 +3756,9 @@ msgstr ""
|
|
|
3645
3756
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3646
3757
|
msgstr ""
|
|
3647
3758
|
|
|
3759
|
+
msgid "Import migration"
|
|
3760
|
+
msgstr ""
|
|
3761
|
+
|
|
3648
3762
|
msgid "Import new manifest"
|
|
3649
3763
|
msgstr ""
|
|
3650
3764
|
|
|
@@ -3654,6 +3768,12 @@ msgstr ""
|
|
|
3654
3768
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3655
3769
|
msgstr ""
|
|
3656
3770
|
|
|
3771
|
+
msgid "Import repository upload"
|
|
3772
|
+
msgstr ""
|
|
3773
|
+
|
|
3774
|
+
msgid "Import upload"
|
|
3775
|
+
msgstr ""
|
|
3776
|
+
|
|
3657
3777
|
msgid "Import uploads into a repository"
|
|
3658
3778
|
msgstr "Importar carregamentos para um repositório"
|
|
3659
3779
|
|
|
@@ -3720,6 +3840,9 @@ msgstr "Atualização Adicional"
|
|
|
3720
3840
|
msgid "Incremental Update incomplete."
|
|
3721
3841
|
msgstr "Atualização Adicional incompleta"
|
|
3722
3842
|
|
|
3843
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3844
|
+
msgstr ""
|
|
3845
|
+
|
|
3723
3846
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3724
3847
|
msgstr "Atualização incremental de versão(ões) da Exibição de Conteúdo. "
|
|
3725
3848
|
|
|
@@ -3732,12 +3855,27 @@ msgstr "A atualização incremental requer pelo menos uma unidade de conteúdo"
|
|
|
3732
3855
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3733
3856
|
msgstr "Atualização incremental especificada para a versão composta %{name} %{version} , mas nenhum componente atualizado."
|
|
3734
3857
|
|
|
3858
|
+
msgid "Index content"
|
|
3859
|
+
msgstr ""
|
|
3860
|
+
|
|
3861
|
+
msgid "Index errata"
|
|
3862
|
+
msgstr ""
|
|
3863
|
+
|
|
3864
|
+
msgid "Index module streams"
|
|
3865
|
+
msgstr ""
|
|
3866
|
+
|
|
3867
|
+
msgid "Index package groups"
|
|
3868
|
+
msgstr ""
|
|
3869
|
+
|
|
3735
3870
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3736
3871
|
msgstr "Tipo Informável deve ser um dos seguintes [ %{list} ]"
|
|
3737
3872
|
|
|
3738
3873
|
msgid "Inherit from Repository"
|
|
3739
3874
|
msgstr "Herdar de repositório"
|
|
3740
3875
|
|
|
3876
|
+
msgid "Initialize"
|
|
3877
|
+
msgstr ""
|
|
3878
|
+
|
|
3741
3879
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3742
3880
|
msgstr "Iniciar sincronização dos produtos anexados ao plano de sincronização "
|
|
3743
3881
|
|
|
@@ -3813,9 +3951,15 @@ msgstr "Instalando Grupo de Pacote..."
|
|
|
3813
3951
|
msgid "Installing Package..."
|
|
3814
3952
|
msgstr "Instalando Pacotes..."
|
|
3815
3953
|
|
|
3954
|
+
msgid "Instance update"
|
|
3955
|
+
msgstr ""
|
|
3956
|
+
|
|
3816
3957
|
msgid "Instance-based"
|
|
3817
3958
|
msgstr "Baseado em instância"
|
|
3818
3959
|
|
|
3960
|
+
msgid "Insufficient space for selected hosts"
|
|
3961
|
+
msgstr ""
|
|
3962
|
+
|
|
3819
3963
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3820
3964
|
msgstr "Interpretar objetos especificados para retornar somente as Coleções de Hosts que podem ser associadas com os objetos especificados. Somente 'host' possui suporte. "
|
|
3821
3965
|
|
|
@@ -4050,6 +4194,15 @@ msgstr ""
|
|
|
4050
4194
|
msgid "Label of the flatpak remote"
|
|
4051
4195
|
msgstr ""
|
|
4052
4196
|
|
|
4197
|
+
msgid "Labels"
|
|
4198
|
+
msgstr ""
|
|
4199
|
+
|
|
4200
|
+
msgid "Labels and annotations"
|
|
4201
|
+
msgstr ""
|
|
4202
|
+
|
|
4203
|
+
msgid "Labels | Annotations"
|
|
4204
|
+
msgstr ""
|
|
4205
|
+
|
|
4053
4206
|
msgid "Last check-in:"
|
|
4054
4207
|
msgstr ""
|
|
4055
4208
|
|
|
@@ -4152,6 +4305,9 @@ msgstr ""
|
|
|
4152
4305
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4153
4306
|
msgstr "Os ambientes de ciclo de vida não podem ser modificados no proxy inteligente padrão. O conteúdo de todos os ambientes de ciclo de vida existirá neste proxy inteligente."
|
|
4154
4307
|
|
|
4308
|
+
msgid "Limit"
|
|
4309
|
+
msgstr ""
|
|
4310
|
+
|
|
4155
4311
|
msgid "Limit actions to content in the host's environment."
|
|
4156
4312
|
msgstr ""
|
|
4157
4313
|
|
|
@@ -4482,12 +4638,18 @@ msgstr ""
|
|
|
4482
4638
|
msgid "Manifest"
|
|
4483
4639
|
msgstr "Manifesto"
|
|
4484
4640
|
|
|
4641
|
+
msgid "Manifest Details"
|
|
4642
|
+
msgstr ""
|
|
4643
|
+
|
|
4485
4644
|
msgid "Manifest History"
|
|
4486
4645
|
msgstr "Histórico do manifesto"
|
|
4487
4646
|
|
|
4488
4647
|
msgid "Manifest deleted"
|
|
4489
4648
|
msgstr "Manifesto excluído"
|
|
4490
4649
|
|
|
4650
|
+
msgid "Manifest digest"
|
|
4651
|
+
msgstr ""
|
|
4652
|
+
|
|
4491
4653
|
msgid "Manifest does not have a valid subscription"
|
|
4492
4654
|
msgstr ""
|
|
4493
4655
|
|
|
@@ -4572,6 +4734,9 @@ msgstr "Mensagem"
|
|
|
4572
4734
|
msgid "Messaging connection"
|
|
4573
4735
|
msgstr "Conexão de mensagem"
|
|
4574
4736
|
|
|
4737
|
+
msgid "Metadata generate"
|
|
4738
|
+
msgstr ""
|
|
4739
|
+
|
|
4575
4740
|
msgid ""
|
|
4576
4741
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4577
4742
|
"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."
|
|
@@ -4610,6 +4775,9 @@ msgstr "Modelar"
|
|
|
4610
4775
|
msgid "Moderate"
|
|
4611
4776
|
msgstr "Moderado"
|
|
4612
4777
|
|
|
4778
|
+
msgid "Modified"
|
|
4779
|
+
msgstr ""
|
|
4780
|
+
|
|
4613
4781
|
msgid "Modify via remote execution"
|
|
4614
4782
|
msgstr ""
|
|
4615
4783
|
|
|
@@ -4637,6 +4805,15 @@ msgstr ""
|
|
|
4637
4805
|
msgid "Multi Content View Environment"
|
|
4638
4806
|
msgstr ""
|
|
4639
4807
|
|
|
4808
|
+
msgid "Multi copy all units"
|
|
4809
|
+
msgstr ""
|
|
4810
|
+
|
|
4811
|
+
msgid "Multi copy content"
|
|
4812
|
+
msgstr ""
|
|
4813
|
+
|
|
4814
|
+
msgid "Multi copy units"
|
|
4815
|
+
msgstr ""
|
|
4816
|
+
|
|
4640
4817
|
msgid "Multi-entitlement"
|
|
4641
4818
|
msgstr "Direitos múltiplos"
|
|
4642
4819
|
|
|
@@ -4937,6 +5114,9 @@ msgstr ""
|
|
|
4937
5114
|
msgid "No items have been specified."
|
|
4938
5115
|
msgstr ""
|
|
4939
5116
|
|
|
5117
|
+
msgid "No labels"
|
|
5118
|
+
msgstr ""
|
|
5119
|
+
|
|
4940
5120
|
msgid "No manifest file uploaded"
|
|
4941
5121
|
msgstr "Nenhum arquivo de manifesto carregado"
|
|
4942
5122
|
|
|
@@ -5276,6 +5456,9 @@ msgstr "Etiqueta de Organização"
|
|
|
5276
5456
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5277
5457
|
msgstr ""
|
|
5278
5458
|
|
|
5459
|
+
msgid "Organization must be specified when providing product by name."
|
|
5460
|
+
msgstr ""
|
|
5461
|
+
|
|
5279
5462
|
msgid "Organization not found"
|
|
5280
5463
|
msgstr "Organização não encontrada"
|
|
5281
5464
|
|
|
@@ -5679,6 +5862,9 @@ msgstr ""
|
|
|
5679
5862
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5680
5863
|
msgstr ""
|
|
5681
5864
|
|
|
5865
|
+
msgid "Product must be specified."
|
|
5866
|
+
msgstr ""
|
|
5867
|
+
|
|
5682
5868
|
msgid "Product name"
|
|
5683
5869
|
msgstr "Nome do Produto"
|
|
5684
5870
|
|
|
@@ -5841,6 +6027,9 @@ msgstr "Armazenamento pulp"
|
|
|
5841
6027
|
msgid "Pulp task error"
|
|
5842
6028
|
msgstr "Erro de tarefa Pulp"
|
|
5843
6029
|
|
|
6030
|
+
msgid "Purge completed tasks"
|
|
6031
|
+
msgstr ""
|
|
6032
|
+
|
|
5844
6033
|
msgid "Python Package"
|
|
5845
6034
|
msgstr ""
|
|
5846
6035
|
|
|
@@ -5940,6 +6129,9 @@ msgstr "Reinicialização necessária"
|
|
|
5940
6129
|
msgid "Reclaim Space"
|
|
5941
6130
|
msgstr ""
|
|
5942
6131
|
|
|
6132
|
+
msgid "Reclaim space"
|
|
6133
|
+
msgstr ""
|
|
6134
|
+
|
|
5943
6135
|
msgid "Reclaim space from On Demand repositories"
|
|
5944
6136
|
msgstr ""
|
|
5945
6137
|
|
|
@@ -6006,6 +6198,9 @@ msgstr ""
|
|
|
6006
6198
|
msgid "Refresh all alternate content sources"
|
|
6007
6199
|
msgstr ""
|
|
6008
6200
|
|
|
6201
|
+
msgid "Refresh all distributions"
|
|
6202
|
+
msgstr ""
|
|
6203
|
+
|
|
6009
6204
|
msgid "Refresh alternate content sources"
|
|
6010
6205
|
msgstr ""
|
|
6011
6206
|
|
|
@@ -6018,15 +6213,27 @@ msgstr ""
|
|
|
6018
6213
|
msgid "Refresh counts"
|
|
6019
6214
|
msgstr ""
|
|
6020
6215
|
|
|
6216
|
+
msgid "Refresh distribution"
|
|
6217
|
+
msgstr ""
|
|
6218
|
+
|
|
6021
6219
|
msgid "Refresh errata applicability"
|
|
6022
6220
|
msgstr ""
|
|
6023
6221
|
|
|
6222
|
+
msgid "Refresh if needed"
|
|
6223
|
+
msgstr ""
|
|
6224
|
+
|
|
6024
6225
|
msgid "Refresh package applicability"
|
|
6025
6226
|
msgstr ""
|
|
6026
6227
|
|
|
6027
6228
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6028
6229
|
msgstr "Atualizar manifesto importado anteriormente para provedor Red Hat "
|
|
6029
6230
|
|
|
6231
|
+
msgid "Refresh remote"
|
|
6232
|
+
msgstr ""
|
|
6233
|
+
|
|
6234
|
+
msgid "Refresh repos"
|
|
6235
|
+
msgstr ""
|
|
6236
|
+
|
|
6030
6237
|
msgid "Refresh source"
|
|
6031
6238
|
msgstr ""
|
|
6032
6239
|
|
|
@@ -6069,6 +6276,9 @@ msgstr "O padrão de nomes de registro resultará em nome de imagem de contêine
|
|
|
6069
6276
|
msgid "Registry token expiration time"
|
|
6070
6277
|
msgstr ""
|
|
6071
6278
|
|
|
6279
|
+
msgid "Reindex subscriptions"
|
|
6280
|
+
msgstr ""
|
|
6281
|
+
|
|
6072
6282
|
msgid "Related composite content views"
|
|
6073
6283
|
msgstr ""
|
|
6074
6284
|
|
|
@@ -6144,6 +6354,9 @@ msgstr ""
|
|
|
6144
6354
|
msgid "Remove from environments"
|
|
6145
6355
|
msgstr ""
|
|
6146
6356
|
|
|
6357
|
+
msgid "Remove from host collections"
|
|
6358
|
+
msgstr ""
|
|
6359
|
+
|
|
6147
6360
|
msgid "Remove host from collections"
|
|
6148
6361
|
msgstr ""
|
|
6149
6362
|
|
|
@@ -6165,6 +6378,9 @@ msgstr "Remover uma ou mais coleções de um ou mais hosts"
|
|
|
6165
6378
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6166
6379
|
msgstr ""
|
|
6167
6380
|
|
|
6381
|
+
msgid "Remove orphans"
|
|
6382
|
+
msgstr ""
|
|
6383
|
+
|
|
6168
6384
|
msgid "Remove package group via Katello interface"
|
|
6169
6385
|
msgstr "Remover grupo de pacotes via interface do Katello"
|
|
6170
6386
|
|
|
@@ -6180,12 +6396,24 @@ msgstr ""
|
|
|
6180
6396
|
msgid "Remove products from sync plan"
|
|
6181
6397
|
msgstr "Remover produtos do plano de Sincronização"
|
|
6182
6398
|
|
|
6399
|
+
msgid "Remove rolling repo clone"
|
|
6400
|
+
msgstr ""
|
|
6401
|
+
|
|
6402
|
+
msgid "Remove units"
|
|
6403
|
+
msgstr ""
|
|
6404
|
+
|
|
6405
|
+
msgid "Remove unneeded repos"
|
|
6406
|
+
msgstr ""
|
|
6407
|
+
|
|
6183
6408
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6184
6409
|
msgstr "Remover as versões e/ou ambientes a partir de uma visualização de conteúdo e reajustar os sistemas e as chaves"
|
|
6185
6410
|
|
|
6186
6411
|
msgid "Remove versions from environments"
|
|
6187
6412
|
msgstr ""
|
|
6188
6413
|
|
|
6414
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6415
|
+
msgstr ""
|
|
6416
|
+
|
|
6189
6417
|
msgid "Removed component from content view"
|
|
6190
6418
|
msgstr ""
|
|
6191
6419
|
|
|
@@ -6204,6 +6432,9 @@ msgstr ""
|
|
|
6204
6432
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6205
6433
|
msgstr ""
|
|
6206
6434
|
|
|
6435
|
+
msgid "Repair"
|
|
6436
|
+
msgstr ""
|
|
6437
|
+
|
|
6207
6438
|
msgid "Replace content source on the target machine"
|
|
6208
6439
|
msgstr ""
|
|
6209
6440
|
|
|
@@ -6222,12 +6453,18 @@ msgstr "Repositórios"
|
|
|
6222
6453
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6223
6454
|
msgstr ""
|
|
6224
6455
|
|
|
6456
|
+
msgid "Repositories certs reset"
|
|
6457
|
+
msgstr ""
|
|
6458
|
+
|
|
6225
6459
|
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."
|
|
6226
6460
|
msgstr ""
|
|
6227
6461
|
|
|
6228
6462
|
msgid "Repositories from published Content Views are not allowed."
|
|
6229
6463
|
msgstr "Repositórios de Visualizações de Conteúdo publicadas não são permitidas."
|
|
6230
6464
|
|
|
6465
|
+
msgid "Repositories gpg reset"
|
|
6466
|
+
msgstr ""
|
|
6467
|
+
|
|
6231
6468
|
msgid "Repository"
|
|
6232
6469
|
msgstr "Repo"
|
|
6233
6470
|
|
|
@@ -6393,6 +6630,9 @@ msgstr ""
|
|
|
6393
6630
|
msgid "Result"
|
|
6394
6631
|
msgstr "Resultado"
|
|
6395
6632
|
|
|
6633
|
+
msgid "Retain build profile upon unregistration"
|
|
6634
|
+
msgstr ""
|
|
6635
|
+
|
|
6396
6636
|
msgid "Retrieve a single errata for a host"
|
|
6397
6637
|
msgstr "Recuperar uma única errata para um host"
|
|
6398
6638
|
|
|
@@ -6585,6 +6825,21 @@ msgstr "Salvar"
|
|
|
6585
6825
|
msgid "Save Environments"
|
|
6586
6826
|
msgstr ""
|
|
6587
6827
|
|
|
6828
|
+
msgid "Save artifact"
|
|
6829
|
+
msgstr ""
|
|
6830
|
+
|
|
6831
|
+
msgid "Save distribution references"
|
|
6832
|
+
msgstr ""
|
|
6833
|
+
|
|
6834
|
+
msgid "Save publication"
|
|
6835
|
+
msgstr ""
|
|
6836
|
+
|
|
6837
|
+
msgid "Save version"
|
|
6838
|
+
msgstr ""
|
|
6839
|
+
|
|
6840
|
+
msgid "Save versions"
|
|
6841
|
+
msgstr ""
|
|
6842
|
+
|
|
6588
6843
|
msgid "Saving alternate content source..."
|
|
6589
6844
|
msgstr ""
|
|
6590
6845
|
|
|
@@ -6594,6 +6849,12 @@ msgstr ""
|
|
|
6594
6849
|
msgid "Scan a flatpak remote"
|
|
6595
6850
|
msgstr ""
|
|
6596
6851
|
|
|
6852
|
+
msgid "Scan cdn"
|
|
6853
|
+
msgstr ""
|
|
6854
|
+
|
|
6855
|
+
msgid "Scan remote"
|
|
6856
|
+
msgstr ""
|
|
6857
|
+
|
|
6597
6858
|
msgid "Schema version 1"
|
|
6598
6859
|
msgstr ""
|
|
6599
6860
|
|
|
@@ -6642,6 +6903,9 @@ msgstr "Erratas de segurança aplicáveis"
|
|
|
6642
6903
|
msgid "Security errata installable"
|
|
6643
6904
|
msgstr "Errata sobre segurança instalável"
|
|
6644
6905
|
|
|
6906
|
+
msgid "See child manifests"
|
|
6907
|
+
msgstr ""
|
|
6908
|
+
|
|
6645
6909
|
msgid "Select"
|
|
6646
6910
|
msgstr "Selecionar"
|
|
6647
6911
|
|
|
@@ -6753,6 +7017,9 @@ msgstr ""
|
|
|
6753
7017
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6754
7018
|
msgstr ""
|
|
6755
7019
|
|
|
7020
|
+
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."
|
|
7021
|
+
msgstr ""
|
|
7022
|
+
|
|
6756
7023
|
msgid "Select hosts to assign to %s"
|
|
6757
7024
|
msgstr "Selecionar hosts para associar em %s"
|
|
6758
7025
|
|
|
@@ -6873,6 +7140,9 @@ msgstr "Severidade"
|
|
|
6873
7140
|
msgid "Severity must be one of: %s"
|
|
6874
7141
|
msgstr ""
|
|
6875
7142
|
|
|
7143
|
+
msgid "Show ${remainingCount} more"
|
|
7144
|
+
msgstr ""
|
|
7145
|
+
|
|
6876
7146
|
msgid "Show %s"
|
|
6877
7147
|
msgstr ""
|
|
6878
7148
|
|
|
@@ -7356,9 +7626,6 @@ msgstr "Sucesso"
|
|
|
7356
7626
|
msgid "Successfully added %s Host(s)."
|
|
7357
7627
|
msgstr "Adicionado com sucesso %s Host(s)."
|
|
7358
7628
|
|
|
7359
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7360
|
-
msgstr "Acrescentei com sucesso %{count} anfitrião(es) de conteúdo para a coleção de anfitriões %{host_collection}."
|
|
7361
|
-
|
|
7362
7629
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7363
7630
|
msgstr "Plano de sinc modificado com sucesso para produto(s) %s"
|
|
7364
7631
|
|
|
@@ -7371,9 +7638,6 @@ msgstr ""
|
|
|
7371
7638
|
msgid "Successfully removed %s Host(s)."
|
|
7372
7639
|
msgstr "Removido com sucesso %s Host(s)."
|
|
7373
7640
|
|
|
7374
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7375
|
-
msgstr "Removido com sucesso %{count} anfitrião(es) de conteúdo da coleção anfitriã %{host_collection}."
|
|
7376
|
-
|
|
7377
7641
|
msgid "Successfully synced capsule."
|
|
7378
7642
|
msgstr ""
|
|
7379
7643
|
|
|
@@ -7392,6 +7656,9 @@ msgstr ""
|
|
|
7392
7656
|
msgid "Supported Content Types"
|
|
7393
7657
|
msgstr "Tipos de conteúdo compatíveis"
|
|
7394
7658
|
|
|
7659
|
+
msgid "Sync"
|
|
7660
|
+
msgstr ""
|
|
7661
|
+
|
|
7395
7662
|
msgid "Sync Canceled"
|
|
7396
7663
|
msgstr "Sincronização cancelada"
|
|
7397
7664
|
|
|
@@ -7446,6 +7713,9 @@ msgstr "Sinc um repositório"
|
|
|
7446
7713
|
msgid "Sync all repositories for a product"
|
|
7447
7714
|
msgstr "Sincronizar todos repositórios para um produto"
|
|
7448
7715
|
|
|
7716
|
+
msgid "Sync capsule"
|
|
7717
|
+
msgstr ""
|
|
7718
|
+
|
|
7449
7719
|
msgid "Sync complete."
|
|
7450
7720
|
msgstr "Sincronização concluída."
|
|
7451
7721
|
|
|
@@ -7464,6 +7734,9 @@ msgstr ""
|
|
|
7464
7734
|
msgid "Sync state"
|
|
7465
7735
|
msgstr ""
|
|
7466
7736
|
|
|
7737
|
+
msgid "Syncable export"
|
|
7738
|
+
msgstr ""
|
|
7739
|
+
|
|
7467
7740
|
msgid "Synced"
|
|
7468
7741
|
msgstr ""
|
|
7469
7742
|
|
|
@@ -7473,9 +7746,6 @@ msgstr ""
|
|
|
7473
7746
|
msgid "Synced Content"
|
|
7474
7747
|
msgstr "Conteúdo sincronizado"
|
|
7475
7748
|
|
|
7476
|
-
msgid "Synced container images content"
|
|
7477
|
-
msgstr ""
|
|
7478
|
-
|
|
7479
7749
|
msgid "Synchronize"
|
|
7480
7750
|
msgstr "Sincronizar"
|
|
7481
7751
|
|
|
@@ -7518,6 +7788,9 @@ msgstr ""
|
|
|
7518
7788
|
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."
|
|
7519
7789
|
msgstr ""
|
|
7520
7790
|
|
|
7791
|
+
msgid "Tag"
|
|
7792
|
+
msgstr ""
|
|
7793
|
+
|
|
7521
7794
|
msgid "Tag name"
|
|
7522
7795
|
msgstr ""
|
|
7523
7796
|
|
|
@@ -7972,6 +8245,9 @@ msgstr ""
|
|
|
7972
8245
|
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."
|
|
7973
8246
|
msgstr ""
|
|
7974
8247
|
|
|
8248
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8249
|
+
msgstr ""
|
|
8250
|
+
|
|
7975
8251
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7976
8252
|
msgstr ""
|
|
7977
8253
|
|
|
@@ -8290,15 +8566,27 @@ msgstr "Atualizar um ambiente em uma organização"
|
|
|
8290
8566
|
msgid "Update content counts for the smart proxy"
|
|
8291
8567
|
msgstr ""
|
|
8292
8568
|
|
|
8569
|
+
msgid "Update content urls"
|
|
8570
|
+
msgstr ""
|
|
8571
|
+
|
|
8293
8572
|
msgid "Update content view environments for host"
|
|
8294
8573
|
msgstr ""
|
|
8295
8574
|
|
|
8296
8575
|
msgid "Update content view environments for host %s"
|
|
8297
8576
|
msgstr ""
|
|
8298
8577
|
|
|
8578
|
+
msgid "Update distributions"
|
|
8579
|
+
msgstr ""
|
|
8580
|
+
|
|
8299
8581
|
msgid "Update hosts manually"
|
|
8300
8582
|
msgstr ""
|
|
8301
8583
|
|
|
8584
|
+
msgid "Update http proxy"
|
|
8585
|
+
msgstr ""
|
|
8586
|
+
|
|
8587
|
+
msgid "Update http proxy details"
|
|
8588
|
+
msgstr ""
|
|
8589
|
+
|
|
8302
8590
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8303
8591
|
msgstr "Atualizar pacotes instalados, repositórios habilitados, inventário de módulos"
|
|
8304
8592
|
|
|
@@ -8314,12 +8602,21 @@ msgstr "Atualizar pacote via interface do Katello"
|
|
|
8314
8602
|
msgid "Update packages via Katello interface"
|
|
8315
8603
|
msgstr ""
|
|
8316
8604
|
|
|
8605
|
+
msgid "Update redhat repository"
|
|
8606
|
+
msgstr ""
|
|
8607
|
+
|
|
8317
8608
|
msgid "Update release version for host"
|
|
8318
8609
|
msgstr "Atualizar versão do host"
|
|
8319
8610
|
|
|
8320
8611
|
msgid "Update release version for host %s"
|
|
8321
8612
|
msgstr "Atualizar versão do host"
|
|
8322
8613
|
|
|
8614
|
+
msgid "Update remote"
|
|
8615
|
+
msgstr ""
|
|
8616
|
+
|
|
8617
|
+
msgid "Update repository"
|
|
8618
|
+
msgstr ""
|
|
8619
|
+
|
|
8323
8620
|
msgid "Update services requiring restart"
|
|
8324
8621
|
msgstr "Atualizar serviços que exigem reinicialização"
|
|
8325
8622
|
|
|
@@ -8410,6 +8707,12 @@ msgstr "Carregar uma parte do conteúdo do arquivo"
|
|
|
8410
8707
|
msgid "Upload a subscription manifest"
|
|
8411
8708
|
msgstr "Carregar um manifesto da subscrição"
|
|
8412
8709
|
|
|
8710
|
+
msgid "Upload content"
|
|
8711
|
+
msgstr ""
|
|
8712
|
+
|
|
8713
|
+
msgid "Upload file"
|
|
8714
|
+
msgstr ""
|
|
8715
|
+
|
|
8413
8716
|
msgid "Upload into"
|
|
8414
8717
|
msgstr "Carregar em"
|
|
8415
8718
|
|
|
@@ -8419,6 +8722,9 @@ msgstr ""
|
|
|
8419
8722
|
msgid "Upload request id"
|
|
8420
8723
|
msgstr "Carregar ID de requisição"
|
|
8421
8724
|
|
|
8725
|
+
msgid "Upload tag"
|
|
8726
|
+
msgstr ""
|
|
8727
|
+
|
|
8422
8728
|
msgid "Upstream Candlepin"
|
|
8423
8729
|
msgstr ""
|
|
8424
8730
|
|
|
@@ -8539,6 +8845,9 @@ msgstr ""
|
|
|
8539
8845
|
msgid "Verify SSL"
|
|
8540
8846
|
msgstr "Verifique o SSL"
|
|
8541
8847
|
|
|
8848
|
+
msgid "Verify checksum"
|
|
8849
|
+
msgstr ""
|
|
8850
|
+
|
|
8542
8851
|
msgid "Verify checksum for content on smart proxy"
|
|
8543
8852
|
msgstr ""
|
|
8544
8853
|
|
|
@@ -8632,6 +8941,15 @@ msgstr ""
|
|
|
8632
8941
|
msgid "View documentation"
|
|
8633
8942
|
msgstr ""
|
|
8634
8943
|
|
|
8944
|
+
msgid "View here"
|
|
8945
|
+
msgstr ""
|
|
8946
|
+
|
|
8947
|
+
msgid "View labels and annotations"
|
|
8948
|
+
msgstr ""
|
|
8949
|
+
|
|
8950
|
+
msgid "View labels and annotations for image "
|
|
8951
|
+
msgstr ""
|
|
8952
|
+
|
|
8635
8953
|
msgid "View matching content"
|
|
8636
8954
|
msgstr ""
|
|
8637
8955
|
|
|
@@ -8671,6 +8989,9 @@ msgstr ""
|
|
|
8671
8989
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8672
8990
|
msgstr ""
|
|
8673
8991
|
|
|
8992
|
+
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."
|
|
8993
|
+
msgstr ""
|
|
8994
|
+
|
|
8674
8995
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8675
8996
|
msgstr "Ao registrar um host via subscription-manager, forçar o uso do fato especificado (no formato 'fato.fato')"
|
|
8676
8997
|
|