foreman_remote_execution 13.1.0 → 13.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1000 -973
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +553 -526
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +584 -557
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1043 -1016
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1015 -988
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +886 -859
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +901 -874
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +886 -859
- data/app/controllers/api/v2/job_invocations_controller.rb +1 -0
- data/app/models/job_invocation.rb +23 -0
- data/app/models/job_invocation_composer.rb +2 -0
- data/app/views/api/v2/job_invocations/base.json.rabl +3 -2
- data/app/views/templates/script/package_action.erb +5 -2
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/foreman_remote_execution.po +27 -0
- data/locale/en/foreman_remote_execution.po +27 -0
- data/locale/en_GB/foreman_remote_execution.po +27 -0
- data/locale/es/foreman_remote_execution.po +27 -0
- data/locale/foreman_remote_execution.pot +177 -141
- data/locale/fr/foreman_remote_execution.po +27 -0
- data/locale/ja/foreman_remote_execution.po +27 -0
- data/locale/ka/foreman_remote_execution.po +27 -0
- data/locale/ko/foreman_remote_execution.po +27 -0
- data/locale/pt_BR/foreman_remote_execution.po +27 -0
- data/locale/ru/foreman_remote_execution.po +27 -0
- data/locale/zh_CN/foreman_remote_execution.po +27 -0
- data/locale/zh_TW/foreman_remote_execution.po +27 -0
- data/package.json +2 -1
- data/webpack/JobInvocationDetail/JobInvocationActions.js +134 -3
- data/webpack/JobInvocationDetail/JobInvocationConstants.js +14 -0
- data/webpack/JobInvocationDetail/JobInvocationDetail.scss +5 -2
- data/webpack/JobInvocationDetail/JobInvocationSelectors.js +5 -0
- data/webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js +13 -9
- data/webpack/JobInvocationDetail/JobInvocationToolbarButtons.js +268 -0
- data/webpack/JobInvocationDetail/__tests__/MainInformation.test.js +259 -0
- data/webpack/JobInvocationDetail/__tests__/fixtures.js +117 -0
- data/webpack/JobInvocationDetail/index.js +58 -38
- data/webpack/JobWizard/JobWizardPageRerun.js +16 -11
- data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +8 -6
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext/index.js +2 -0
- data/webpack/__mocks__/foremanReact/components/BreadcrumbBar/index.js +4 -0
- data/webpack/__mocks__/foremanReact/components/Head/index.js +10 -0
- data/webpack/__mocks__/foremanReact/components/HostDetails/DetailsCard/DefaultLoaderEmptyState.js +8 -0
- data/webpack/__mocks__/foremanReact/components/ToastsList/index.js +3 -0
- data/webpack/__mocks__/foremanReact/redux/API/APIActions.js +21 -0
- data/webpack/__mocks__/foremanReact/redux/API/APIConstants.js +7 -0
- data/webpack/__mocks__/foremanReact/redux/API/index.js +14 -0
- data/webpack/__mocks__/foremanReact/redux/middlewares/IntervalMiddleware/index.js +9 -0
- metadata +12 -2
@@ -17,1581 +17,1608 @@
|
|
17
17
|
"domain": "foreman_remote_execution",
|
18
18
|
"plural_forms": "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
"
|
20
|
+
"${d.title} ${d.count} hosts": [
|
21
|
+
""
|
22
22
|
],
|
23
|
-
"
|
24
|
-
"
|
23
|
+
"%s": [
|
24
|
+
"%s"
|
25
25
|
],
|
26
|
-
"
|
27
|
-
"
|
26
|
+
"%s ago": [
|
27
|
+
"Il y a %s"
|
28
28
|
],
|
29
|
-
"
|
30
|
-
"
|
29
|
+
"%s job has been invoked": [
|
30
|
+
"%s job a été invoqué"
|
31
31
|
],
|
32
|
-
"
|
33
|
-
"
|
32
|
+
"%s more": [
|
33
|
+
""
|
34
34
|
],
|
35
|
-
"
|
36
|
-
"
|
35
|
+
"%{description} on %{host}": [
|
36
|
+
"%{description} sur %{host}"
|
37
37
|
],
|
38
|
-
"
|
39
|
-
"
|
38
|
+
"'Starts before' date must be after 'Starts at' date": [
|
39
|
+
""
|
40
40
|
],
|
41
|
-
"
|
42
|
-
"
|
41
|
+
"'Starts before' date must in the future": [
|
42
|
+
""
|
43
43
|
],
|
44
|
-
"
|
45
|
-
"
|
44
|
+
"...and %s more": [
|
45
|
+
"...et %s de plus"
|
46
46
|
],
|
47
|
-
"
|
48
|
-
"
|
47
|
+
"...and %{count} more": [
|
48
|
+
"...et %{count} de plus",
|
49
|
+
"...et %{count} de plus",
|
50
|
+
"...et %{count} de plus"
|
49
51
|
],
|
50
|
-
"
|
51
|
-
"
|
52
|
+
"A comma separated list of input names to be excluded from the foreign template.": [
|
53
|
+
"Une liste des noms d'entrée du modèle externe à exclure, séparées par des virgules."
|
52
54
|
],
|
53
|
-
"
|
54
|
-
"
|
55
|
+
"A comma separated list of input names to be included from the foreign template.": [
|
56
|
+
"Une liste des entrées du modèle externe à inclure, séparées par des virgules."
|
55
57
|
],
|
56
|
-
"
|
57
|
-
"
|
58
|
+
"A job '%{job_name}' has %{status} at %{time}": [
|
59
|
+
"Un job '%{job_name}' a %{status} à %{time}"
|
58
60
|
],
|
59
|
-
"
|
60
|
-
"
|
61
|
+
"A job '%{subject}' has failed": [
|
62
|
+
"Un job '%{subject}' a échoué"
|
61
63
|
],
|
62
|
-
"
|
63
|
-
"
|
64
|
+
"A job '%{subject}' has finished successfully": [
|
65
|
+
"Un job '%{subject}' s'est terminé avec succès"
|
64
66
|
],
|
65
|
-
"
|
66
|
-
"
|
67
|
+
"A notification when a job finishes": [
|
68
|
+
"Une notification quand un job se termine"
|
67
69
|
],
|
68
|
-
"
|
69
|
-
"
|
70
|
+
"A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.": [
|
71
|
+
"Un greffon qui apporte l'exécution distante à Foreman, complétant la fonction de gestion de configuration avec la fonction d'exécution distante."
|
70
72
|
],
|
71
|
-
"
|
72
|
-
"
|
73
|
+
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
74
|
+
"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é."
|
73
75
|
],
|
74
|
-
"
|
75
|
-
"
|
76
|
+
"A user to be used for SSH.": [
|
77
|
+
""
|
76
78
|
],
|
77
|
-
"
|
78
|
-
"
|
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
|
+
"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."
|
79
81
|
],
|
80
|
-
"
|
81
|
-
"
|
82
|
+
"Abort Job": [
|
83
|
+
"Abandonner le job"
|
82
84
|
],
|
83
|
-
"
|
85
|
+
"Access denied": [
|
84
86
|
""
|
85
87
|
],
|
86
|
-
"
|
87
|
-
"
|
88
|
+
"Actions": [
|
89
|
+
"Actions"
|
88
90
|
],
|
89
|
-
"
|
90
|
-
"
|
91
|
+
"Active Filters:": [
|
92
|
+
""
|
91
93
|
],
|
92
|
-
"
|
93
|
-
"
|
94
|
+
"Add Foreign Input Set": [
|
95
|
+
"Ajout d'un jeu de données en entrée externes"
|
94
96
|
],
|
95
|
-
"
|
96
|
-
"
|
97
|
+
"Advanced fields": [
|
98
|
+
"Champs avancés"
|
97
99
|
],
|
98
|
-
"
|
99
|
-
"
|
100
|
+
"After": [
|
101
|
+
""
|
100
102
|
],
|
101
|
-
"
|
102
|
-
"
|
103
|
+
"After %s occurences": [
|
104
|
+
""
|
103
105
|
],
|
104
|
-
"
|
105
|
-
"
|
106
|
+
"All fields are required.": [
|
107
|
+
"Tous les champs sont obligatoires."
|
106
108
|
],
|
107
|
-
"
|
108
|
-
"
|
109
|
+
"Alphabetical": [
|
110
|
+
"Alphabétique"
|
109
111
|
],
|
110
|
-
"
|
111
|
-
"
|
112
|
+
"Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
|
113
|
+
"Nombre de workers dans le pool permettant de gérer l'exécution des jobs d'exécution à distance. Le redémarrage du service dynflowd/foreman-tasks est requis."
|
112
114
|
],
|
113
|
-
"
|
114
|
-
"
|
115
|
+
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
116
|
+
"Une autre interface est déjà définie pour l'exécution distante. Êtes-vous sûrs de vouloir utiliser celle-ci à la place ?"
|
115
117
|
],
|
116
|
-
"
|
117
|
-
"
|
118
|
+
"Any Location": [
|
119
|
+
"Tout emplacement"
|
118
120
|
],
|
119
|
-
"
|
120
|
-
"
|
121
|
+
"Any Organization": [
|
122
|
+
"Toute Organisation"
|
121
123
|
],
|
122
|
-
"
|
123
|
-
"
|
124
|
+
"Apply to": [
|
125
|
+
"Appliquer à"
|
124
126
|
],
|
125
|
-
"
|
126
|
-
"
|
127
|
+
"At": [
|
128
|
+
"À"
|
127
129
|
],
|
128
|
-
"
|
129
|
-
"
|
130
|
+
"At minute": [
|
131
|
+
"À la minute"
|
130
132
|
],
|
131
|
-
"
|
133
|
+
"Awaiting start": [
|
132
134
|
""
|
133
135
|
],
|
134
|
-
"
|
135
|
-
"
|
136
|
+
"Back": [
|
137
|
+
""
|
136
138
|
],
|
137
|
-
"
|
138
|
-
"
|
139
|
+
"Back to Job": [
|
140
|
+
"Retour aux job"
|
139
141
|
],
|
140
|
-
"
|
141
|
-
"
|
142
|
+
"Bookmark": [
|
143
|
+
"Signet"
|
142
144
|
],
|
143
|
-
"
|
144
|
-
"
|
145
|
+
"Can't find Job Invocation for an id %s": [
|
146
|
+
"Impossible de trouver l’invocation de job ayant pour id %s"
|
145
147
|
],
|
146
|
-
"
|
147
|
-
"
|
148
|
+
"Cancel": [
|
149
|
+
""
|
148
150
|
],
|
149
|
-
"
|
150
|
-
"
|
151
|
+
"Cancel Job": [
|
152
|
+
"Annuler la tâche"
|
151
153
|
],
|
152
|
-
"
|
153
|
-
"
|
154
|
+
"Cancel job invocation": [
|
155
|
+
"Annuler le lancement du job"
|
154
156
|
],
|
155
|
-
"
|
156
|
-
"
|
157
|
+
"Canceled:": [
|
158
|
+
""
|
157
159
|
],
|
158
|
-
"
|
159
|
-
"
|
160
|
+
"Cancelled": [
|
161
|
+
"Annulé"
|
160
162
|
],
|
161
|
-
"
|
162
|
-
"
|
163
|
+
"Cannot resolve hosts without a bookmark or search query": [
|
164
|
+
"Impossible de résoudre les hôtes sans un marque page ou une recherche"
|
163
165
|
],
|
164
|
-
"
|
165
|
-
"
|
166
|
+
"Cannot resolve hosts without a user": [
|
167
|
+
"Impossible de résoudre les hôtes sans un utilisateur"
|
166
168
|
],
|
167
|
-
"
|
168
|
-
"
|
169
|
+
"Cannot specify both bookmark_id and search_query": [
|
170
|
+
"Impossible de spécifier simultanément bookmark_id et search_query"
|
169
171
|
],
|
170
|
-
"
|
171
|
-
"
|
172
|
+
"Categories list failed with:": [
|
173
|
+
"La liste de catégories a échoué avec :"
|
172
174
|
],
|
173
|
-
"
|
174
|
-
"
|
175
|
+
"Category and template": [
|
176
|
+
""
|
175
177
|
],
|
176
|
-
"
|
177
|
-
"
|
178
|
+
"Choose a job template that is pre-selected in job invocation form": [
|
179
|
+
"Choisissez un modèle qui soit présélectionné dans le formulaire de requête du job"
|
178
180
|
],
|
179
|
-
"
|
180
|
-
"
|
181
|
+
"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
|
182
|
+
"Dépendance circulaire détectée dans l'ensemble d'entrées externes '%%{template}' -> '%{target_template}'. Pile de modèles : %{templates_stack}"
|
181
183
|
],
|
182
|
-
"
|
183
|
-
"
|
184
|
+
"Cleanup working directories": [
|
185
|
+
"Nettoyage des répertoires de travail"
|
184
186
|
],
|
185
|
-
"
|
186
|
-
"
|
187
|
+
"Clear all filters": [
|
188
|
+
""
|
187
189
|
],
|
188
|
-
"
|
189
|
-
"
|
190
|
+
"Clear input": [
|
191
|
+
""
|
190
192
|
],
|
191
|
-
"
|
192
|
-
"
|
193
|
+
"Clone a provision template": [
|
194
|
+
"Cloner un modèle de job"
|
193
195
|
],
|
194
|
-
"
|
195
|
-
"
|
196
|
+
"Close": [
|
197
|
+
"Fermer"
|
196
198
|
],
|
197
|
-
"
|
198
|
-
"
|
199
|
+
"Cockpit URL": [
|
200
|
+
"URL Cockpit"
|
199
201
|
],
|
200
|
-
"
|
201
|
-
"
|
202
|
+
"Concurrency level": [
|
203
|
+
"Niveau de parallélisme"
|
202
204
|
],
|
203
|
-
"
|
204
|
-
"
|
205
|
+
"Concurrency level limited to": [
|
206
|
+
"Niveau de concurrence limité à"
|
205
207
|
],
|
206
|
-
"
|
207
|
-
"
|
208
|
+
"Connect by IP": [
|
209
|
+
"Connexion via IP"
|
208
210
|
],
|
209
|
-
"
|
210
|
-
"
|
211
|
+
"Control concurrency level and distribution over time": [
|
212
|
+
"Contrôle le niveau de parallélisme et la distribution dans le temps"
|
211
213
|
],
|
212
|
-
"
|
213
|
-
"
|
214
|
+
"Could not display data for job invocation.": [
|
215
|
+
"Impossible d'afficher les données pour le lancement du job."
|
214
216
|
],
|
215
|
-
"
|
216
|
-
"
|
217
|
+
"Could not find any suitable interface for execution": [
|
218
|
+
"Impossible de trouver une interface qui convient pour l'exécution"
|
217
219
|
],
|
218
|
-
"
|
219
|
-
"
|
220
|
+
"Could not render the preview because no host matches the search query.": [
|
221
|
+
"Impossible d'afficher l'aperçu car aucun hôte ne correspond à la recherche."
|
220
222
|
],
|
221
|
-
"
|
222
|
-
"
|
223
|
+
"Could not rerun job %{id} because its template could not be found": [
|
224
|
+
"Impossible de relancer le job %{id} parce que son modèle n'a pas pu être trouvé"
|
223
225
|
],
|
224
|
-
"
|
225
|
-
"
|
226
|
+
"Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
|
227
|
+
"N’a pas pu utiliser de proxy pour le job %{provider}. Considérer configurer %{global_proxy}, %{fallback_proxy}dans les paramètres de configuration"
|
226
228
|
],
|
227
|
-
"
|
228
|
-
"
|
229
|
+
"Could not use any template used in the job invocation": [
|
230
|
+
"Impossible d'utiliser un modèle qui est utilisé pour un lancement de job"
|
229
231
|
],
|
230
|
-
"
|
231
|
-
"
|
232
|
+
"Create": [
|
233
|
+
"Créer"
|
232
234
|
],
|
233
|
-
"
|
234
|
-
"
|
235
|
+
"Create Report": [
|
236
|
+
"Créer un rapport"
|
235
237
|
],
|
236
|
-
"
|
237
|
-
"
|
238
|
+
"Create a foreign input set": [
|
239
|
+
"Créer un jeu de données en entrée externe"
|
238
240
|
],
|
239
|
-
"
|
240
|
-
""
|
241
|
+
"Create a job invocation": [
|
242
|
+
"Créer un lancement de job"
|
241
243
|
],
|
242
|
-
"
|
243
|
-
"
|
244
|
+
"Create a job template": [
|
245
|
+
"Créer un modèle de job"
|
244
246
|
],
|
245
|
-
"
|
246
|
-
"
|
247
|
+
"Create a recurring job": [
|
248
|
+
"Créer un job récurrent"
|
247
249
|
],
|
248
|
-
"
|
250
|
+
"Create report for this job": [
|
251
|
+
"Aucun rapport pour ce job"
|
252
|
+
],
|
253
|
+
"Cron line": [
|
254
|
+
"Ligne Cron"
|
255
|
+
],
|
256
|
+
"Cron line (extended)": [
|
249
257
|
""
|
250
258
|
],
|
251
|
-
"
|
252
|
-
"
|
259
|
+
"Cron line format '1 2 3 4 5', where:": [
|
260
|
+
""
|
253
261
|
],
|
254
|
-
"
|
255
|
-
"
|
262
|
+
"Cronline": [
|
263
|
+
"Cronline"
|
256
264
|
],
|
257
|
-
"
|
258
|
-
"
|
265
|
+
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
266
|
+
""
|
259
267
|
],
|
260
|
-
"
|
261
|
-
"
|
268
|
+
"Current location %{loc_c} is different from job's location %{loc_j}.": [
|
269
|
+
"L’emplacement actuel %{loc_c} est différent de l’emplacement du job %{loc_j}."
|
262
270
|
],
|
263
|
-
"
|
264
|
-
"
|
271
|
+
"Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
|
272
|
+
""
|
265
273
|
],
|
266
|
-
"
|
267
|
-
"
|
274
|
+
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
275
|
+
"L'organisation actuelle %{org_c} est différente de l'organisation du job %{org_j}."
|
268
276
|
],
|
269
|
-
"
|
270
|
-
"
|
277
|
+
"Daily": [
|
278
|
+
"Quotidien"
|
271
279
|
],
|
272
|
-
"
|
273
|
-
"
|
280
|
+
"Days": [
|
281
|
+
"Jours"
|
274
282
|
],
|
275
|
-
"
|
276
|
-
"
|
283
|
+
"Days of week": [
|
284
|
+
"Jours de la semaine"
|
277
285
|
],
|
278
|
-
"
|
279
|
-
"
|
286
|
+
"Default SSH key passphrase": [
|
287
|
+
"Phrase de passe de clé par défaut"
|
280
288
|
],
|
281
|
-
"
|
282
|
-
"
|
289
|
+
"Default SSH password": [
|
290
|
+
"Mot de passe SSH par"
|
283
291
|
],
|
284
|
-
"
|
285
|
-
"
|
292
|
+
"Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
|
293
|
+
"Phrase de passe de clé par défaut à utiliser pour SSH. Vous pouvez remplacer cette valeur par hôte en définissant un paramètre nommé remote_execution_ssh_key_passphrase"
|
286
294
|
],
|
287
|
-
"
|
288
|
-
"
|
295
|
+
"Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
|
296
|
+
"Mot de passe par défaut à utiliser pour SSH. Vous pouvez remplacer cette valeur par hôte en définissant un paramètre nommé remote_execution_ssh_password"
|
289
297
|
],
|
290
|
-
"
|
291
|
-
"
|
298
|
+
"Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.": [
|
299
|
+
"L'utilisateur par défaut pour SSH. Vous pouvez remplacer cette valeur par hôte, en définissant un paramètre nommé remote_execution_ssh_user."
|
292
300
|
],
|
293
|
-
"
|
294
|
-
"
|
301
|
+
"Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user.": [
|
302
|
+
"L'utilisateur par défaut 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."
|
295
303
|
],
|
296
|
-
"
|
297
|
-
"
|
304
|
+
"Delete a foreign input set": [
|
305
|
+
"Supprimer un jeu de données en entrée externe"
|
298
306
|
],
|
299
|
-
"
|
300
|
-
"
|
307
|
+
"Delete a job template": [
|
308
|
+
"Supprimer un modèle de job"
|
301
309
|
],
|
302
|
-
"
|
303
|
-
"
|
310
|
+
"Description": [
|
311
|
+
"Description"
|
304
312
|
],
|
305
|
-
"
|
306
|
-
"
|
313
|
+
"Description Template": [
|
314
|
+
"Modèle de description"
|
307
315
|
],
|
308
|
-
"
|
309
|
-
"
|
316
|
+
"Description template": [
|
317
|
+
"Modèle de description"
|
310
318
|
],
|
311
|
-
"
|
312
|
-
"
|
319
|
+
"Designation of a special purpose": [
|
320
|
+
"Désignation d’un objectif spécial"
|
313
321
|
],
|
314
|
-
"
|
315
|
-
"
|
322
|
+
"Display advanced fields": [
|
323
|
+
"Afficher les champs avancés"
|
316
324
|
],
|
317
|
-
"
|
318
|
-
"
|
325
|
+
"Does not repeat": [
|
326
|
+
"Pas de répétition"
|
319
327
|
],
|
320
|
-
"
|
321
|
-
"
|
328
|
+
"Duplicated inputs detected: %{duplicated_inputs}": [
|
329
|
+
"Entrées dupliquées détectées : %{duplicated_inputs}"
|
322
330
|
],
|
323
|
-
"
|
324
|
-
"
|
331
|
+
"Dynamic Query": [
|
332
|
+
"Requête dynamique"
|
325
333
|
],
|
326
|
-
"
|
327
|
-
"
|
334
|
+
"Dynamic query": [
|
335
|
+
"Requête dynamique"
|
328
336
|
],
|
329
|
-
"
|
330
|
-
"
|
337
|
+
"Edit %s": [
|
338
|
+
"Modifier %s"
|
331
339
|
],
|
332
|
-
"
|
333
|
-
""
|
340
|
+
"Edit Job Template": [
|
341
|
+
"Éditer le modèle de job"
|
334
342
|
],
|
335
|
-
"
|
336
|
-
"
|
343
|
+
"Edit Remote Execution Feature": [
|
344
|
+
"Modifier la capacité d'exécution distante"
|
337
345
|
],
|
338
|
-
"
|
339
|
-
"
|
346
|
+
"Edit job description template": [
|
347
|
+
"Modifier le modèle de description du job"
|
340
348
|
],
|
341
|
-
"
|
342
|
-
"
|
349
|
+
"Effective User": [
|
350
|
+
"Utilisateur effectif"
|
343
351
|
],
|
344
|
-
"
|
345
|
-
"
|
352
|
+
"Effective User Method": [
|
353
|
+
"Méthode d'utilisateur effectif"
|
346
354
|
],
|
347
|
-
"
|
348
|
-
"
|
355
|
+
"Effective user": [
|
356
|
+
"Utilisateur effectif"
|
349
357
|
],
|
350
|
-
"
|
351
|
-
"
|
358
|
+
"Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
|
359
|
+
"La méthode de l'utilisateur effectif \\\"%{current_value}\\\" n'est pas l'une des méthodes de %{valid_methods}"
|
352
360
|
],
|
353
|
-
"
|
354
|
-
"
|
361
|
+
"Effective user options": [
|
362
|
+
"Options pour l'utilisateur effectif"
|
355
363
|
],
|
356
|
-
"
|
357
|
-
"
|
364
|
+
"Effective user password": [
|
365
|
+
"Mot de passe effectif de l'utilisateur"
|
358
366
|
],
|
359
|
-
"
|
360
|
-
"
|
367
|
+
"Effective user password is only applicable for SSH provider. Other providers ignore this field. <br> Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
368
|
+
"Le mot de passe Sudo est uniquement applicable au fournisseur SSH. D'autres fournisseurs ignorent ce champ. <br> Le mot de passe est stocké chiffré dans la base de données jusqu'à la fin du job. Pour les exécutions futures ou récurrentes, il est supprimé après la dernière exécution."
|
361
369
|
],
|
362
|
-
"
|
363
|
-
"
|
370
|
+
"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.": [
|
371
|
+
"Le mot de passe Sudo est uniquement applicable au fournisseur SSH. D'autres fournisseurs ignorent ce champ. Le mot de passe est stocké chiffré dans la base de données jusqu'à la fin du job. Pour les exécutions futures ou récurrentes, il est supprimé après la dernière exécution."
|
364
372
|
],
|
365
|
-
"
|
366
|
-
"
|
373
|
+
"Effective user:": [
|
374
|
+
""
|
367
375
|
],
|
368
|
-
"
|
369
|
-
"
|
376
|
+
"Enable Global Proxy": [
|
377
|
+
"Activer le proxy global"
|
370
378
|
],
|
371
|
-
"
|
372
|
-
"
|
379
|
+
"End time needs to be after start time": [
|
380
|
+
"Heure de fin doit être après l’heure de départ"
|
373
381
|
],
|
374
|
-
"
|
375
|
-
"
|
382
|
+
"Ends": [
|
383
|
+
"Se termine"
|
376
384
|
],
|
377
|
-
"
|
378
|
-
"
|
385
|
+
"Error loading data from proxy": [
|
386
|
+
"Erreur de chargement des données depuis le proxy"
|
379
387
|
],
|
380
|
-
"
|
381
|
-
"
|
388
|
+
"Errors:": [
|
389
|
+
"Erreurs :"
|
382
390
|
],
|
383
|
-
"
|
384
|
-
"
|
391
|
+
"Evaluated at:": [
|
392
|
+
"Évalue le :"
|
385
393
|
],
|
386
|
-
"
|
387
|
-
"
|
394
|
+
"Every day at %s": [
|
395
|
+
""
|
388
396
|
],
|
389
|
-
"
|
397
|
+
"Every hour at minute %s": [
|
390
398
|
""
|
391
399
|
],
|
392
|
-
"
|
400
|
+
"Every month on %s at %s": [
|
393
401
|
""
|
394
402
|
],
|
395
|
-
"
|
396
|
-
"
|
403
|
+
"Every week on %s at %s": [
|
404
|
+
""
|
397
405
|
],
|
398
|
-
"
|
399
|
-
"
|
406
|
+
"Execute the job later, at a scheduled time.": [
|
407
|
+
""
|
400
408
|
],
|
401
|
-
"
|
402
|
-
"
|
409
|
+
"Execute the job now.": [
|
410
|
+
""
|
403
411
|
],
|
404
|
-
"
|
405
|
-
"
|
412
|
+
"Execute the job on a repeating schedule.": [
|
413
|
+
""
|
406
414
|
],
|
407
|
-
"
|
408
|
-
"
|
415
|
+
"Execute the jobs on hosts in randomized order": [
|
416
|
+
"Exécuter les jobs sur les hôtes dans un ordre aléatoire"
|
409
417
|
],
|
410
|
-
"
|
411
|
-
"
|
418
|
+
"Execution": [
|
419
|
+
"Exécution"
|
412
420
|
],
|
413
|
-
"
|
414
|
-
"
|
421
|
+
"Execution order": [
|
422
|
+
"Ordre d'exécution"
|
415
423
|
],
|
416
|
-
"
|
417
|
-
"
|
424
|
+
"Execution ordering": [
|
425
|
+
"Ordre d'exécution"
|
418
426
|
],
|
419
|
-
"
|
420
|
-
"
|
427
|
+
"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>": [
|
428
|
+
"L'ordre d'exécution détermine si les jobs doivent être exécutés sur les hôtes par ordre alphabétique ou par ordre aléatoire. <br><ul><li><b>Ordonnancé</b> - exécute les jobs sur les hôtes par ordre alphabétique </li><li><b>Randomisé</b> - randomise l'ordre dans lequel les tâches sont exécutées sur les hôtes</li></ul>"
|
421
429
|
],
|
422
|
-
"
|
423
|
-
"
|
430
|
+
"Exit status: %s": [
|
431
|
+
"Statut de sortie : %s"
|
424
432
|
],
|
425
|
-
"
|
426
|
-
"
|
433
|
+
"Export a job template to ERB": [
|
434
|
+
"Exporte un modèle de job vers ERB"
|
427
435
|
],
|
428
|
-
"Failed
|
429
|
-
"
|
436
|
+
"Failed": [
|
437
|
+
"Échec"
|
430
438
|
],
|
431
|
-
"
|
432
|
-
"
|
439
|
+
"Failed hosts": [
|
440
|
+
"Hôtes ayant échoué"
|
433
441
|
],
|
434
|
-
"
|
435
|
-
"
|
442
|
+
"Failed rendering template: %s": [
|
443
|
+
"Echec de rendu du modèle : %s"
|
436
444
|
],
|
437
|
-
"
|
438
|
-
"
|
445
|
+
"Failed:": [
|
446
|
+
""
|
439
447
|
],
|
440
|
-
"
|
441
|
-
"
|
448
|
+
"Fallback to Any Proxy": [
|
449
|
+
"Repli sur n'importe quel proxy"
|
442
450
|
],
|
443
|
-
"
|
444
|
-
"
|
451
|
+
"Feature input %{input_name} not defined in template %{template_name}": [
|
452
|
+
"Entrée de la caractéristique %{input_name}non définie dans le modèle %{template_name}"
|
445
453
|
],
|
446
|
-
"
|
447
|
-
"
|
454
|
+
"Fill all required fields in all the steps": [
|
455
|
+
""
|
448
456
|
],
|
449
|
-
"
|
450
|
-
"
|
457
|
+
"Fill all required fields in all the steps to start the job": [
|
458
|
+
""
|
451
459
|
],
|
452
|
-
"
|
453
|
-
"
|
460
|
+
"Filter by host collections": [
|
461
|
+
"Filtrer les collections d'hôtes"
|
454
462
|
],
|
455
|
-
"
|
456
|
-
"
|
463
|
+
"Filter by host groups": [
|
464
|
+
"Filtrer par groupe d’hôtes"
|
457
465
|
],
|
458
|
-
"
|
459
|
-
"
|
466
|
+
"Filter by hosts": [
|
467
|
+
"Filtrer par hôte"
|
460
468
|
],
|
461
|
-
"
|
462
|
-
"
|
469
|
+
"Finished": [
|
470
|
+
"Terminé"
|
463
471
|
],
|
464
|
-
"
|
465
|
-
"
|
472
|
+
"For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
|
473
|
+
""
|
466
474
|
],
|
467
|
-
"
|
468
|
-
"
|
469
|
-
"Tous les proxys %{count} applicables sont hors service. %{proxy_names} tenté",
|
470
|
-
"Tous les proxys %{count} applicables sont hors service. %{proxy_names} tenté"
|
475
|
+
"For example: 1, 2, 3, 4, 5...": [
|
476
|
+
"Par exemple: 1, 2, 3, 4, 5..."
|
471
477
|
],
|
472
|
-
"
|
473
|
-
"
|
478
|
+
"Foreign input set": [
|
479
|
+
"Jeux de données en entrée externes"
|
474
480
|
],
|
475
|
-
"
|
476
|
-
"
|
481
|
+
"Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.": [
|
482
|
+
"Foreman peut exécuter des commandes arbitraires sur des hôtes distants utilisant différents fournisseurs, tels que SSH ou Ansible. La communication passe par le proxy intelligent, de sorte que Foreman n'a pas besoin d'avoir un accès direct aux hôtes cibles et peut évoluer pour contrôler de nombreux hôtes."
|
477
483
|
],
|
478
|
-
"
|
479
|
-
"
|
484
|
+
"Form Job Template": [
|
485
|
+
"Nouveau modèle de job"
|
480
486
|
],
|
481
|
-
"
|
482
|
-
"
|
487
|
+
"Future execution": [
|
488
|
+
""
|
483
489
|
],
|
484
|
-
"
|
485
|
-
"
|
490
|
+
"Get output for a host": [
|
491
|
+
"Récupérer la sortie standard d'un hôte"
|
486
492
|
],
|
487
|
-
"
|
488
|
-
"
|
493
|
+
"Get outputs of hosts in a job": [
|
494
|
+
"Obtenir les sorties des hôtes dans un job"
|
489
495
|
],
|
490
|
-
"
|
491
|
-
"
|
496
|
+
"Get raw output for a host": [
|
497
|
+
"Récupérer la sortie brut d'un hôte"
|
492
498
|
],
|
493
|
-
"
|
494
|
-
"
|
499
|
+
"Has to be a positive number": [
|
500
|
+
"Doit correspondre à un nombre positif"
|
495
501
|
],
|
496
|
-
"
|
497
|
-
"
|
502
|
+
"Hide advanced fields": [
|
503
|
+
"Masquer les champs avancés"
|
498
504
|
],
|
499
|
-
"
|
500
|
-
"
|
505
|
+
"Hide all advanced fields": [
|
506
|
+
"Masquer tous les champs avancés"
|
501
507
|
],
|
502
|
-
"
|
503
|
-
"
|
508
|
+
"Host": [
|
509
|
+
"Hôte"
|
504
510
|
],
|
505
|
-
"
|
506
|
-
"
|
511
|
+
"Host collections": [
|
512
|
+
"Collections d'hôtes"
|
507
513
|
],
|
508
|
-
"
|
509
|
-
"
|
514
|
+
"Host detail": [
|
515
|
+
"Détails de l'hôte"
|
510
516
|
],
|
511
|
-
"
|
512
|
-
"
|
517
|
+
"Host groups": [
|
518
|
+
"Groupes d'hôtes"
|
513
519
|
],
|
514
|
-
"
|
515
|
-
"
|
520
|
+
"Host task": [
|
521
|
+
"Tâche d'hôte"
|
516
522
|
],
|
517
|
-
"
|
518
|
-
"
|
523
|
+
"Host with id '%{id}' was not found": [
|
524
|
+
"L'ID d'hôte '%{id} ' n'a pas été trouvé"
|
519
525
|
],
|
520
|
-
"
|
521
|
-
"
|
526
|
+
"Hosts": [
|
527
|
+
"Hôtes"
|
522
528
|
],
|
523
|
-
"
|
524
|
-
"
|
529
|
+
"Hosts gone missing": [
|
530
|
+
"Hôtes disparus"
|
525
531
|
],
|
526
|
-
"
|
527
|
-
"
|
532
|
+
"Hourly": [
|
533
|
+
"Toutes les heures"
|
528
534
|
],
|
529
|
-
"
|
530
|
-
"
|
535
|
+
"How often the job should occur, in the cron format": [
|
536
|
+
"La fréquence d'exécution du job, au format cron"
|
531
537
|
],
|
532
|
-
"
|
533
|
-
"
|
538
|
+
"Identifier of the Host interface for Remote execution": [
|
539
|
+
"Identifiant de l'interface de l'hôte pour l'exécution à distance"
|
534
540
|
],
|
535
|
-
"
|
536
|
-
"
|
541
|
+
"Immediate execution": [
|
542
|
+
""
|
537
543
|
],
|
538
|
-
"
|
539
|
-
"
|
544
|
+
"Import": [
|
545
|
+
"Importation"
|
540
546
|
],
|
541
|
-
"
|
542
|
-
"
|
547
|
+
"Import a job template from ERB": [
|
548
|
+
"Importe un modèle de job depuis ERB"
|
543
549
|
],
|
544
|
-
"
|
545
|
-
"
|
550
|
+
"In Progress:": [
|
551
|
+
""
|
546
552
|
],
|
547
|
-
"
|
548
|
-
"
|
553
|
+
"Include all inputs from the foreign template": [
|
554
|
+
"Inclut toutes les entrées du modèle étranger"
|
549
555
|
],
|
550
|
-
"
|
551
|
-
"
|
556
|
+
"Indicates that the action should be cancelled if it cannot be started before this time.": [
|
557
|
+
"Indique si l'action doit être annulée si elle ne peut commencer à ce moment là."
|
552
558
|
],
|
553
|
-
"
|
554
|
-
"
|
559
|
+
"Inherit from host parameter": [
|
560
|
+
"Hérité d'un paramètre d’hôte"
|
555
561
|
],
|
556
|
-
"
|
557
|
-
"
|
562
|
+
"Input": [
|
563
|
+
"Entrée"
|
558
564
|
],
|
559
|
-
"
|
560
|
-
"
|
565
|
+
"Input set description": [
|
566
|
+
"Description du jeu de données en entrée"
|
561
567
|
],
|
562
|
-
"
|
563
|
-
"
|
568
|
+
"Inputs to use": [
|
569
|
+
"Les entrées à utiliser"
|
564
570
|
],
|
565
|
-
"
|
566
|
-
"
|
571
|
+
"Interface with the '%s' identifier was specified as a remote execution interface, however the interface was not found on the host. If the interface exists, it needs to be created in Foreman during the registration.": [
|
572
|
+
"L'interface avec l'identifiant '%s' a été spécifiée comme interface d'exécution à distance, mais l'interface n'a pas été trouvée sur l'hôte. Si l'interface existe, elle doit être créée dans Foreman lors de l'enregistrement."
|
567
573
|
],
|
568
|
-
"
|
569
|
-
"
|
574
|
+
"Internal proxy selector can only be used if Katello is enabled": [
|
575
|
+
"Le sélecteur de proxy interne ne peut être utilisé que si Katello est activé"
|
570
576
|
],
|
571
|
-
"
|
572
|
-
"
|
577
|
+
"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
|
578
|
+
""
|
573
579
|
],
|
574
|
-
"
|
575
|
-
"
|
580
|
+
"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": [
|
581
|
+
""
|
576
582
|
],
|
577
|
-
"
|
578
|
-
"
|
583
|
+
"Invalid date": [
|
584
|
+
"Chemin invalide"
|
579
585
|
],
|
580
|
-
"
|
581
|
-
"
|
586
|
+
"Invalid time format": [
|
587
|
+
"intervalle de temps invalide"
|
582
588
|
],
|
583
|
-
"
|
584
|
-
"
|
589
|
+
"Invocation type, one of %s": [
|
590
|
+
"Type d'invocation, l'un des suivants %s"
|
585
591
|
],
|
586
|
-
"
|
587
|
-
"
|
592
|
+
"Job": [
|
593
|
+
"Tâche"
|
588
594
|
],
|
589
|
-
"
|
590
|
-
"
|
595
|
+
"Job Details": [
|
596
|
+
"Détails Job"
|
591
597
|
],
|
592
|
-
"
|
593
|
-
"
|
598
|
+
"Job Invocation": [
|
599
|
+
"Lancement de job"
|
594
600
|
],
|
595
|
-
"
|
596
|
-
"
|
601
|
+
"Job Invocation Report Template": [
|
602
|
+
"Modèle de rapport d’invocation de job"
|
597
603
|
],
|
598
|
-
"
|
599
|
-
"
|
604
|
+
"Job Invocations": [
|
605
|
+
"Invocation de tâches"
|
600
606
|
],
|
601
|
-
"
|
602
|
-
"
|
607
|
+
"Job Task": [
|
608
|
+
"Tâche de job"
|
603
609
|
],
|
604
|
-
"
|
605
|
-
"
|
610
|
+
"Job Templates": [
|
611
|
+
"Modèles de job"
|
606
612
|
],
|
607
|
-
"
|
608
|
-
"
|
613
|
+
"Job cancelled by user": [
|
614
|
+
"Job annulé par l'utilisateur"
|
609
615
|
],
|
610
|
-
"
|
611
|
-
"
|
616
|
+
"Job category": [
|
617
|
+
"Catégorie du job"
|
612
618
|
],
|
613
|
-
"
|
614
|
-
"
|
619
|
+
"Job execution failed": [
|
620
|
+
"Échec d'exécution du job"
|
615
621
|
],
|
616
|
-
"
|
617
|
-
"
|
622
|
+
"Job finished with error": [
|
623
|
+
"Job terminé avec erreur"
|
618
624
|
],
|
619
|
-
"
|
620
|
-
"
|
625
|
+
"Job invocation": [
|
626
|
+
"Invocation de job"
|
621
627
|
],
|
622
|
-
"
|
623
|
-
"
|
628
|
+
"Job invocations": [
|
629
|
+
"Lancement de jobs"
|
624
630
|
],
|
625
|
-
"
|
626
|
-
"
|
631
|
+
"Job invocations detail": [
|
632
|
+
""
|
627
633
|
],
|
628
|
-
"
|
629
|
-
"
|
634
|
+
"Job result": [
|
635
|
+
"Résultat Job"
|
630
636
|
],
|
631
|
-
"
|
632
|
-
"
|
637
|
+
"Job template": [
|
638
|
+
"Modèle de job"
|
633
639
|
],
|
634
|
-
"
|
635
|
-
"
|
640
|
+
"Job template ID to be used for the feature": [
|
641
|
+
"l'ID du modèle de job à utiliser pour cette capacité"
|
636
642
|
],
|
637
|
-
"
|
638
|
-
"
|
643
|
+
"Job template imported successfully.": [
|
644
|
+
"Import du modèle de job réussi."
|
639
645
|
],
|
640
|
-
"
|
641
|
-
"
|
646
|
+
"Job templates": [
|
647
|
+
"Modèles de job"
|
642
648
|
],
|
643
|
-
"
|
644
|
-
"
|
649
|
+
"JobTemplate|Locked": [
|
650
|
+
"Verrouillé"
|
645
651
|
],
|
646
|
-
"
|
647
|
-
"
|
652
|
+
"JobTemplate|Name": [
|
653
|
+
"Nom"
|
648
654
|
],
|
649
|
-
"
|
650
|
-
"
|
655
|
+
"JobTemplate|Snippet": [
|
656
|
+
"Snippet"
|
651
657
|
],
|
652
|
-
"
|
653
|
-
"
|
658
|
+
"Jobs": [
|
659
|
+
"Jobs"
|
654
660
|
],
|
655
|
-
"
|
656
|
-
""
|
661
|
+
"Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
662
|
+
"La phrase de passe de la clé est uniquement applicable au fournisseur SSH. D'autres fournisseurs ignorent ce champ. <br> La phrase de passe est stockée chiffrée dans la base de données jusqu'à la fin du job. Pour les exécutions futures ou récurrentes, elle est supprimée après la dernière exécution."
|
657
663
|
],
|
658
|
-
"
|
659
|
-
"
|
664
|
+
"Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
665
|
+
"La phrase de passe de la clé est uniquement applicable au fournisseur SSH. D'autres fournisseurs ignorent ce champ. La phrase de passe est stockée chiffrée dans la base de données jusqu'à la fin du job. Pour les exécutions futures ou récurrentes, elle est supprimée après la dernière exécution."
|
660
666
|
],
|
661
|
-
"
|
662
|
-
"
|
667
|
+
"Label": [
|
668
|
+
"Balise"
|
663
669
|
],
|
664
|
-
"
|
665
|
-
"
|
670
|
+
"Last execution cancelled": [
|
671
|
+
"La dernière exécution a été annulée"
|
666
672
|
],
|
667
|
-
"
|
668
|
-
"
|
673
|
+
"Last execution failed": [
|
674
|
+
"La dernière exécution a échoué"
|
669
675
|
],
|
670
|
-
"
|
671
|
-
"
|
676
|
+
"Last execution succeeded": [
|
677
|
+
"La dernière exécution a réussi"
|
672
678
|
],
|
673
|
-
"
|
674
|
-
"
|
679
|
+
"Latest Jobs": [
|
680
|
+
"Derniers jobs"
|
675
681
|
],
|
676
|
-
"
|
677
|
-
"
|
682
|
+
"Learn more about this in the documentation.": [
|
683
|
+
"Approfondissez ce sujet dans la documentation."
|
678
684
|
],
|
679
|
-
"
|
680
|
-
"
|
685
|
+
"List available remote execution features for a host": [
|
686
|
+
""
|
681
687
|
],
|
682
|
-
"
|
683
|
-
"
|
688
|
+
"List foreign input sets": [
|
689
|
+
"Afficher les jeux de données en entrée externes"
|
684
690
|
],
|
685
|
-
"
|
686
|
-
"
|
691
|
+
"List job invocations": [
|
692
|
+
"Affiche les jobs lancés"
|
687
693
|
],
|
688
|
-
"
|
689
|
-
"
|
694
|
+
"List job templates": [
|
695
|
+
"Afficher les modèles de job"
|
690
696
|
],
|
691
|
-
"
|
692
|
-
"
|
697
|
+
"List job templates per location": [
|
698
|
+
"Afficher les modèles de job par emplacement"
|
693
699
|
],
|
694
|
-
"
|
695
|
-
"
|
700
|
+
"List job templates per organization": [
|
701
|
+
"Afficher les modèles de job par organisation"
|
696
702
|
],
|
697
|
-
"
|
698
|
-
"
|
703
|
+
"List of proxy IDs to be used for remote execution": [
|
704
|
+
"Liste des ID de proxy à utiliser pour l'exécution à distance"
|
699
705
|
],
|
700
|
-
"
|
701
|
-
"
|
706
|
+
"List remote execution features": [
|
707
|
+
"Affiche les capacités d'exécution distantes"
|
702
708
|
],
|
703
|
-
"
|
704
|
-
"
|
709
|
+
"List template invocations belonging to job invocation": [
|
710
|
+
"Lister les invocations de modèles appartenant à l'appel du job"
|
705
711
|
],
|
706
|
-
"
|
707
|
-
"
|
712
|
+
"Location": [
|
713
|
+
"Emplacement"
|
708
714
|
],
|
709
|
-
"
|
710
|
-
"
|
715
|
+
"Manual selection": [
|
716
|
+
"Sélection manuelle"
|
711
717
|
],
|
712
|
-
"
|
718
|
+
"Minute can only be a number between 0-59": [
|
713
719
|
""
|
714
720
|
],
|
715
|
-
"
|
721
|
+
"Missing the required permissions: ${missingPermissions.join( ', ' )}": [
|
716
722
|
""
|
717
723
|
],
|
718
|
-
"
|
719
|
-
"
|
724
|
+
"Monthly": [
|
725
|
+
"Mensuel"
|
720
726
|
],
|
721
|
-
"
|
722
|
-
"
|
727
|
+
"Must select a bookmark or enter a search query": [
|
728
|
+
"Vous devez choisir un marque page ou saisir une recherche"
|
723
729
|
],
|
724
|
-
"
|
725
|
-
"
|
730
|
+
"N/A": [
|
731
|
+
"Sans objet"
|
726
732
|
],
|
727
|
-
"
|
728
|
-
"
|
733
|
+
"Name": [
|
734
|
+
"Nom"
|
729
735
|
],
|
730
|
-
"
|
731
|
-
""
|
736
|
+
"Never": [
|
737
|
+
"Jamais"
|
732
738
|
],
|
733
|
-
"
|
734
|
-
"
|
739
|
+
"New Job Template": [
|
740
|
+
"Nouveau modèle de job"
|
735
741
|
],
|
736
|
-
"
|
737
|
-
"
|
742
|
+
"New UI": [
|
743
|
+
""
|
738
744
|
],
|
739
|
-
"
|
740
|
-
"
|
745
|
+
"Next": [
|
746
|
+
""
|
741
747
|
],
|
742
|
-
"
|
743
|
-
"
|
748
|
+
"No (override)": [
|
749
|
+
"Non (remplacement)"
|
744
750
|
],
|
745
|
-
"
|
746
|
-
"
|
751
|
+
"No Target Hosts": [
|
752
|
+
"Aucun Hôte cible"
|
747
753
|
],
|
748
|
-
"
|
749
|
-
"
|
754
|
+
"No hosts found.": [
|
755
|
+
"Aucun hôte trouvé."
|
750
756
|
],
|
751
|
-
"
|
752
|
-
"
|
757
|
+
"No jobs available": [
|
758
|
+
"Aucun job disponible"
|
753
759
|
],
|
754
|
-
"
|
755
|
-
"
|
760
|
+
"No results found": [
|
761
|
+
"Aucun résultat"
|
756
762
|
],
|
757
|
-
"
|
758
|
-
"
|
763
|
+
"No template mapped to feature %{feature_name}": [
|
764
|
+
"Aucun modèle n'est en relation avec la fonction %{feature_name}"
|
759
765
|
],
|
760
|
-
"
|
761
|
-
"
|
766
|
+
"Not all required inputs have values. Missing inputs: %s": [
|
767
|
+
"Les entrées n'ont pas toutes des valeurs associées. Les entrées demandant de l'attention : %s"
|
762
768
|
],
|
763
|
-
"
|
764
|
-
"
|
769
|
+
"Not available": [
|
770
|
+
""
|
765
771
|
],
|
766
|
-
"
|
772
|
+
"Not yet": [
|
767
773
|
""
|
768
774
|
],
|
769
|
-
"
|
770
|
-
"
|
775
|
+
"Now": [
|
776
|
+
""
|
771
777
|
],
|
772
|
-
"
|
773
|
-
"
|
774
|
-
"...et %{count} de plus",
|
775
|
-
"...et %{count} de plus"
|
778
|
+
"On": [
|
779
|
+
"Activé"
|
776
780
|
],
|
777
|
-
"
|
778
|
-
"
|
781
|
+
"Only one of feature or job_template_id can be specified": [
|
782
|
+
"Seule une fonctionnalité ou un job_template_id ne peuvent être spécifiés"
|
779
783
|
],
|
780
|
-
"
|
781
|
-
"
|
784
|
+
"Opening job invocation form": [
|
785
|
+
""
|
782
786
|
],
|
783
|
-
"
|
784
|
-
"
|
787
|
+
"Organization": [
|
788
|
+
"Organisation"
|
785
789
|
],
|
786
|
-
"
|
787
|
-
"
|
790
|
+
"Override the description format from the template for this invocation only": [
|
791
|
+
"Remplacer le format de description du modèle pour ce lancement uniquement"
|
788
792
|
],
|
789
|
-
"
|
790
|
-
"
|
793
|
+
"Override the global time to pickup interval for this invocation only": [
|
794
|
+
""
|
791
795
|
],
|
792
|
-
"
|
793
|
-
"
|
796
|
+
"Override the timeout interval from the template for this invocation only": [
|
797
|
+
"Remplacer l'intervalle d'expiration du modèle pour ce lancement uniquement"
|
794
798
|
],
|
795
|
-
"
|
796
|
-
"
|
799
|
+
"Overview": [
|
800
|
+
"Vue d'ensemble"
|
797
801
|
],
|
798
|
-
"
|
799
|
-
"
|
802
|
+
"Overwrite": [
|
803
|
+
"Remplacer"
|
804
|
+
],
|
805
|
+
"Overwrite template if it already exists": [
|
806
|
+
"Remplace le modèle si il existe déjà"
|
807
|
+
],
|
808
|
+
"Password": [
|
809
|
+
"Mot de passe"
|
800
810
|
],
|
801
|
-
"
|
802
|
-
"
|
811
|
+
"Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
812
|
+
"Le mot de passe est stocké sous une forme chiffrée dans la base de données jusqu'à la fin du job. Pour les exécutions futures ou récurrentes, il est supprimé après la dernière exécution."
|
803
813
|
],
|
804
|
-
"
|
805
|
-
"
|
814
|
+
"Pending": [
|
815
|
+
"En attente"
|
806
816
|
],
|
807
|
-
"
|
808
|
-
"
|
817
|
+
"Perform a single Puppet run": [
|
818
|
+
"Effectuer une exécution Puppet unique"
|
809
819
|
],
|
810
|
-
"
|
811
|
-
"
|
820
|
+
"Perform no more executions after this time": [
|
821
|
+
"Ne pas lancer d'autres exécutions après cette date"
|
812
822
|
],
|
813
|
-
"
|
814
|
-
"
|
823
|
+
"Permission Denied": [
|
824
|
+
""
|
815
825
|
],
|
816
|
-
"
|
817
|
-
"
|
826
|
+
"Please enter a search query": [
|
827
|
+
""
|
818
828
|
],
|
819
|
-
"
|
820
|
-
"
|
829
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
830
|
+
""
|
821
831
|
],
|
822
|
-
"
|
823
|
-
"
|
832
|
+
"Please refine your search.": [
|
833
|
+
"Veuillez raffiner votre recherche."
|
824
834
|
],
|
825
|
-
"
|
826
|
-
"
|
835
|
+
"Please request the required permissions listed below from a Foreman administrator:": [
|
836
|
+
""
|
827
837
|
],
|
828
|
-
"
|
829
|
-
"
|
838
|
+
"Please select at least one host": [
|
839
|
+
""
|
830
840
|
],
|
831
|
-
"
|
841
|
+
"Please select at least one host collection": [
|
832
842
|
""
|
833
843
|
],
|
834
|
-
"
|
835
|
-
"
|
844
|
+
"Please select at least one host group": [
|
845
|
+
""
|
836
846
|
],
|
837
|
-
"
|
838
|
-
"
|
847
|
+
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
848
|
+
"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."
|
839
849
|
],
|
840
|
-
"
|
841
|
-
"
|
850
|
+
"Prefer IPv6 over IPv4": [
|
851
|
+
"Favoriser IPv6 par rapport à IPv4"
|
842
852
|
],
|
843
|
-
"
|
844
|
-
"
|
853
|
+
"Preview": [
|
854
|
+
"Prévisualisation"
|
845
855
|
],
|
846
|
-
"
|
847
|
-
"
|
856
|
+
"Preview Hosts": [
|
857
|
+
"Prévisualisation des hôtes"
|
848
858
|
],
|
849
|
-
"
|
850
|
-
"
|
859
|
+
"Preview job description": [
|
860
|
+
"Prévisualisation de la description du job"
|
851
861
|
],
|
852
|
-
"
|
853
|
-
"
|
862
|
+
"Preview templates": [
|
863
|
+
"Modèles de prévisualisation"
|
854
864
|
],
|
855
|
-
"
|
856
|
-
"
|
865
|
+
"Private key passphrase": [
|
866
|
+
"Phrase de passe de la clé privée"
|
857
867
|
],
|
858
|
-
"
|
859
|
-
"
|
868
|
+
"Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
|
869
|
+
"Problème de prévisualisation du modèle : %{error}. Remarquez que vous devez avoir sauvé les changements du modèle d'entrée avant de pouvoir le prévisualiser."
|
860
870
|
],
|
861
|
-
"
|
862
|
-
"
|
871
|
+
"Proceed Anyway": [
|
872
|
+
""
|
863
873
|
],
|
864
|
-
"
|
865
|
-
"
|
874
|
+
"Provider type": [
|
875
|
+
"Type de fournisseur"
|
866
876
|
],
|
867
|
-
"
|
868
|
-
"
|
877
|
+
"Providers and templates": [
|
878
|
+
"Modèles et fournisseurs"
|
869
879
|
],
|
870
|
-
"
|
871
|
-
"
|
880
|
+
"Proxies": [
|
881
|
+
"Proxies"
|
872
882
|
],
|
873
|
-
"
|
874
|
-
"
|
883
|
+
"Purpose": [
|
884
|
+
"Objectif"
|
875
885
|
],
|
876
|
-
"
|
877
|
-
"
|
886
|
+
"Query type": [
|
887
|
+
"Type de requête"
|
878
888
|
],
|
879
|
-
"
|
880
|
-
"
|
889
|
+
"REX job has failed - %s": [
|
890
|
+
"Job REX a échoué - %s"
|
881
891
|
],
|
882
|
-
"
|
883
|
-
"
|
892
|
+
"REX job has finished - %s": [
|
893
|
+
"Job REX est terminé - %s"
|
884
894
|
],
|
885
|
-
"
|
886
|
-
"
|
895
|
+
"REX job has succeeded - %s": [
|
896
|
+
"Job REX a réussi - %s"
|
887
897
|
],
|
888
|
-
"
|
889
|
-
"
|
898
|
+
"REX pull mode": [
|
899
|
+
""
|
890
900
|
],
|
891
|
-
"
|
892
|
-
"
|
901
|
+
"Randomized": [
|
902
|
+
"Randomisé"
|
893
903
|
],
|
894
|
-
"
|
895
|
-
"
|
904
|
+
"Recent jobs": [
|
905
|
+
"Jobs récents"
|
896
906
|
],
|
897
|
-
"
|
898
|
-
"
|
907
|
+
"Recurrence": [
|
908
|
+
"Récurrence"
|
899
909
|
],
|
900
|
-
"
|
901
|
-
"
|
910
|
+
"Recurring execution": [
|
911
|
+
""
|
902
912
|
],
|
903
|
-
"
|
904
|
-
"
|
913
|
+
"Recurring logic": [
|
914
|
+
"Logique récurrente"
|
905
915
|
],
|
906
|
-
"
|
907
|
-
"
|
916
|
+
"Recursive rendering of templates detected": [
|
917
|
+
"Détection de récursion dans le rendu des modèles"
|
908
918
|
],
|
909
|
-
"
|
910
|
-
"
|
919
|
+
"Refresh": [
|
920
|
+
"Réactualiser"
|
911
921
|
],
|
912
922
|
"Remote Execution": [
|
913
923
|
"Exécution distante"
|
914
924
|
],
|
915
|
-
"Proxies": [
|
916
|
-
"Proxies"
|
917
|
-
],
|
918
|
-
"Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them.": [
|
919
|
-
"Choisir tous les proxies d'exécution distante applicables pour ce sous-réseau. Quand plusieurs proxies avec un même fournisseur sont ajoutés, les actions seront réparties sur chacun d'entre eux."
|
920
|
-
],
|
921
|
-
"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
|
922
|
-
"Vous n'êtes pas autorisé à afficher le modèle affecté en cours. La Sauvegarde du formulaire en cours supprimerait l'affectation au modèle."
|
923
|
-
],
|
924
925
|
"Remote Execution Features": [
|
925
926
|
"Capacités d'exécution distantes"
|
926
927
|
],
|
927
|
-
"
|
928
|
-
"
|
929
|
-
],
|
930
|
-
"Edit Remote Execution Feature": [
|
931
|
-
"Modifier la capacité d'exécution distante"
|
932
|
-
],
|
933
|
-
"A job '%{job_name}' has %{status} at %{time}": [
|
934
|
-
"Un job '%{job_name}' a %{status} à %{time}"
|
935
|
-
],
|
936
|
-
"Job result": [
|
937
|
-
"Résultat Job"
|
928
|
+
"Remote Execution Interface": [
|
929
|
+
"Capacités d'exécution distantes"
|
938
930
|
],
|
939
|
-
"
|
940
|
-
"
|
931
|
+
"Remote action:": [
|
932
|
+
"Action distante :"
|
941
933
|
],
|
942
|
-
"
|
943
|
-
"
|
934
|
+
"Remote execution": [
|
935
|
+
"Exécution distante"
|
944
936
|
],
|
945
|
-
"
|
946
|
-
"
|
937
|
+
"Remote execution feature label that should be triggered, job template assigned to this feature will be used": [
|
938
|
+
"Balise de fonctionnalité d'exécution à distance qui doit être déclenchée, le modèle de job affecté à cette fonctionnalité sera utilisé"
|
947
939
|
],
|
948
|
-
"
|
949
|
-
"
|
940
|
+
"Remote execution job": [
|
941
|
+
"Job à exécution distante"
|
950
942
|
],
|
951
|
-
"
|
952
|
-
"
|
943
|
+
"Repeat a maximum of N times": [
|
944
|
+
"Répéter un maximum de N fois"
|
953
945
|
],
|
954
|
-
"
|
955
|
-
"
|
946
|
+
"Repeat amount can only be a positive number": [
|
947
|
+
"Le montant répété ne peut correspondre qu’à un nombre positif"
|
956
948
|
],
|
957
|
-
"
|
958
|
-
"
|
949
|
+
"Repeats": [
|
950
|
+
"Répétitions"
|
959
951
|
],
|
960
|
-
"
|
961
|
-
"
|
952
|
+
"Rerun": [
|
953
|
+
"Relancer"
|
962
954
|
],
|
963
|
-
"
|
964
|
-
"
|
955
|
+
"Rerun failed": [
|
956
|
+
"Échec du relancement"
|
965
957
|
],
|
966
|
-
"
|
967
|
-
"
|
958
|
+
"Rerun job on failed hosts": [
|
959
|
+
"Relancer le job sur les hôtes où il a échoué"
|
968
960
|
],
|
969
|
-
"
|
970
|
-
"
|
961
|
+
"Rerun on %s": [
|
962
|
+
"Relancement le %s"
|
971
963
|
],
|
972
|
-
"
|
973
|
-
"
|
964
|
+
"Rerun on failed hosts": [
|
965
|
+
"Relancer sur les hôtes où le job a échoué"
|
974
966
|
],
|
975
|
-
"
|
976
|
-
"
|
967
|
+
"Rerun the job": [
|
968
|
+
"Relancer le job"
|
977
969
|
],
|
978
|
-
"
|
979
|
-
"
|
970
|
+
"Reset to default": [
|
971
|
+
"Réinitialiser"
|
980
972
|
],
|
981
|
-
"
|
982
|
-
"
|
973
|
+
"Resolves to": [
|
974
|
+
"Résout en"
|
983
975
|
],
|
984
|
-
"
|
985
|
-
"
|
976
|
+
"Results": [
|
977
|
+
"Résultats"
|
986
978
|
],
|
987
|
-
"
|
988
|
-
"
|
979
|
+
"Review details": [
|
980
|
+
"Détails de la revue"
|
989
981
|
],
|
990
|
-
"
|
991
|
-
"
|
982
|
+
"Run": [
|
983
|
+
"Exécuter"
|
992
984
|
],
|
993
|
-
"Job
|
994
|
-
"
|
985
|
+
"Run Job": [
|
986
|
+
"Lancer le job"
|
995
987
|
],
|
996
|
-
"
|
997
|
-
"
|
988
|
+
"Run Puppet Once": [
|
989
|
+
"Lancer Puppet"
|
998
990
|
],
|
999
|
-
"
|
1000
|
-
"
|
991
|
+
"Run Script": [
|
992
|
+
""
|
1001
993
|
],
|
1002
|
-
"
|
1003
|
-
"
|
994
|
+
"Run a script": [
|
995
|
+
""
|
1004
996
|
],
|
1005
|
-
"
|
1006
|
-
"
|
997
|
+
"Run at most N tasks at a time": [
|
998
|
+
"Lance un maximum de N tâches simultanément"
|
1007
999
|
],
|
1008
|
-
"
|
1009
|
-
"
|
1000
|
+
"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
|
1001
|
+
"Effectuer au maximum N tâches à la fois. Si ce paramètre est défini et que le déclenchement par lot du proxy est activé, les tâches sont alors déclenchées sur le proxy smart par lots de taille 1."
|
1010
1002
|
],
|
1011
|
-
"
|
1012
|
-
"
|
1003
|
+
"Run job": [
|
1004
|
+
"Lancer le job"
|
1013
1005
|
],
|
1014
|
-
"
|
1015
|
-
"
|
1006
|
+
"Run on selected hosts": [
|
1007
|
+
""
|
1016
1008
|
],
|
1017
|
-
"
|
1018
|
-
"
|
1009
|
+
"Running": [
|
1010
|
+
"Exécution en cours"
|
1019
1011
|
],
|
1020
|
-
"
|
1021
|
-
"
|
1012
|
+
"SSH Port": [
|
1013
|
+
"Port SSH"
|
1022
1014
|
],
|
1023
|
-
"
|
1024
|
-
"
|
1015
|
+
"SSH User": [
|
1016
|
+
"Utilisateur SSH"
|
1025
1017
|
],
|
1026
|
-
"
|
1027
|
-
"
|
1018
|
+
"SSH provider specific options": [
|
1019
|
+
"Options spécifiques au fournisseur SSH"
|
1028
1020
|
],
|
1029
|
-
"
|
1030
|
-
"
|
1021
|
+
"SSH user": [
|
1022
|
+
""
|
1031
1023
|
],
|
1032
|
-
"
|
1033
|
-
"
|
1024
|
+
"SSH user:": [
|
1025
|
+
""
|
1034
1026
|
],
|
1035
|
-
"
|
1036
|
-
"
|
1027
|
+
"Schedule": [
|
1028
|
+
"Programmer"
|
1037
1029
|
],
|
1038
|
-
"
|
1039
|
-
"
|
1030
|
+
"Schedule Remote Job": [
|
1031
|
+
"Programmer un job à distance"
|
1040
1032
|
],
|
1041
|
-
"
|
1042
|
-
"
|
1033
|
+
"Schedule a job": [
|
1034
|
+
"Planifier un job"
|
1043
1035
|
],
|
1044
|
-
"
|
1045
|
-
"
|
1036
|
+
"Schedule the job for a future time": [
|
1037
|
+
"Planifier le job à une date ultérieure"
|
1046
1038
|
],
|
1047
|
-
"
|
1048
|
-
"
|
1039
|
+
"Schedule the job to start at a later time": [
|
1040
|
+
"Planifier le démarrage du job à une date ultérieure"
|
1049
1041
|
],
|
1050
|
-
"
|
1051
|
-
"
|
1042
|
+
"Schedule type": [
|
1043
|
+
"Type de programmation"
|
1052
1044
|
],
|
1053
|
-
"
|
1054
|
-
"
|
1045
|
+
"Scheduled": [
|
1046
|
+
"Prévu"
|
1055
1047
|
],
|
1056
|
-
"
|
1057
|
-
"
|
1048
|
+
"Scheduled at:": [
|
1049
|
+
""
|
1058
1050
|
],
|
1059
|
-
"
|
1060
|
-
"
|
1051
|
+
"Scheduled to start at": [
|
1052
|
+
"Programmé pour démarrer à"
|
1061
1053
|
],
|
1062
|
-
"
|
1063
|
-
"
|
1054
|
+
"Scheduled to start before": [
|
1055
|
+
"Programmé pour démarrer avant"
|
1064
1056
|
],
|
1065
|
-
"
|
1066
|
-
"
|
1057
|
+
"Scheduled: ${totalHosts} hosts": [
|
1058
|
+
""
|
1067
1059
|
],
|
1068
|
-
"
|
1069
|
-
"
|
1060
|
+
"Script": [
|
1061
|
+
"Script"
|
1070
1062
|
],
|
1071
|
-
"
|
1072
|
-
"
|
1063
|
+
"Scroll to bottom": [
|
1064
|
+
"Faire défiler en bas de page"
|
1073
1065
|
],
|
1074
|
-
"
|
1075
|
-
"
|
1066
|
+
"Scroll to top": [
|
1067
|
+
"Faire défiler en haut de page"
|
1076
1068
|
],
|
1077
|
-
"
|
1078
|
-
"
|
1069
|
+
"Search Query": [
|
1070
|
+
"Requête de recherche"
|
1079
1071
|
],
|
1080
|
-
"
|
1081
|
-
"
|
1072
|
+
"Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.": [
|
1073
|
+
"La recherche pour un proxy d'exécution en dehors des proxies assignés à l'hôte. La recherche sera cantonnée à l'organisation ou à l'emplacement de l'hôte."
|
1082
1074
|
],
|
1083
|
-
"
|
1084
|
-
"
|
1075
|
+
"Search query": [
|
1076
|
+
"Requête de recherche"
|
1085
1077
|
],
|
1086
|
-
"
|
1087
|
-
"
|
1078
|
+
"Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy": [
|
1079
|
+
"Recherche d'un proxy avec exécution distante sur l'hôte, utile quand l'hôte n'a pas de sous-réseau ou que le sous-réseau n'a pas de proxy avec exécution distante"
|
1088
1080
|
],
|
1089
|
-
"
|
1090
|
-
"
|
1081
|
+
"See more details at %s": [
|
1082
|
+
"Plus de détails ici %s"
|
1091
1083
|
],
|
1092
|
-
"
|
1093
|
-
"
|
1084
|
+
"See the last task details": [
|
1085
|
+
"Voir les détails de la dernière tâche"
|
1086
|
+
],
|
1087
|
+
"See the task details": [
|
1088
|
+
"Voir les détails de la tâche"
|
1094
1089
|
],
|
1095
1090
|
"Select a report template used for generating a report for a particular remote execution job": [
|
1096
1091
|
"Sélectionnez un modèle de rapport utilisé pour générer un rapport pour un job d'exécution à distance particulier"
|
1097
1092
|
],
|
1098
|
-
"
|
1099
|
-
"
|
1093
|
+
"Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
|
1094
|
+
"Choisir un fichier ERB à transmettre pour l'import du modèle du job. Le modèle doit contenir les metadata dans le premier commentaire ERB."
|
1100
1095
|
],
|
1101
|
-
"
|
1102
|
-
""
|
1096
|
+
"Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them.": [
|
1097
|
+
"Choisir tous les proxies d'exécution distante applicables pour ce sous-réseau. Quand plusieurs proxies avec un même fournisseur sont ajoutés, les actions seront réparties sur chacun d'entre eux."
|
1103
1098
|
],
|
1104
|
-
"
|
1105
|
-
"
|
1099
|
+
"Select the type of execution": [
|
1100
|
+
""
|
1106
1101
|
],
|
1107
|
-
"
|
1102
|
+
"Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host": [
|
1108
1103
|
""
|
1109
1104
|
],
|
1110
|
-
"
|
1111
|
-
"
|
1105
|
+
"Set SSH key passphrase": [
|
1106
|
+
"Définir Phrase de passe de clé SSH"
|
1112
1107
|
],
|
1113
|
-
"
|
1114
|
-
"
|
1108
|
+
"Set SSH password": [
|
1109
|
+
"Définir Mot de passe SSH"
|
1115
1110
|
],
|
1116
|
-
"
|
1111
|
+
"Set SSH user": [
|
1117
1112
|
""
|
1118
1113
|
],
|
1119
|
-
"
|
1120
|
-
""
|
1114
|
+
"Set password for effective user (using sudo-like mechanisms)": [
|
1115
|
+
"Définir le mot de passe pour l'utilisateur effectif (en utilisant des mécanismes similaires à ceux de Sudo)"
|
1121
1116
|
],
|
1122
|
-
"
|
1117
|
+
"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.": [
|
1123
1118
|
""
|
1124
1119
|
],
|
1125
|
-
"
|
1126
|
-
""
|
1120
|
+
"Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting": [
|
1121
|
+
"Les adresses IP sur les interfaces hôtes doivent-elles être préférées au nom fqdn ? Cela est utile lorsque DNS ne résout pas les noms fqdn correctement. Vous pouvez les remplacer selon les hôtes en définissant un paramètre appelé remote_execution_connect_by_ip. Pour les hôtes à double empilement, vous devez prendre en compte le paramètre remote_execution_connect_by_ip_prefer_ipv6"
|
1127
1122
|
],
|
1128
|
-
"
|
1129
|
-
""
|
1123
|
+
"Should this interface be used for remote execution?": [
|
1124
|
+
"L'interface d'exécution est celle utilisée pour l'exécution distante ?"
|
1130
1125
|
],
|
1131
|
-
"
|
1132
|
-
""
|
1126
|
+
"Show Job status for the hosts": [
|
1127
|
+
"Afficher l'état des jobs pour les hôtes"
|
1133
1128
|
],
|
1134
|
-
"
|
1135
|
-
""
|
1129
|
+
"Show all advanced fields": [
|
1130
|
+
"Afficher tous les champs avancés"
|
1136
1131
|
],
|
1137
|
-
"
|
1138
|
-
""
|
1132
|
+
"Show foreign input set details": [
|
1133
|
+
"Afficher les détails du jeu de données en entrée externe"
|
1139
1134
|
],
|
1140
|
-
"
|
1135
|
+
"Show job invocation": [
|
1136
|
+
"Voir le lancement du job"
|
1137
|
+
],
|
1138
|
+
"Show job template details": [
|
1139
|
+
"Voir les détails d'un modèle de job"
|
1140
|
+
],
|
1141
|
+
"Show remote execution feature": [
|
1142
|
+
"Affiche la capacité d'exécution distante"
|
1143
|
+
],
|
1144
|
+
"Skip to review": [
|
1141
1145
|
""
|
1142
1146
|
],
|
1143
|
-
"
|
1147
|
+
"Skip to review step": [
|
1144
1148
|
""
|
1145
1149
|
],
|
1150
|
+
"Snippet": [
|
1151
|
+
"Snippet"
|
1152
|
+
],
|
1153
|
+
"Start": [
|
1154
|
+
"Démarrer"
|
1155
|
+
],
|
1146
1156
|
"Start job": [
|
1147
1157
|
""
|
1148
1158
|
],
|
1149
|
-
"
|
1150
|
-
""
|
1159
|
+
"Started": [
|
1160
|
+
"Démarré"
|
1151
1161
|
],
|
1152
|
-
"
|
1162
|
+
"Started at:": [
|
1153
1163
|
""
|
1154
1164
|
],
|
1155
|
-
"
|
1156
|
-
""
|
1165
|
+
"Starts": [
|
1166
|
+
"Démarrage"
|
1157
1167
|
],
|
1158
|
-
"
|
1168
|
+
"Starts Before": [
|
1159
1169
|
""
|
1160
1170
|
],
|
1161
|
-
"
|
1162
|
-
""
|
1171
|
+
"Starts at": [
|
1172
|
+
"Démarrage à"
|
1163
1173
|
],
|
1164
|
-
"
|
1165
|
-
""
|
1174
|
+
"Starts before": [
|
1175
|
+
"Démarre avant"
|
1166
1176
|
],
|
1167
|
-
"
|
1168
|
-
"
|
1177
|
+
"State": [
|
1178
|
+
"État"
|
1169
1179
|
],
|
1170
|
-
"
|
1171
|
-
"
|
1180
|
+
"Static Query": [
|
1181
|
+
"Requête statique"
|
1172
1182
|
],
|
1173
|
-
"
|
1174
|
-
"
|
1183
|
+
"Static query": [
|
1184
|
+
"Requête statique"
|
1175
1185
|
],
|
1176
|
-
"
|
1177
|
-
"
|
1186
|
+
"Status": [
|
1187
|
+
"Statut"
|
1178
1188
|
],
|
1179
|
-
"
|
1180
|
-
"
|
1189
|
+
"Submit": [
|
1190
|
+
""
|
1181
1191
|
],
|
1182
|
-
"
|
1183
|
-
"
|
1192
|
+
"Subscribe to all my jobs": [
|
1193
|
+
"Souscrire à tous mes jobs"
|
1184
1194
|
],
|
1185
|
-
"
|
1195
|
+
"Subscribe to my failed jobs": [
|
1196
|
+
"Souscrire à mes jobs ayant échoué"
|
1197
|
+
],
|
1198
|
+
"Subscribe to my succeeded jobs": [
|
1199
|
+
"Souscrire à mes jobs ayant réussi"
|
1200
|
+
],
|
1201
|
+
"Succeeded": [
|
1202
|
+
"Réussie"
|
1203
|
+
],
|
1204
|
+
"Succeeded:": [
|
1186
1205
|
""
|
1187
1206
|
],
|
1188
|
-
"
|
1207
|
+
"Success": [
|
1208
|
+
"Réussi"
|
1209
|
+
],
|
1210
|
+
"Switch to the new job invocation detail UI": [
|
1189
1211
|
""
|
1190
1212
|
],
|
1191
|
-
"
|
1213
|
+
"Sync Job Templates": [
|
1214
|
+
"Modèles de job synchronisés"
|
1215
|
+
],
|
1216
|
+
"System status": [
|
1192
1217
|
""
|
1193
1218
|
],
|
1194
|
-
"
|
1219
|
+
"Systems": [
|
1195
1220
|
""
|
1196
1221
|
],
|
1222
|
+
"Target hosts": [
|
1223
|
+
"Hôtes cibles"
|
1224
|
+
],
|
1197
1225
|
"Target hosts and inputs": [
|
1198
1226
|
"Hôtes cibles et entrées"
|
1199
1227
|
],
|
1200
|
-
"
|
1201
|
-
"
|
1228
|
+
"Target template ID": [
|
1229
|
+
"ID de modèle cible"
|
1202
1230
|
],
|
1203
|
-
"
|
1204
|
-
"
|
1231
|
+
"Target: ": [
|
1232
|
+
"Cible :"
|
1205
1233
|
],
|
1206
|
-
"
|
1207
|
-
""
|
1234
|
+
"Task Details": [
|
1235
|
+
"Détails de la tâche"
|
1208
1236
|
],
|
1209
|
-
"
|
1210
|
-
"
|
1237
|
+
"Task cancelled": [
|
1238
|
+
"Tâche annulée"
|
1211
1239
|
],
|
1212
|
-
"
|
1213
|
-
"
|
1240
|
+
"Template ERB": [
|
1241
|
+
"Modèle ERB"
|
1214
1242
|
],
|
1215
|
-
"
|
1216
|
-
"
|
1243
|
+
"Template Invocation for %s": [
|
1244
|
+
"Invocation de modèle pour %s"
|
1217
1245
|
],
|
1218
|
-
"
|
1219
|
-
"
|
1246
|
+
"Template failed with:": [
|
1247
|
+
"Le modèle à échoué avec :"
|
1220
1248
|
],
|
1221
|
-
"
|
1222
|
-
"
|
1249
|
+
"Template name": [
|
1250
|
+
"Nom de modèle"
|
1223
1251
|
],
|
1224
|
-
"
|
1225
|
-
""
|
1252
|
+
"Template version": [
|
1253
|
+
"Version de modèle"
|
1226
1254
|
],
|
1227
|
-
"
|
1228
|
-
""
|
1255
|
+
"Template with id '%{id}' was not found": [
|
1256
|
+
"Le modèle avec l'ID '%%{id} ' n'a pas été trouvé"
|
1229
1257
|
],
|
1230
|
-
"
|
1258
|
+
"Template:": [
|
1231
1259
|
""
|
1232
1260
|
],
|
1233
|
-
"
|
1234
|
-
""
|
1261
|
+
"Templates list failed with:": [
|
1262
|
+
"La liste des modèles a échoué avec :"
|
1235
1263
|
],
|
1236
|
-
"
|
1264
|
+
"The cron line supports extended cron line syntax. For details please refer to the ": [
|
1237
1265
|
""
|
1238
1266
|
],
|
1239
|
-
"
|
1240
|
-
""
|
1267
|
+
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
1268
|
+
"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}."
|
1241
1269
|
],
|
1242
|
-
"
|
1243
|
-
""
|
1270
|
+
"The execution interface is used for remote execution": [
|
1271
|
+
"L'interface d'exécution est celle utilisée pour l'exécution distante"
|
1244
1272
|
],
|
1245
|
-
"
|
1246
|
-
""
|
1273
|
+
"The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
|
1274
|
+
"La liste définitive des hôtes peut changer car le type de requête est dynamique. Elle sera relancée pendant l'exécution."
|
1247
1275
|
],
|
1248
|
-
"
|
1249
|
-
""
|
1276
|
+
"The job cannot be aborted at the moment.": [
|
1277
|
+
"Impossible d'abandonner le job pour l'instant."
|
1250
1278
|
],
|
1251
|
-
"
|
1252
|
-
""
|
1279
|
+
"The job cannot be cancelled at the moment.": [
|
1280
|
+
"Impossible d'annuler le job pour l'instant."
|
1253
1281
|
],
|
1254
|
-
"
|
1255
|
-
"
|
1282
|
+
"The job could not be cancelled.": [
|
1283
|
+
"Le job n'a pas pu être annulé."
|
1256
1284
|
],
|
1257
|
-
"
|
1258
|
-
"
|
1285
|
+
"The job template to use, parameter is required unless feature was specified": [
|
1286
|
+
"Le modèle de job à utiliser, paramètre obligatoire sauf si la fonction a été spécifiée"
|
1259
1287
|
],
|
1260
|
-
"
|
1261
|
-
"
|
1288
|
+
"The only applicable proxy %{proxy_names} is down": [
|
1289
|
+
"Le seul proxy applicable %{proxy_names} est indisponible",
|
1290
|
+
"Tous les proxys %{count} applicables sont hors service. %{proxy_names} tenté",
|
1291
|
+
"Tous les proxys %{count} applicables sont hors service. %{proxy_names} tenté"
|
1262
1292
|
],
|
1263
|
-
"
|
1264
|
-
""
|
1293
|
+
"The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
|
1294
|
+
"Le modèle %{template_name} en relation avec la fonction %{feature_name} n'est pas accessible par l'utilisateur"
|
1265
1295
|
],
|
1266
|
-
"
|
1267
|
-
"
|
1296
|
+
"There are no available input fields for the selected template.": [
|
1297
|
+
"Il n’y a pas de champs d’entrées disponibles pour le modèle sélectionné."
|
1268
1298
|
],
|
1269
|
-
"
|
1270
|
-
"
|
1299
|
+
"There was an error while updating the status, try refreshing the page.": [
|
1300
|
+
"Il y a eu une erreur lors de la mise à jour du statut, essayez de recharger la page."
|
1271
1301
|
],
|
1272
|
-
"
|
1273
|
-
"
|
1302
|
+
"This can happen if the host is removed or moved to another organization or location after the job was started": [
|
1303
|
+
"Cela peut se produire si l'hôte est supprimé ou déplacé vers une autre organisation ou un autre emplacement après le lancement du job"
|
1274
1304
|
],
|
1275
|
-
"
|
1276
|
-
""
|
1305
|
+
"This template is locked for editing.": [
|
1306
|
+
"Ce modèle est verrouillé contre les modifications."
|
1277
1307
|
],
|
1278
|
-
"
|
1279
|
-
""
|
1308
|
+
"This template is locked. Please clone it to a new template to customize.": [
|
1309
|
+
"Ce modèle est verrouillé. Veuillez le cloner vers un nouveau modèle pour personnaliser ce dernier."
|
1280
1310
|
],
|
1281
|
-
"
|
1282
|
-
""
|
1311
|
+
"This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}.": [
|
1312
|
+
"Ce modèle est utilisé pour générer la description. Les valeurs d'entrée peuvent être utilisées avec la syntaxe %{package}. Vous pouvez aussi inclure la catégorie du job et le nom du modèle avec %{job_category} and %{template_name}."
|
1283
1313
|
],
|
1284
|
-
"
|
1285
|
-
"
|
1314
|
+
"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}.": [
|
1315
|
+
"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}."
|
1286
1316
|
],
|
1287
|
-
"
|
1288
|
-
"
|
1317
|
+
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1318
|
+
"Durée en secondes depuis le démarrage sur l'hôte distant après laquelle le job doit être supprimé."
|
1289
1319
|
],
|
1290
|
-
"
|
1291
|
-
"
|
1320
|
+
"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.": [
|
1321
|
+
""
|
1292
1322
|
],
|
1293
|
-
"
|
1294
|
-
"
|
1323
|
+
"Time to pickup": [
|
1324
|
+
""
|
1295
1325
|
],
|
1296
|
-
"
|
1297
|
-
"
|
1326
|
+
"Timeout to kill": [
|
1327
|
+
"Délai avant suppression"
|
1298
1328
|
],
|
1299
|
-
"
|
1300
|
-
"
|
1329
|
+
"Timeout to kill after": [
|
1330
|
+
"Délai avant suppression après"
|
1301
1331
|
],
|
1302
|
-
"
|
1303
|
-
""
|
1332
|
+
"Toggle DEBUG": [
|
1333
|
+
"Afficher STDOUT"
|
1304
1334
|
],
|
1305
|
-
"
|
1306
|
-
""
|
1335
|
+
"Toggle STDERR": [
|
1336
|
+
"Afficher STDERR"
|
1307
1337
|
],
|
1308
|
-
"
|
1309
|
-
"
|
1338
|
+
"Toggle STDOUT": [
|
1339
|
+
"Afficher STDOUT"
|
1310
1340
|
],
|
1311
|
-
"
|
1312
|
-
""
|
1341
|
+
"Toggle command": [
|
1342
|
+
"Afficher les commandes"
|
1313
1343
|
],
|
1314
|
-
"
|
1315
|
-
""
|
1344
|
+
"Total hosts": [
|
1345
|
+
"Total des hôtes"
|
1316
1346
|
],
|
1317
|
-
"
|
1318
|
-
""
|
1347
|
+
"Try to abort the job on a host without waiting for its result": [
|
1348
|
+
"Essayer d'abandonner le job sur un hôte sans attendre le résultat"
|
1319
1349
|
],
|
1320
|
-
"
|
1321
|
-
""
|
1350
|
+
"Try to abort the job without waiting for the results from the remote hosts": [
|
1351
|
+
"Essayer d'abandonner le job sans attendre les résultats des hôtes distants"
|
1322
1352
|
],
|
1323
|
-
"
|
1324
|
-
"
|
1353
|
+
"Try to cancel the job": [
|
1354
|
+
"Essai d'annulation du job"
|
1325
1355
|
],
|
1326
|
-
"
|
1327
|
-
"
|
1356
|
+
"Try to cancel the job on a host": [
|
1357
|
+
"Essai d'annulation du job sur un hôte"
|
1328
1358
|
],
|
1329
|
-
"
|
1330
|
-
"
|
1359
|
+
"Trying to abort the job": [
|
1360
|
+
"Tentative d'abandon du job"
|
1331
1361
|
],
|
1332
|
-
"
|
1333
|
-
"
|
1362
|
+
"Trying to cancel the job": [
|
1363
|
+
"Tentative d'annulation du job"
|
1334
1364
|
],
|
1335
|
-
"
|
1336
|
-
"
|
1365
|
+
"Type": [
|
1366
|
+
"Type"
|
1337
1367
|
],
|
1338
|
-
"
|
1339
|
-
""
|
1368
|
+
"Type has impact on when is the query evaluated to hosts.": [
|
1369
|
+
"Le type a un impact sur le moment où la requête est évaluée par les hôtes."
|
1340
1370
|
],
|
1341
|
-
"
|
1371
|
+
"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>": [
|
1342
1372
|
""
|
1343
1373
|
],
|
1344
|
-
"
|
1374
|
+
"Type of execution": [
|
1345
1375
|
""
|
1346
1376
|
],
|
1347
|
-
"
|
1348
|
-
""
|
1377
|
+
"Type of query": [
|
1378
|
+
"Type de requête"
|
1349
1379
|
],
|
1350
|
-
"
|
1351
|
-
""
|
1380
|
+
"Unable to create mail notification: %s": [
|
1381
|
+
"Impossible de créer une notification par e-mail : %s"
|
1352
1382
|
],
|
1353
|
-
"
|
1354
|
-
"
|
1383
|
+
"Unable to fetch public key": [
|
1384
|
+
"Impossible de récupérer la clef publique"
|
1355
1385
|
],
|
1356
|
-
"
|
1357
|
-
"
|
1386
|
+
"Unable to remove host from known hosts": [
|
1387
|
+
"Impossible de retirer l'hôte des hôtes connus"
|
1358
1388
|
],
|
1359
|
-
"
|
1360
|
-
""
|
1389
|
+
"Unable to save template. Correct highlighted errors": [
|
1390
|
+
"Impossible de sauver le modèle. Merci de corriger les erreurs en surbrillance"
|
1361
1391
|
],
|
1362
|
-
"
|
1363
|
-
"
|
1392
|
+
"Unknown execution status": [
|
1393
|
+
"État d'exécution inconnu"
|
1364
1394
|
],
|
1365
|
-
"
|
1366
|
-
"
|
1395
|
+
"Unknown input %{input_name} for template %{template_name}": [
|
1396
|
+
"Entrée inconnue %{input_name} pour le modèle %{template_name}"
|
1367
1397
|
],
|
1368
|
-
"
|
1369
|
-
"
|
1398
|
+
"Unknown remote execution feature %s": [
|
1399
|
+
"Fonction d'exécution distante inconnue %s"
|
1370
1400
|
],
|
1371
|
-
"
|
1372
|
-
"
|
1401
|
+
"Unsupported or no operating system found for this host.": [
|
1402
|
+
"Système d'exploitation non supporté ou inexistant pour cet hôte."
|
1373
1403
|
],
|
1374
|
-
"
|
1375
|
-
"
|
1404
|
+
"Update a foreign input set": [
|
1405
|
+
"Mettre à jour un jeu de données en entrée externe"
|
1376
1406
|
],
|
1377
|
-
"
|
1378
|
-
""
|
1407
|
+
"Update a job template": [
|
1408
|
+
"Mise à jour d'un modèle de job"
|
1379
1409
|
],
|
1380
|
-
"
|
1381
|
-
"
|
1410
|
+
"Use default description template": [
|
1411
|
+
"Utiliser le modèle de description par défaut"
|
1382
1412
|
],
|
1383
|
-
"
|
1413
|
+
"Use legacy form": [
|
1384
1414
|
""
|
1385
1415
|
],
|
1386
|
-
"
|
1387
|
-
"
|
1416
|
+
"Use new job wizard": [
|
1417
|
+
""
|
1388
1418
|
],
|
1389
|
-
"
|
1390
|
-
"
|
1419
|
+
"Use old form": [
|
1420
|
+
""
|
1391
1421
|
],
|
1392
|
-
"
|
1393
|
-
"
|
1422
|
+
"User Inputs": [
|
1423
|
+
"Entrées utilisateur"
|
1394
1424
|
],
|
1395
|
-
"
|
1396
|
-
"
|
1425
|
+
"User can not execute job on host %s": [
|
1426
|
+
"L'utilisateur ne peut pas exécuter le job sur l'hôte %s"
|
1397
1427
|
],
|
1398
|
-
"
|
1399
|
-
"
|
1428
|
+
"User can not execute job on infrastructure host %s": [
|
1429
|
+
"L’utilisateur ne peut pas exécuter un job sur un hôte d’infrastructure %s"
|
1400
1430
|
],
|
1401
|
-
"
|
1402
|
-
"
|
1431
|
+
"User can not execute this job template": [
|
1432
|
+
"L'utilisateur ne peut pas exécuter ce modèle de job"
|
1403
1433
|
],
|
1404
|
-
"
|
1405
|
-
"
|
1434
|
+
"User can not execute this job template on %s": [
|
1435
|
+
"L'utilisateur ne peut pas exécuter ce modèle de job sur %s"
|
1406
1436
|
],
|
1407
|
-
"
|
1408
|
-
"
|
1437
|
+
"User input": [
|
1438
|
+
"Entrée utilisateur"
|
1409
1439
|
],
|
1410
|
-
"
|
1411
|
-
"
|
1440
|
+
"Value": [
|
1441
|
+
"Valeur"
|
1412
1442
|
],
|
1413
|
-
"
|
1414
|
-
"
|
1443
|
+
"View all jobs": [
|
1444
|
+
"Voir tous les jobs"
|
1415
1445
|
],
|
1416
|
-
"
|
1417
|
-
""
|
1446
|
+
"View finished jobs": [
|
1447
|
+
"Voir les jobs terminés"
|
1418
1448
|
],
|
1419
|
-
"
|
1420
|
-
""
|
1449
|
+
"View running jobs": [
|
1450
|
+
"Voir les jobs en cours d’exécution"
|
1421
1451
|
],
|
1422
|
-
"
|
1423
|
-
""
|
1452
|
+
"View scheduled jobs": [
|
1453
|
+
"Vois les jobs programmés"
|
1424
1454
|
],
|
1425
|
-
"
|
1426
|
-
"
|
1455
|
+
"Web Console": [
|
1456
|
+
"Console Web"
|
1427
1457
|
],
|
1428
|
-
"
|
1429
|
-
"
|
1458
|
+
"Weekly": [
|
1459
|
+
"Chaque semaine"
|
1430
1460
|
],
|
1431
|
-
"
|
1432
|
-
"
|
1461
|
+
"What command should be used to switch to the effective user. One of %s": [
|
1462
|
+
"La commande qui doit être utilisée pour changer l'utilisateur effectif. En choisir une parmi %s"
|
1433
1463
|
],
|
1434
|
-
"
|
1435
|
-
"
|
1464
|
+
"What user should be used to run the script (using sudo-like mechanisms)": [
|
1465
|
+
"Ce que l'utilisateur devrait utiliser pour lancer le script (comme des mécanismes sudo)"
|
1436
1466
|
],
|
1437
|
-
"
|
1438
|
-
"est
|
1467
|
+
"What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.": [
|
1468
|
+
"Ce que l'utilisateur devrait utiliser pour lancer le script (comme des mécanismes sudo). La valeur par défaut est un paramètre de modèle ou un paramètre global."
|
1439
1469
|
],
|
1440
|
-
"
|
1441
|
-
""
|
1470
|
+
"When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default": [
|
1471
|
+
"Lors de la connexion à l'aide d'une adresse IP, les adresses IPv6 doivent-elles être privilégiées ? Si aucune adresse IPv6 n'est définie, le système revient automatiquement à IPv4. Vous pouvez modifier cette option pour chaque hôte en définissant un paramètre appelé remote_execution_connect_by_ip_prefer_ipv6. Par défaut et pour des raisons de compatibilité, IPv4 sera préféré à IPv6"
|
1442
1472
|
],
|
1443
|
-
"
|
1444
|
-
""
|
1473
|
+
"When enabled, working directories will be removed after task completion. You may override this per host by setting a parameter called remote_execution_cleanup_working_dirs.": [
|
1474
|
+
"Lorsque cette option est activée, les répertoires de travail sont supprimés à la fin de la tâche. Vous pouvez remplacer ce paramètre par hôte en définissant un paramètre appelé remote_execution_cleanup_working_dirs."
|
1445
1475
|
],
|
1446
|
-
"
|
1447
|
-
"
|
1476
|
+
"Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
|
1477
|
+
"Où trouver l'instance du Cockpit pour le bouton de la console Web. Par défaut, aucun bouton n'est affiché."
|
1448
1478
|
],
|
1449
|
-
"
|
1450
|
-
"
|
1479
|
+
"Whether it should be allowed to override the effective user from the invocation form.": [
|
1480
|
+
"Défini s'il est permis de remplacer l'utilisateur depuis formulaire de demande."
|
1451
1481
|
],
|
1452
|
-
"
|
1453
|
-
"
|
1482
|
+
"Whether or not the template is locked for editing": [
|
1483
|
+
"Indique si le modèle peut être modifié"
|
1454
1484
|
],
|
1455
|
-
"
|
1456
|
-
""
|
1485
|
+
"Whether the current user login should be used as the effective user": [
|
1486
|
+
"indique si l'utilisateur actuel doit être utilisé comme utilisateur effectif"
|
1457
1487
|
],
|
1458
|
-
"
|
1459
|
-
"
|
1488
|
+
"Whether to overwrite the template if it already exists": [
|
1489
|
+
"Défini si le modèle doit être remplacé s'il existe déjà"
|
1460
1490
|
],
|
1461
|
-
"
|
1462
|
-
""
|
1491
|
+
"Whether we should sync templates from disk when running db:seed.": [
|
1492
|
+
"Défini si nous devons synchroniser les modèles depuis le disque lors de l'exécution de db:seed."
|
1463
1493
|
],
|
1464
|
-
"
|
1465
|
-
"
|
1494
|
+
"Workers pool size": [
|
1495
|
+
"Taille du pool de workers"
|
1466
1496
|
],
|
1467
|
-
"
|
1468
|
-
"
|
1497
|
+
"Yes (override)": [
|
1498
|
+
"Oui (remplacement)"
|
1469
1499
|
],
|
1470
|
-
"
|
1471
|
-
""
|
1500
|
+
"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
|
1501
|
+
"Vous n'êtes pas autorisé à afficher le modèle affecté en cours. La Sauvegarde du formulaire en cours supprimerait l'affectation au modèle."
|
1472
1502
|
],
|
1473
|
-
"
|
1503
|
+
"You are not authorized to perform this action.": [
|
1474
1504
|
""
|
1475
1505
|
],
|
1476
|
-
"
|
1477
|
-
""
|
1506
|
+
"You have %s results to display. Showing first %s results": [
|
1507
|
+
"Vous avez %s résultats à afficher. Afficher les %s premiers résultats"
|
1478
1508
|
],
|
1479
|
-
"
|
1480
|
-
"
|
1509
|
+
"add an input set for this template to reference a different template inputs": [
|
1510
|
+
"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"
|
1481
1511
|
],
|
1482
|
-
"
|
1483
|
-
"
|
1512
|
+
"cancelled": [
|
1513
|
+
"annulé"
|
1484
1514
|
],
|
1485
|
-
"
|
1486
|
-
"
|
1515
|
+
"default_capsule method missing from SmartProxy": [
|
1516
|
+
"méthode default_capsule manquante dans SmartProxy"
|
1487
1517
|
],
|
1488
|
-
"
|
1518
|
+
"documentation": [
|
1489
1519
|
""
|
1490
1520
|
],
|
1491
|
-
"
|
1492
|
-
"
|
1493
|
-
],
|
1494
|
-
"occurences": [
|
1495
|
-
""
|
1521
|
+
"effective user": [
|
1522
|
+
"utilisateur effectif"
|
1496
1523
|
],
|
1497
|
-
"
|
1498
|
-
""
|
1524
|
+
"error": [
|
1525
|
+
"erreur"
|
1499
1526
|
],
|
1500
|
-
"
|
1501
|
-
""
|
1527
|
+
"error during rendering: %s": [
|
1528
|
+
"Erreurs pendant le rendu : %s"
|
1502
1529
|
],
|
1503
|
-
"
|
1504
|
-
""
|
1530
|
+
"evaluates just after you submit this form": [
|
1531
|
+
"évalue dès que vous soumettez ce formulaire"
|
1505
1532
|
],
|
1506
|
-
"
|
1533
|
+
"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
|
1507
1534
|
""
|
1508
1535
|
],
|
1509
|
-
"
|
1510
|
-
"
|
1536
|
+
"failed": [
|
1537
|
+
"échec"
|
1511
1538
|
],
|
1512
|
-
"
|
1513
|
-
"
|
1539
|
+
"here": [
|
1540
|
+
"ici"
|
1514
1541
|
],
|
1515
|
-
"
|
1516
|
-
"
|
1542
|
+
"host already has an execution interface": [
|
1543
|
+
"L'hôte possède déjà une interface d'exécution"
|
1517
1544
|
],
|
1518
|
-
"
|
1519
|
-
"
|
1545
|
+
"hosts": [
|
1546
|
+
"hôtes"
|
1520
1547
|
],
|
1521
|
-
"
|
1522
|
-
"
|
1548
|
+
"in %s": [
|
1549
|
+
"sur %s"
|
1523
1550
|
],
|
1524
|
-
"
|
1525
|
-
"
|
1551
|
+
"included template '%s' not found": [
|
1552
|
+
"Le modèle inclus %s est introuvable"
|
1526
1553
|
],
|
1527
|
-
"
|
1528
|
-
""
|
1554
|
+
"input macro with name '%s' used, but no input with such name defined for this template": [
|
1555
|
+
"La macro d'entrée au nom '%s' a été utilisée, mais aucune entrée avec ce nom n'est définie pour ce modèle"
|
1529
1556
|
],
|
1530
|
-
"
|
1531
|
-
"
|
1557
|
+
"is day of month (range: 1-31)": [
|
1558
|
+
"est jour du mois (plage: 1-31)"
|
1532
1559
|
],
|
1533
|
-
"
|
1534
|
-
"
|
1560
|
+
"is day of week (range: 0-6)": [
|
1561
|
+
"est jour de la semaine (plage: 0-6)"
|
1535
1562
|
],
|
1536
|
-
"
|
1537
|
-
"
|
1563
|
+
"is hour (range: 0-23)": [
|
1564
|
+
"est heure (plage: 0-23)"
|
1538
1565
|
],
|
1539
|
-
"
|
1540
|
-
"
|
1566
|
+
"is minute (range: 0-59)": [
|
1567
|
+
"est minute (plage: 0-59)"
|
1541
1568
|
],
|
1542
|
-
"
|
1543
|
-
"
|
1569
|
+
"is month (range: 1-12)": [
|
1570
|
+
"est mois (Plage: 1-12)"
|
1544
1571
|
],
|
1545
|
-
"
|
1546
|
-
"
|
1572
|
+
"no": [
|
1573
|
+
"non"
|
1547
1574
|
],
|
1548
|
-
"
|
1549
|
-
"
|
1575
|
+
"occurences": [
|
1576
|
+
""
|
1550
1577
|
],
|
1551
|
-
"
|
1552
|
-
"
|
1578
|
+
"open-help-tooltip-button": [
|
1579
|
+
"open-help-tooltip-button"
|
1553
1580
|
],
|
1554
|
-
"
|
1555
|
-
"
|
1581
|
+
"queued": [
|
1582
|
+
"ajouté en file d'attente"
|
1556
1583
|
],
|
1557
|
-
"
|
1558
|
-
"
|
1584
|
+
"queued to start executing in %{time}": [
|
1585
|
+
"ajouté en file d'attente pour lancer l'exécution dans %{time}"
|
1559
1586
|
],
|
1560
|
-
"
|
1561
|
-
"
|
1587
|
+
"range: 0-59": [
|
1588
|
+
""
|
1562
1589
|
],
|
1563
|
-
"
|
1564
|
-
"
|
1590
|
+
"remove template input set": [
|
1591
|
+
"supprimer un modèles des données en entrée"
|
1565
1592
|
],
|
1566
|
-
"
|
1567
|
-
"
|
1593
|
+
"running %{percent}%%": [
|
1594
|
+
"Exécution en cours %{percent}%%"
|
1568
1595
|
],
|
1569
|
-
"
|
1570
|
-
"
|
1596
|
+
"seconds": [
|
1597
|
+
"secondes"
|
1571
1598
|
],
|
1572
|
-
"
|
1573
|
-
"
|
1599
|
+
"succeeded": [
|
1600
|
+
"réussi"
|
1574
1601
|
],
|
1575
|
-
"
|
1576
|
-
"
|
1602
|
+
"tasks at a time": [
|
1603
|
+
"tâches à la fois"
|
1577
1604
|
],
|
1578
|
-
"
|
1579
|
-
"
|
1605
|
+
"template": [
|
1606
|
+
"modèle"
|
1580
1607
|
],
|
1581
|
-
"
|
1582
|
-
""
|
1608
|
+
"unknown status": [
|
1609
|
+
"état inconnu"
|
1583
1610
|
],
|
1584
|
-
"
|
1585
|
-
""
|
1611
|
+
"using ": [
|
1612
|
+
"à l'aide de "
|
1586
1613
|
],
|
1587
|
-
"
|
1588
|
-
"
|
1614
|
+
"using Smart Proxy": [
|
1615
|
+
"Créer un proxy Smart"
|
1589
1616
|
],
|
1590
|
-
"
|
1617
|
+
"view host names": [
|
1591
1618
|
""
|
1592
1619
|
],
|
1593
|
-
"
|
1594
|
-
"
|
1620
|
+
"yes": [
|
1621
|
+
"oui"
|
1595
1622
|
]
|
1596
1623
|
}
|
1597
1624
|
}
|