foreman_remote_execution 15.0.0 → 15.0.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/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1832 -2
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +176 -11
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +449 -285
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +177 -12
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +177 -12
- data/app/controllers/job_invocations_controller.rb +1 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +178 -13
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +1840 -0
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +176 -11
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +178 -13
- data/locale/foreman_remote_execution.pot +470 -184
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +179 -14
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +179 -14
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +178 -13
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +449 -285
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +178 -13
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +177 -12
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +179 -14
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +177 -12
- metadata +3 -6
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_remote_execution": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_remote_execution
|
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 15.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
|
9
9
|
"Last-Translator": "Claer <transiblu@claer.hammock.fr>, 2016",
|
|
@@ -35,11 +35,14 @@
|
|
|
35
35
|
"%{description} on %{host}": [
|
|
36
36
|
"%{description} sur %{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
|
"La date \\\"Démarrage avant\\\" doit être postérieure à la date \\\"Démarrage à\\\"."
|
|
40
43
|
],
|
|
41
|
-
"'Starts before' date must in the future": [
|
|
42
|
-
"
|
|
44
|
+
"'Starts before' date must be in the future": [
|
|
45
|
+
""
|
|
43
46
|
],
|
|
44
47
|
"...and %s more": [
|
|
45
48
|
"...et %s de plus"
|
|
@@ -73,6 +76,9 @@
|
|
|
73
76
|
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
|
74
77
|
"Une balise spéciale pour le suivi d'un travail récurrent. Il ne peut y avoir qu'un seul job actif avec un objectif donné."
|
|
75
78
|
],
|
|
79
|
+
"A task for this host has not been started": [
|
|
80
|
+
""
|
|
81
|
+
],
|
|
76
82
|
"A user to be used for SSH.": [
|
|
77
83
|
"Utilisateur pour SSH."
|
|
78
84
|
],
|
|
@@ -85,9 +91,15 @@
|
|
|
85
91
|
"Abort Job": [
|
|
86
92
|
"Abandonner le job"
|
|
87
93
|
],
|
|
94
|
+
"Abort task": [
|
|
95
|
+
""
|
|
96
|
+
],
|
|
88
97
|
"Access denied": [
|
|
89
98
|
"Accès refusé"
|
|
90
99
|
],
|
|
100
|
+
"Action": [
|
|
101
|
+
""
|
|
102
|
+
],
|
|
91
103
|
"Actions": [
|
|
92
104
|
"Actions"
|
|
93
105
|
],
|
|
@@ -109,11 +121,14 @@
|
|
|
109
121
|
"All fields are required.": [
|
|
110
122
|
"Tous les champs sont obligatoires."
|
|
111
123
|
],
|
|
124
|
+
"All statuses": [
|
|
125
|
+
""
|
|
126
|
+
],
|
|
112
127
|
"Alphabetical": [
|
|
113
128
|
"Alphabétique"
|
|
114
129
|
],
|
|
115
|
-
"
|
|
116
|
-
"
|
|
130
|
+
"An error occurred while fetching the template invocation details.": [
|
|
131
|
+
""
|
|
117
132
|
],
|
|
118
133
|
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
|
119
134
|
"Une autre interface est déjà définie pour l'exécution distante. Êtes-vous sûrs de vouloir utiliser celle-ci à la place ?"
|
|
@@ -124,9 +139,18 @@
|
|
|
124
139
|
"Any Organization": [
|
|
125
140
|
"Toute Organisation"
|
|
126
141
|
],
|
|
142
|
+
"Any location": [
|
|
143
|
+
""
|
|
144
|
+
],
|
|
145
|
+
"Any organization": [
|
|
146
|
+
""
|
|
147
|
+
],
|
|
127
148
|
"Apply to": [
|
|
128
149
|
"Appliquer à"
|
|
129
150
|
],
|
|
151
|
+
"Are you sure you want to open all invocations in new tabs?": [
|
|
152
|
+
""
|
|
153
|
+
],
|
|
130
154
|
"At": [
|
|
131
155
|
"À"
|
|
132
156
|
],
|
|
@@ -154,18 +178,21 @@
|
|
|
154
178
|
"Cancel Job": [
|
|
155
179
|
"Annuler la tâche"
|
|
156
180
|
],
|
|
181
|
+
"Cancel Task": [
|
|
182
|
+
""
|
|
183
|
+
],
|
|
157
184
|
"Cancel job invocation": [
|
|
158
185
|
"Annuler le lancement du job"
|
|
159
186
|
],
|
|
160
187
|
"Cancel recurring": [
|
|
161
188
|
"Annuler la logique récurrente"
|
|
162
189
|
],
|
|
163
|
-
"Canceled:": [
|
|
164
|
-
"Annulé :"
|
|
165
|
-
],
|
|
166
190
|
"Cancelled": [
|
|
167
191
|
"Annulé"
|
|
168
192
|
],
|
|
193
|
+
"Cancelled:": [
|
|
194
|
+
""
|
|
195
|
+
],
|
|
169
196
|
"Cannot resolve hosts without a bookmark or search query": [
|
|
170
197
|
"Impossible de résoudre les hôtes sans un marque page ou une recherche"
|
|
171
198
|
],
|
|
@@ -205,6 +232,9 @@
|
|
|
205
232
|
"Cockpit URL": [
|
|
206
233
|
"URL Cockpit"
|
|
207
234
|
],
|
|
235
|
+
"Command": [
|
|
236
|
+
""
|
|
237
|
+
],
|
|
208
238
|
"Concurrency level": [
|
|
209
239
|
"Niveau de parallélisme"
|
|
210
240
|
],
|
|
@@ -217,6 +247,9 @@
|
|
|
217
247
|
"Control concurrency level and distribution over time": [
|
|
218
248
|
"Contrôle le niveau de parallélisme et la distribution dans le temps"
|
|
219
249
|
],
|
|
250
|
+
"Copy to clipboard": [
|
|
251
|
+
""
|
|
252
|
+
],
|
|
220
253
|
"Could not abort the job %s: ${response}": [
|
|
221
254
|
"Impossible d'annuler le job %s :${response}"
|
|
222
255
|
],
|
|
@@ -268,6 +301,9 @@
|
|
|
268
301
|
"Create a recurring job": [
|
|
269
302
|
"Créer un job récurrent"
|
|
270
303
|
],
|
|
304
|
+
"Create job": [
|
|
305
|
+
""
|
|
306
|
+
],
|
|
271
307
|
"Create report": [
|
|
272
308
|
"Créer un rapport"
|
|
273
309
|
],
|
|
@@ -286,6 +322,9 @@
|
|
|
286
322
|
"Cronline": [
|
|
287
323
|
"Cronline"
|
|
288
324
|
],
|
|
325
|
+
"Current iteration": [
|
|
326
|
+
""
|
|
327
|
+
],
|
|
289
328
|
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
|
290
329
|
"L'emplacement actuel %s est différent de l'emplacement du job %s. Ce job peut être exécuté sur des hôtes différents."
|
|
291
330
|
],
|
|
@@ -298,9 +337,15 @@
|
|
|
298
337
|
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
|
299
338
|
"L'organisation actuelle %%{org_c} est différente de l'organisation du job %%{org_j}."
|
|
300
339
|
],
|
|
340
|
+
"DEBUG": [
|
|
341
|
+
""
|
|
342
|
+
],
|
|
301
343
|
"Daily": [
|
|
302
344
|
"Quotidien"
|
|
303
345
|
],
|
|
346
|
+
"Date must be in the future": [
|
|
347
|
+
""
|
|
348
|
+
],
|
|
304
349
|
"Days": [
|
|
305
350
|
"Jours"
|
|
306
351
|
],
|
|
@@ -544,6 +589,9 @@
|
|
|
544
589
|
"Host detail": [
|
|
545
590
|
"Détails de l'hôte"
|
|
546
591
|
],
|
|
592
|
+
"Host group": [
|
|
593
|
+
""
|
|
594
|
+
],
|
|
547
595
|
"Host groups": [
|
|
548
596
|
"Groupes d'hôtes"
|
|
549
597
|
],
|
|
@@ -565,6 +613,9 @@
|
|
|
565
613
|
"How often the job should occur, in the cron format": [
|
|
566
614
|
"La fréquence d'exécution du job, au format cron"
|
|
567
615
|
],
|
|
616
|
+
"ID": [
|
|
617
|
+
""
|
|
618
|
+
],
|
|
568
619
|
"Identifier of the Host interface for Remote execution": [
|
|
569
620
|
"Identifiant de l'interface de l'hôte pour l'exécution à distance"
|
|
570
621
|
],
|
|
@@ -577,6 +628,9 @@
|
|
|
577
628
|
"Import a job template from ERB": [
|
|
578
629
|
"Importe un modèle de job depuis ERB"
|
|
579
630
|
],
|
|
631
|
+
"In Progress": [
|
|
632
|
+
""
|
|
633
|
+
],
|
|
580
634
|
"In Progress:": [
|
|
581
635
|
"En cours :"
|
|
582
636
|
],
|
|
@@ -619,6 +673,9 @@
|
|
|
619
673
|
"Invocation type, one of %s": [
|
|
620
674
|
"Type d'invocation, l'un des suivants %s"
|
|
621
675
|
],
|
|
676
|
+
"Iteration limit": [
|
|
677
|
+
""
|
|
678
|
+
],
|
|
622
679
|
"Job": [
|
|
623
680
|
"Tâche"
|
|
624
681
|
],
|
|
@@ -676,6 +733,9 @@
|
|
|
676
733
|
"Job templates": [
|
|
677
734
|
"Modèles de job"
|
|
678
735
|
],
|
|
736
|
+
"Job with id '%{id}' was not found": [
|
|
737
|
+
""
|
|
738
|
+
],
|
|
679
739
|
"JobTemplate|Locked": [
|
|
680
740
|
"Verrouillé"
|
|
681
741
|
],
|
|
@@ -706,6 +766,9 @@
|
|
|
706
766
|
"Last execution succeeded": [
|
|
707
767
|
"La dernière exécution a réussi"
|
|
708
768
|
],
|
|
769
|
+
"Last occurrence": [
|
|
770
|
+
""
|
|
771
|
+
],
|
|
709
772
|
"Latest Jobs": [
|
|
710
773
|
"Derniers jobs"
|
|
711
774
|
],
|
|
@@ -721,6 +784,9 @@
|
|
|
721
784
|
"List foreign input sets": [
|
|
722
785
|
"Afficher les jeux de données en entrée externes"
|
|
723
786
|
],
|
|
787
|
+
"List hosts belonging to job invocation": [
|
|
788
|
+
""
|
|
789
|
+
],
|
|
724
790
|
"List job invocations": [
|
|
725
791
|
"Affiche les jobs lancés"
|
|
726
792
|
],
|
|
@@ -778,24 +844,39 @@
|
|
|
778
844
|
"Next": [
|
|
779
845
|
"Suivant"
|
|
780
846
|
],
|
|
847
|
+
"Next occurrence": [
|
|
848
|
+
""
|
|
849
|
+
],
|
|
781
850
|
"No (override)": [
|
|
782
851
|
"Non (remplacement)"
|
|
783
852
|
],
|
|
853
|
+
"No Results": [
|
|
854
|
+
""
|
|
855
|
+
],
|
|
784
856
|
"No Target Hosts": [
|
|
785
857
|
"Aucun Hôte cible"
|
|
786
858
|
],
|
|
859
|
+
"No hosts found": [
|
|
860
|
+
""
|
|
861
|
+
],
|
|
787
862
|
"No hosts found.": [
|
|
788
863
|
"Aucun hôte trouvé."
|
|
789
864
|
],
|
|
790
865
|
"No jobs available": [
|
|
791
866
|
"Aucun job disponible"
|
|
792
867
|
],
|
|
868
|
+
"No output for the selected filters": [
|
|
869
|
+
""
|
|
870
|
+
],
|
|
793
871
|
"No results found": [
|
|
794
872
|
"Aucun résultat"
|
|
795
873
|
],
|
|
796
874
|
"No template mapped to feature %{feature_name}": [
|
|
797
875
|
"Aucun modèle n'est en relation avec la fonction %%{feature_name}"
|
|
798
876
|
],
|
|
877
|
+
"No user input": [
|
|
878
|
+
""
|
|
879
|
+
],
|
|
799
880
|
"Not all required inputs have values. Missing inputs: %s": [
|
|
800
881
|
"Les entrées n'ont pas toutes des valeurs associées. Les entrées demandant de l'attention : %s"
|
|
801
882
|
],
|
|
@@ -808,12 +889,24 @@
|
|
|
808
889
|
"Now": [
|
|
809
890
|
"Maintenant"
|
|
810
891
|
],
|
|
892
|
+
"OS": [
|
|
893
|
+
""
|
|
894
|
+
],
|
|
811
895
|
"On": [
|
|
812
896
|
"Activé"
|
|
813
897
|
],
|
|
814
898
|
"Only one of feature or job_template_id can be specified": [
|
|
815
899
|
"Seule une fonctionnalité ou un job_template_id ne peuvent être spécifiés"
|
|
816
900
|
],
|
|
901
|
+
"Open all in new tabs": [
|
|
902
|
+
""
|
|
903
|
+
],
|
|
904
|
+
"Open all invocations in new tabs": [
|
|
905
|
+
""
|
|
906
|
+
],
|
|
907
|
+
"Open in new tab": [
|
|
908
|
+
""
|
|
909
|
+
],
|
|
817
910
|
"Opening job invocation form": [
|
|
818
911
|
"Ouverture du formulaire de lancement du job"
|
|
819
912
|
],
|
|
@@ -859,9 +952,15 @@
|
|
|
859
952
|
"Please enter a search query": [
|
|
860
953
|
"Veuillez saisir une requête de recherche"
|
|
861
954
|
],
|
|
955
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" or \\\\\\\"Recurring execution\\\\\\\" step to fix the error": [
|
|
956
|
+
""
|
|
957
|
+
],
|
|
862
958
|
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
|
863
959
|
"Veuillez retourner à l'étape \\\\\\\"Programme\\\"\\\\ - \\\\\\\"Exécution future\\\"\\\\ pour corriger l'erreur."
|
|
864
960
|
],
|
|
961
|
+
"Please make sure that the Smart Proxy is configured correctly for the Pull provider.": [
|
|
962
|
+
""
|
|
963
|
+
],
|
|
865
964
|
"Please refine your search.": [
|
|
866
965
|
"Veuillez raffiner votre recherche."
|
|
867
966
|
],
|
|
@@ -877,6 +976,9 @@
|
|
|
877
976
|
"Please select at least one host group": [
|
|
878
977
|
"Veuillez sélectionner au moins un groupe d'hôtes"
|
|
879
978
|
],
|
|
979
|
+
"Popups are blocked by your browser. Please allow popups for this site to open all invocations in new tabs.": [
|
|
980
|
+
""
|
|
981
|
+
],
|
|
880
982
|
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
|
881
983
|
"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."
|
|
882
984
|
],
|
|
@@ -889,6 +991,9 @@
|
|
|
889
991
|
"Preview Hosts": [
|
|
890
992
|
"Prévisualisation des hôtes"
|
|
891
993
|
],
|
|
994
|
+
"Preview Template": [
|
|
995
|
+
""
|
|
996
|
+
],
|
|
892
997
|
"Preview job description": [
|
|
893
998
|
"Prévisualisation de la description du job"
|
|
894
999
|
],
|
|
@@ -988,6 +1093,9 @@
|
|
|
988
1093
|
"Repeat amount can only be a positive number": [
|
|
989
1094
|
"Le montant répété ne peut correspondre qu’à un nombre positif"
|
|
990
1095
|
],
|
|
1096
|
+
"Repeat until": [
|
|
1097
|
+
""
|
|
1098
|
+
],
|
|
991
1099
|
"Repeats": [
|
|
992
1100
|
"Répétitions"
|
|
993
1101
|
],
|
|
@@ -1009,6 +1117,12 @@
|
|
|
1009
1117
|
"Rerun on failed hosts": [
|
|
1010
1118
|
"Relancer sur les hôtes où le job a échoué"
|
|
1011
1119
|
],
|
|
1120
|
+
"Rerun on succeeded hosts": [
|
|
1121
|
+
""
|
|
1122
|
+
],
|
|
1123
|
+
"Rerun succeeded": [
|
|
1124
|
+
""
|
|
1125
|
+
],
|
|
1012
1126
|
"Rerun successful": [
|
|
1013
1127
|
"Réexécution réussie"
|
|
1014
1128
|
],
|
|
@@ -1072,6 +1186,12 @@
|
|
|
1072
1186
|
"SSH user:": [
|
|
1073
1187
|
"Utilisateur SSH :"
|
|
1074
1188
|
],
|
|
1189
|
+
"STDERR": [
|
|
1190
|
+
""
|
|
1191
|
+
],
|
|
1192
|
+
"STDOUT": [
|
|
1193
|
+
""
|
|
1194
|
+
],
|
|
1075
1195
|
"Schedule": [
|
|
1076
1196
|
"Programmer"
|
|
1077
1197
|
],
|
|
@@ -1195,6 +1315,9 @@
|
|
|
1195
1315
|
"Skip to review step": [
|
|
1196
1316
|
"Passer à l'étape de révision"
|
|
1197
1317
|
],
|
|
1318
|
+
"Smart proxy": [
|
|
1319
|
+
""
|
|
1320
|
+
],
|
|
1198
1321
|
"Snippet": [
|
|
1199
1322
|
"Snippet"
|
|
1200
1323
|
],
|
|
@@ -1255,6 +1378,9 @@
|
|
|
1255
1378
|
"Success": [
|
|
1256
1379
|
"Réussi"
|
|
1257
1380
|
],
|
|
1381
|
+
"Successfully copied to clipboard!": [
|
|
1382
|
+
""
|
|
1383
|
+
],
|
|
1258
1384
|
"Switch to the new job invocation detail UI": [
|
|
1259
1385
|
"Basculer vers la nouvelle interface utilisateur détaillée des appels de tâches"
|
|
1260
1386
|
],
|
|
@@ -1267,6 +1393,9 @@
|
|
|
1267
1393
|
"Systems": [
|
|
1268
1394
|
"Systèmes"
|
|
1269
1395
|
],
|
|
1396
|
+
"Target Hosts": [
|
|
1397
|
+
""
|
|
1398
|
+
],
|
|
1270
1399
|
"Target hosts": [
|
|
1271
1400
|
"Hôtes cibles"
|
|
1272
1401
|
],
|
|
@@ -1276,6 +1405,9 @@
|
|
|
1276
1405
|
"Target template ID": [
|
|
1277
1406
|
"ID de modèle cible"
|
|
1278
1407
|
],
|
|
1408
|
+
"Target:": [
|
|
1409
|
+
""
|
|
1410
|
+
],
|
|
1279
1411
|
"Target: ": [
|
|
1280
1412
|
"Cible :"
|
|
1281
1413
|
],
|
|
@@ -1285,6 +1417,12 @@
|
|
|
1285
1417
|
"Task cancelled": [
|
|
1286
1418
|
"Tâche annulée"
|
|
1287
1419
|
],
|
|
1420
|
+
"Task count": [
|
|
1421
|
+
""
|
|
1422
|
+
],
|
|
1423
|
+
"Task for the host cancelled succesfully": [
|
|
1424
|
+
""
|
|
1425
|
+
],
|
|
1288
1426
|
"Template ERB": [
|
|
1289
1427
|
"Modèle ERB"
|
|
1290
1428
|
],
|
|
@@ -1294,6 +1432,9 @@
|
|
|
1294
1432
|
"Template failed with:": [
|
|
1295
1433
|
"Le modèle à échoué avec :"
|
|
1296
1434
|
],
|
|
1435
|
+
"Template invocation not found": [
|
|
1436
|
+
""
|
|
1437
|
+
],
|
|
1297
1438
|
"Template name": [
|
|
1298
1439
|
"Nom de modèle"
|
|
1299
1440
|
],
|
|
@@ -1315,6 +1456,9 @@
|
|
|
1315
1456
|
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
|
1316
1457
|
"La requête dynamique '%{query}' n'a pas encore été résolue. La liste des hôtes actuelle avec lesquels ils pourraient être résolus peut être vue ici %{here}."
|
|
1317
1458
|
],
|
|
1459
|
+
"The dynamic query is still being processed. You can {viewTheHosts} targeted by the query.": [
|
|
1460
|
+
""
|
|
1461
|
+
],
|
|
1318
1462
|
"The execution interface is used for remote execution": [
|
|
1319
1463
|
"L'interface d'exécution est celle utilisée pour l'exécution distante"
|
|
1320
1464
|
],
|
|
@@ -1333,6 +1477,9 @@
|
|
|
1333
1477
|
"The job template to use, parameter is required unless feature was specified": [
|
|
1334
1478
|
"Le modèle de job à utiliser, paramètre obligatoire sauf si la fonction a été spécifiée"
|
|
1335
1479
|
],
|
|
1480
|
+
"The number of invocations is:": [
|
|
1481
|
+
""
|
|
1482
|
+
],
|
|
1336
1483
|
"The only applicable proxy %{proxy_names} is down": [
|
|
1337
1484
|
"Le seul proxy applicable %%{proxy_names} est indisponible",
|
|
1338
1485
|
"Tous les proxys %{count} applicables sont hors service. %%{proxy_names} tenté",
|
|
@@ -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
|
"Ce modèle est utilisé pour générer la description. <br/>Les valeurs d'entrée peuvent être utilisées avec la syntaxe %{package}.<br/>Vous pouvez aussi inclure la catégorie du job et le nom du modèle <br/> en utilisant %%{job_category} et %%{template_name}."
|
|
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
|
"Durée en secondes depuis le démarrage sur l'hôte distant après laquelle le job doit être supprimé."
|
|
1367
1517
|
],
|
|
@@ -1410,12 +1560,18 @@
|
|
|
1410
1560
|
"Trying to abort the job %s.": [
|
|
1411
1561
|
"J’essaie d'abandonner le job %s ."
|
|
1412
1562
|
],
|
|
1563
|
+
"Trying to abort the task for the host": [
|
|
1564
|
+
""
|
|
1565
|
+
],
|
|
1413
1566
|
"Trying to cancel the job": [
|
|
1414
1567
|
"Tentative d'annulation du job"
|
|
1415
1568
|
],
|
|
1416
1569
|
"Trying to cancel the job %s.": [
|
|
1417
1570
|
"J'essaie d'annuler le travail%s ."
|
|
1418
1571
|
],
|
|
1572
|
+
"Trying to cancel the task for the host": [
|
|
1573
|
+
""
|
|
1574
|
+
],
|
|
1419
1575
|
"Type": [
|
|
1420
1576
|
"Type"
|
|
1421
1577
|
],
|
|
@@ -1440,9 +1596,15 @@
|
|
|
1440
1596
|
"Unable to remove host from known hosts": [
|
|
1441
1597
|
"Impossible de retirer l'hôte des hôtes connus"
|
|
1442
1598
|
],
|
|
1599
|
+
"Unable to run job": [
|
|
1600
|
+
""
|
|
1601
|
+
],
|
|
1443
1602
|
"Unable to save template. Correct highlighted errors": [
|
|
1444
1603
|
"Impossible de sauver le modèle. Merci de corriger les erreurs en surbrillance"
|
|
1445
1604
|
],
|
|
1605
|
+
"Unknown": [
|
|
1606
|
+
""
|
|
1607
|
+
],
|
|
1446
1608
|
"Unknown execution status": [
|
|
1447
1609
|
"État d'exécution inconnu"
|
|
1448
1610
|
],
|
|
@@ -1545,9 +1707,6 @@
|
|
|
1545
1707
|
"Whether we should sync templates from disk when running db:seed.": [
|
|
1546
1708
|
"Défini si nous devons synchroniser les modèles depuis le disque lors de l'exécution de db:seed."
|
|
1547
1709
|
],
|
|
1548
|
-
"Workers pool size": [
|
|
1549
|
-
"Taille du pool de workers"
|
|
1550
|
-
],
|
|
1551
1710
|
"Yes (override)": [
|
|
1552
1711
|
"Oui (remplacement)"
|
|
1553
1712
|
],
|
|
@@ -1560,6 +1719,9 @@
|
|
|
1560
1719
|
"You have %s results to display. Showing first %s results": [
|
|
1561
1720
|
"Vous avez %s résultats à afficher. Afficher les %s premiers résultats"
|
|
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
|
"Ajout d'un jeu d'entrées pour ce modèle pour faire référence à des entrées sur un modèle différent"
|
|
1565
1727
|
],
|
|
@@ -1575,9 +1737,6 @@
|
|
|
1575
1737
|
"effective user": [
|
|
1576
1738
|
"utilisateur effectif"
|
|
1577
1739
|
],
|
|
1578
|
-
"error": [
|
|
1579
|
-
"erreur"
|
|
1580
|
-
],
|
|
1581
1740
|
"error during rendering: %s": [
|
|
1582
1741
|
"Erreurs pendant le rendu : %s"
|
|
1583
1742
|
],
|
|
@@ -1653,6 +1812,9 @@
|
|
|
1653
1812
|
"succeeded": [
|
|
1654
1813
|
"réussi"
|
|
1655
1814
|
],
|
|
1815
|
+
"task aborted succesfully": [
|
|
1816
|
+
""
|
|
1817
|
+
],
|
|
1656
1818
|
"tasks at a time": [
|
|
1657
1819
|
"tâches à la fois"
|
|
1658
1820
|
],
|
|
@@ -1671,6 +1833,9 @@
|
|
|
1671
1833
|
"view host names": [
|
|
1672
1834
|
"afficher les noms d'hôtes"
|
|
1673
1835
|
],
|
|
1836
|
+
"view the hosts": [
|
|
1837
|
+
""
|
|
1838
|
+
],
|
|
1674
1839
|
"yes": [
|
|
1675
1840
|
"oui"
|
|
1676
1841
|
]
|