foreman_remote_execution 15.0.0 → 15.0.2

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 (48) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +178 -13
  3. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +176 -11
  4. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +178 -13
  5. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +200 -35
  6. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +200 -35
  7. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +178 -13
  8. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +499 -335
  9. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +178 -13
  10. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +177 -12
  11. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +191 -26
  12. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +177 -12
  13. data/app/controllers/job_invocations_controller.rb +1 -1
  14. data/app/views/job_invocations/_form.html.erb +2 -2
  15. data/app/views/template_invocations/_refresh.js.erb +2 -2
  16. data/lib/foreman_remote_execution/engine.rb +1 -1
  17. data/lib/foreman_remote_execution/version.rb +1 -1
  18. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  19. data/locale/de/foreman_remote_execution.po +178 -13
  20. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  21. data/locale/en_GB/foreman_remote_execution.po +176 -11
  22. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  23. data/locale/es/foreman_remote_execution.po +178 -13
  24. data/locale/foreman_remote_execution.pot +470 -184
  25. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  26. data/locale/fr/foreman_remote_execution.po +200 -35
  27. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  28. data/locale/ja/foreman_remote_execution.po +200 -35
  29. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  30. data/locale/ka/foreman_remote_execution.po +178 -13
  31. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  32. data/locale/ko/foreman_remote_execution.po +499 -335
  33. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  34. data/locale/pt_BR/foreman_remote_execution.po +178 -13
  35. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  36. data/locale/ru/foreman_remote_execution.po +177 -12
  37. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  38. data/locale/zh_CN/foreman_remote_execution.po +191 -26
  39. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  40. data/locale/zh_TW/foreman_remote_execution.po +177 -12
  41. data/webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js +8 -9
  42. data/webpack/JobInvocationDetail/TemplateInvocationComponents/index.scss +3 -0
  43. data/webpack/JobWizard/steps/AdvancedFields/Fields.js +1 -1
  44. data/webpack/JobWizard/steps/Schedule/QueryType.js +3 -3
  45. metadata +4 -9
  46. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +0 -12
  47. data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  48. data/locale/en/foreman_remote_execution.po +0 -0
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_remote_execution": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_remote_execution 14.0.0",
6
+ "Project-Id-Version": "foreman_remote_execution 15.0.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-02-15 13:54+0000",
9
9
  "Last-Translator": "Yulia <yulia.poyarkova@redhat.com>, 2016",
@@ -35,10 +35,13 @@
35
35
  "%{description} on %{host}": [
36
36
  "%{description} на %{host}"
37
37
  ],
38
+ "'Starts at' date must be in the future": [
39
+ ""
40
+ ],
38
41
  "'Starts before' date must be after 'Starts at' date": [
39
42
  ""
40
43
  ],
41
- "'Starts before' date must in the future": [
44
+ "'Starts before' date must be in the future": [
42
45
  ""
43
46
  ],
44
47
  "...and %s more": [
@@ -72,6 +75,9 @@
72
75
  "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
73
76
  ""
74
77
  ],
78
+ "A task for this host has not been started": [
79
+ ""
80
+ ],
75
81
  "A user to be used for SSH.": [
76
82
  ""
77
83
  ],
@@ -84,9 +90,15 @@
84
90
  "Abort Job": [
85
91
  ""
86
92
  ],
93
+ "Abort task": [
94
+ ""
95
+ ],
87
96
  "Access denied": [
88
97
  "Доступ запрещен"
89
98
  ],
99
+ "Action": [
100
+ "Действие"
101
+ ],
90
102
  "Actions": [
91
103
  "Действия"
92
104
  ],
@@ -108,10 +120,13 @@
108
120
  "All fields are required.": [
109
121
  ""
110
122
  ],
123
+ "All statuses": [
124
+ ""
125
+ ],
111
126
  "Alphabetical": [
112
127
  ""
113
128
  ],
114
- "Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
129
+ "An error occurred while fetching the template invocation details.": [
115
130
  ""
116
131
  ],
117
132
  "Another interface is already set as execution. Are you sure you want to use this one instead?": [
@@ -123,9 +138,18 @@
123
138
  "Any Organization": [
124
139
  "Любая организация"
125
140
  ],
141
+ "Any location": [
142
+ ""
143
+ ],
144
+ "Any organization": [
145
+ ""
146
+ ],
126
147
  "Apply to": [
127
148
  ""
128
149
  ],
150
+ "Are you sure you want to open all invocations in new tabs?": [
151
+ ""
152
+ ],
129
153
  "At": [
130
154
  "в"
131
155
  ],
@@ -153,18 +177,21 @@
153
177
  "Cancel Job": [
154
178
  "Отменить"
155
179
  ],
156
- "Cancel job invocation": [
180
+ "Cancel Task": [
157
181
  ""
158
182
  ],
159
- "Cancel recurring": [
183
+ "Cancel job invocation": [
160
184
  ""
161
185
  ],
162
- "Canceled:": [
186
+ "Cancel recurring": [
163
187
  ""
164
188
  ],
165
189
  "Cancelled": [
166
190
  "Отменено"
167
191
  ],
192
+ "Cancelled:": [
193
+ ""
194
+ ],
168
195
  "Cannot resolve hosts without a bookmark or search query": [
169
196
  "Невозможно сформировать список узлов, не выбрав закладку или не указав запрос поиска"
170
197
  ],
@@ -204,6 +231,9 @@
204
231
  "Cockpit URL": [
205
232
  ""
206
233
  ],
234
+ "Command": [
235
+ "Команда"
236
+ ],
207
237
  "Concurrency level": [
208
238
  "Параллелизм"
209
239
  ],
@@ -216,6 +246,9 @@
216
246
  "Control concurrency level and distribution over time": [
217
247
  "Контроль параллельного выполнения и распределения во времени"
218
248
  ],
249
+ "Copy to clipboard": [
250
+ ""
251
+ ],
219
252
  "Could not abort the job %s: ${response}": [
220
253
  ""
221
254
  ],
@@ -267,6 +300,9 @@
267
300
  "Create a recurring job": [
268
301
  "Периодическое выполнение"
269
302
  ],
303
+ "Create job": [
304
+ ""
305
+ ],
270
306
  "Create report": [
271
307
  ""
272
308
  ],
@@ -285,6 +321,9 @@
285
321
  "Cronline": [
286
322
  ""
287
323
  ],
324
+ "Current iteration": [
325
+ "Текущая итерация"
326
+ ],
288
327
  "Current location %s is different from job's location %s. This job may run on different hosts than before.": [
289
328
  ""
290
329
  ],
@@ -297,9 +336,15 @@
297
336
  "Current organization %{org_c} is different from job's organization %{org_j}.": [
298
337
  ""
299
338
  ],
339
+ "DEBUG": [
340
+ ""
341
+ ],
300
342
  "Daily": [
301
343
  "Ежедневный"
302
344
  ],
345
+ "Date must be in the future": [
346
+ ""
347
+ ],
303
348
  "Days": [
304
349
  "Дни"
305
350
  ],
@@ -543,6 +588,9 @@
543
588
  "Host detail": [
544
589
  "Свойства узла"
545
590
  ],
591
+ "Host group": [
592
+ ""
593
+ ],
546
594
  "Host groups": [
547
595
  "Группы узлов"
548
596
  ],
@@ -564,6 +612,9 @@
564
612
  "How often the job should occur, in the cron format": [
565
613
  "Частота выполнения задания, в формате cron"
566
614
  ],
615
+ "ID": [
616
+ "Код"
617
+ ],
567
618
  "Identifier of the Host interface for Remote execution": [
568
619
  ""
569
620
  ],
@@ -576,6 +627,9 @@
576
627
  "Import a job template from ERB": [
577
628
  "Импорт шаблона из ERB"
578
629
  ],
630
+ "In Progress": [
631
+ ""
632
+ ],
579
633
  "In Progress:": [
580
634
  ""
581
635
  ],
@@ -618,6 +672,9 @@
618
672
  "Invocation type, one of %s": [
619
673
  "Тип вызова. Возможные значения: %s"
620
674
  ],
675
+ "Iteration limit": [
676
+ "Максимальное число итераций"
677
+ ],
621
678
  "Job": [
622
679
  "Задание"
623
680
  ],
@@ -675,6 +732,9 @@
675
732
  "Job templates": [
676
733
  "Шаблоны заданий"
677
734
  ],
735
+ "Job with id '%{id}' was not found": [
736
+ ""
737
+ ],
678
738
  "JobTemplate|Locked": [
679
739
  "Заблокирован"
680
740
  ],
@@ -705,6 +765,9 @@
705
765
  "Last execution succeeded": [
706
766
  "Выполнено успешно"
707
767
  ],
768
+ "Last occurrence": [
769
+ "Последнее событие"
770
+ ],
708
771
  "Latest Jobs": [
709
772
  ""
710
773
  ],
@@ -720,6 +783,9 @@
720
783
  "List foreign input sets": [
721
784
  "Показать внешние наборы входных параметров"
722
785
  ],
786
+ "List hosts belonging to job invocation": [
787
+ ""
788
+ ],
723
789
  "List job invocations": [
724
790
  "Список вызовов заданий"
725
791
  ],
@@ -777,24 +843,39 @@
777
843
  "Next": [
778
844
  "Далее"
779
845
  ],
846
+ "Next occurrence": [
847
+ "Следующее событие"
848
+ ],
780
849
  "No (override)": [
781
850
  ""
782
851
  ],
852
+ "No Results": [
853
+ ""
854
+ ],
783
855
  "No Target Hosts": [
784
856
  ""
785
857
  ],
858
+ "No hosts found": [
859
+ ""
860
+ ],
786
861
  "No hosts found.": [
787
862
  "Нет узлов."
788
863
  ],
789
864
  "No jobs available": [
790
865
  ""
791
866
  ],
867
+ "No output for the selected filters": [
868
+ ""
869
+ ],
792
870
  "No results found": [
793
871
  ""
794
872
  ],
795
873
  "No template mapped to feature %{feature_name}": [
796
874
  "С %{feature_name} не связан ни один шаблон."
797
875
  ],
876
+ "No user input": [
877
+ ""
878
+ ],
798
879
  "Not all required inputs have values. Missing inputs: %s": [
799
880
  "Отсутствуют значения некоторых обязательных входных данных: %s"
800
881
  ],
@@ -807,12 +888,24 @@
807
888
  "Now": [
808
889
  ""
809
890
  ],
891
+ "OS": [
892
+ ""
893
+ ],
810
894
  "On": [
811
895
  "Настроить"
812
896
  ],
813
897
  "Only one of feature or job_template_id can be specified": [
814
898
  ""
815
899
  ],
900
+ "Open all in new tabs": [
901
+ ""
902
+ ],
903
+ "Open all invocations in new tabs": [
904
+ ""
905
+ ],
906
+ "Open in new tab": [
907
+ ""
908
+ ],
816
909
  "Opening job invocation form": [
817
910
  ""
818
911
  ],
@@ -858,9 +951,15 @@
858
951
  "Please enter a search query": [
859
952
  ""
860
953
  ],
954
+ "Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" or \\\\\\\"Recurring execution\\\\\\\" step to fix the error": [
955
+ ""
956
+ ],
861
957
  "Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
862
958
  ""
863
959
  ],
960
+ "Please make sure that the Smart Proxy is configured correctly for the Pull provider.": [
961
+ ""
962
+ ],
864
963
  "Please refine your search.": [
865
964
  ""
866
965
  ],
@@ -876,6 +975,9 @@
876
975
  "Please select at least one host group": [
877
976
  ""
878
977
  ],
978
+ "Popups are blocked by your browser. Please allow popups for this site to open all invocations in new tabs.": [
979
+ ""
980
+ ],
879
981
  "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
880
982
  ""
881
983
  ],
@@ -888,6 +990,9 @@
888
990
  "Preview Hosts": [
889
991
  ""
890
992
  ],
993
+ "Preview Template": [
994
+ ""
995
+ ],
891
996
  "Preview job description": [
892
997
  ""
893
998
  ],
@@ -987,6 +1092,9 @@
987
1092
  "Repeat amount can only be a positive number": [
988
1093
  ""
989
1094
  ],
1095
+ "Repeat until": [
1096
+ "Повторять до"
1097
+ ],
990
1098
  "Repeats": [
991
1099
  "Повторяется"
992
1100
  ],
@@ -1008,6 +1116,12 @@
1008
1116
  "Rerun on failed hosts": [
1009
1117
  "Повторить на узлах с ошибками"
1010
1118
  ],
1119
+ "Rerun on succeeded hosts": [
1120
+ ""
1121
+ ],
1122
+ "Rerun succeeded": [
1123
+ ""
1124
+ ],
1011
1125
  "Rerun successful": [
1012
1126
  ""
1013
1127
  ],
@@ -1071,6 +1185,12 @@
1071
1185
  "SSH user:": [
1072
1186
  ""
1073
1187
  ],
1188
+ "STDERR": [
1189
+ ""
1190
+ ],
1191
+ "STDOUT": [
1192
+ ""
1193
+ ],
1074
1194
  "Schedule": [
1075
1195
  "Расписание"
1076
1196
  ],
@@ -1194,6 +1314,9 @@
1194
1314
  "Skip to review step": [
1195
1315
  ""
1196
1316
  ],
1317
+ "Smart proxy": [
1318
+ "Смарт прокси"
1319
+ ],
1197
1320
  "Snippet": [
1198
1321
  "Фрагмент"
1199
1322
  ],
@@ -1254,6 +1377,9 @@
1254
1377
  "Success": [
1255
1378
  "Успешно"
1256
1379
  ],
1380
+ "Successfully copied to clipboard!": [
1381
+ ""
1382
+ ],
1257
1383
  "Switch to the new job invocation detail UI": [
1258
1384
  ""
1259
1385
  ],
@@ -1266,6 +1392,9 @@
1266
1392
  "Systems": [
1267
1393
  ""
1268
1394
  ],
1395
+ "Target Hosts": [
1396
+ ""
1397
+ ],
1269
1398
  "Target hosts": [
1270
1399
  "Узлы"
1271
1400
  ],
@@ -1275,6 +1404,9 @@
1275
1404
  "Target template ID": [
1276
1405
  "Идентификатор подключаемого шаблона"
1277
1406
  ],
1407
+ "Target:": [
1408
+ ""
1409
+ ],
1278
1410
  "Target: ": [
1279
1411
  "Узел:"
1280
1412
  ],
@@ -1284,6 +1416,12 @@
1284
1416
  "Task cancelled": [
1285
1417
  ""
1286
1418
  ],
1419
+ "Task count": [
1420
+ "Количество задач"
1421
+ ],
1422
+ "Task for the host cancelled succesfully": [
1423
+ ""
1424
+ ],
1287
1425
  "Template ERB": [
1288
1426
  "ERB"
1289
1427
  ],
@@ -1293,6 +1431,9 @@
1293
1431
  "Template failed with:": [
1294
1432
  ""
1295
1433
  ],
1434
+ "Template invocation not found": [
1435
+ ""
1436
+ ],
1296
1437
  "Template name": [
1297
1438
  "Имя шаблона"
1298
1439
  ],
@@ -1314,6 +1455,9 @@
1314
1455
  "The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
1315
1456
  "Динамический запрос «%{query}» еще не был обработан. Список узлов, к которым он будет применен, можно проверить %{here}."
1316
1457
  ],
1458
+ "The dynamic query is still being processed. You can {viewTheHosts} targeted by the query.": [
1459
+ ""
1460
+ ],
1317
1461
  "The execution interface is used for remote execution": [
1318
1462
  "Интерфейс используется для удаленного исполнения заданий"
1319
1463
  ],
@@ -1332,6 +1476,9 @@
1332
1476
  "The job template to use, parameter is required unless feature was specified": [
1333
1477
  ""
1334
1478
  ],
1479
+ "The number of invocations is:": [
1480
+ ""
1481
+ ],
1335
1482
  "The only applicable proxy %{proxy_names} is down": [
1336
1483
  "Единственный доступный прокси, %{proxy_names}, выключен",
1337
1484
  "Ни один из %{count} доступных прокси не работает: %{proxy_names}",
@@ -1362,6 +1509,9 @@
1362
1509
  "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
1363
1510
  ""
1364
1511
  ],
1512
+ "This will open a new tab for each invocation.": [
1513
+ ""
1514
+ ],
1365
1515
  "Time in seconds from the start on the remote host after which the job should be killed.": [
1366
1516
  ""
1367
1517
  ],
@@ -1410,12 +1560,18 @@
1410
1560
  "Trying to abort the job %s.": [
1411
1561
  ""
1412
1562
  ],
1563
+ "Trying to abort the task for the host": [
1564
+ ""
1565
+ ],
1413
1566
  "Trying to cancel the job": [
1414
1567
  ""
1415
1568
  ],
1416
1569
  "Trying to cancel the job %s.": [
1417
1570
  ""
1418
1571
  ],
1572
+ "Trying to cancel the task for the host": [
1573
+ ""
1574
+ ],
1419
1575
  "Type": [
1420
1576
  "Тип"
1421
1577
  ],
@@ -1440,9 +1596,15 @@
1440
1596
  "Unable to remove host from known hosts": [
1441
1597
  ""
1442
1598
  ],
1599
+ "Unable to run job": [
1600
+ ""
1601
+ ],
1443
1602
  "Unable to save template. Correct highlighted errors": [
1444
1603
  "Не удалось сохранить шаблон. Исправьте выделенные ошибки."
1445
1604
  ],
1605
+ "Unknown": [
1606
+ "Неизвестно"
1607
+ ],
1446
1608
  "Unknown execution status": [
1447
1609
  "Статус выполнения неизвестен"
1448
1610
  ],
@@ -1545,9 +1707,6 @@
1545
1707
  "Whether we should sync templates from disk when running db:seed.": [
1546
1708
  "Разрешает синхронизацию шаблонов с диска во время выполнения db:seed."
1547
1709
  ],
1548
- "Workers pool size": [
1549
- ""
1550
- ],
1551
1710
  "Yes (override)": [
1552
1711
  ""
1553
1712
  ],
@@ -1560,6 +1719,9 @@
1560
1719
  "You have %s results to display. Showing first %s results": [
1561
1720
  ""
1562
1721
  ],
1722
+ "You have more results to display. Showing first %s results": [
1723
+ ""
1724
+ ],
1563
1725
  "add an input set for this template to reference a different template inputs": [
1564
1726
  "Добавить набор входных параметров из другого шаблона"
1565
1727
  ],
@@ -1575,9 +1737,6 @@
1575
1737
  "effective user": [
1576
1738
  ""
1577
1739
  ],
1578
- "error": [
1579
- ""
1580
- ],
1581
1740
  "error during rendering: %s": [
1582
1741
  "ошибка при обработке шаблонов: %s"
1583
1742
  ],
@@ -1653,6 +1812,9 @@
1653
1812
  "succeeded": [
1654
1813
  "завершено"
1655
1814
  ],
1815
+ "task aborted succesfully": [
1816
+ ""
1817
+ ],
1656
1818
  "tasks at a time": [
1657
1819
  ""
1658
1820
  ],
@@ -1671,6 +1833,9 @@
1671
1833
  "view host names": [
1672
1834
  ""
1673
1835
  ],
1836
+ "view the hosts": [
1837
+ ""
1838
+ ],
1674
1839
  "yes": [
1675
1840
  "да"
1676
1841
  ]