foreman_leapp 0.1.13 → 1.0.0
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_leapp/locale/de/foreman_leapp.js +1 -0
- data/app/assets/javascripts/foreman_leapp/locale/en/foreman_leapp.js +1 -0
- data/app/assets/javascripts/foreman_leapp/locale/ka/foreman_leapp.js +1 -0
- data/app/controllers/api/v2/concerns/api_authorizer.rb +1 -1
- data/lib/foreman_leapp/engine.rb +2 -7
- data/lib/foreman_leapp/version.rb +1 -1
- data/locale/Makefile +6 -3
- data/locale/action_names.rb +3 -3
- data/locale/de/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/de/foreman_leapp.edit.po +216 -0
- data/locale/de/foreman_leapp.po +38 -9
- data/locale/de/foreman_leapp.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/en/foreman_leapp.edit.po +50 -14
- data/locale/en/foreman_leapp.po +37 -8
- data/locale/foreman_leapp.pot +54 -15
- data/locale/ka/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/ka/foreman_leapp.edit.po +212 -0
- data/locale/ka/foreman_leapp.po +40 -13
- data/locale/ka/foreman_leapp.po.time_stamp +0 -0
- data/package.json +1 -1
- data/webpack/__mocks__/foremanReact/common/I18n.js +1 -0
- data/webpack/components/PreupgradeReports/PreupgradeReports.js +5 -1
- data/webpack/components/PreupgradeReports/PreupgradeReportsActions.js +2 -1
- data/webpack/components/PreupgradeReports/__tests__/__snapshots__/PreupgradeReports.test.js.snap +1 -1
- data/webpack/components/PreupgradeReportsList/components/__tests__/__snapshots__/helpers.test.js.snap +2 -1
- data/webpack/components/PreupgradeReportsList/components/helpers.js +14 -12
- metadata +9 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ad0084b1faa2fd05c3c32838a2b1b4fd951c3e002bcdb4fcb08d295fbd62e1a
|
4
|
+
data.tar.gz: 2e43bf8ca1e7564442241ef145524e59de5f1b854ab9dbd79e20d04ef94bde15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcd5385165194ebbc5fe62c5034dbe3c8adc0d68464ec62cb5a139952d112363271a1056b56da93d0decaf741d1bb791ae2a9a2370c8254fd850cb168ff2f684
|
7
|
+
data.tar.gz: fa7c9f96abc6576381fb330bce69844ce407e296e232782ae76c5fd79316b22c742c70950f2455aea4c4a8ecb56b15652ff94894e97d7d19e59d98ac538af30a
|
@@ -0,0 +1 @@
|
|
1
|
+
locales['foreman_leapp'] = locales['foreman_leapp'] || {}; locales['foreman_leapp']['de'] = {"domain":"foreman_leapp","locale_data":{"foreman_leapp":{"":{"Project-Id-Version":"foreman_leapp 0.1.14","Report-Msgid-Bugs-To":"","POT-Creation-Date":"2023-05-18 10:53+0000","PO-Revision-Date":"2022-10-12 12:00+0000","Last-Translator":"Bryan Kearney <bryan.kearney@gmail.com>, 2023","Language-Team":"German (https://app.transifex.com/foreman/teams/114/de/)","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Language":"de","Plural-Forms":"nplurals=2; plural=(n != 1);","lang":"de","domain":"foreman_leapp","plural_forms":"nplurals=2; plural=(n != 1);"},"Missing one of the required permissions: view_hosts":["Eine der erforderlichen Berechtigungen fehlt: %s"],"List Preupgrade reports":[""],"Show Preupgrade report":[""],"List Preupgrade reports for Job invocation":[""],"Preupgrade check with Leapp":[""],"Upgrade with Leapp":["Aktualisiere mit Leapp"],"Leapp preupgrade report":[""],"Upgradeability check for RHEL host":[""],"Run Leapp upgrade job for RHEL host":[""],"Remediation plan":["Sanierungsplan"],"Run Remediation plan with Leapp":["Sanierungsplan mit Leapp ausführen"],"Could not retrieve data: %(status) - %(msg)":[""],"Failed to fetch preupgrade reports from server.":[""],"Title":["Titel"],"Risk Factor":["Risikofaktor"],"Host":["Host"],"Fix Type":[""],"Inhibitor":[""],"All":["Alle"],"Low":["Niedrig"],"Medium":["Medium"],"High":["Hoch"],"Info":["Info"],"Hint":["Hinweis"],"Command":["Befehl"],"Yes":["Ja"],"No":["Nein"],"Fix Selected":["Behebe Auswahl"],"The preupgrade report could not be generated, check the job details for the reason":[""],"The preupgrade report will be available after the job finishes":[""],"No Preupgrade Report Available":[""],"Run Upgrade":["Aktualisierung ausführen"],"This issue inhibits the upgrade.":[""],"Has Remediation?":["Hat Sanierungsplan?"],"Inhibitor?":[""],"Low Risk Factor":[""],"Medium Risk Factor":[""],"High Risk Factor":[""],"Has Remediation":[""],"Summary":["Zusammenfassung"],"Tags":[""],"Links":[""],"Action with sub plans":["Aktion mit Unterplänen"],"Import Puppet classes":["Puppet-Klassen importieren"],"Import facts":["Fakten importieren"],"Preupgrade job":["Pre-Upgrade-Job"],"Remote action:":["Entfernte Aktion:"],"A Foreman plugin to support inplace RHEL upgrades with Leapp utility.":[""]}}};
|
@@ -0,0 +1 @@
|
|
1
|
+
locales['foreman_leapp'] = locales['foreman_leapp'] || {}; locales['foreman_leapp']['en'] = {"domain":"foreman_leapp","locale_data":{"foreman_leapp":{"":{"Project-Id-Version":"foreman_leapp 1.0.0","Report-Msgid-Bugs-To":"","POT-Creation-Date":"2023-05-18 10:53+0000","PO-Revision-Date":"2023-05-18 10:53+0000","Last-Translator":"FULL NAME <EMAIL@ADDRESS>","Language-Team":"LANGUAGE <LL@li.org>","Language":"","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Plural-Forms":"nplurals=INTEGER; plural=EXPRESSION;","lang":"en","domain":"foreman_leapp","plural_forms":"nplurals=INTEGER; plural=EXPRESSION;"},"Missing one of the required permissions: view_hosts":[""],"List Preupgrade reports":[""],"Show Preupgrade report":[""],"List Preupgrade reports for Job invocation":[""],"Preupgrade check with Leapp":[""],"Upgrade with Leapp":[""],"Leapp preupgrade report":[""],"Upgradeability check for RHEL host":[""],"Run Leapp upgrade job for RHEL host":[""],"Remediation plan":[""],"Run Remediation plan with Leapp":[""],"Could not retrieve data: %(status) - %(msg)":[""],"Failed to fetch preupgrade reports from server.":[""],"Title":[""],"Risk Factor":[""],"Host":[""],"Fix Type":[""],"Inhibitor":[""],"All":[""],"Low":[""],"Medium":[""],"High":[""],"Info":[""],"Hint":[""],"Command":[""],"Yes":[""],"No":[""],"Fix Selected":[""],"The preupgrade report could not be generated, check the job details for the reason":[""],"The preupgrade report will be available after the job finishes":[""],"No Preupgrade Report Available":[""],"Run Upgrade":[""],"This issue inhibits the upgrade.":[""],"Has Remediation?":[""],"Inhibitor?":[""],"Low Risk Factor":[""],"Medium Risk Factor":[""],"High Risk Factor":[""],"Has Remediation":[""],"Summary":[""],"Tags":[""],"Links":[""],"Action with sub plans":[""],"Import Puppet classes":[""],"Import facts":[""],"Preupgrade job":[""],"Remote action:":[""],"A Foreman plugin to support inplace RHEL upgrades with Leapp utility.":[""]}}};
|
@@ -0,0 +1 @@
|
|
1
|
+
locales['foreman_leapp'] = locales['foreman_leapp'] || {}; locales['foreman_leapp']['ka'] = {"domain":"foreman_leapp","locale_data":{"foreman_leapp":{"":{"Project-Id-Version":"foreman_leapp 0.1.14","Report-Msgid-Bugs-To":"","POT-Creation-Date":"2023-05-18 10:53+0000","PO-Revision-Date":"2022-10-12 12:00+0000","Last-Translator":"Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023","Language-Team":"Georgian (https://app.transifex.com/foreman/teams/114/ka/)","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Language":"ka","Plural-Forms":"nplurals=2; plural=(n!=1);","lang":"ka","domain":"foreman_leapp","plural_forms":"nplurals=2; plural=(n!=1);"},"Missing one of the required permissions: view_hosts":["აკლია ერთ-ერთი საჭირო ნებართვა: view_hosts"],"List Preupgrade reports":["განახლებისწინა ანგარიშების სია"],"Show Preupgrade report":["განახლებისწინა ანგარიშის ჩვენება"],"List Preupgrade reports for Job invocation":["განახლებისწინა ანგარიშების სია დავალების ჩასაწოდებლად"],"Preupgrade check with Leapp":["განახლებისწინა შემოწმება Leapp-ით"],"Upgrade with Leapp":["Leapp-ით განახლება"],"Leapp preupgrade report":["Leapp-ის განახლებისწინა ანგარიში"],"Upgradeability check for RHEL host":["RHEL ჰოსტის განახლებადობის შემოწმება"],"Run Leapp upgrade job for RHEL host":["RHEL ჰოსტზე Leapp-ის გაშვება"],"Remediation plan":["გაუქმების გეგმა"],"Run Remediation plan with Leapp":["გაუქმების გეგმის Leapp-ით გაშვება"],"Could not retrieve data: %(status) - %(msg)":[""],"Failed to fetch preupgrade reports from server.":[""],"Title":["სათაური"],"Risk Factor":["რისკის ფაქტორი"],"Host":["ჰოსტი"],"Fix Type":["გასწორების ტიპი"],"Inhibitor":["ინჰიბიტორი"],"All":["ყველა"],"Low":["დაბალი"],"Medium":["საშუალო"],"High":["მაღალი"],"Info":["ინფორმაცია"],"Hint":["მინიშნება"],"Command":["ბრძანება"],"Yes":["დიახ"],"No":["არა"],"Fix Selected":["არჩეული გასწორება"],"The preupgrade report could not be generated, check the job details for the reason":["განახლებამდელი ანგარიშის შექმნის შეცდომა. მიზეზისთვის იხილეთ დავალების დეტალები"],"The preupgrade report will be available after the job finishes":["განახლებისწინა ანგარიში დავალების დასრულების შემდეგ იქნება ხელმისაწვდომი"],"No Preupgrade Report Available":["განახლებისწინა ანგარიში ხელმისაწვდომი არაა"],"Run Upgrade":["განახლების გაშვება"],"This issue inhibits the upgrade.":["ეს პრობლემა აჩერებს განახლებას."],"Has Remediation?":["აქვს გაუქმება?"],"Inhibitor?":["ინჰიბიტორი?"],"Low Risk Factor":[""],"Medium Risk Factor":[""],"High Risk Factor":[""],"Has Remediation":[""],"Summary":["შეჯამება"],"Tags":[""],"Links":[""],"Action with sub plans":["ქმედება ქვე-გეგმებით"],"Import Puppet classes":["Puppet-ის კლასების შემოტანა"],"Import facts":["ფაქტების შემოტანა"],"Preupgrade job":["განახლებისწინა დავალება"],"Remote action:":["დაშორებული ქმედება:"],"A Foreman plugin to support inplace RHEL upgrades with Leapp utility.":["Foreman-ის დამატება RHEL-ის Leapp-ით ადგილზე განახლების მხარდასაჭერად."]}}};
|
@@ -13,7 +13,7 @@ module ApiAuthorizer
|
|
13
13
|
return if User.current.can?('view_hosts')
|
14
14
|
|
15
15
|
render_error 'access_denied', status: :forbidden,
|
16
|
-
locals: { details:
|
16
|
+
locals: { details: N_('Missing one of the required permissions: view_hosts'),
|
17
17
|
missing_permissions: 'view_hosts' }
|
18
18
|
end
|
19
19
|
|
data/lib/foreman_leapp/engine.rb
CHANGED
@@ -21,7 +21,8 @@ module ForemanLeapp
|
|
21
21
|
|
22
22
|
initializer 'foreman_leapp.register_plugin', before: :finisher_hook do |_app|
|
23
23
|
Foreman::Plugin.register :foreman_leapp do
|
24
|
-
requires_foreman '>= 3.
|
24
|
+
requires_foreman '>= 3.7'
|
25
|
+
register_gettext
|
25
26
|
|
26
27
|
apipie_documented_controllers ["#{ForemanLeapp::Engine.root}/app/controllers/api/v2/*.rb"]
|
27
28
|
extend_template_helpers ForemanLeapp::TemplateHelper
|
@@ -65,12 +66,6 @@ module ForemanLeapp
|
|
65
66
|
end
|
66
67
|
end
|
67
68
|
|
68
|
-
initializer 'foreman_leapp.register_gettext', after: :load_config_initializers do |_app|
|
69
|
-
locale_dir = File.join(File.expand_path('../..', __dir__), 'locale')
|
70
|
-
locale_domain = 'foreman_leapp'
|
71
|
-
Foreman::Gettext::Support.add_text_domain locale_domain, locale_dir
|
72
|
-
end
|
73
|
-
|
74
69
|
initializer 'foreman_leapp.require_dynflow',
|
75
70
|
before: 'foreman_tasks.initialize_dynflow',
|
76
71
|
after: 'foreman_remote_execution.require_dynflow' do |_app|
|
data/locale/Makefile
CHANGED
@@ -14,6 +14,7 @@ POFILES = $(shell find . -name '$(DOMAIN).po')
|
|
14
14
|
MOFILES = $(patsubst %.po,%.mo,$(POFILES))
|
15
15
|
POXFILES = $(patsubst %.po,%.pox,$(POFILES))
|
16
16
|
EDITFILES = $(patsubst %.po,%.edit.po,$(POFILES))
|
17
|
+
JSFILES = $(shell find ../app/assets/javascripts/*/locale -name '$(DOMAIN).js')
|
17
18
|
|
18
19
|
%.mo: %.po
|
19
20
|
mkdir -p $(shell dirname $@)/LC_MESSAGES
|
@@ -42,18 +43,20 @@ uniq-po:
|
|
42
43
|
done
|
43
44
|
|
44
45
|
tx-pull: $(EDITFILES)
|
45
|
-
tx pull -f
|
46
|
+
cd .. && tx pull -f
|
46
47
|
for f in $(EDITFILES) ; do \
|
47
48
|
sed -i 's/^\("Project-Id-Version: \).*$$/\1$(DOMAIN) $(VERSION)\\n"/' $$f; \
|
48
49
|
done
|
49
50
|
|
50
51
|
tx-update: tx-pull
|
51
52
|
@echo
|
52
|
-
@echo Run rake plugin:gettext[$(DOMAIN)] from the Foreman installation
|
53
|
+
@echo Run rake plugin:gettext[$(DOMAIN)] from the Foreman installation
|
54
|
+
@echo then run rake plugin:po_to_json[$(DOMAIN)] from the Foreman installation
|
55
|
+
@echo then run make -C locale mo-files to finish
|
53
56
|
@echo
|
54
57
|
|
55
58
|
mo-files: $(MOFILES)
|
56
|
-
git add $(POFILES) $(POTFILE) ../locale/*/LC_MESSAGES
|
59
|
+
git add $(POFILES) $(POTFILE) $(JSFILES) ../locale/*/LC_MESSAGES
|
57
60
|
git commit -m "i18n - pulling from tx"
|
58
61
|
@echo
|
59
62
|
@echo Changes commited!
|
data/locale/action_names.rb
CHANGED
Binary file
|
@@ -0,0 +1,216 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the foreman_leapp package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
# Translators:
|
7
|
+
# Martin Zimmermann <martin.zimmermann@gmx.com>, 2022
|
8
|
+
# Ettore Atalan <atalanttore@googlemail.com>, 2022
|
9
|
+
# Wiederoder <stefanwiederoder@googlemail.com>, 2022
|
10
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
11
|
+
# Lukas Kallies <github.com@luke-web.de>, 2022
|
12
|
+
#
|
13
|
+
msgid ""
|
14
|
+
msgstr ""
|
15
|
+
"Project-Id-Version: foreman_leapp 0.1.13\n"
|
16
|
+
"Report-Msgid-Bugs-To: \n"
|
17
|
+
"PO-Revision-Date: 2022-10-12 12:00+0000\n"
|
18
|
+
"Last-Translator: Lukas Kallies <github.com@luke-web.de>, 2022\n"
|
19
|
+
"Language-Team: German (https://www.transifex.com/foreman/teams/114/de/)\n"
|
20
|
+
"MIME-Version: 1.0\n"
|
21
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
22
|
+
"Content-Transfer-Encoding: 8bit\n"
|
23
|
+
"Language: de\n"
|
24
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
25
|
+
|
26
|
+
#: ../app/controllers/api/v2/concerns/api_authorizer.rb:16
|
27
|
+
msgid "Missing one of the required permissions: view_hosts"
|
28
|
+
msgstr "Eine der erforderlichen Berechtigungen fehlt: %s"
|
29
|
+
|
30
|
+
#: ../app/controllers/api/v2/preupgrade_reports_controller.rb:10
|
31
|
+
msgid "List Preupgrade reports"
|
32
|
+
msgstr ""
|
33
|
+
|
34
|
+
#: ../app/controllers/api/v2/preupgrade_reports_controller.rb:16
|
35
|
+
msgid "Show Preupgrade report"
|
36
|
+
msgstr ""
|
37
|
+
|
38
|
+
#: ../app/controllers/api/v2/preupgrade_reports_controller.rb:22
|
39
|
+
msgid "List Preupgrade reports for Job invocation"
|
40
|
+
msgstr ""
|
41
|
+
|
42
|
+
#: ../app/helpers/foreman_leapp/hosts_helper.rb:6 ../lib/foreman_leapp/engine.rb:88
|
43
|
+
msgid "Preupgrade check with Leapp"
|
44
|
+
msgstr ""
|
45
|
+
|
46
|
+
#: ../app/helpers/foreman_leapp/hosts_helper.rb:8 ../lib/foreman_leapp/engine.rb:95
|
47
|
+
msgid "Upgrade with Leapp"
|
48
|
+
msgstr "Aktualisiere mit Leapp"
|
49
|
+
|
50
|
+
#: ../lib/foreman_leapp/engine.rb:32
|
51
|
+
msgid "Leapp preupgrade report"
|
52
|
+
msgstr ""
|
53
|
+
|
54
|
+
#: ../lib/foreman_leapp/engine.rb:89
|
55
|
+
msgid "Upgradeability check for RHEL host"
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
#: ../lib/foreman_leapp/engine.rb:96
|
59
|
+
msgid "Run Leapp upgrade job for RHEL host"
|
60
|
+
msgstr ""
|
61
|
+
|
62
|
+
#: ../lib/foreman_leapp/engine.rb:102
|
63
|
+
msgid "Remediation plan"
|
64
|
+
msgstr "Sanierungsplan"
|
65
|
+
|
66
|
+
#: ../lib/foreman_leapp/engine.rb:103
|
67
|
+
msgid "Run Remediation plan with Leapp"
|
68
|
+
msgstr "Sanierungsplan mit Leapp ausführen"
|
69
|
+
|
70
|
+
#: ../webpack/components/PreupgradeReports/PreupgradeReports.js:122
|
71
|
+
msgid "Could not retrieve data: %(status) - %(msg)"
|
72
|
+
msgstr ""
|
73
|
+
|
74
|
+
#: ../webpack/components/PreupgradeReports/PreupgradeReportsActions.js:27
|
75
|
+
msgid "Failed to fetch preupgrade reports from server."
|
76
|
+
msgstr ""
|
77
|
+
|
78
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:19 ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:38 ../webpack/components/PreupgradeReportsList/components/helpers.js:81
|
79
|
+
msgid "Title"
|
80
|
+
msgstr "Titel"
|
81
|
+
|
82
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:20 ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:13 ../webpack/components/PreupgradeReportsList/components/helpers.js:95
|
83
|
+
msgid "Risk Factor"
|
84
|
+
msgstr "Risikofaktor"
|
85
|
+
|
86
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:21 ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:12
|
87
|
+
msgid "Host"
|
88
|
+
msgstr "Host"
|
89
|
+
|
90
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:22
|
91
|
+
msgid "Fix Type"
|
92
|
+
msgstr ""
|
93
|
+
|
94
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:23 ../webpack/components/PreupgradeReportsList/components/InhibitorInfoItem.js:21
|
95
|
+
msgid "Inhibitor"
|
96
|
+
msgstr ""
|
97
|
+
|
98
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:27 ../webpack/components/PreupgradeReports/components/EntriesFilter.js:35 ../webpack/components/PreupgradeReports/components/EntriesFilter.js:41
|
99
|
+
msgid "All"
|
100
|
+
msgstr "Alle"
|
101
|
+
|
102
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:28
|
103
|
+
msgid "Low"
|
104
|
+
msgstr "Niedrig"
|
105
|
+
|
106
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:29
|
107
|
+
msgid "Medium"
|
108
|
+
msgstr "Medium"
|
109
|
+
|
110
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:30
|
111
|
+
msgid "High"
|
112
|
+
msgstr "Hoch"
|
113
|
+
|
114
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:31
|
115
|
+
msgid "Info"
|
116
|
+
msgstr "Info"
|
117
|
+
|
118
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:36 ../webpack/components/PreupgradeReportsList/components/helpers.js:163
|
119
|
+
msgid "Hint"
|
120
|
+
msgstr "Hinweis"
|
121
|
+
|
122
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:37 ../webpack/components/PreupgradeReportsList/components/helpers.js:173
|
123
|
+
msgid "Command"
|
124
|
+
msgstr "Befehl"
|
125
|
+
|
126
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:42
|
127
|
+
msgid "Yes"
|
128
|
+
msgstr "Ja"
|
129
|
+
|
130
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:43
|
131
|
+
msgid "No"
|
132
|
+
msgstr "Nein"
|
133
|
+
|
134
|
+
#: ../webpack/components/PreupgradeReports/components/FixSelectedButton.js:12
|
135
|
+
msgid "Fix Selected"
|
136
|
+
msgstr "Behebe Auswahl"
|
137
|
+
|
138
|
+
#: ../webpack/components/PreupgradeReports/components/NoReports.js:12
|
139
|
+
msgid "The preupgrade report could not be generated, check the job details for the reason"
|
140
|
+
msgstr ""
|
141
|
+
|
142
|
+
#: ../webpack/components/PreupgradeReports/components/NoReports.js:17
|
143
|
+
msgid "The preupgrade report will be available after the job finishes"
|
144
|
+
msgstr ""
|
145
|
+
|
146
|
+
#: ../webpack/components/PreupgradeReports/components/NoReports.js:25
|
147
|
+
msgid "No Preupgrade Report Available"
|
148
|
+
msgstr ""
|
149
|
+
|
150
|
+
#: ../webpack/components/PreupgradeReports/components/UpgradeAllButton.js:8
|
151
|
+
msgid "Run Upgrade"
|
152
|
+
msgstr "Aktualisierung ausführen"
|
153
|
+
|
154
|
+
#: ../webpack/components/PreupgradeReportsList/components/InhibitorInfoItem.js:17
|
155
|
+
msgid "This issue inhibits the upgrade."
|
156
|
+
msgstr ""
|
157
|
+
|
158
|
+
#: ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:14
|
159
|
+
msgid "Has Remediation?"
|
160
|
+
msgstr "Hat Sanierungsplan?"
|
161
|
+
|
162
|
+
#: ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:15
|
163
|
+
msgid "Inhibitor?"
|
164
|
+
msgstr ""
|
165
|
+
|
166
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:29 ../webpack/components/PreupgradeReportsList/components/helpers.js:56
|
167
|
+
msgid "Low Risk Factor"
|
168
|
+
msgstr ""
|
169
|
+
|
170
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:38
|
171
|
+
msgid "Medium Risk Factor"
|
172
|
+
msgstr ""
|
173
|
+
|
174
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:47
|
175
|
+
msgid "High Risk Factor"
|
176
|
+
msgstr ""
|
177
|
+
|
178
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:68
|
179
|
+
msgid "Has Remediation"
|
180
|
+
msgstr ""
|
181
|
+
|
182
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:111
|
183
|
+
msgid "Summary"
|
184
|
+
msgstr ""
|
185
|
+
|
186
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:127
|
187
|
+
msgid "Tags"
|
188
|
+
msgstr ""
|
189
|
+
|
190
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:143
|
191
|
+
msgid "Links"
|
192
|
+
msgstr ""
|
193
|
+
|
194
|
+
#: action_names.rb:2
|
195
|
+
msgid "Action with sub plans"
|
196
|
+
msgstr ""
|
197
|
+
|
198
|
+
#: action_names.rb:3
|
199
|
+
msgid "Import Puppet classes"
|
200
|
+
msgstr ""
|
201
|
+
|
202
|
+
#: action_names.rb:4
|
203
|
+
msgid "Import facts"
|
204
|
+
msgstr ""
|
205
|
+
|
206
|
+
#: action_names.rb:5
|
207
|
+
msgid "Preupgrade job"
|
208
|
+
msgstr ""
|
209
|
+
|
210
|
+
#: action_names.rb:6
|
211
|
+
msgid "Remote action:"
|
212
|
+
msgstr ""
|
213
|
+
|
214
|
+
#: gemspec.rb:4
|
215
|
+
msgid "A Foreman plugin to support inplace RHEL upgrades with Leapp utility."
|
216
|
+
msgstr ""
|
data/locale/de/foreman_leapp.po
CHANGED
@@ -7,16 +7,18 @@
|
|
7
7
|
# Martin Zimmermann <martin.zimmermann@gmx.com>, 2022
|
8
8
|
# Ettore Atalan <atalanttore@googlemail.com>, 2022
|
9
9
|
# Wiederoder <stefanwiederoder@googlemail.com>, 2022
|
10
|
-
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
11
10
|
# Lukas Kallies <github.com@luke-web.de>, 2022
|
11
|
+
# Patrick Dolinic, 2022
|
12
|
+
# Crited <Alexander.Stoll@netways.de>, 2022
|
13
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
12
14
|
#
|
13
15
|
msgid ""
|
14
16
|
msgstr ""
|
15
|
-
"Project-Id-Version: foreman_leapp 1.
|
17
|
+
"Project-Id-Version: foreman_leapp 0.1.14\n"
|
16
18
|
"Report-Msgid-Bugs-To: \n"
|
17
19
|
"PO-Revision-Date: 2022-10-12 12:00+0000\n"
|
18
|
-
"Last-Translator:
|
19
|
-
"Language-Team: German (https://
|
20
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\n"
|
21
|
+
"Language-Team: German (https://app.transifex.com/foreman/teams/114/de/)\n"
|
20
22
|
"MIME-Version: 1.0\n"
|
21
23
|
"Content-Type: text/plain; charset=UTF-8\n"
|
22
24
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -27,7 +29,7 @@ msgid "A Foreman plugin to support inplace RHEL upgrades with Leapp utility."
|
|
27
29
|
msgstr ""
|
28
30
|
|
29
31
|
msgid "Action with sub plans"
|
30
|
-
msgstr ""
|
32
|
+
msgstr "Aktion mit Unterplänen"
|
31
33
|
|
32
34
|
msgid "All"
|
33
35
|
msgstr "Alle"
|
@@ -35,18 +37,30 @@ msgstr "Alle"
|
|
35
37
|
msgid "Command"
|
36
38
|
msgstr "Befehl"
|
37
39
|
|
40
|
+
msgid "Could not retrieve data: %(status) - %(msg)"
|
41
|
+
msgstr ""
|
42
|
+
|
43
|
+
msgid "Failed to fetch preupgrade reports from server."
|
44
|
+
msgstr ""
|
45
|
+
|
38
46
|
msgid "Fix Selected"
|
39
47
|
msgstr "Behebe Auswahl"
|
40
48
|
|
41
49
|
msgid "Fix Type"
|
42
50
|
msgstr ""
|
43
51
|
|
52
|
+
msgid "Has Remediation"
|
53
|
+
msgstr ""
|
54
|
+
|
44
55
|
msgid "Has Remediation?"
|
45
56
|
msgstr "Hat Sanierungsplan?"
|
46
57
|
|
47
58
|
msgid "High"
|
48
59
|
msgstr "Hoch"
|
49
60
|
|
61
|
+
msgid "High Risk Factor"
|
62
|
+
msgstr ""
|
63
|
+
|
50
64
|
msgid "Hint"
|
51
65
|
msgstr "Hinweis"
|
52
66
|
|
@@ -54,10 +68,10 @@ msgid "Host"
|
|
54
68
|
msgstr "Host"
|
55
69
|
|
56
70
|
msgid "Import Puppet classes"
|
57
|
-
msgstr ""
|
71
|
+
msgstr "Puppet-Klassen importieren"
|
58
72
|
|
59
73
|
msgid "Import facts"
|
60
|
-
msgstr ""
|
74
|
+
msgstr "Fakten importieren"
|
61
75
|
|
62
76
|
msgid "Info"
|
63
77
|
msgstr "Info"
|
@@ -71,6 +85,9 @@ msgstr ""
|
|
71
85
|
msgid "Leapp preupgrade report"
|
72
86
|
msgstr ""
|
73
87
|
|
88
|
+
msgid "Links"
|
89
|
+
msgstr ""
|
90
|
+
|
74
91
|
msgid "List Preupgrade reports"
|
75
92
|
msgstr ""
|
76
93
|
|
@@ -80,9 +97,15 @@ msgstr ""
|
|
80
97
|
msgid "Low"
|
81
98
|
msgstr "Niedrig"
|
82
99
|
|
100
|
+
msgid "Low Risk Factor"
|
101
|
+
msgstr ""
|
102
|
+
|
83
103
|
msgid "Medium"
|
84
104
|
msgstr "Medium"
|
85
105
|
|
106
|
+
msgid "Medium Risk Factor"
|
107
|
+
msgstr ""
|
108
|
+
|
86
109
|
msgid "Missing one of the required permissions: view_hosts"
|
87
110
|
msgstr "Eine der erforderlichen Berechtigungen fehlt: %s"
|
88
111
|
|
@@ -96,13 +119,13 @@ msgid "Preupgrade check with Leapp"
|
|
96
119
|
msgstr ""
|
97
120
|
|
98
121
|
msgid "Preupgrade job"
|
99
|
-
msgstr ""
|
122
|
+
msgstr "Pre-Upgrade-Job"
|
100
123
|
|
101
124
|
msgid "Remediation plan"
|
102
125
|
msgstr "Sanierungsplan"
|
103
126
|
|
104
127
|
msgid "Remote action:"
|
105
|
-
msgstr ""
|
128
|
+
msgstr "Entfernte Aktion:"
|
106
129
|
|
107
130
|
msgid "Risk Factor"
|
108
131
|
msgstr "Risikofaktor"
|
@@ -119,6 +142,12 @@ msgstr "Aktualisierung ausführen"
|
|
119
142
|
msgid "Show Preupgrade report"
|
120
143
|
msgstr ""
|
121
144
|
|
145
|
+
msgid "Summary"
|
146
|
+
msgstr "Zusammenfassung"
|
147
|
+
|
148
|
+
msgid "Tags"
|
149
|
+
msgstr ""
|
150
|
+
|
122
151
|
msgid "The preupgrade report could not be generated, check the job details for the reason"
|
123
152
|
msgstr ""
|
124
153
|
|
File without changes
|
Binary file
|
@@ -4,7 +4,7 @@
|
|
4
4
|
#
|
5
5
|
msgid ""
|
6
6
|
msgstr ""
|
7
|
-
"Project-Id-Version:
|
7
|
+
"Project-Id-Version: foreman_leapp 0.1.13\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
9
|
"PO-Revision-Date: 2014-08-20 08:54+0100\n"
|
10
10
|
"Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
|
@@ -31,11 +31,11 @@ msgstr ""
|
|
31
31
|
msgid "List Preupgrade reports for Job invocation"
|
32
32
|
msgstr ""
|
33
33
|
|
34
|
-
#: ../app/helpers/
|
34
|
+
#: ../app/helpers/foreman_leapp/hosts_helper.rb:6 ../lib/foreman_leapp/engine.rb:88
|
35
35
|
msgid "Preupgrade check with Leapp"
|
36
36
|
msgstr ""
|
37
37
|
|
38
|
-
#: ../app/helpers/
|
38
|
+
#: ../app/helpers/foreman_leapp/hosts_helper.rb:8 ../lib/foreman_leapp/engine.rb:95
|
39
39
|
msgid "Upgrade with Leapp"
|
40
40
|
msgstr ""
|
41
41
|
|
@@ -43,27 +43,35 @@ msgstr ""
|
|
43
43
|
msgid "Leapp preupgrade report"
|
44
44
|
msgstr ""
|
45
45
|
|
46
|
-
#: ../lib/foreman_leapp/engine.rb:
|
46
|
+
#: ../lib/foreman_leapp/engine.rb:89
|
47
47
|
msgid "Upgradeability check for RHEL host"
|
48
48
|
msgstr ""
|
49
49
|
|
50
|
-
#: ../lib/foreman_leapp/engine.rb:
|
50
|
+
#: ../lib/foreman_leapp/engine.rb:96
|
51
51
|
msgid "Run Leapp upgrade job for RHEL host"
|
52
52
|
msgstr ""
|
53
53
|
|
54
|
-
#: ../lib/foreman_leapp/engine.rb:
|
54
|
+
#: ../lib/foreman_leapp/engine.rb:102
|
55
55
|
msgid "Remediation plan"
|
56
56
|
msgstr ""
|
57
57
|
|
58
|
-
#: ../lib/foreman_leapp/engine.rb:
|
58
|
+
#: ../lib/foreman_leapp/engine.rb:103
|
59
59
|
msgid "Run Remediation plan with Leapp"
|
60
60
|
msgstr ""
|
61
61
|
|
62
|
-
#: ../webpack/components/PreupgradeReports/
|
62
|
+
#: ../webpack/components/PreupgradeReports/PreupgradeReports.js:122
|
63
|
+
msgid "Could not retrieve data: %(status) - %(msg)"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
#: ../webpack/components/PreupgradeReports/PreupgradeReportsActions.js:27
|
67
|
+
msgid "Failed to fetch preupgrade reports from server."
|
68
|
+
msgstr ""
|
69
|
+
|
70
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:19 ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:38 ../webpack/components/PreupgradeReportsList/components/helpers.js:81
|
63
71
|
msgid "Title"
|
64
72
|
msgstr ""
|
65
73
|
|
66
|
-
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:20 ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:13
|
74
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:20 ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:13 ../webpack/components/PreupgradeReportsList/components/helpers.js:95
|
67
75
|
msgid "Risk Factor"
|
68
76
|
msgstr ""
|
69
77
|
|
@@ -99,11 +107,11 @@ msgstr ""
|
|
99
107
|
msgid "Info"
|
100
108
|
msgstr ""
|
101
109
|
|
102
|
-
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:36
|
110
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:36 ../webpack/components/PreupgradeReportsList/components/helpers.js:163
|
103
111
|
msgid "Hint"
|
104
112
|
msgstr ""
|
105
113
|
|
106
|
-
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:37
|
114
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:37 ../webpack/components/PreupgradeReportsList/components/helpers.js:173
|
107
115
|
msgid "Command"
|
108
116
|
msgstr ""
|
109
117
|
|
@@ -147,8 +155,36 @@ msgstr ""
|
|
147
155
|
msgid "Inhibitor?"
|
148
156
|
msgstr ""
|
149
157
|
|
158
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:29 ../webpack/components/PreupgradeReportsList/components/helpers.js:56
|
159
|
+
msgid "Low Risk Factor"
|
160
|
+
msgstr ""
|
161
|
+
|
162
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:38
|
163
|
+
msgid "Medium Risk Factor"
|
164
|
+
msgstr ""
|
165
|
+
|
166
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:47
|
167
|
+
msgid "High Risk Factor"
|
168
|
+
msgstr ""
|
169
|
+
|
170
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:68
|
171
|
+
msgid "Has Remediation"
|
172
|
+
msgstr ""
|
173
|
+
|
174
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:111
|
175
|
+
msgid "Summary"
|
176
|
+
msgstr ""
|
177
|
+
|
178
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:127
|
179
|
+
msgid "Tags"
|
180
|
+
msgstr ""
|
181
|
+
|
182
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:143
|
183
|
+
msgid "Links"
|
184
|
+
msgstr ""
|
185
|
+
|
150
186
|
#: action_names.rb:2
|
151
|
-
msgid "
|
187
|
+
msgid "Action with sub plans"
|
152
188
|
msgstr ""
|
153
189
|
|
154
190
|
#: action_names.rb:3
|
@@ -160,11 +196,11 @@ msgid "Import facts"
|
|
160
196
|
msgstr ""
|
161
197
|
|
162
198
|
#: action_names.rb:5
|
163
|
-
msgid "
|
199
|
+
msgid "Preupgrade job"
|
164
200
|
msgstr ""
|
165
201
|
|
166
202
|
#: action_names.rb:6
|
167
|
-
msgid "
|
203
|
+
msgid "Remote action:"
|
168
204
|
msgstr ""
|
169
205
|
|
170
206
|
#: gemspec.rb:4
|