foreman_remote_execution 13.2.2 → 13.2.3

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 (31) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +57 -3
  3. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +57 -3
  4. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +57 -3
  5. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +57 -3
  6. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +57 -3
  7. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +57 -3
  8. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +57 -3
  9. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +57 -3
  10. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +57 -3
  11. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +57 -3
  12. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +57 -3
  13. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +57 -3
  14. data/app/lib/actions/remote_execution/proxy_action.rb +8 -0
  15. data/lib/foreman_remote_execution/version.rb +1 -1
  16. data/locale/action_names.rb +0 -5
  17. data/locale/de/foreman_remote_execution.po +57 -3
  18. data/locale/en/foreman_remote_execution.po +57 -3
  19. data/locale/en_GB/foreman_remote_execution.po +57 -3
  20. data/locale/es/foreman_remote_execution.po +57 -3
  21. data/locale/foreman_remote_execution.pot +138 -62
  22. data/locale/fr/foreman_remote_execution.po +57 -3
  23. data/locale/ja/foreman_remote_execution.po +57 -3
  24. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  25. data/locale/ka/foreman_remote_execution.po +57 -3
  26. data/locale/ko/foreman_remote_execution.po +57 -3
  27. data/locale/pt_BR/foreman_remote_execution.po +57 -3
  28. data/locale/ru/foreman_remote_execution.po +57 -3
  29. data/locale/zh_CN/foreman_remote_execution.po +57 -3
  30. data/locale/zh_TW/foreman_remote_execution.po +57 -3
  31. metadata +2 -2
@@ -79,6 +79,9 @@
79
79
  "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
80
80
  "L'utilisateur choisi pour l'exécution du script. Si l'utilisateur est différent de celui utilisé pour SSH, su ou sudo sera mis en œuvre pour changer d'utilisateur."
81
81
  ],
82
+ "Abort": [
83
+ ""
84
+ ],
82
85
  "Abort Job": [
83
86
  "Abandonner le job"
84
87
  ],
@@ -154,6 +157,9 @@
154
157
  "Cancel job invocation": [
155
158
  "Annuler le lancement du job"
156
159
  ],
160
+ "Cancel recurring": [
161
+ ""
162
+ ],
157
163
  "Canceled:": [
158
164
  ""
159
165
  ],
@@ -211,9 +217,24 @@
211
217
  "Control concurrency level and distribution over time": [
212
218
  "Contrôle le niveau de parallélisme et la distribution dans le temps"
213
219
  ],
220
+ "Could not abort the job %s: ${response}": [
221
+ ""
222
+ ],
223
+ "Could not cancel recurring logic %s: ${response}": [
224
+ ""
225
+ ],
226
+ "Could not cancel the job %s: ${response}": [
227
+ ""
228
+ ],
229
+ "Could not disable recurring logic %s: ${response}": [
230
+ ""
231
+ ],
214
232
  "Could not display data for job invocation.": [
215
233
  "Impossible d'afficher les données pour le lancement du job."
216
234
  ],
235
+ "Could not enable recurring logic %s: ${response}": [
236
+ ""
237
+ ],
217
238
  "Could not find any suitable interface for execution": [
218
239
  "Impossible de trouver une interface qui convient pour l'exécution"
219
240
  ],
@@ -247,6 +268,9 @@
247
268
  "Create a recurring job": [
248
269
  "Créer un job récurrent"
249
270
  ],
271
+ "Create report": [
272
+ ""
273
+ ],
250
274
  "Create report for this job": [
251
275
  "Aucun rapport pour ce job"
252
276
  ],
@@ -319,6 +343,9 @@
319
343
  "Designation of a special purpose": [
320
344
  "Désignation d’un objectif spécial"
321
345
  ],
346
+ "Disable recurring": [
347
+ ""
348
+ ],
322
349
  "Display advanced fields": [
323
350
  "Afficher les champs avancés"
324
351
  ],
@@ -376,6 +403,9 @@
376
403
  "Enable Global Proxy": [
377
404
  "Activer le proxy global"
378
405
  ],
406
+ "Enable recurring": [
407
+ ""
408
+ ],
379
409
  "End time needs to be after start time": [
380
410
  "Heure de fin doit être après l’heure de départ"
381
411
  ],
@@ -682,6 +712,9 @@
682
712
  "Learn more about this in the documentation.": [
683
713
  "Approfondissez ce sujet dans la documentation."
684
714
  ],
715
+ "Legacy UI": [
716
+ ""
717
+ ],
685
718
  "List available remote execution features for a host": [
686
719
  ""
687
720
  ],
@@ -913,6 +946,15 @@
913
946
  "Recurring logic": [
914
947
  "Logique récurrente"
915
948
  ],
949
+ "Recurring logic %s cancelled successfully.": [
950
+ ""
951
+ ],
952
+ "Recurring logic %s disabled successfully.": [
953
+ ""
954
+ ],
955
+ "Recurring logic %s enabled successfully.": [
956
+ ""
957
+ ],
916
958
  "Recursive rendering of templates detected": [
917
959
  "Détection de récursion dans le rendu des modèles"
918
960
  ],
@@ -952,6 +994,9 @@
952
994
  "Rerun": [
953
995
  "Relancer"
954
996
  ],
997
+ "Rerun all": [
998
+ ""
999
+ ],
955
1000
  "Rerun failed": [
956
1001
  "Échec du relancement"
957
1002
  ],
@@ -964,6 +1009,9 @@
964
1009
  "Rerun on failed hosts": [
965
1010
  "Relancer sur les hôtes où le job a échoué"
966
1011
  ],
1012
+ "Rerun successful": [
1013
+ ""
1014
+ ],
967
1015
  "Rerun the job": [
968
1016
  "Relancer le job"
969
1017
  ],
@@ -1359,9 +1407,15 @@
1359
1407
  "Trying to abort the job": [
1360
1408
  "Tentative d'abandon du job"
1361
1409
  ],
1410
+ "Trying to abort the job %s.": [
1411
+ ""
1412
+ ],
1362
1413
  "Trying to cancel the job": [
1363
1414
  "Tentative d'annulation du job"
1364
1415
  ],
1416
+ "Trying to cancel the job %s.": [
1417
+ ""
1418
+ ],
1365
1419
  "Type": [
1366
1420
  "Type"
1367
1421
  ],
@@ -1416,9 +1470,6 @@
1416
1470
  "Use new job wizard": [
1417
1471
  ""
1418
1472
  ],
1419
- "Use old form": [
1420
- ""
1421
- ],
1422
1473
  "User Inputs": [
1423
1474
  "Entrées utilisateur"
1424
1475
  ],
@@ -1452,6 +1503,9 @@
1452
1503
  "View scheduled jobs": [
1453
1504
  "Vois les jobs programmés"
1454
1505
  ],
1506
+ "View task": [
1507
+ ""
1508
+ ],
1455
1509
  "Web Console": [
1456
1510
  "Console Web"
1457
1511
  ],
@@ -77,6 +77,9 @@
77
77
  "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
78
78
  "スクリプトを実行するために使用するユーザー。ユーザーが SSH ユーザーと異なる場合は、su または sudo を使用してアカウントを切り替えます。"
79
79
  ],
80
+ "Abort": [
81
+ ""
82
+ ],
80
83
  "Abort Job": [
81
84
  "ジョブの中断"
82
85
  ],
@@ -152,6 +155,9 @@
152
155
  "Cancel job invocation": [
153
156
  "ジョブ呼び出しをキャンセル"
154
157
  ],
158
+ "Cancel recurring": [
159
+ ""
160
+ ],
155
161
  "Canceled:": [
156
162
  ""
157
163
  ],
@@ -209,9 +215,24 @@
209
215
  "Control concurrency level and distribution over time": [
210
216
  "同時実行レベルと分散を制御"
211
217
  ],
218
+ "Could not abort the job %s: ${response}": [
219
+ ""
220
+ ],
221
+ "Could not cancel recurring logic %s: ${response}": [
222
+ ""
223
+ ],
224
+ "Could not cancel the job %s: ${response}": [
225
+ ""
226
+ ],
227
+ "Could not disable recurring logic %s: ${response}": [
228
+ ""
229
+ ],
212
230
  "Could not display data for job invocation.": [
213
231
  "ジョブ呼び出しのデータを表示できませんでした。"
214
232
  ],
233
+ "Could not enable recurring logic %s: ${response}": [
234
+ ""
235
+ ],
215
236
  "Could not find any suitable interface for execution": [
216
237
  "実行に適したインターフェースを見つけることができませんでした"
217
238
  ],
@@ -245,6 +266,9 @@
245
266
  "Create a recurring job": [
246
267
  "繰り返されるジョブを作成"
247
268
  ],
269
+ "Create report": [
270
+ ""
271
+ ],
248
272
  "Create report for this job": [
249
273
  "このジョブのレポートを作成"
250
274
  ],
@@ -317,6 +341,9 @@
317
341
  "Designation of a special purpose": [
318
342
  "特別な目的の指定"
319
343
  ],
344
+ "Disable recurring": [
345
+ ""
346
+ ],
320
347
  "Display advanced fields": [
321
348
  "詳細フィールドを表示"
322
349
  ],
@@ -374,6 +401,9 @@
374
401
  "Enable Global Proxy": [
375
402
  "グローバルプロキシーを有効にする"
376
403
  ],
404
+ "Enable recurring": [
405
+ ""
406
+ ],
377
407
  "End time needs to be after start time": [
378
408
  "終了時刻は開始時刻の後でなければなりません"
379
409
  ],
@@ -680,6 +710,9 @@
680
710
  "Learn more about this in the documentation.": [
681
711
  "詳細についてはドキュメントを参照してください。"
682
712
  ],
713
+ "Legacy UI": [
714
+ ""
715
+ ],
683
716
  "List available remote execution features for a host": [
684
717
  ""
685
718
  ],
@@ -911,6 +944,15 @@
911
944
  "Recurring logic": [
912
945
  "再帰論理"
913
946
  ],
947
+ "Recurring logic %s cancelled successfully.": [
948
+ ""
949
+ ],
950
+ "Recurring logic %s disabled successfully.": [
951
+ ""
952
+ ],
953
+ "Recurring logic %s enabled successfully.": [
954
+ ""
955
+ ],
914
956
  "Recursive rendering of templates detected": [
915
957
  "検出されたテンプレートの再帰的なレンダリング"
916
958
  ],
@@ -950,6 +992,9 @@
950
992
  "Rerun": [
951
993
  "再実行"
952
994
  ],
995
+ "Rerun all": [
996
+ ""
997
+ ],
953
998
  "Rerun failed": [
954
999
  "再実行に失敗しました"
955
1000
  ],
@@ -962,6 +1007,9 @@
962
1007
  "Rerun on failed hosts": [
963
1008
  "失敗したホストでの再実行"
964
1009
  ],
1010
+ "Rerun successful": [
1011
+ ""
1012
+ ],
965
1013
  "Rerun the job": [
966
1014
  "ジョブを再実行"
967
1015
  ],
@@ -1355,9 +1403,15 @@
1355
1403
  "Trying to abort the job": [
1356
1404
  "ジョブを中断しようとしています"
1357
1405
  ],
1406
+ "Trying to abort the job %s.": [
1407
+ ""
1408
+ ],
1358
1409
  "Trying to cancel the job": [
1359
1410
  "ジョブをキャンセルしようとしています"
1360
1411
  ],
1412
+ "Trying to cancel the job %s.": [
1413
+ ""
1414
+ ],
1361
1415
  "Type": [
1362
1416
  "タイプ"
1363
1417
  ],
@@ -1412,9 +1466,6 @@
1412
1466
  "Use new job wizard": [
1413
1467
  ""
1414
1468
  ],
1415
- "Use old form": [
1416
- ""
1417
- ],
1418
1469
  "User Inputs": [
1419
1470
  "ユーザー入力"
1420
1471
  ],
@@ -1448,6 +1499,9 @@
1448
1499
  "View scheduled jobs": [
1449
1500
  "スケジュール済みのジョブを表示"
1450
1501
  ],
1502
+ "View task": [
1503
+ ""
1504
+ ],
1451
1505
  "Web Console": [
1452
1506
  "Web コンソール"
1453
1507
  ],
@@ -78,6 +78,9 @@
78
78
  "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
79
79
  "სკრიპტის გაშვებისას გამოყენებული მომხმარებელი. თუ ის SSH მომხმარებლისგან განსხვავდება, გადასართველად su ან sudo იქნება გამოყენებული."
80
80
  ],
81
+ "Abort": [
82
+ ""
83
+ ],
81
84
  "Abort Job": [
82
85
  "დავალების გაუქმება"
83
86
  ],
@@ -153,6 +156,9 @@
153
156
  "Cancel job invocation": [
154
157
  "დავალების ჩაწოდების გაუქმება"
155
158
  ],
159
+ "Cancel recurring": [
160
+ ""
161
+ ],
156
162
  "Canceled:": [
157
163
  ""
158
164
  ],
@@ -210,9 +216,24 @@
210
216
  "Control concurrency level and distribution over time": [
211
217
  "ერთდროულობის დონისა და დროში განაწილების მართვა"
212
218
  ],
219
+ "Could not abort the job %s: ${response}": [
220
+ ""
221
+ ],
222
+ "Could not cancel recurring logic %s: ${response}": [
223
+ ""
224
+ ],
225
+ "Could not cancel the job %s: ${response}": [
226
+ ""
227
+ ],
228
+ "Could not disable recurring logic %s: ${response}": [
229
+ ""
230
+ ],
213
231
  "Could not display data for job invocation.": [
214
232
  "ნაჩვენები იქნება თუ არა ამოცანის ჩაწოდების მონაცემები."
215
233
  ],
234
+ "Could not enable recurring logic %s: ${response}": [
235
+ ""
236
+ ],
216
237
  "Could not find any suitable interface for execution": [
217
238
  ""
218
239
  ],
@@ -246,6 +267,9 @@
246
267
  "Create a recurring job": [
247
268
  "განეორებადი ლოგიკის დავალების შექმნა"
248
269
  ],
270
+ "Create report": [
271
+ ""
272
+ ],
249
273
  "Create report for this job": [
250
274
  "ამ დავალების ანგარიშის შექმნა"
251
275
  ],
@@ -318,6 +342,9 @@
318
342
  "Designation of a special purpose": [
319
343
  "განსაკუთრებული მიზნის აღნიშვნა"
320
344
  ],
345
+ "Disable recurring": [
346
+ ""
347
+ ],
321
348
  "Display advanced fields": [
322
349
  "დამატებითი ველების ჩვენება"
323
350
  ],
@@ -375,6 +402,9 @@
375
402
  "Enable Global Proxy": [
376
403
  "გლობალური პროქსის ჩართვა"
377
404
  ],
405
+ "Enable recurring": [
406
+ ""
407
+ ],
378
408
  "End time needs to be after start time": [
379
409
  "დასრულების დრო დასაწყისის დროის შემდეგ უნდა იყოს"
380
410
  ],
@@ -681,6 +711,9 @@
681
711
  "Learn more about this in the documentation.": [
682
712
  "შეიტყვეთ მეტი ამის შესახებ დოკუმენტაციაში."
683
713
  ],
714
+ "Legacy UI": [
715
+ ""
716
+ ],
684
717
  "List available remote execution features for a host": [
685
718
  ""
686
719
  ],
@@ -912,6 +945,15 @@
912
945
  "Recurring logic": [
913
946
  "განეორებადი ლოგიკა"
914
947
  ],
948
+ "Recurring logic %s cancelled successfully.": [
949
+ ""
950
+ ],
951
+ "Recurring logic %s disabled successfully.": [
952
+ ""
953
+ ],
954
+ "Recurring logic %s enabled successfully.": [
955
+ ""
956
+ ],
915
957
  "Recursive rendering of templates detected": [
916
958
  ""
917
959
  ],
@@ -951,6 +993,9 @@
951
993
  "Rerun": [
952
994
  "თავიდან გაშვება"
953
995
  ],
996
+ "Rerun all": [
997
+ ""
998
+ ],
954
999
  "Rerun failed": [
955
1000
  "თავიდან გაშვების შეცდომა"
956
1001
  ],
@@ -963,6 +1008,9 @@
963
1008
  "Rerun on failed hosts": [
964
1009
  "ავარიულ ჰოსტებზე თავიდან გაშვება"
965
1010
  ],
1011
+ "Rerun successful": [
1012
+ ""
1013
+ ],
966
1014
  "Rerun the job": [
967
1015
  "დავალების თავიდან გაშვება"
968
1016
  ],
@@ -1357,9 +1405,15 @@
1357
1405
  "Trying to abort the job": [
1358
1406
  "დავალების შეწყვეტის მცდელობა"
1359
1407
  ],
1408
+ "Trying to abort the job %s.": [
1409
+ ""
1410
+ ],
1360
1411
  "Trying to cancel the job": [
1361
1412
  "დავალების გაუქმების მცდელობა"
1362
1413
  ],
1414
+ "Trying to cancel the job %s.": [
1415
+ ""
1416
+ ],
1363
1417
  "Type": [
1364
1418
  "ტიპი"
1365
1419
  ],
@@ -1414,9 +1468,6 @@
1414
1468
  "Use new job wizard": [
1415
1469
  "ახალი დავალების ოსტატი"
1416
1470
  ],
1417
- "Use old form": [
1418
- "ძველი ფორმის გამოყენება"
1419
- ],
1420
1471
  "User Inputs": [
1421
1472
  "მომხმარებლის შეყვანა"
1422
1473
  ],
@@ -1450,6 +1501,9 @@
1450
1501
  "View scheduled jobs": [
1451
1502
  "დაგეგმილი ამოცანების ნახვა"
1452
1503
  ],
1504
+ "View task": [
1505
+ ""
1506
+ ],
1453
1507
  "Web Console": [
1454
1508
  "ვებ კონსოლი"
1455
1509
  ],
@@ -78,6 +78,9 @@
78
78
  "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
79
79
  "스크립트를 실행하는 데 사용할 사용자입니다. 이 사용자가 SSH 사용자와 다른 경우 su 또는 sudo를 사용하여 계정을 전환합니다."
80
80
  ],
81
+ "Abort": [
82
+ ""
83
+ ],
81
84
  "Abort Job": [
82
85
  ""
83
86
  ],
@@ -153,6 +156,9 @@
153
156
  "Cancel job invocation": [
154
157
  ""
155
158
  ],
159
+ "Cancel recurring": [
160
+ ""
161
+ ],
156
162
  "Canceled:": [
157
163
  ""
158
164
  ],
@@ -210,9 +216,24 @@
210
216
  "Control concurrency level and distribution over time": [
211
217
  "동시 실행 레벨 및 기간별 배분 제어"
212
218
  ],
219
+ "Could not abort the job %s: ${response}": [
220
+ ""
221
+ ],
222
+ "Could not cancel recurring logic %s: ${response}": [
223
+ ""
224
+ ],
225
+ "Could not cancel the job %s: ${response}": [
226
+ ""
227
+ ],
228
+ "Could not disable recurring logic %s: ${response}": [
229
+ ""
230
+ ],
213
231
  "Could not display data for job invocation.": [
214
232
  ""
215
233
  ],
234
+ "Could not enable recurring logic %s: ${response}": [
235
+ ""
236
+ ],
216
237
  "Could not find any suitable interface for execution": [
217
238
  ""
218
239
  ],
@@ -246,6 +267,9 @@
246
267
  "Create a recurring job": [
247
268
  "반복 작업 생성"
248
269
  ],
270
+ "Create report": [
271
+ ""
272
+ ],
249
273
  "Create report for this job": [
250
274
  ""
251
275
  ],
@@ -318,6 +342,9 @@
318
342
  "Designation of a special purpose": [
319
343
  ""
320
344
  ],
345
+ "Disable recurring": [
346
+ ""
347
+ ],
321
348
  "Display advanced fields": [
322
349
  "고급 필드 표시"
323
350
  ],
@@ -375,6 +402,9 @@
375
402
  "Enable Global Proxy": [
376
403
  ""
377
404
  ],
405
+ "Enable recurring": [
406
+ ""
407
+ ],
378
408
  "End time needs to be after start time": [
379
409
  ""
380
410
  ],
@@ -681,6 +711,9 @@
681
711
  "Learn more about this in the documentation.": [
682
712
  "설명서에서 자세한 내용을 참조하십시오."
683
713
  ],
714
+ "Legacy UI": [
715
+ ""
716
+ ],
684
717
  "List available remote execution features for a host": [
685
718
  ""
686
719
  ],
@@ -912,6 +945,15 @@
912
945
  "Recurring logic": [
913
946
  "반복 로직"
914
947
  ],
948
+ "Recurring logic %s cancelled successfully.": [
949
+ ""
950
+ ],
951
+ "Recurring logic %s disabled successfully.": [
952
+ ""
953
+ ],
954
+ "Recurring logic %s enabled successfully.": [
955
+ ""
956
+ ],
915
957
  "Recursive rendering of templates detected": [
916
958
  "템플릿의 반복 렌더링이 감지되었습니다."
917
959
  ],
@@ -951,6 +993,9 @@
951
993
  "Rerun": [
952
994
  "재실행"
953
995
  ],
996
+ "Rerun all": [
997
+ ""
998
+ ],
954
999
  "Rerun failed": [
955
1000
  "재실행 실패"
956
1001
  ],
@@ -963,6 +1008,9 @@
963
1008
  "Rerun on failed hosts": [
964
1009
  "실패한 호스트에서 재실행"
965
1010
  ],
1011
+ "Rerun successful": [
1012
+ ""
1013
+ ],
966
1014
  "Rerun the job": [
967
1015
  "작업 재실행"
968
1016
  ],
@@ -1356,9 +1404,15 @@
1356
1404
  "Trying to abort the job": [
1357
1405
  ""
1358
1406
  ],
1407
+ "Trying to abort the job %s.": [
1408
+ ""
1409
+ ],
1359
1410
  "Trying to cancel the job": [
1360
1411
  ""
1361
1412
  ],
1413
+ "Trying to cancel the job %s.": [
1414
+ ""
1415
+ ],
1362
1416
  "Type": [
1363
1417
  "형태"
1364
1418
  ],
@@ -1413,9 +1467,6 @@
1413
1467
  "Use new job wizard": [
1414
1468
  ""
1415
1469
  ],
1416
- "Use old form": [
1417
- ""
1418
- ],
1419
1470
  "User Inputs": [
1420
1471
  ""
1421
1472
  ],
@@ -1449,6 +1500,9 @@
1449
1500
  "View scheduled jobs": [
1450
1501
  ""
1451
1502
  ],
1503
+ "View task": [
1504
+ ""
1505
+ ],
1452
1506
  "Web Console": [
1453
1507
  ""
1454
1508
  ],