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.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby_tests.yml +1 -1
  3. data/app/lib/actions/foreman/host/import_facts.rb +1 -6
  4. data/app/lib/actions/helpers/with_delegated_action.rb +2 -2
  5. data/app/lib/actions/middleware/watch_delegated_proxy_sub_tasks.rb +1 -1
  6. data/app/lib/actions/proxy_action.rb +19 -5
  7. data/app/lib/actions/trigger_proxy_batch.rb +4 -1
  8. data/app/models/foreman_tasks/remote_task.rb +3 -2
  9. data/app/views/foreman_tasks/recurring_logics/index.html.erb +11 -11
  10. data/app/views/foreman_tasks/task_groups/_common.html.erb +2 -2
  11. data/app/views/foreman_tasks/task_groups/recurring_logic_task_groups/_recurring_logic_task_group.html.erb +11 -11
  12. data/config/routes.rb +0 -1
  13. data/lib/foreman_tasks/cleaner.rb +1 -1
  14. data/lib/foreman_tasks/dynflow/configuration.rb +1 -1
  15. data/lib/foreman_tasks/engine.rb +1 -1
  16. data/lib/foreman_tasks/version.rb +1 -1
  17. data/lib/tasks/gettext.rake +1 -0
  18. data/locale/action_names.rb +2 -3
  19. data/locale/de/LC_MESSAGES/foreman_tasks.mo +0 -0
  20. data/locale/de/foreman_tasks.po +873 -0
  21. data/locale/en/foreman_tasks.po +3 -6
  22. data/locale/es/LC_MESSAGES/foreman_tasks.mo +0 -0
  23. data/locale/es/foreman_tasks.po +874 -0
  24. data/locale/foreman_tasks.pot +20 -25
  25. data/locale/fr/LC_MESSAGES/foreman_tasks.mo +0 -0
  26. data/locale/fr/foreman_tasks.po +3 -6
  27. data/locale/ja/LC_MESSAGES/foreman_tasks.mo +0 -0
  28. data/locale/ja/foreman_tasks.po +3 -6
  29. data/locale/ka/LC_MESSAGES/foreman_tasks.mo +0 -0
  30. data/locale/ka/foreman_tasks.po +871 -0
  31. data/locale/ko/LC_MESSAGES/foreman_tasks.mo +0 -0
  32. data/locale/ko/foreman_tasks.po +869 -0
  33. data/locale/pt_BR/LC_MESSAGES/foreman_tasks.mo +0 -0
  34. data/locale/pt_BR/foreman_tasks.po +874 -0
  35. data/locale/ru/LC_MESSAGES/foreman_tasks.mo +0 -0
  36. data/locale/ru/foreman_tasks.po +873 -0
  37. data/locale/zh_CN/LC_MESSAGES/foreman_tasks.mo +0 -0
  38. data/locale/zh_CN/foreman_tasks.po +3 -6
  39. data/locale/zh_TW/LC_MESSAGES/foreman_tasks.mo +0 -0
  40. data/locale/zh_TW/foreman_tasks.po +870 -0
  41. metadata +17 -3
@@ -50,9 +50,6 @@ msgstr "12h"
50
50
  msgid "24h"
51
51
  msgstr "24h"
52
52
 
53
- msgid ":after setting in tasks cleanup section is deprecated, use :after in :rules section to set the value. to cleanup rules"
54
- msgstr ":在任务清理部分中的设置弃用之后,使用 :after in : 规则部分来将值.设置为清理规则"
55
-
56
53
  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."
57
54
  msgstr "暂停的任务代表未正确完成的进程。任何处于暂停状态的任务都可能导致潜在的不一致,需要被解决。"
58
55
 
@@ -261,6 +258,9 @@ msgstr "无法检查在 %{url} 代理中的任务: %{exception}"
261
258
  msgid "Failed to initialize"
262
259
  msgstr "無法初始化"
263
260
 
261
+ msgid "Failed to trigger task on the smart proxy: "
262
+ msgstr ""
263
+
264
264
  msgid "Finished"
265
265
  msgstr "完成"
266
266
 
@@ -472,9 +472,6 @@ msgstr "週期邏輯"
472
472
  msgid "Refresh Data"
473
473
  msgstr ""
474
474
 
475
- msgid "Remote action:"
476
- msgstr ""
477
-
478
475
  msgid "Repeat N times"
479
476
  msgstr "重複 N 次"
480
477