foreman_ansible 4.0.2 → 4.0.3

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -0,0 +1,847 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_ansible package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Baptiste Agasse <baptiste.agasse@gmail.com>, 2019
8
+ # Florentin Raud <florentin.raud@gmail.com>, 2019
9
+ # Claer <transiblu@claer.hammock.fr>, 2019
10
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2019
11
+ #
12
+ #, fuzzy
13
+ msgid ""
14
+ msgstr ""
15
+ "Project-Id-Version: foreman_ansible 3.0.0\n"
16
+ "Report-Msgid-Bugs-To: \n"
17
+ "POT-Creation-Date: 2019-06-27 17:00+0200\n"
18
+ "PO-Revision-Date: 2018-11-14 21:36+0000\n"
19
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
20
+ "Language-Team: French (https://www.transifex.com/foreman/teams/114/fr/)\n"
21
+ "MIME-Version: 1.0\n"
22
+ "Content-Type: text/plain; charset=UTF-8\n"
23
+ "Content-Transfer-Encoding: 8bit\n"
24
+ "Language: fr\n"
25
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
26
+
27
+ #: ../app/controllers/ansible_roles_controller.rb:35
28
+ msgid "Import of roles successfully finished."
29
+ msgstr "Importation des rôles réussie."
30
+
31
+ #: ../app/controllers/ansible_roles_controller.rb:50
32
+ msgid "No changes in roles detected."
33
+ msgstr "Aucun changement de rôle détecté."
34
+
35
+ #: ../app/controllers/ansible_roles_controller.rb:51
36
+ msgid "No changes in roles detected on %s."
37
+ msgstr "Aucun changement de rôles détecté dans %s."
38
+
39
+ #: ../app/controllers/ansible_variables_controller.rb:39
40
+ msgid "No changes in variables detected on %s."
41
+ msgstr ""
42
+
43
+ #: ../app/controllers/ansible_variables_controller.rb:49
44
+ msgid ""
45
+ "Import of variables successfully finished.\n"
46
+ "Added: #{results[:added].count} \n"
47
+ " Removed: #{results[:obsolete].count} \n"
48
+ "Updated: #{results[:updated].count}"
49
+ msgstr ""
50
+
51
+ #: ../app/controllers/ansible_variables_controller.rb:102
52
+ msgid ""
53
+ "No proxy found to import variables from, ensure that the smart proxy has the"
54
+ " Ansible feature enabled."
55
+ msgstr ""
56
+ "Aucun proxy trouvé pour l'import des variables. Assurez vous qu'un smart "
57
+ "proxy ait la fonction Ansible active."
58
+
59
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:7
60
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:12
61
+ msgid "Show Ansible inventory for hosts"
62
+ msgstr ""
63
+
64
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:8
65
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:13
66
+ msgid "IDs of hosts included in inventory"
67
+ msgstr ""
68
+
69
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:17
70
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:22
71
+ msgid "Show Ansible inventory for hostgroups"
72
+ msgstr ""
73
+
74
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:18
75
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:23
76
+ msgid "IDs of hostgroups included in inventory"
77
+ msgstr ""
78
+
79
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
80
+ msgid "Override match"
81
+ msgstr "Élément conditionnel d'emplacement"
82
+
83
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
84
+ msgid "Override value, required if omit is false"
85
+ msgstr "Remplacer la valeur, requis si Omettre est sur false"
86
+
87
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
88
+ msgid "Create an override value for a specific ansible variable"
89
+ msgstr ""
90
+
91
+ #: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
92
+ msgid "Destroy an override value"
93
+ msgstr "Supprimer une valeur surchargée"
94
+
95
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:18
96
+ msgid "Show role"
97
+ msgstr "Afficher un rôle"
98
+
99
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:22
100
+ msgid "List Ansible roles"
101
+ msgstr "Lister les rôles Ansible"
102
+
103
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:29
104
+ msgid "Deletes Ansible role"
105
+ msgstr "Supprime le rôle Ansible"
106
+
107
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:35
108
+ msgid "Import Ansible roles"
109
+ msgstr "Importer les rôles Ansible"
110
+
111
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
112
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:43
113
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:75
114
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:85
115
+ msgid "Smart Proxy to import from"
116
+ msgstr "Proxy Smart à partir duquel importer"
117
+
118
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:37
119
+ msgid "Ansible role names to import"
120
+ msgstr "Noms de rôle Ansible à importer"
121
+
122
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:42
123
+ msgid "Obsolete Ansible roles"
124
+ msgstr "Rôles Ansible obsolètes"
125
+
126
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
127
+ msgid "Fetch Ansible roles available to be imported"
128
+ msgstr "Récupérer les rôles Ansible disponibles pour importation"
129
+
130
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:50
131
+ msgid "Smart Proxy to fetch from"
132
+ msgstr "Proxy Smart à partir duquel récupérer"
133
+
134
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:73
135
+ msgid "Smart proxy id is required"
136
+ msgstr ""
137
+
138
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:20
139
+ msgid "Show variable"
140
+ msgstr "Afficher la variable"
141
+
142
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:24
143
+ msgid "List Ansible variables"
144
+ msgstr "Afficher les variables Ansible"
145
+
146
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:31
147
+ msgid "Deletes Ansible variable"
148
+ msgstr "Supprimer la variable Ansible"
149
+
150
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
151
+ msgid "Name of variable"
152
+ msgstr "Nom de la variable"
153
+
154
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
155
+ msgid "Role ID"
156
+ msgstr "ID du rôle"
157
+
158
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
159
+ msgid "Default value of variable"
160
+ msgstr "Valeur par défaut de la variable"
161
+
162
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
163
+ msgid "When enabled the parameter is hidden in the UI"
164
+ msgstr "Quand activé, le paramètre est caché dans l'interface"
165
+
166
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
167
+ msgid "The order in which values are resolved"
168
+ msgstr "L'ordre dans lequel les valeurs sont interprétées"
169
+
170
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
171
+ msgid "Description of variable"
172
+ msgstr "Description de la variable"
173
+
174
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
175
+ msgid "Types of validation values"
176
+ msgstr "Types des valeurs pour la validation"
177
+
178
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
179
+ msgid "Used to enforce certain values for the parameter values"
180
+ msgstr "Utilisé pour forcer certaines valeurs pour les valeurs des paramètres"
181
+
182
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
183
+ msgid "Types of variable values"
184
+ msgstr "Types de variables des valeurs"
185
+
186
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
187
+ msgid "Merge all matching values (only array/hash type)"
188
+ msgstr ""
189
+ "Fusionner toutes les valeurs qui correspondent (seulement pour les types "
190
+ "tableau/hachage)"
191
+
192
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
193
+ msgid "Include default value when merging all matching values"
194
+ msgstr ""
195
+ "Inclus la valeur par défaut lors qu'on fusionne les valeurs de concordance"
196
+
197
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:51
198
+ msgid "Remove duplicate values (only array type)"
199
+ msgstr "Supprime les valeurs dupliquées (seulement pour le type tableau)"
200
+
201
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:52
202
+ msgid "Whether to override variable or not"
203
+ msgstr ""
204
+
205
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:56
206
+ msgid "Create Ansible variable"
207
+ msgstr ""
208
+
209
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:63
210
+ msgid "Updates Ansible variable"
211
+ msgstr "Mettre à jour la variable Ansible"
212
+
213
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:73
214
+ msgid ""
215
+ "Import Ansible variables. This will only import variables for already "
216
+ "existing roles, it will not import any new roles"
217
+ msgstr ""
218
+ "Import des variables Ansible. Ceci importera seulement les variables pour "
219
+ "les rôles déjà existants, cela n'importera aucun nouveau rôle."
220
+
221
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:83
222
+ msgid ""
223
+ "Obsolete Ansible variables. This will only obsolete variables for already "
224
+ "existing roles, it will not delete any old roles"
225
+ msgstr ""
226
+
227
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
228
+ msgid "Plays Ansible roles on a hostgroup"
229
+ msgstr "Lit les rôles Ansible dans un groupe d'hôtes"
230
+
231
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:30
232
+ msgid "Plays Ansible roles on hostgroups"
233
+ msgstr "Lit les rôles Ansible dans les groupes d'hôtes"
234
+
235
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:31
236
+ msgid "IDs of hostgroups to play roles on"
237
+ msgstr "ID des groupes d’hôtes sur lesquels jouer des rôles"
238
+
239
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:42
240
+ msgid "List all Ansible roles for a hostgroup"
241
+ msgstr "Lister tous les rôles Ansible pour un groupe d'hôtes"
242
+
243
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:53
244
+ msgid "Assigns Ansible roles to a hostgroup"
245
+ msgstr ""
246
+
247
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:56
248
+ msgid "Ansible roles to assign to a hostgroup"
249
+ msgstr ""
250
+
251
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
252
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
253
+ msgid "IDs of associated ansible roles"
254
+ msgstr "ID des rôles Ansible associés"
255
+
256
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:26
257
+ msgid "Plays Ansible roles on a host"
258
+ msgstr "Lit les rôles Ansible dans un hôte"
259
+
260
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:35
261
+ msgid "Plays Ansible roles on hosts"
262
+ msgstr "Lit les rôles Ansible dans les hôtes"
263
+
264
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:36
265
+ msgid "IDs of hosts to play roles on"
266
+ msgstr "ID des hôtes sur lesquels jouer des rôles"
267
+
268
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:46
269
+ msgid "List all Ansible roles for a host"
270
+ msgstr "Lister tous les rôles Ansible pour un hôte"
271
+
272
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:56
273
+ msgid "Assigns Ansible roles to a host"
274
+ msgstr ""
275
+
276
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_controller_extensions.rb:59
277
+ msgid "Ansible roles to assign to a host"
278
+ msgstr ""
279
+
280
+ #: ../app/controllers/foreman_ansible/concerns/hostgroups_controller_extensions.rb:27
281
+ msgid "Host group has no associated hosts"
282
+ msgstr "Aucun hôte n'est associé au groupe d'hôtes"
283
+
284
+ #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:13
285
+ msgid "There are no Ansible roles to play"
286
+ msgstr "Il n'y a pas de rôle Ansible à lire"
287
+
288
+ #: ../app/controllers/foreman_ansible/concerns/job_invocation_helper.rb:15
289
+ msgid "Could not run Ansible roles for %{host}"
290
+ msgstr "Impossible d'exécuter des rôles pour %{host}"
291
+
292
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
293
+ msgid "Import from %s"
294
+ msgstr "Import depuis %s"
295
+
296
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
297
+ msgid "Ansible Role"
298
+ msgstr "Rôle Ansible"
299
+
300
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
301
+ msgid "Import"
302
+ msgstr "Import"
303
+
304
+ #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
305
+ msgid "%s ago"
306
+ msgstr "Il y a %s"
307
+
308
+ #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
309
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
310
+ msgid "Play Ansible roles"
311
+ msgstr "Lire Rôles Ansible"
312
+
313
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:10
314
+ msgid "Playbook execution failed"
315
+ msgstr "Échec d'exécution de Playbook"
316
+
317
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
318
+ #: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
319
+ msgid "Error loading data from proxy"
320
+ msgstr "Erreur de chargement des données depuis le proxy"
321
+
322
+ #: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
323
+ msgid "Foreman"
324
+ msgstr "Foreman"
325
+
326
+ #: ../app/lib/proxy_api/ansible.rb:27
327
+ msgid "Unable to get roles from Ansible"
328
+ msgstr "Impossible d'obtenir les rôles d'Ansible"
329
+
330
+ #: ../app/lib/proxy_api/ansible.rb:34 ../app/lib/proxy_api/ansible.rb:41
331
+ msgid "Unable to get roles/variables from Ansible"
332
+ msgstr "Impossible d'obtenir les rôles/variables d'Ansible"
333
+
334
+ #: ../app/models/setting/ansible.rb:20
335
+ msgid ""
336
+ "Use this to supply a path to an SSH Private Key that Ansible will use in "
337
+ "lieu of a password Override with \"ansible_ssh_private_key_file\" host "
338
+ "parameter"
339
+ msgstr ""
340
+ "Utilisez ceci pour fournir un chemin à une clé privée SSH qu'Ansible "
341
+ "utilisera au lieu d'un remplacement du mot de passe par le paramètre d'hôte "
342
+ "« ansible_ssh_private_key_file »"
343
+
344
+ #: ../app/models/setting/ansible.rb:25
345
+ msgid "Private Key Path"
346
+ msgstr "Chemin de clé privée"
347
+
348
+ #: ../app/models/setting/ansible.rb:29
349
+ msgid ""
350
+ "Use this connection type by default when running Ansible playbooks. You can "
351
+ "override this on hosts by adding a parameter \"ansible_connection\""
352
+ msgstr ""
353
+ "Utilisez ce type de connexion par défaut lors de l'exécution de playbooks "
354
+ "Ansible. Vous pouvez remplacer cela sur les hôtes en ajoutant un paramètre «"
355
+ " ansible_connection »"
356
+
357
+ #: ../app/models/setting/ansible.rb:33
358
+ msgid "Connection type"
359
+ msgstr "Type de connexion"
360
+
361
+ #: ../app/models/setting/ansible.rb:37
362
+ msgid ""
363
+ "Enable/disable WinRM server certificate validation when running Ansible "
364
+ "playbooks. You can override this on hosts by adding a parameter "
365
+ "\"ansible_winrm_server_cert_validation\""
366
+ msgstr ""
367
+ "Activez/désactivez la validation du certificat du serveur WinRM lors de "
368
+ "l'exécution de playbooks Ansible. Vous pouvez remplacer cela sur les hôtes "
369
+ "en ajoutant un paramètre « ansible_winrm_server_cert_validation »"
370
+
371
+ #: ../app/models/setting/ansible.rb:42
372
+ msgid "WinRM cert Validation"
373
+ msgstr "Validation de certification WinRM"
374
+
375
+ #: ../app/models/setting/ansible.rb:46
376
+ msgid ""
377
+ "Foreman will add the this level of verbosity for additional debugging output"
378
+ " when running Ansible playbooks."
379
+ msgstr ""
380
+ "Foreman ajoutera ce niveau de verbosité pour une sortie de débogage "
381
+ "supplémentaire lors de l'exécution de playbooks Ansible."
382
+
383
+ #: ../app/models/setting/ansible.rb:49
384
+ msgid "Default verbosity level"
385
+ msgstr "Niveau de verbosité par défaut"
386
+
387
+ #: ../app/models/setting/ansible.rb:52
388
+ msgid "Disabled"
389
+ msgstr "Désactivé"
390
+
391
+ #: ../app/models/setting/ansible.rb:53
392
+ msgid "Level 1 (-v)"
393
+ msgstr "Niveau 1 (-v)"
394
+
395
+ #: ../app/models/setting/ansible.rb:54
396
+ msgid "Level 2 (-vv)"
397
+ msgstr "Niveau 2 (-vv)"
398
+
399
+ #: ../app/models/setting/ansible.rb:55
400
+ msgid "Level 3 (-vvv)"
401
+ msgstr "Niveau 3 (-vvv)"
402
+
403
+ #: ../app/models/setting/ansible.rb:56
404
+ msgid "Level 4 (-vvvv)"
405
+ msgstr "Niveau 4 (-vvvv)"
406
+
407
+ #: ../app/models/setting/ansible.rb:62
408
+ msgid ""
409
+ "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles "
410
+ "task after a host is fully provisioned. Set this to the maximum time you "
411
+ "expect a host to take until it is ready after a reboot."
412
+ msgstr ""
413
+ "Délai d'attente (en secondes) au terme duquel Foreman déclenchera une tâche "
414
+ "de lecture de rôle Ansible après la mise en service complète d'un hôte. "
415
+ "Définissez-le sur le temps maximum que vous attendez d'un hôte jusqu'à ce "
416
+ "qu'il soit prêt après un redémarrage."
417
+
418
+ #: ../app/models/setting/ansible.rb:67
419
+ msgid "Post-provision timeout"
420
+ msgstr "Délai d'attente après mise en service"
421
+
422
+ #: ../app/models/setting/ansible.rb:71
423
+ msgid "Timeout (in minutes) when hosts should have reported."
424
+ msgstr ""
425
+ "Le délai d'attente (en minutes) durant lequel les hôtes auraient dû avoir "
426
+ "envoyé leur rapport."
427
+
428
+ #: ../app/models/setting/ansible.rb:73
429
+ msgid "Ansible report timeout"
430
+ msgstr "Expiration du délai d’attente de rapport d' Ansible"
431
+
432
+ #: ../app/models/setting/ansible.rb:77
433
+ msgid ""
434
+ "Disable host configuration status turning to out of sync for %{cfgmgmt} "
435
+ "after report does not arrive within configured interval"
436
+ msgstr ""
437
+ "Désactiver l'état de la configuration de l'hôte à « out of sync » pour "
438
+ "%{cfgmgmt}, après que le rapport ne soit pas arrivé dans l'intervalle "
439
+ "configuré."
440
+
441
+ #: ../app/models/setting/ansible.rb:81
442
+ msgid "%{cfgmgmt} out of sync disabled"
443
+ msgstr "Désynchronisation de %{cfgmgmt} désactivée"
444
+
445
+ #: ../app/models/setting/ansible.rb:86
446
+ msgid "Foreman will run Ansible playbooks using this implementation"
447
+ msgstr ""
448
+
449
+ #: ../app/models/setting/ansible.rb:88
450
+ msgid "Implementation for running Ansible"
451
+ msgstr ""
452
+
453
+ #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:97
454
+ msgid "Ansible"
455
+ msgstr "Ansible"
456
+
457
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:51
458
+ msgid "Remediation Plan"
459
+ msgstr "Plan de remédiation"
460
+
461
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:61
462
+ #: ../db/seeds.d/90_notification_blueprints.rb:13
463
+ msgid "Job Details"
464
+ msgstr "Détails du job"
465
+
466
+ #: ../app/services/foreman_ansible/proxy_api.rb:13
467
+ msgid "Proxy not found"
468
+ msgstr "Proxy non trouvé"
469
+
470
+ #: ../app/views/ansible_roles/import.html.erb:1
471
+ msgid "Changed Ansible roles"
472
+ msgstr "Rôles Ansible modifiés"
473
+
474
+ #: ../app/views/ansible_roles/import.html.erb:3
475
+ #: ../app/views/ansible_variables/import.html.erb:3
476
+ msgid "Select the changes you want to realize in Foreman"
477
+ msgstr ""
478
+ "Sélectionner les changements que vous voulez voir appliqué par Foreman"
479
+
480
+ #: ../app/views/ansible_roles/import.html.erb:5
481
+ #: ../app/views/ansible_variables/import.html.erb:5
482
+ msgid "Toggle"
483
+ msgstr "Commuter"
484
+
485
+ #: ../app/views/ansible_roles/import.html.erb:6
486
+ #: ../app/views/ansible_variables/import.html.erb:6
487
+ msgid "New"
488
+ msgstr "Nouveau"
489
+
490
+ #: ../app/views/ansible_roles/import.html.erb:8
491
+ #: ../app/views/ansible_variables/import.html.erb:8
492
+ msgid "Check/Uncheck new"
493
+ msgstr "Cocher / Décocher les nouveaux"
494
+
495
+ #: ../app/views/ansible_roles/import.html.erb:9
496
+ #: ../app/views/ansible_variables/import.html.erb:9
497
+ msgid "Obsolete"
498
+ msgstr "Obsolète"
499
+
500
+ #: ../app/views/ansible_roles/import.html.erb:11
501
+ #: ../app/views/ansible_variables/import.html.erb:11
502
+ msgid "Check/Uncheck obsolete"
503
+ msgstr "Cocher / Décocher les obsolètes"
504
+
505
+ #: ../app/views/ansible_roles/import.html.erb:19
506
+ #: ../app/views/ansible_variables/import.html.erb:22
507
+ msgid "Check/Uncheck all"
508
+ msgstr "Cocher / Tout décocher"
509
+
510
+ #: ../app/views/ansible_roles/import.html.erb:21
511
+ #: ../app/views/ansible_variables/import.html.erb:24
512
+ msgid "Name"
513
+ msgstr "Nom"
514
+
515
+ #: ../app/views/ansible_roles/import.html.erb:22
516
+ #: ../app/views/ansible_variables/import.html.erb:26
517
+ msgid "Hosts count"
518
+ msgstr "Nombre d'hôtes"
519
+
520
+ #: ../app/views/ansible_roles/import.html.erb:23
521
+ #: ../app/views/ansible_variables/import.html.erb:27
522
+ msgid "Hostgroups count"
523
+ msgstr "Nombre de groupes d'hôtes"
524
+
525
+ #: ../app/views/ansible_roles/import.html.erb:24
526
+ #: ../app/views/ansible_variables/import.html.erb:28
527
+ msgid "Operation"
528
+ msgstr "Opération"
529
+
530
+ #: ../app/views/ansible_roles/import.html.erb:35
531
+ #: ../app/views/ansible_variables/import.html.erb:39
532
+ msgid "Check/Uncheck all %s changes"
533
+ msgstr "Tout Cocher / Décocher les %s changements"
534
+
535
+ #: ../app/views/ansible_roles/import.html.erb:40
536
+ #: ../app/views/ansible_variables/import.html.erb:45
537
+ msgid "Add"
538
+ msgstr "Ajouter"
539
+
540
+ #: ../app/views/ansible_roles/import.html.erb:40
541
+ #: ../app/views/ansible_variables/import.html.erb:45
542
+ msgid "Remove"
543
+ msgstr "Supprimer"
544
+
545
+ #: ../app/views/ansible_roles/import.html.erb:48
546
+ #: ../app/views/ansible_variables/import.html.erb:53
547
+ msgid "Cancel"
548
+ msgstr "Annuler"
549
+
550
+ #: ../app/views/ansible_roles/import.html.erb:49
551
+ #: ../app/views/ansible_variables/import.html.erb:12
552
+ #: ../app/views/ansible_variables/import.html.erb:45
553
+ #: ../app/views/ansible_variables/import.html.erb:54
554
+ msgid "Update"
555
+ msgstr "Mise à jour"
556
+
557
+ #: ../app/views/ansible_roles/index.html.erb:1
558
+ #: ../app/views/ansible_roles/welcome.html.erb:1
559
+ #: ../app/views/ansible_roles/welcome.html.erb:6
560
+ #: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
561
+ msgid "Ansible Roles"
562
+ msgstr "Rôles Ansible"
563
+
564
+ #: ../app/views/ansible_roles/index.html.erb:9
565
+ msgid "Role|Name"
566
+ msgstr "Nom"
567
+
568
+ #: ../app/views/ansible_roles/index.html.erb:10
569
+ msgid "Hostgroups"
570
+ msgstr "Groupes d'hôtes"
571
+
572
+ #: ../app/views/ansible_roles/index.html.erb:11
573
+ msgid "Hosts"
574
+ msgstr "Hôtes"
575
+
576
+ #: ../app/views/ansible_roles/index.html.erb:12
577
+ msgid "Imported at"
578
+ msgstr "Importé à"
579
+
580
+ #: ../app/views/ansible_roles/index.html.erb:13
581
+ #: ../app/views/ansible_variables/index.html.erb:16
582
+ msgid "Actions"
583
+ msgstr "Actions"
584
+
585
+ #: ../app/views/ansible_roles/index.html.erb:27
586
+ #: ../lib/foreman_ansible/register.rb:103
587
+ msgid "Variables"
588
+ msgstr "Variables"
589
+
590
+ #: ../app/views/ansible_roles/index.html.erb:33
591
+ #: ../app/views/ansible_variables/index.html.erb:41
592
+ msgid "Delete %s?"
593
+ msgstr "Supprimer %s ?"
594
+
595
+ #: ../app/views/ansible_roles/welcome.html.erb:7
596
+ msgid ""
597
+ "No ansible roles were found in Foreman. If you want to assign roles to your hosts,\n"
598
+ " you have to import them first."
599
+ msgstr ""
600
+ "Aucun rôle Ansible trouvé dans Foreman. Si vous souhaitez assigner des rôles à vos hôtes,\n"
601
+ " vous devez tout d'abord les importer."
602
+
603
+ #: ../app/views/ansible_roles/welcome.html.erb:10
604
+ msgid "Learn more about this in the documentation."
605
+ msgstr "Approfondissez ce sujet dans la documentation."
606
+
607
+ #: ../app/views/ansible_variables/_fields.erb:4
608
+ msgid "Ansible Variable Details (Imported)"
609
+ msgstr ""
610
+
611
+ #: ../app/views/ansible_variables/_fields.erb:4
612
+ msgid "Ansible Variable Details"
613
+ msgstr ""
614
+
615
+ #: ../app/views/ansible_variables/_fields.erb:11
616
+ msgid "Default Behavior"
617
+ msgstr "Comportement par défaut"
618
+
619
+ #: ../app/views/ansible_variables/_fields.erb:12
620
+ msgid "Override the default value of the Ansible variable."
621
+ msgstr ""
622
+
623
+ #: ../app/views/ansible_variables/_fields.erb:14
624
+ msgid ""
625
+ "Mark the variable to be managed by Foreman. When the Ansible role of this "
626
+ "variable is assigned to a host, the default value will be added to Ansible "
627
+ "inventory as a host variable. Specify matchers to set a different value for "
628
+ "such variable."
629
+ msgstr ""
630
+
631
+ #: ../app/views/ansible_variables/_fields.erb:27
632
+ msgid "Value to use when there is no match."
633
+ msgstr "Valeur à utiliser quand il n'y a pas de concordance."
634
+
635
+ #: ../app/views/ansible_variables/_fields.erb:30
636
+ msgid "Hidden Value"
637
+ msgstr "Valeur cachée"
638
+
639
+ #: ../app/views/ansible_variables/_fields.erb:33
640
+ msgid "Hide all values for this parameter."
641
+ msgstr "Cacher toutes les valeurs de ce paramètre."
642
+
643
+ #: ../app/views/ansible_variables/_fields.erb:39
644
+ msgid "Optional Input Validator"
645
+ msgstr "Validateur d'entrée optionnel"
646
+
647
+ #: ../app/views/ansible_variables/_fields.erb:41
648
+ msgid ""
649
+ "Before including these variables on your playbooks, Foreman will validate "
650
+ "that your variables comply with the validation."
651
+ msgstr ""
652
+
653
+ #: ../app/views/ansible_variables/_fields.erb:44
654
+ msgid ""
655
+ "If checked, will raise an error if there is no default value and no matcher "
656
+ "provide a value."
657
+ msgstr ""
658
+ "Si coché, Foreman va générer une erreur s'il n'y a pas de valeur par défaut "
659
+ "et aucune valeur n'est retournée "
660
+
661
+ #: ../app/views/ansible_variables/_fields.erb:53
662
+ msgid "Prioritize Attribute Order"
663
+ msgstr "Prioriser l'ordre des attributs"
664
+
665
+ #: ../app/views/ansible_variables/_fields.erb:54
666
+ msgid "Set the order in which values are resolved."
667
+ msgstr "Définir l'ordre dans lequel les valeurs sont interprétées."
668
+
669
+ #: ../app/views/ansible_variables/_fields.erb:55
670
+ msgid "Order"
671
+ msgstr "Ordre"
672
+
673
+ #: ../app/views/ansible_variables/_fields.erb:56
674
+ msgid ""
675
+ "The order in which matchers keys are processed, first match wins.<br> You "
676
+ "may use multiple attributes as a matcher key, for example, an order of "
677
+ "<code>host group, environment</code> would expect a matcher such as "
678
+ "<code>hostgroup = \"web servers\", environment = production</code>"
679
+ msgstr ""
680
+ "L'ordre dans lequel les clés de Matchers sont parcourues, la première "
681
+ "correspondance gagne.<br>Vous pouvez utiliser plusieurs attributs comme clés"
682
+ " de Matchers, par exemple, l'ordre suivant <code>host group, "
683
+ "environment</code> attend un Matcher comme <code>hostgroup = \"web "
684
+ "servers\", environment = production</code>"
685
+
686
+ #: ../app/views/ansible_variables/_fields.erb:59
687
+ msgid ""
688
+ "Continue to look for matches after first find (only array/hash type)? Note: "
689
+ "merging overrides ignores all matchers that are omitted."
690
+ msgstr ""
691
+ "Continuer à chercher les valeurs correspondantes après une première "
692
+ "recherche (type tableau ou hachage uniquement) ? Noter : la fusion ignore "
693
+ "toutes les valeurs correspondantes omises."
694
+
695
+ #: ../app/views/ansible_variables/_fields.erb:61
696
+ msgid "Include default value when merging all matching values."
697
+ msgstr ""
698
+ "Inclus la valeur par défaut lors qu'on fusionne les valeurs de concordance."
699
+
700
+ #: ../app/views/ansible_variables/_fields.erb:64
701
+ msgid "Avoid duplicate values when merging them (only array type)?"
702
+ msgstr "Éviter les doublons lors des fusions (seulement pour les tableaux) ?"
703
+
704
+ #: ../app/views/ansible_variables/_fields.erb:68
705
+ msgid "Specify Matchers"
706
+ msgstr "Spécifier les matchers"
707
+
708
+ #: ../app/views/ansible_variables/edit.html.erb:4
709
+ #: ../app/views/ansible_variables/index.html.erb:1
710
+ #: ../app/views/ansible_variables/new.html.erb:4
711
+ msgid "Ansible Variables"
712
+ msgstr "Variables Ansible"
713
+
714
+ #: ../app/views/ansible_variables/edit.html.erb:8
715
+ msgid "Edit %s"
716
+ msgstr "Modifier %s"
717
+
718
+ #: ../app/views/ansible_variables/edit.html.erb:13
719
+ msgid "Edit Ansible Variable"
720
+ msgstr "Modifier la variable Ansible"
721
+
722
+ #: ../app/views/ansible_variables/import.html.erb:1
723
+ msgid "Changed Ansible variables"
724
+ msgstr "Variables Ansible modifiées"
725
+
726
+ #: ../app/views/ansible_variables/import.html.erb:14
727
+ msgid "Check/Uncheck update"
728
+ msgstr ""
729
+
730
+ #: ../app/views/ansible_variables/import.html.erb:25
731
+ msgid "Ansible role"
732
+ msgstr "Rôle Ansible"
733
+
734
+ #: ../app/views/ansible_variables/index.html.erb:5
735
+ msgid "New Ansible Variable"
736
+ msgstr ""
737
+
738
+ #: ../app/views/ansible_variables/index.html.erb:12
739
+ msgid "Variable|Name"
740
+ msgstr "Variable|Nom"
741
+
742
+ #: ../app/views/ansible_variables/index.html.erb:13
743
+ msgid "Variable|Role"
744
+ msgstr "Variable|Rôle"
745
+
746
+ #: ../app/views/ansible_variables/index.html.erb:14
747
+ msgid "Type"
748
+ msgstr "Type"
749
+
750
+ #: ../app/views/ansible_variables/index.html.erb:15
751
+ msgid "Imported?"
752
+ msgstr ""
753
+
754
+ #: ../app/views/ansible_variables/index.html.erb:23
755
+ msgid "Overriden"
756
+ msgstr ""
757
+
758
+ #: ../app/views/ansible_variables/new.html.erb:8
759
+ #: ../app/views/ansible_variables/new.html.erb:13
760
+ msgid "Create Ansible Variable"
761
+ msgstr ""
762
+
763
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
764
+ msgid "Play Roles"
765
+ msgstr "Lire les rôles"
766
+
767
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
768
+ msgid "Nest"
769
+ msgstr "Imbriquer"
770
+
771
+ #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
772
+ msgid "Clone"
773
+ msgstr "Cloner"
774
+
775
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
776
+ msgid "Level"
777
+ msgstr "Niveau"
778
+
779
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
780
+ msgid "Module"
781
+ msgstr "Module"
782
+
783
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:9
784
+ msgid "Arguments"
785
+ msgstr "Arguments"
786
+
787
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
788
+ msgid "Message"
789
+ msgstr "Message"
790
+
791
+ #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
792
+ msgid "Nothing to show"
793
+ msgstr "Rien à afficher"
794
+
795
+ #: ../db/seeds.d/90_notification_blueprints.rb:5
796
+ msgid "Jobs"
797
+ msgstr "Jobs"
798
+
799
+ #: ../db/seeds.d/90_notification_blueprints.rb:7
800
+ msgid ""
801
+ "Insights remediation on %{hosts_count} host(s) has finished successfully"
802
+ msgstr "La remédiation Insights sur %{hosts_count} host(s) est terminé."
803
+
804
+ #: ../lib/foreman_ansible/register.rb:99
805
+ msgid "Roles"
806
+ msgstr "Rôles"
807
+
808
+ #: ../lib/foreman_ansible/remote_execution.rb:20
809
+ msgid "Run Ansible roles"
810
+ msgstr "Exécuter des rôles Ansible"
811
+
812
+ #: ../lib/foreman_ansible/remote_execution.rb:21
813
+ msgid ""
814
+ "Runs an Ansible playbook which contains all the roles defined for a host"
815
+ msgstr ""
816
+ "Exécute un playbook Ansible qui contient tous les rôles définis pour un hôte"
817
+
818
+ #: ../lib/foreman_ansible/remote_execution.rb:27
819
+ msgid "Ansible: Run Insights maintenance plan"
820
+ msgstr "Ansible : Exécuter un plan de maintenance Insights"
821
+
822
+ #: ../lib/foreman_ansible/remote_execution.rb:28
823
+ msgid ""
824
+ "Runs a given maintenance plan from Red Hat Access Insights given an ID."
825
+ msgstr ""
826
+ "Exécute un plan de maintenance donné à partir de Red Hat Access Insights sur"
827
+ " la base d'un ID."
828
+
829
+ #: action_names.rb:2
830
+ msgid "Remote action:"
831
+ msgstr "Action distante :"
832
+
833
+ #: action_names.rb:3
834
+ msgid "Import Puppet classes"
835
+ msgstr "Importer des classes Puppet"
836
+
837
+ #: action_names.rb:4
838
+ msgid "Import facts"
839
+ msgstr "Importer des faits"
840
+
841
+ #: action_names.rb:5
842
+ msgid "Action with sub plans"
843
+ msgstr "Action avec sous-plans"
844
+
845
+ #: gemspec.rb:2
846
+ msgid "Ansible support in Foreman"
847
+ msgstr "Support Ansible dans Foreman"