katello 4.16.0 → 4.16.2
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 +4 -7
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/ca/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/cs/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +6 -9
- data/app/assets/javascripts/katello/locale/de/katello.js +16 -19
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/el/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/en/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +6 -9
- data/app/assets/javascripts/katello/locale/en_US/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/es/katello.js +171 -174
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/fr/katello.js +844 -847
- data/app/assets/javascripts/katello/locale/gl/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/gu/katello.js +5 -8
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/hi/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/id/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/it/katello.js +7 -10
- data/app/assets/javascripts/katello/locale/ja/katello.js +572 -575
- data/app/assets/javascripts/katello/locale/ka/katello.js +416 -419
- data/app/assets/javascripts/katello/locale/kn/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/ko/katello.js +2093 -2097
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/mr/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/or/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/pa/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/pl/katello.js +5 -8
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/pt/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +184 -187
- data/app/assets/javascripts/katello/locale/ro/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/ru/katello.js +7 -10
- data/app/assets/javascripts/katello/locale/sl/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +5 -8
- data/app/assets/javascripts/katello/locale/ta/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/te/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/tr/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/vi/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/zh/katello.js +4 -7
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +577 -580
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +7 -10
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -0
- data/app/lib/actions/candlepin/environment/set_content.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb +1 -1
- data/app/models/katello/candlepin/repository_mapper.rb +1 -1
- data/app/views/foreman/job_templates/flatpak_install.erb +10 -2
- data/app/views/foreman/job_templates/flatpak_login_action.erb +2 -5
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +18 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +99 -60
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +100 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +99 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +260 -192
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +96 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +119 -52
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +99 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +107 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +99 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +97 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +105 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +98 -33
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +14 -14
- data/lib/katello/version.rb +1 -1
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +4 -7
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +4 -7
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +4 -7
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +4 -7
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +6 -9
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +20 -23
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +4 -7
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +4 -7
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +4 -7
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +4 -7
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +6 -9
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +4 -7
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +175 -177
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +4 -7
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +851 -854
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +4 -7
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +6 -9
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +4 -7
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +4 -7
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +4 -7
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +8 -11
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +580 -581
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +418 -419
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/katello.pot +89 -94
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +4 -7
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +2103 -2093
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +4 -7
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +4 -7
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +4 -7
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +4 -7
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +4 -7
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +6 -9
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +4 -7
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +4 -7
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +188 -190
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +4 -7
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +4 -7
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +8 -11
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +4 -7
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +6 -9
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +4 -7
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +4 -7
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +4 -7
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +4 -7
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +4 -7
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +4 -7
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +4 -7
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +583 -580
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +8 -11
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +1 -0
- metadata +63 -3
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello 4.16.
|
6
|
+
"Project-Id-Version": "katello 4.16.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
9
|
"Last-Translator": "Carmela Rubiños <carmela.rubinos@gmail.com>, 2022",
|
@@ -3697,7 +3697,7 @@
|
|
3697
3697
|
"Installable bugfix/enhancement errata": [
|
3698
3698
|
""
|
3699
3699
|
],
|
3700
|
-
"Installable errata are applicable errata that are available in the host's content view
|
3700
|
+
"Installable errata are applicable errata that are available in the host's assigned content view environments.": [
|
3701
3701
|
""
|
3702
3702
|
],
|
3703
3703
|
"Installable security errata": [
|
@@ -4876,7 +4876,7 @@
|
|
4876
4876
|
"No packages available to install": [
|
4877
4877
|
""
|
4878
4878
|
],
|
4879
|
-
"No packages available to install on this host. Please check the host's content view
|
4879
|
+
"No packages available to install on this host. Please check the host's assigned content view environments.": [
|
4880
4880
|
""
|
4881
4881
|
],
|
4882
4882
|
"No packages removed": [
|
@@ -7675,7 +7675,7 @@
|
|
7675
7675
|
"This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
|
7676
7676
|
""
|
7677
7677
|
],
|
7678
|
-
"This erratum is not installable because it is not in this host's content view
|
7678
|
+
"This erratum is not installable because it is not in this host's assigned content view environments.": [
|
7679
7679
|
""
|
7680
7680
|
],
|
7681
7681
|
"This host does not have any Module streams.": [
|
@@ -7720,9 +7720,6 @@
|
|
7720
7720
|
"This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
|
7721
7721
|
""
|
7722
7722
|
],
|
7723
|
-
"This repository has pending tasks in associated content views. Please wait for the tasks: ": [
|
7724
|
-
""
|
7725
|
-
],
|
7726
7723
|
"This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
|
7727
7724
|
""
|
7728
7725
|
],
|
@@ -3,10 +3,10 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello 4.16.
|
6
|
+
"Project-Id-Version": "katello 4.16.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
|
-
"Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4,
|
9
|
+
"Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
|
10
10
|
"Language-Team": "Gujarati (https://app.transifex.com/foreman/teams/114/gu/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
@@ -3697,7 +3697,7 @@
|
|
3697
3697
|
"Installable bugfix/enhancement errata": [
|
3698
3698
|
""
|
3699
3699
|
],
|
3700
|
-
"Installable errata are applicable errata that are available in the host's content view
|
3700
|
+
"Installable errata are applicable errata that are available in the host's assigned content view environments.": [
|
3701
3701
|
""
|
3702
3702
|
],
|
3703
3703
|
"Installable security errata": [
|
@@ -4876,7 +4876,7 @@
|
|
4876
4876
|
"No packages available to install": [
|
4877
4877
|
""
|
4878
4878
|
],
|
4879
|
-
"No packages available to install on this host. Please check the host's content view
|
4879
|
+
"No packages available to install on this host. Please check the host's assigned content view environments.": [
|
4880
4880
|
""
|
4881
4881
|
],
|
4882
4882
|
"No packages removed": [
|
@@ -7675,7 +7675,7 @@
|
|
7675
7675
|
"This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
|
7676
7676
|
""
|
7677
7677
|
],
|
7678
|
-
"This erratum is not installable because it is not in this host's content view
|
7678
|
+
"This erratum is not installable because it is not in this host's assigned content view environments.": [
|
7679
7679
|
""
|
7680
7680
|
],
|
7681
7681
|
"This host does not have any Module streams.": [
|
@@ -7720,9 +7720,6 @@
|
|
7720
7720
|
"This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
|
7721
7721
|
""
|
7722
7722
|
],
|
7723
|
-
"This repository has pending tasks in associated content views. Please wait for the tasks: ": [
|
7724
|
-
""
|
7725
|
-
],
|
7726
7723
|
"This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
|
7727
7724
|
""
|
7728
7725
|
],
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello 4.16.
|
6
|
+
"Project-Id-Version": "katello 4.16.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
9
|
"Last-Translator": "ohadlevy <ohadlevy@gmail.com>, 2022",
|
@@ -3697,7 +3697,7 @@
|
|
3697
3697
|
"Installable bugfix/enhancement errata": [
|
3698
3698
|
""
|
3699
3699
|
],
|
3700
|
-
"Installable errata are applicable errata that are available in the host's content view
|
3700
|
+
"Installable errata are applicable errata that are available in the host's assigned content view environments.": [
|
3701
3701
|
""
|
3702
3702
|
],
|
3703
3703
|
"Installable security errata": [
|
@@ -4876,7 +4876,7 @@
|
|
4876
4876
|
"No packages available to install": [
|
4877
4877
|
""
|
4878
4878
|
],
|
4879
|
-
"No packages available to install on this host. Please check the host's content view
|
4879
|
+
"No packages available to install on this host. Please check the host's assigned content view environments.": [
|
4880
4880
|
""
|
4881
4881
|
],
|
4882
4882
|
"No packages removed": [
|
@@ -7675,7 +7675,7 @@
|
|
7675
7675
|
"This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
|
7676
7676
|
""
|
7677
7677
|
],
|
7678
|
-
"This erratum is not installable because it is not in this host's content view
|
7678
|
+
"This erratum is not installable because it is not in this host's assigned content view environments.": [
|
7679
7679
|
""
|
7680
7680
|
],
|
7681
7681
|
"This host does not have any Module streams.": [
|
@@ -7720,9 +7720,6 @@
|
|
7720
7720
|
"This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
|
7721
7721
|
""
|
7722
7722
|
],
|
7723
|
-
"This repository has pending tasks in associated content views. Please wait for the tasks: ": [
|
7724
|
-
""
|
7725
|
-
],
|
7726
7723
|
"This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
|
7727
7724
|
""
|
7728
7725
|
],
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello 4.16.
|
6
|
+
"Project-Id-Version": "katello 4.16.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
9
|
"Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
|
@@ -3697,7 +3697,7 @@
|
|
3697
3697
|
"Installable bugfix/enhancement errata": [
|
3698
3698
|
""
|
3699
3699
|
],
|
3700
|
-
"Installable errata are applicable errata that are available in the host's content view
|
3700
|
+
"Installable errata are applicable errata that are available in the host's assigned content view environments.": [
|
3701
3701
|
""
|
3702
3702
|
],
|
3703
3703
|
"Installable security errata": [
|
@@ -4876,7 +4876,7 @@
|
|
4876
4876
|
"No packages available to install": [
|
4877
4877
|
""
|
4878
4878
|
],
|
4879
|
-
"No packages available to install on this host. Please check the host's content view
|
4879
|
+
"No packages available to install on this host. Please check the host's assigned content view environments.": [
|
4880
4880
|
""
|
4881
4881
|
],
|
4882
4882
|
"No packages removed": [
|
@@ -7675,7 +7675,7 @@
|
|
7675
7675
|
"This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
|
7676
7676
|
""
|
7677
7677
|
],
|
7678
|
-
"This erratum is not installable because it is not in this host's content view
|
7678
|
+
"This erratum is not installable because it is not in this host's assigned content view environments.": [
|
7679
7679
|
""
|
7680
7680
|
],
|
7681
7681
|
"This host does not have any Module streams.": [
|
@@ -7720,9 +7720,6 @@
|
|
7720
7720
|
"This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
|
7721
7721
|
""
|
7722
7722
|
],
|
7723
|
-
"This repository has pending tasks in associated content views. Please wait for the tasks: ": [
|
7724
|
-
""
|
7725
|
-
],
|
7726
7723
|
"This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
|
7727
7724
|
""
|
7728
7725
|
],
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello 4.16.
|
6
|
+
"Project-Id-Version": "katello 4.16.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
9
|
"Last-Translator": "Andika Triwidada <andika@gmail.com>, 2024",
|
@@ -3697,7 +3697,7 @@
|
|
3697
3697
|
"Installable bugfix/enhancement errata": [
|
3698
3698
|
""
|
3699
3699
|
],
|
3700
|
-
"Installable errata are applicable errata that are available in the host's content view
|
3700
|
+
"Installable errata are applicable errata that are available in the host's assigned content view environments.": [
|
3701
3701
|
""
|
3702
3702
|
],
|
3703
3703
|
"Installable security errata": [
|
@@ -4876,7 +4876,7 @@
|
|
4876
4876
|
"No packages available to install": [
|
4877
4877
|
""
|
4878
4878
|
],
|
4879
|
-
"No packages available to install on this host. Please check the host's content view
|
4879
|
+
"No packages available to install on this host. Please check the host's assigned content view environments.": [
|
4880
4880
|
""
|
4881
4881
|
],
|
4882
4882
|
"No packages removed": [
|
@@ -7675,7 +7675,7 @@
|
|
7675
7675
|
"This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
|
7676
7676
|
""
|
7677
7677
|
],
|
7678
|
-
"This erratum is not installable because it is not in this host's content view
|
7678
|
+
"This erratum is not installable because it is not in this host's assigned content view environments.": [
|
7679
7679
|
""
|
7680
7680
|
],
|
7681
7681
|
"This host does not have any Module streams.": [
|
@@ -7720,9 +7720,6 @@
|
|
7720
7720
|
"This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
|
7721
7721
|
""
|
7722
7722
|
],
|
7723
|
-
"This repository has pending tasks in associated content views. Please wait for the tasks: ": [
|
7724
|
-
""
|
7725
|
-
],
|
7726
7723
|
"This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
|
7727
7724
|
""
|
7728
7725
|
],
|
@@ -3,10 +3,10 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello 4.16.
|
6
|
+
"Project-Id-Version": "katello 4.16.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
|
-
"Last-Translator": "
|
9
|
+
"Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2024",
|
10
10
|
"Language-Team": "Italian (https://app.transifex.com/foreman/teams/114/it/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
@@ -1470,7 +1470,7 @@
|
|
1470
1470
|
"Componenti"
|
1471
1471
|
],
|
1472
1472
|
"Composite": [
|
1473
|
-
"
|
1473
|
+
""
|
1474
1474
|
],
|
1475
1475
|
"Composite Content View": [
|
1476
1476
|
""
|
@@ -2154,7 +2154,7 @@
|
|
2154
2154
|
"SLA del sistema predefinito"
|
2155
2155
|
],
|
2156
2156
|
"Default content view versions cannot be promoted": [
|
2157
|
-
"
|
2157
|
+
""
|
2158
2158
|
],
|
2159
2159
|
"Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
|
2160
2160
|
""
|
@@ -3698,7 +3698,7 @@
|
|
3698
3698
|
"Installable bugfix/enhancement errata": [
|
3699
3699
|
""
|
3700
3700
|
],
|
3701
|
-
"Installable errata are applicable errata that are available in the host's content view
|
3701
|
+
"Installable errata are applicable errata that are available in the host's assigned content view environments.": [
|
3702
3702
|
""
|
3703
3703
|
],
|
3704
3704
|
"Installable security errata": [
|
@@ -4877,7 +4877,7 @@
|
|
4877
4877
|
"No packages available to install": [
|
4878
4878
|
""
|
4879
4879
|
],
|
4880
|
-
"No packages available to install on this host. Please check the host's content view
|
4880
|
+
"No packages available to install on this host. Please check the host's assigned content view environments.": [
|
4881
4881
|
""
|
4882
4882
|
],
|
4883
4883
|
"No packages removed": [
|
@@ -7676,7 +7676,7 @@
|
|
7676
7676
|
"This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
|
7677
7677
|
""
|
7678
7678
|
],
|
7679
|
-
"This erratum is not installable because it is not in this host's content view
|
7679
|
+
"This erratum is not installable because it is not in this host's assigned content view environments.": [
|
7680
7680
|
""
|
7681
7681
|
],
|
7682
7682
|
"This host does not have any Module streams.": [
|
@@ -7721,9 +7721,6 @@
|
|
7721
7721
|
"This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
|
7722
7722
|
""
|
7723
7723
|
],
|
7724
|
-
"This repository has pending tasks in associated content views. Please wait for the tasks: ": [
|
7725
|
-
""
|
7726
|
-
],
|
7727
7724
|
"This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
|
7728
7725
|
""
|
7729
7726
|
],
|