foreman-tasks 7.0.0 → 7.1.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/.github/workflows/ruby_tests.yml +1 -1
- data/app/lib/actions/foreman/host/import_facts.rb +1 -6
- data/app/lib/actions/helpers/with_delegated_action.rb +2 -2
- data/app/lib/actions/middleware/watch_delegated_proxy_sub_tasks.rb +1 -1
- data/app/lib/actions/proxy_action.rb +19 -5
- data/app/lib/actions/trigger_proxy_batch.rb +4 -1
- data/app/models/foreman_tasks/remote_task.rb +3 -2
- data/app/views/foreman_tasks/recurring_logics/index.html.erb +11 -11
- data/app/views/foreman_tasks/task_groups/_common.html.erb +2 -2
- data/app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb +11 -11
- data/config/routes.rb +0 -1
- data/lib/foreman_tasks/cleaner.rb +1 -1
- data/lib/foreman_tasks/dynflow/configuration.rb +1 -1
- data/lib/foreman_tasks/engine.rb +1 -1
- data/lib/foreman_tasks/version.rb +1 -1
- data/lib/tasks/gettext.rake +1 -0
- data/locale/action_names.rb +2 -3
- data/locale/de/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/de/foreman_tasks.po +873 -0
- data/locale/en/foreman_tasks.po +3 -6
- data/locale/es/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/es/foreman_tasks.po +874 -0
- data/locale/foreman_tasks.pot +20 -25
- data/locale/fr/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/fr/foreman_tasks.po +3 -6
- data/locale/ja/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ja/foreman_tasks.po +3 -6
- data/locale/ka/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ka/foreman_tasks.po +871 -0
- data/locale/ko/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ko/foreman_tasks.po +869 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/pt_BR/foreman_tasks.po +874 -0
- data/locale/ru/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ru/foreman_tasks.po +873 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/zh_CN/foreman_tasks.po +3 -6
- data/locale/zh_TW/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/zh_TW/foreman_tasks.po +870 -0
- metadata +17 -3
data/locale/foreman_tasks.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_tasks 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2022-
|
12
|
-
"PO-Revision-Date: 2022-
|
11
|
+
"POT-Creation-Date: 2022-11-25 16:10+0100\n"
|
12
|
+
"PO-Revision-Date: 2022-11-25 16:10+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -131,11 +131,11 @@ msgstr ""
|
|
131
131
|
msgid "The recurring logic was disabled."
|
132
132
|
msgstr ""
|
133
133
|
|
134
|
-
#: ../app/controllers/foreman_tasks/tasks_controller.rb:
|
134
|
+
#: ../app/controllers/foreman_tasks/tasks_controller.rb:54
|
135
135
|
msgid "Trying to abort the task"
|
136
136
|
msgstr ""
|
137
137
|
|
138
|
-
#: ../app/controllers/foreman_tasks/tasks_controller.rb:
|
138
|
+
#: ../app/controllers/foreman_tasks/tasks_controller.rb:56
|
139
139
|
msgid "The task cannot be aborted at the moment."
|
140
140
|
msgstr ""
|
141
141
|
|
@@ -324,11 +324,11 @@ msgstr ""
|
|
324
324
|
msgid "The targets are of different types"
|
325
325
|
msgstr ""
|
326
326
|
|
327
|
-
#: ../app/lib/actions/foreman/host/import_facts.rb:48 action_names.rb:
|
327
|
+
#: ../app/lib/actions/foreman/host/import_facts.rb:48 action_names.rb:4
|
328
328
|
msgid "Import facts"
|
329
329
|
msgstr ""
|
330
330
|
|
331
|
-
#: ../app/lib/actions/foreman/puppetclass/import.rb:18 action_names.rb:
|
331
|
+
#: ../app/lib/actions/foreman/puppetclass/import.rb:18 action_names.rb:3
|
332
332
|
msgid "Import Puppet classes"
|
333
333
|
msgstr ""
|
334
334
|
|
@@ -384,27 +384,31 @@ msgstr ""
|
|
384
384
|
msgid "Failed to check on tasks on proxy at %{url}: %{exception}"
|
385
385
|
msgstr ""
|
386
386
|
|
387
|
-
#: ../app/lib/actions/proxy_action.rb:
|
387
|
+
#: ../app/lib/actions/proxy_action.rb:98
|
388
388
|
msgid "The smart proxy task %s failed."
|
389
389
|
msgstr ""
|
390
390
|
|
391
|
-
#: ../app/lib/actions/proxy_action.rb:
|
391
|
+
#: ../app/lib/actions/proxy_action.rb:111
|
392
392
|
msgid "Cancel enforced: the task might be still running on the proxy"
|
393
393
|
msgstr ""
|
394
394
|
|
395
|
-
#: ../app/lib/actions/proxy_action.rb:
|
395
|
+
#: ../app/lib/actions/proxy_action.rb:121
|
396
396
|
msgid "Task aborted: the task might be still running on the proxy"
|
397
397
|
msgstr ""
|
398
398
|
|
399
|
-
#: ../app/lib/actions/proxy_action.rb:
|
399
|
+
#: ../app/lib/actions/proxy_action.rb:131
|
400
400
|
msgid "Event delivered by request %{request_id}"
|
401
401
|
msgstr ""
|
402
402
|
|
403
|
-
#: ../app/lib/actions/proxy_action.rb:
|
403
|
+
#: ../app/lib/actions/proxy_action.rb:143
|
404
404
|
msgid "Proxy task gone missing from the smart proxy"
|
405
405
|
msgstr ""
|
406
406
|
|
407
|
-
#: ../app/lib/actions/proxy_action.rb:
|
407
|
+
#: ../app/lib/actions/proxy_action.rb:148
|
408
|
+
msgid "Failed to trigger task on the smart proxy: "
|
409
|
+
msgstr ""
|
410
|
+
|
411
|
+
#: ../app/lib/actions/proxy_action.rb:182
|
408
412
|
msgid "Initialization error: %s"
|
409
413
|
msgstr ""
|
410
414
|
|
@@ -567,6 +571,7 @@ msgstr ""
|
|
567
571
|
|
568
572
|
#: ../app/views/foreman_tasks/recurring_logics/index.html.erb:40
|
569
573
|
#: ../app/views/foreman_tasks/task_groups/_common.html.erb:4
|
574
|
+
#: ../app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb:4
|
570
575
|
msgid "ID"
|
571
576
|
msgstr ""
|
572
577
|
|
@@ -679,12 +684,6 @@ msgstr ""
|
|
679
684
|
msgid "Task Details"
|
680
685
|
msgstr ""
|
681
686
|
|
682
|
-
#: ../lib/foreman_tasks/cleaner.rb:16
|
683
|
-
msgid ""
|
684
|
-
":after setting in tasks cleanup section is deprecated, use :after in :rules se"
|
685
|
-
"ction to set the value. to cleanup rules"
|
686
|
-
msgstr ""
|
687
|
-
|
688
687
|
#: ../lib/foreman_tasks/dynflow.rb:18
|
689
688
|
msgid "Back to tasks"
|
690
689
|
msgstr ""
|
@@ -1015,12 +1014,12 @@ msgid "Total"
|
|
1015
1014
|
msgstr ""
|
1016
1015
|
|
1017
1016
|
#:
|
1018
|
-
#: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/StoppedTasksCard/OtherInfo.js:
|
1017
|
+
#: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/StoppedTasksCard/OtherInfo.js:22
|
1019
1018
|
msgid "Other includes all stopped tasks that are cancelled or pending"
|
1020
1019
|
msgstr ""
|
1021
1020
|
|
1022
1021
|
#:
|
1023
|
-
#: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/StoppedTasksCard/OtherInfo.js:
|
1022
|
+
#: ../webpack/ForemanTasks/Components/TasksDashboard/Components/TasksCardsGrid/Components/StoppedTasksCard/OtherInfo.js:29
|
1024
1023
|
msgid "Other:"
|
1025
1024
|
msgstr ""
|
1026
1025
|
|
@@ -1305,10 +1304,6 @@ msgstr ""
|
|
1305
1304
|
msgid "Force Cancel"
|
1306
1305
|
msgstr ""
|
1307
1306
|
|
1308
|
-
#: action_names.rb:
|
1307
|
+
#: action_names.rb:2
|
1309
1308
|
msgid "Action with sub plans"
|
1310
1309
|
msgstr ""
|
1311
|
-
|
1312
|
-
#: action_names.rb:5
|
1313
|
-
msgid "Remote action:"
|
1314
|
-
msgstr ""
|
Binary file
|
data/locale/fr/foreman_tasks.po
CHANGED
@@ -51,9 +51,6 @@ msgstr "12h"
|
|
51
51
|
msgid "24h"
|
52
52
|
msgstr "24h"
|
53
53
|
|
54
|
-
msgid ":after setting in tasks cleanup section is deprecated, use :after in :rules section to set the value. to cleanup rules"
|
55
|
-
msgstr "Le paramètre :after dans la section de nettoyage des tâches est obsolète. Utilisez :after dans la section :rules afin de définir la valeur pour nettoyer les règles"
|
56
|
-
|
57
54
|
msgid "A paused task represents a process that has not finished properly. Any task in paused state can lead to potential inconsistency and needs to be resolved."
|
58
55
|
msgstr "Une tâche en pause représente un processus qui ne s'est pas terminé correctement. Toute tâche en état de pause peut entraîner une incohérence potentielle et doit être résolue."
|
59
56
|
|
@@ -262,6 +259,9 @@ msgstr "N'a pu vérifier les tâches du proxy à %{url}: %{exception}"
|
|
262
259
|
msgid "Failed to initialize"
|
263
260
|
msgstr "L'initialisation a échoué"
|
264
261
|
|
262
|
+
msgid "Failed to trigger task on the smart proxy: "
|
263
|
+
msgstr ""
|
264
|
+
|
265
265
|
msgid "Finished"
|
266
266
|
msgstr "Terminé"
|
267
267
|
|
@@ -473,9 +473,6 @@ msgstr "Logiques périodiques"
|
|
473
473
|
msgid "Refresh Data"
|
474
474
|
msgstr ""
|
475
475
|
|
476
|
-
msgid "Remote action:"
|
477
|
-
msgstr ""
|
478
|
-
|
479
476
|
msgid "Repeat N times"
|
480
477
|
msgstr "Répéter N fois"
|
481
478
|
|
Binary file
|
data/locale/ja/foreman_tasks.po
CHANGED
@@ -51,9 +51,6 @@ msgstr "12 時間"
|
|
51
51
|
msgid "24h"
|
52
52
|
msgstr "24 時間"
|
53
53
|
|
54
|
-
msgid ":after setting in tasks cleanup section is deprecated, use :after in :rules section to set the value. to cleanup rules"
|
55
|
-
msgstr "タスク消去のセクションの :after の設定は非推奨になりました。:rule セクションで :after を使用して値を設定し、ルールを消去してください。"
|
56
|
-
|
57
54
|
msgid "A paused task represents a process that has not finished properly. Any task in paused state can lead to potential inconsistency and needs to be resolved."
|
58
55
|
msgstr "一時停止タスクは、適切に終了していないプロセスを表します。一時停止状態のタスクは、一貫性に欠ける可能性があり、解決する必要があります。"
|
59
56
|
|
@@ -262,6 +259,9 @@ msgstr "%{url} でのプロキシータスクをチェックできませんで
|
|
262
259
|
msgid "Failed to initialize"
|
263
260
|
msgstr "初期化に失敗しました"
|
264
261
|
|
262
|
+
msgid "Failed to trigger task on the smart proxy: "
|
263
|
+
msgstr ""
|
264
|
+
|
265
265
|
msgid "Finished"
|
266
266
|
msgstr "終了"
|
267
267
|
|
@@ -473,9 +473,6 @@ msgstr "再帰論理"
|
|
473
473
|
msgid "Refresh Data"
|
474
474
|
msgstr ""
|
475
475
|
|
476
|
-
msgid "Remote action:"
|
477
|
-
msgstr ""
|
478
|
-
|
479
476
|
msgid "Repeat N times"
|
480
477
|
msgstr "N 回繰り返す"
|
481
478
|
|
Binary file
|