foreman_remote_execution 9.1.0 → 10.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/release.yml +14 -0
  3. data/.packit.yaml +40 -0
  4. data/.tx/config +3 -1
  5. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1 -0
  6. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1 -0
  7. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +1 -0
  8. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1 -0
  9. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1 -0
  10. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1 -0
  11. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +1 -0
  12. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1 -0
  13. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +1 -0
  14. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1 -0
  15. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +1 -0
  16. data/app/assets/javascripts/foreman_remote_execution/template_invocation.js +10 -1
  17. data/app/controllers/job_invocations_controller.rb +20 -1
  18. data/app/controllers/ui_job_wizard_controller.rb +0 -3
  19. data/app/lib/actions/remote_execution/run_host_job.rb +1 -1
  20. data/app/views/job_invocations/_form.html.erb +1 -1
  21. data/app/views/templates/script/run_command.erb +1 -0
  22. data/config/routes.rb +1 -0
  23. data/lib/foreman_remote_execution/engine.rb +8 -8
  24. data/lib/foreman_remote_execution/tasks/explain_proxy_selection.rake +12 -3
  25. data/lib/foreman_remote_execution/version.rb +1 -1
  26. data/locale/Makefile +6 -3
  27. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  28. data/locale/de/foreman_remote_execution.po +53 -8
  29. data/locale/en/foreman_remote_execution.po +52 -7
  30. data/locale/en_GB/foreman_remote_execution.po +52 -7
  31. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  32. data/locale/es/foreman_remote_execution.po +56 -11
  33. data/locale/foreman_remote_execution.pot +193 -126
  34. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  35. data/locale/fr/foreman_remote_execution.po +56 -11
  36. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  37. data/locale/ja/foreman_remote_execution.po +56 -11
  38. data/locale/ko/foreman_remote_execution.po +52 -7
  39. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  40. data/locale/pt_BR/foreman_remote_execution.po +56 -11
  41. data/locale/ru/foreman_remote_execution.po +52 -7
  42. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  43. data/locale/zh_CN/foreman_remote_execution.po +56 -11
  44. data/locale/zh_TW/foreman_remote_execution.po +52 -7
  45. data/webpack/JobWizard/Footer.js +104 -0
  46. data/webpack/JobWizard/JobWizard.js +24 -16
  47. data/webpack/JobWizard/JobWizard.scss +6 -17
  48. data/webpack/JobWizard/JobWizardConstants.js +1 -1
  49. data/webpack/JobWizard/JobWizardPageRerun.js +2 -0
  50. data/webpack/JobWizard/__tests__/fixtures.js +8 -1
  51. data/webpack/JobWizard/__tests__/validation.test.js +9 -0
  52. data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +2 -0
  53. data/webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js +28 -14
  54. data/webpack/JobWizard/steps/HostsAndInputs/__tests__/HostsAndInputs.test.js +3 -3
  55. data/webpack/JobWizard/steps/ReviewDetails/ReviewDetails.test.js +117 -0
  56. data/webpack/JobWizard/steps/ReviewDetails/helpers.js +43 -0
  57. data/webpack/JobWizard/steps/ReviewDetails/index.js +169 -18
  58. data/webpack/JobWizard/steps/Schedule/QueryType.js +1 -1
  59. data/webpack/JobWizard/steps/Schedule/RepeatHour.js +0 -1
  60. data/webpack/JobWizard/steps/Schedule/RepeatWeek.js +1 -1
  61. data/webpack/JobWizard/steps/Schedule/__tests__/Schedule.test.js +19 -5
  62. data/webpack/JobWizard/steps/form/DateTimePicker.js +0 -1
  63. data/webpack/JobWizard/steps/form/GroupedSelectField.js +0 -1
  64. data/webpack/JobWizard/steps/form/SelectField.js +0 -1
  65. data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +4 -4
  66. data/webpack/react_app/components/RecentJobsCard/RecentJobsTable.js +2 -2
  67. data/webpack/react_app/components/RecentJobsCard/constants.js +2 -2
  68. data/webpack/react_app/components/RegistrationExtension/RexPull.js +0 -2
  69. metadata +19 -3
@@ -29,6 +29,9 @@ msgstr "Il y a %s"
29
29
  msgid "%s job has been invoked"
30
30
  msgstr "%s job a été invoqué"
31
31
 
32
+ msgid "%s more"
33
+ msgstr ""
34
+
32
35
  msgid "%{description} on %{host}"
33
36
  msgstr "%{description} sur %{host}"
34
37
 
@@ -38,9 +41,6 @@ msgstr ""
38
41
  msgid "'Starts before' date must in the future"
39
42
  msgstr ""
40
43
 
41
- msgid ", and %s more"
42
- msgstr "...et %s de plus"
43
-
44
44
  msgid "...and %s more"
45
45
  msgstr "...et %s de plus"
46
46
 
@@ -101,6 +101,9 @@ msgstr "Champs avancés"
101
101
  msgid "After"
102
102
  msgstr ""
103
103
 
104
+ msgid "After %s occurences"
105
+ msgstr ""
106
+
104
107
  msgid "All fields are required."
105
108
  msgstr "Tous les champs sont obligatoires."
106
109
 
@@ -158,8 +161,8 @@ msgstr "Impossible de spécifier simultanément bookmark_id et search_query"
158
161
  msgid "Categories list failed with:"
159
162
  msgstr "La liste de catégories a échoué avec :"
160
163
 
161
- msgid "Category and Template"
162
- msgstr "Catégorie et modèle"
164
+ msgid "Category and template"
165
+ msgstr ""
163
166
 
164
167
  msgid "Choose a job template that is pre-selected in job invocation form"
165
168
  msgstr "Choisissez un modèle qui soit présélectionné dans le formulaire de requête du job"
@@ -170,8 +173,8 @@ msgstr "Dépendance circulaire détectée dans l'ensemble d'entrées externes '%
170
173
  msgid "Cleanup working directories"
171
174
  msgstr "Nettoyage des répertoires de travail"
172
175
 
173
- msgid "Clear filters"
174
- msgstr "Effacer les filtres"
176
+ msgid "Clear all filters"
177
+ msgstr ""
175
178
 
176
179
  msgid "Clear input"
177
180
  msgstr ""
@@ -380,6 +383,18 @@ msgstr "Erreurs :"
380
383
  msgid "Evaluated at:"
381
384
  msgstr "Évalue le :"
382
385
 
386
+ msgid "Every day at %s"
387
+ msgstr ""
388
+
389
+ msgid "Every hour at minute %s"
390
+ msgstr ""
391
+
392
+ msgid "Every month on %s at %s"
393
+ msgstr ""
394
+
395
+ msgid "Every week on %s at %s"
396
+ msgstr ""
397
+
383
398
  msgid "Execute the job later, at a scheduled time."
384
399
  msgstr ""
385
400
 
@@ -740,6 +755,9 @@ msgstr "Organisation"
740
755
  msgid "Override the description format from the template for this invocation only"
741
756
  msgstr "Remplacer le format de description du modèle pour ce lancement uniquement"
742
757
 
758
+ msgid "Override the global time to pickup interval for this invocation only"
759
+ msgstr ""
760
+
743
761
  msgid "Override the timeout interval from the template for this invocation only"
744
762
  msgstr "Remplacer l'intervalle d'expiration du modèle pour ce lancement uniquement"
745
763
 
@@ -767,9 +785,24 @@ msgstr "Effectuer une exécution Puppet unique"
767
785
  msgid "Perform no more executions after this time"
768
786
  msgstr "Ne pas lancer d'autres exécutions après cette date"
769
787
 
788
+ msgid "Please enter a search query"
789
+ msgstr ""
790
+
791
+ msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
792
+ msgstr ""
793
+
770
794
  msgid "Please refine your search."
771
795
  msgstr "Veuillez raffiner votre recherche."
772
796
 
797
+ msgid "Please select at least one host"
798
+ msgstr ""
799
+
800
+ msgid "Please select at least one host collection"
801
+ msgstr ""
802
+
803
+ msgid "Please select at least one host group"
804
+ msgstr ""
805
+
773
806
  msgid "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port."
774
807
  msgstr "Port à utiliser pour la communication SSH. Le port par défaut est 22. Vous pouvez le remplacer selon les hôtes en définissant un paramètre appelé remote_execution_ssh_port."
775
808
 
@@ -911,6 +944,12 @@ msgstr "Lancer le job"
911
944
  msgid "Run Puppet Once"
912
945
  msgstr "Lancer Puppet"
913
946
 
947
+ msgid "Run Script"
948
+ msgstr ""
949
+
950
+ msgid "Run a script"
951
+ msgstr ""
952
+
914
953
  msgid "Run at most N tasks at a time"
915
954
  msgstr "Lance un maximum de N tâches simultanément"
916
955
 
@@ -1061,6 +1100,9 @@ msgstr "Démarré"
1061
1100
  msgid "Starts"
1062
1101
  msgstr "Démarrage"
1063
1102
 
1103
+ msgid "Starts Before"
1104
+ msgstr ""
1105
+
1064
1106
  msgid "Starts at"
1065
1107
  msgstr "Démarrage à"
1066
1108
 
@@ -1244,8 +1286,8 @@ msgstr "Type"
1244
1286
  msgid "Type has impact on when is the query evaluated to hosts."
1245
1287
  msgstr "Le type a un impact sur le moment où la requête est évaluée par les hôtes."
1246
1288
 
1247
- msgid "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it</li></ul>"
1248
- msgstr "Le type est important lors de l'évaluation de la requête sur les hôtes. <br><ul><li><b>Statique</b> - évalue juste après la validation de ce formulaire </li><li><b>Dynamique</b> - évalué juste avant le début de l'exécution, donc si l'action est planifiée ultérieurement, la liste des systèmes cibles peut changer avant l'exécution</li></ul>"
1289
+ msgid "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>"
1290
+ msgstr ""
1249
1291
 
1250
1292
  msgid "Type of execution"
1251
1293
  msgstr ""
@@ -1400,8 +1442,8 @@ msgstr "Erreurs pendant le rendu : %s"
1400
1442
  msgid "evaluates just after you submit this form"
1401
1443
  msgstr "évalue dès que vous soumettez ce formulaire"
1402
1444
 
1403
- msgid "evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it"
1404
- msgstr "évalue juste avant que l’exécution ne commence, donc, si c’est prévu dans le futur, le groupe d’hôtes ciblés peut changer avant"
1445
+ msgid "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it"
1446
+ msgstr ""
1405
1447
 
1406
1448
  msgid "failed"
1407
1449
  msgstr "échec"
@@ -1484,5 +1526,8 @@ msgstr "à l'aide de "
1484
1526
  msgid "using Smart Proxy"
1485
1527
  msgstr "Créer un proxy Smart"
1486
1528
 
1529
+ msgid "view host names"
1530
+ msgstr ""
1531
+
1487
1532
  msgid "yes"
1488
1533
  msgstr "oui"
@@ -28,6 +28,9 @@ msgstr "%s 前"
28
28
  msgid "%s job has been invoked"
29
29
  msgstr "%s 件のジョブが呼び出されました"
30
30
 
31
+ msgid "%s more"
32
+ msgstr ""
33
+
31
34
  msgid "%{description} on %{host}"
32
35
  msgstr "%{host} の %{description} "
33
36
 
@@ -37,9 +40,6 @@ msgstr ""
37
40
  msgid "'Starts before' date must in the future"
38
41
  msgstr ""
39
42
 
40
- msgid ", and %s more"
41
- msgstr "さらに %s"
42
-
43
43
  msgid "...and %s more"
44
44
  msgstr "...さらに %s"
45
45
 
@@ -98,6 +98,9 @@ msgstr "詳細フィールド"
98
98
  msgid "After"
99
99
  msgstr ""
100
100
 
101
+ msgid "After %s occurences"
102
+ msgstr ""
103
+
101
104
  msgid "All fields are required."
102
105
  msgstr "すべてのフィールドは必須です。"
103
106
 
@@ -155,8 +158,8 @@ msgstr "bookmark_id と search_query の両方を指定できません"
155
158
  msgid "Categories list failed with:"
156
159
  msgstr "カテゴリー一覧が以下により失敗:"
157
160
 
158
- msgid "Category and Template"
159
- msgstr "カテゴリーとテンプレート"
161
+ msgid "Category and template"
162
+ msgstr ""
160
163
 
161
164
  msgid "Choose a job template that is pre-selected in job invocation form"
162
165
  msgstr "ジョブ呼び出しフォームで事前に選択されているジョブテンプレートを選択してください"
@@ -167,8 +170,8 @@ msgstr "外部入力セット '%{template}' -> '%{target_template}' で循環依
167
170
  msgid "Cleanup working directories"
168
171
  msgstr "作業ディレクトリーのクリーンアップ"
169
172
 
170
- msgid "Clear filters"
171
- msgstr "フィルターをクリア"
173
+ msgid "Clear all filters"
174
+ msgstr ""
172
175
 
173
176
  msgid "Clear input"
174
177
  msgstr ""
@@ -377,6 +380,18 @@ msgstr "エラー:"
377
380
  msgid "Evaluated at:"
378
381
  msgstr "評価済み:"
379
382
 
383
+ msgid "Every day at %s"
384
+ msgstr ""
385
+
386
+ msgid "Every hour at minute %s"
387
+ msgstr ""
388
+
389
+ msgid "Every month on %s at %s"
390
+ msgstr ""
391
+
392
+ msgid "Every week on %s at %s"
393
+ msgstr ""
394
+
380
395
  msgid "Execute the job later, at a scheduled time."
381
396
  msgstr ""
382
397
 
@@ -737,6 +752,9 @@ msgstr "組織"
737
752
  msgid "Override the description format from the template for this invocation only"
738
753
  msgstr "この呼び出しに対してのみテンプレートから説明形式を上書き"
739
754
 
755
+ msgid "Override the global time to pickup interval for this invocation only"
756
+ msgstr ""
757
+
740
758
  msgid "Override the timeout interval from the template for this invocation only"
741
759
  msgstr "この呼び出しに対してのみテンプレートからタイムアウト間隔を上書き"
742
760
 
@@ -764,9 +782,24 @@ msgstr "Puppet を 1 回実行"
764
782
  msgid "Perform no more executions after this time"
765
783
  msgstr "この回数以上は実行されません"
766
784
 
785
+ msgid "Please enter a search query"
786
+ msgstr ""
787
+
788
+ msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
789
+ msgstr ""
790
+
767
791
  msgid "Please refine your search."
768
792
  msgstr "検索条件を見直してください。"
769
793
 
794
+ msgid "Please select at least one host"
795
+ msgstr ""
796
+
797
+ msgid "Please select at least one host collection"
798
+ msgstr ""
799
+
800
+ msgid "Please select at least one host group"
801
+ msgstr ""
802
+
770
803
  msgid "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port."
771
804
  msgstr "SSH 通信に使用するポート。デフォルトのポートは 22 です。remote_execution_ssh_port という名前のパラメーターを設定することにより、ホストごとに上書きできます。"
772
805
 
@@ -908,6 +941,12 @@ msgstr "ジョブを実行"
908
941
  msgid "Run Puppet Once"
909
942
  msgstr "Puppet を 1 回実行"
910
943
 
944
+ msgid "Run Script"
945
+ msgstr ""
946
+
947
+ msgid "Run a script"
948
+ msgstr ""
949
+
911
950
  msgid "Run at most N tasks at a time"
912
951
  msgstr "一度に最大 N タスクを実行"
913
952
 
@@ -1058,6 +1097,9 @@ msgstr "開始済み"
1058
1097
  msgid "Starts"
1059
1098
  msgstr "開始"
1060
1099
 
1100
+ msgid "Starts Before"
1101
+ msgstr ""
1102
+
1061
1103
  msgid "Starts at"
1062
1104
  msgstr "開始時刻"
1063
1105
 
@@ -1239,8 +1281,8 @@ msgstr "タイプ"
1239
1281
  msgid "Type has impact on when is the query evaluated to hosts."
1240
1282
  msgstr "タイプは、ホストに対してクエリーを評価するタイミングに影響を与えます。"
1241
1283
 
1242
- msgid "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it</li></ul>"
1243
- msgstr "タイプは、ホストに対してクエリーを評価するタイミングに影響を与えます。<br><ul><li><b>静的</b>: このフォームの送信直後に評価します。</li><li><b>動的</b>: 実行の開始直前に評価します。そのため、後でスケジュールされている場合には、ターゲットホストの設定が評価前に変更される可能性があります。</li></ul>"
1284
+ msgid "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>"
1285
+ msgstr ""
1244
1286
 
1245
1287
  msgid "Type of execution"
1246
1288
  msgstr ""
@@ -1395,8 +1437,8 @@ msgstr "レンダリング中のエラー: %s"
1395
1437
  msgid "evaluates just after you submit this form"
1396
1438
  msgstr "このフォームの送信直後に評価します"
1397
1439
 
1398
- msgid "evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it"
1399
- msgstr "実行の開始直前に評価します。そのため、後でスケジュールされている場合には、ターゲットホストのセットが評価前に変更される可能性があります"
1440
+ msgid "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it"
1441
+ msgstr ""
1400
1442
 
1401
1443
  msgid "failed"
1402
1444
  msgstr "失敗"
@@ -1479,5 +1521,8 @@ msgstr "使用中 "
1479
1521
  msgid "using Smart Proxy"
1480
1522
  msgstr "Smart Proxy を使用"
1481
1523
 
1524
+ msgid "view host names"
1525
+ msgstr ""
1526
+
1482
1527
  msgid "yes"
1483
1528
  msgstr "yes"
@@ -25,6 +25,9 @@ msgstr "%s 전 "
25
25
  msgid "%s job has been invoked"
26
26
  msgstr ""
27
27
 
28
+ msgid "%s more"
29
+ msgstr ""
30
+
28
31
  msgid "%{description} on %{host}"
29
32
  msgstr "%{host}에 대한 %{description}"
30
33
 
@@ -34,9 +37,6 @@ msgstr ""
34
37
  msgid "'Starts before' date must in the future"
35
38
  msgstr ""
36
39
 
37
- msgid ", and %s more"
38
- msgstr ""
39
-
40
40
  msgid "...and %s more"
41
41
  msgstr ""
42
42
 
@@ -96,6 +96,9 @@ msgstr ""
96
96
  msgid "After"
97
97
  msgstr ""
98
98
 
99
+ msgid "After %s occurences"
100
+ msgstr ""
101
+
99
102
  msgid "All fields are required."
100
103
  msgstr ""
101
104
 
@@ -153,7 +156,7 @@ msgstr "bookmark_id와 search_query를 모두 지정할 수 없습니다."
153
156
  msgid "Categories list failed with:"
154
157
  msgstr ""
155
158
 
156
- msgid "Category and Template"
159
+ msgid "Category and template"
157
160
  msgstr ""
158
161
 
159
162
  msgid "Choose a job template that is pre-selected in job invocation form"
@@ -165,7 +168,7 @@ msgstr "외부 입력 세트 '%{template}' -> '%{target_template}'의 순환 종
165
168
  msgid "Cleanup working directories"
166
169
  msgstr ""
167
170
 
168
- msgid "Clear filters"
171
+ msgid "Clear all filters"
169
172
  msgstr ""
170
173
 
171
174
  msgid "Clear input"
@@ -375,6 +378,18 @@ msgstr ""
375
378
  msgid "Evaluated at:"
376
379
  msgstr "평가 시점:"
377
380
 
381
+ msgid "Every day at %s"
382
+ msgstr ""
383
+
384
+ msgid "Every hour at minute %s"
385
+ msgstr ""
386
+
387
+ msgid "Every month on %s at %s"
388
+ msgstr ""
389
+
390
+ msgid "Every week on %s at %s"
391
+ msgstr ""
392
+
378
393
  msgid "Execute the job later, at a scheduled time."
379
394
  msgstr ""
380
395
 
@@ -735,6 +750,9 @@ msgstr "조직 "
735
750
  msgid "Override the description format from the template for this invocation only"
736
751
  msgstr "이 호출에 대한 템플릿에서만 설명 형식 덮어쓰기"
737
752
 
753
+ msgid "Override the global time to pickup interval for this invocation only"
754
+ msgstr ""
755
+
738
756
  msgid "Override the timeout interval from the template for this invocation only"
739
757
  msgstr ""
740
758
 
@@ -762,9 +780,24 @@ msgstr ""
762
780
  msgid "Perform no more executions after this time"
763
781
  msgstr "이 시간 이후 더 이상 실행을 수행하지 않음"
764
782
 
783
+ msgid "Please enter a search query"
784
+ msgstr ""
785
+
786
+ msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
787
+ msgstr ""
788
+
765
789
  msgid "Please refine your search."
766
790
  msgstr ""
767
791
 
792
+ msgid "Please select at least one host"
793
+ msgstr ""
794
+
795
+ msgid "Please select at least one host collection"
796
+ msgstr ""
797
+
798
+ msgid "Please select at least one host group"
799
+ msgstr ""
800
+
768
801
  msgid "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port."
769
802
  msgstr ""
770
803
 
@@ -906,6 +939,12 @@ msgstr "작업 실행"
906
939
  msgid "Run Puppet Once"
907
940
  msgstr ""
908
941
 
942
+ msgid "Run Script"
943
+ msgstr ""
944
+
945
+ msgid "Run a script"
946
+ msgstr ""
947
+
909
948
  msgid "Run at most N tasks at a time"
910
949
  msgstr "한 번에 최대 N개 태스크 실행"
911
950
 
@@ -1056,6 +1095,9 @@ msgstr ""
1056
1095
  msgid "Starts"
1057
1096
  msgstr "시작 "
1058
1097
 
1098
+ msgid "Starts Before"
1099
+ msgstr ""
1100
+
1059
1101
  msgid "Starts at"
1060
1102
  msgstr ""
1061
1103
 
@@ -1237,7 +1279,7 @@ msgstr "형태"
1237
1279
  msgid "Type has impact on when is the query evaluated to hosts."
1238
1280
  msgstr ""
1239
1281
 
1240
- msgid "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it</li></ul>"
1282
+ msgid "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>"
1241
1283
  msgstr ""
1242
1284
 
1243
1285
  msgid "Type of execution"
@@ -1393,7 +1435,7 @@ msgstr "렌더링 도중 오류가 발생했습니다: %s"
1393
1435
  msgid "evaluates just after you submit this form"
1394
1436
  msgstr ""
1395
1437
 
1396
- msgid "evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it"
1438
+ msgid "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it"
1397
1439
  msgstr ""
1398
1440
 
1399
1441
  msgid "failed"
@@ -1477,5 +1519,8 @@ msgstr ""
1477
1519
  msgid "using Smart Proxy"
1478
1520
  msgstr ""
1479
1521
 
1522
+ msgid "view host names"
1523
+ msgstr ""
1524
+
1480
1525
  msgid "yes"
1481
1526
  msgstr "예"
@@ -27,6 +27,9 @@ msgstr "%s atrás"
27
27
  msgid "%s job has been invoked"
28
28
  msgstr "%s trabalho foi invocado"
29
29
 
30
+ msgid "%s more"
31
+ msgstr ""
32
+
30
33
  msgid "%{description} on %{host}"
31
34
  msgstr "%{description} em %{host}"
32
35
 
@@ -36,9 +39,6 @@ msgstr ""
36
39
  msgid "'Starts before' date must in the future"
37
40
  msgstr ""
38
41
 
39
- msgid ", and %s more"
40
- msgstr ", e %s mais"
41
-
42
42
  msgid "...and %s more"
43
43
  msgstr "...e %s mais"
44
44
 
@@ -98,6 +98,9 @@ msgstr "Campos avançados"
98
98
  msgid "After"
99
99
  msgstr ""
100
100
 
101
+ msgid "After %s occurences"
102
+ msgstr ""
103
+
101
104
  msgid "All fields are required."
102
105
  msgstr "Todos os campos são obrigatórios."
103
106
 
@@ -155,8 +158,8 @@ msgstr "Não é possível especificar tanto bookmark_id quanto search_query"
155
158
  msgid "Categories list failed with:"
156
159
  msgstr "A lista de categorias falhou:"
157
160
 
158
- msgid "Category and Template"
159
- msgstr "Categoria e modelo"
161
+ msgid "Category and template"
162
+ msgstr ""
160
163
 
161
164
  msgid "Choose a job template that is pre-selected in job invocation form"
162
165
  msgstr "Escolha um template de trabalho pré-selecionado no formulário de invocação de trabalho"
@@ -167,8 +170,8 @@ msgstr "Dependência circular detectada em conjunto de entradas externas '%{temp
167
170
  msgid "Cleanup working directories"
168
171
  msgstr "Limpeza dos diretórios de trabalho"
169
172
 
170
- msgid "Clear filters"
171
- msgstr "Filtros transparentes"
173
+ msgid "Clear all filters"
174
+ msgstr ""
172
175
 
173
176
  msgid "Clear input"
174
177
  msgstr ""
@@ -377,6 +380,18 @@ msgstr "Erros:"
377
380
  msgid "Evaluated at:"
378
381
  msgstr "Avaliado(a) em:"
379
382
 
383
+ msgid "Every day at %s"
384
+ msgstr ""
385
+
386
+ msgid "Every hour at minute %s"
387
+ msgstr ""
388
+
389
+ msgid "Every month on %s at %s"
390
+ msgstr ""
391
+
392
+ msgid "Every week on %s at %s"
393
+ msgstr ""
394
+
380
395
  msgid "Execute the job later, at a scheduled time."
381
396
  msgstr ""
382
397
 
@@ -737,6 +752,9 @@ msgstr "Organização"
737
752
  msgid "Override the description format from the template for this invocation only"
738
753
  msgstr "Substituir o formato de descrição do template somente para esta invocação"
739
754
 
755
+ msgid "Override the global time to pickup interval for this invocation only"
756
+ msgstr ""
757
+
740
758
  msgid "Override the timeout interval from the template for this invocation only"
741
759
  msgstr "Substituir o intervalo de tempo limite do limite apenas para esta invocação"
742
760
 
@@ -764,9 +782,24 @@ msgstr "Realizar uma única execução de Puppet"
764
782
  msgid "Perform no more executions after this time"
765
783
  msgstr "Não desempenhar execuções depois deste período"
766
784
 
785
+ msgid "Please enter a search query"
786
+ msgstr ""
787
+
788
+ msgid "Please go back to \\\"Schedule\\\" - \\\"Future execution\\\" step to fix the error"
789
+ msgstr ""
790
+
767
791
  msgid "Please refine your search."
768
792
  msgstr "Por favor, refine sua busca."
769
793
 
794
+ msgid "Please select at least one host"
795
+ msgstr ""
796
+
797
+ msgid "Please select at least one host collection"
798
+ msgstr ""
799
+
800
+ msgid "Please select at least one host group"
801
+ msgstr ""
802
+
770
803
  msgid "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port."
771
804
  msgstr "Porta a ser usada para comunicação SSH. Porta padrão 22. Você pode substituir por host configurando um parâmetro chamado remote_execution_ssh_port."
772
805
 
@@ -908,6 +941,12 @@ msgstr "Executar Trabalho"
908
941
  msgid "Run Puppet Once"
909
942
  msgstr "Executar Puppet"
910
943
 
944
+ msgid "Run Script"
945
+ msgstr ""
946
+
947
+ msgid "Run a script"
948
+ msgstr ""
949
+
911
950
  msgid "Run at most N tasks at a time"
912
951
  msgstr "Executar no máximo N tarefas de cada vez "
913
952
 
@@ -1058,6 +1097,9 @@ msgstr "Iniciado em"
1058
1097
  msgid "Starts"
1059
1098
  msgstr "Inicia"
1060
1099
 
1100
+ msgid "Starts Before"
1101
+ msgstr ""
1102
+
1061
1103
  msgid "Starts at"
1062
1104
  msgstr "Começa em"
1063
1105
 
@@ -1241,8 +1283,8 @@ msgstr "Tipo"
1241
1283
  msgid "Type has impact on when is the query evaluated to hosts."
1242
1284
  msgstr "O tipo tem impacto sobre quando a consulta é avaliada para os anfitriões."
1243
1285
 
1244
- msgid "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it</li></ul>"
1245
- msgstr "O tipo impacta em quando a consulta será avaliada em relação aos hosts. <br><ul><li><b>Estático(a)</b> - avalia logo após o envio deste formulário</li><li><b>Dinâmico(a)</b> - avalia um pouco antes da execução ser iniciada, portanto se for planejada no futuro, os hosts de destino definidos podem ser alterados antes disto</li></ul>"
1286
+ msgid "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>"
1287
+ msgstr ""
1246
1288
 
1247
1289
  msgid "Type of execution"
1248
1290
  msgstr ""
@@ -1397,8 +1439,8 @@ msgstr "erro durante renderização: %s"
1397
1439
  msgid "evaluates just after you submit this form"
1398
1440
  msgstr "avalia logo após o envio deste formulário"
1399
1441
 
1400
- msgid "evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it"
1401
- msgstr "avalia pouco antes do início da execução, portanto, se for planejada no futuro, os anfitriões alvo poderão mudar antes"
1442
+ msgid "evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it"
1443
+ msgstr ""
1402
1444
 
1403
1445
  msgid "failed"
1404
1446
  msgstr "falha"
@@ -1481,5 +1523,8 @@ msgstr "usando "
1481
1523
  msgid "using Smart Proxy"
1482
1524
  msgstr "usando o Smart Proxy"
1483
1525
 
1526
+ msgid "view host names"
1527
+ msgstr ""
1528
+
1484
1529
  msgid "yes"
1485
1530
  msgstr "sim"