foreman_remote_execution 11.1.0 → 12.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/.packit.yaml +1 -1
  3. data/.rubocop.yml +1 -1
  4. data/.rubocop_todo.yml +0 -8
  5. data/.tx/config +2 -2
  6. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1587 -1
  7. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1578 -1
  8. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +1587 -1
  9. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1588 -1
  10. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1589 -1
  11. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1585 -1
  12. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1587 -0
  13. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +1586 -1
  14. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1588 -1
  15. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +1589 -1
  16. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1585 -1
  17. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +1587 -1
  18. data/app/helpers/remote_execution_helper.rb +5 -0
  19. data/app/lib/actions/remote_execution/event_helpers.rb +42 -0
  20. data/app/lib/actions/remote_execution/run_host_job.rb +3 -16
  21. data/app/lib/actions/remote_execution/run_hosts_job.rb +7 -5
  22. data/app/models/concerns/api/v2/hosts_controller_extensions.rb +12 -0
  23. data/app/views/api/v2/job_invocations/base.json.rabl +14 -0
  24. data/app/views/templates/script/convert2rhel_analyze.erb +1 -6
  25. data/config/routes.rb +2 -0
  26. data/db/migrate/20151215114631_add_host_id_to_template_invocation.rb +1 -1
  27. data/db/migrate/20151217092555_migrate_to_task_groups.rb +1 -1
  28. data/db/migrate/20160113162007_expand_all_template_invocations.rb +2 -2
  29. data/db/migrate/20160114125628_rename_job_name_to_job_category.rb +2 -2
  30. data/db/migrate/20200623073022_rename_sudo_password_to_effective_user_password.rb +2 -2
  31. data/db/migrate/20220321101835_rename_ssh_provider_to_script.rb +1 -1
  32. data/extra/cockpit/foreman-cockpit-session +1 -1
  33. data/foreman_remote_execution.gemspec +3 -1
  34. data/lib/foreman_remote_execution/engine.rb +12 -3
  35. data/lib/foreman_remote_execution/version.rb +1 -1
  36. data/locale/Makefile +3 -4
  37. data/locale/action_names.rb +0 -3
  38. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  39. data/locale/de/foreman_remote_execution.po +71 -23
  40. data/locale/en/foreman_remote_execution.po +71 -23
  41. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  42. data/locale/en_GB/foreman_remote_execution.po +71 -23
  43. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  44. data/locale/es/foreman_remote_execution.po +72 -24
  45. data/locale/foreman_remote_execution.pot +239 -176
  46. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  47. data/locale/fr/foreman_remote_execution.po +72 -24
  48. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  49. data/locale/ja/foreman_remote_execution.po +72 -24
  50. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  51. data/locale/ka/foreman_remote_execution.po +1576 -0
  52. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  53. data/locale/ko/foreman_remote_execution.po +71 -23
  54. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  55. data/locale/pt_BR/foreman_remote_execution.po +72 -24
  56. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  57. data/locale/ru/foreman_remote_execution.po +71 -23
  58. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  59. data/locale/zh_CN/foreman_remote_execution.po +72 -24
  60. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  61. data/locale/zh_TW/foreman_remote_execution.po +71 -23
  62. data/test/unit/actions/run_hosts_job_test.rb +1 -1
  63. data/test/unit/api_params_test.rb +2 -10
  64. data/webpack/JobInvocationDetail/JobInvocationActions.js +22 -0
  65. data/webpack/JobInvocationDetail/JobInvocationConstants.js +7 -0
  66. data/webpack/JobInvocationDetail/JobInvocationOverview.js +104 -0
  67. data/webpack/JobInvocationDetail/JobInvocationSelectors.js +5 -0
  68. data/webpack/JobInvocationDetail/index.js +77 -0
  69. data/webpack/JobWizard/JobWizardPageRerun.js +10 -25
  70. data/webpack/JobWizard/index.js +9 -18
  71. data/webpack/JobWizard/steps/HostsAndInputs/hostgroups.gql +1 -1
  72. data/webpack/Routes/routes.js +6 -0
  73. data/webpack/react_app/components/FeaturesDropdown/actions.js +4 -2
  74. data/webpack/react_app/components/FeaturesDropdown/constants.js +5 -0
  75. data/webpack/react_app/components/FeaturesDropdown/index.js +53 -14
  76. data/webpack/react_app/components/FeaturesDropdown/index.scss +11 -0
  77. data/webpack/react_app/extend/Fills.js +6 -0
  78. metadata +24 -10
  79. data/webpack/react_app/components/FeaturesDropdown/constant.js +0 -3
  80. /data/test/graphql/mutations/job_invocations/{create.rb → create_test.rb} +0 -0
  81. /data/test/unit/{renderer_scope_input.rb → renderer_scope_input_test.rb} +0 -0
@@ -82,9 +82,6 @@ msgstr "Пользователь, от имени которого должен
82
82
  msgid "Abort Job"
83
83
  msgstr ""
84
84
 
85
- msgid "Action with sub plans"
86
- msgstr "Действия с подпланами"
87
-
88
85
  msgid "Actions"
89
86
  msgstr "Действия"
90
87
 
@@ -130,6 +127,9 @@ msgstr "в"
130
127
  msgid "At minute"
131
128
  msgstr ""
132
129
 
130
+ msgid "Back"
131
+ msgstr ""
132
+
133
133
  msgid "Back to Job"
134
134
  msgstr "Назад к заданию"
135
135
 
@@ -139,6 +139,9 @@ msgstr "Закладка"
139
139
  msgid "Can't find Job Invocation for an id %s"
140
140
  msgstr ""
141
141
 
142
+ msgid "Cancel"
143
+ msgstr ""
144
+
142
145
  msgid "Cancel Job"
143
146
  msgstr "Отменить"
144
147
 
@@ -241,7 +244,10 @@ msgstr ""
241
244
  msgid "Cron line"
242
245
  msgstr "Строка Cron"
243
246
 
244
- msgid "Cron line format 'a b c d e', where:"
247
+ msgid "Cron line (extended)"
248
+ msgstr ""
249
+
250
+ msgid "Cron line format '1 2 3 4 5', where:"
245
251
  msgstr ""
246
252
 
247
253
  msgid "Cronline"
@@ -307,12 +313,6 @@ msgstr ""
307
313
  msgid "Display advanced fields"
308
314
  msgstr "Показать дополнительные параметры"
309
315
 
310
- msgid "Distribute execution over N seconds. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1."
311
- msgstr ""
312
-
313
- msgid "Distribute tasks over N seconds"
314
- msgstr "Распределить задачи в пределах заданного периода времени (в секундах)"
315
-
316
316
  msgid "Does not repeat"
317
317
  msgstr ""
318
318
 
@@ -361,6 +361,9 @@ msgstr ""
361
361
  msgid "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution."
362
362
  msgstr ""
363
363
 
364
+ msgid "Effective user:"
365
+ msgstr ""
366
+
364
367
  msgid "Enable Global Proxy"
365
368
  msgstr ""
366
369
 
@@ -439,6 +442,12 @@ msgstr ""
439
442
  msgid "Feature input %{input_name} not defined in template %{template_name}"
440
443
  msgstr "Входной параметр %{input_name}, заданный функцией, не определен в шаблоне %{template_name}."
441
444
 
445
+ msgid "Fill all required fields in all the steps"
446
+ msgstr ""
447
+
448
+ msgid "Fill all required fields in all the steps to start the job"
449
+ msgstr ""
450
+
442
451
  msgid "Filter by host collections"
443
452
  msgstr ""
444
453
 
@@ -526,15 +535,9 @@ msgstr ""
526
535
  msgid "Import"
527
536
  msgstr "Импорт"
528
537
 
529
- msgid "Import Puppet classes"
530
- msgstr "Импорт классов Puppet"
531
-
532
538
  msgid "Import a job template from ERB"
533
539
  msgstr "Импорт шаблона из ERB"
534
540
 
535
- msgid "Import facts"
536
- msgstr "Импорт фактов"
537
-
538
541
  msgid "Include all inputs from the foreign template"
539
542
  msgstr "Добавить все входные параметры из внешнего шаблона"
540
543
 
@@ -562,6 +565,9 @@ msgstr ""
562
565
  msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled."
563
566
  msgstr ""
564
567
 
568
+ msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs"
569
+ msgstr ""
570
+
565
571
  msgid "Invalid date"
566
572
  msgstr ""
567
573
 
@@ -610,6 +616,9 @@ msgstr "Вызов задания"
610
616
  msgid "Job invocations"
611
617
  msgstr "Вызовы заданий"
612
618
 
619
+ msgid "Job invocations detail"
620
+ msgstr ""
621
+
613
622
  msgid "Job result"
614
623
  msgstr ""
615
624
 
@@ -661,6 +670,9 @@ msgstr ""
661
670
  msgid "Learn more about this in the documentation."
662
671
  msgstr "Обратиться к документации"
663
672
 
673
+ msgid "List available remote execution features for a host"
674
+ msgstr ""
675
+
664
676
  msgid "List foreign input sets"
665
677
  msgstr "Показать внешние наборы входных параметров"
666
678
 
@@ -712,6 +724,12 @@ msgstr "Никогда"
712
724
  msgid "New Job Template"
713
725
  msgstr "Создать шаблон задания"
714
726
 
727
+ msgid "New UI"
728
+ msgstr ""
729
+
730
+ msgid "Next"
731
+ msgstr ""
732
+
715
733
  msgid "No (override)"
716
734
  msgstr ""
717
735
 
@@ -736,6 +754,9 @@ msgstr "С %{feature_name} не связан ни один шаблон."
736
754
  msgid "Not all required inputs have values. Missing inputs: %s"
737
755
  msgstr "Отсутствуют значения некоторых обязательных входных данных: %s"
738
756
 
757
+ msgid "Not yet"
758
+ msgstr ""
759
+
739
760
  msgid "Now"
740
761
  msgstr ""
741
762
 
@@ -958,6 +979,9 @@ msgstr ""
958
979
  msgid "Run job"
959
980
  msgstr ""
960
981
 
982
+ msgid "Run on selected hosts"
983
+ msgstr ""
984
+
961
985
  msgid "Running"
962
986
  msgstr "Работает"
963
987
 
@@ -973,6 +997,9 @@ msgstr "Параметры провайдера SSH"
973
997
  msgid "SSH user"
974
998
  msgstr ""
975
999
 
1000
+ msgid "SSH user:"
1001
+ msgstr ""
1002
+
976
1003
  msgid "Schedule"
977
1004
  msgstr "Расписание"
978
1005
 
@@ -1057,9 +1084,6 @@ msgstr ""
1057
1084
  msgid "Set password for effective user (using sudo-like mechanisms)"
1058
1085
  msgstr ""
1059
1086
 
1060
- msgid "Set to distribute over"
1061
- msgstr ""
1062
-
1063
1087
  msgid "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level."
1064
1088
  msgstr ""
1065
1089
 
@@ -1087,15 +1111,27 @@ msgstr "Показать информацию о шаблоне"
1087
1111
  msgid "Show remote execution feature"
1088
1112
  msgstr "Показать функцию удаленного выполнения"
1089
1113
 
1114
+ msgid "Skip to review"
1115
+ msgstr ""
1116
+
1117
+ msgid "Skip to review step"
1118
+ msgstr ""
1119
+
1090
1120
  msgid "Snippet"
1091
1121
  msgstr "Фрагмент"
1092
1122
 
1093
1123
  msgid "Start"
1094
1124
  msgstr "Начало"
1095
1125
 
1126
+ msgid "Start job"
1127
+ msgstr ""
1128
+
1096
1129
  msgid "Started"
1097
1130
  msgstr ""
1098
1131
 
1132
+ msgid "Started at:"
1133
+ msgstr ""
1134
+
1099
1135
  msgid "Starts"
1100
1136
  msgstr "Начало"
1101
1137
 
@@ -1120,6 +1156,9 @@ msgstr ""
1120
1156
  msgid "Status"
1121
1157
  msgstr "Статус"
1122
1158
 
1159
+ msgid "Submit"
1160
+ msgstr ""
1161
+
1123
1162
  msgid "Subscribe to all my jobs"
1124
1163
  msgstr ""
1125
1164
 
@@ -1135,6 +1174,9 @@ msgstr "Успешно"
1135
1174
  msgid "Success"
1136
1175
  msgstr "Успешно"
1137
1176
 
1177
+ msgid "Switch to the new job invocation detail UI"
1178
+ msgstr ""
1179
+
1138
1180
  msgid "Sync Job Templates"
1139
1181
  msgstr ""
1140
1182
 
@@ -1174,9 +1216,15 @@ msgstr "Версия шаблона"
1174
1216
  msgid "Template with id '%{id}' was not found"
1175
1217
  msgstr "Шаблон «%{id}» не найден."
1176
1218
 
1219
+ msgid "Template:"
1220
+ msgstr ""
1221
+
1177
1222
  msgid "Templates list failed with:"
1178
1223
  msgstr ""
1179
1224
 
1225
+ msgid "The cron line supports extended cron line syntax. For details please refer to the "
1226
+ msgstr ""
1227
+
1180
1228
  msgid "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}."
1181
1229
  msgstr "Динамический запрос «%{query}» еще не был обработан. Список узлов, к которым он будет применен, можно проверить %{here}."
1182
1230
 
@@ -1232,12 +1280,9 @@ msgstr ""
1232
1280
  msgid "Time in seconds from the start on the remote host after which the job should be killed."
1233
1281
  msgstr ""
1234
1282
 
1235
- msgid "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day."
1283
+ msgid "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs."
1236
1284
  msgstr ""
1237
1285
 
1238
- msgid "Time span"
1239
- msgstr "Интервал"
1240
-
1241
1286
  msgid "Time to pickup"
1242
1287
  msgstr ""
1243
1288
 
@@ -1430,6 +1475,9 @@ msgstr "отменено"
1430
1475
  msgid "default_capsule method missing from SmartProxy"
1431
1476
  msgstr ""
1432
1477
 
1478
+ msgid "documentation"
1479
+ msgstr ""
1480
+
1433
1481
  msgid "effective user"
1434
1482
  msgstr ""
1435
1483
 
@@ -78,9 +78,6 @@ msgstr "要使用執行這 script 的使用者。如果使用者與 SSH 使用
78
78
  msgid "Abort Job"
79
79
  msgstr "终止作业"
80
80
 
81
- msgid "Action with sub plans"
82
- msgstr "有子计划的操作"
83
-
84
81
  msgid "Actions"
85
82
  msgstr "操作"
86
83
 
@@ -126,6 +123,9 @@ msgstr "位于"
126
123
  msgid "At minute"
127
124
  msgstr "于分钟"
128
125
 
126
+ msgid "Back"
127
+ msgstr ""
128
+
129
129
  msgid "Back to Job"
130
130
  msgstr "回到作业"
131
131
 
@@ -135,6 +135,9 @@ msgstr "书签"
135
135
  msgid "Can't find Job Invocation for an id %s"
136
136
  msgstr "无法为 ID %s 找到作业调用"
137
137
 
138
+ msgid "Cancel"
139
+ msgstr ""
140
+
138
141
  msgid "Cancel Job"
139
142
  msgstr "取消作业"
140
143
 
@@ -237,8 +240,11 @@ msgstr "为这个作业创建报告"
237
240
  msgid "Cron line"
238
241
  msgstr "Cron 行"
239
242
 
240
- msgid "Cron line format 'a b c d e', where:"
241
- msgstr "Cron 行格式 'a b c d e', 其中:"
243
+ msgid "Cron line (extended)"
244
+ msgstr ""
245
+
246
+ msgid "Cron line format '1 2 3 4 5', where:"
247
+ msgstr ""
242
248
 
243
249
  msgid "Cronline"
244
250
  msgstr "Cronline"
@@ -303,12 +309,6 @@ msgstr "设计特殊目的"
303
309
  msgid "Display advanced fields"
304
310
  msgstr "显示高级字段"
305
311
 
306
- msgid "Distribute execution over N seconds. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1."
307
- msgstr "在 N 秒内分配执行。如果设置了此选项并启用了代理批处理触发,则将在智能代理上以大小为 1 的批处理触发任务。"
308
-
309
- msgid "Distribute tasks over N seconds"
310
- msgstr "在 N 秒内分配任务"
311
-
312
312
  msgid "Does not repeat"
313
313
  msgstr "没有创建"
314
314
 
@@ -357,6 +357,9 @@ msgstr "有效用户密码只适用于 SSH 提供商。其他提供商会忽略
357
357
  msgid "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution."
358
358
  msgstr "有效用户密码只适用于 SSH 提供商。其他提供商会忽略此字段。在任务完成之前,密码会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后删除。"
359
359
 
360
+ msgid "Effective user:"
361
+ msgstr ""
362
+
360
363
  msgid "Enable Global Proxy"
361
364
  msgstr "启用全局代理服务器"
362
365
 
@@ -435,6 +438,12 @@ msgstr "退回至任何代理服务器"
435
438
  msgid "Feature input %{input_name} not defined in template %{template_name}"
436
439
  msgstr "功能输入%{input_name} 未在模板%{template_name} 中定义"
437
440
 
441
+ msgid "Fill all required fields in all the steps"
442
+ msgstr ""
443
+
444
+ msgid "Fill all required fields in all the steps to start the job"
445
+ msgstr ""
446
+
438
447
  msgid "Filter by host collections"
439
448
  msgstr "按主机集过滤"
440
449
 
@@ -522,15 +531,9 @@ msgstr ""
522
531
  msgid "Import"
523
532
  msgstr "导入"
524
533
 
525
- msgid "Import Puppet classes"
526
- msgstr "导入 Puppet 类"
527
-
528
534
  msgid "Import a job template from ERB"
529
535
  msgstr "从 ERB 导入作业模版"
530
536
 
531
- msgid "Import facts"
532
- msgstr "导入事实"
533
-
534
537
  msgid "Include all inputs from the foreign template"
535
538
  msgstr "在外部模板中包含所有输入格式"
536
539
 
@@ -558,6 +561,9 @@ msgstr "如果启用了Katello,则只能使用内部代理选择器"
558
561
  msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled."
559
562
  msgstr ""
560
563
 
564
+ msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs"
565
+ msgstr ""
566
+
561
567
  msgid "Invalid date"
562
568
  msgstr "无效的日期"
563
569
 
@@ -606,6 +612,9 @@ msgstr "工作调用"
606
612
  msgid "Job invocations"
607
613
  msgstr "作业调用"
608
614
 
615
+ msgid "Job invocations detail"
616
+ msgstr ""
617
+
609
618
  msgid "Job result"
610
619
  msgstr "作业结果"
611
620
 
@@ -657,6 +666,9 @@ msgstr "最新的作业"
657
666
  msgid "Learn more about this in the documentation."
658
667
  msgstr "如需了解更多信息,请参阅文档。"
659
668
 
669
+ msgid "List available remote execution features for a host"
670
+ msgstr ""
671
+
660
672
  msgid "List foreign input sets"
661
673
  msgstr "列出外部输入集"
662
674
 
@@ -708,6 +720,12 @@ msgstr "决不"
708
720
  msgid "New Job Template"
709
721
  msgstr "新作业模板"
710
722
 
723
+ msgid "New UI"
724
+ msgstr ""
725
+
726
+ msgid "Next"
727
+ msgstr ""
728
+
711
729
  msgid "No (override)"
712
730
  msgstr "否(覆盖)"
713
731
 
@@ -732,6 +750,9 @@ msgstr "没有映射到功能 %{feature_name} 的模板"
732
750
  msgid "Not all required inputs have values. Missing inputs: %s"
733
751
  msgstr "並不是所有需要的輸入都有值。缺少的输入:%s"
734
752
 
753
+ msgid "Not yet"
754
+ msgstr ""
755
+
735
756
  msgid "Now"
736
757
  msgstr ""
737
758
 
@@ -954,6 +975,9 @@ msgstr "一次最多运行 N 个任务。如果设置了此选项并启用了代
954
975
  msgid "Run job"
955
976
  msgstr "运行作业"
956
977
 
978
+ msgid "Run on selected hosts"
979
+ msgstr ""
980
+
957
981
  msgid "Running"
958
982
  msgstr "執行中"
959
983
 
@@ -969,6 +993,9 @@ msgstr "SSH 供应商特定的选项"
969
993
  msgid "SSH user"
970
994
  msgstr ""
971
995
 
996
+ msgid "SSH user:"
997
+ msgstr ""
998
+
972
999
  msgid "Schedule"
973
1000
  msgstr "调度"
974
1001
 
@@ -1053,9 +1080,6 @@ msgstr ""
1053
1080
  msgid "Set password for effective user (using sudo-like mechanisms)"
1054
1081
  msgstr "为有效用户设置密码(使用类似 sudo 的机制)"
1055
1082
 
1056
- msgid "Set to distribute over"
1057
- msgstr "设置为通过...分配"
1058
-
1059
1083
  msgid "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level."
1060
1084
  msgstr ""
1061
1085
 
@@ -1083,15 +1107,27 @@ msgstr "显示作业模板详情"
1083
1107
  msgid "Show remote execution feature"
1084
1108
  msgstr "显示远程执行功能"
1085
1109
 
1110
+ msgid "Skip to review"
1111
+ msgstr ""
1112
+
1113
+ msgid "Skip to review step"
1114
+ msgstr ""
1115
+
1086
1116
  msgid "Snippet"
1087
1117
  msgstr "程序代码片段"
1088
1118
 
1089
1119
  msgid "Start"
1090
1120
  msgstr "开始"
1091
1121
 
1122
+ msgid "Start job"
1123
+ msgstr ""
1124
+
1092
1125
  msgid "Started"
1093
1126
  msgstr "已启动"
1094
1127
 
1128
+ msgid "Started at:"
1129
+ msgstr ""
1130
+
1095
1131
  msgid "Starts"
1096
1132
  msgstr "开始"
1097
1133
 
@@ -1116,6 +1152,9 @@ msgstr "静态查询"
1116
1152
  msgid "Status"
1117
1153
  msgstr "状态"
1118
1154
 
1155
+ msgid "Submit"
1156
+ msgstr ""
1157
+
1119
1158
  msgid "Subscribe to all my jobs"
1120
1159
  msgstr "订阅到所有主机"
1121
1160
 
@@ -1131,6 +1170,9 @@ msgstr "已成功"
1131
1170
  msgid "Success"
1132
1171
  msgstr "成功"
1133
1172
 
1173
+ msgid "Switch to the new job invocation detail UI"
1174
+ msgstr ""
1175
+
1134
1176
  msgid "Sync Job Templates"
1135
1177
  msgstr "同步作业模板"
1136
1178
 
@@ -1170,9 +1212,15 @@ msgstr "模板版本"
1170
1212
  msgid "Template with id '%{id}' was not found"
1171
1213
  msgstr "找不到 id 为 '%{id}' 的模板"
1172
1214
 
1215
+ msgid "Template:"
1216
+ msgstr ""
1217
+
1173
1218
  msgid "Templates list failed with:"
1174
1219
  msgstr "模板列表失败并带有:"
1175
1220
 
1221
+ msgid "The cron line supports extended cron line syntax. For details please refer to the "
1222
+ msgstr ""
1223
+
1176
1224
  msgid "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}."
1177
1225
  msgstr "动态查询 '%{query}' 还没有解析。现在应该解析的主机列表可在 %{here} 查看。"
1178
1226
 
@@ -1225,12 +1273,9 @@ msgstr "这个模块用来生成描述。<br/>输入值可以使用语法%{packa
1225
1273
  msgid "Time in seconds from the start on the remote host after which the job should be killed."
1226
1274
  msgstr "在远程主机上开始后,以秒计算时间,之后结束作业。"
1227
1275
 
1228
- msgid "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day."
1276
+ msgid "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs."
1229
1277
  msgstr ""
1230
1278
 
1231
- msgid "Time span"
1232
- msgstr "时间跨度"
1233
-
1234
1279
  msgid "Time to pickup"
1235
1280
  msgstr ""
1236
1281
 
@@ -1423,6 +1468,9 @@ msgstr "已取消"
1423
1468
  msgid "default_capsule method missing from SmartProxy"
1424
1469
  msgstr "SmartProxy 中缺少 default_capsule 方法"
1425
1470
 
1471
+ msgid "documentation"
1472
+ msgstr ""
1473
+
1426
1474
  msgid "effective user"
1427
1475
  msgstr "有效用户"
1428
1476