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
Binary file
|
@@ -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
|
|
Binary file
|