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
data/lib/katello/version.rb
CHANGED
Binary file
|
data/locale/bn/katello.po
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: katello 4.16.
|
11
|
+
"Project-Id-Version: katello 4.16.1\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
14
14
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2022\n"
|
@@ -3711,7 +3711,7 @@ msgstr ""
|
|
3711
3711
|
msgid "Installable bugfix/enhancement errata"
|
3712
3712
|
msgstr ""
|
3713
3713
|
|
3714
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3714
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3715
3715
|
msgstr ""
|
3716
3716
|
|
3717
3717
|
msgid "Installable security errata"
|
@@ -4898,7 +4898,7 @@ msgstr ""
|
|
4898
4898
|
msgid "No packages available to install"
|
4899
4899
|
msgstr ""
|
4900
4900
|
|
4901
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4901
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4902
4902
|
msgstr ""
|
4903
4903
|
|
4904
4904
|
msgid "No packages removed"
|
@@ -7703,7 +7703,7 @@ msgstr ""
|
|
7703
7703
|
msgid "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."
|
7704
7704
|
msgstr ""
|
7705
7705
|
|
7706
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7706
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7707
7707
|
msgstr ""
|
7708
7708
|
|
7709
7709
|
msgid "This host does not have any Module streams."
|
@@ -7748,9 +7748,6 @@ msgstr ""
|
|
7748
7748
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7749
7749
|
msgstr ""
|
7750
7750
|
|
7751
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7752
|
-
msgstr ""
|
7753
|
-
|
7754
7751
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7755
7752
|
msgstr ""
|
7756
7753
|
|
File without changes
|
Binary file
|
data/locale/bn_IN/katello.po
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: katello 4.16.
|
11
|
+
"Project-Id-Version: katello 4.16.1\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
14
14
|
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2022\n"
|
@@ -3712,7 +3712,7 @@ msgstr ""
|
|
3712
3712
|
msgid "Installable bugfix/enhancement errata"
|
3713
3713
|
msgstr ""
|
3714
3714
|
|
3715
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3715
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3716
3716
|
msgstr ""
|
3717
3717
|
|
3718
3718
|
msgid "Installable security errata"
|
@@ -4899,7 +4899,7 @@ msgstr ""
|
|
4899
4899
|
msgid "No packages available to install"
|
4900
4900
|
msgstr ""
|
4901
4901
|
|
4902
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4902
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4903
4903
|
msgstr ""
|
4904
4904
|
|
4905
4905
|
msgid "No packages removed"
|
@@ -7704,7 +7704,7 @@ msgstr ""
|
|
7704
7704
|
msgid "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."
|
7705
7705
|
msgstr ""
|
7706
7706
|
|
7707
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7707
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7708
7708
|
msgstr ""
|
7709
7709
|
|
7710
7710
|
msgid "This host does not have any Module streams."
|
@@ -7749,9 +7749,6 @@ msgstr ""
|
|
7749
7749
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7750
7750
|
msgstr ""
|
7751
7751
|
|
7752
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7753
|
-
msgstr ""
|
7754
|
-
|
7755
7752
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7756
7753
|
msgstr ""
|
7757
7754
|
|
File without changes
|
Binary file
|
data/locale/ca/katello.po
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: katello 4.16.
|
11
|
+
"Project-Id-Version: katello 4.16.1\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
14
14
|
"Last-Translator: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2022\n"
|
@@ -3711,7 +3711,7 @@ msgstr ""
|
|
3711
3711
|
msgid "Installable bugfix/enhancement errata"
|
3712
3712
|
msgstr ""
|
3713
3713
|
|
3714
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3714
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3715
3715
|
msgstr ""
|
3716
3716
|
|
3717
3717
|
msgid "Installable security errata"
|
@@ -4898,7 +4898,7 @@ msgstr ""
|
|
4898
4898
|
msgid "No packages available to install"
|
4899
4899
|
msgstr ""
|
4900
4900
|
|
4901
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4901
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4902
4902
|
msgstr ""
|
4903
4903
|
|
4904
4904
|
msgid "No packages removed"
|
@@ -7703,7 +7703,7 @@ msgstr ""
|
|
7703
7703
|
msgid "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."
|
7704
7704
|
msgstr ""
|
7705
7705
|
|
7706
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7706
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7707
7707
|
msgstr ""
|
7708
7708
|
|
7709
7709
|
msgid "This host does not have any Module streams."
|
@@ -7748,9 +7748,6 @@ msgstr ""
|
|
7748
7748
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7749
7749
|
msgstr ""
|
7750
7750
|
|
7751
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7752
|
-
msgstr ""
|
7753
|
-
|
7754
7751
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7755
7752
|
msgstr ""
|
7756
7753
|
|
File without changes
|
Binary file
|
data/locale/cs/katello.po
CHANGED
@@ -8,7 +8,7 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: katello 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"PO-Revision-Date: 2025-
|
11
|
+
"PO-Revision-Date: 2025-06-30 16:20-0400\n"
|
12
12
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13
13
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14
14
|
"Language: \n"
|
@@ -3709,7 +3709,7 @@ msgstr ""
|
|
3709
3709
|
msgid "Installable bugfix/enhancement errata"
|
3710
3710
|
msgstr ""
|
3711
3711
|
|
3712
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3712
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3713
3713
|
msgstr ""
|
3714
3714
|
|
3715
3715
|
msgid "Installable security errata"
|
@@ -4896,7 +4896,7 @@ msgstr ""
|
|
4896
4896
|
msgid "No packages available to install"
|
4897
4897
|
msgstr ""
|
4898
4898
|
|
4899
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4899
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4900
4900
|
msgstr ""
|
4901
4901
|
|
4902
4902
|
msgid "No packages removed"
|
@@ -7701,7 +7701,7 @@ msgstr ""
|
|
7701
7701
|
msgid "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."
|
7702
7702
|
msgstr ""
|
7703
7703
|
|
7704
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7704
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7705
7705
|
msgstr ""
|
7706
7706
|
|
7707
7707
|
msgid "This host does not have any Module streams."
|
@@ -7746,9 +7746,6 @@ msgstr ""
|
|
7746
7746
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7747
7747
|
msgstr ""
|
7748
7748
|
|
7749
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7750
|
-
msgstr ""
|
7751
|
-
|
7752
7749
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7753
7750
|
msgstr ""
|
7754
7751
|
|
File without changes
|
Binary file
|
data/locale/cs_CZ/katello.po
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
#
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: katello 4.16.
|
13
|
+
"Project-Id-Version: katello 4.16.1\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
16
16
|
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2024\n"
|
@@ -2169,7 +2169,7 @@ msgid "Default System SLA"
|
|
2169
2169
|
msgstr ""
|
2170
2170
|
|
2171
2171
|
msgid "Default content view versions cannot be promoted"
|
2172
|
-
msgstr "
|
2172
|
+
msgstr ""
|
2173
2173
|
|
2174
2174
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2175
2175
|
msgstr ""
|
@@ -3717,7 +3717,7 @@ msgstr "Instalovatelné"
|
|
3717
3717
|
msgid "Installable bugfix/enhancement errata"
|
3718
3718
|
msgstr ""
|
3719
3719
|
|
3720
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3720
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3721
3721
|
msgstr ""
|
3722
3722
|
|
3723
3723
|
msgid "Installable security errata"
|
@@ -4904,7 +4904,7 @@ msgstr ""
|
|
4904
4904
|
msgid "No packages available to install"
|
4905
4905
|
msgstr ""
|
4906
4906
|
|
4907
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4907
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4908
4908
|
msgstr ""
|
4909
4909
|
|
4910
4910
|
msgid "No packages removed"
|
@@ -7709,7 +7709,7 @@ msgstr ""
|
|
7709
7709
|
msgid "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."
|
7710
7710
|
msgstr ""
|
7711
7711
|
|
7712
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7712
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7713
7713
|
msgstr ""
|
7714
7714
|
|
7715
7715
|
msgid "This host does not have any Module streams."
|
@@ -7754,9 +7754,6 @@ msgstr "Toto není připojený repozitář"
|
|
7754
7754
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7755
7755
|
msgstr ""
|
7756
7756
|
|
7757
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7758
|
-
msgstr ""
|
7759
|
-
|
7760
7757
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7761
7758
|
msgstr ""
|
7762
7759
|
|
@@ -9084,7 +9081,7 @@ msgid "interpret specified object to return only Repositories that can be associ
|
|
9084
9081
|
msgstr ""
|
9085
9082
|
|
9086
9083
|
msgid "invalid container image name"
|
9087
|
-
msgstr "
|
9084
|
+
msgstr ""
|
9088
9085
|
|
9089
9086
|
msgid "invalid: Repositories can only require one OS version."
|
9090
9087
|
msgstr ""
|
File without changes
|
Binary file
|
data/locale/de/katello.po
CHANGED
@@ -19,19 +19,19 @@
|
|
19
19
|
# Wiederoder <stefanwiederoder@googlemail.com>, 2022
|
20
20
|
# Lukas Kallies <github.com@luke-web.de>, 2022
|
21
21
|
# Lukáš Zapletal, 2022
|
22
|
-
# Markus Bucher <bucher@atix.de>, 2022
|
23
|
-
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
24
|
-
# Crited <Alexander.Stoll@netways.de>, 2022
|
25
|
-
# Patrick Dolinic, 2022
|
26
22
|
# Ettore Atalan <atalanttore@googlemail.com>, 2023
|
23
|
+
# Crited <Alexander.Stoll@netways.de>, 2023
|
24
|
+
# pdolinic, 2024
|
25
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2024
|
26
|
+
# Markus Bucher <bucher@atix.de>, 2025
|
27
27
|
#
|
28
28
|
msgid ""
|
29
29
|
msgstr ""
|
30
|
-
"Project-Id-Version: katello
|
30
|
+
"Project-Id-Version: katello 4.16.1\n"
|
31
31
|
"Report-Msgid-Bugs-To: \n"
|
32
32
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
33
|
-
"Last-Translator:
|
34
|
-
"Language-Team: German (https://
|
33
|
+
"Last-Translator: Markus Bucher <bucher@atix.de>, 2025\n"
|
34
|
+
"Language-Team: German (https://app.transifex.com/foreman/teams/114/de/)\n"
|
35
35
|
"MIME-Version: 1.0\n"
|
36
36
|
"Content-Type: text/plain; charset=UTF-8\n"
|
37
37
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -531,7 +531,7 @@ msgid "Activation key ID"
|
|
531
531
|
msgstr "Aktivierungsschlüssel-ID"
|
532
532
|
|
533
533
|
msgid "Activation key deleted"
|
534
|
-
msgstr ""
|
534
|
+
msgstr "Aktivierungsschlüssel gelöscht"
|
535
535
|
|
536
536
|
msgid "Activation key details"
|
537
537
|
msgstr ""
|
@@ -1502,7 +1502,7 @@ msgid "Components"
|
|
1502
1502
|
msgstr "Komponenten"
|
1503
1503
|
|
1504
1504
|
msgid "Composite"
|
1505
|
-
msgstr "
|
1505
|
+
msgstr ""
|
1506
1506
|
|
1507
1507
|
msgid "Composite Content View"
|
1508
1508
|
msgstr "Zusammengesetzte Inhaltsansicht"
|
@@ -2186,7 +2186,7 @@ msgid "Default System SLA"
|
|
2186
2186
|
msgstr "Standardmäßige SLA des Systems"
|
2187
2187
|
|
2188
2188
|
msgid "Default content view versions cannot be promoted"
|
2189
|
-
msgstr "
|
2189
|
+
msgstr ""
|
2190
2190
|
|
2191
2191
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2192
2192
|
msgstr ""
|
@@ -2441,7 +2441,7 @@ msgid "Determining settings for ${truncate(name)}"
|
|
2441
2441
|
msgstr ""
|
2442
2442
|
|
2443
2443
|
msgid "Digest"
|
2444
|
-
msgstr ""
|
2444
|
+
msgstr "Digest"
|
2445
2445
|
|
2446
2446
|
msgid "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite."
|
2447
2447
|
msgstr "Das direkte Festlegen von Paketlisten für zusammengesetzte Inhaltsansichten ist nicht zulässig. Bitte aktualisieren Sie die Komponenten und veröffentlichen Sie dann das Composite erneut."
|
@@ -3183,7 +3183,7 @@ msgid "Host ID"
|
|
3183
3183
|
msgstr "Host-ID"
|
3184
3184
|
|
3185
3185
|
msgid "Host Limit"
|
3186
|
-
msgstr ""
|
3186
|
+
msgstr "Hostgrenze"
|
3187
3187
|
|
3188
3188
|
msgid "Host Profile Assume"
|
3189
3189
|
msgstr "Hostprofil annehmen"
|
@@ -3736,7 +3736,7 @@ msgstr "Installierbar"
|
|
3736
3736
|
msgid "Installable bugfix/enhancement errata"
|
3737
3737
|
msgstr ""
|
3738
3738
|
|
3739
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3739
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3740
3740
|
msgstr ""
|
3741
3741
|
|
3742
3742
|
msgid "Installable security errata"
|
@@ -4007,7 +4007,7 @@ msgid "Last seen"
|
|
4007
4007
|
msgstr ""
|
4008
4008
|
|
4009
4009
|
msgid "Last sync"
|
4010
|
-
msgstr ""
|
4010
|
+
msgstr "Letzte Synchronisierung"
|
4011
4011
|
|
4012
4012
|
msgid "Last task"
|
4013
4013
|
msgstr "Letzte Aufgabe"
|
@@ -4927,7 +4927,7 @@ msgstr ""
|
|
4927
4927
|
msgid "No packages available to install"
|
4928
4928
|
msgstr ""
|
4929
4929
|
|
4930
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4930
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4931
4931
|
msgstr ""
|
4932
4932
|
|
4933
4933
|
msgid "No packages removed"
|
@@ -5081,7 +5081,7 @@ msgid "Number to Allocate"
|
|
5081
5081
|
msgstr "Zuzuweisende Nummer"
|
5082
5082
|
|
5083
5083
|
msgid "OS"
|
5084
|
-
msgstr ""
|
5084
|
+
msgstr "Betriebssystem"
|
5085
5085
|
|
5086
5086
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
5087
5087
|
msgstr ""
|
@@ -6162,7 +6162,7 @@ msgid "Repository '%(repoName)s' has been enabled."
|
|
6162
6162
|
msgstr "Repository '%(repoName)s' wurde aktiviert."
|
6163
6163
|
|
6164
6164
|
msgid "Repository ID"
|
6165
|
-
msgstr ""
|
6165
|
+
msgstr "Repository-Kennung"
|
6166
6166
|
|
6167
6167
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
6168
6168
|
msgstr "Repository-ID, die mit dem Kickstart-Repository verknüpft ist, das für die Bereitstellung verwendet wird"
|
@@ -7738,7 +7738,7 @@ msgstr ""
|
|
7738
7738
|
msgid "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."
|
7739
7739
|
msgstr ""
|
7740
7740
|
|
7741
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7741
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7742
7742
|
msgstr ""
|
7743
7743
|
|
7744
7744
|
msgid "This host does not have any Module streams."
|
@@ -7783,9 +7783,6 @@ msgstr "Dies ist kein verlinktes Repository"
|
|
7783
7783
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7784
7784
|
msgstr ""
|
7785
7785
|
|
7786
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7787
|
-
msgstr ""
|
7788
|
-
|
7789
7786
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7790
7787
|
msgstr "Dieses Repository wird nicht empfohlen. Bitte lesen Sie die zusätzliche %(anchorBegin)s Dokumentation %(anchorEnd)s vor der Verwendung."
|
7791
7788
|
|
@@ -9050,7 +9047,7 @@ msgid "here"
|
|
9050
9047
|
msgstr ""
|
9051
9048
|
|
9052
9049
|
msgid "host"
|
9053
|
-
msgstr ""
|
9050
|
+
msgstr "Host"
|
9054
9051
|
|
9055
9052
|
msgid "host collection name to filter by"
|
9056
9053
|
msgstr "Name der Hostsammlung, nach der gefiltert werden soll"
|
@@ -9113,7 +9110,7 @@ msgid "interpret specified object to return only Repositories that can be associ
|
|
9113
9110
|
msgstr "interpretiert das angegebene Objekt so, dass nur Repositorys zurückgegeben werden, die dem angegebenen Objekt zugeordnet werden können. Nur 'content_view' und 'content_view_version' werden unterstützt."
|
9114
9111
|
|
9115
9112
|
msgid "invalid container image name"
|
9116
|
-
msgstr "
|
9113
|
+
msgstr ""
|
9117
9114
|
|
9118
9115
|
msgid "invalid: Repositories can only require one OS version."
|
9119
9116
|
msgstr "ungültig: Repositorys können nur eine Betriebssystemversion erfordern."
|
File without changes
|
Binary file
|
data/locale/de_AT/katello.po
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: katello 4.16.
|
8
|
+
"Project-Id-Version: katello 4.16.1\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
11
11
|
"Language-Team: German (Austria) (https://app.transifex.com/foreman/teams/114/d"
|
@@ -3708,7 +3708,7 @@ msgstr ""
|
|
3708
3708
|
msgid "Installable bugfix/enhancement errata"
|
3709
3709
|
msgstr ""
|
3710
3710
|
|
3711
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3711
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3712
3712
|
msgstr ""
|
3713
3713
|
|
3714
3714
|
msgid "Installable security errata"
|
@@ -4895,7 +4895,7 @@ msgstr ""
|
|
4895
4895
|
msgid "No packages available to install"
|
4896
4896
|
msgstr ""
|
4897
4897
|
|
4898
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4898
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4899
4899
|
msgstr ""
|
4900
4900
|
|
4901
4901
|
msgid "No packages removed"
|
@@ -7700,7 +7700,7 @@ msgstr ""
|
|
7700
7700
|
msgid "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."
|
7701
7701
|
msgstr ""
|
7702
7702
|
|
7703
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7703
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7704
7704
|
msgstr ""
|
7705
7705
|
|
7706
7706
|
msgid "This host does not have any Module streams."
|
@@ -7745,9 +7745,6 @@ msgstr ""
|
|
7745
7745
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7746
7746
|
msgstr ""
|
7747
7747
|
|
7748
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7749
|
-
msgstr ""
|
7750
|
-
|
7751
7748
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7752
7749
|
msgstr ""
|
7753
7750
|
|
File without changes
|
Binary file
|
data/locale/de_DE/katello.po
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
#
|
14
14
|
msgid ""
|
15
15
|
msgstr ""
|
16
|
-
"Project-Id-Version: katello 4.16.
|
16
|
+
"Project-Id-Version: katello 4.16.1\n"
|
17
17
|
"Report-Msgid-Bugs-To: \n"
|
18
18
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
19
19
|
"Last-Translator: Maximilian Kolb <kolb@atix.de>, 2024\n"
|
@@ -3717,7 +3717,7 @@ msgstr ""
|
|
3717
3717
|
msgid "Installable bugfix/enhancement errata"
|
3718
3718
|
msgstr ""
|
3719
3719
|
|
3720
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3720
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3721
3721
|
msgstr ""
|
3722
3722
|
|
3723
3723
|
msgid "Installable security errata"
|
@@ -4904,7 +4904,7 @@ msgstr ""
|
|
4904
4904
|
msgid "No packages available to install"
|
4905
4905
|
msgstr ""
|
4906
4906
|
|
4907
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4907
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4908
4908
|
msgstr ""
|
4909
4909
|
|
4910
4910
|
msgid "No packages removed"
|
@@ -7709,7 +7709,7 @@ msgstr ""
|
|
7709
7709
|
msgid "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."
|
7710
7710
|
msgstr ""
|
7711
7711
|
|
7712
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7712
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7713
7713
|
msgstr ""
|
7714
7714
|
|
7715
7715
|
msgid "This host does not have any Module streams."
|
@@ -7754,9 +7754,6 @@ msgstr ""
|
|
7754
7754
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7755
7755
|
msgstr ""
|
7756
7756
|
|
7757
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7758
|
-
msgstr ""
|
7759
|
-
|
7760
7757
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7761
7758
|
msgstr ""
|
7762
7759
|
|
File without changes
|
Binary file
|
data/locale/el/katello.po
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
#
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: katello 4.16.
|
11
|
+
"Project-Id-Version: katello 4.16.1\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
14
14
|
"Last-Translator: Efstathios Iosifidis <iefstathios@gmail.com>, 2024\n"
|
@@ -3711,7 +3711,7 @@ msgstr ""
|
|
3711
3711
|
msgid "Installable bugfix/enhancement errata"
|
3712
3712
|
msgstr ""
|
3713
3713
|
|
3714
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3714
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3715
3715
|
msgstr ""
|
3716
3716
|
|
3717
3717
|
msgid "Installable security errata"
|
@@ -4898,7 +4898,7 @@ msgstr ""
|
|
4898
4898
|
msgid "No packages available to install"
|
4899
4899
|
msgstr ""
|
4900
4900
|
|
4901
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4901
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4902
4902
|
msgstr ""
|
4903
4903
|
|
4904
4904
|
msgid "No packages removed"
|
@@ -7703,7 +7703,7 @@ msgstr ""
|
|
7703
7703
|
msgid "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."
|
7704
7704
|
msgstr ""
|
7705
7705
|
|
7706
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7706
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7707
7707
|
msgstr ""
|
7708
7708
|
|
7709
7709
|
msgid "This host does not have any Module streams."
|
@@ -7748,9 +7748,6 @@ msgstr ""
|
|
7748
7748
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7749
7749
|
msgstr ""
|
7750
7750
|
|
7751
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7752
|
-
msgstr ""
|
7753
|
-
|
7754
7751
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7755
7752
|
msgstr ""
|
7756
7753
|
|
File without changes
|
Binary file
|
data/locale/en/katello.po
CHANGED
@@ -8,7 +8,7 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: katello 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"PO-Revision-Date: 2025-
|
11
|
+
"PO-Revision-Date: 2025-06-30 16:20-0400\n"
|
12
12
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13
13
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14
14
|
"Language: \n"
|
@@ -3709,7 +3709,7 @@ msgstr ""
|
|
3709
3709
|
msgid "Installable bugfix/enhancement errata"
|
3710
3710
|
msgstr ""
|
3711
3711
|
|
3712
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3712
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3713
3713
|
msgstr ""
|
3714
3714
|
|
3715
3715
|
msgid "Installable security errata"
|
@@ -4896,7 +4896,7 @@ msgstr ""
|
|
4896
4896
|
msgid "No packages available to install"
|
4897
4897
|
msgstr ""
|
4898
4898
|
|
4899
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
4899
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4900
4900
|
msgstr ""
|
4901
4901
|
|
4902
4902
|
msgid "No packages removed"
|
@@ -7701,7 +7701,7 @@ msgstr ""
|
|
7701
7701
|
msgid "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."
|
7702
7702
|
msgstr ""
|
7703
7703
|
|
7704
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7704
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7705
7705
|
msgstr ""
|
7706
7706
|
|
7707
7707
|
msgid "This host does not have any Module streams."
|
@@ -7746,9 +7746,6 @@ msgstr ""
|
|
7746
7746
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7747
7747
|
msgstr ""
|
7748
7748
|
|
7749
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7750
|
-
msgstr ""
|
7751
|
-
|
7752
7749
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7753
7750
|
msgstr ""
|
7754
7751
|
|
File without changes
|
Binary file
|