foreman_leapp 3.1.0 → 3.2.1
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 +5 -2
- data/app/assets/javascripts/foreman_leapp/locale/en/foreman_leapp.js +5 -2
- data/app/assets/javascripts/foreman_leapp/locale/fr/foreman_leapp.js +7 -4
- data/app/assets/javascripts/foreman_leapp/locale/ja/foreman_leapp.js +9 -6
- data/app/assets/javascripts/foreman_leapp/locale/ka/foreman_leapp.js +6 -3
- data/app/assets/javascripts/foreman_leapp/locale/ko/foreman_leapp.js +7 -4
- data/app/assets/javascripts/foreman_leapp/locale/zh_CN/foreman_leapp.js +7 -4
- data/app/views/api/v2/preupgrade_report_entries/base.json.rabl +1 -1
- data/lib/foreman_leapp/engine.rb +2 -0
- data/lib/foreman_leapp/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/de/foreman_leapp.po +5 -2
- data/locale/en/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/en/foreman_leapp.po +5 -2
- data/locale/foreman_leapp.pot +36 -9
- data/locale/fr/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/fr/foreman_leapp.po +8 -5
- data/locale/ja/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/ja/foreman_leapp.po +10 -7
- data/locale/ka/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/ka/foreman_leapp.po +6 -3
- data/locale/ko/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/ko/foreman_leapp.po +8 -5
- data/locale/zh_CN/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/zh_CN/foreman_leapp.po +8 -5
- data/webpack/components/PreupgradeReports/PreupgradeReports.js +1 -1
- data/webpack/components/PreupgradeReports/PreupgradeReportsHelpers.js +2 -2
- data/webpack/components/PreupgradeReports/__tests__/__snapshots__/PreupgradeReports.test.js.snap +1 -1
- data/webpack/components/PreupgradeReports/__tests__/__snapshots__/PreupgradeReportsHelpers.test.js.snap +25 -1
- data/webpack/components/PreupgradeReports/components/__snapshots__/NoReports.test.js.snap +6 -0
- data/webpack/components/PreupgradeReportsList/__tests__/PreupgradeReportsList.test.js +119 -35
- data/webpack/components/PreupgradeReportsList/index.js +2 -3
- data/webpack/components/PreupgradeReportsTable/__tests__/PreupgradeReportsTable.test.js +117 -0
- data/webpack/components/PreupgradeReportsTable/index.js +180 -0
- data/webpack/global_index.js +10 -0
- metadata +6 -8
- data/webpack/__mocks__/foremanReact/common/I18n.js +0 -2
- data/webpack/__mocks__/foremanReact/components/Pagination.js +0 -2
- data/webpack/__mocks__/foremanReact/components/common/EmptyState.js +0 -1
- data/webpack/__mocks__/foremanReact/components/common/MessageBox.js +0 -2
- data/webpack/components/PreupgradeReportsList/__tests__/__snapshots__/PreupgradeReportsList.test.js.snap +0 -135
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbb9af7bc42545f2e0eecc31e462afef8b356f170e29d1b754281f071b0b2948
|
|
4
|
+
data.tar.gz: 8f424144f2ef5886a204aa85399fe37d7d8bfbe42249566c3fec8bd5c811ab79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cada565d0df1f5578f334aa03d5207c91e2f8f89fba58d45a29cf3bf699e89df4aa163068485f6a2e7bd5133c9a36a173fb92445d6bdcefd2301b01d3b772f1c
|
|
7
|
+
data.tar.gz: 8d8787b1f57a45e88f3f00bec04e9998e71957d37349f54afc883908908d76f9ba20ff2c446db0da82d547d84217c606e28a69392450420e1e05ebf851c661d8
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_leapp": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_leapp 3.
|
|
6
|
+
"Project-Id-Version": "foreman_leapp 3.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2022-10-12 12:00+0000",
|
|
9
9
|
"Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2023",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"Command": [
|
|
27
27
|
"Befehl"
|
|
28
28
|
],
|
|
29
|
-
"Could not retrieve data: %(status) - %(msg)": [
|
|
29
|
+
"Could not retrieve data: %(status)s - %(msg)s": [
|
|
30
30
|
""
|
|
31
31
|
],
|
|
32
32
|
"Failed to fetch preupgrade reports from server.": [
|
|
@@ -131,6 +131,9 @@
|
|
|
131
131
|
"The preupgrade report could not be generated, check the job details for the reason": [
|
|
132
132
|
""
|
|
133
133
|
],
|
|
134
|
+
"The preupgrade report shows no issues.": [
|
|
135
|
+
""
|
|
136
|
+
],
|
|
134
137
|
"The preupgrade report will be available after the job finishes": [
|
|
135
138
|
""
|
|
136
139
|
],
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"": {
|
|
6
6
|
"Project-Id-Version": "foreman_leapp 1.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
|
-
"PO-Revision-Date": "
|
|
8
|
+
"PO-Revision-Date": "2026-03-09 16:32+0100",
|
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
|
10
10
|
"Language-Team": "LANGUAGE <LL@li.org>",
|
|
11
11
|
"Language": "",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"Command": [
|
|
27
27
|
""
|
|
28
28
|
],
|
|
29
|
-
"Could not retrieve data: %(status) - %(msg)": [
|
|
29
|
+
"Could not retrieve data: %(status)s - %(msg)s": [
|
|
30
30
|
""
|
|
31
31
|
],
|
|
32
32
|
"Failed to fetch preupgrade reports from server.": [
|
|
@@ -131,6 +131,9 @@
|
|
|
131
131
|
"The preupgrade report could not be generated, check the job details for the reason": [
|
|
132
132
|
""
|
|
133
133
|
],
|
|
134
|
+
"The preupgrade report shows no issues.": [
|
|
135
|
+
""
|
|
136
|
+
],
|
|
134
137
|
"The preupgrade report will be available after the job finishes": [
|
|
135
138
|
""
|
|
136
139
|
],
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_leapp": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_leapp 3.
|
|
6
|
+
"Project-Id-Version": "foreman_leapp 3.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2022-10-12 12:00+0000",
|
|
9
|
-
"Last-Translator": "
|
|
9
|
+
"Last-Translator": "Ondřej Gajdušek, 2026",
|
|
10
10
|
"Language-Team": "French (https://app.transifex.com/foreman/teams/114/fr/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"Command": [
|
|
27
27
|
"Commande"
|
|
28
28
|
],
|
|
29
|
-
"Could not retrieve data: %(status) - %(msg)": [
|
|
30
|
-
"Impossible de récupérer les données : %(status) - %(msg)"
|
|
29
|
+
"Could not retrieve data: %(status)s - %(msg)s": [
|
|
30
|
+
"Impossible de récupérer les données : %(status)s - %(msg)s"
|
|
31
31
|
],
|
|
32
32
|
"Failed to fetch preupgrade reports from server.": [
|
|
33
33
|
"Échec de la récupération des rapports de pré-mise à niveau du serveur."
|
|
@@ -131,6 +131,9 @@
|
|
|
131
131
|
"The preupgrade report could not be generated, check the job details for the reason": [
|
|
132
132
|
"Le rapport de pré-mise à niveau n'a pas pu être généré, vérifiez les détails de la tâche pour en connaître la raison"
|
|
133
133
|
],
|
|
134
|
+
"The preupgrade report shows no issues.": [
|
|
135
|
+
"Le rapport pré-mise à niveau n'indique aucun problème."
|
|
136
|
+
],
|
|
134
137
|
"The preupgrade report will be available after the job finishes": [
|
|
135
138
|
"Le rapport de pré-mise à niveau sera disponible après la fin du travail"
|
|
136
139
|
],
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_leapp": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_leapp 3.
|
|
6
|
+
"Project-Id-Version": "foreman_leapp 3.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2022-10-12 12:00+0000",
|
|
9
|
-
"Last-Translator": "
|
|
9
|
+
"Last-Translator": "Ondřej Gajdušek, 2026",
|
|
10
10
|
"Language-Team": "Japanese (https://app.transifex.com/foreman/teams/114/ja/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"Command": [
|
|
27
27
|
"コマンド"
|
|
28
28
|
],
|
|
29
|
-
"Could not retrieve data: %(status) - %(msg)": [
|
|
30
|
-
"データを取得できませんでした: %(status) - %(msg)"
|
|
29
|
+
"Could not retrieve data: %(status)s - %(msg)s": [
|
|
30
|
+
"データを取得できませんでした: %(status)s - %(msg)s"
|
|
31
31
|
],
|
|
32
32
|
"Failed to fetch preupgrade reports from server.": [
|
|
33
33
|
"サーバーからアップグレード前のレポートを取得できませんでした。"
|
|
@@ -129,10 +129,13 @@
|
|
|
129
129
|
"タグ"
|
|
130
130
|
],
|
|
131
131
|
"The preupgrade report could not be generated, check the job details for the reason": [
|
|
132
|
-
"
|
|
132
|
+
"アップグレード前のレポートを生成できませんでした、理由はジョブの詳細を確認してください"
|
|
133
|
+
],
|
|
134
|
+
"The preupgrade report shows no issues.": [
|
|
135
|
+
"アップグレード前のレポートには問題は表示されていません。"
|
|
133
136
|
],
|
|
134
137
|
"The preupgrade report will be available after the job finishes": [
|
|
135
|
-
"
|
|
138
|
+
"アップグレード前のレポートは、ジョブの終了後に利用できるようになります"
|
|
136
139
|
],
|
|
137
140
|
"This issue inhibits the upgrade.": [
|
|
138
141
|
"この問題が原因でアップグレードが行われません。"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_leapp": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_leapp 3.
|
|
6
|
+
"Project-Id-Version": "foreman_leapp 3.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2022-10-12 12:00+0000",
|
|
9
9
|
"Last-Translator": "Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"Command": [
|
|
27
27
|
"ბრძანება"
|
|
28
28
|
],
|
|
29
|
-
"Could not retrieve data: %(status) - %(msg)": [
|
|
30
|
-
"
|
|
29
|
+
"Could not retrieve data: %(status)s - %(msg)s": [
|
|
30
|
+
""
|
|
31
31
|
],
|
|
32
32
|
"Failed to fetch preupgrade reports from server.": [
|
|
33
33
|
"სერვერიდან განახლებისწინა ანგარიშების გამოთხოვის შეცდომა."
|
|
@@ -131,6 +131,9 @@
|
|
|
131
131
|
"The preupgrade report could not be generated, check the job details for the reason": [
|
|
132
132
|
"განახლებამდელი ანგარიშის შექმნის შეცდომა. მიზეზისთვის იხილეთ დავალების დეტალები"
|
|
133
133
|
],
|
|
134
|
+
"The preupgrade report shows no issues.": [
|
|
135
|
+
""
|
|
136
|
+
],
|
|
134
137
|
"The preupgrade report will be available after the job finishes": [
|
|
135
138
|
"განახლებისწინა ანგარიში დავალების დასრულების შემდეგ იქნება ხელმისაწვდომი"
|
|
136
139
|
],
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_leapp": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_leapp 3.
|
|
6
|
+
"Project-Id-Version": "foreman_leapp 3.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2022-10-12 12:00+0000",
|
|
9
|
-
"Last-Translator": "
|
|
9
|
+
"Last-Translator": "Ondřej Gajdušek, 2026",
|
|
10
10
|
"Language-Team": "Korean (https://app.transifex.com/foreman/teams/114/ko/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"Command": [
|
|
27
27
|
"명령어"
|
|
28
28
|
],
|
|
29
|
-
"Could not retrieve data: %(status) - %(msg)": [
|
|
30
|
-
"
|
|
29
|
+
"Could not retrieve data: %(status)s - %(msg)s": [
|
|
30
|
+
"데이터를 가져올 수 없습니다:%(status)s - %(msg)s"
|
|
31
31
|
],
|
|
32
32
|
"Failed to fetch preupgrade reports from server.": [
|
|
33
33
|
"서버에서 사전 업그레이드 보고서를 가져오지 못했습니다."
|
|
@@ -131,6 +131,9 @@
|
|
|
131
131
|
"The preupgrade report could not be generated, check the job details for the reason": [
|
|
132
132
|
"사전 업그레이드 보고서를 생성할 수 없습니다. 해당 사유에 대한 작업 세부 정보를 확인하세요."
|
|
133
133
|
],
|
|
134
|
+
"The preupgrade report shows no issues.": [
|
|
135
|
+
"사전 업그레이드 보고서에는 문제가 없는 것으로 표시됩니다."
|
|
136
|
+
],
|
|
134
137
|
"The preupgrade report will be available after the job finishes": [
|
|
135
138
|
"작업이 완료되면 사전 업그레이드 보고서를 사용할 수 있습니다."
|
|
136
139
|
],
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_leapp": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_leapp 2.0
|
|
6
|
+
"Project-Id-Version": "foreman_leapp 3.2.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2022-10-12 12:00+0000",
|
|
9
|
-
"Last-Translator": "
|
|
9
|
+
"Last-Translator": "Ondřej Gajdušek, 2026",
|
|
10
10
|
"Language-Team": "Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"Command": [
|
|
27
27
|
"命令"
|
|
28
28
|
],
|
|
29
|
-
"Could not retrieve data: %(status) - %(msg)": [
|
|
30
|
-
"无法检索数据:%(status) - %(msg)"
|
|
29
|
+
"Could not retrieve data: %(status)s - %(msg)s": [
|
|
30
|
+
"无法检索数据:%(status)s - %(msg)s"
|
|
31
31
|
],
|
|
32
32
|
"Failed to fetch preupgrade reports from server.": [
|
|
33
33
|
"从服务器获取预升级报告失败。"
|
|
@@ -131,6 +131,9 @@
|
|
|
131
131
|
"The preupgrade report could not be generated, check the job details for the reason": [
|
|
132
132
|
"无法生成预升级报告,查看作业详情以了解更多信息"
|
|
133
133
|
],
|
|
134
|
+
"The preupgrade report shows no issues.": [
|
|
135
|
+
"预升级报告没有显示问题。"
|
|
136
|
+
],
|
|
134
137
|
"The preupgrade report will be available after the job finishes": [
|
|
135
138
|
"预升级报告将在作业完成后可用"
|
|
136
139
|
],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
object @preupgrade_report_entry
|
|
2
2
|
|
|
3
|
-
attributes :id, :preupgrade_report_id, :host_id, :hostname, :title, :actor, :audience,
|
|
3
|
+
attributes :id, :detail, :preupgrade_report_id, :host_id, :hostname, :title, :actor, :audience,
|
|
4
4
|
:severity, :leapp_run_id, :summary, :tags, :flags, :created_at, :updated_at
|
data/lib/foreman_leapp/engine.rb
CHANGED
|
Binary file
|
data/locale/de/foreman_leapp.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Project-Id-Version: foreman_leapp 3.
|
|
15
|
+
"Project-Id-Version: foreman_leapp 3.2.0\n"
|
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
|
17
17
|
"PO-Revision-Date: 2022-10-12 12:00+0000\n"
|
|
18
18
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\n"
|
|
@@ -32,7 +32,7 @@ msgstr "Alle"
|
|
|
32
32
|
msgid "Command"
|
|
33
33
|
msgstr "Befehl"
|
|
34
34
|
|
|
35
|
-
msgid "Could not retrieve data: %(status) - %(msg)"
|
|
35
|
+
msgid "Could not retrieve data: %(status)s - %(msg)s"
|
|
36
36
|
msgstr ""
|
|
37
37
|
|
|
38
38
|
msgid "Failed to fetch preupgrade reports from server."
|
|
@@ -137,6 +137,9 @@ msgstr ""
|
|
|
137
137
|
msgid "The preupgrade report could not be generated, check the job details for the reason"
|
|
138
138
|
msgstr ""
|
|
139
139
|
|
|
140
|
+
msgid "The preupgrade report shows no issues."
|
|
141
|
+
msgstr ""
|
|
142
|
+
|
|
140
143
|
msgid "The preupgrade report will be available after the job finishes"
|
|
141
144
|
msgstr ""
|
|
142
145
|
|
|
Binary file
|
data/locale/en/foreman_leapp.po
CHANGED
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: foreman_leapp 1.0.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"PO-Revision-Date:
|
|
11
|
+
"PO-Revision-Date: 2026-03-09 16:32+0100\n"
|
|
12
12
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
13
13
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
14
14
|
"Language: \n"
|
|
@@ -26,7 +26,7 @@ msgstr ""
|
|
|
26
26
|
msgid "Command"
|
|
27
27
|
msgstr ""
|
|
28
28
|
|
|
29
|
-
msgid "Could not retrieve data: %(status) - %(msg)"
|
|
29
|
+
msgid "Could not retrieve data: %(status)s - %(msg)s"
|
|
30
30
|
msgstr ""
|
|
31
31
|
|
|
32
32
|
msgid "Failed to fetch preupgrade reports from server."
|
|
@@ -131,6 +131,9 @@ msgstr ""
|
|
|
131
131
|
msgid "The preupgrade report could not be generated, check the job details for the reason"
|
|
132
132
|
msgstr ""
|
|
133
133
|
|
|
134
|
+
msgid "The preupgrade report shows no issues."
|
|
135
|
+
msgstr ""
|
|
136
|
+
|
|
134
137
|
msgid "The preupgrade report will be available after the job finishes"
|
|
135
138
|
msgstr ""
|
|
136
139
|
|
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: 2026-03-09 16:32+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2026-03-09 16:32+0100\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
15
15
|
"Language: \n"
|
|
@@ -35,37 +35,38 @@ msgid "Missing one of the required permissions: view_hosts"
|
|
|
35
35
|
msgstr ""
|
|
36
36
|
|
|
37
37
|
#: ../app/helpers/foreman_leapp/hosts_helper.rb:6
|
|
38
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
38
|
+
#: ../lib/foreman_leapp/engine.rb:83
|
|
39
39
|
msgid "Preupgrade check with Leapp"
|
|
40
40
|
msgstr ""
|
|
41
41
|
|
|
42
42
|
#: ../app/helpers/foreman_leapp/hosts_helper.rb:8
|
|
43
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
43
|
+
#: ../lib/foreman_leapp/engine.rb:90
|
|
44
44
|
msgid "Upgrade with Leapp"
|
|
45
45
|
msgstr ""
|
|
46
46
|
|
|
47
47
|
#: ../lib/foreman_leapp/engine.rb:29
|
|
48
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:159
|
|
48
49
|
msgid "Leapp preupgrade report"
|
|
49
50
|
msgstr ""
|
|
50
51
|
|
|
51
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
52
|
+
#: ../lib/foreman_leapp/engine.rb:84
|
|
52
53
|
msgid "Upgradeability check for RHEL host"
|
|
53
54
|
msgstr ""
|
|
54
55
|
|
|
55
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
56
|
+
#: ../lib/foreman_leapp/engine.rb:91
|
|
56
57
|
msgid "Run Leapp upgrade job for RHEL host"
|
|
57
58
|
msgstr ""
|
|
58
59
|
|
|
59
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
60
|
+
#: ../lib/foreman_leapp/engine.rb:97
|
|
60
61
|
msgid "Remediation plan"
|
|
61
62
|
msgstr ""
|
|
62
63
|
|
|
63
|
-
#: ../lib/foreman_leapp/engine.rb:
|
|
64
|
+
#: ../lib/foreman_leapp/engine.rb:98
|
|
64
65
|
msgid "Run Remediation plan with Leapp"
|
|
65
66
|
msgstr ""
|
|
66
67
|
|
|
67
68
|
#: ../webpack/components/PreupgradeReports/PreupgradeReports.js:122
|
|
68
|
-
msgid "Could not retrieve data: %(status) - %(msg)"
|
|
69
|
+
msgid "Could not retrieve data: %(status)s - %(msg)s"
|
|
69
70
|
msgstr ""
|
|
70
71
|
|
|
71
72
|
#: ../webpack/components/PreupgradeReports/PreupgradeReportsActions.js:27
|
|
@@ -75,17 +76,22 @@ msgstr ""
|
|
|
75
76
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:19
|
|
76
77
|
#: ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:38
|
|
77
78
|
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:81
|
|
79
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:33
|
|
80
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:29
|
|
78
81
|
msgid "Title"
|
|
79
82
|
msgstr ""
|
|
80
83
|
|
|
81
84
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:20
|
|
82
85
|
#: ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:13
|
|
83
86
|
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:95
|
|
87
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:40
|
|
88
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:37
|
|
84
89
|
msgid "Risk Factor"
|
|
85
90
|
msgstr ""
|
|
86
91
|
|
|
87
92
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:21
|
|
88
93
|
#: ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:12
|
|
94
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:32
|
|
89
95
|
msgid "Host"
|
|
90
96
|
msgstr ""
|
|
91
97
|
|
|
@@ -105,36 +111,47 @@ msgid "All"
|
|
|
105
111
|
msgstr ""
|
|
106
112
|
|
|
107
113
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:28
|
|
114
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:21
|
|
108
115
|
msgid "Low"
|
|
109
116
|
msgstr ""
|
|
110
117
|
|
|
111
118
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:29
|
|
119
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:19
|
|
112
120
|
msgid "Medium"
|
|
113
121
|
msgstr ""
|
|
114
122
|
|
|
115
123
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:30
|
|
124
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:17
|
|
116
125
|
msgid "High"
|
|
117
126
|
msgstr ""
|
|
118
127
|
|
|
119
128
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:31
|
|
129
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:23
|
|
130
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:25
|
|
120
131
|
msgid "Info"
|
|
121
132
|
msgstr ""
|
|
122
133
|
|
|
123
134
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:36
|
|
124
135
|
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:163
|
|
136
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:90
|
|
125
137
|
msgid "Hint"
|
|
126
138
|
msgstr ""
|
|
127
139
|
|
|
128
140
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:37
|
|
129
141
|
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:173
|
|
142
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:90
|
|
130
143
|
msgid "Command"
|
|
131
144
|
msgstr ""
|
|
132
145
|
|
|
133
146
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:42
|
|
147
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:43
|
|
148
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:50
|
|
134
149
|
msgid "Yes"
|
|
135
150
|
msgstr ""
|
|
136
151
|
|
|
137
152
|
#: ../webpack/components/PreupgradeReports/components/EntriesFilter.js:43
|
|
153
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:43
|
|
154
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:53
|
|
138
155
|
msgid "No"
|
|
139
156
|
msgstr ""
|
|
140
157
|
|
|
@@ -162,16 +179,19 @@ msgstr ""
|
|
|
162
179
|
|
|
163
180
|
#:
|
|
164
181
|
#: ../webpack/components/PreupgradeReportsList/components/InhibitorInfoItem.js:17
|
|
182
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:49
|
|
165
183
|
msgid "This issue inhibits the upgrade."
|
|
166
184
|
msgstr ""
|
|
167
185
|
|
|
168
186
|
#:
|
|
169
187
|
#: ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:14
|
|
188
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:41
|
|
170
189
|
msgid "Has Remediation?"
|
|
171
190
|
msgstr ""
|
|
172
191
|
|
|
173
192
|
#:
|
|
174
193
|
#: ../webpack/components/PreupgradeReportsList/components/PreupgradeReportsListHeader.js:15
|
|
194
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:46
|
|
175
195
|
msgid "Inhibitor?"
|
|
176
196
|
msgstr ""
|
|
177
197
|
|
|
@@ -193,17 +213,24 @@ msgid "Has Remediation"
|
|
|
193
213
|
msgstr ""
|
|
194
214
|
|
|
195
215
|
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:111
|
|
216
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:49
|
|
196
217
|
msgid "Summary"
|
|
197
218
|
msgstr ""
|
|
198
219
|
|
|
199
220
|
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:127
|
|
221
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:56
|
|
200
222
|
msgid "Tags"
|
|
201
223
|
msgstr ""
|
|
202
224
|
|
|
203
225
|
#: ../webpack/components/PreupgradeReportsList/components/helpers.js:143
|
|
226
|
+
#: ../webpack/components/PreupgradeReportsTable/ReportDetails.js:71
|
|
204
227
|
msgid "Links"
|
|
205
228
|
msgstr ""
|
|
206
229
|
|
|
230
|
+
#: ../webpack/components/PreupgradeReportsTable/index.js:180
|
|
231
|
+
msgid "The preupgrade report shows no issues."
|
|
232
|
+
msgstr ""
|
|
233
|
+
|
|
207
234
|
#: action_names.rb:2
|
|
208
235
|
msgid "Preupgrade job"
|
|
209
236
|
msgstr ""
|
|
Binary file
|
data/locale/fr/foreman_leapp.po
CHANGED
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
# 21966816214bc546c1fc8a185e75ca1c, 2022
|
|
11
11
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
|
12
12
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023
|
|
13
|
+
# Ondřej Gajdušek, 2026
|
|
13
14
|
#
|
|
14
15
|
msgid ""
|
|
15
16
|
msgstr ""
|
|
16
|
-
"Project-Id-Version: foreman_leapp 3.
|
|
17
|
+
"Project-Id-Version: foreman_leapp 3.2.0\n"
|
|
17
18
|
"Report-Msgid-Bugs-To: \n"
|
|
18
19
|
"PO-Revision-Date: 2022-10-12 12:00+0000\n"
|
|
19
|
-
"Last-Translator:
|
|
20
|
-
"n.nl>, 2023\n"
|
|
20
|
+
"Last-Translator: Ondřej Gajdušek, 2026\n"
|
|
21
21
|
"Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
|
|
22
22
|
"MIME-Version: 1.0\n"
|
|
23
23
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -35,8 +35,8 @@ msgstr "Tout"
|
|
|
35
35
|
msgid "Command"
|
|
36
36
|
msgstr "Commande"
|
|
37
37
|
|
|
38
|
-
msgid "Could not retrieve data: %(status) - %(msg)"
|
|
39
|
-
msgstr "Impossible de récupérer les données : %(status) - %(msg)"
|
|
38
|
+
msgid "Could not retrieve data: %(status)s - %(msg)s"
|
|
39
|
+
msgstr "Impossible de récupérer les données : %(status)s - %(msg)s"
|
|
40
40
|
|
|
41
41
|
msgid "Failed to fetch preupgrade reports from server."
|
|
42
42
|
msgstr "Échec de la récupération des rapports de pré-mise à niveau du serveur."
|
|
@@ -140,6 +140,9 @@ msgstr "Balises"
|
|
|
140
140
|
msgid "The preupgrade report could not be generated, check the job details for the reason"
|
|
141
141
|
msgstr "Le rapport de pré-mise à niveau n'a pas pu être généré, vérifiez les détails de la tâche pour en connaître la raison"
|
|
142
142
|
|
|
143
|
+
msgid "The preupgrade report shows no issues."
|
|
144
|
+
msgstr "Le rapport pré-mise à niveau n'indique aucun problème."
|
|
145
|
+
|
|
143
146
|
msgid "The preupgrade report will be available after the job finishes"
|
|
144
147
|
msgstr "Le rapport de pré-mise à niveau sera disponible après la fin du travail"
|
|
145
148
|
|
|
Binary file
|
data/locale/ja/foreman_leapp.po
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
# Amit Upadhye <aupadhye@redhat.com>, 2022
|
|
10
10
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
|
11
11
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023
|
|
12
|
+
# Ondřej Gajdušek, 2026
|
|
12
13
|
#
|
|
13
14
|
msgid ""
|
|
14
15
|
msgstr ""
|
|
15
|
-
"Project-Id-Version: foreman_leapp 3.
|
|
16
|
+
"Project-Id-Version: foreman_leapp 3.2.0\n"
|
|
16
17
|
"Report-Msgid-Bugs-To: \n"
|
|
17
18
|
"PO-Revision-Date: 2022-10-12 12:00+0000\n"
|
|
18
|
-
"Last-Translator:
|
|
19
|
-
"n.nl>, 2023\n"
|
|
19
|
+
"Last-Translator: Ondřej Gajdušek, 2026\n"
|
|
20
20
|
"Language-Team: Japanese (https://app.transifex.com/foreman/teams/114/ja/)\n"
|
|
21
21
|
"MIME-Version: 1.0\n"
|
|
22
22
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -33,8 +33,8 @@ msgstr "すべて"
|
|
|
33
33
|
msgid "Command"
|
|
34
34
|
msgstr "コマンド"
|
|
35
35
|
|
|
36
|
-
msgid "Could not retrieve data: %(status) - %(msg)"
|
|
37
|
-
msgstr "データを取得できませんでした: %(status) - %(msg)"
|
|
36
|
+
msgid "Could not retrieve data: %(status)s - %(msg)s"
|
|
37
|
+
msgstr "データを取得できませんでした: %(status)s - %(msg)s"
|
|
38
38
|
|
|
39
39
|
msgid "Failed to fetch preupgrade reports from server."
|
|
40
40
|
msgstr "サーバーからアップグレード前のレポートを取得できませんでした。"
|
|
@@ -136,10 +136,13 @@ msgid "Tags"
|
|
|
136
136
|
msgstr "タグ"
|
|
137
137
|
|
|
138
138
|
msgid "The preupgrade report could not be generated, check the job details for the reason"
|
|
139
|
-
msgstr "
|
|
139
|
+
msgstr "アップグレード前のレポートを生成できませんでした、理由はジョブの詳細を確認してください"
|
|
140
|
+
|
|
141
|
+
msgid "The preupgrade report shows no issues."
|
|
142
|
+
msgstr "アップグレード前のレポートには問題は表示されていません。"
|
|
140
143
|
|
|
141
144
|
msgid "The preupgrade report will be available after the job finishes"
|
|
142
|
-
msgstr "
|
|
145
|
+
msgstr "アップグレード前のレポートは、ジョブの終了後に利用できるようになります"
|
|
143
146
|
|
|
144
147
|
msgid "This issue inhibits the upgrade."
|
|
145
148
|
msgstr "この問題が原因でアップグレードが行われません。"
|
|
Binary file
|
data/locale/ka/foreman_leapp.po
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
#
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
|
-
"Project-Id-Version: foreman_leapp 3.
|
|
11
|
+
"Project-Id-Version: foreman_leapp 3.2.0\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
13
|
"PO-Revision-Date: 2022-10-12 12:00+0000\n"
|
|
14
14
|
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023\n"
|
|
@@ -28,8 +28,8 @@ msgstr "ყველა"
|
|
|
28
28
|
msgid "Command"
|
|
29
29
|
msgstr "ბრძანება"
|
|
30
30
|
|
|
31
|
-
msgid "Could not retrieve data: %(status) - %(msg)"
|
|
32
|
-
msgstr "
|
|
31
|
+
msgid "Could not retrieve data: %(status)s - %(msg)s"
|
|
32
|
+
msgstr ""
|
|
33
33
|
|
|
34
34
|
msgid "Failed to fetch preupgrade reports from server."
|
|
35
35
|
msgstr "სერვერიდან განახლებისწინა ანგარიშების გამოთხოვის შეცდომა."
|
|
@@ -133,6 +133,9 @@ msgstr "ჭდეები"
|
|
|
133
133
|
msgid "The preupgrade report could not be generated, check the job details for the reason"
|
|
134
134
|
msgstr "განახლებამდელი ანგარიშის შექმნის შეცდომა. მიზეზისთვის იხილეთ დავალების დეტალები"
|
|
135
135
|
|
|
136
|
+
msgid "The preupgrade report shows no issues."
|
|
137
|
+
msgstr ""
|
|
138
|
+
|
|
136
139
|
msgid "The preupgrade report will be available after the job finishes"
|
|
137
140
|
msgstr "განახლებისწინა ანგარიში დავალების დასრულების შემდეგ იქნება ხელმისაწვდომი"
|
|
138
141
|
|
|
Binary file
|