foreman_discovery 5.0.0 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +41 -51
  3. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +20 -23
  4. data/app/controllers/discovered_hosts_controller.rb +50 -46
  5. data/app/helpers/concerns/foreman_discovery/settings_helper_extensions.rb +34 -0
  6. data/app/helpers/discovery_rules_helper.rb +5 -6
  7. data/app/mailers/discovered_mailer.rb +19 -0
  8. data/app/models/discovery_rule.rb +3 -3
  9. data/app/models/host/discovered.rb +33 -11
  10. data/app/models/host/managed_extensions.rb +10 -0
  11. data/app/models/hostgroup_extensions.rb +1 -1
  12. data/app/models/setting/discovered.rb +17 -11
  13. data/app/services/foreman_discovery/fact_parser.rb +16 -0
  14. data/app/services/foreman_discovery/host_converter.rb +0 -4
  15. data/app/services/foreman_discovery/node_api/power.rb +3 -3
  16. data/app/views/discovered_hosts/_discovered_host.html.erb +4 -2
  17. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
  18. data/app/views/discovered_mailer/_discovered_host.html.erb +10 -0
  19. data/app/views/discovered_mailer/discovered_summary.html.erb +35 -0
  20. data/app/views/discovered_mailer/discovered_summary.text.erb +24 -0
  21. data/config/routes.rb +3 -3
  22. data/db/seeds.d/70_discovery_mail_notification.rb +9 -0
  23. data/lib/foreman_discovery/engine.rb +12 -9
  24. data/lib/foreman_discovery/version.rb +1 -1
  25. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/ca/foreman_discovery.edit.po +780 -0
  27. data/locale/ca/foreman_discovery.po +358 -261
  28. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/de/foreman_discovery.edit.po +774 -0
  30. data/locale/de/foreman_discovery.po +418 -311
  31. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/en_GB/foreman_discovery.edit.po +779 -0
  33. data/locale/en_GB/foreman_discovery.po +423 -313
  34. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/es/foreman_discovery.edit.po +781 -0
  36. data/locale/es/foreman_discovery.po +425 -313
  37. data/locale/foreman_discovery.pot +496 -159
  38. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/fr/foreman_discovery.edit.po +778 -0
  40. data/locale/fr/foreman_discovery.po +458 -322
  41. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/gl/foreman_discovery.edit.po +757 -0
  43. data/locale/gl/foreman_discovery.po +306 -215
  44. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/it/foreman_discovery.edit.po +771 -0
  46. data/locale/it/foreman_discovery.po +411 -301
  47. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/ja/foreman_discovery.edit.po +770 -0
  49. data/locale/ja/foreman_discovery.po +395 -300
  50. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ko/foreman_discovery.edit.po +768 -0
  52. data/locale/ko/foreman_discovery.po +393 -299
  53. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/pt_BR/foreman_discovery.edit.po +780 -0
  55. data/locale/pt_BR/foreman_discovery.po +438 -309
  56. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/ru/foreman_discovery.edit.po +775 -0
  58. data/locale/ru/foreman_discovery.po +413 -308
  59. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/sv_SE/foreman_discovery.edit.po +766 -0
  61. data/locale/sv_SE/foreman_discovery.po +321 -232
  62. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/zh_CN/foreman_discovery.edit.po +769 -0
  64. data/locale/zh_CN/foreman_discovery.po +393 -302
  65. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/zh_TW/foreman_discovery.edit.po +769 -0
  67. data/locale/zh_TW/foreman_discovery.po +395 -302
  68. data/test/functional/api/v2/discovered_hosts_controller_test.rb +8 -0
  69. data/test/functional/api/v2/discovery_rules_controller_test.rb +9 -0
  70. data/test/functional/discovered_hosts_controller_test.rb +26 -17
  71. data/test/functional/discovery_rules_controller_test.rb +9 -8
  72. data/test/test_helper.rb +0 -4
  73. data/test/test_helper_discovery.rb +24 -0
  74. data/test/unit/discovered_extensions_test.rb +31 -0
  75. data/test/unit/discovered_mailer_test.rb +44 -0
  76. data/test/unit/discovery_attribute_set_test.rb +12 -0
  77. data/test/unit/discovery_rule_test.rb +20 -0
  78. data/test/unit/{puppet_fact_parser_extensions_test.rb → fact_parser_test.rb} +3 -16
  79. data/test/unit/host_discovered_test.rb +56 -11
  80. metadata +29 -5
  81. data/app/lib/puppet_fact_parser_extensions.rb +0 -29
@@ -0,0 +1,778 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) 2015 Foreman developers
3
+ # This file is distributed under the same license as the foreman_discovery package.
4
+ #
5
+ # Translators:
6
+ # Claer <transiblu@claer.hammock.fr>, 2013-2016
7
+ # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014
8
+ msgid ""
9
+ msgstr ""
10
+ "Project-Id-Version: Foreman\n"
11
+ "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
12
+ "PO-Revision-Date: 2016-01-04 18:06+0000\n"
13
+ "Last-Translator: Claer <transiblu@claer.hammock.fr>\n"
14
+ "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: fr\n"
19
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
20
+
21
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:15
22
+ msgid "List all discovered hosts"
23
+ msgstr "Lister tous les hôtes détectés"
24
+
25
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16 ../app/controllers/api/v2/discovery_rules_controller.rb:14
26
+ msgid "filter results"
27
+ msgstr "filtrer les résultats"
28
+
29
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
30
+ msgid "sort results"
31
+ msgstr "trier les resultats"
32
+
33
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
34
+ msgid "paginate results"
35
+ msgstr "paginer les resultats"
36
+
37
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
38
+ msgid "number of entries per request"
39
+ msgstr "nombre de résultats par requête"
40
+
41
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:25
42
+ msgid "Show a discovered host"
43
+ msgstr "Afficher un hôte détecté"
44
+
45
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:39
46
+ msgid "Create a discovered host for testing (use /facts to create new hosts)"
47
+ msgstr "Créer un hôte détecté à des fins de test (utiliser /facts pour créer des nouveaux hôtes)"
48
+
49
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:47
50
+ msgid "Provision a discovered host"
51
+ msgstr "Provisionner un hôte détecté"
52
+
53
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:52
54
+ msgid "not required if using a subnet with DHCP proxy"
55
+ msgstr "n'est pas requis s'il s'agit d'un sous réseau avec proxy DHCP"
56
+
57
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:53
58
+ msgid "not required if it's a virtual machine"
59
+ msgstr "n'est pas requis s'il s'agit d'une machine virtuelle"
60
+
61
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
62
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
63
+ msgstr "UUID pour surveiller l'état des tâches d'orchestration : GET /api/orchestration/:UUID/tasks"
64
+
65
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
66
+ msgid "required if value is not inherited from host group or default password in settings"
67
+ msgstr "requis si la valeur n'est pas héritée d'un groupe d'hôtes ou du mot de passe par défaut défini dans les paramètres généraux"
68
+
69
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:85
70
+ msgid "Delete a discovered host"
71
+ msgstr "Supprimer un hôte détecté"
72
+
73
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:92
74
+ msgid "Upload facts for a host, creating the host if required"
75
+ msgstr "Télécharge les facts d'un hôte, créé l'hôte si besoin"
76
+
77
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
78
+ msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
79
+ msgstr "hash contenant a minima les facts suivants pour l'hôte : discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (exemple dans le cas d'une interface primaire nommée eth0)"
80
+
81
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:112
82
+ msgid "Execute rules against a discovered host"
83
+ msgstr "Appliquer les règles à un hôte détecté"
84
+
85
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:118 ../app/controllers/discovered_hosts_controller.rb:147
86
+ msgid "Host %{host} was provisioned with rule %{rule}"
87
+ msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
88
+
89
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:121
90
+ msgid "Unable to provision %{host}: %{errors}"
91
+ msgstr "Impossible d'installer %{host}: %{errors}"
92
+
93
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:127 ../app/controllers/discovered_hosts_controller.rb:154
94
+ msgid "No rule found for host %s"
95
+ msgstr "Aucune règle trouvée pour l'hôte %s"
96
+
97
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:134
98
+ msgid "Execute rules against all currently discovered hosts"
99
+ msgstr "Appliquer les règles à tous les hôtes détectés"
100
+
101
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138 ../app/controllers/discovered_hosts_controller.rb:160
102
+ msgid "Errors during auto provisioning: %s"
103
+ msgstr "Erreurs lors de l'auto-provisioning : %s"
104
+
105
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:141 ../app/controllers/discovered_hosts_controller.rb:163
106
+ msgid "No discovered hosts to provision"
107
+ msgstr "Aucun hôte détecté à provisionner"
108
+
109
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:163
110
+ msgid "%s discovered hosts were provisioned"
111
+ msgstr "%s hôtes découverts ont été déployés"
112
+
113
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:174
114
+ msgid "Refreshing the facts of a discovered host"
115
+ msgstr "Actualiser les facts d'un hôte détecté"
116
+
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:183
118
+ msgid "Rebooting a discovered host"
119
+ msgstr "Redémarrer un hôte détecté"
120
+
121
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
122
+ msgid "Rebooting all discovered hosts"
123
+ msgstr "Redémarrer tous les hôtes découverts"
124
+
125
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:203 ../app/controllers/discovered_hosts_controller.rb:105
126
+ msgid "Discovered hosts are rebooting now"
127
+ msgstr "Les hôtes détectés sont en train de redémarrer"
128
+
129
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:13
130
+ msgid "List all discovery rules"
131
+ msgstr "Lister toutes les règles de détection"
132
+
133
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:23
134
+ msgid "Show a discovery rule"
135
+ msgstr "Afficher une règle de détection"
136
+
137
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:31
138
+ msgid "represents rule name shown to the users"
139
+ msgstr "représente le nom de la règle affiché aux utilisateurs"
140
+
141
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:32
142
+ msgid "query to match discovered hosts for the particular rule"
143
+ msgstr "requête pour faire correspondre les hôtes découverts à une règle particulière"
144
+
145
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:33
146
+ msgid "the hostgroup that is used to auto provision a host"
147
+ msgstr "le groupe d'hôtes qui est utilisé pour l'auto provisioning d'un hôte"
148
+
149
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
150
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
151
+ msgstr "défini un modèle pour assigner des noms d'hôtes humainement lisibles aux hôtes qui correspondent"
152
+
153
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
154
+ msgid "enables to limit maximum amount of provisioned hosts per rule"
155
+ msgstr "active la limite maximale d'hôtes qui peuvent être provisionnés par règle"
156
+
157
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
158
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
159
+ msgstr "positionne les règles dans l'ordre, les numéros les plus faibles en premier. Doit être supérieur à zéro"
160
+
161
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
162
+ msgid "flag is used for temporary shutdown of rules"
163
+ msgstr "drapeau utilisé pour temporairement désactiver les règles"
164
+
165
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:41
166
+ msgid "Create a discovery rule"
167
+ msgstr "Créer une règle de détection"
168
+
169
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:49
170
+ msgid "Update a rule"
171
+ msgstr "Mettez une règle à jour"
172
+
173
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:57
174
+ msgid "Delete a rule"
175
+ msgstr "Supprimer une règle"
176
+
177
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
178
+ msgid "Unable to find a discovery rule, no host provided (check permissions)"
179
+ msgstr "Impossible de trouver une règle de découverte, aucun hôte fourni (vérifier les permissions)"
180
+
181
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:47
182
+ msgid "No hostgroup associated with rule '%s'"
183
+ msgstr ""
184
+
185
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:63
186
+ msgid "Errors during reboot: %s"
187
+ msgstr "Erreurs pendant le redémarrage : %s"
188
+
189
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:81
190
+ msgid "No discovered hosts to reboot"
191
+ msgstr "Aucun hôte détecté à redémarrer"
192
+
193
+ #: ../app/controllers/discovered_hosts_controller.rb:73
194
+ msgid "Facts refreshed for %s"
195
+ msgstr "Facts actualisés pour %s"
196
+
197
+ #: ../app/controllers/discovered_hosts_controller.rb:75
198
+ msgid "Failed to refresh facts for %s"
199
+ msgstr "Échec d'actualisation des facts pour %s"
200
+
201
+ #: ../app/controllers/discovered_hosts_controller.rb:78
202
+ msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
203
+ msgstr ""
204
+
205
+ #: ../app/controllers/discovered_hosts_controller.rb:85
206
+ msgid "Host of type %s can not be rebooted"
207
+ msgstr "L'hôte de type %s ne peut pas redémarrer"
208
+
209
+ #: ../app/controllers/discovered_hosts_controller.rb:89
210
+ msgid "Rebooting host %s"
211
+ msgstr "Redémarrage de l'hôte %s"
212
+
213
+ #: ../app/controllers/discovered_hosts_controller.rb:91
214
+ msgid "Failed to reboot host %s"
215
+ msgstr "Échec de redémarrage de l'hôte : %s"
216
+
217
+ #: ../app/controllers/discovered_hosts_controller.rb:94
218
+ msgid "Failed to reboot host %{hostname} with error %{error_message}"
219
+ msgstr "Échec de redémarrage de l'hôte %{hostname} avec l'erreur %{error_message}"
220
+
221
+ #: ../app/controllers/discovered_hosts_controller.rb:108
222
+ msgid "Failed to reboot hosts with error %s"
223
+ msgstr ""
224
+
225
+ #: ../app/controllers/discovered_hosts_controller.rb:122
226
+ msgid "Destroyed selected hosts"
227
+ msgstr "Hôtes sélectionnés détruits"
228
+
229
+ #: ../app/controllers/discovered_hosts_controller.rb:124
230
+ msgid "The following hosts were not deleted: %s"
231
+ msgstr "Les hôtes suivants n'ont pas été supprimés : %s"
232
+
233
+ #: ../app/controllers/discovered_hosts_controller.rb:151
234
+ msgid "Failed to auto provision host %s: %s"
235
+ msgstr "Échec de l'auto-provisioning de l'hôte %s : %s"
236
+
237
+ #: ../app/controllers/discovered_hosts_controller.rb:179
238
+ msgid "Discovered hosts are provisioning now"
239
+ msgstr "Les hôtes détectés sont actuellement en provisioning"
240
+
241
+ #: ../app/controllers/discovered_hosts_controller.rb:267
242
+ msgid "No hosts were found with that id or name"
243
+ msgstr "Aucun Hôte trouvé avec cet id ou ce nom"
244
+
245
+ #: ../app/controllers/discovered_hosts_controller.rb:271
246
+ msgid "No hosts selected"
247
+ msgstr "Aucun hôte sélectionné"
248
+
249
+ #: ../app/controllers/discovered_hosts_controller.rb:277
250
+ msgid "Something went wrong while selecting hosts - %s"
251
+ msgstr "Une erreur s'est produite lors de la sélection des hôtes - %s"
252
+
253
+ #: ../app/controllers/discovery_rules_controller.rb:66
254
+ msgid "Rule disabled"
255
+ msgstr "Règle désactivée"
256
+
257
+ #: ../app/controllers/discovery_rules_controller.rb:66
258
+ msgid "Rule enabled"
259
+ msgstr "Règle activée"
260
+
261
+ #: ../app/helpers/discovered_hosts_helper.rb:11
262
+ msgid "%s ago"
263
+ msgstr "Il y a %s"
264
+
265
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
266
+ msgid "Provision"
267
+ msgstr "Provisionner"
268
+
269
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
270
+ msgid "Auto Provision"
271
+ msgstr "Provisionner automatiquement"
272
+
273
+ #: ../app/helpers/discovered_hosts_helper.rb:17 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:44
274
+ msgid "Refresh facts"
275
+ msgstr "Actualiser les facts"
276
+
277
+ #: ../app/helpers/discovered_hosts_helper.rb:18 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:45
278
+ msgid "Reboot"
279
+ msgstr "Redémarrer"
280
+
281
+ #: ../app/helpers/discovered_hosts_helper.rb:21
282
+ msgid "Back"
283
+ msgstr ""
284
+
285
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/helpers/discovered_hosts_helper.rb:46
286
+ msgid "Select Action"
287
+ msgstr "Choisir l'action"
288
+
289
+ #: ../app/helpers/discovered_hosts_helper.rb:30
290
+ msgid "Expand All"
291
+ msgstr ""
292
+
293
+ #: ../app/helpers/discovered_hosts_helper.rb:35
294
+ msgid "Delete"
295
+ msgstr "Supprimer"
296
+
297
+ #: ../app/helpers/discovered_hosts_helper.rb:36
298
+ msgid "Are you sure?"
299
+ msgstr "Êtes-vous sûr ?"
300
+
301
+ #: ../app/helpers/discovered_hosts_helper.rb:42
302
+ msgid "Delete hosts"
303
+ msgstr "Supprimer ces Hôtes"
304
+
305
+ #: ../app/helpers/discovered_hosts_helper.rb:43
306
+ msgid "Assign Organization"
307
+ msgstr "Assigner une Organisation"
308
+
309
+ #: ../app/helpers/discovered_hosts_helper.rb:44
310
+ msgid "Assign Location"
311
+ msgstr "Attribuer un emplacement"
312
+
313
+ #: ../app/helpers/discovered_hosts_helper.rb:48
314
+ msgid "%s - The following hosts are about to be changed"
315
+ msgstr "%s - les hôtes suivants vont être changés"
316
+
317
+ #: ../app/helpers/discovered_hosts_helper.rb:57
318
+ msgid "N/A"
319
+ msgstr "N/A"
320
+
321
+ #: ../app/helpers/discovered_hosts_helper.rb:69
322
+ msgid "New in the last 24 hours"
323
+ msgstr "Nouveautés ces dernières 24 heures"
324
+
325
+ #: ../app/helpers/discovered_hosts_helper.rb:73
326
+ msgid "Not reported in more than 7 days"
327
+ msgstr "Aucun rapport reçu depuis au moins 7 jours"
328
+
329
+ #: ../app/helpers/discovered_hosts_helper.rb:77
330
+ msgid "Reported in the last 7 days"
331
+ msgstr "Rapports reçus dans les 7 derniers jours"
332
+
333
+ #: ../app/helpers/discovery_rules_helper.rb:26
334
+ msgid "Discovered Hosts"
335
+ msgstr ""
336
+
337
+ #: ../app/helpers/discovery_rules_helper.rb:27
338
+ msgid "Associated Hosts"
339
+ msgstr ""
340
+
341
+ #: ../app/helpers/discovery_rules_helper.rb:29
342
+ msgid "Disable rule '%s'?"
343
+ msgstr ""
344
+
345
+ #: ../app/helpers/discovery_rules_helper.rb:29
346
+ msgid "Disable"
347
+ msgstr "Désactiver"
348
+
349
+ #: ../app/helpers/discovery_rules_helper.rb:31
350
+ msgid "Enable"
351
+ msgstr "Activer"
352
+
353
+ #: ../app/helpers/discovery_rules_helper.rb:31
354
+ msgid "Enable rule '%s'?"
355
+ msgstr ""
356
+
357
+ #: ../app/helpers/discovery_rules_helper.rb:33
358
+ msgid "Delete rule '%s'?"
359
+ msgstr ""
360
+
361
+ #: ../app/mailers/discovered_mailer.rb:4
362
+ msgid "Must specify a user with email enabled"
363
+ msgstr ""
364
+
365
+ #: ../app/mailers/discovered_mailer.rb:15
366
+ msgid "Discovered hosts summary"
367
+ msgstr ""
368
+
369
+ #: ../app/models/discovery_rule.rb:11
370
+ msgid "can't contain white spaces."
371
+ msgstr "ne peut pas contenir d'espaces."
372
+
373
+ #: ../app/models/discovery_rule.rb:13
374
+ msgid "must start with a letter or ERB."
375
+ msgstr "doit commencer par une lettre ou ERB."
376
+
377
+ #: ../app/models/discovery_rule.rb:49
378
+ msgid "Host group organization %s must also be associated to the discovery rule"
379
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
380
+ msgstr[0] "L'organisation %s du groupe d'hôtes doivent aussi être associés à la règle de découverte"
381
+ msgstr[1] "Les organisations %s du groupe d'hôtes doivent aussi être associés à la règle de découverte"
382
+
383
+ #: ../app/models/discovery_rule.rb:55
384
+ msgid "Host group location %s must also be associated to the discovery rule"
385
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
386
+ msgstr[0] "L'emplacement %s du groupe d'hôtes doivent aussi être associés à la règle de découverte"
387
+ msgstr[1] "Les emplacements %s du groupe d'hôtes doivent aussi être associés à la règle de découverte"
388
+
389
+ #: ../app/models/host/discovered.rb:34
390
+ msgid "Invalid facts, must be a Hash"
391
+ msgstr "Facts non valides, doit être un hash"
392
+
393
+ #: ../app/models/host/discovered.rb:39
394
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
395
+ msgstr "Le discovery_fact '%s' attendu est manquant, il n'est pas possible de détecter l'interface primaire ni de positionner le nom d'hôte"
396
+
397
+ #: ../app/models/host/discovered.rb:46
398
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
399
+ msgstr ""
400
+
401
+ #: ../app/models/host/discovered.rb:107
402
+ msgid "Unable to assign subnet, primary interface is missing IP address"
403
+ msgstr "Impossible d'assigner le sous-réseau, l'interface primaire n'a pas d'adresse IP"
404
+
405
+ #: ../app/models/host/discovered.rb:149
406
+ msgid "Could not get facts from proxy %{url}: %{error}"
407
+ msgstr "Impossible de récupérer les facts depuis le proxy %{url} : %{error}"
408
+
409
+ #: ../app/models/host/discovered.rb:165
410
+ msgid "Unable to reboot %{name} via %{url}: %{msg}"
411
+ msgstr "Impossible de redémarrer %{name} via %{url}: %{msg}"
412
+
413
+ #: ../app/models/host/discovered.rb:173
414
+ msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
415
+ msgstr "Impossible de lancer kexec sur %{name} via %{url}: %{msg}"
416
+
417
+ #: ../app/models/host/discovered.rb:192
418
+ msgid "Invalid hostname: Could not normalize the hostname"
419
+ msgstr ""
420
+
421
+ #: ../app/models/host/managed_extensions.rb:24
422
+ msgid "Reloading kernel on %s"
423
+ msgstr "Rechargement du noyau sur %s"
424
+
425
+ #: ../app/models/host/managed_extensions.rb:26
426
+ msgid "Rebooting %s"
427
+ msgstr "Redémarrage %s"
428
+
429
+ #: ../app/models/host/managed_extensions.rb:45
430
+ msgid "Operating system not set for host/hostgroup"
431
+ msgstr ""
432
+
433
+ #: ../app/models/host/managed_extensions.rb:47
434
+ msgid "Medium not set for host/hostgroup"
435
+ msgstr ""
436
+
437
+ #: ../app/models/host/managed_extensions.rb:54
438
+ msgid "Kexec template not associated with operating system"
439
+ msgstr ""
440
+
441
+ #: ../app/models/setting/discovered.rb:19
442
+ msgid "Fact name to use for primary interface detection"
443
+ msgstr ""
444
+
445
+ #: ../app/models/setting/discovered.rb:20
446
+ msgid "List of facts to use for the hostname (separated by comma, first wins)"
447
+ msgstr ""
448
+
449
+ #: ../app/models/setting/discovered.rb:21
450
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
451
+ msgstr "Provisioning automatique des hôtes détectés récemment, selon les règles de provisioning"
452
+
453
+ #: ../app/models/setting/discovered.rb:22
454
+ msgid "Automatically reboot discovered host during provisioning"
455
+ msgstr "Redémarrer automatiquement les hôtes détectés pendant le provisioning"
456
+
457
+ #: ../app/models/setting/discovered.rb:28
458
+ msgid "The default prefix to use for the host name, must start with a letter"
459
+ msgstr "Le préfixe par défaut à utiliser pour le nom d'hôte, doit commencer par une lettre."
460
+
461
+ #: ../app/models/setting/discovered.rb:34
462
+ msgid "Extra facter columns to show in host lists (separate by comma)"
463
+ msgstr "Les colonnes facter supplémentaires à afficher dans la liste des hôtes (séparées par des virgules)"
464
+
465
+ #: ../app/models/setting/discovered.rb:41
466
+ msgid "The default location to place discovered hosts in"
467
+ msgstr "Emplacement par défaut sur lequel placer les hôtes détectés"
468
+
469
+ #: ../app/models/setting/discovered.rb:48
470
+ msgid "The default organization to place discovered hosts in"
471
+ msgstr "Organisation par défaut sur laquelle placer les hôtes détectés"
472
+
473
+ #: ../app/models/setting/discovered.rb:55
474
+ msgid "Regex to organize facts for highlights section"
475
+ msgstr ""
476
+
477
+ #: ../app/models/setting/discovered.rb:56
478
+ msgid "Regex to organize facts for storage section"
479
+ msgstr ""
480
+
481
+ #: ../app/models/setting/discovered.rb:57
482
+ msgid "Regex to organize facts for software section"
483
+ msgstr ""
484
+
485
+ #: ../app/models/setting/discovered.rb:58
486
+ msgid "Regex to organize facts for hardware section"
487
+ msgstr ""
488
+
489
+ #: ../app/models/setting/discovered.rb:59
490
+ msgid "Regex to organize facts for network section"
491
+ msgstr ""
492
+
493
+ #: ../app/models/setting/discovered.rb:60
494
+ msgid "Regex to organize facts for ipmi section"
495
+ msgstr ""
496
+
497
+ #: ../app/services/foreman_discovery/fact_parser.rb:9
498
+ msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
499
+ msgstr "Impossible de détecter l'interface primaire en utilisant l'adresse MAC '%{mac}' spécifiée par le discovery_fact '%{fact}'"
500
+
501
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
502
+ msgid "Image API returned HTTP/%{code} with '%{body}"
503
+ msgstr "L'API Image a renvoyé HTTP/%{code} avec %{body}"
504
+
505
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
506
+ msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
507
+ msgstr "Erreur d'exécution de l'API Image : %{msg} (HTTP/%{code}, body: %{body})"
508
+
509
+ #: ../app/views/dashboard/_discovery_widget.html.erb:9
510
+ msgid "No discovered hosts available"
511
+ msgstr "Aucun hôte détecté disponible"
512
+
513
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
514
+ msgid "Host"
515
+ msgstr "Hôte"
516
+
517
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
518
+ msgid "Model"
519
+ msgstr "Modèle"
520
+
521
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
522
+ msgid "CPUs"
523
+ msgstr "CPU"
524
+
525
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
526
+ msgid "Memory"
527
+ msgstr "Mémoire"
528
+
529
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:136
530
+ msgid "Discovered hosts"
531
+ msgstr "Hôtes détectés"
532
+
533
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
534
+ msgid "items selected. Uncheck to Clear"
535
+ msgstr "items sélectionnés. Décocher pour Effacer"
536
+
537
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
538
+ msgid "Select all items in this page"
539
+ msgstr "Sélectionner tous les éléments de cette page"
540
+
541
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
542
+ msgid "Name"
543
+ msgstr "Nom"
544
+
545
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
546
+ msgid "IP Address"
547
+ msgstr "Adresses IP"
548
+
549
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
550
+ msgid "Disk count"
551
+ msgstr "Nombre de disques"
552
+
553
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
554
+ msgid "Disks size"
555
+ msgstr "Taille des disques"
556
+
557
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
558
+ msgid "Location"
559
+ msgstr "Emplacement"
560
+
561
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
562
+ msgid "Organization"
563
+ msgstr "Organisation"
564
+
565
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:22
566
+ msgid "Subnet"
567
+ msgstr "Sous-Réseau"
568
+
569
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
570
+ msgid "Last facts upload"
571
+ msgstr "Derniers facts téléchargés"
572
+
573
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
574
+ msgid "Delete %s?"
575
+ msgstr "Supprimer %s ?"
576
+
577
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
578
+ msgid "Please Confirm"
579
+ msgstr "Merci de confirmer"
580
+
581
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:63
582
+ msgid "Cancel"
583
+ msgstr "Annuler"
584
+
585
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:64
586
+ msgid "Submit"
587
+ msgstr "Valider"
588
+
589
+ #: ../app/views/discovered_hosts/index.html.erb:2
590
+ msgid "Reboot All"
591
+ msgstr "Tout redémarrer"
592
+
593
+ #: ../app/views/discovered_hosts/index.html.erb:3
594
+ msgid "Auto Provision All"
595
+ msgstr "Tout provisionner automatiquement"
596
+
597
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:4
598
+ msgid "Warning"
599
+ msgstr "Attention"
600
+
601
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
602
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
603
+ msgstr "Cette action peut prendre un certain temps, car tous les hôtes, rapports et facts vont également être supprimés."
604
+
605
+ #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
606
+ msgid "Select location"
607
+ msgstr "Sélectionner un emplacement"
608
+
609
+ #: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5
610
+ msgid "Select organization"
611
+ msgstr "Sélectionner une organisation"
612
+
613
+ #: ../app/views/discovered_hosts/show.html.erb:1
614
+ msgid "Discovered host: %s"
615
+ msgstr "Hôtes détectés : %s"
616
+
617
+ #: ../app/views/discovered_hosts/show.html.erb:32
618
+ msgid "Identifier"
619
+ msgstr ""
620
+
621
+ #: ../app/views/discovered_hosts/show.html.erb:33
622
+ msgid "MAC address"
623
+ msgstr ""
624
+
625
+ #: ../app/views/discovered_hosts/show.html.erb:34
626
+ msgid "IP address"
627
+ msgstr ""
628
+
629
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
630
+ msgid "Summary report for discovered hosts from Foreman"
631
+ msgstr ""
632
+
633
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:9
634
+ msgid "<b>Foreman</b> Discovered hosts summary"
635
+ msgstr ""
636
+
637
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
638
+ msgid "Summary from %{time} ago to %{now}"
639
+ msgstr ""
640
+
641
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
642
+ msgid "Discovered hosts from Foreman server at %{foreman_url}"
643
+ msgstr ""
644
+
645
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
646
+ msgid "No discovered hosts for the selected period"
647
+ msgstr ""
648
+
649
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:1
650
+ msgid "Foreman discovered hosts summary"
651
+ msgstr ""
652
+
653
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:21
654
+ msgid "No new discovered hosts for this period"
655
+ msgstr ""
656
+
657
+ #: ../app/views/discovery_rules/_form.html.erb:5
658
+ msgid "Primary"
659
+ msgstr "Primaire"
660
+
661
+ #: ../app/views/discovery_rules/_form.html.erb:7
662
+ msgid "Locations"
663
+ msgstr "Emplacements"
664
+
665
+ #: ../app/views/discovery_rules/_form.html.erb:10
666
+ msgid "Organizations"
667
+ msgstr "Organisations"
668
+
669
+ #: ../app/views/discovery_rules/_form.html.erb:22
670
+ msgid "Target host group for this rule with all properties set"
671
+ msgstr "Groupe d'hôtes cible pour cette règle avec toutes ses propriétés définies"
672
+
673
+ #: ../app/views/discovery_rules/_form.html.erb:24
674
+ msgid "Template"
675
+ msgstr "Modèle"
676
+
677
+ #: ../app/views/discovery_rules/_form.html.erb:26
678
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
679
+ msgstr "Indiquez le modèle du nom d'hôte cible dans la même syntaxe que dans les Modèles de provisioning (ERB)."
680
+
681
+ #: ../app/views/discovery_rules/_form.html.erb:29
682
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
683
+ msgstr "Le domaine sera ajouté automatiquement. Un nom d'hôte basé sur une adresse MAC sera utilisé si le champ est laissé vide. Outre l'attribut @host, la fonction « rand » pour des nombres entiers aléatoires est disponible. Ex. :"
684
+
685
+ #: ../app/views/discovery_rules/_form.html.erb:42
686
+ msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
687
+ msgstr "Lors de la création de modèles de noms d'hôtes, veuillez vous assurer que les noms d'hôtes générés sont uniques. Les noms d'hôtes ne peuvent pas commencer par un chiffre. Il est conseillé d'utiliser des informations uniques fournies par facter (adresse MAC, BIOS ou numéro de série)."
688
+
689
+ #: ../app/views/discovery_rules/_form.html.erb:43
690
+ msgid "Hostname for provisioned hosts"
691
+ msgstr "Nom d'hôte pour les hôtes provisionnés"
692
+
693
+ #: ../app/views/discovery_rules/_form.html.erb:44
694
+ msgid "Hosts limit"
695
+ msgstr "Limite d'hôtes"
696
+
697
+ #: ../app/views/discovery_rules/_form.html.erb:44
698
+ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
699
+ msgstr "Nombre maximum d'hôtes provisionnés avec cette règle (0 = illimité)"
700
+
701
+ #: ../app/views/discovery_rules/_form.html.erb:45
702
+ msgid "Rule priority (lower integer means higher priority)"
703
+ msgstr "Priorité de la règle (plus les entiers sont petits et plus la priorité est importante)"
704
+
705
+ #: ../app/views/discovery_rules/edit.html.erb:1
706
+ msgid "Edit Discovery Rule"
707
+ msgstr "Modifier la règle de détection"
708
+
709
+ #: ../app/views/discovery_rules/index.html.erb:1
710
+ msgid "Discovery Rules"
711
+ msgstr "Règles de détection"
712
+
713
+ #: ../app/views/discovery_rules/index.html.erb:2
714
+ msgid "New Rule"
715
+ msgstr "Nouvelle règle"
716
+
717
+ #: ../app/views/discovery_rules/index.html.erb:6
718
+ msgid "DiscoveryRule|Name"
719
+ msgstr "Nom"
720
+
721
+ #: ../app/views/discovery_rules/index.html.erb:7
722
+ msgid "DiscoveryRule|Priority"
723
+ msgstr "Priorité"
724
+
725
+ #: ../app/views/discovery_rules/index.html.erb:8
726
+ msgid "DiscoveryRule|Query"
727
+ msgstr "Requête"
728
+
729
+ #: ../app/views/discovery_rules/index.html.erb:9
730
+ msgid "Host group"
731
+ msgstr "Groupe d'hôtes"
732
+
733
+ #: ../app/views/discovery_rules/index.html.erb:10
734
+ msgid "Hosts/limit"
735
+ msgstr "Hôtes/Limite"
736
+
737
+ #: ../app/views/discovery_rules/index.html.erb:11
738
+ msgid "DiscoveryRule|Enabled"
739
+ msgstr "Activé"
740
+
741
+ #: ../app/views/discovery_rules/new.html.erb:1
742
+ msgid "New Discovery Rule"
743
+ msgstr "Nouvelle règle de détection"
744
+
745
+ #: ../db/seeds.d/70_discovery_mail_notification.rb:3
746
+ msgid "A summary of discovered hosts"
747
+ msgstr ""
748
+
749
+ #: ../lib/foreman_discovery/engine.rb:141
750
+ msgid "Discovery rules"
751
+ msgstr ""
752
+
753
+ #: ../lib/foreman_discovery/engine.rb:146
754
+ msgid "Discovery widget"
755
+ msgstr ""
756
+
757
+ #~ msgid "Disable rule?"
758
+ #~ msgstr "Désactiver la règle ?"
759
+
760
+ #~ msgid "Enable rule?"
761
+ #~ msgstr "Activer la règle ?"
762
+
763
+ #~ msgid "Fact"
764
+ #~ msgstr "Fact"
765
+
766
+ #~ msgid "Fact name to use for primary interface detection and hostname"
767
+ #~ msgstr ""
768
+ #~ "Nom du fact à utiliser pour la détection de l'interface primaire et du nom d'h"
769
+ #~ "ôte"
770
+
771
+ #~ msgid "Facts discovered on this host"
772
+ #~ msgstr "Facts détectés pour cet hôte"
773
+
774
+ #~ msgid "Incompatible version of puppet fact parser"
775
+ #~ msgstr "Version du parser de fact Puppet incompatible"
776
+
777
+ #~ msgid "Value"
778
+ #~ msgstr "Valeur"