foreman_leapp 0.1.13 → 0.1.14
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/controllers/api/v2/concerns/api_authorizer.rb +1 -1
- data/lib/foreman_leapp/version.rb +1 -1
- data/locale/action_names.rb +3 -3
- data/locale/de/foreman_leapp.edit.po +216 -0
- data/locale/de/foreman_leapp.po +27 -0
- data/locale/de/foreman_leapp.po.time_stamp +0 -0
- data/locale/en/foreman_leapp.edit.po +50 -14
- data/locale/en/foreman_leapp.po +27 -0
- data/locale/foreman_leapp.pot +53 -14
- data/locale/ka/foreman_leapp.edit.po +212 -0
- data/locale/ka/foreman_leapp.po +27 -0
- 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 +6 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 361055c6670db29d9b7c741975e8b2eb025873d4ab99db3e3af9a92292b75deb
|
|
4
|
+
data.tar.gz: 219584f7c071ee62e4087035534380be423aa323dd347a780aa049ad8c1a894f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fa3dc886eedbf35fe5ae0a966888adfd8fe250bc699ea878347e6c18915536c2d85b88c3cba4f90a530125734fc925c9b28245748dc3090de35efac6a10cbca
|
|
7
|
+
data.tar.gz: 76f7be777b4881da38abdac596179b85b71eb0841e8e44dab864e5fd139fd5872b556237e4c6509e9a7e6b8d6e2d7e093b9350d8fd74764d9ce66ff0318c1f5c
|
|
@@ -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/locale/action_names.rb
CHANGED
|
@@ -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
|
@@ -35,18 +35,30 @@ msgstr "Alle"
|
|
|
35
35
|
msgid "Command"
|
|
36
36
|
msgstr "Befehl"
|
|
37
37
|
|
|
38
|
+
msgid "Could not retrieve data: %(status) - %(msg)"
|
|
39
|
+
msgstr ""
|
|
40
|
+
|
|
41
|
+
msgid "Failed to fetch preupgrade reports from server."
|
|
42
|
+
msgstr ""
|
|
43
|
+
|
|
38
44
|
msgid "Fix Selected"
|
|
39
45
|
msgstr "Behebe Auswahl"
|
|
40
46
|
|
|
41
47
|
msgid "Fix Type"
|
|
42
48
|
msgstr ""
|
|
43
49
|
|
|
50
|
+
msgid "Has Remediation"
|
|
51
|
+
msgstr ""
|
|
52
|
+
|
|
44
53
|
msgid "Has Remediation?"
|
|
45
54
|
msgstr "Hat Sanierungsplan?"
|
|
46
55
|
|
|
47
56
|
msgid "High"
|
|
48
57
|
msgstr "Hoch"
|
|
49
58
|
|
|
59
|
+
msgid "High Risk Factor"
|
|
60
|
+
msgstr ""
|
|
61
|
+
|
|
50
62
|
msgid "Hint"
|
|
51
63
|
msgstr "Hinweis"
|
|
52
64
|
|
|
@@ -71,6 +83,9 @@ msgstr ""
|
|
|
71
83
|
msgid "Leapp preupgrade report"
|
|
72
84
|
msgstr ""
|
|
73
85
|
|
|
86
|
+
msgid "Links"
|
|
87
|
+
msgstr ""
|
|
88
|
+
|
|
74
89
|
msgid "List Preupgrade reports"
|
|
75
90
|
msgstr ""
|
|
76
91
|
|
|
@@ -80,9 +95,15 @@ msgstr ""
|
|
|
80
95
|
msgid "Low"
|
|
81
96
|
msgstr "Niedrig"
|
|
82
97
|
|
|
98
|
+
msgid "Low Risk Factor"
|
|
99
|
+
msgstr ""
|
|
100
|
+
|
|
83
101
|
msgid "Medium"
|
|
84
102
|
msgstr "Medium"
|
|
85
103
|
|
|
104
|
+
msgid "Medium Risk Factor"
|
|
105
|
+
msgstr ""
|
|
106
|
+
|
|
86
107
|
msgid "Missing one of the required permissions: view_hosts"
|
|
87
108
|
msgstr "Eine der erforderlichen Berechtigungen fehlt: %s"
|
|
88
109
|
|
|
@@ -119,6 +140,12 @@ msgstr "Aktualisierung ausführen"
|
|
|
119
140
|
msgid "Show Preupgrade report"
|
|
120
141
|
msgstr ""
|
|
121
142
|
|
|
143
|
+
msgid "Summary"
|
|
144
|
+
msgstr ""
|
|
145
|
+
|
|
146
|
+
msgid "Tags"
|
|
147
|
+
msgstr ""
|
|
148
|
+
|
|
122
149
|
msgid "The preupgrade report could not be generated, check the job details for the reason"
|
|
123
150
|
msgstr ""
|
|
124
151
|
|
|
File without changes
|
|
@@ -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
|
data/locale/en/foreman_leapp.po
CHANGED
|
@@ -27,18 +27,30 @@ msgstr ""
|
|
|
27
27
|
msgid "Command"
|
|
28
28
|
msgstr ""
|
|
29
29
|
|
|
30
|
+
msgid "Could not retrieve data: %(status) - %(msg)"
|
|
31
|
+
msgstr ""
|
|
32
|
+
|
|
33
|
+
msgid "Failed to fetch preupgrade reports from server."
|
|
34
|
+
msgstr ""
|
|
35
|
+
|
|
30
36
|
msgid "Fix Selected"
|
|
31
37
|
msgstr ""
|
|
32
38
|
|
|
33
39
|
msgid "Fix Type"
|
|
34
40
|
msgstr ""
|
|
35
41
|
|
|
42
|
+
msgid "Has Remediation"
|
|
43
|
+
msgstr ""
|
|
44
|
+
|
|
36
45
|
msgid "Has Remediation?"
|
|
37
46
|
msgstr ""
|
|
38
47
|
|
|
39
48
|
msgid "High"
|
|
40
49
|
msgstr ""
|
|
41
50
|
|
|
51
|
+
msgid "High Risk Factor"
|
|
52
|
+
msgstr ""
|
|
53
|
+
|
|
42
54
|
msgid "Hint"
|
|
43
55
|
msgstr ""
|
|
44
56
|
|
|
@@ -63,6 +75,9 @@ msgstr ""
|
|
|
63
75
|
msgid "Leapp preupgrade report"
|
|
64
76
|
msgstr ""
|
|
65
77
|
|
|
78
|
+
msgid "Links"
|
|
79
|
+
msgstr ""
|
|
80
|
+
|
|
66
81
|
msgid "List Preupgrade reports"
|
|
67
82
|
msgstr ""
|
|
68
83
|
|
|
@@ -72,9 +87,15 @@ msgstr ""
|
|
|
72
87
|
msgid "Low"
|
|
73
88
|
msgstr ""
|
|
74
89
|
|
|
90
|
+
msgid "Low Risk Factor"
|
|
91
|
+
msgstr ""
|
|
92
|
+
|
|
75
93
|
msgid "Medium"
|
|
76
94
|
msgstr ""
|
|
77
95
|
|
|
96
|
+
msgid "Medium Risk Factor"
|
|
97
|
+
msgstr ""
|
|
98
|
+
|
|
78
99
|
msgid "Missing one of the required permissions: view_hosts"
|
|
79
100
|
msgstr ""
|
|
80
101
|
|
|
@@ -111,6 +132,12 @@ msgstr ""
|
|
|
111
132
|
msgid "Show Preupgrade report"
|
|
112
133
|
msgstr ""
|
|
113
134
|
|
|
135
|
+
msgid "Summary"
|
|
136
|
+
msgstr ""
|
|
137
|
+
|
|
138
|
+
msgid "Tags"
|
|
139
|
+
msgstr ""
|
|
140
|
+
|
|
114
141
|
msgid "The preupgrade report could not be generated, check the job details for the reason"
|
|
115
142
|
msgstr ""
|
|
116
143
|
|
data/locale/foreman_leapp.pot
CHANGED
|
@@ -8,8 +8,8 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: foreman_leapp 1.0.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date:
|
|
12
|
-
"PO-Revision-Date:
|
|
11
|
+
"POT-Creation-Date: 2023-04-18 17:49+0530\n"
|
|
12
|
+
"PO-Revision-Date: 2023-04-18 17:49+0530\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -34,15 +34,13 @@ msgstr ""
|
|
|
34
34
|
msgid "List Preupgrade reports for Job invocation"
|
|
35
35
|
msgstr ""
|
|
36
36
|
|
|
37
|
-
#: ../app/helpers/concerns/foreman_leapp/remote_execution_helper_extension.rb:6
|
|
38
37
|
#: ../app/helpers/foreman_leapp/hosts_helper.rb:6
|
|
39
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
38
|
+
#: ../lib/foreman_leapp/engine.rb:88
|
|
40
39
|
msgid "Preupgrade check with Leapp"
|
|
41
40
|
msgstr ""
|
|
42
41
|
|
|
43
|
-
#: ../app/helpers/concerns/foreman_leapp/remote_execution_helper_extension.rb:8
|
|
44
42
|
#: ../app/helpers/foreman_leapp/hosts_helper.rb:8
|
|
45
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
43
|
+
#: ../lib/foreman_leapp/engine.rb:95
|
|
46
44
|
msgid "Upgrade with Leapp"
|
|
47
45
|
msgstr ""
|
|
48
46
|
|
|
@@ -50,29 +48,39 @@ msgstr ""
|
|
|
50
48
|
msgid "Leapp preupgrade report"
|
|
51
49
|
msgstr ""
|
|
52
50
|
|
|
53
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
51
|
+
#: ../lib/foreman_leapp/engine.rb:89
|
|
54
52
|
msgid "Upgradeability check for RHEL host"
|
|
55
53
|
msgstr ""
|
|
56
54
|
|
|
57
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
55
|
+
#: ../lib/foreman_leapp/engine.rb:96
|
|
58
56
|
msgid "Run Leapp upgrade job for RHEL host"
|
|
59
57
|
msgstr ""
|
|
60
58
|
|
|
61
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
59
|
+
#: ../lib/foreman_leapp/engine.rb:102
|
|
62
60
|
msgid "Remediation plan"
|
|
63
61
|
msgstr ""
|
|
64
62
|
|
|
65
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
63
|
+
#: ../lib/foreman_leapp/engine.rb:103
|
|
66
64
|
msgid "Run Remediation plan with Leapp"
|
|
67
65
|
msgstr ""
|
|
68
66
|
|
|
67
|
+
#: ../webpack/components/PreupgradeReports/PreupgradeReports.js:122
|
|
68
|
+
msgid "Could not retrieve data: %(status) - %(msg)"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
71
|
+
#: ../webpack/components/PreupgradeReports/PreupgradeReportsActions.js:27
|
|
72
|
+
msgid "Failed to fetch preupgrade reports from server."
|
|
73
|
+
msgstr ""
|
|
74
|
+
|
|
69
75
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:19
|
|
70
76
|
#: ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:38
|
|
77
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:81
|
|
71
78
|
msgid "Title"
|
|
72
79
|
msgstr ""
|
|
73
80
|
|
|
74
81
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:20
|
|
75
82
|
#: ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:13
|
|
83
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:95
|
|
76
84
|
msgid "Risk Factor"
|
|
77
85
|
msgstr ""
|
|
78
86
|
|
|
@@ -113,10 +121,12 @@ msgid "Info"
|
|
|
113
121
|
msgstr ""
|
|
114
122
|
|
|
115
123
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:36
|
|
124
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:163
|
|
116
125
|
msgid "Hint"
|
|
117
126
|
msgstr ""
|
|
118
127
|
|
|
119
128
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:37
|
|
129
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:173
|
|
120
130
|
msgid "Command"
|
|
121
131
|
msgstr ""
|
|
122
132
|
|
|
@@ -165,24 +175,53 @@ msgstr ""
|
|
|
165
175
|
msgid "Inhibitor?"
|
|
166
176
|
msgstr ""
|
|
167
177
|
|
|
178
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:29
|
|
179
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:56
|
|
180
|
+
msgid "Low Risk Factor"
|
|
181
|
+
msgstr ""
|
|
182
|
+
|
|
183
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:38
|
|
184
|
+
msgid "Medium Risk Factor"
|
|
185
|
+
msgstr ""
|
|
186
|
+
|
|
187
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:47
|
|
188
|
+
msgid "High Risk Factor"
|
|
189
|
+
msgstr ""
|
|
190
|
+
|
|
191
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:68
|
|
192
|
+
msgid "Has Remediation"
|
|
193
|
+
msgstr ""
|
|
194
|
+
|
|
195
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:111
|
|
196
|
+
msgid "Summary"
|
|
197
|
+
msgstr ""
|
|
198
|
+
|
|
199
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:127
|
|
200
|
+
msgid "Tags"
|
|
201
|
+
msgstr ""
|
|
202
|
+
|
|
203
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:143
|
|
204
|
+
msgid "Links"
|
|
205
|
+
msgstr ""
|
|
206
|
+
|
|
168
207
|
#: action_names.rb:2
|
|
169
208
|
msgid "Action with sub plans"
|
|
170
209
|
msgstr ""
|
|
171
210
|
|
|
172
211
|
#: action_names.rb:3
|
|
173
|
-
msgid "Import
|
|
212
|
+
msgid "Import Puppet classes"
|
|
174
213
|
msgstr ""
|
|
175
214
|
|
|
176
215
|
#: action_names.rb:4
|
|
177
|
-
msgid "Import
|
|
216
|
+
msgid "Import facts"
|
|
178
217
|
msgstr ""
|
|
179
218
|
|
|
180
219
|
#: action_names.rb:5
|
|
181
|
-
msgid "
|
|
220
|
+
msgid "Preupgrade job"
|
|
182
221
|
msgstr ""
|
|
183
222
|
|
|
184
223
|
#: action_names.rb:6
|
|
185
|
-
msgid "
|
|
224
|
+
msgid "Remote action:"
|
|
186
225
|
msgstr ""
|
|
187
226
|
|
|
188
227
|
#: gemspec.rb:4
|
|
@@ -0,0 +1,212 @@
|
|
|
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
|
+
# NorwayFun <temuri.doghonadze@gmail.com>, 2022
|
|
8
|
+
#
|
|
9
|
+
msgid ""
|
|
10
|
+
msgstr ""
|
|
11
|
+
"Project-Id-Version: foreman_leapp 0.1.13\n"
|
|
12
|
+
"Report-Msgid-Bugs-To: \n"
|
|
13
|
+
"PO-Revision-Date: 2022-10-12 12:00+0000\n"
|
|
14
|
+
"Last-Translator: NorwayFun <temuri.doghonadze@gmail.com>, 2022\n"
|
|
15
|
+
"Language-Team: Georgian (https://www.transifex.com/foreman/teams/114/ka/)\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
+
"Language: ka\n"
|
|
20
|
+
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
|
|
21
|
+
|
|
22
|
+
#: ../app/controllers/api/v2/concerns/api_authorizer.rb:16
|
|
23
|
+
msgid "Missing one of the required permissions: view_hosts"
|
|
24
|
+
msgstr "აკლია ერთ-ერთი საჭირო ნებართვა: view_hosts"
|
|
25
|
+
|
|
26
|
+
#: ../app/controllers/api/v2/preupgrade_reports_controller.rb:10
|
|
27
|
+
msgid "List Preupgrade reports"
|
|
28
|
+
msgstr "განახლებისწინა ანგარიშების სია"
|
|
29
|
+
|
|
30
|
+
#: ../app/controllers/api/v2/preupgrade_reports_controller.rb:16
|
|
31
|
+
msgid "Show Preupgrade report"
|
|
32
|
+
msgstr "განახლებისწინა ანგარიშის ჩვენება"
|
|
33
|
+
|
|
34
|
+
#: ../app/controllers/api/v2/preupgrade_reports_controller.rb:22
|
|
35
|
+
msgid "List Preupgrade reports for Job invocation"
|
|
36
|
+
msgstr "განახლებისწინა ანგარიშების სია დავალების ჩასაწოდებლად"
|
|
37
|
+
|
|
38
|
+
#: ../app/helpers/foreman_leapp/hosts_helper.rb:6 ../lib/foreman_leapp/engine.rb:88
|
|
39
|
+
msgid "Preupgrade check with Leapp"
|
|
40
|
+
msgstr "განახლებისწინა შემოწმება Leapp-ით"
|
|
41
|
+
|
|
42
|
+
#: ../app/helpers/foreman_leapp/hosts_helper.rb:8 ../lib/foreman_leapp/engine.rb:95
|
|
43
|
+
msgid "Upgrade with Leapp"
|
|
44
|
+
msgstr "Leapp-ით განახლება"
|
|
45
|
+
|
|
46
|
+
#: ../lib/foreman_leapp/engine.rb:32
|
|
47
|
+
msgid "Leapp preupgrade report"
|
|
48
|
+
msgstr "Leapp-ის განახლებისწინა ანგარიში"
|
|
49
|
+
|
|
50
|
+
#: ../lib/foreman_leapp/engine.rb:89
|
|
51
|
+
msgid "Upgradeability check for RHEL host"
|
|
52
|
+
msgstr ""
|
|
53
|
+
|
|
54
|
+
#: ../lib/foreman_leapp/engine.rb:96
|
|
55
|
+
msgid "Run Leapp upgrade job for RHEL host"
|
|
56
|
+
msgstr ""
|
|
57
|
+
|
|
58
|
+
#: ../lib/foreman_leapp/engine.rb:102
|
|
59
|
+
msgid "Remediation plan"
|
|
60
|
+
msgstr "გაუქმების გეგმა"
|
|
61
|
+
|
|
62
|
+
#: ../lib/foreman_leapp/engine.rb:103
|
|
63
|
+
msgid "Run Remediation plan with Leapp"
|
|
64
|
+
msgstr "გაუქმების გეგმის Leapp-ით გაშვება"
|
|
65
|
+
|
|
66
|
+
#: ../webpack/components/PreupgradeReports/PreupgradeReports.js:122
|
|
67
|
+
msgid "Could not retrieve data: %(status) - %(msg)"
|
|
68
|
+
msgstr ""
|
|
69
|
+
|
|
70
|
+
#: ../webpack/components/PreupgradeReports/PreupgradeReportsActions.js:27
|
|
71
|
+
msgid "Failed to fetch preupgrade reports from server."
|
|
72
|
+
msgstr ""
|
|
73
|
+
|
|
74
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:19 ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:38 ../webpack/components/PreupgradeReportsList/components/helpers.js:81
|
|
75
|
+
msgid "Title"
|
|
76
|
+
msgstr "სათაური"
|
|
77
|
+
|
|
78
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:20 ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:13 ../webpack/components/PreupgradeReportsList/components/helpers.js:95
|
|
79
|
+
msgid "Risk Factor"
|
|
80
|
+
msgstr "რისკის ფაქტორი"
|
|
81
|
+
|
|
82
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:21 ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:12
|
|
83
|
+
msgid "Host"
|
|
84
|
+
msgstr "ჰოსტი"
|
|
85
|
+
|
|
86
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:22
|
|
87
|
+
msgid "Fix Type"
|
|
88
|
+
msgstr "გასწორების ტიპი"
|
|
89
|
+
|
|
90
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:23 ../webpack/components/PreupgradeReportsList/components/InhibitorInfoItem.js:21
|
|
91
|
+
msgid "Inhibitor"
|
|
92
|
+
msgstr "ინჰიბიტორი"
|
|
93
|
+
|
|
94
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:27 ../webpack/components/PreupgradeReports/components/EntriesFilter.js:35 ../webpack/components/PreupgradeReports/components/EntriesFilter.js:41
|
|
95
|
+
msgid "All"
|
|
96
|
+
msgstr "ყველა"
|
|
97
|
+
|
|
98
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:28
|
|
99
|
+
msgid "Low"
|
|
100
|
+
msgstr "დაბალი"
|
|
101
|
+
|
|
102
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:29
|
|
103
|
+
msgid "Medium"
|
|
104
|
+
msgstr "საშუალო"
|
|
105
|
+
|
|
106
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:30
|
|
107
|
+
msgid "High"
|
|
108
|
+
msgstr "მაღალი"
|
|
109
|
+
|
|
110
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:31
|
|
111
|
+
msgid "Info"
|
|
112
|
+
msgstr "ინფორმაცია"
|
|
113
|
+
|
|
114
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:36 ../webpack/components/PreupgradeReportsList/components/helpers.js:163
|
|
115
|
+
msgid "Hint"
|
|
116
|
+
msgstr "მინიშნება"
|
|
117
|
+
|
|
118
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:37 ../webpack/components/PreupgradeReportsList/components/helpers.js:173
|
|
119
|
+
msgid "Command"
|
|
120
|
+
msgstr "ბრძანება"
|
|
121
|
+
|
|
122
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:42
|
|
123
|
+
msgid "Yes"
|
|
124
|
+
msgstr "დიახ"
|
|
125
|
+
|
|
126
|
+
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:43
|
|
127
|
+
msgid "No"
|
|
128
|
+
msgstr "არა"
|
|
129
|
+
|
|
130
|
+
#: ../webpack/components/PreupgradeReports/components/FixSelectedButton.js:12
|
|
131
|
+
msgid "Fix Selected"
|
|
132
|
+
msgstr "არჩეული გასწორება"
|
|
133
|
+
|
|
134
|
+
#: ../webpack/components/PreupgradeReports/components/NoReports.js:12
|
|
135
|
+
msgid "The preupgrade report could not be generated, check the job details for the reason"
|
|
136
|
+
msgstr ""
|
|
137
|
+
|
|
138
|
+
#: ../webpack/components/PreupgradeReports/components/NoReports.js:17
|
|
139
|
+
msgid "The preupgrade report will be available after the job finishes"
|
|
140
|
+
msgstr "განახლებისწინა ანგარიში დავალების დასრულების შემდეგ იქნება ხელმისაწვდომი"
|
|
141
|
+
|
|
142
|
+
#: ../webpack/components/PreupgradeReports/components/NoReports.js:25
|
|
143
|
+
msgid "No Preupgrade Report Available"
|
|
144
|
+
msgstr "განახლებისწინა ანგარიში ხელმისაწვდომი არაა"
|
|
145
|
+
|
|
146
|
+
#: ../webpack/components/PreupgradeReports/components/UpgradeAllButton.js:8
|
|
147
|
+
msgid "Run Upgrade"
|
|
148
|
+
msgstr "განახლების გაშვება"
|
|
149
|
+
|
|
150
|
+
#: ../webpack/components/PreupgradeReportsList/components/InhibitorInfoItem.js:17
|
|
151
|
+
msgid "This issue inhibits the upgrade."
|
|
152
|
+
msgstr "ეს პრობლემა აჩერებს განახლებას."
|
|
153
|
+
|
|
154
|
+
#: ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:14
|
|
155
|
+
msgid "Has Remediation?"
|
|
156
|
+
msgstr "აქვს გაუქმება?"
|
|
157
|
+
|
|
158
|
+
#: ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:15
|
|
159
|
+
msgid "Inhibitor?"
|
|
160
|
+
msgstr "ინჰიბიტორი?"
|
|
161
|
+
|
|
162
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:29 ../webpack/components/PreupgradeReportsList/components/helpers.js:56
|
|
163
|
+
msgid "Low Risk Factor"
|
|
164
|
+
msgstr ""
|
|
165
|
+
|
|
166
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:38
|
|
167
|
+
msgid "Medium Risk Factor"
|
|
168
|
+
msgstr ""
|
|
169
|
+
|
|
170
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:47
|
|
171
|
+
msgid "High Risk Factor"
|
|
172
|
+
msgstr ""
|
|
173
|
+
|
|
174
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:68
|
|
175
|
+
msgid "Has Remediation"
|
|
176
|
+
msgstr ""
|
|
177
|
+
|
|
178
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:111
|
|
179
|
+
msgid "Summary"
|
|
180
|
+
msgstr ""
|
|
181
|
+
|
|
182
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:127
|
|
183
|
+
msgid "Tags"
|
|
184
|
+
msgstr ""
|
|
185
|
+
|
|
186
|
+
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:143
|
|
187
|
+
msgid "Links"
|
|
188
|
+
msgstr ""
|
|
189
|
+
|
|
190
|
+
#: action_names.rb:2
|
|
191
|
+
msgid "Action with sub plans"
|
|
192
|
+
msgstr ""
|
|
193
|
+
|
|
194
|
+
#: action_names.rb:3
|
|
195
|
+
msgid "Import Puppet classes"
|
|
196
|
+
msgstr ""
|
|
197
|
+
|
|
198
|
+
#: action_names.rb:4
|
|
199
|
+
msgid "Import facts"
|
|
200
|
+
msgstr ""
|
|
201
|
+
|
|
202
|
+
#: action_names.rb:5
|
|
203
|
+
msgid "Preupgrade job"
|
|
204
|
+
msgstr ""
|
|
205
|
+
|
|
206
|
+
#: action_names.rb:6
|
|
207
|
+
msgid "Remote action:"
|
|
208
|
+
msgstr ""
|
|
209
|
+
|
|
210
|
+
#: gemspec.rb:4
|
|
211
|
+
msgid "A Foreman plugin to support inplace RHEL upgrades with Leapp utility."
|
|
212
|
+
msgstr ""
|
data/locale/ka/foreman_leapp.po
CHANGED
|
@@ -31,18 +31,30 @@ msgstr "ყველა"
|
|
|
31
31
|
msgid "Command"
|
|
32
32
|
msgstr "ბრძანება"
|
|
33
33
|
|
|
34
|
+
msgid "Could not retrieve data: %(status) - %(msg)"
|
|
35
|
+
msgstr ""
|
|
36
|
+
|
|
37
|
+
msgid "Failed to fetch preupgrade reports from server."
|
|
38
|
+
msgstr ""
|
|
39
|
+
|
|
34
40
|
msgid "Fix Selected"
|
|
35
41
|
msgstr "არჩეული გასწორება"
|
|
36
42
|
|
|
37
43
|
msgid "Fix Type"
|
|
38
44
|
msgstr "გასწორების ტიპი"
|
|
39
45
|
|
|
46
|
+
msgid "Has Remediation"
|
|
47
|
+
msgstr ""
|
|
48
|
+
|
|
40
49
|
msgid "Has Remediation?"
|
|
41
50
|
msgstr "აქვს გაუქმება?"
|
|
42
51
|
|
|
43
52
|
msgid "High"
|
|
44
53
|
msgstr "მაღალი"
|
|
45
54
|
|
|
55
|
+
msgid "High Risk Factor"
|
|
56
|
+
msgstr ""
|
|
57
|
+
|
|
46
58
|
msgid "Hint"
|
|
47
59
|
msgstr "მინიშნება"
|
|
48
60
|
|
|
@@ -67,6 +79,9 @@ msgstr "ინჰიბიტორი?"
|
|
|
67
79
|
msgid "Leapp preupgrade report"
|
|
68
80
|
msgstr "Leapp-ის განახლებისწინა ანგარიში"
|
|
69
81
|
|
|
82
|
+
msgid "Links"
|
|
83
|
+
msgstr ""
|
|
84
|
+
|
|
70
85
|
msgid "List Preupgrade reports"
|
|
71
86
|
msgstr "განახლებისწინა ანგარიშების სია"
|
|
72
87
|
|
|
@@ -76,9 +91,15 @@ msgstr "განახლებისწინა ანგარიშებ
|
|
|
76
91
|
msgid "Low"
|
|
77
92
|
msgstr "დაბალი"
|
|
78
93
|
|
|
94
|
+
msgid "Low Risk Factor"
|
|
95
|
+
msgstr ""
|
|
96
|
+
|
|
79
97
|
msgid "Medium"
|
|
80
98
|
msgstr "საშუალო"
|
|
81
99
|
|
|
100
|
+
msgid "Medium Risk Factor"
|
|
101
|
+
msgstr ""
|
|
102
|
+
|
|
82
103
|
msgid "Missing one of the required permissions: view_hosts"
|
|
83
104
|
msgstr "აკლია ერთ-ერთი საჭირო ნებართვა: view_hosts"
|
|
84
105
|
|
|
@@ -115,6 +136,12 @@ msgstr "განახლების გაშვება"
|
|
|
115
136
|
msgid "Show Preupgrade report"
|
|
116
137
|
msgstr "განახლებისწინა ანგარიშის ჩვენება"
|
|
117
138
|
|
|
139
|
+
msgid "Summary"
|
|
140
|
+
msgstr ""
|
|
141
|
+
|
|
142
|
+
msgid "Tags"
|
|
143
|
+
msgstr ""
|
|
144
|
+
|
|
118
145
|
msgid "The preupgrade report could not be generated, check the job details for the reason"
|
|
119
146
|
msgstr ""
|
|
120
147
|
|
|
File without changes
|
data/package.json
CHANGED
|
@@ -2,6 +2,7 @@ import React, { useState } from 'react';
|
|
|
2
2
|
import MessageBox from 'foremanReact/components/common/MessageBox';
|
|
3
3
|
import { LoadingState, Row } from 'patternfly-react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
+
import { sprintf, translate as __ } from 'foremanReact/common/I18n';
|
|
5
6
|
|
|
6
7
|
import PreupgradeReportsList from '../PreupgradeReportsList';
|
|
7
8
|
import UpgradeAllButton from './components/UpgradeAllButton';
|
|
@@ -118,7 +119,10 @@ const withLoadingState = Component => componentProps => {
|
|
|
118
119
|
<MessageBox
|
|
119
120
|
key="preupgrade-reports-error"
|
|
120
121
|
icontype="error-circle-o"
|
|
121
|
-
msg={
|
|
122
|
+
msg={sprintf(__('Could not retrieve data: %(status) - %(msg)'), {
|
|
123
|
+
status: error.statusText,
|
|
124
|
+
msg: error.errorMsg,
|
|
125
|
+
})}
|
|
122
126
|
/>
|
|
123
127
|
);
|
|
124
128
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import api from 'foremanReact/API';
|
|
2
2
|
import { deepPropsToCamelCase } from 'foremanReact/common/helpers';
|
|
3
|
+
import { translate as __ } from 'foremanReact/common/I18n';
|
|
3
4
|
|
|
4
5
|
import {
|
|
5
6
|
PREUPGRADE_REPORTS_REQUEST,
|
|
@@ -23,7 +24,7 @@ export const getPreupgradeReportsAction = url => async dispatch => {
|
|
|
23
24
|
|
|
24
25
|
const errorHandler = (msg, err) => {
|
|
25
26
|
const error = {
|
|
26
|
-
errorMsg: 'Failed to fetch preupgrade reports from server.',
|
|
27
|
+
errorMsg: __('Failed to fetch preupgrade reports from server.'),
|
|
27
28
|
statusText: err.response.statusText,
|
|
28
29
|
};
|
|
29
30
|
return { type: msg, payload: { error } };
|
data/webpack/components/PreupgradeReports/__tests__/__snapshots__/PreupgradeReports.test.js.snap
CHANGED
|
@@ -4,7 +4,7 @@ exports[`PreupgradeReports should render error 1`] = `
|
|
|
4
4
|
<MessageBox
|
|
5
5
|
icontype="error-circle-o"
|
|
6
6
|
key="preupgrade-reports-error"
|
|
7
|
-
msg="Could not retrieve data:
|
|
7
|
+
msg="Could not retrieve data: %(status) - %(msg)"
|
|
8
8
|
/>
|
|
9
9
|
`;
|
|
10
10
|
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Grid, ListView, Badge, Icon } from 'patternfly-react';
|
|
3
|
+
import { translate as __ } from 'foremanReact/common/I18n';
|
|
4
|
+
|
|
3
5
|
import EmptyInfoItem from './EmptyInfoItem';
|
|
4
6
|
import SeverityHigh from './images/i_severity-high.svg';
|
|
5
7
|
import SeverityMedium from './images/i_severity-med.svg';
|
|
@@ -24,7 +26,7 @@ export const getSeverityImg = entry => {
|
|
|
24
26
|
<img
|
|
25
27
|
key={key}
|
|
26
28
|
src={SeverityLow}
|
|
27
|
-
alt=
|
|
29
|
+
alt={__('Low Risk Factor')}
|
|
28
30
|
className="severity-img"
|
|
29
31
|
/>
|
|
30
32
|
);
|
|
@@ -33,7 +35,7 @@ export const getSeverityImg = entry => {
|
|
|
33
35
|
<img
|
|
34
36
|
key={key}
|
|
35
37
|
src={SeverityMedium}
|
|
36
|
-
alt=
|
|
38
|
+
alt={__('Medium Risk Factor')}
|
|
37
39
|
className="severity-img"
|
|
38
40
|
/>
|
|
39
41
|
);
|
|
@@ -42,7 +44,7 @@ export const getSeverityImg = entry => {
|
|
|
42
44
|
<img
|
|
43
45
|
key={key}
|
|
44
46
|
src={SeverityHigh}
|
|
45
|
-
alt=
|
|
47
|
+
alt={__('High Risk Factor')}
|
|
46
48
|
className="severity-img"
|
|
47
49
|
/>
|
|
48
50
|
);
|
|
@@ -51,7 +53,7 @@ export const getSeverityImg = entry => {
|
|
|
51
53
|
<img
|
|
52
54
|
key={key}
|
|
53
55
|
src={SeverityLow}
|
|
54
|
-
alt=
|
|
56
|
+
alt={__('Low Risk Factor')}
|
|
55
57
|
className="severity-img"
|
|
56
58
|
/>
|
|
57
59
|
);
|
|
@@ -63,7 +65,7 @@ export const hasRemediations = entry => {
|
|
|
63
65
|
if (entry.detail && entry.detail.remediations) {
|
|
64
66
|
return (
|
|
65
67
|
<ListView.InfoItem key={key}>
|
|
66
|
-
<Icon type="pf" name="warning-triangle-o" /> Has Remediation
|
|
68
|
+
<Icon type="pf" name="warning-triangle-o" /> {__('Has Remediation')}
|
|
67
69
|
</ListView.InfoItem>
|
|
68
70
|
);
|
|
69
71
|
}
|
|
@@ -76,7 +78,7 @@ export const getTitle = entry => {
|
|
|
76
78
|
return (
|
|
77
79
|
<Grid.Row>
|
|
78
80
|
<Grid.Col md={1}>
|
|
79
|
-
<strong>Title</strong>
|
|
81
|
+
<strong>{__('Title')}</strong>
|
|
80
82
|
</Grid.Col>
|
|
81
83
|
<Grid.Col md={8}>{entry.title}</Grid.Col>
|
|
82
84
|
</Grid.Row>
|
|
@@ -90,7 +92,7 @@ export const getSeverity = entry => {
|
|
|
90
92
|
return (
|
|
91
93
|
<Grid.Row className="top-padded">
|
|
92
94
|
<Grid.Col md={1}>
|
|
93
|
-
<strong>Risk Factor</strong>
|
|
95
|
+
<strong>{__('Risk Factor')}</strong>
|
|
94
96
|
</Grid.Col>
|
|
95
97
|
<Grid.Col md={8}>
|
|
96
98
|
{getSeverityImg(entry)} {entry.severity}
|
|
@@ -106,7 +108,7 @@ export const getSummary = entry => {
|
|
|
106
108
|
return (
|
|
107
109
|
<Grid.Row className="top-padded">
|
|
108
110
|
<Grid.Col md={1}>
|
|
109
|
-
<strong>Summary</strong>
|
|
111
|
+
<strong>{__('Summary')}</strong>
|
|
110
112
|
</Grid.Col>
|
|
111
113
|
<Grid.Col md={8} className="pre-wrap">
|
|
112
114
|
{entry.summary}
|
|
@@ -122,7 +124,7 @@ export const getTags = entry => {
|
|
|
122
124
|
return (
|
|
123
125
|
<Grid.Row className="top-padded">
|
|
124
126
|
<Grid.Col md={1}>
|
|
125
|
-
<strong>Tags</strong>
|
|
127
|
+
<strong>{__('Tags')}</strong>
|
|
126
128
|
</Grid.Col>
|
|
127
129
|
<Grid.Col md={8}>{tagInfo(entry.tags)}</Grid.Col>
|
|
128
130
|
</Grid.Row>
|
|
@@ -138,7 +140,7 @@ export const getExternals = entry => {
|
|
|
138
140
|
return (
|
|
139
141
|
<Grid.Row className="top-padded" key={key}>
|
|
140
142
|
<Grid.Col md={1}>
|
|
141
|
-
<strong>Links</strong>
|
|
143
|
+
<strong>{__('Links')}</strong>
|
|
142
144
|
</Grid.Col>
|
|
143
145
|
<Grid.Col md={8}>
|
|
144
146
|
<a href={attr.url}>{attr.title}</a>
|
|
@@ -158,7 +160,7 @@ export const getRemediations = entry => {
|
|
|
158
160
|
return (
|
|
159
161
|
<Grid.Row className="top-padded" key={key}>
|
|
160
162
|
<Grid.Col md={1}>
|
|
161
|
-
<strong>Hint</strong>
|
|
163
|
+
<strong>{__('Hint')}</strong>
|
|
162
164
|
</Grid.Col>
|
|
163
165
|
<Grid.Col md={8}>{attr.context}</Grid.Col>
|
|
164
166
|
</Grid.Row>
|
|
@@ -168,7 +170,7 @@ export const getRemediations = entry => {
|
|
|
168
170
|
return (
|
|
169
171
|
<Grid.Row className="top-padded" key={key}>
|
|
170
172
|
<Grid.Col md={1}>
|
|
171
|
-
<strong>Command</strong>
|
|
173
|
+
<strong>{__('Command')}</strong>
|
|
172
174
|
</Grid.Col>
|
|
173
175
|
<Grid.Col md={8}>
|
|
174
176
|
<code>{attr.context.join(' ')}</code>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_leapp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Foreman Leapp team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: foreman_remote_execution
|
|
@@ -98,7 +98,9 @@ files:
|
|
|
98
98
|
- locale/Makefile
|
|
99
99
|
- locale/action_names.rb
|
|
100
100
|
- locale/de/LC_MESSAGES/foreman_leapp.mo
|
|
101
|
+
- locale/de/foreman_leapp.edit.po
|
|
101
102
|
- locale/de/foreman_leapp.po
|
|
103
|
+
- locale/de/foreman_leapp.po.time_stamp
|
|
102
104
|
- locale/en/LC_MESSAGES/foreman_leapp.mo
|
|
103
105
|
- locale/en/foreman_leapp.edit.po
|
|
104
106
|
- locale/en/foreman_leapp.po
|
|
@@ -106,7 +108,9 @@ files:
|
|
|
106
108
|
- locale/foreman_leapp.pot
|
|
107
109
|
- locale/gemspec.rb
|
|
108
110
|
- locale/ka/LC_MESSAGES/foreman_leapp.mo
|
|
111
|
+
- locale/ka/foreman_leapp.edit.po
|
|
109
112
|
- locale/ka/foreman_leapp.po
|
|
113
|
+
- locale/ka/foreman_leapp.po.time_stamp
|
|
110
114
|
- package.json
|
|
111
115
|
- test/factories/foreman_leapp_factories.rb
|
|
112
116
|
- test/functional/api/v2/preupgrade_reports_controller_test.rb
|