katello 4.19.0.rc1 → 4.19.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ca/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/cs/katello.js +338 -17
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/de/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/el/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/en/katello.js +338 -17
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/en_US/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/es/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/fr/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/gl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/gu/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/hi/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/id/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/it/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ja/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/ka/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/kn/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ko/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/mr/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/or/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pa/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pt/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ro/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ru/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/sl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ta/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/te/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/tr/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/vi/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/zh/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +337 -16
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
- data/app/services/katello/pulp3/repository/apt.rb +12 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/plugin.rb +1 -0
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +180 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +337 -16
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +337 -16
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +337 -16
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +338 -18
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +337 -16
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +340 -19
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +337 -16
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +337 -16
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +337 -16
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +338 -18
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +337 -16
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +337 -16
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +337 -16
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +337 -16
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +341 -20
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +337 -16
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +337 -16
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +337 -16
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +337 -16
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +337 -16
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +337 -16
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +342 -20
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +339 -18
- data/locale/katello.pot +748 -233
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +337 -16
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +340 -19
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +337 -16
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +337 -16
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +337 -16
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +337 -16
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +337 -16
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +337 -16
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +337 -16
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +337 -16
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +337 -16
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +337 -16
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +337 -16
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +337 -16
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +337 -16
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +337 -16
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +337 -16
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +337 -16
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +337 -16
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +337 -16
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +337 -16
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +337 -16
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +337 -16
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +341 -20
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +337 -16
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- metadata +6 -8
data/locale/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-11-25 19:00+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2025-11-25 19:00+0000\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -242,7 +242,7 @@ msgid "can the activation key have unlimited hosts"
|
|
|
242
242
|
msgstr ""
|
|
243
243
|
|
|
244
244
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:21
|
|
245
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
245
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:142
|
|
246
246
|
msgid "content release version"
|
|
247
247
|
msgstr ""
|
|
248
248
|
|
|
@@ -413,13 +413,13 @@ msgstr ""
|
|
|
413
413
|
|
|
414
414
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:183
|
|
415
415
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:118
|
|
416
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
416
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:116
|
|
417
417
|
msgid "Label of the content"
|
|
418
418
|
msgstr ""
|
|
419
419
|
|
|
420
420
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:184
|
|
421
421
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:119
|
|
422
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
422
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:117
|
|
423
423
|
msgid "Override value. Provide a boolean value if name is 'enabled'"
|
|
424
424
|
msgstr ""
|
|
425
425
|
|
|
@@ -432,7 +432,7 @@ msgstr ""
|
|
|
432
432
|
#: ../app/controllers/katello/api/v2/activation_keys_controller.rb:186
|
|
433
433
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:121
|
|
434
434
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:127
|
|
435
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
435
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:119
|
|
436
436
|
msgid "Set true to remove an override and reset it to 'default'"
|
|
437
437
|
msgstr ""
|
|
438
438
|
|
|
@@ -1592,12 +1592,12 @@ msgid "Search string for host to perform an action on"
|
|
|
1592
1592
|
msgstr ""
|
|
1593
1593
|
|
|
1594
1594
|
#: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:126
|
|
1595
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
1595
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:31
|
|
1596
1596
|
msgid "List of host ids to perform an action on"
|
|
1597
1597
|
msgstr ""
|
|
1598
1598
|
|
|
1599
1599
|
#: ../app/controllers/katello/api/v2/content_view_versions_controller.rb:129
|
|
1600
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
1600
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:34
|
|
1601
1601
|
msgid "List of host ids to exclude and not run an action on"
|
|
1602
1602
|
msgstr ""
|
|
1603
1603
|
|
|
@@ -2062,7 +2062,7 @@ msgid "ID of the environment"
|
|
|
2062
2062
|
msgstr ""
|
|
2063
2063
|
|
|
2064
2064
|
#: ../app/controllers/katello/api/v2/environments_controller.rb:70
|
|
2065
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2065
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:28
|
|
2066
2066
|
#: ../app/controllers/katello/api/v2/products_controller.rb:76
|
|
2067
2067
|
msgid "ID of the organization"
|
|
2068
2068
|
msgstr ""
|
|
@@ -2285,12 +2285,22 @@ msgid "Name of the product to mirror the remote repository to"
|
|
|
2285
2285
|
msgstr ""
|
|
2286
2286
|
|
|
2287
2287
|
#:
|
|
2288
|
-
#: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:
|
|
2288
|
+
#: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:91
|
|
2289
2289
|
msgid "Could not find product with name '%{name}' in organization id %{org_id}."
|
|
2290
2290
|
msgstr ""
|
|
2291
2291
|
|
|
2292
2292
|
#:
|
|
2293
|
-
#: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:
|
|
2293
|
+
#: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:96
|
|
2294
|
+
msgid "Organization must be specified when providing product by name."
|
|
2295
|
+
msgstr ""
|
|
2296
|
+
|
|
2297
|
+
#:
|
|
2298
|
+
#: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:99
|
|
2299
|
+
msgid "Product must be specified."
|
|
2300
|
+
msgstr ""
|
|
2301
|
+
|
|
2302
|
+
#:
|
|
2303
|
+
#: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:104
|
|
2294
2304
|
msgid ""
|
|
2295
2305
|
"Flatpak repositories cannot be mirrored into Red Hat products. Please select a"
|
|
2296
2306
|
" custom product."
|
|
@@ -2809,12 +2819,12 @@ msgid "Override to a boolean value or 'default'"
|
|
|
2809
2819
|
msgstr ""
|
|
2810
2820
|
|
|
2811
2821
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:117
|
|
2812
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2822
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:115
|
|
2813
2823
|
msgid "Array of Content override parameters"
|
|
2814
2824
|
msgstr ""
|
|
2815
2825
|
|
|
2816
2826
|
#: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:120
|
|
2817
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2827
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:118
|
|
2818
2828
|
msgid ""
|
|
2819
2829
|
"Override key or name. Note if name is not provided the default name will be 'e"
|
|
2820
2830
|
"nabled'"
|
|
@@ -2862,7 +2872,7 @@ msgid "Resolve traces"
|
|
|
2862
2872
|
msgstr ""
|
|
2863
2873
|
|
|
2864
2874
|
#: ../app/controllers/katello/api/v2/host_tracer_controller.rb:20
|
|
2865
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2875
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:157
|
|
2866
2876
|
msgid "Array of Trace IDs"
|
|
2867
2877
|
msgstr ""
|
|
2868
2878
|
|
|
@@ -2870,128 +2880,128 @@ msgstr ""
|
|
|
2870
2880
|
msgid "The requested traces were not found for this host"
|
|
2871
2881
|
msgstr ""
|
|
2872
2882
|
|
|
2873
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2883
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:30
|
|
2874
2884
|
msgid "Search string for hosts to perform an action on"
|
|
2875
2885
|
msgstr ""
|
|
2876
2886
|
|
|
2877
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2887
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:39
|
|
2878
2888
|
msgid "Add one or more host collections to one or more hosts"
|
|
2879
2889
|
msgstr ""
|
|
2880
2890
|
|
|
2881
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2882
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2891
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:41
|
|
2892
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:70
|
|
2883
2893
|
msgid "List of host collection ids"
|
|
2884
2894
|
msgstr ""
|
|
2885
2895
|
|
|
2886
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2887
|
-
msgid ""
|
|
2888
|
-
|
|
2889
|
-
|
|
2896
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:53
|
|
2897
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
2898
|
+
msgstr ""
|
|
2899
|
+
|
|
2900
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:56
|
|
2901
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
2890
2902
|
msgstr ""
|
|
2891
2903
|
|
|
2892
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2904
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:68
|
|
2893
2905
|
msgid "Remove one or more host collections from one or more hosts"
|
|
2894
2906
|
msgstr ""
|
|
2895
2907
|
|
|
2896
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2897
|
-
msgid ""
|
|
2898
|
-
"Successfully removed %{count} content host(s) from host collection %{host_coll"
|
|
2899
|
-
"ection}."
|
|
2908
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:81
|
|
2909
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
2900
2910
|
msgstr ""
|
|
2901
2911
|
|
|
2902
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2912
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:91
|
|
2903
2913
|
msgid "Fetch applicable errata for one or more hosts."
|
|
2904
2914
|
msgstr ""
|
|
2905
2915
|
|
|
2906
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2916
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:99
|
|
2907
2917
|
msgid "Fetch installable errata for one or more hosts."
|
|
2908
2918
|
msgstr ""
|
|
2909
2919
|
|
|
2910
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2920
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:106
|
|
2911
2921
|
msgid "Destroy one or more hosts"
|
|
2912
2922
|
msgstr ""
|
|
2913
2923
|
|
|
2914
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2924
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:113
|
|
2915
2925
|
msgid "Set content overrides to one or more hosts"
|
|
2916
2926
|
msgstr ""
|
|
2917
2927
|
|
|
2918
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2928
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:131
|
|
2919
2929
|
msgid "Assign the environment and content view to one or more hosts"
|
|
2920
2930
|
msgstr ""
|
|
2921
2931
|
|
|
2922
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2932
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:140
|
|
2923
2933
|
msgid "Assign the release version to one or more hosts"
|
|
2924
2934
|
msgstr ""
|
|
2925
2935
|
|
|
2926
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2936
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:148
|
|
2927
2937
|
msgid "Fetch traces for one or more hosts"
|
|
2928
2938
|
msgstr ""
|
|
2929
2939
|
|
|
2930
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2940
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:155
|
|
2931
2941
|
msgid "Resolve traces for one or more hosts"
|
|
2932
2942
|
msgstr ""
|
|
2933
2943
|
|
|
2934
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2944
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:164
|
|
2935
2945
|
msgid "Assign system purpose attributes on one or more hosts"
|
|
2936
2946
|
msgstr ""
|
|
2937
2947
|
|
|
2938
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2948
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:166
|
|
2939
2949
|
msgid "Service level of host"
|
|
2940
2950
|
msgstr ""
|
|
2941
2951
|
|
|
2942
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2952
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:167
|
|
2943
2953
|
msgid "Role of host"
|
|
2944
2954
|
msgstr ""
|
|
2945
2955
|
|
|
2946
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2956
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:168
|
|
2947
2957
|
msgid "Usage of host"
|
|
2948
2958
|
msgstr ""
|
|
2949
2959
|
|
|
2950
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2960
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:179
|
|
2951
2961
|
msgid ""
|
|
2952
2962
|
"Given a set of hosts and errata, lists the content view versions and environme"
|
|
2953
2963
|
"nts that need updating."
|
|
2954
2964
|
msgstr ""
|
|
2955
2965
|
|
|
2956
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2966
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:182
|
|
2957
2967
|
msgid "List of Errata ids"
|
|
2958
2968
|
msgstr ""
|
|
2959
2969
|
|
|
2960
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2970
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:184
|
|
2961
2971
|
msgid "errata_ids is a required parameter"
|
|
2962
2972
|
msgstr ""
|
|
2963
2973
|
|
|
2964
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2974
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:209
|
|
2965
2975
|
msgid "Fetch available module streams for hosts."
|
|
2966
2976
|
msgstr ""
|
|
2967
2977
|
|
|
2968
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2978
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:220
|
|
2969
2979
|
msgid ""
|
|
2970
2980
|
"Update the content source for specified hosts and generate the reconfiguration"
|
|
2971
2981
|
" script"
|
|
2972
2982
|
msgstr ""
|
|
2973
2983
|
|
|
2974
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2984
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:221
|
|
2975
2985
|
msgid "The ids of the hosts to alter. Hosts not managed by Katello are ignored"
|
|
2976
2986
|
msgstr ""
|
|
2977
2987
|
|
|
2978
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2988
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:222
|
|
2979
2989
|
msgid "The id of the lifecycle environment"
|
|
2980
2990
|
msgstr ""
|
|
2981
2991
|
|
|
2982
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2992
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:223
|
|
2983
2993
|
msgid "The id of the content view"
|
|
2984
2994
|
msgstr ""
|
|
2985
2995
|
|
|
2986
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
2996
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:224
|
|
2987
2997
|
msgid "The id of the content source"
|
|
2988
2998
|
msgstr ""
|
|
2989
2999
|
|
|
2990
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
3000
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:253
|
|
2991
3001
|
msgid "Could not find all specified errata ids: %s"
|
|
2992
3002
|
msgstr ""
|
|
2993
3003
|
|
|
2994
|
-
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:
|
|
3004
|
+
#: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:286
|
|
2995
3005
|
msgid "Maximum number of content hosts exceeded for host collection(s): %s"
|
|
2996
3006
|
msgstr ""
|
|
2997
3007
|
|
|
@@ -4008,15 +4018,15 @@ msgstr ""
|
|
|
4008
4018
|
msgid "Couldn't find %{content_type} with id '%{id}'"
|
|
4009
4019
|
msgstr ""
|
|
4010
4020
|
|
|
4011
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
|
4021
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:692
|
|
4012
4022
|
msgid "Red Hat products cannot be manipulated."
|
|
4013
4023
|
msgstr ""
|
|
4014
4024
|
|
|
4015
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
|
4025
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:696
|
|
4016
4026
|
msgid "Red Hat repositories cannot be manipulated."
|
|
4017
4027
|
msgstr ""
|
|
4018
4028
|
|
|
4019
|
-
#: ../app/controllers/katello/api/v2/repositories_controller.rb:
|
|
4029
|
+
#: ../app/controllers/katello/api/v2/repositories_controller.rb:766
|
|
4020
4030
|
msgid "%s is required"
|
|
4021
4031
|
msgstr ""
|
|
4022
4032
|
|
|
@@ -4894,8 +4904,8 @@ msgstr ""
|
|
|
4894
4904
|
#: ../app/views/smart_proxies/plugins/_pulpcore.html.erb:2
|
|
4895
4905
|
#: ../lib/katello/plugin.rb:8 ../lib/katello/plugin.rb:278
|
|
4896
4906
|
#: ../lib/katello/plugin.rb:292 ../lib/katello/plugin.rb:369
|
|
4897
|
-
#: ../webpack/containers/Application/config.js:
|
|
4898
|
-
#: ../webpack/containers/Application/config.js:
|
|
4907
|
+
#: ../webpack/containers/Application/config.js:70
|
|
4908
|
+
#: ../webpack/containers/Application/config.js:74 ../webpack/global_index.js:50
|
|
4899
4909
|
#: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:64
|
|
4900
4910
|
#: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:140
|
|
4901
4911
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:134
|
|
@@ -4984,30 +4994,37 @@ msgstr ""
|
|
|
4984
4994
|
#: ../app/lib/actions/katello/repository/create.rb:63
|
|
4985
4995
|
#: ../app/lib/actions/katello/repository/create_root.rb:17
|
|
4986
4996
|
#: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:226
|
|
4997
|
+
#: action_names.rb:21 action_names.rb:22 action_names.rb:23 action_names.rb:24
|
|
4998
|
+
#: action_names.rb:25 action_names.rb:26 action_names.rb:27
|
|
4987
4999
|
msgid "Create"
|
|
4988
5000
|
msgstr ""
|
|
4989
5001
|
|
|
4990
|
-
#: ../app/lib/actions/katello/activation_key/destroy.rb:20
|
|
5002
|
+
#: ../app/lib/actions/katello/activation_key/destroy.rb:20 action_names.rb:28
|
|
4991
5003
|
msgid "Delete Activation Key"
|
|
4992
5004
|
msgstr ""
|
|
4993
5005
|
|
|
4994
5006
|
#: ../app/lib/actions/katello/alternate_content_source/create.rb:27
|
|
5007
|
+
#: action_names.rb:10
|
|
4995
5008
|
msgid "Create Alternate Content Source"
|
|
4996
5009
|
msgstr ""
|
|
4997
5010
|
|
|
4998
5011
|
#: ../app/lib/actions/katello/alternate_content_source/destroy.rb:21
|
|
5012
|
+
#: action_names.rb:49
|
|
4999
5013
|
msgid "Destroy Alternate Content Source"
|
|
5000
5014
|
msgstr ""
|
|
5001
5015
|
|
|
5002
5016
|
#: ../app/lib/actions/katello/alternate_content_source/refresh.rb:20
|
|
5017
|
+
#: action_names.rb:103
|
|
5003
5018
|
msgid "Refresh Alternate Content Source"
|
|
5004
5019
|
msgstr ""
|
|
5005
5020
|
|
|
5006
5021
|
#: ../app/lib/actions/katello/alternate_content_source/update.rb:83
|
|
5022
|
+
#: action_names.rb:146
|
|
5007
5023
|
msgid "Update Alternate Content Source"
|
|
5008
5024
|
msgstr ""
|
|
5009
5025
|
|
|
5010
5026
|
#: ../app/lib/actions/katello/applicability/host/generate.rb:22
|
|
5027
|
+
#: action_names.rb:67
|
|
5011
5028
|
msgid "Generate host applicability"
|
|
5012
5029
|
msgstr ""
|
|
5013
5030
|
|
|
@@ -5022,14 +5039,16 @@ msgid "Bulk generate applicability for host %s"
|
|
|
5022
5039
|
msgstr ""
|
|
5023
5040
|
|
|
5024
5041
|
#: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:48
|
|
5042
|
+
#: action_names.rb:4
|
|
5025
5043
|
msgid "Bulk generate applicability for hosts"
|
|
5026
5044
|
msgstr ""
|
|
5027
5045
|
|
|
5028
5046
|
#: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25
|
|
5047
|
+
#: action_names.rb:70
|
|
5029
5048
|
msgid "Generate repository applicability"
|
|
5030
5049
|
msgstr ""
|
|
5031
5050
|
|
|
5032
|
-
#: ../app/lib/actions/katello/capsule_content/sync.rb:18
|
|
5051
|
+
#: ../app/lib/actions/katello/capsule_content/sync.rb:18 action_names.rb:144
|
|
5033
5052
|
msgid "Synchronize smart proxy"
|
|
5034
5053
|
msgstr ""
|
|
5035
5054
|
|
|
@@ -5039,10 +5058,12 @@ msgid "Action not allowed for the default smart proxy."
|
|
|
5039
5058
|
msgstr ""
|
|
5040
5059
|
|
|
5041
5060
|
#: ../app/lib/actions/katello/capsule_content/update_content_counts.rb:11
|
|
5061
|
+
#: action_names.rb:148
|
|
5042
5062
|
msgid "Update Content Counts"
|
|
5043
5063
|
msgstr ""
|
|
5044
5064
|
|
|
5045
5065
|
#: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:6
|
|
5066
|
+
#: action_names.rb:177
|
|
5046
5067
|
msgid "Verify checksum for content on smart proxy"
|
|
5047
5068
|
msgstr ""
|
|
5048
5069
|
|
|
@@ -5055,6 +5076,7 @@ msgid "Content view '%{content_view}' is not attached to this capsule."
|
|
|
5055
5076
|
msgstr ""
|
|
5056
5077
|
|
|
5057
5078
|
#: ../app/lib/actions/katello/cdn_configuration/update.rb:31
|
|
5079
|
+
#: action_names.rb:147
|
|
5058
5080
|
msgid "Update CDN Configuration"
|
|
5059
5081
|
msgstr ""
|
|
5060
5082
|
|
|
@@ -5095,6 +5117,8 @@ msgstr ""
|
|
|
5095
5117
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:268
|
|
5096
5118
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
|
|
5097
5119
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:92
|
|
5120
|
+
#: action_names.rb:42 action_names.rb:43 action_names.rb:44 action_names.rb:45
|
|
5121
|
+
#: action_names.rb:46 action_names.rb:47 action_names.rb:48
|
|
5098
5122
|
msgid "Delete"
|
|
5099
5123
|
msgstr ""
|
|
5100
5124
|
|
|
@@ -5160,6 +5184,7 @@ msgid "Cannot promote environment out of sequence. Use force to bypass restricti
|
|
|
5160
5184
|
msgstr ""
|
|
5161
5185
|
|
|
5162
5186
|
#: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40
|
|
5187
|
+
#: action_names.rb:97
|
|
5163
5188
|
msgid "Promotion to Environment"
|
|
5164
5189
|
msgstr ""
|
|
5165
5190
|
|
|
@@ -5178,6 +5203,7 @@ msgstr ""
|
|
|
5178
5203
|
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:41
|
|
5179
5204
|
#: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:113
|
|
5180
5205
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:92
|
|
5206
|
+
#: action_names.rb:99
|
|
5181
5207
|
msgid "Publish"
|
|
5182
5208
|
msgstr ""
|
|
5183
5209
|
|
|
@@ -5188,6 +5214,7 @@ msgid ""
|
|
|
5188
5214
|
msgstr ""
|
|
5189
5215
|
|
|
5190
5216
|
#: ../app/lib/actions/katello/content_view/refresh_rolling_repo.rb:18
|
|
5217
|
+
#: action_names.rb:105
|
|
5191
5218
|
msgid "Refresh RollingCV Repo"
|
|
5192
5219
|
msgstr ""
|
|
5193
5220
|
|
|
@@ -5195,7 +5222,7 @@ msgstr ""
|
|
|
5195
5222
|
msgid "Cannot delete version while it is in environment %s"
|
|
5196
5223
|
msgstr ""
|
|
5197
5224
|
|
|
5198
|
-
#: ../app/lib/actions/katello/content_view/remove.rb:97
|
|
5225
|
+
#: ../app/lib/actions/katello/content_view/remove.rb:97 action_names.rb:119
|
|
5199
5226
|
msgid "Remove Versions and Associations"
|
|
5200
5227
|
msgstr ""
|
|
5201
5228
|
|
|
@@ -5222,11 +5249,13 @@ msgid ""
|
|
|
5222
5249
|
msgstr ""
|
|
5223
5250
|
|
|
5224
5251
|
#: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35
|
|
5252
|
+
#: action_names.rb:120
|
|
5225
5253
|
msgid "Remove from Environment"
|
|
5226
5254
|
msgstr ""
|
|
5227
5255
|
|
|
5228
5256
|
#: ../app/lib/actions/katello/content_view/remove_version.rb:26
|
|
5229
5257
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:141
|
|
5258
|
+
#: action_names.rb:118
|
|
5230
5259
|
msgid "Remove Version"
|
|
5231
5260
|
msgstr ""
|
|
5232
5261
|
|
|
@@ -5235,22 +5264,27 @@ msgid "Create Repositories"
|
|
|
5235
5264
|
msgstr ""
|
|
5236
5265
|
|
|
5237
5266
|
#: ../app/lib/actions/katello/content_view_version/export.rb:31
|
|
5267
|
+
#: action_names.rb:62 action_names.rb:63 action_names.rb:64
|
|
5238
5268
|
msgid "Export"
|
|
5239
5269
|
msgstr ""
|
|
5240
5270
|
|
|
5241
5271
|
#: ../app/lib/actions/katello/content_view_version/import.rb:57
|
|
5272
|
+
#: action_names.rb:73
|
|
5242
5273
|
msgid "Import Content View Version"
|
|
5243
5274
|
msgstr ""
|
|
5244
5275
|
|
|
5245
5276
|
#: ../app/lib/actions/katello/content_view_version/import_library.rb:13
|
|
5277
|
+
#: action_names.rb:74
|
|
5246
5278
|
msgid "Import Default Content View"
|
|
5247
5279
|
msgstr ""
|
|
5248
5280
|
|
|
5249
5281
|
#: ../app/lib/actions/katello/content_view_version/import_repository.rb:16
|
|
5282
|
+
#: action_names.rb:76
|
|
5250
5283
|
msgid "Import Repository"
|
|
5251
5284
|
msgstr ""
|
|
5252
5285
|
|
|
5253
5286
|
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:15
|
|
5287
|
+
#: action_names.rb:83
|
|
5254
5288
|
msgid "Incremental Update"
|
|
5255
5289
|
msgstr ""
|
|
5256
5290
|
|
|
@@ -5277,6 +5311,7 @@ msgid "Republish Repositories of %{name} %{version}"
|
|
|
5277
5311
|
msgstr ""
|
|
5278
5312
|
|
|
5279
5313
|
#: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:33
|
|
5314
|
+
#: action_names.rb:130
|
|
5280
5315
|
msgid "Republish Version Repositories"
|
|
5281
5316
|
msgstr ""
|
|
5282
5317
|
|
|
@@ -5285,18 +5320,21 @@ msgid "Verify checksum of repositories in %{name} %{version}"
|
|
|
5285
5320
|
msgstr ""
|
|
5286
5321
|
|
|
5287
5322
|
#: ../app/lib/actions/katello/content_view_version/verify_checksum.rb:23
|
|
5323
|
+
#: action_names.rb:178
|
|
5288
5324
|
msgid "Verify checksum of version repositories"
|
|
5289
5325
|
msgstr ""
|
|
5290
5326
|
|
|
5291
|
-
#: ../app/lib/actions/katello/environment/destroy.rb:42
|
|
5327
|
+
#: ../app/lib/actions/katello/environment/destroy.rb:42 action_names.rb:29
|
|
5292
5328
|
msgid "Delete Lifecycle Environment"
|
|
5293
5329
|
msgstr ""
|
|
5294
5330
|
|
|
5295
5331
|
#: ../app/lib/actions/katello/environment/publish_container_repositories.rb:36
|
|
5332
|
+
#: action_names.rb:98
|
|
5296
5333
|
msgid "Publish Lifecycle Environment Container Repositories"
|
|
5297
5334
|
msgstr ""
|
|
5298
5335
|
|
|
5299
5336
|
#: ../app/lib/actions/katello/flatpak/mirror_remote_repository.rb:26
|
|
5337
|
+
#: action_names.rb:91
|
|
5300
5338
|
msgid "Mirror Remote Repository"
|
|
5301
5339
|
msgstr ""
|
|
5302
5340
|
|
|
@@ -5304,7 +5342,7 @@ msgstr ""
|
|
|
5304
5342
|
msgid "Destroy Content Host %s"
|
|
5305
5343
|
msgstr ""
|
|
5306
5344
|
|
|
5307
|
-
#: ../app/lib/actions/katello/host/destroy.rb:32
|
|
5345
|
+
#: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:50
|
|
5308
5346
|
msgid "Destroy Content Host"
|
|
5309
5347
|
msgstr ""
|
|
5310
5348
|
|
|
@@ -5340,6 +5378,7 @@ msgid "Unknown"
|
|
|
5340
5378
|
msgstr ""
|
|
5341
5379
|
|
|
5342
5380
|
#: ../app/lib/actions/katello/host/update_content_overrides.rb:32
|
|
5381
|
+
#: action_names.rb:149
|
|
5343
5382
|
msgid "Update Content Overrides"
|
|
5344
5383
|
msgstr ""
|
|
5345
5384
|
|
|
@@ -5350,6 +5389,7 @@ msgid "Host %s has not been registered with subscription-manager."
|
|
|
5350
5389
|
msgstr ""
|
|
5351
5390
|
|
|
5352
5391
|
#: ../app/lib/actions/katello/host/update_content_view.rb:20
|
|
5392
|
+
#: action_names.rb:151
|
|
5353
5393
|
msgid "Update content view environments for host"
|
|
5354
5394
|
msgstr ""
|
|
5355
5395
|
|
|
@@ -5362,6 +5402,7 @@ msgid "Host %{name} cannot be assigned release version %{release_version}."
|
|
|
5362
5402
|
msgstr ""
|
|
5363
5403
|
|
|
5364
5404
|
#: ../app/lib/actions/katello/host/update_release_version.rb:21
|
|
5405
|
+
#: action_names.rb:156
|
|
5365
5406
|
msgid "Update release version for host"
|
|
5366
5407
|
msgstr ""
|
|
5367
5408
|
|
|
@@ -5374,14 +5415,16 @@ msgid "Updating System Purpose for host %s"
|
|
|
5374
5415
|
msgstr ""
|
|
5375
5416
|
|
|
5376
5417
|
#: ../app/lib/actions/katello/host/update_system_purpose.rb:20
|
|
5418
|
+
#: action_names.rb:169
|
|
5377
5419
|
msgid "Updating System Purpose for host"
|
|
5378
5420
|
msgstr ""
|
|
5379
5421
|
|
|
5380
|
-
#: ../app/lib/actions/katello/organization/destroy.rb:30
|
|
5422
|
+
#: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:53
|
|
5381
5423
|
msgid "Destroy"
|
|
5382
5424
|
msgstr ""
|
|
5383
5425
|
|
|
5384
5426
|
#: ../app/lib/actions/katello/organization/manifest_delete.rb:42
|
|
5427
|
+
#: action_names.rb:30
|
|
5385
5428
|
msgid "Delete Manifest"
|
|
5386
5429
|
msgstr ""
|
|
5387
5430
|
|
|
@@ -5390,6 +5433,7 @@ msgid "Manifest deleted"
|
|
|
5390
5433
|
msgstr ""
|
|
5391
5434
|
|
|
5392
5435
|
#: ../app/lib/actions/katello/organization/manifest_import.rb:49
|
|
5436
|
+
#: action_names.rb:75
|
|
5393
5437
|
msgid "Import Manifest"
|
|
5394
5438
|
msgstr ""
|
|
5395
5439
|
|
|
@@ -5398,6 +5442,7 @@ msgid "Manifest imported"
|
|
|
5398
5442
|
msgstr ""
|
|
5399
5443
|
|
|
5400
5444
|
#: ../app/lib/actions/katello/organization/manifest_refresh.rb:84
|
|
5445
|
+
#: action_names.rb:104
|
|
5401
5446
|
msgid "Refresh Manifest"
|
|
5402
5447
|
msgstr ""
|
|
5403
5448
|
|
|
@@ -5409,11 +5454,11 @@ msgstr ""
|
|
|
5409
5454
|
msgid "Cannot delete redhat product content"
|
|
5410
5455
|
msgstr ""
|
|
5411
5456
|
|
|
5412
|
-
#: ../app/lib/actions/katello/product/create.rb:37
|
|
5457
|
+
#: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:95
|
|
5413
5458
|
msgid "Product Create"
|
|
5414
5459
|
msgstr ""
|
|
5415
5460
|
|
|
5416
|
-
#: ../app/lib/actions/katello/product/destroy.rb:56
|
|
5461
|
+
#: ../app/lib/actions/katello/product/destroy.rb:56 action_names.rb:31
|
|
5417
5462
|
msgid "Delete Product"
|
|
5418
5463
|
msgstr ""
|
|
5419
5464
|
|
|
@@ -5460,6 +5505,7 @@ msgid "Cannot publish a link repository if multiple component clones are specifi
|
|
|
5460
5505
|
msgstr ""
|
|
5461
5506
|
|
|
5462
5507
|
#: ../app/lib/actions/katello/repository/create_container_push_root.rb:39
|
|
5508
|
+
#: action_names.rb:11
|
|
5463
5509
|
msgid "Create Container Push Repository Root"
|
|
5464
5510
|
msgstr ""
|
|
5465
5511
|
|
|
@@ -5471,7 +5517,8 @@ msgid ""
|
|
|
5471
5517
|
msgstr ""
|
|
5472
5518
|
|
|
5473
5519
|
#: ../app/lib/actions/katello/repository/import_upload.rb:77
|
|
5474
|
-
#: ../app/lib/actions/katello/repository/upload_files.rb:61
|
|
5520
|
+
#: ../app/lib/actions/katello/repository/upload_files.rb:61 action_names.rb:174
|
|
5521
|
+
#: action_names.rb:175
|
|
5475
5522
|
msgid "Upload into"
|
|
5476
5523
|
msgstr ""
|
|
5477
5524
|
|
|
@@ -5490,6 +5537,7 @@ msgid ""
|
|
|
5490
5537
|
msgstr ""
|
|
5491
5538
|
|
|
5492
5539
|
#: ../app/lib/actions/katello/repository/remove_content.rb:71
|
|
5540
|
+
#: action_names.rb:117
|
|
5493
5541
|
msgid "Remove Content"
|
|
5494
5542
|
msgstr ""
|
|
5495
5543
|
|
|
@@ -5501,7 +5549,7 @@ msgstr ""
|
|
|
5501
5549
|
msgid "Synchronize: Skip Metadata Check"
|
|
5502
5550
|
msgstr ""
|
|
5503
5551
|
|
|
5504
|
-
#: ../app/lib/actions/katello/repository/sync.rb:86
|
|
5552
|
+
#: ../app/lib/actions/katello/repository/sync.rb:86 action_names.rb:145
|
|
5505
5553
|
msgid "Synchronize"
|
|
5506
5554
|
msgstr ""
|
|
5507
5555
|
|
|
@@ -5522,6 +5570,7 @@ msgstr ""
|
|
|
5522
5570
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:471
|
|
5523
5571
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:551
|
|
5524
5572
|
#: ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:12
|
|
5573
|
+
#: action_names.rb:54
|
|
5525
5574
|
msgid "Disable"
|
|
5526
5575
|
msgstr ""
|
|
5527
5576
|
|
|
@@ -5533,6 +5582,7 @@ msgstr ""
|
|
|
5533
5582
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:460
|
|
5534
5583
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:534
|
|
5535
5584
|
#: ../webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js:109
|
|
5585
|
+
#: action_names.rb:56
|
|
5536
5586
|
msgid "Enable"
|
|
5537
5587
|
msgstr ""
|
|
5538
5588
|
|
|
@@ -5540,7 +5590,7 @@ msgstr ""
|
|
|
5540
5590
|
msgid "The repository is already enabled"
|
|
5541
5591
|
msgstr ""
|
|
5542
5592
|
|
|
5543
|
-
#: ../app/lib/actions/katello/sync_plan/run.rb:41
|
|
5593
|
+
#: ../app/lib/actions/katello/sync_plan/run.rb:41 action_names.rb:131
|
|
5544
5594
|
msgid "Run Sync Plan:"
|
|
5545
5595
|
msgstr ""
|
|
5546
5596
|
|
|
@@ -5623,20 +5673,24 @@ msgid ""
|
|
|
5623
5673
|
msgstr ""
|
|
5624
5674
|
|
|
5625
5675
|
#: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:59
|
|
5676
|
+
#: action_names.rb:12
|
|
5626
5677
|
msgid "Create Export History"
|
|
5627
5678
|
msgstr ""
|
|
5628
5679
|
|
|
5629
5680
|
#: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:28
|
|
5681
|
+
#: action_names.rb:13
|
|
5630
5682
|
msgid "Create Import History"
|
|
5631
5683
|
msgstr ""
|
|
5632
5684
|
|
|
5633
5685
|
#:
|
|
5634
5686
|
#: ../app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb:44
|
|
5687
|
+
#: action_names.rb:14
|
|
5635
5688
|
msgid "Create Syncable Export History"
|
|
5636
5689
|
msgstr ""
|
|
5637
5690
|
|
|
5638
5691
|
#:
|
|
5639
5692
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:41
|
|
5693
|
+
#: action_names.rb:60
|
|
5640
5694
|
msgid "Export Library"
|
|
5641
5695
|
msgstr ""
|
|
5642
5696
|
|
|
@@ -5651,6 +5705,7 @@ msgstr ""
|
|
|
5651
5705
|
|
|
5652
5706
|
#:
|
|
5653
5707
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:32
|
|
5708
|
+
#: action_names.rb:61
|
|
5654
5709
|
msgid "Export Repository"
|
|
5655
5710
|
msgstr ""
|
|
5656
5711
|
|
|
@@ -5677,12 +5732,14 @@ msgid ""
|
|
|
5677
5732
|
msgstr ""
|
|
5678
5733
|
|
|
5679
5734
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:54
|
|
5735
|
+
#: action_names.rb:81
|
|
5680
5736
|
msgid "Import"
|
|
5681
5737
|
msgstr ""
|
|
5682
5738
|
|
|
5683
5739
|
#:
|
|
5684
5740
|
#: ../app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb:16
|
|
5685
5741
|
#: ../app/lib/actions/pulp3/repository/update_cv_repository_cert_guard.rb:14
|
|
5742
|
+
#: action_names.rb:170 action_names.rb:171
|
|
5686
5743
|
msgid "Updating repository authentication configuration"
|
|
5687
5744
|
msgstr ""
|
|
5688
5745
|
|
|
@@ -7195,7 +7252,7 @@ msgstr ""
|
|
|
7195
7252
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:8
|
|
7196
7253
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:9
|
|
7197
7254
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErratumExpansionContents.js:26
|
|
7198
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
|
7255
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:80
|
|
7199
7256
|
#: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:111
|
|
7200
7257
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:34
|
|
7201
7258
|
#: ../webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js:121
|
|
@@ -7205,7 +7262,7 @@ msgid "Packages"
|
|
|
7205
7262
|
msgstr ""
|
|
7206
7263
|
|
|
7207
7264
|
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:173
|
|
7208
|
-
#: ../webpack/containers/Application/config.js:
|
|
7265
|
+
#: ../webpack/containers/Application/config.js:53
|
|
7209
7266
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:225
|
|
7210
7267
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:259
|
|
7211
7268
|
#: ../webpack/scenes/ModuleStreams/Details/ModuleStreamDetails.js:52
|
|
@@ -7224,7 +7281,7 @@ msgstr ""
|
|
|
7224
7281
|
#: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:125
|
|
7225
7282
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:10
|
|
7226
7283
|
#: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:173
|
|
7227
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
|
7284
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:88
|
|
7228
7285
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:281
|
|
7229
7286
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:14
|
|
7230
7287
|
#: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:16
|
|
@@ -7237,7 +7294,7 @@ msgid "Errata"
|
|
|
7237
7294
|
msgstr ""
|
|
7238
7295
|
|
|
7239
7296
|
#: ../app/models/katello/content_view_filter.rb:12 ../lib/katello/plugin.rb:229
|
|
7240
|
-
#: ../webpack/containers/Application/config.js:
|
|
7297
|
+
#: ../webpack/containers/Application/config.js:99
|
|
7241
7298
|
msgid "Container Images"
|
|
7242
7299
|
msgstr ""
|
|
7243
7300
|
|
|
@@ -7395,7 +7452,7 @@ msgid "cannot be changed."
|
|
|
7395
7452
|
msgstr ""
|
|
7396
7453
|
|
|
7397
7454
|
#: ../app/models/katello/flatpak_remote.rb:23 ../lib/katello/plugin.rb:83
|
|
7398
|
-
#: ../webpack/containers/Application/config.js:
|
|
7455
|
+
#: ../webpack/containers/Application/config.js:107
|
|
7399
7456
|
#: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:99
|
|
7400
7457
|
msgid "Flatpak Remotes"
|
|
7401
7458
|
msgstr ""
|
|
@@ -7812,11 +7869,11 @@ msgstr ""
|
|
|
7812
7869
|
msgid "It is only allowed for Non-Redhat Yum repositories."
|
|
7813
7870
|
msgstr ""
|
|
7814
7871
|
|
|
7815
|
-
#: ../app/models/katello/root_repository.rb:
|
|
7872
|
+
#: ../app/models/katello/root_repository.rb:423
|
|
7816
7873
|
msgid "Cannot calculate name for custom repos"
|
|
7817
7874
|
msgstr ""
|
|
7818
7875
|
|
|
7819
|
-
#: ../app/models/katello/root_repository.rb:
|
|
7876
|
+
#: ../app/models/katello/root_repository.rb:466
|
|
7820
7877
|
msgid "Cannot update properties of a container push repository"
|
|
7821
7878
|
msgstr ""
|
|
7822
7879
|
|
|
@@ -7900,7 +7957,7 @@ msgstr ""
|
|
|
7900
7957
|
msgid "No new packages installed"
|
|
7901
7958
|
msgstr ""
|
|
7902
7959
|
|
|
7903
|
-
#: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:
|
|
7960
|
+
#: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:51
|
|
7904
7961
|
msgid "Traces"
|
|
7905
7962
|
msgstr ""
|
|
7906
7963
|
|
|
@@ -8135,34 +8192,34 @@ msgid ""
|
|
|
8135
8192
|
"ization"
|
|
8136
8193
|
msgstr ""
|
|
8137
8194
|
|
|
8138
|
-
#: ../app/services/katello/registration_manager.rb:
|
|
8195
|
+
#: ../app/services/katello/registration_manager.rb:173
|
|
8139
8196
|
msgid "Content view and environment not set for registration."
|
|
8140
8197
|
msgstr ""
|
|
8141
8198
|
|
|
8142
|
-
#: ../app/services/katello/registration_manager.rb:
|
|
8199
|
+
#: ../app/services/katello/registration_manager.rb:236
|
|
8143
8200
|
msgid ""
|
|
8144
8201
|
"Candlepin returned different consumer uuid than requested (%s), updating uuid "
|
|
8145
8202
|
"in subscription_facet."
|
|
8146
8203
|
msgstr ""
|
|
8147
8204
|
|
|
8148
|
-
#: ../app/services/katello/registration_manager.rb:
|
|
8205
|
+
#: ../app/services/katello/registration_manager.rb:261
|
|
8149
8206
|
msgid "Host collection '%{name}' exceeds maximum usage limit of '%{limit}'"
|
|
8150
8207
|
msgstr ""
|
|
8151
8208
|
|
|
8152
|
-
#: ../app/services/katello/registration_manager.rb:
|
|
8153
|
-
#: ../app/services/katello/registration_manager.rb:
|
|
8209
|
+
#: ../app/services/katello/registration_manager.rb:275
|
|
8210
|
+
#: ../app/services/katello/registration_manager.rb:286
|
|
8154
8211
|
msgid ""
|
|
8155
8212
|
"At least one activation key must have a lifecycle environment and content view"
|
|
8156
8213
|
" assigned to it"
|
|
8157
8214
|
msgstr ""
|
|
8158
8215
|
|
|
8159
|
-
#: ../app/services/katello/registration_manager.rb:
|
|
8216
|
+
#: ../app/services/katello/registration_manager.rb:293
|
|
8160
8217
|
msgid ""
|
|
8161
8218
|
"Attempted to destroy consumer %s from candlepin, but consumer does not exist i"
|
|
8162
8219
|
"n candlepin"
|
|
8163
8220
|
msgstr ""
|
|
8164
8221
|
|
|
8165
|
-
#: ../app/services/katello/registration_manager.rb:
|
|
8222
|
+
#: ../app/services/katello/registration_manager.rb:295
|
|
8166
8223
|
msgid "Candlepin consumer %s has already been removed"
|
|
8167
8224
|
msgstr ""
|
|
8168
8225
|
|
|
@@ -8191,7 +8248,7 @@ msgstr ""
|
|
|
8191
8248
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:83
|
|
8192
8249
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:89
|
|
8193
8250
|
#: ../db/seeds.d/109-katello-notification-blueprints.rb:95
|
|
8194
|
-
#: ../lib/katello/plugin.rb:12 ../webpack/containers/Application/config.js:
|
|
8251
|
+
#: ../lib/katello/plugin.rb:12 ../webpack/containers/Application/config.js:32
|
|
8195
8252
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:68
|
|
8196
8253
|
#: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:237
|
|
8197
8254
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:231
|
|
@@ -8263,6 +8320,9 @@ msgstr ""
|
|
|
8263
8320
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:100
|
|
8264
8321
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:155
|
|
8265
8322
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:240
|
|
8323
|
+
#: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:186
|
|
8324
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:87
|
|
8325
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:311
|
|
8266
8326
|
#: ../webpack/scenes/Content/Table/ContentTable.js:51
|
|
8267
8327
|
#: ../webpack/scenes/Content/Table/ContentTable.js:54
|
|
8268
8328
|
#: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:179
|
|
@@ -8318,6 +8378,7 @@ msgstr ""
|
|
|
8318
8378
|
#: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:137
|
|
8319
8379
|
#: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:44
|
|
8320
8380
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:239
|
|
8381
|
+
#: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:120
|
|
8321
8382
|
#: ../webpack/scenes/Content/ContentConfig.js:22
|
|
8322
8383
|
#: ../webpack/scenes/Content/ContentConfig.js:32
|
|
8323
8384
|
#: ../webpack/scenes/Content/ContentConfig.js:46
|
|
@@ -8411,6 +8472,8 @@ msgstr ""
|
|
|
8411
8472
|
#: ../app/views/katello/task_mailer/repo_sync_failure.html.erb:12
|
|
8412
8473
|
#: ../webpack/components/Content/Details/ContentDetailRepositoryTableSchema.js:31
|
|
8413
8474
|
#: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:238
|
|
8475
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:91
|
|
8476
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:314
|
|
8414
8477
|
#: ../webpack/scenes/Content/ContentConfig.js:51
|
|
8415
8478
|
#: ../webpack/scenes/Content/ContentConfig.js:113
|
|
8416
8479
|
#: ../webpack/scenes/Content/ContentConfig.js:181
|
|
@@ -8751,6 +8814,7 @@ msgstr ""
|
|
|
8751
8814
|
#: ../webpack/components/Errata/index.js:189
|
|
8752
8815
|
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:152
|
|
8753
8816
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:90
|
|
8817
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:124
|
|
8754
8818
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js:123
|
|
8755
8819
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js:110
|
|
8756
8820
|
msgid "N/A"
|
|
@@ -8771,6 +8835,7 @@ msgstr ""
|
|
|
8771
8835
|
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:154
|
|
8772
8836
|
#: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:192
|
|
8773
8837
|
#: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:154
|
|
8838
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:225
|
|
8774
8839
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js:97
|
|
8775
8840
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js:139
|
|
8776
8841
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_ReviewFooter.js:67
|
|
@@ -9214,8 +9279,8 @@ msgstr ""
|
|
|
9214
9279
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_Review.js:131
|
|
9215
9280
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:93
|
|
9216
9281
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_Review.js:138
|
|
9217
|
-
#: ../webpack/scenes/
|
|
9218
|
-
#: ../webpack/scenes/
|
|
9282
|
+
#: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:37
|
|
9283
|
+
#: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:172
|
|
9219
9284
|
#: ../webpack/scenes/ContentViews/Delete/Steps/CVDeleteEnvironmentsSelection.js:29
|
|
9220
9285
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:88
|
|
9221
9286
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js:36
|
|
@@ -9330,8 +9395,8 @@ msgstr ""
|
|
|
9330
9395
|
msgid "Products"
|
|
9331
9396
|
msgstr ""
|
|
9332
9397
|
|
|
9333
|
-
#: ../lib/katello/plugin.rb:51 ../webpack/containers/Application/config.js:
|
|
9334
|
-
#: ../webpack/containers/Application/config.js:
|
|
9398
|
+
#: ../lib/katello/plugin.rb:51 ../webpack/containers/Application/config.js:86
|
|
9399
|
+
#: ../webpack/containers/Application/config.js:90
|
|
9335
9400
|
#: ../webpack/scenes/AlternateContentSources/ACSIndexPage.js:15
|
|
9336
9401
|
msgid "Alternate Content Sources"
|
|
9337
9402
|
msgstr ""
|
|
@@ -9717,365 +9782,364 @@ msgid ""
|
|
|
9717
9782
|
msgstr ""
|
|
9718
9783
|
|
|
9719
9784
|
#: ../lib/katello/plugin.rb:611
|
|
9720
|
-
msgid "
|
|
9785
|
+
msgid "Retain build profile upon unregistration"
|
|
9721
9786
|
msgstr ""
|
|
9722
9787
|
|
|
9723
9788
|
#: ../lib/katello/plugin.rb:612
|
|
9724
9789
|
msgid ""
|
|
9790
|
+
"When enabled, provisioning information like content view environments, kicksta"
|
|
9791
|
+
"rt repository, and content source will be retained when a host is unregistered"
|
|
9792
|
+
". When disabled, this information will be cleared during unregistration."
|
|
9793
|
+
msgstr ""
|
|
9794
|
+
|
|
9795
|
+
#: ../lib/katello/plugin.rb:617
|
|
9796
|
+
msgid "Subscription manager name registration fact"
|
|
9797
|
+
msgstr ""
|
|
9798
|
+
|
|
9799
|
+
#: ../lib/katello/plugin.rb:618
|
|
9800
|
+
msgid ""
|
|
9725
9801
|
"When registering a host via subscription-manager, force use the specified fact"
|
|
9726
9802
|
" (in the form of 'fact.fact')"
|
|
9727
9803
|
msgstr ""
|
|
9728
9804
|
|
|
9729
|
-
#: ../lib/katello/plugin.rb:
|
|
9805
|
+
#: ../lib/katello/plugin.rb:623
|
|
9730
9806
|
msgid "Subscription manager name registration fact strict matching"
|
|
9731
9807
|
msgstr ""
|
|
9732
9808
|
|
|
9733
|
-
#: ../lib/katello/plugin.rb:
|
|
9809
|
+
#: ../lib/katello/plugin.rb:624
|
|
9734
9810
|
msgid ""
|
|
9735
9811
|
"If this is enabled, and register_hostname_fact is set and provided, registrati"
|
|
9736
9812
|
"on will look for a new host by name only using that fact, and will skip all ho"
|
|
9737
9813
|
"stname matching"
|
|
9738
9814
|
msgstr ""
|
|
9739
9815
|
|
|
9740
|
-
#: ../lib/katello/plugin.rb:
|
|
9816
|
+
#: ../lib/katello/plugin.rb:629
|
|
9741
9817
|
msgid "Default location for subscribed hosts"
|
|
9742
9818
|
msgstr ""
|
|
9743
9819
|
|
|
9744
|
-
#: ../lib/katello/plugin.rb:
|
|
9820
|
+
#: ../lib/katello/plugin.rb:630
|
|
9745
9821
|
msgid "Default Location where new subscribed hosts will put upon registration"
|
|
9746
9822
|
msgstr ""
|
|
9747
9823
|
|
|
9748
|
-
#: ../lib/katello/plugin.rb:
|
|
9824
|
+
#: ../lib/katello/plugin.rb:636
|
|
9749
9825
|
msgid "Expire soon days"
|
|
9750
9826
|
msgstr ""
|
|
9751
9827
|
|
|
9752
|
-
#: ../lib/katello/plugin.rb:
|
|
9828
|
+
#: ../lib/katello/plugin.rb:637
|
|
9753
9829
|
msgid ""
|
|
9754
9830
|
"The number of days remaining in a subscription before you will be reminded abo"
|
|
9755
9831
|
"ut renewing it. Also used for manifest expiration warnings."
|
|
9756
9832
|
msgstr ""
|
|
9757
9833
|
|
|
9758
|
-
#: ../lib/katello/plugin.rb:
|
|
9834
|
+
#: ../lib/katello/plugin.rb:642
|
|
9759
9835
|
msgid "Host Duplicate DMI UUIDs"
|
|
9760
9836
|
msgstr ""
|
|
9761
9837
|
|
|
9762
|
-
#: ../lib/katello/plugin.rb:
|
|
9838
|
+
#: ../lib/katello/plugin.rb:643
|
|
9763
9839
|
msgid ""
|
|
9764
9840
|
"If hosts fail to register because of duplicate DMI UUIDs, add their comma-sepa"
|
|
9765
9841
|
"rated values here. Subsequent registrations will generate a unique DMI UUID fo"
|
|
9766
9842
|
"r the affected hosts."
|
|
9767
9843
|
msgstr ""
|
|
9768
9844
|
|
|
9769
|
-
#: ../lib/katello/plugin.rb:
|
|
9845
|
+
#: ../lib/katello/plugin.rb:648
|
|
9770
9846
|
msgid "Host Profile Assume"
|
|
9771
9847
|
msgstr ""
|
|
9772
9848
|
|
|
9773
|
-
#: ../lib/katello/plugin.rb:
|
|
9849
|
+
#: ../lib/katello/plugin.rb:649
|
|
9774
9850
|
msgid ""
|
|
9775
9851
|
"Allow new host registrations to assume registered profiles with matching hostn"
|
|
9776
9852
|
"ame as long as the registering DMI UUID is not used by another host."
|
|
9777
9853
|
msgstr ""
|
|
9778
9854
|
|
|
9779
|
-
#: ../lib/katello/plugin.rb:
|
|
9855
|
+
#: ../lib/katello/plugin.rb:654
|
|
9780
9856
|
msgid "Host Profile Can Change In Build"
|
|
9781
9857
|
msgstr ""
|
|
9782
9858
|
|
|
9783
|
-
#: ../lib/katello/plugin.rb:
|
|
9859
|
+
#: ../lib/katello/plugin.rb:655
|
|
9784
9860
|
msgid ""
|
|
9785
9861
|
"Allow host registrations to bypass 'Host Profile Assume' as long as the host i"
|
|
9786
9862
|
"s in build mode."
|
|
9787
9863
|
msgstr ""
|
|
9788
9864
|
|
|
9789
|
-
#: ../lib/katello/plugin.rb:
|
|
9865
|
+
#: ../lib/katello/plugin.rb:660
|
|
9790
9866
|
msgid "Host Can Re-Register Only In Build"
|
|
9791
9867
|
msgstr ""
|
|
9792
9868
|
|
|
9793
|
-
#: ../lib/katello/plugin.rb:
|
|
9869
|
+
#: ../lib/katello/plugin.rb:661
|
|
9794
9870
|
msgid "Allow hosts to re-register themselves only when they are in build mode"
|
|
9795
9871
|
msgstr ""
|
|
9796
9872
|
|
|
9797
|
-
#: ../lib/katello/plugin.rb:
|
|
9873
|
+
#: ../lib/katello/plugin.rb:666
|
|
9798
9874
|
msgid "Host Tasks Workers Pool Size"
|
|
9799
9875
|
msgstr ""
|
|
9800
9876
|
|
|
9801
|
-
#: ../lib/katello/plugin.rb:
|
|
9877
|
+
#: ../lib/katello/plugin.rb:667
|
|
9802
9878
|
msgid ""
|
|
9803
9879
|
"Amount of workers in the pool to handle the execution of host-related tasks. W"
|
|
9804
9880
|
"hen set to 0, the default queue will be used instead. Restart of the dynflowd/"
|
|
9805
9881
|
"foreman-tasks service is required."
|
|
9806
9882
|
msgstr ""
|
|
9807
9883
|
|
|
9808
|
-
#: ../lib/katello/plugin.rb:
|
|
9884
|
+
#: ../lib/katello/plugin.rb:672
|
|
9809
9885
|
msgid "Applicability Batch Size"
|
|
9810
9886
|
msgstr ""
|
|
9811
9887
|
|
|
9812
|
-
#: ../lib/katello/plugin.rb:
|
|
9888
|
+
#: ../lib/katello/plugin.rb:673
|
|
9813
9889
|
msgid "Number of host applicability calculations to process per task."
|
|
9814
9890
|
msgstr ""
|
|
9815
9891
|
|
|
9816
|
-
#: ../lib/katello/plugin.rb:
|
|
9892
|
+
#: ../lib/katello/plugin.rb:678
|
|
9817
9893
|
msgid "Pulp bulk load size"
|
|
9818
9894
|
msgstr ""
|
|
9819
9895
|
|
|
9820
|
-
#: ../lib/katello/plugin.rb:
|
|
9896
|
+
#: ../lib/katello/plugin.rb:679
|
|
9821
9897
|
msgid "The number of items fetched from a single paged Pulp API call."
|
|
9822
9898
|
msgstr ""
|
|
9823
9899
|
|
|
9824
|
-
#: ../lib/katello/plugin.rb:
|
|
9900
|
+
#: ../lib/katello/plugin.rb:684
|
|
9825
9901
|
msgid "Orphaned Content Protection Time"
|
|
9826
9902
|
msgstr ""
|
|
9827
9903
|
|
|
9828
|
-
#: ../lib/katello/plugin.rb:
|
|
9904
|
+
#: ../lib/katello/plugin.rb:685
|
|
9829
9905
|
msgid ""
|
|
9830
9906
|
"Time in minutes before content that is not contained within a repository and h"
|
|
9831
9907
|
"as not been accessed is considered orphaned."
|
|
9832
9908
|
msgstr ""
|
|
9833
9909
|
|
|
9834
|
-
#: ../lib/katello/plugin.rb:
|
|
9910
|
+
#: ../lib/katello/plugin.rb:690
|
|
9835
9911
|
msgid "Completed pulp task protection days"
|
|
9836
9912
|
msgstr ""
|
|
9837
9913
|
|
|
9838
|
-
#: ../lib/katello/plugin.rb:
|
|
9914
|
+
#: ../lib/katello/plugin.rb:691
|
|
9839
9915
|
msgid "How many days before a completed Pulp task is purged by Orphan Cleanup."
|
|
9840
9916
|
msgstr ""
|
|
9841
9917
|
|
|
9842
|
-
#: ../lib/katello/plugin.rb:
|
|
9918
|
+
#: ../lib/katello/plugin.rb:696
|
|
9843
9919
|
msgid "Prefer registered through Smart Proxy for remote execution"
|
|
9844
9920
|
msgstr ""
|
|
9845
9921
|
|
|
9846
|
-
#: ../lib/katello/plugin.rb:
|
|
9922
|
+
#: ../lib/katello/plugin.rb:697
|
|
9847
9923
|
msgid ""
|
|
9848
9924
|
"Prefer using a Smart Proxy to which a host is registered when using remote exe"
|
|
9849
9925
|
"cution"
|
|
9850
9926
|
msgstr ""
|
|
9851
9927
|
|
|
9852
|
-
#: ../lib/katello/plugin.rb:
|
|
9928
|
+
#: ../lib/katello/plugin.rb:702
|
|
9853
9929
|
msgid "Allow deleting repositories in published content views"
|
|
9854
9930
|
msgstr ""
|
|
9855
9931
|
|
|
9856
|
-
#: ../lib/katello/plugin.rb:
|
|
9932
|
+
#: ../lib/katello/plugin.rb:703
|
|
9857
9933
|
msgid ""
|
|
9858
9934
|
"If this is enabled, repositories can be deleted even when they belong to publi"
|
|
9859
9935
|
"shed content views. The deleted repository will be removed from all content vi"
|
|
9860
9936
|
"ew versions."
|
|
9861
9937
|
msgstr ""
|
|
9862
9938
|
|
|
9863
|
-
#: ../lib/katello/plugin.rb:
|
|
9939
|
+
#: ../lib/katello/plugin.rb:708
|
|
9864
9940
|
msgid "Distribute archived content view versions"
|
|
9865
9941
|
msgstr ""
|
|
9866
9942
|
|
|
9867
|
-
#: ../lib/katello/plugin.rb:
|
|
9943
|
+
#: ../lib/katello/plugin.rb:709
|
|
9868
9944
|
msgid ""
|
|
9869
9945
|
"If this is enabled, repositories of content view versions without environments"
|
|
9870
9946
|
" (\"archived\") will be distributed at '/pulp/content/<organization>/content_vie"
|
|
9871
9947
|
"ws/<content view>/X.Y/...'."
|
|
9872
9948
|
msgstr ""
|
|
9873
9949
|
|
|
9874
|
-
#: ../lib/katello/plugin.rb:
|
|
9950
|
+
#: ../lib/katello/plugin.rb:714
|
|
9875
9951
|
msgid "Calculate content counts on smart proxies automatically"
|
|
9876
9952
|
msgstr ""
|
|
9877
9953
|
|
|
9878
|
-
#: ../lib/katello/plugin.rb:
|
|
9954
|
+
#: ../lib/katello/plugin.rb:715
|
|
9879
9955
|
msgid ""
|
|
9880
9956
|
"If this is enabled, content counts on smart proxies will be updated automatica"
|
|
9881
9957
|
"lly after content sync."
|
|
9882
9958
|
msgstr ""
|
|
9883
9959
|
|
|
9884
|
-
#: ../lib/katello/plugin.rb:
|
|
9960
|
+
#: ../lib/katello/plugin.rb:720
|
|
9885
9961
|
msgid "Hide Reclaim Space Warning"
|
|
9886
9962
|
msgstr ""
|
|
9887
9963
|
|
|
9888
|
-
#: ../lib/katello/plugin.rb:
|
|
9964
|
+
#: ../lib/katello/plugin.rb:721
|
|
9889
9965
|
msgid ""
|
|
9890
9966
|
"If this is enabled, the Smart Proxy page will suppress the warning message abo"
|
|
9891
9967
|
"ut reclaiming space."
|
|
9892
9968
|
msgstr ""
|
|
9893
9969
|
|
|
9894
|
-
#: ../lib/katello/plugin.rb:
|
|
9895
|
-
msgid "Enable structured APT for deb content"
|
|
9896
|
-
msgstr ""
|
|
9897
|
-
|
|
9898
|
-
#: ../lib/katello/plugin.rb:721
|
|
9899
|
-
msgid ""
|
|
9900
|
-
"If set, newly created APT repos in Katello will use the same repo structure as"
|
|
9901
|
-
" the remote repos they are synchronized from. You may migrate existing APT rep"
|
|
9902
|
-
"os to match the setting, by running 'foreman-rake katello:migrate_structure_co"
|
|
9903
|
-
"ntent_for_deb'."
|
|
9904
|
-
msgstr ""
|
|
9905
|
-
|
|
9906
|
-
#: ../lib/katello/plugin.rb:727
|
|
9970
|
+
#: ../lib/katello/plugin.rb:726
|
|
9907
9971
|
msgid "Registry token expiration time"
|
|
9908
9972
|
msgstr ""
|
|
9909
9973
|
|
|
9910
|
-
#: ../lib/katello/plugin.rb:
|
|
9974
|
+
#: ../lib/katello/plugin.rb:727
|
|
9911
9975
|
msgid "Time in minutes before registry access tokens expire."
|
|
9912
9976
|
msgstr ""
|
|
9913
9977
|
|
|
9914
|
-
#: ../lib/katello/plugin.rb:
|
|
9978
|
+
#: ../lib/katello/plugin.rb:731
|
|
9915
9979
|
msgid "Katello: Install Package"
|
|
9916
9980
|
msgstr ""
|
|
9917
9981
|
|
|
9918
|
-
#: ../lib/katello/plugin.rb:
|
|
9982
|
+
#: ../lib/katello/plugin.rb:731
|
|
9919
9983
|
msgid "Install package via Katello interface"
|
|
9920
9984
|
msgstr ""
|
|
9921
9985
|
|
|
9922
|
-
#: ../lib/katello/plugin.rb:
|
|
9986
|
+
#: ../lib/katello/plugin.rb:732
|
|
9923
9987
|
msgid "Katello: Install packages by search query"
|
|
9924
9988
|
msgstr ""
|
|
9925
9989
|
|
|
9926
|
-
#: ../lib/katello/plugin.rb:
|
|
9990
|
+
#: ../lib/katello/plugin.rb:732
|
|
9927
9991
|
msgid "Install packages via Katello interface"
|
|
9928
9992
|
msgstr ""
|
|
9929
9993
|
|
|
9930
|
-
#: ../lib/katello/plugin.rb:
|
|
9994
|
+
#: ../lib/katello/plugin.rb:733
|
|
9931
9995
|
msgid "Katello: Update Package"
|
|
9932
9996
|
msgstr ""
|
|
9933
9997
|
|
|
9934
|
-
#: ../lib/katello/plugin.rb:
|
|
9998
|
+
#: ../lib/katello/plugin.rb:733
|
|
9935
9999
|
msgid "Update package via Katello interface"
|
|
9936
10000
|
msgstr ""
|
|
9937
10001
|
|
|
9938
|
-
#: ../lib/katello/plugin.rb:
|
|
10002
|
+
#: ../lib/katello/plugin.rb:734
|
|
9939
10003
|
msgid "Katello: Update Packages by search query"
|
|
9940
10004
|
msgstr ""
|
|
9941
10005
|
|
|
9942
|
-
#: ../lib/katello/plugin.rb:
|
|
10006
|
+
#: ../lib/katello/plugin.rb:734
|
|
9943
10007
|
msgid "Update packages via Katello interface"
|
|
9944
10008
|
msgstr ""
|
|
9945
10009
|
|
|
9946
|
-
#: ../lib/katello/plugin.rb:
|
|
10010
|
+
#: ../lib/katello/plugin.rb:735
|
|
9947
10011
|
msgid "Katello: Remove Package"
|
|
9948
10012
|
msgstr ""
|
|
9949
10013
|
|
|
9950
|
-
#: ../lib/katello/plugin.rb:
|
|
10014
|
+
#: ../lib/katello/plugin.rb:735
|
|
9951
10015
|
msgid "Remove package via Katello interface"
|
|
9952
10016
|
msgstr ""
|
|
9953
10017
|
|
|
9954
|
-
#: ../lib/katello/plugin.rb:
|
|
10018
|
+
#: ../lib/katello/plugin.rb:736
|
|
9955
10019
|
msgid "Katello: Remove Packages by search query"
|
|
9956
10020
|
msgstr ""
|
|
9957
10021
|
|
|
9958
|
-
#: ../lib/katello/plugin.rb:
|
|
10022
|
+
#: ../lib/katello/plugin.rb:736
|
|
9959
10023
|
msgid "Remove packages via Katello interface"
|
|
9960
10024
|
msgstr ""
|
|
9961
10025
|
|
|
9962
|
-
#: ../lib/katello/plugin.rb:
|
|
10026
|
+
#: ../lib/katello/plugin.rb:737
|
|
9963
10027
|
msgid "Katello: Install Package Group"
|
|
9964
10028
|
msgstr ""
|
|
9965
10029
|
|
|
9966
|
-
#: ../lib/katello/plugin.rb:
|
|
10030
|
+
#: ../lib/katello/plugin.rb:737
|
|
9967
10031
|
msgid "Install package group via Katello interface"
|
|
9968
10032
|
msgstr ""
|
|
9969
10033
|
|
|
9970
|
-
#: ../lib/katello/plugin.rb:
|
|
10034
|
+
#: ../lib/katello/plugin.rb:738
|
|
9971
10035
|
msgid "Katello: Update Package Group"
|
|
9972
10036
|
msgstr ""
|
|
9973
10037
|
|
|
9974
|
-
#: ../lib/katello/plugin.rb:
|
|
10038
|
+
#: ../lib/katello/plugin.rb:738
|
|
9975
10039
|
msgid "Update package group via Katello interface"
|
|
9976
10040
|
msgstr ""
|
|
9977
10041
|
|
|
9978
|
-
#: ../lib/katello/plugin.rb:
|
|
10042
|
+
#: ../lib/katello/plugin.rb:739
|
|
9979
10043
|
msgid "Katello: Remove Package Group"
|
|
9980
10044
|
msgstr ""
|
|
9981
10045
|
|
|
9982
|
-
#: ../lib/katello/plugin.rb:
|
|
10046
|
+
#: ../lib/katello/plugin.rb:739
|
|
9983
10047
|
msgid "Remove package group via Katello interface"
|
|
9984
10048
|
msgstr ""
|
|
9985
10049
|
|
|
9986
|
-
#: ../lib/katello/plugin.rb:
|
|
10050
|
+
#: ../lib/katello/plugin.rb:740
|
|
9987
10051
|
msgid "Katello: Install Errata"
|
|
9988
10052
|
msgstr ""
|
|
9989
10053
|
|
|
9990
|
-
#: ../lib/katello/plugin.rb:
|
|
10054
|
+
#: ../lib/katello/plugin.rb:740
|
|
9991
10055
|
msgid "Install errata via Katello interface"
|
|
9992
10056
|
msgstr ""
|
|
9993
10057
|
|
|
9994
|
-
#: ../lib/katello/plugin.rb:
|
|
10058
|
+
#: ../lib/katello/plugin.rb:741
|
|
9995
10059
|
msgid "Katello: Install errata by search query"
|
|
9996
10060
|
msgstr ""
|
|
9997
10061
|
|
|
9998
|
-
#: ../lib/katello/plugin.rb:
|
|
10062
|
+
#: ../lib/katello/plugin.rb:741
|
|
9999
10063
|
msgid "Install errata using scoped search query"
|
|
10000
10064
|
msgstr ""
|
|
10001
10065
|
|
|
10002
|
-
#: ../lib/katello/plugin.rb:
|
|
10066
|
+
#: ../lib/katello/plugin.rb:742
|
|
10003
10067
|
msgid "Katello: Service Restart"
|
|
10004
10068
|
msgstr ""
|
|
10005
10069
|
|
|
10006
|
-
#: ../lib/katello/plugin.rb:
|
|
10070
|
+
#: ../lib/katello/plugin.rb:742
|
|
10007
10071
|
msgid "Restart Services via Katello interface"
|
|
10008
10072
|
msgstr ""
|
|
10009
10073
|
|
|
10010
|
-
#: ../lib/katello/plugin.rb:
|
|
10074
|
+
#: ../lib/katello/plugin.rb:743
|
|
10011
10075
|
msgid "Katello: Resolve Traces"
|
|
10012
10076
|
msgstr ""
|
|
10013
10077
|
|
|
10014
|
-
#: ../lib/katello/plugin.rb:
|
|
10078
|
+
#: ../lib/katello/plugin.rb:743
|
|
10015
10079
|
msgid "Resolve traces via Katello interface"
|
|
10016
10080
|
msgstr ""
|
|
10017
10081
|
|
|
10018
|
-
#: ../lib/katello/plugin.rb:
|
|
10082
|
+
#: ../lib/katello/plugin.rb:744
|
|
10019
10083
|
msgid "Katello: Configure host for new content source"
|
|
10020
10084
|
msgstr ""
|
|
10021
10085
|
|
|
10022
|
-
#: ../lib/katello/plugin.rb:
|
|
10086
|
+
#: ../lib/katello/plugin.rb:744
|
|
10023
10087
|
msgid "Replace content source on the target machine"
|
|
10024
10088
|
msgstr ""
|
|
10025
10089
|
|
|
10026
|
-
#: ../lib/katello/plugin.rb:
|
|
10090
|
+
#: ../lib/katello/plugin.rb:745
|
|
10027
10091
|
msgid "Katello: Upload Profile"
|
|
10028
10092
|
msgstr ""
|
|
10029
10093
|
|
|
10030
|
-
#: ../lib/katello/plugin.rb:
|
|
10094
|
+
#: ../lib/katello/plugin.rb:745
|
|
10031
10095
|
msgid "Upload package / repos profile"
|
|
10032
10096
|
msgstr ""
|
|
10033
10097
|
|
|
10034
|
-
#: ../lib/katello/plugin.rb:
|
|
10098
|
+
#: ../lib/katello/plugin.rb:746
|
|
10035
10099
|
msgid "Katello: Module Stream Actions"
|
|
10036
10100
|
msgstr ""
|
|
10037
10101
|
|
|
10038
|
-
#: ../lib/katello/plugin.rb:
|
|
10102
|
+
#: ../lib/katello/plugin.rb:747
|
|
10039
10103
|
msgid "Perform a module stream action via Katello interface"
|
|
10040
10104
|
msgstr ""
|
|
10041
10105
|
|
|
10042
|
-
#: ../lib/katello/plugin.rb:
|
|
10106
|
+
#: ../lib/katello/plugin.rb:749
|
|
10043
10107
|
msgid "Katello: Bootc Action"
|
|
10044
10108
|
msgstr ""
|
|
10045
10109
|
|
|
10046
|
-
#: ../lib/katello/plugin.rb:
|
|
10110
|
+
#: ../lib/katello/plugin.rb:749
|
|
10047
10111
|
msgid "Katello Bootc interface"
|
|
10048
10112
|
msgstr ""
|
|
10049
10113
|
|
|
10050
|
-
#: ../lib/katello/plugin.rb:
|
|
10114
|
+
#: ../lib/katello/plugin.rb:750
|
|
10051
10115
|
msgid "Katello: Bootc Upgrade"
|
|
10052
10116
|
msgstr ""
|
|
10053
10117
|
|
|
10054
|
-
#: ../lib/katello/plugin.rb:
|
|
10118
|
+
#: ../lib/katello/plugin.rb:750
|
|
10055
10119
|
msgid "Bootc upgrade via Bootc interface"
|
|
10056
10120
|
msgstr ""
|
|
10057
10121
|
|
|
10058
|
-
#: ../lib/katello/plugin.rb:
|
|
10122
|
+
#: ../lib/katello/plugin.rb:751
|
|
10059
10123
|
msgid "Katello: Bootc Switch"
|
|
10060
10124
|
msgstr ""
|
|
10061
10125
|
|
|
10062
|
-
#: ../lib/katello/plugin.rb:
|
|
10126
|
+
#: ../lib/katello/plugin.rb:751
|
|
10063
10127
|
msgid "Bootc switch via Bootc interface"
|
|
10064
10128
|
msgstr ""
|
|
10065
10129
|
|
|
10066
|
-
#: ../lib/katello/plugin.rb:
|
|
10130
|
+
#: ../lib/katello/plugin.rb:752
|
|
10067
10131
|
msgid "Katello: Bootc Rollback"
|
|
10068
10132
|
msgstr ""
|
|
10069
10133
|
|
|
10070
|
-
#: ../lib/katello/plugin.rb:
|
|
10134
|
+
#: ../lib/katello/plugin.rb:752
|
|
10071
10135
|
msgid "Bootc rollback via Bootc interface"
|
|
10072
10136
|
msgstr ""
|
|
10073
10137
|
|
|
10074
|
-
#: ../lib/katello/plugin.rb:
|
|
10138
|
+
#: ../lib/katello/plugin.rb:753
|
|
10075
10139
|
msgid "Katello: Bootc Status"
|
|
10076
10140
|
msgstr ""
|
|
10077
10141
|
|
|
10078
|
-
#: ../lib/katello/plugin.rb:
|
|
10142
|
+
#: ../lib/katello/plugin.rb:753
|
|
10079
10143
|
msgid "Bootc status via Bootc interface"
|
|
10080
10144
|
msgstr ""
|
|
10081
10145
|
|
|
@@ -10203,6 +10267,7 @@ msgid "Running image"
|
|
|
10203
10267
|
msgstr ""
|
|
10204
10268
|
|
|
10205
10269
|
#: ../webpack/ForemanColumnExtensions/index.js:64
|
|
10270
|
+
#: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:173
|
|
10206
10271
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:402
|
|
10207
10272
|
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:416
|
|
10208
10273
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:356
|
|
@@ -10223,7 +10288,7 @@ msgid "Last seen"
|
|
|
10223
10288
|
msgstr ""
|
|
10224
10289
|
|
|
10225
10290
|
#: ../webpack/ForemanColumnExtensions/index.js:180
|
|
10226
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
|
10291
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:114
|
|
10227
10292
|
#: ../webpack/components/extensions/Hosts/BulkActions/HostReview.js:90
|
|
10228
10293
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:112
|
|
10229
10294
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js:182
|
|
@@ -10232,7 +10297,7 @@ msgstr ""
|
|
|
10232
10297
|
|
|
10233
10298
|
#: ../webpack/ForemanColumnExtensions/index.js:221
|
|
10234
10299
|
#: ../webpack/components/extensions/HostDetails/DetailsTabCards/RegistrationCard.js:96
|
|
10235
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
|
10300
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:105
|
|
10236
10301
|
#: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:44
|
|
10237
10302
|
msgid "Content source"
|
|
10238
10303
|
msgstr ""
|
|
@@ -10313,6 +10378,7 @@ msgstr ""
|
|
|
10313
10378
|
#: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ChangeHostCVModal.js:143
|
|
10314
10379
|
#: ../webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js:151
|
|
10315
10380
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:111
|
|
10381
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:217
|
|
10316
10382
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:118
|
|
10317
10383
|
#: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:353
|
|
10318
10384
|
#: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:241
|
|
@@ -10649,6 +10715,7 @@ msgstr ""
|
|
|
10649
10715
|
|
|
10650
10716
|
#:
|
|
10651
10717
|
#: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsActions.js:26
|
|
10718
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:157
|
|
10652
10719
|
msgid "Host collections updated"
|
|
10653
10720
|
msgstr ""
|
|
10654
10721
|
|
|
@@ -10669,6 +10736,7 @@ msgstr ""
|
|
|
10669
10736
|
|
|
10670
10737
|
#:
|
|
10671
10738
|
#: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsCard.js:102
|
|
10739
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js:39
|
|
10672
10740
|
msgid "Host collections"
|
|
10673
10741
|
msgstr ""
|
|
10674
10742
|
|
|
@@ -10715,6 +10783,7 @@ msgstr ""
|
|
|
10715
10783
|
|
|
10716
10784
|
#:
|
|
10717
10785
|
#: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:35
|
|
10786
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:231
|
|
10718
10787
|
msgid "Host collection"
|
|
10719
10788
|
msgstr ""
|
|
10720
10789
|
|
|
@@ -10725,6 +10794,7 @@ msgstr ""
|
|
|
10725
10794
|
|
|
10726
10795
|
#:
|
|
10727
10796
|
#: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:35
|
|
10797
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:266
|
|
10728
10798
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:168
|
|
10729
10799
|
#: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:173
|
|
10730
10800
|
#: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:39
|
|
@@ -11085,7 +11155,7 @@ msgid "Module streams"
|
|
|
11085
11155
|
msgstr ""
|
|
11086
11156
|
|
|
11087
11157
|
#: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:12
|
|
11088
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
|
11158
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:97
|
|
11089
11159
|
msgid "Repository sets"
|
|
11090
11160
|
msgstr ""
|
|
11091
11161
|
|
|
@@ -11477,6 +11547,9 @@ msgstr ""
|
|
|
11477
11547
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/ExportSyncForm.js:65
|
|
11478
11548
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:144
|
|
11479
11549
|
#: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:253
|
|
11550
|
+
#: action_names.rb:160 action_names.rb:161 action_names.rb:162
|
|
11551
|
+
#: action_names.rb:163 action_names.rb:164 action_names.rb:165
|
|
11552
|
+
#: action_names.rb:166 action_names.rb:167 action_names.rb:168
|
|
11480
11553
|
msgid "Update"
|
|
11481
11554
|
msgstr ""
|
|
11482
11555
|
|
|
@@ -11856,25 +11929,25 @@ msgstr ""
|
|
|
11856
11929
|
msgid "Traces that require logout cannot be restarted remotely"
|
|
11857
11930
|
msgstr ""
|
|
11858
11931
|
|
|
11859
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
|
11932
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:78
|
|
11860
11933
|
msgid ""
|
|
11861
11934
|
"To manage host packages, a specific organization must be selected from the org"
|
|
11862
11935
|
"anization context."
|
|
11863
11936
|
msgstr ""
|
|
11864
11937
|
|
|
11865
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
|
11938
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:95
|
|
11866
11939
|
msgid ""
|
|
11867
11940
|
"To manage host content overrides, a specific organization must be selected fro"
|
|
11868
11941
|
"m the organization context."
|
|
11869
11942
|
msgstr ""
|
|
11870
11943
|
|
|
11871
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
|
11944
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:112
|
|
11872
11945
|
msgid ""
|
|
11873
11946
|
"To change content view environments, a specific organization must be selected "
|
|
11874
11947
|
"from the organization context."
|
|
11875
11948
|
msgstr ""
|
|
11876
11949
|
|
|
11877
|
-
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:
|
|
11950
|
+
#: ../webpack/components/extensions/Hosts/ActionsBar/index.js:121
|
|
11878
11951
|
msgid "Manage content"
|
|
11879
11952
|
msgstr ""
|
|
11880
11953
|
|
|
@@ -11885,11 +11958,13 @@ msgstr ""
|
|
|
11885
11958
|
|
|
11886
11959
|
#:
|
|
11887
11960
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:143
|
|
11961
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:297
|
|
11888
11962
|
msgid "selected host"
|
|
11889
11963
|
msgstr ""
|
|
11890
11964
|
|
|
11891
11965
|
#:
|
|
11892
11966
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:144
|
|
11967
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:298
|
|
11893
11968
|
msgid "selected hosts"
|
|
11894
11969
|
msgstr ""
|
|
11895
11970
|
|
|
@@ -11903,6 +11978,58 @@ msgstr ""
|
|
|
11903
11978
|
msgid "Host content view environments updating."
|
|
11904
11979
|
msgstr ""
|
|
11905
11980
|
|
|
11981
|
+
#:
|
|
11982
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:143
|
|
11983
|
+
msgid "An error occurred while updating host collections"
|
|
11984
|
+
msgstr ""
|
|
11985
|
+
|
|
11986
|
+
#:
|
|
11987
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:237
|
|
11988
|
+
msgid "Limit"
|
|
11989
|
+
msgstr ""
|
|
11990
|
+
|
|
11991
|
+
#:
|
|
11992
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:255
|
|
11993
|
+
msgid "Insufficient space for selected hosts"
|
|
11994
|
+
msgstr ""
|
|
11995
|
+
|
|
11996
|
+
#:
|
|
11997
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:278
|
|
11998
|
+
msgid "Change host collections"
|
|
11999
|
+
msgstr ""
|
|
12000
|
+
|
|
12001
|
+
#:
|
|
12002
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:289
|
|
12003
|
+
msgid ""
|
|
12004
|
+
"Select host collections to change their associations with {selectedHosts}. Cha"
|
|
12005
|
+
"nging host collection will affect all your selected hosts. Some hosts may alre"
|
|
12006
|
+
"ady be in your chosen collections."
|
|
12007
|
+
msgstr ""
|
|
12008
|
+
|
|
12009
|
+
#:
|
|
12010
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:309
|
|
12011
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:200
|
|
12012
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:206
|
|
12013
|
+
msgid "Select action"
|
|
12014
|
+
msgstr ""
|
|
12015
|
+
|
|
12016
|
+
#:
|
|
12017
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:315
|
|
12018
|
+
msgid "Add to host collections"
|
|
12019
|
+
msgstr ""
|
|
12020
|
+
|
|
12021
|
+
#:
|
|
12022
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js:323
|
|
12023
|
+
msgid "Remove from host collections"
|
|
12024
|
+
msgstr ""
|
|
12025
|
+
|
|
12026
|
+
#:
|
|
12027
|
+
#: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js:37
|
|
12028
|
+
msgid ""
|
|
12029
|
+
"To manage host collections, a specific organization must be selected from the "
|
|
12030
|
+
"organization context."
|
|
12031
|
+
msgstr ""
|
|
12032
|
+
|
|
11906
12033
|
#:
|
|
11907
12034
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js:112
|
|
11908
12035
|
msgid "Affected hosts"
|
|
@@ -12068,12 +12195,6 @@ msgstr ""
|
|
|
12068
12195
|
msgid "Manage packages"
|
|
12069
12196
|
msgstr ""
|
|
12070
12197
|
|
|
12071
|
-
#:
|
|
12072
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:200
|
|
12073
|
-
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:206
|
|
12074
|
-
msgid "Select action"
|
|
12075
|
-
msgstr ""
|
|
12076
|
-
|
|
12077
12198
|
#:
|
|
12078
12199
|
#: ../webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js:209
|
|
12079
12200
|
msgid "To manage packages, select an action."
|
|
@@ -12240,30 +12361,30 @@ msgstr ""
|
|
|
12240
12361
|
msgid "Nothing selected"
|
|
12241
12362
|
msgstr ""
|
|
12242
12363
|
|
|
12243
|
-
#: ../webpack/containers/Application/config.js:
|
|
12364
|
+
#: ../webpack/containers/Application/config.js:28
|
|
12244
12365
|
msgid "RH Repos"
|
|
12245
12366
|
msgstr ""
|
|
12246
12367
|
|
|
12247
|
-
#: ../webpack/containers/Application/config.js:
|
|
12368
|
+
#: ../webpack/containers/Application/config.js:36
|
|
12248
12369
|
#: ../webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js:235
|
|
12249
12370
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:59
|
|
12250
12371
|
msgid "Add Subscriptions"
|
|
12251
12372
|
msgstr ""
|
|
12252
12373
|
|
|
12253
|
-
#: ../webpack/containers/Application/config.js:
|
|
12374
|
+
#: ../webpack/containers/Application/config.js:40
|
|
12254
12375
|
msgid "Activation key details"
|
|
12255
12376
|
msgstr ""
|
|
12256
12377
|
|
|
12257
|
-
#: ../webpack/containers/Application/config.js:
|
|
12378
|
+
#: ../webpack/containers/Application/config.js:45
|
|
12258
12379
|
#: ../webpack/scenes/Subscriptions/Details/SubscriptionDetails.js:72
|
|
12259
12380
|
msgid "Subscription Details"
|
|
12260
12381
|
msgstr ""
|
|
12261
12382
|
|
|
12262
|
-
#: ../webpack/containers/Application/config.js:
|
|
12383
|
+
#: ../webpack/containers/Application/config.js:57
|
|
12263
12384
|
msgid "Module Stream Details"
|
|
12264
12385
|
msgstr ""
|
|
12265
12386
|
|
|
12266
|
-
#: ../webpack/containers/Application/config.js:
|
|
12387
|
+
#: ../webpack/containers/Application/config.js:61
|
|
12267
12388
|
#: ../webpack/scenes/ContentViews/ContentViewsPage.js:12
|
|
12268
12389
|
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:110
|
|
12269
12390
|
#: ../webpack/scenes/ContentViews/components/CVBreadCrumb.js:38
|
|
@@ -12271,27 +12392,30 @@ msgstr ""
|
|
|
12271
12392
|
msgid "Content views"
|
|
12272
12393
|
msgstr ""
|
|
12273
12394
|
|
|
12274
|
-
#: ../webpack/containers/Application/config.js:
|
|
12395
|
+
#: ../webpack/containers/Application/config.js:65
|
|
12275
12396
|
msgid "Content View Details"
|
|
12276
12397
|
msgstr ""
|
|
12277
12398
|
|
|
12278
|
-
#: ../webpack/containers/Application/config.js:
|
|
12399
|
+
#: ../webpack/containers/Application/config.js:78
|
|
12279
12400
|
msgid "Content Details"
|
|
12280
12401
|
msgstr ""
|
|
12281
12402
|
|
|
12282
|
-
#: ../webpack/containers/Application/config.js:
|
|
12403
|
+
#: ../webpack/containers/Application/config.js:82
|
|
12283
12404
|
#: ../webpack/scenes/Hosts/ChangeContentSource/index.js:108
|
|
12284
12405
|
#: ../webpack/scenes/Hosts/ChangeContentSource/index.js:137
|
|
12285
12406
|
#: ../webpack/scenes/Hosts/ChangeContentSource/index.js:156
|
|
12286
12407
|
msgid "Change host content source"
|
|
12287
12408
|
msgstr ""
|
|
12288
12409
|
|
|
12289
|
-
#: ../webpack/containers/Application/config.js:
|
|
12290
|
-
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:111
|
|
12410
|
+
#: ../webpack/containers/Application/config.js:95
|
|
12291
12411
|
msgid "Booted container images"
|
|
12292
12412
|
msgstr ""
|
|
12293
12413
|
|
|
12294
|
-
#: ../webpack/containers/Application/config.js:
|
|
12414
|
+
#: ../webpack/containers/Application/config.js:103
|
|
12415
|
+
msgid "Manifest Details"
|
|
12416
|
+
msgstr ""
|
|
12417
|
+
|
|
12418
|
+
#: ../webpack/containers/Application/config.js:111
|
|
12295
12419
|
msgid "Flatpak Remote Details"
|
|
12296
12420
|
msgstr ""
|
|
12297
12421
|
|
|
@@ -12718,6 +12842,7 @@ msgstr ""
|
|
|
12718
12842
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:277
|
|
12719
12843
|
#: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:365
|
|
12720
12844
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:242
|
|
12845
|
+
#: action_names.rb:113 action_names.rb:114 action_names.rb:115
|
|
12721
12846
|
msgid "Refresh"
|
|
12722
12847
|
msgstr ""
|
|
12723
12848
|
|
|
@@ -12744,45 +12869,130 @@ msgstr ""
|
|
|
12744
12869
|
msgid "Please wait..."
|
|
12745
12870
|
msgstr ""
|
|
12746
12871
|
|
|
12747
|
-
#: ../webpack/scenes/
|
|
12872
|
+
#: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:29
|
|
12748
12873
|
msgid "Image name"
|
|
12749
12874
|
msgstr ""
|
|
12750
12875
|
|
|
12751
|
-
#: ../webpack/scenes/
|
|
12876
|
+
#: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:33
|
|
12752
12877
|
msgid "Image digests"
|
|
12753
12878
|
msgstr ""
|
|
12754
12879
|
|
|
12755
|
-
#: ../webpack/scenes/
|
|
12756
|
-
#: ../webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js:12
|
|
12757
|
-
msgid "Loading..."
|
|
12758
|
-
msgstr ""
|
|
12759
|
-
|
|
12760
|
-
#: ../webpack/scenes/BootedContainerImages/BootedContainerImagesPage.js:207
|
|
12880
|
+
#: ../webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js:171
|
|
12761
12881
|
msgid "Image digest"
|
|
12762
12882
|
msgstr ""
|
|
12763
12883
|
|
|
12764
|
-
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:
|
|
12884
|
+
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:36
|
|
12885
|
+
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:38
|
|
12886
|
+
#: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:104
|
|
12765
12887
|
msgid "Container images"
|
|
12766
12888
|
msgstr ""
|
|
12767
12889
|
|
|
12768
|
-
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:
|
|
12890
|
+
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:41
|
|
12769
12891
|
msgid ""
|
|
12770
12892
|
"View container images in the local registry using the Synced tab. View contain"
|
|
12771
12893
|
"er images booted by image mode hosts using the Booted tab. The Booted tab also"
|
|
12772
12894
|
" shows images outside of the local container registry."
|
|
12773
12895
|
msgstr ""
|
|
12774
12896
|
|
|
12775
|
-
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:
|
|
12897
|
+
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:60
|
|
12776
12898
|
#: ../webpack/scenes/SmartProxy/ExpandableCvDetails.js:21
|
|
12777
12899
|
msgid "Synced"
|
|
12778
12900
|
msgstr ""
|
|
12779
12901
|
|
|
12780
|
-
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:
|
|
12902
|
+
#: ../webpack/scenes/ContainerImages/ContainerImagesPage.js:70
|
|
12781
12903
|
msgid "Booted"
|
|
12782
12904
|
msgstr ""
|
|
12783
12905
|
|
|
12784
|
-
#: ../webpack/scenes/ContainerImages/
|
|
12785
|
-
msgid "
|
|
12906
|
+
#: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:43
|
|
12907
|
+
msgid "Labels and annotations"
|
|
12908
|
+
msgstr ""
|
|
12909
|
+
|
|
12910
|
+
#: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:50
|
|
12911
|
+
#: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:127
|
|
12912
|
+
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:311
|
|
12913
|
+
msgid "Close"
|
|
12914
|
+
msgstr ""
|
|
12915
|
+
|
|
12916
|
+
#: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:56
|
|
12917
|
+
msgid "View labels and annotations for image "
|
|
12918
|
+
msgstr ""
|
|
12919
|
+
|
|
12920
|
+
#: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:60
|
|
12921
|
+
msgid "${totalCount} labels and annotations"
|
|
12922
|
+
msgstr ""
|
|
12923
|
+
|
|
12924
|
+
#: ../webpack/scenes/ContainerImages/LabelsAnnotationsModal.js:82
|
|
12925
|
+
msgid "Show ${remainingCount} more"
|
|
12926
|
+
msgstr ""
|
|
12927
|
+
|
|
12928
|
+
#: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:127
|
|
12929
|
+
msgid "Creation"
|
|
12930
|
+
msgstr ""
|
|
12931
|
+
|
|
12932
|
+
#: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:138
|
|
12933
|
+
#: ../webpack/scenes/Content/ContentConfig.js:41
|
|
12934
|
+
#: ../webpack/scenes/Content/ContentConfig.js:103
|
|
12935
|
+
#: ../webpack/scenes/Content/ContentConfig.js:171
|
|
12936
|
+
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:78
|
|
12937
|
+
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:115
|
|
12938
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:55
|
|
12939
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:90
|
|
12940
|
+
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:101
|
|
12941
|
+
#: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:32
|
|
12942
|
+
msgid "Repositories"
|
|
12943
|
+
msgstr ""
|
|
12944
|
+
|
|
12945
|
+
#: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:162
|
|
12946
|
+
msgid "Modified"
|
|
12947
|
+
msgstr ""
|
|
12948
|
+
|
|
12949
|
+
#: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:195
|
|
12950
|
+
msgid "Labels"
|
|
12951
|
+
msgstr ""
|
|
12952
|
+
|
|
12953
|
+
#: ../webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js:197
|
|
12954
|
+
msgid "No labels"
|
|
12955
|
+
msgstr ""
|
|
12956
|
+
|
|
12957
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:79
|
|
12958
|
+
msgid "Tag"
|
|
12959
|
+
msgstr ""
|
|
12960
|
+
|
|
12961
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:83
|
|
12962
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:304
|
|
12963
|
+
msgid "Manifest digest"
|
|
12964
|
+
msgstr ""
|
|
12965
|
+
|
|
12966
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:95
|
|
12967
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:315
|
|
12968
|
+
msgid "Labels | Annotations"
|
|
12969
|
+
msgstr ""
|
|
12970
|
+
|
|
12971
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:105
|
|
12972
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:322
|
|
12973
|
+
msgid "View labels and annotations"
|
|
12974
|
+
msgstr ""
|
|
12975
|
+
|
|
12976
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:107
|
|
12977
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:324
|
|
12978
|
+
msgid "View here"
|
|
12979
|
+
msgstr ""
|
|
12980
|
+
|
|
12981
|
+
#: ../webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js:120
|
|
12982
|
+
msgid "See child manifests"
|
|
12983
|
+
msgstr ""
|
|
12984
|
+
|
|
12985
|
+
#: ../webpack/scenes/ContainerImages/TableEmptyState.js:23
|
|
12986
|
+
#: ../webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js:12
|
|
12987
|
+
msgid "Loading..."
|
|
12988
|
+
msgstr ""
|
|
12989
|
+
|
|
12990
|
+
#: ../webpack/scenes/ContainerImages/containerImagesHelpers.js:20
|
|
12991
|
+
msgid "Bootable"
|
|
12992
|
+
msgstr ""
|
|
12993
|
+
|
|
12994
|
+
#: ../webpack/scenes/ContainerImages/containerImagesHelpers.js:23
|
|
12995
|
+
msgid "Flatpak"
|
|
12786
12996
|
msgstr ""
|
|
12787
12997
|
|
|
12788
12998
|
#: ../webpack/scenes/Content/ContentConfig.js:13
|
|
@@ -12814,18 +13024,6 @@ msgstr ""
|
|
|
12814
13024
|
msgid "sha256"
|
|
12815
13025
|
msgstr ""
|
|
12816
13026
|
|
|
12817
|
-
#: ../webpack/scenes/Content/ContentConfig.js:41
|
|
12818
|
-
#: ../webpack/scenes/Content/ContentConfig.js:103
|
|
12819
|
-
#: ../webpack/scenes/Content/ContentConfig.js:171
|
|
12820
|
-
#: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:78
|
|
12821
|
-
#: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:115
|
|
12822
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompare.js:55
|
|
12823
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:90
|
|
12824
|
-
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:101
|
|
12825
|
-
#: ../webpack/scenes/ModuleStreams/Details/ModuleDetailsSchema.js:32
|
|
12826
|
-
msgid "Repositories"
|
|
12827
|
-
msgstr ""
|
|
12828
|
-
|
|
12829
13027
|
#: ../webpack/scenes/Content/ContentConfig.js:65
|
|
12830
13028
|
#: ../webpack/scenes/Content/ContentConfig.js:127
|
|
12831
13029
|
#: ../webpack/scenes/Content/ContentConfig.js:195
|
|
@@ -14106,6 +14304,7 @@ msgstr ""
|
|
|
14106
14304
|
#: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:128
|
|
14107
14305
|
#: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:111
|
|
14108
14306
|
#: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:99
|
|
14307
|
+
#: action_names.rb:96
|
|
14109
14308
|
msgid "Promote"
|
|
14110
14309
|
msgstr ""
|
|
14111
14310
|
|
|
@@ -14172,6 +14371,7 @@ msgstr ""
|
|
|
14172
14371
|
#:
|
|
14173
14372
|
#: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js:35
|
|
14174
14373
|
#: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:80
|
|
14374
|
+
#: action_names.rb:41
|
|
14175
14375
|
msgid "Delete version"
|
|
14176
14376
|
msgstr ""
|
|
14177
14377
|
|
|
@@ -14834,11 +15034,6 @@ msgstr ""
|
|
|
14834
15034
|
msgid "In progress"
|
|
14835
15035
|
msgstr ""
|
|
14836
15036
|
|
|
14837
|
-
#: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:127
|
|
14838
|
-
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:311
|
|
14839
|
-
msgid "Close"
|
|
14840
|
-
msgstr ""
|
|
14841
|
-
|
|
14842
15037
|
#: ../webpack/scenes/ContentViews/Publish/CVPublishFinish.js:137
|
|
14843
15038
|
msgid " View task details "
|
|
14844
15039
|
msgstr ""
|
|
@@ -16116,3 +16311,323 @@ msgstr ""
|
|
|
16116
16311
|
#: ../webpack/utils/helpers.js:9
|
|
16117
16312
|
msgid "The subscription is no longer available"
|
|
16118
16313
|
msgstr ""
|
|
16314
|
+
|
|
16315
|
+
#: action_names.rb:2
|
|
16316
|
+
msgid "Abstract async task"
|
|
16317
|
+
msgstr ""
|
|
16318
|
+
|
|
16319
|
+
#: action_names.rb:3
|
|
16320
|
+
msgid "Add rolling repo clone"
|
|
16321
|
+
msgstr ""
|
|
16322
|
+
|
|
16323
|
+
#: action_names.rb:5
|
|
16324
|
+
msgid "Commit upload"
|
|
16325
|
+
msgstr ""
|
|
16326
|
+
|
|
16327
|
+
#: action_names.rb:6
|
|
16328
|
+
msgid "Copy all units"
|
|
16329
|
+
msgstr ""
|
|
16330
|
+
|
|
16331
|
+
#: action_names.rb:7
|
|
16332
|
+
msgid "Copy content"
|
|
16333
|
+
msgstr ""
|
|
16334
|
+
|
|
16335
|
+
#: action_names.rb:8
|
|
16336
|
+
msgid "Copy version units to library"
|
|
16337
|
+
msgstr ""
|
|
16338
|
+
|
|
16339
|
+
#: action_names.rb:9
|
|
16340
|
+
msgid "Copy version"
|
|
16341
|
+
msgstr ""
|
|
16342
|
+
|
|
16343
|
+
#: action_names.rb:15
|
|
16344
|
+
msgid "Create exporter"
|
|
16345
|
+
msgstr ""
|
|
16346
|
+
|
|
16347
|
+
#: action_names.rb:16
|
|
16348
|
+
msgid "Create import"
|
|
16349
|
+
msgstr ""
|
|
16350
|
+
|
|
16351
|
+
#: action_names.rb:17
|
|
16352
|
+
msgid "Create importer"
|
|
16353
|
+
msgstr ""
|
|
16354
|
+
|
|
16355
|
+
#: action_names.rb:18
|
|
16356
|
+
msgid "Create publication"
|
|
16357
|
+
msgstr ""
|
|
16358
|
+
|
|
16359
|
+
#: action_names.rb:19 action_names.rb:20
|
|
16360
|
+
msgid "Create remote"
|
|
16361
|
+
msgstr ""
|
|
16362
|
+
|
|
16363
|
+
#: action_names.rb:32
|
|
16364
|
+
msgid "Delete distributions"
|
|
16365
|
+
msgstr ""
|
|
16366
|
+
|
|
16367
|
+
#: action_names.rb:33
|
|
16368
|
+
msgid "Delete orphan alternate content sources"
|
|
16369
|
+
msgstr ""
|
|
16370
|
+
|
|
16371
|
+
#: action_names.rb:34
|
|
16372
|
+
msgid "Delete orphan distributions"
|
|
16373
|
+
msgstr ""
|
|
16374
|
+
|
|
16375
|
+
#: action_names.rb:35
|
|
16376
|
+
msgid "Delete orphan remotes"
|
|
16377
|
+
msgstr ""
|
|
16378
|
+
|
|
16379
|
+
#: action_names.rb:36
|
|
16380
|
+
msgid "Delete orphan repository versions"
|
|
16381
|
+
msgstr ""
|
|
16382
|
+
|
|
16383
|
+
#: action_names.rb:37
|
|
16384
|
+
msgid "Delete orphaned migrated repositories"
|
|
16385
|
+
msgstr ""
|
|
16386
|
+
|
|
16387
|
+
#: action_names.rb:38 action_names.rb:39
|
|
16388
|
+
msgid "Delete remote"
|
|
16389
|
+
msgstr ""
|
|
16390
|
+
|
|
16391
|
+
#: action_names.rb:40
|
|
16392
|
+
msgid "Delete repository references"
|
|
16393
|
+
msgstr ""
|
|
16394
|
+
|
|
16395
|
+
#: action_names.rb:51
|
|
16396
|
+
msgid "Destroy exporter"
|
|
16397
|
+
msgstr ""
|
|
16398
|
+
|
|
16399
|
+
#: action_names.rb:52
|
|
16400
|
+
msgid "Destroy importer"
|
|
16401
|
+
msgstr ""
|
|
16402
|
+
|
|
16403
|
+
#: action_names.rb:55
|
|
16404
|
+
msgid "Discover"
|
|
16405
|
+
msgstr ""
|
|
16406
|
+
|
|
16407
|
+
#: action_names.rb:57
|
|
16408
|
+
msgid "Environment contents refresh"
|
|
16409
|
+
msgstr ""
|
|
16410
|
+
|
|
16411
|
+
#: action_names.rb:58 action_names.rb:59
|
|
16412
|
+
msgid "Errata mail"
|
|
16413
|
+
msgstr ""
|
|
16414
|
+
|
|
16415
|
+
#: action_names.rb:65
|
|
16416
|
+
msgid "Fetch pxe files"
|
|
16417
|
+
msgstr ""
|
|
16418
|
+
|
|
16419
|
+
#: action_names.rb:66
|
|
16420
|
+
msgid "Filtered index content"
|
|
16421
|
+
msgstr ""
|
|
16422
|
+
|
|
16423
|
+
#: action_names.rb:68 action_names.rb:69
|
|
16424
|
+
msgid "Generate metadata"
|
|
16425
|
+
msgstr ""
|
|
16426
|
+
|
|
16427
|
+
#: action_names.rb:71
|
|
16428
|
+
msgid "Hypervisors update"
|
|
16429
|
+
msgstr ""
|
|
16430
|
+
|
|
16431
|
+
#: action_names.rb:72
|
|
16432
|
+
msgid "Hypervisors"
|
|
16433
|
+
msgstr ""
|
|
16434
|
+
|
|
16435
|
+
#: action_names.rb:77
|
|
16436
|
+
msgid "Import migration"
|
|
16437
|
+
msgstr ""
|
|
16438
|
+
|
|
16439
|
+
#: action_names.rb:78
|
|
16440
|
+
msgid "Import repository upload"
|
|
16441
|
+
msgstr ""
|
|
16442
|
+
|
|
16443
|
+
#: action_names.rb:79 action_names.rb:80
|
|
16444
|
+
msgid "Import upload"
|
|
16445
|
+
msgstr ""
|
|
16446
|
+
|
|
16447
|
+
#: action_names.rb:82
|
|
16448
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
16449
|
+
msgstr ""
|
|
16450
|
+
|
|
16451
|
+
#: action_names.rb:84
|
|
16452
|
+
msgid "Index content"
|
|
16453
|
+
msgstr ""
|
|
16454
|
+
|
|
16455
|
+
#: action_names.rb:85
|
|
16456
|
+
msgid "Index errata"
|
|
16457
|
+
msgstr ""
|
|
16458
|
+
|
|
16459
|
+
#: action_names.rb:86
|
|
16460
|
+
msgid "Index module streams"
|
|
16461
|
+
msgstr ""
|
|
16462
|
+
|
|
16463
|
+
#: action_names.rb:87
|
|
16464
|
+
msgid "Index package groups"
|
|
16465
|
+
msgstr ""
|
|
16466
|
+
|
|
16467
|
+
#: action_names.rb:88
|
|
16468
|
+
msgid "Initialize"
|
|
16469
|
+
msgstr ""
|
|
16470
|
+
|
|
16471
|
+
#: action_names.rb:89
|
|
16472
|
+
msgid "Instance update"
|
|
16473
|
+
msgstr ""
|
|
16474
|
+
|
|
16475
|
+
#: action_names.rb:90
|
|
16476
|
+
msgid "Metadata generate"
|
|
16477
|
+
msgstr ""
|
|
16478
|
+
|
|
16479
|
+
#: action_names.rb:92
|
|
16480
|
+
msgid "Multi copy all units"
|
|
16481
|
+
msgstr ""
|
|
16482
|
+
|
|
16483
|
+
#: action_names.rb:93
|
|
16484
|
+
msgid "Multi copy content"
|
|
16485
|
+
msgstr ""
|
|
16486
|
+
|
|
16487
|
+
#: action_names.rb:94
|
|
16488
|
+
msgid "Multi copy units"
|
|
16489
|
+
msgstr ""
|
|
16490
|
+
|
|
16491
|
+
#: action_names.rb:100
|
|
16492
|
+
msgid "Purge completed tasks"
|
|
16493
|
+
msgstr ""
|
|
16494
|
+
|
|
16495
|
+
#: action_names.rb:101 action_names.rb:102
|
|
16496
|
+
msgid "Reclaim space"
|
|
16497
|
+
msgstr ""
|
|
16498
|
+
|
|
16499
|
+
#: action_names.rb:106
|
|
16500
|
+
msgid "Refresh all distributions"
|
|
16501
|
+
msgstr ""
|
|
16502
|
+
|
|
16503
|
+
#: action_names.rb:107 action_names.rb:108
|
|
16504
|
+
msgid "Refresh distribution"
|
|
16505
|
+
msgstr ""
|
|
16506
|
+
|
|
16507
|
+
#: action_names.rb:109
|
|
16508
|
+
msgid "Refresh if needed"
|
|
16509
|
+
msgstr ""
|
|
16510
|
+
|
|
16511
|
+
#: action_names.rb:110 action_names.rb:111
|
|
16512
|
+
msgid "Refresh remote"
|
|
16513
|
+
msgstr ""
|
|
16514
|
+
|
|
16515
|
+
#: action_names.rb:112
|
|
16516
|
+
msgid "Refresh repos"
|
|
16517
|
+
msgstr ""
|
|
16518
|
+
|
|
16519
|
+
#: action_names.rb:116
|
|
16520
|
+
msgid "Reindex subscriptions"
|
|
16521
|
+
msgstr ""
|
|
16522
|
+
|
|
16523
|
+
#: action_names.rb:121 action_names.rb:122
|
|
16524
|
+
msgid "Remove orphans"
|
|
16525
|
+
msgstr ""
|
|
16526
|
+
|
|
16527
|
+
#: action_names.rb:123
|
|
16528
|
+
msgid "Remove rolling repo clone"
|
|
16529
|
+
msgstr ""
|
|
16530
|
+
|
|
16531
|
+
#: action_names.rb:124 action_names.rb:125
|
|
16532
|
+
msgid "Remove units"
|
|
16533
|
+
msgstr ""
|
|
16534
|
+
|
|
16535
|
+
#: action_names.rb:126
|
|
16536
|
+
msgid "Remove unneeded repos"
|
|
16537
|
+
msgstr ""
|
|
16538
|
+
|
|
16539
|
+
#: action_names.rb:127
|
|
16540
|
+
msgid "Repair"
|
|
16541
|
+
msgstr ""
|
|
16542
|
+
|
|
16543
|
+
#: action_names.rb:128
|
|
16544
|
+
msgid "Repositories certs reset"
|
|
16545
|
+
msgstr ""
|
|
16546
|
+
|
|
16547
|
+
#: action_names.rb:129
|
|
16548
|
+
msgid "Repositories gpg reset"
|
|
16549
|
+
msgstr ""
|
|
16550
|
+
|
|
16551
|
+
#: action_names.rb:132
|
|
16552
|
+
msgid "Save artifact"
|
|
16553
|
+
msgstr ""
|
|
16554
|
+
|
|
16555
|
+
#: action_names.rb:133
|
|
16556
|
+
msgid "Save distribution references"
|
|
16557
|
+
msgstr ""
|
|
16558
|
+
|
|
16559
|
+
#: action_names.rb:134
|
|
16560
|
+
msgid "Save publication"
|
|
16561
|
+
msgstr ""
|
|
16562
|
+
|
|
16563
|
+
#: action_names.rb:135
|
|
16564
|
+
msgid "Save version"
|
|
16565
|
+
msgstr ""
|
|
16566
|
+
|
|
16567
|
+
#: action_names.rb:136
|
|
16568
|
+
msgid "Save versions"
|
|
16569
|
+
msgstr ""
|
|
16570
|
+
|
|
16571
|
+
#: action_names.rb:137
|
|
16572
|
+
msgid "Scan cdn"
|
|
16573
|
+
msgstr ""
|
|
16574
|
+
|
|
16575
|
+
#: action_names.rb:138
|
|
16576
|
+
msgid "Scan remote"
|
|
16577
|
+
msgstr ""
|
|
16578
|
+
|
|
16579
|
+
#: action_names.rb:139
|
|
16580
|
+
msgid "Sync capsule"
|
|
16581
|
+
msgstr ""
|
|
16582
|
+
|
|
16583
|
+
#: action_names.rb:140 action_names.rb:141 action_names.rb:142
|
|
16584
|
+
msgid "Sync"
|
|
16585
|
+
msgstr ""
|
|
16586
|
+
|
|
16587
|
+
#: action_names.rb:143
|
|
16588
|
+
msgid "Syncable export"
|
|
16589
|
+
msgstr ""
|
|
16590
|
+
|
|
16591
|
+
#: action_names.rb:150
|
|
16592
|
+
msgid "Update content urls"
|
|
16593
|
+
msgstr ""
|
|
16594
|
+
|
|
16595
|
+
#: action_names.rb:152
|
|
16596
|
+
msgid "Update distributions"
|
|
16597
|
+
msgstr ""
|
|
16598
|
+
|
|
16599
|
+
#: action_names.rb:153
|
|
16600
|
+
msgid "Update http proxy details"
|
|
16601
|
+
msgstr ""
|
|
16602
|
+
|
|
16603
|
+
#: action_names.rb:154
|
|
16604
|
+
msgid "Update http proxy"
|
|
16605
|
+
msgstr ""
|
|
16606
|
+
|
|
16607
|
+
#: action_names.rb:155
|
|
16608
|
+
msgid "Update redhat repository"
|
|
16609
|
+
msgstr ""
|
|
16610
|
+
|
|
16611
|
+
#: action_names.rb:157 action_names.rb:158
|
|
16612
|
+
msgid "Update remote"
|
|
16613
|
+
msgstr ""
|
|
16614
|
+
|
|
16615
|
+
#: action_names.rb:159
|
|
16616
|
+
msgid "Update repository"
|
|
16617
|
+
msgstr ""
|
|
16618
|
+
|
|
16619
|
+
#: action_names.rb:172
|
|
16620
|
+
msgid "Upload content"
|
|
16621
|
+
msgstr ""
|
|
16622
|
+
|
|
16623
|
+
#: action_names.rb:173
|
|
16624
|
+
msgid "Upload file"
|
|
16625
|
+
msgstr ""
|
|
16626
|
+
|
|
16627
|
+
#: action_names.rb:176
|
|
16628
|
+
msgid "Upload tag"
|
|
16629
|
+
msgstr ""
|
|
16630
|
+
|
|
16631
|
+
#: action_names.rb:179 action_names.rb:180
|
|
16632
|
+
msgid "Verify checksum"
|
|
16633
|
+
msgstr ""
|