katello 4.16.1 → 4.16.3
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 +244 -7
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/ca/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/cs/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +246 -9
- data/app/assets/javascripts/katello/locale/de/katello.js +256 -19
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/el/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/en/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +245 -8
- data/app/assets/javascripts/katello/locale/en_US/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/es/katello.js +411 -174
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/fr/katello.js +1073 -836
- data/app/assets/javascripts/katello/locale/gl/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/gu/katello.js +245 -8
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/hi/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/id/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/it/katello.js +247 -10
- data/app/assets/javascripts/katello/locale/ja/katello.js +801 -564
- data/app/assets/javascripts/katello/locale/ka/katello.js +648 -411
- data/app/assets/javascripts/katello/locale/kn/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/ko/katello.js +2299 -2063
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/mr/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/or/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/pa/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/pl/katello.js +245 -8
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/pt/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +424 -187
- data/app/assets/javascripts/katello/locale/ro/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/ru/katello.js +247 -10
- data/app/assets/javascripts/katello/locale/sl/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +245 -8
- data/app/assets/javascripts/katello/locale/ta/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/te/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/tr/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/vi/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/zh/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +806 -569
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +247 -10
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -0
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +20 -0
- data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +14 -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/action_names.rb +183 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +244 -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 +244 -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 +244 -7
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +244 -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 +246 -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 +260 -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 +244 -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 +244 -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 +244 -7
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +244 -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 +245 -8
- 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 +244 -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 +415 -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 +244 -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 +1080 -843
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +244 -7
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +246 -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 +244 -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 +244 -7
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +244 -7
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +248 -11
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +809 -570
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +650 -411
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/katello.pot +477 -107
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +244 -7
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +2309 -2059
- 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 +244 -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 +244 -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 +244 -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 +244 -7
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +244 -7
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +246 -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 +244 -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 +244 -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 +428 -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 +244 -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 +244 -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 +248 -11
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +244 -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 +246 -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 +244 -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 +244 -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 +244 -7
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +244 -7
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +244 -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 +244 -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 +244 -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 +812 -569
- 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 +248 -11
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- metadata +56 -3
data/locale/katello.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: katello 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2025-
|
12
|
-
"PO-Revision-Date: 2025-
|
11
|
+
"POT-Creation-Date: 2025-07-30 14:59-0400\n"
|
12
|
+
"PO-Revision-Date: 2025-07-30 14:59-0400\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -18,17 +18,17 @@ msgstr ""
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
20
|
|
21
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
21
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:155
|
22
22
|
msgid ""
|
23
23
|
"Invalid format. Container pushes should follow 'organization_label/product_lab"
|
24
24
|
"el/name' OR 'id/organization_id/product_id/name' schema."
|
25
25
|
msgstr ""
|
26
26
|
|
27
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
27
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:168
|
28
28
|
msgid "Invalid format. Organization label cannot be blank."
|
29
29
|
msgstr ""
|
30
30
|
|
31
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
31
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:185
|
32
32
|
msgid ""
|
33
33
|
"Due to a change in your organizations, this container name has become ambiguou"
|
34
34
|
"s (org name '%{org_label}'). If you wish to continue using this container name"
|
@@ -37,27 +37,27 @@ msgid ""
|
|
37
37
|
"d retry your push using the id format."
|
38
38
|
msgstr ""
|
39
39
|
|
40
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
40
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:201
|
41
41
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
42
42
|
msgstr ""
|
43
43
|
|
44
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
44
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:208
|
45
45
|
msgid "Organization not found: '%s'"
|
46
46
|
msgstr ""
|
47
47
|
|
48
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
48
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:221
|
49
49
|
msgid "Invalid format. Organization id must be an integer without leading zeros."
|
50
50
|
msgstr ""
|
51
51
|
|
52
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
52
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:229
|
53
53
|
msgid "Organization id not found: '%s'"
|
54
54
|
msgstr ""
|
55
55
|
|
56
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
56
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:241
|
57
57
|
msgid "Invalid format. Product label cannot be blank."
|
58
58
|
msgstr ""
|
59
59
|
|
60
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
60
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:256
|
61
61
|
msgid ""
|
62
62
|
"Due to a change in your products, this container name has become ambiguous (pr"
|
63
63
|
"oduct name '%{prod_label}'). If you wish to continue using this container name"
|
@@ -66,27 +66,27 @@ msgid ""
|
|
66
66
|
"o_label}' and retry your push using the id format."
|
67
67
|
msgstr ""
|
68
68
|
|
69
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
69
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:270
|
70
70
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
71
71
|
msgstr ""
|
72
72
|
|
73
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
73
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:277
|
74
74
|
msgid "Product not found: '%s'"
|
75
75
|
msgstr ""
|
76
76
|
|
77
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
77
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:290
|
78
78
|
msgid "Invalid format. Product id must be an integer without leading zeros."
|
79
79
|
msgstr ""
|
80
80
|
|
81
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
81
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:298
|
82
82
|
msgid "Product id not found: '%s'"
|
83
83
|
msgstr ""
|
84
84
|
|
85
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
85
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:322
|
86
86
|
msgid "Invalid format. Container name cannot be blank."
|
87
87
|
msgstr ""
|
88
88
|
|
89
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
89
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:340
|
90
90
|
msgid ""
|
91
91
|
"Repository name '%{container_name}' already exists in this product using a dif"
|
92
92
|
"ferent naming scheme. Please retry your request with the %{root_repo_container"
|
@@ -94,23 +94,23 @@ msgid ""
|
|
94
94
|
" schema."
|
95
95
|
msgstr ""
|
96
96
|
|
97
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
97
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:353
|
98
98
|
msgid "Requested access to '%s' is denied"
|
99
99
|
msgstr ""
|
100
100
|
|
101
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
101
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:379
|
102
102
|
msgid "Could not locate local uploaded repository for content indexing."
|
103
103
|
msgstr ""
|
104
104
|
|
105
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
105
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:393
|
106
106
|
msgid "Could not locate repository properties for content indexing."
|
107
107
|
msgstr ""
|
108
108
|
|
109
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
109
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:418
|
110
110
|
msgid "Could not locate Pulp distribution."
|
111
111
|
msgstr ""
|
112
112
|
|
113
|
-
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:
|
113
|
+
#: ../app/controllers/katello/api/registry/registry_proxies_controller.rb:825
|
114
114
|
msgid "%s was not found!"
|
115
115
|
msgstr ""
|
116
116
|
|
@@ -212,9 +212,9 @@ msgstr ""
|
|
212
212
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:128
|
213
213
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:137
|
214
214
|
#: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:20
|
215
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
216
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
217
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
215
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:23
|
216
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:42
|
217
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:50
|
218
218
|
#: ../app/controllers/katello/api/v2/host_collections_controller.rb:29
|
219
219
|
#: ../app/controllers/katello/api/v2/host_collections_controller.rb:38
|
220
220
|
#: ../app/controllers/katello/api/v2/host_collections_controller.rb:73
|
@@ -340,8 +340,8 @@ msgstr ""
|
|
340
340
|
|
341
341
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:64
|
342
342
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:81
|
343
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
344
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
343
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:48
|
344
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:61
|
345
345
|
msgid "name"
|
346
346
|
msgstr ""
|
347
347
|
|
@@ -2281,59 +2281,59 @@ msgstr ""
|
|
2281
2281
|
msgid "Product ID to mirror the remote repository to"
|
2282
2282
|
msgstr ""
|
2283
2283
|
|
2284
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2284
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:16
|
2285
2285
|
msgid "Description of the flatpak remote"
|
2286
2286
|
msgstr ""
|
2287
2287
|
|
2288
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2288
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:17
|
2289
2289
|
msgid "Username for the flatpak remote"
|
2290
2290
|
msgstr ""
|
2291
2291
|
|
2292
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2292
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:18
|
2293
2293
|
msgid "Token/password for the flatpak remote"
|
2294
2294
|
msgstr ""
|
2295
2295
|
|
2296
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2297
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2296
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:21
|
2297
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:22
|
2298
2298
|
msgid "List flatpak remotes"
|
2299
2299
|
msgstr ""
|
2300
2300
|
|
2301
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2301
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:24
|
2302
2302
|
msgid "Name of the flatpak remote"
|
2303
2303
|
msgstr ""
|
2304
2304
|
|
2305
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2306
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2305
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:39
|
2306
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:40
|
2307
2307
|
msgid "Show a flatpak remote"
|
2308
2308
|
msgstr ""
|
2309
2309
|
|
2310
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2311
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2312
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2313
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2310
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:41
|
2311
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:60
|
2312
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:69
|
2313
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:75
|
2314
2314
|
msgid "Flatpak remote numeric identifier"
|
2315
2315
|
msgstr ""
|
2316
2316
|
|
2317
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2317
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:47
|
2318
2318
|
msgid "Create a flatpak remote"
|
2319
2319
|
msgstr ""
|
2320
2320
|
|
2321
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2322
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2321
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:49
|
2322
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:62
|
2323
2323
|
msgid ""
|
2324
2324
|
"Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ ,"
|
2325
2325
|
" https://registry.fedoraproject.org/."
|
2326
2326
|
msgstr ""
|
2327
2327
|
|
2328
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2328
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:58
|
2329
2329
|
msgid "Update a flatpak remote"
|
2330
2330
|
msgstr ""
|
2331
2331
|
|
2332
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2332
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:68
|
2333
2333
|
msgid "Delete a flatpak remote"
|
2334
2334
|
msgstr ""
|
2335
2335
|
|
2336
|
-
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:
|
2336
|
+
#: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:74
|
2337
2337
|
msgid "Scan a flatpak remote"
|
2338
2338
|
msgstr ""
|
2339
2339
|
|
@@ -4632,19 +4632,19 @@ msgid "Missing activation key!"
|
|
4632
4632
|
msgstr ""
|
4633
4633
|
|
4634
4634
|
#:
|
4635
|
-
#: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:
|
4635
|
+
#: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:11
|
4636
4636
|
msgid ""
|
4637
4637
|
"Host was not found by the subscription UUID: '%s', this can happen if the host"
|
4638
4638
|
" is registered already, but not to this instance"
|
4639
4639
|
msgstr ""
|
4640
4640
|
|
4641
4641
|
#:
|
4642
|
-
#: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:
|
4642
|
+
#: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:45
|
4643
4643
|
msgid "Smart proxy content source not found!"
|
4644
4644
|
msgstr ""
|
4645
4645
|
|
4646
4646
|
#:
|
4647
|
-
#: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:
|
4647
|
+
#: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:46
|
4648
4648
|
msgid "Pulp 3 is not enabled on Smart proxy!"
|
4649
4649
|
msgstr ""
|
4650
4650
|
|
@@ -5020,31 +5020,38 @@ msgstr ""
|
|
5020
5020
|
#: ../app/lib/actions/katello/activation_key/create.rb:20
|
5021
5021
|
#: ../app/lib/actions/katello/content_view/create.rb:10
|
5022
5022
|
#: ../app/lib/actions/katello/repository/create.rb:63
|
5023
|
-
#: ../app/lib/actions/katello/repository/create_root.rb:17
|
5023
|
+
#: ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:22
|
5024
|
+
#: action_names.rb:23 action_names.rb:24 action_names.rb:25 action_names.rb:26
|
5025
|
+
#: action_names.rb:27 action_names.rb:28
|
5024
5026
|
msgid "Create"
|
5025
5027
|
msgstr ""
|
5026
5028
|
|
5027
|
-
#: ../app/lib/actions/katello/activation_key/destroy.rb:20
|
5029
|
+
#: ../app/lib/actions/katello/activation_key/destroy.rb:20 action_names.rb:29
|
5028
5030
|
msgid "Delete Activation Key"
|
5029
5031
|
msgstr ""
|
5030
5032
|
|
5031
5033
|
#: ../app/lib/actions/katello/alternate_content_source/create.rb:27
|
5034
|
+
#: action_names.rb:11
|
5032
5035
|
msgid "Create Alternate Content Source"
|
5033
5036
|
msgstr ""
|
5034
5037
|
|
5035
5038
|
#: ../app/lib/actions/katello/alternate_content_source/destroy.rb:21
|
5039
|
+
#: action_names.rb:50
|
5036
5040
|
msgid "Destroy Alternate Content Source"
|
5037
5041
|
msgstr ""
|
5038
5042
|
|
5039
5043
|
#: ../app/lib/actions/katello/alternate_content_source/refresh.rb:20
|
5044
|
+
#: action_names.rb:106
|
5040
5045
|
msgid "Refresh Alternate Content Source"
|
5041
5046
|
msgstr ""
|
5042
5047
|
|
5043
5048
|
#: ../app/lib/actions/katello/alternate_content_source/update.rb:83
|
5049
|
+
#: action_names.rb:149
|
5044
5050
|
msgid "Update Alternate Content Source"
|
5045
5051
|
msgstr ""
|
5046
5052
|
|
5047
5053
|
#: ../app/lib/actions/katello/applicability/host/generate.rb:22
|
5054
|
+
#: action_names.rb:70
|
5048
5055
|
msgid "Generate host applicability"
|
5049
5056
|
msgstr ""
|
5050
5057
|
|
@@ -5059,14 +5066,16 @@ msgid "Bulk generate applicability for host %s"
|
|
5059
5066
|
msgstr ""
|
5060
5067
|
|
5061
5068
|
#: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:48
|
5069
|
+
#: action_names.rb:5
|
5062
5070
|
msgid "Bulk generate applicability for hosts"
|
5063
5071
|
msgstr ""
|
5064
5072
|
|
5065
5073
|
#: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25
|
5074
|
+
#: action_names.rb:73
|
5066
5075
|
msgid "Generate repository applicability"
|
5067
5076
|
msgstr ""
|
5068
5077
|
|
5069
|
-
#: ../app/lib/actions/katello/capsule_content/sync.rb:18
|
5078
|
+
#: ../app/lib/actions/katello/capsule_content/sync.rb:18 action_names.rb:146
|
5070
5079
|
msgid "Synchronize smart proxy"
|
5071
5080
|
msgstr ""
|
5072
5081
|
|
@@ -5076,10 +5085,12 @@ msgid "Action not allowed for the default smart proxy."
|
|
5076
5085
|
msgstr ""
|
5077
5086
|
|
5078
5087
|
#: ../app/lib/actions/katello/capsule_content/update_content_counts.rb:11
|
5088
|
+
#: action_names.rb:151
|
5079
5089
|
msgid "Update Content Counts"
|
5080
5090
|
msgstr ""
|
5081
5091
|
|
5082
5092
|
#: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:6
|
5093
|
+
#: action_names.rb:180
|
5083
5094
|
msgid "Verify checksum for content on smart proxy"
|
5084
5095
|
msgstr ""
|
5085
5096
|
|
@@ -5092,6 +5103,7 @@ msgid "Content view '%{content_view}' is not attached to this capsule."
|
|
5092
5103
|
msgstr ""
|
5093
5104
|
|
5094
5105
|
#: ../app/lib/actions/katello/cdn_configuration/update.rb:31
|
5106
|
+
#: action_names.rb:150
|
5095
5107
|
msgid "Update CDN Configuration"
|
5096
5108
|
msgstr ""
|
5097
5109
|
|
@@ -5121,6 +5133,8 @@ msgstr ""
|
|
5121
5133
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:268
|
5122
5134
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
|
5123
5135
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:92
|
5136
|
+
#: action_names.rb:43 action_names.rb:44 action_names.rb:45 action_names.rb:46
|
5137
|
+
#: action_names.rb:47 action_names.rb:48 action_names.rb:49
|
5124
5138
|
msgid "Delete"
|
5125
5139
|
msgstr ""
|
5126
5140
|
|
@@ -5186,6 +5200,7 @@ msgid "Cannot promote environment out of sequence. Use force to bypass restricti
|
|
5186
5200
|
msgstr ""
|
5187
5201
|
|
5188
5202
|
#: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40
|
5203
|
+
#: action_names.rb:100
|
5189
5204
|
msgid "Promotion to Environment"
|
5190
5205
|
msgstr ""
|
5191
5206
|
|
@@ -5204,6 +5219,7 @@ msgstr ""
|
|
5204
5219
|
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:39
|
5205
5220
|
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:111
|
5206
5221
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:92
|
5222
|
+
#: action_names.rb:102
|
5207
5223
|
msgid "Publish"
|
5208
5224
|
msgstr ""
|
5209
5225
|
|
@@ -5211,7 +5227,7 @@ msgstr ""
|
|
5211
5227
|
msgid "Cannot delete version while it is in environment %s"
|
5212
5228
|
msgstr ""
|
5213
5229
|
|
5214
|
-
#: ../app/lib/actions/katello/content_view/remove.rb:97
|
5230
|
+
#: ../app/lib/actions/katello/content_view/remove.rb:97 action_names.rb:121
|
5215
5231
|
msgid "Remove Versions and Associations"
|
5216
5232
|
msgstr ""
|
5217
5233
|
|
@@ -5238,11 +5254,13 @@ msgid ""
|
|
5238
5254
|
msgstr ""
|
5239
5255
|
|
5240
5256
|
#: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35
|
5257
|
+
#: action_names.rb:122
|
5241
5258
|
msgid "Remove from Environment"
|
5242
5259
|
msgstr ""
|
5243
5260
|
|
5244
5261
|
#: ../app/lib/actions/katello/content_view/remove_version.rb:26
|
5245
5262
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:139
|
5263
|
+
#: action_names.rb:120
|
5246
5264
|
msgid "Remove Version"
|
5247
5265
|
msgstr ""
|
5248
5266
|
|
@@ -5251,22 +5269,27 @@ msgid "Create Repositories"
|
|
5251
5269
|
msgstr ""
|
5252
5270
|
|
5253
5271
|
#: ../app/lib/actions/katello/content_view_version/export.rb:31
|
5272
|
+
#: action_names.rb:65 action_names.rb:66 action_names.rb:67
|
5254
5273
|
msgid "Export"
|
5255
5274
|
msgstr ""
|
5256
5275
|
|
5257
5276
|
#: ../app/lib/actions/katello/content_view_version/import.rb:57
|
5277
|
+
#: action_names.rb:76
|
5258
5278
|
msgid "Import Content View Version"
|
5259
5279
|
msgstr ""
|
5260
5280
|
|
5261
5281
|
#: ../app/lib/actions/katello/content_view_version/import_library.rb:13
|
5282
|
+
#: action_names.rb:77
|
5262
5283
|
msgid "Import Default Content View"
|
5263
5284
|
msgstr ""
|
5264
5285
|
|
5265
5286
|
#: ../app/lib/actions/katello/content_view_version/import_repository.rb:16
|
5287
|
+
#: action_names.rb:79
|
5266
5288
|
msgid "Import Repository"
|
5267
5289
|
msgstr ""
|
5268
5290
|
|
5269
5291
|
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:15
|
5292
|
+
#: action_names.rb:86
|
5270
5293
|
msgid "Incremental Update"
|
5271
5294
|
msgstr ""
|
5272
5295
|
|
@@ -5293,6 +5316,7 @@ msgid "Republish Repositories of %{name} %{version}"
|
|
5293
5316
|
msgstr ""
|
5294
5317
|
|
5295
5318
|
#: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:33
|
5319
|
+
#: action_names.rb:132
|
5296
5320
|
msgid "Republish Version Repositories"
|
5297
5321
|
msgstr ""
|
5298
5322
|
|
@@ -5301,18 +5325,21 @@ msgid "Verify checksum of repositories in %{name} %{version}"
|
|
5301
5325
|
msgstr ""
|
5302
5326
|
|
5303
5327
|
#: ../app/lib/actions/katello/content_view_version/verify_checksum.rb:23
|
5328
|
+
#: action_names.rb:181
|
5304
5329
|
msgid "Verify checksum of version repositories"
|
5305
5330
|
msgstr ""
|
5306
5331
|
|
5307
|
-
#: ../app/lib/actions/katello/environment/destroy.rb:42
|
5332
|
+
#: ../app/lib/actions/katello/environment/destroy.rb:42 action_names.rb:30
|
5308
5333
|
msgid "Delete Lifecycle Environment"
|
5309
5334
|
msgstr ""
|
5310
5335
|
|
5311
5336
|
#: ../app/lib/actions/katello/environment/publish_container_repositories.rb:36
|
5337
|
+
#: action_names.rb:101
|
5312
5338
|
msgid "Publish Lifecycle Environment Container Repositories"
|
5313
5339
|
msgstr ""
|
5314
5340
|
|
5315
5341
|
#: ../app/lib/actions/katello/flatpak/mirror_remote_repository.rb:25
|
5342
|
+
#: action_names.rb:94
|
5316
5343
|
msgid "Mirror Remote Repository"
|
5317
5344
|
msgstr ""
|
5318
5345
|
|
@@ -5334,7 +5361,7 @@ msgstr ""
|
|
5334
5361
|
msgid "Unknown"
|
5335
5362
|
msgstr ""
|
5336
5363
|
|
5337
|
-
#: ../app/lib/actions/katello/host/attach_subscriptions.rb:49
|
5364
|
+
#: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:3
|
5338
5365
|
msgid "Attach subscriptions"
|
5339
5366
|
msgstr ""
|
5340
5367
|
|
@@ -5342,7 +5369,7 @@ msgstr ""
|
|
5342
5369
|
msgid "Destroy Content Host %s"
|
5343
5370
|
msgstr ""
|
5344
5371
|
|
5345
|
-
#: ../app/lib/actions/katello/host/destroy.rb:32
|
5372
|
+
#: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:51
|
5346
5373
|
msgid "Destroy Content Host"
|
5347
5374
|
msgstr ""
|
5348
5375
|
|
@@ -5366,6 +5393,7 @@ msgid "Remove subscriptions from %s"
|
|
5366
5393
|
msgstr ""
|
5367
5394
|
|
5368
5395
|
#: ../app/lib/actions/katello/host/remove_subscriptions.rb:40
|
5396
|
+
#: action_names.rb:125
|
5369
5397
|
msgid "Remove subscriptions"
|
5370
5398
|
msgstr ""
|
5371
5399
|
|
@@ -5378,6 +5406,7 @@ msgid "Update Content Overrides to %s"
|
|
5378
5406
|
msgstr ""
|
5379
5407
|
|
5380
5408
|
#: ../app/lib/actions/katello/host/update_content_overrides.rb:32
|
5409
|
+
#: action_names.rb:152
|
5381
5410
|
msgid "Update Content Overrides"
|
5382
5411
|
msgstr ""
|
5383
5412
|
|
@@ -5388,6 +5417,7 @@ msgid "Host %s has not been registered with subscription-manager."
|
|
5388
5417
|
msgstr ""
|
5389
5418
|
|
5390
5419
|
#: ../app/lib/actions/katello/host/update_content_view.rb:20
|
5420
|
+
#: action_names.rb:154
|
5391
5421
|
msgid "Update content view environments for host"
|
5392
5422
|
msgstr ""
|
5393
5423
|
|
@@ -5400,6 +5430,7 @@ msgid "Host %{name} cannot be assigned release version %{release_version}."
|
|
5400
5430
|
msgstr ""
|
5401
5431
|
|
5402
5432
|
#: ../app/lib/actions/katello/host/update_release_version.rb:21
|
5433
|
+
#: action_names.rb:159
|
5403
5434
|
msgid "Update release version for host"
|
5404
5435
|
msgstr ""
|
5405
5436
|
|
@@ -5412,14 +5443,16 @@ msgid "Updating System Purpose for host %s"
|
|
5412
5443
|
msgstr ""
|
5413
5444
|
|
5414
5445
|
#: ../app/lib/actions/katello/host/update_system_purpose.rb:20
|
5446
|
+
#: action_names.rb:172
|
5415
5447
|
msgid "Updating System Purpose for host"
|
5416
5448
|
msgstr ""
|
5417
5449
|
|
5418
|
-
#: ../app/lib/actions/katello/organization/destroy.rb:30
|
5450
|
+
#: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:54
|
5419
5451
|
msgid "Destroy"
|
5420
5452
|
msgstr ""
|
5421
5453
|
|
5422
5454
|
#: ../app/lib/actions/katello/organization/manifest_delete.rb:42
|
5455
|
+
#: action_names.rb:31
|
5423
5456
|
msgid "Delete Manifest"
|
5424
5457
|
msgstr ""
|
5425
5458
|
|
@@ -5428,6 +5461,7 @@ msgid "Manifest deleted"
|
|
5428
5461
|
msgstr ""
|
5429
5462
|
|
5430
5463
|
#: ../app/lib/actions/katello/organization/manifest_import.rb:49
|
5464
|
+
#: action_names.rb:78
|
5431
5465
|
msgid "Import Manifest"
|
5432
5466
|
msgstr ""
|
5433
5467
|
|
@@ -5436,6 +5470,7 @@ msgid "Manifest imported"
|
|
5436
5470
|
msgstr ""
|
5437
5471
|
|
5438
5472
|
#: ../app/lib/actions/katello/organization/manifest_refresh.rb:84
|
5473
|
+
#: action_names.rb:107
|
5439
5474
|
msgid "Refresh Manifest"
|
5440
5475
|
msgstr ""
|
5441
5476
|
|
@@ -5444,10 +5479,12 @@ msgid "Manifest refreshed"
|
|
5444
5479
|
msgstr ""
|
5445
5480
|
|
5446
5481
|
#: ../app/lib/actions/katello/organization/simple_content_access/disable.rb:11
|
5482
|
+
#: action_names.rb:55
|
5447
5483
|
msgid "Disable Simple Content Access"
|
5448
5484
|
msgstr ""
|
5449
5485
|
|
5450
5486
|
#: ../app/lib/actions/katello/organization/simple_content_access/enable.rb:11
|
5487
|
+
#: action_names.rb:58
|
5451
5488
|
msgid "Enable Simple Content Access"
|
5452
5489
|
msgstr ""
|
5453
5490
|
|
@@ -5455,11 +5492,11 @@ msgstr ""
|
|
5455
5492
|
msgid "Cannot delete redhat product content"
|
5456
5493
|
msgstr ""
|
5457
5494
|
|
5458
|
-
#: ../app/lib/actions/katello/product/create.rb:37
|
5495
|
+
#: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:98
|
5459
5496
|
msgid "Product Create"
|
5460
5497
|
msgstr ""
|
5461
5498
|
|
5462
|
-
#: ../app/lib/actions/katello/product/destroy.rb:56
|
5499
|
+
#: ../app/lib/actions/katello/product/destroy.rb:56 action_names.rb:32
|
5463
5500
|
msgid "Delete Product"
|
5464
5501
|
msgstr ""
|
5465
5502
|
|
@@ -5506,6 +5543,7 @@ msgid "Cannot publish a link repository if multiple component clones are specifi
|
|
5506
5543
|
msgstr ""
|
5507
5544
|
|
5508
5545
|
#: ../app/lib/actions/katello/repository/create_container_push_root.rb:39
|
5546
|
+
#: action_names.rb:12
|
5509
5547
|
msgid "Create Container Push Repository Root"
|
5510
5548
|
msgstr ""
|
5511
5549
|
|
@@ -5517,7 +5555,8 @@ msgid ""
|
|
5517
5555
|
msgstr ""
|
5518
5556
|
|
5519
5557
|
#: ../app/lib/actions/katello/repository/import_upload.rb:73
|
5520
|
-
#: ../app/lib/actions/katello/repository/upload_files.rb:54
|
5558
|
+
#: ../app/lib/actions/katello/repository/upload_files.rb:54 action_names.rb:177
|
5559
|
+
#: action_names.rb:178
|
5521
5560
|
msgid "Upload into"
|
5522
5561
|
msgstr ""
|
5523
5562
|
|
@@ -5536,6 +5575,7 @@ msgid ""
|
|
5536
5575
|
msgstr ""
|
5537
5576
|
|
5538
5577
|
#: ../app/lib/actions/katello/repository/remove_content.rb:71
|
5578
|
+
#: action_names.rb:119
|
5539
5579
|
msgid "Remove Content"
|
5540
5580
|
msgstr ""
|
5541
5581
|
|
@@ -5547,7 +5587,7 @@ msgstr ""
|
|
5547
5587
|
msgid "Synchronize: Skip Metadata Check"
|
5548
5588
|
msgstr ""
|
5549
5589
|
|
5550
|
-
#: ../app/lib/actions/katello/repository/sync.rb:81
|
5590
|
+
#: ../app/lib/actions/katello/repository/sync.rb:81 action_names.rb:147
|
5551
5591
|
msgid "Synchronize"
|
5552
5592
|
msgstr ""
|
5553
5593
|
|
@@ -5568,6 +5608,7 @@ msgstr ""
|
|
5568
5608
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:463
|
5569
5609
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:543
|
5570
5610
|
#: ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:12
|
5611
|
+
#: action_names.rb:56
|
5571
5612
|
msgid "Disable"
|
5572
5613
|
msgstr ""
|
5573
5614
|
|
@@ -5579,6 +5620,7 @@ msgstr ""
|
|
5579
5620
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:452
|
5580
5621
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:526
|
5581
5622
|
#: ../webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js:109
|
5623
|
+
#: action_names.rb:59
|
5582
5624
|
msgid "Enable"
|
5583
5625
|
msgstr ""
|
5584
5626
|
|
@@ -5586,7 +5628,7 @@ msgstr ""
|
|
5586
5628
|
msgid "The repository is already enabled"
|
5587
5629
|
msgstr ""
|
5588
5630
|
|
5589
|
-
#: ../app/lib/actions/katello/sync_plan/run.rb:41
|
5631
|
+
#: ../app/lib/actions/katello/sync_plan/run.rb:41 action_names.rb:133
|
5590
5632
|
msgid "Run Sync Plan:"
|
5591
5633
|
msgstr ""
|
5592
5634
|
|
@@ -5669,20 +5711,24 @@ msgid ""
|
|
5669
5711
|
msgstr ""
|
5670
5712
|
|
5671
5713
|
#: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:59
|
5714
|
+
#: action_names.rb:13
|
5672
5715
|
msgid "Create Export History"
|
5673
5716
|
msgstr ""
|
5674
5717
|
|
5675
5718
|
#: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:28
|
5719
|
+
#: action_names.rb:14
|
5676
5720
|
msgid "Create Import History"
|
5677
5721
|
msgstr ""
|
5678
5722
|
|
5679
5723
|
#:
|
5680
5724
|
#: ../app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb:44
|
5725
|
+
#: action_names.rb:15
|
5681
5726
|
msgid "Create Syncable Export History"
|
5682
5727
|
msgstr ""
|
5683
5728
|
|
5684
5729
|
#:
|
5685
5730
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:42
|
5731
|
+
#: action_names.rb:63
|
5686
5732
|
msgid "Export Library"
|
5687
5733
|
msgstr ""
|
5688
5734
|
|
@@ -5697,6 +5743,7 @@ msgstr ""
|
|
5697
5743
|
|
5698
5744
|
#:
|
5699
5745
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:33
|
5746
|
+
#: action_names.rb:64
|
5700
5747
|
msgid "Export Repository"
|
5701
5748
|
msgstr ""
|
5702
5749
|
|
@@ -5723,12 +5770,14 @@ msgid ""
|
|
5723
5770
|
msgstr ""
|
5724
5771
|
|
5725
5772
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:54
|
5773
|
+
#: action_names.rb:84
|
5726
5774
|
msgid "Import"
|
5727
5775
|
msgstr ""
|
5728
5776
|
|
5729
5777
|
#:
|
5730
5778
|
#: ../app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb:16
|
5731
5779
|
#: ../app/lib/actions/pulp3/repository/update_cv_repository_cert_guard.rb:14
|
5780
|
+
#: action_names.rb:173 action_names.rb:174
|
5732
5781
|
msgid "Updating repository authentication configuration"
|
5733
5782
|
msgstr ""
|
5734
5783
|
|
@@ -7531,7 +7580,7 @@ msgid ""
|
|
7531
7580
|
msgstr ""
|
7532
7581
|
|
7533
7582
|
#: ../app/models/katello/kt_environment.rb:272
|
7534
|
-
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:
|
7583
|
+
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:34
|
7535
7584
|
msgid "Lifecycle Environment"
|
7536
7585
|
msgstr ""
|
7537
7586
|
|
@@ -7643,12 +7692,6 @@ msgstr ""
|
|
7643
7692
|
msgid "Repository has already been cloned to %{cv_name} in environment %{to_env}"
|
7644
7693
|
msgstr ""
|
7645
7694
|
|
7646
|
-
#: ../app/models/katello/repository.rb:707
|
7647
|
-
msgid ""
|
7648
|
-
"This repository has pending tasks in associated content views. Please wait for"
|
7649
|
-
" the tasks: "
|
7650
|
-
msgstr ""
|
7651
|
-
|
7652
7695
|
#: ../app/models/katello/repository.rb:824
|
7653
7696
|
msgid ""
|
7654
7697
|
"Repository cannot be deleted since it has already been included in a published"
|
@@ -8127,7 +8170,7 @@ msgstr ""
|
|
8127
8170
|
msgid "%s content type is not enabled."
|
8128
8171
|
msgstr ""
|
8129
8172
|
|
8130
|
-
#: ../app/services/katello/pulp3/repository.rb:
|
8173
|
+
#: ../app/services/katello/pulp3/repository.rb:563
|
8131
8174
|
msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
|
8132
8175
|
msgstr ""
|
8133
8176
|
|
@@ -8210,7 +8253,7 @@ msgstr ""
|
|
8210
8253
|
|
8211
8254
|
#: ../app/views/dashboard/_content_views_widget.html.erb:15
|
8212
8255
|
#: ../app/views/katello/errata_mailer/promote_errata.text.erb:8
|
8213
|
-
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:
|
8256
|
+
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:50
|
8214
8257
|
#: ../db/seeds.d/110-content-view-autopublish.rb:4
|
8215
8258
|
#: ../db/seeds.d/110-content-view-autopublish.rb:16
|
8216
8259
|
msgid "Content View"
|
@@ -8258,6 +8301,7 @@ msgstr ""
|
|
8258
8301
|
#: ../app/views/dashboard/_errata_widget.html.erb:15
|
8259
8302
|
#: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:20
|
8260
8303
|
#: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:7
|
8304
|
+
#: ../webpack/ForemanColumnExtensions/index.js:34
|
8261
8305
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:72
|
8262
8306
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:158
|
8263
8307
|
#: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js:58
|
@@ -8826,7 +8870,7 @@ msgstr ""
|
|
8826
8870
|
#: ../app/views/katello/task_mailer/cv_promote_failure.html.erb:8
|
8827
8871
|
#: ../app/views/katello/task_mailer/cv_publish_failure.html.erb:8
|
8828
8872
|
#: ../app/views/katello/task_mailer/proxy_sync_failure.html.erb:15
|
8829
|
-
#: ../lib/katello/plugin.rb:291 ../webpack/ForemanColumnExtensions/index.js:
|
8873
|
+
#: ../lib/katello/plugin.rb:291 ../webpack/ForemanColumnExtensions/index.js:161
|
8830
8874
|
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:137
|
8831
8875
|
#: ../webpack/scenes/ContentViews/Details/ContentViewInfo.js:74
|
8832
8876
|
#: ../webpack/scenes/ContentViews/components/ContentViewIcon.js:19
|
@@ -8927,13 +8971,13 @@ msgstr ""
|
|
8927
8971
|
msgid "Installed Packages"
|
8928
8972
|
msgstr ""
|
8929
8973
|
|
8930
|
-
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:
|
8931
|
-
#: ../webpack/components/extensions/HostDetails/ActionsBar/index.js:
|
8974
|
+
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:12
|
8975
|
+
#: ../webpack/components/extensions/HostDetails/ActionsBar/index.js:75
|
8932
8976
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js:99
|
8933
8977
|
msgid "Change content source"
|
8934
8978
|
msgstr ""
|
8935
8979
|
|
8936
|
-
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:
|
8980
|
+
#: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:20
|
8937
8981
|
msgid "Content Source"
|
8938
8982
|
msgstr ""
|
8939
8983
|
|
@@ -9200,7 +9244,7 @@ msgstr ""
|
|
9200
9244
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:79
|
9201
9245
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:124
|
9202
9246
|
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:36
|
9203
|
-
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:
|
9247
|
+
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:208
|
9204
9248
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:29
|
9205
9249
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:88
|
9206
9250
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js:36
|
@@ -9353,15 +9397,15 @@ msgstr ""
|
|
9353
9397
|
msgid "Other Content Types"
|
9354
9398
|
msgstr ""
|
9355
9399
|
|
9356
|
-
#: ../lib/katello/plugin.rb:279 ../webpack/ForemanColumnExtensions/index.js:
|
9400
|
+
#: ../lib/katello/plugin.rb:279 ../webpack/ForemanColumnExtensions/index.js:82
|
9357
9401
|
msgid "RHEL Lifecycle status"
|
9358
9402
|
msgstr ""
|
9359
9403
|
|
9360
|
-
#: ../lib/katello/plugin.rb:282 ../webpack/ForemanColumnExtensions/index.js:
|
9404
|
+
#: ../lib/katello/plugin.rb:282 ../webpack/ForemanColumnExtensions/index.js:92
|
9361
9405
|
msgid "Installable updates"
|
9362
9406
|
msgstr ""
|
9363
9407
|
|
9364
|
-
#: ../lib/katello/plugin.rb:288 ../webpack/ForemanColumnExtensions/index.js:
|
9408
|
+
#: ../lib/katello/plugin.rb:288 ../webpack/ForemanColumnExtensions/index.js:150
|
9365
9409
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:213
|
9366
9410
|
msgid "Lifecycle environment"
|
9367
9411
|
msgstr ""
|
@@ -10134,54 +10178,54 @@ msgstr ""
|
|
10134
10178
|
msgid "Unable to detect puppet path"
|
10135
10179
|
msgstr ""
|
10136
10180
|
|
10137
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
10181
|
+
#: ../webpack/ForemanColumnExtensions/index.js:34
|
10138
10182
|
msgid "Image mode / package mode"
|
10139
10183
|
msgstr ""
|
10140
10184
|
|
10141
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
10185
|
+
#: ../webpack/ForemanColumnExtensions/index.js:54
|
10142
10186
|
msgid "Image-mode host"
|
10143
10187
|
msgstr ""
|
10144
10188
|
|
10145
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
10146
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:
|
10189
|
+
#: ../webpack/ForemanColumnExtensions/index.js:59
|
10190
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:41
|
10147
10191
|
msgid "Running image"
|
10148
10192
|
msgstr ""
|
10149
10193
|
|
10150
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
10194
|
+
#: ../webpack/ForemanColumnExtensions/index.js:63
|
10151
10195
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:402
|
10152
10196
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:416
|
10153
10197
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:356
|
10154
10198
|
msgid "Digest"
|
10155
10199
|
msgstr ""
|
10156
10200
|
|
10157
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
10201
|
+
#: ../webpack/ForemanColumnExtensions/index.js:70
|
10158
10202
|
#: ../webpack/components/extensions/Hosts/FontAwesomeImageModeIcon.js:52
|
10159
10203
|
msgid "Image mode"
|
10160
10204
|
msgstr ""
|
10161
10205
|
|
10162
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
10206
|
+
#: ../webpack/ForemanColumnExtensions/index.js:72
|
10163
10207
|
msgid "Package mode"
|
10164
10208
|
msgstr ""
|
10165
10209
|
|
10166
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
10210
|
+
#: ../webpack/ForemanColumnExtensions/index.js:139
|
10167
10211
|
msgid "Last seen"
|
10168
10212
|
msgstr ""
|
10169
10213
|
|
10170
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
10214
|
+
#: ../webpack/ForemanColumnExtensions/index.js:172
|
10171
10215
|
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:102
|
10172
10216
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:109
|
10173
10217
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:165
|
10174
10218
|
msgid "Content view environments"
|
10175
10219
|
msgstr ""
|
10176
10220
|
|
10177
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
10221
|
+
#: ../webpack/ForemanColumnExtensions/index.js:213
|
10178
10222
|
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js:96
|
10179
10223
|
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:93
|
10180
10224
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:42
|
10181
10225
|
msgid "Content source"
|
10182
10226
|
msgstr ""
|
10183
10227
|
|
10184
|
-
#: ../webpack/ForemanColumnExtensions/index.js:
|
10228
|
+
#: ../webpack/ForemanColumnExtensions/index.js:224
|
10185
10229
|
msgid "Registered at"
|
10186
10230
|
msgstr ""
|
10187
10231
|
|
@@ -10420,11 +10464,11 @@ msgstr ""
|
|
10420
10464
|
msgid "Select Organization"
|
10421
10465
|
msgstr ""
|
10422
10466
|
|
10423
|
-
#: ../webpack/components/extensions/HostDetails/ActionsBar/index.js:
|
10467
|
+
#: ../webpack/components/extensions/HostDetails/ActionsBar/index.js:54
|
10424
10468
|
msgid "Legacy content host UI"
|
10425
10469
|
msgstr ""
|
10426
10470
|
|
10427
|
-
#: ../webpack/components/extensions/HostDetails/ActionsBar/index.js:
|
10471
|
+
#: ../webpack/components/extensions/HostDetails/ActionsBar/index.js:64
|
10428
10472
|
msgid "Refresh applicability"
|
10429
10473
|
msgstr ""
|
10430
10474
|
|
@@ -10578,8 +10622,8 @@ msgstr ""
|
|
10578
10622
|
#: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:133
|
10579
10623
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:430
|
10580
10624
|
msgid ""
|
10581
|
-
"Installable errata are applicable errata that are available in the host's
|
10582
|
-
"
|
10625
|
+
"Installable errata are applicable errata that are available in the host's assi"
|
10626
|
+
"gned content view environments."
|
10583
10627
|
msgstr ""
|
10584
10628
|
|
10585
10629
|
#:
|
@@ -10866,42 +10910,42 @@ msgid "Image mode details"
|
|
10866
10910
|
msgstr ""
|
10867
10911
|
|
10868
10912
|
#:
|
10869
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:
|
10913
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:38
|
10870
10914
|
msgid "Modify via remote execution"
|
10871
10915
|
msgstr ""
|
10872
10916
|
|
10873
10917
|
#:
|
10874
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:
|
10918
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:43
|
10875
10919
|
msgid "Running image digest"
|
10876
10920
|
msgstr ""
|
10877
10921
|
|
10878
10922
|
#:
|
10879
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:
|
10923
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:46
|
10880
10924
|
msgid "Staged image"
|
10881
10925
|
msgstr ""
|
10882
10926
|
|
10883
10927
|
#:
|
10884
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:
|
10928
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:48
|
10885
10929
|
msgid "Staged image digest"
|
10886
10930
|
msgstr ""
|
10887
10931
|
|
10888
10932
|
#:
|
10889
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:
|
10933
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:51
|
10890
10934
|
msgid "Available image"
|
10891
10935
|
msgstr ""
|
10892
10936
|
|
10893
10937
|
#:
|
10894
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:
|
10938
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:53
|
10895
10939
|
msgid "Available image digest"
|
10896
10940
|
msgstr ""
|
10897
10941
|
|
10898
10942
|
#:
|
10899
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:
|
10943
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:56
|
10900
10944
|
msgid "Rollback image"
|
10901
10945
|
msgstr ""
|
10902
10946
|
|
10903
10947
|
#:
|
10904
|
-
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:
|
10948
|
+
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js:58
|
10905
10949
|
msgid "Rollback image digest"
|
10906
10950
|
msgstr ""
|
10907
10951
|
|
@@ -11044,8 +11088,8 @@ msgstr ""
|
|
11044
11088
|
#: ../webpack/components/extensions/HostDetails/Tabs/DebsTab/DebInstallModal.js:90
|
11045
11089
|
#: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js:90
|
11046
11090
|
msgid ""
|
11047
|
-
"No packages available to install on this host. Please check the host's
|
11048
|
-
" view
|
11091
|
+
"No packages available to install on this host. Please check the host's assigne"
|
11092
|
+
"d content view environments."
|
11049
11093
|
msgstr ""
|
11050
11094
|
|
11051
11095
|
#:
|
@@ -11240,8 +11284,8 @@ msgstr ""
|
|
11240
11284
|
|
11241
11285
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:560
|
11242
11286
|
msgid ""
|
11243
|
-
"This erratum is not installable because it is not in this host's
|
11244
|
-
"
|
11287
|
+
"This erratum is not installable because it is not in this host's assigned cont"
|
11288
|
+
"ent view environments."
|
11245
11289
|
msgstr ""
|
11246
11290
|
|
11247
11291
|
#:
|
@@ -11408,6 +11452,9 @@ msgstr ""
|
|
11408
11452
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/ExportSyncForm.js:65
|
11409
11453
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:144
|
11410
11454
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:253
|
11455
|
+
#: action_names.rb:163 action_names.rb:164 action_names.rb:165
|
11456
|
+
#: action_names.rb:166 action_names.rb:167 action_names.rb:168
|
11457
|
+
#: action_names.rb:169 action_names.rb:170 action_names.rb:171
|
11411
11458
|
msgid "Update"
|
11412
11459
|
msgstr ""
|
11413
11460
|
|
@@ -12563,6 +12610,7 @@ msgstr ""
|
|
12563
12610
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:275
|
12564
12611
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:363
|
12565
12612
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:242
|
12613
|
+
#: action_names.rb:115 action_names.rb:116 action_names.rb:117
|
12566
12614
|
msgid "Refresh"
|
12567
12615
|
msgstr ""
|
12568
12616
|
|
@@ -12597,12 +12645,12 @@ msgstr ""
|
|
12597
12645
|
msgid "Image digests"
|
12598
12646
|
msgstr ""
|
12599
12647
|
|
12600
|
-
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:
|
12648
|
+
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:145
|
12601
12649
|
#: ../webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js:12
|
12602
12650
|
msgid "Loading..."
|
12603
12651
|
msgstr ""
|
12604
12652
|
|
12605
|
-
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:
|
12653
|
+
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:207
|
12606
12654
|
msgid "Image digest"
|
12607
12655
|
msgstr ""
|
12608
12656
|
|
@@ -13930,6 +13978,7 @@ msgstr ""
|
|
13930
13978
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:126
|
13931
13979
|
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:111
|
13932
13980
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:98
|
13981
|
+
#: action_names.rb:99
|
13933
13982
|
msgid "Promote"
|
13934
13983
|
msgstr ""
|
13935
13984
|
|
@@ -13996,6 +14045,7 @@ msgstr ""
|
|
13996
14045
|
#:
|
13997
14046
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js:33
|
13998
14047
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:74
|
14048
|
+
#: action_names.rb:42
|
13999
14049
|
msgid "Delete version"
|
14000
14050
|
msgstr ""
|
14001
14051
|
|
@@ -15790,3 +15840,323 @@ msgstr ""
|
|
15790
15840
|
#: ../webpack/utils/helpers.js:9
|
15791
15841
|
msgid "The subscription is no longer available"
|
15792
15842
|
msgstr ""
|
15843
|
+
|
15844
|
+
#: action_names.rb:2
|
15845
|
+
msgid "Abstract async task"
|
15846
|
+
msgstr ""
|
15847
|
+
|
15848
|
+
#: action_names.rb:4
|
15849
|
+
msgid "Auto attach subscriptions"
|
15850
|
+
msgstr ""
|
15851
|
+
|
15852
|
+
#: action_names.rb:6
|
15853
|
+
msgid "Commit upload"
|
15854
|
+
msgstr ""
|
15855
|
+
|
15856
|
+
#: action_names.rb:7
|
15857
|
+
msgid "Copy all units"
|
15858
|
+
msgstr ""
|
15859
|
+
|
15860
|
+
#: action_names.rb:8
|
15861
|
+
msgid "Copy content"
|
15862
|
+
msgstr ""
|
15863
|
+
|
15864
|
+
#: action_names.rb:9
|
15865
|
+
msgid "Copy version units to library"
|
15866
|
+
msgstr ""
|
15867
|
+
|
15868
|
+
#: action_names.rb:10
|
15869
|
+
msgid "Copy version"
|
15870
|
+
msgstr ""
|
15871
|
+
|
15872
|
+
#: action_names.rb:16
|
15873
|
+
msgid "Create exporter"
|
15874
|
+
msgstr ""
|
15875
|
+
|
15876
|
+
#: action_names.rb:17
|
15877
|
+
msgid "Create import"
|
15878
|
+
msgstr ""
|
15879
|
+
|
15880
|
+
#: action_names.rb:18
|
15881
|
+
msgid "Create importer"
|
15882
|
+
msgstr ""
|
15883
|
+
|
15884
|
+
#: action_names.rb:19
|
15885
|
+
msgid "Create publication"
|
15886
|
+
msgstr ""
|
15887
|
+
|
15888
|
+
#: action_names.rb:20 action_names.rb:21
|
15889
|
+
msgid "Create remote"
|
15890
|
+
msgstr ""
|
15891
|
+
|
15892
|
+
#: action_names.rb:33
|
15893
|
+
msgid "Delete distributions"
|
15894
|
+
msgstr ""
|
15895
|
+
|
15896
|
+
#: action_names.rb:34
|
15897
|
+
msgid "Delete orphan alternate content sources"
|
15898
|
+
msgstr ""
|
15899
|
+
|
15900
|
+
#: action_names.rb:35
|
15901
|
+
msgid "Delete orphan distributions"
|
15902
|
+
msgstr ""
|
15903
|
+
|
15904
|
+
#: action_names.rb:36
|
15905
|
+
msgid "Delete orphan remotes"
|
15906
|
+
msgstr ""
|
15907
|
+
|
15908
|
+
#: action_names.rb:37
|
15909
|
+
msgid "Delete orphan repository versions"
|
15910
|
+
msgstr ""
|
15911
|
+
|
15912
|
+
#: action_names.rb:38
|
15913
|
+
msgid "Delete orphaned migrated repositories"
|
15914
|
+
msgstr ""
|
15915
|
+
|
15916
|
+
#: action_names.rb:39 action_names.rb:40
|
15917
|
+
msgid "Delete remote"
|
15918
|
+
msgstr ""
|
15919
|
+
|
15920
|
+
#: action_names.rb:41
|
15921
|
+
msgid "Delete repository references"
|
15922
|
+
msgstr ""
|
15923
|
+
|
15924
|
+
#: action_names.rb:52
|
15925
|
+
msgid "Destroy exporter"
|
15926
|
+
msgstr ""
|
15927
|
+
|
15928
|
+
#: action_names.rb:53
|
15929
|
+
msgid "Destroy importer"
|
15930
|
+
msgstr ""
|
15931
|
+
|
15932
|
+
#: action_names.rb:57
|
15933
|
+
msgid "Discover"
|
15934
|
+
msgstr ""
|
15935
|
+
|
15936
|
+
#: action_names.rb:60
|
15937
|
+
msgid "Environment contents refresh"
|
15938
|
+
msgstr ""
|
15939
|
+
|
15940
|
+
#: action_names.rb:61 action_names.rb:62
|
15941
|
+
msgid "Errata mail"
|
15942
|
+
msgstr ""
|
15943
|
+
|
15944
|
+
#: action_names.rb:68
|
15945
|
+
msgid "Fetch pxe files"
|
15946
|
+
msgstr ""
|
15947
|
+
|
15948
|
+
#: action_names.rb:69
|
15949
|
+
msgid "Filtered index content"
|
15950
|
+
msgstr ""
|
15951
|
+
|
15952
|
+
#: action_names.rb:71 action_names.rb:72
|
15953
|
+
msgid "Generate metadata"
|
15954
|
+
msgstr ""
|
15955
|
+
|
15956
|
+
#: action_names.rb:74
|
15957
|
+
msgid "Hypervisors update"
|
15958
|
+
msgstr ""
|
15959
|
+
|
15960
|
+
#: action_names.rb:75
|
15961
|
+
msgid "Hypervisors"
|
15962
|
+
msgstr ""
|
15963
|
+
|
15964
|
+
#: action_names.rb:80
|
15965
|
+
msgid "Import migration"
|
15966
|
+
msgstr ""
|
15967
|
+
|
15968
|
+
#: action_names.rb:81
|
15969
|
+
msgid "Import repository upload"
|
15970
|
+
msgstr ""
|
15971
|
+
|
15972
|
+
#: action_names.rb:82 action_names.rb:83
|
15973
|
+
msgid "Import upload"
|
15974
|
+
msgstr ""
|
15975
|
+
|
15976
|
+
#: action_names.rb:85
|
15977
|
+
msgid "Incremental Update of Content View Version(s) "
|
15978
|
+
msgstr ""
|
15979
|
+
|
15980
|
+
#: action_names.rb:87
|
15981
|
+
msgid "Index content"
|
15982
|
+
msgstr ""
|
15983
|
+
|
15984
|
+
#: action_names.rb:88
|
15985
|
+
msgid "Index errata"
|
15986
|
+
msgstr ""
|
15987
|
+
|
15988
|
+
#: action_names.rb:89
|
15989
|
+
msgid "Index module streams"
|
15990
|
+
msgstr ""
|
15991
|
+
|
15992
|
+
#: action_names.rb:90
|
15993
|
+
msgid "Index package groups"
|
15994
|
+
msgstr ""
|
15995
|
+
|
15996
|
+
#: action_names.rb:91
|
15997
|
+
msgid "Initialize"
|
15998
|
+
msgstr ""
|
15999
|
+
|
16000
|
+
#: action_names.rb:92
|
16001
|
+
msgid "Instance update"
|
16002
|
+
msgstr ""
|
16003
|
+
|
16004
|
+
#: action_names.rb:93
|
16005
|
+
msgid "Metadata generate"
|
16006
|
+
msgstr ""
|
16007
|
+
|
16008
|
+
#: action_names.rb:95
|
16009
|
+
msgid "Multi copy all units"
|
16010
|
+
msgstr ""
|
16011
|
+
|
16012
|
+
#: action_names.rb:96
|
16013
|
+
msgid "Multi copy content"
|
16014
|
+
msgstr ""
|
16015
|
+
|
16016
|
+
#: action_names.rb:97
|
16017
|
+
msgid "Multi copy units"
|
16018
|
+
msgstr ""
|
16019
|
+
|
16020
|
+
#: action_names.rb:103
|
16021
|
+
msgid "Purge completed tasks"
|
16022
|
+
msgstr ""
|
16023
|
+
|
16024
|
+
#: action_names.rb:104 action_names.rb:105
|
16025
|
+
msgid "Reclaim space"
|
16026
|
+
msgstr ""
|
16027
|
+
|
16028
|
+
#: action_names.rb:108
|
16029
|
+
msgid "Refresh all distributions"
|
16030
|
+
msgstr ""
|
16031
|
+
|
16032
|
+
#: action_names.rb:109 action_names.rb:110
|
16033
|
+
msgid "Refresh distribution"
|
16034
|
+
msgstr ""
|
16035
|
+
|
16036
|
+
#: action_names.rb:111
|
16037
|
+
msgid "Refresh if needed"
|
16038
|
+
msgstr ""
|
16039
|
+
|
16040
|
+
#: action_names.rb:112 action_names.rb:113
|
16041
|
+
msgid "Refresh remote"
|
16042
|
+
msgstr ""
|
16043
|
+
|
16044
|
+
#: action_names.rb:114
|
16045
|
+
msgid "Refresh repos"
|
16046
|
+
msgstr ""
|
16047
|
+
|
16048
|
+
#: action_names.rb:118
|
16049
|
+
msgid "Reindex subscriptions"
|
16050
|
+
msgstr ""
|
16051
|
+
|
16052
|
+
#: action_names.rb:123 action_names.rb:124
|
16053
|
+
msgid "Remove orphans"
|
16054
|
+
msgstr ""
|
16055
|
+
|
16056
|
+
#: action_names.rb:126 action_names.rb:127
|
16057
|
+
msgid "Remove units"
|
16058
|
+
msgstr ""
|
16059
|
+
|
16060
|
+
#: action_names.rb:128
|
16061
|
+
msgid "Remove unneeded repos"
|
16062
|
+
msgstr ""
|
16063
|
+
|
16064
|
+
#: action_names.rb:129
|
16065
|
+
msgid "Repair"
|
16066
|
+
msgstr ""
|
16067
|
+
|
16068
|
+
#: action_names.rb:130
|
16069
|
+
msgid "Repositories certs reset"
|
16070
|
+
msgstr ""
|
16071
|
+
|
16072
|
+
#: action_names.rb:131
|
16073
|
+
msgid "Repositories gpg reset"
|
16074
|
+
msgstr ""
|
16075
|
+
|
16076
|
+
#: action_names.rb:134
|
16077
|
+
msgid "Save artifact"
|
16078
|
+
msgstr ""
|
16079
|
+
|
16080
|
+
#: action_names.rb:135
|
16081
|
+
msgid "Save distribution references"
|
16082
|
+
msgstr ""
|
16083
|
+
|
16084
|
+
#: action_names.rb:136
|
16085
|
+
msgid "Save publication"
|
16086
|
+
msgstr ""
|
16087
|
+
|
16088
|
+
#: action_names.rb:137
|
16089
|
+
msgid "Save version"
|
16090
|
+
msgstr ""
|
16091
|
+
|
16092
|
+
#: action_names.rb:138
|
16093
|
+
msgid "Save versions"
|
16094
|
+
msgstr ""
|
16095
|
+
|
16096
|
+
#: action_names.rb:139
|
16097
|
+
msgid "Scan cdn"
|
16098
|
+
msgstr ""
|
16099
|
+
|
16100
|
+
#: action_names.rb:140
|
16101
|
+
msgid "Scan remote"
|
16102
|
+
msgstr ""
|
16103
|
+
|
16104
|
+
#: action_names.rb:141
|
16105
|
+
msgid "Sync capsule"
|
16106
|
+
msgstr ""
|
16107
|
+
|
16108
|
+
#: action_names.rb:142 action_names.rb:143 action_names.rb:144
|
16109
|
+
msgid "Sync"
|
16110
|
+
msgstr ""
|
16111
|
+
|
16112
|
+
#: action_names.rb:145
|
16113
|
+
msgid "Syncable export"
|
16114
|
+
msgstr ""
|
16115
|
+
|
16116
|
+
#: action_names.rb:148
|
16117
|
+
msgid "Toggle"
|
16118
|
+
msgstr ""
|
16119
|
+
|
16120
|
+
#: action_names.rb:153
|
16121
|
+
msgid "Update content urls"
|
16122
|
+
msgstr ""
|
16123
|
+
|
16124
|
+
#: action_names.rb:155
|
16125
|
+
msgid "Update distributions"
|
16126
|
+
msgstr ""
|
16127
|
+
|
16128
|
+
#: action_names.rb:156
|
16129
|
+
msgid "Update http proxy details"
|
16130
|
+
msgstr ""
|
16131
|
+
|
16132
|
+
#: action_names.rb:157
|
16133
|
+
msgid "Update http proxy"
|
16134
|
+
msgstr ""
|
16135
|
+
|
16136
|
+
#: action_names.rb:158
|
16137
|
+
msgid "Update redhat repository"
|
16138
|
+
msgstr ""
|
16139
|
+
|
16140
|
+
#: action_names.rb:160 action_names.rb:161
|
16141
|
+
msgid "Update remote"
|
16142
|
+
msgstr ""
|
16143
|
+
|
16144
|
+
#: action_names.rb:162
|
16145
|
+
msgid "Update repository"
|
16146
|
+
msgstr ""
|
16147
|
+
|
16148
|
+
#: action_names.rb:175
|
16149
|
+
msgid "Upload content"
|
16150
|
+
msgstr ""
|
16151
|
+
|
16152
|
+
#: action_names.rb:176
|
16153
|
+
msgid "Upload file"
|
16154
|
+
msgstr ""
|
16155
|
+
|
16156
|
+
#: action_names.rb:179
|
16157
|
+
msgid "Upload tag"
|
16158
|
+
msgstr ""
|
16159
|
+
|
16160
|
+
#: action_names.rb:182 action_names.rb:183
|
16161
|
+
msgid "Verify checksum"
|
16162
|
+
msgstr ""
|