foreman_discovery 15.0.1 → 16.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  3. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +4 -0
  4. data/app/controllers/discovered_hosts_controller.rb +1 -0
  5. data/app/controllers/discovery_rules_controller.rb +1 -1
  6. data/app/models/discovery_rule.rb +1 -1
  7. data/app/models/host/discovered.rb +37 -15
  8. data/app/models/host/managed_extensions.rb +1 -1
  9. data/app/models/setting/discovered.rb +26 -33
  10. data/app/services/foreman_discovery/fact_parser.rb +1 -1
  11. data/app/services/foreman_discovery/host_converter.rb +30 -2
  12. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +6 -14
  13. data/app/services/foreman_discovery/subnet_suggestion.rb +26 -0
  14. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +19 -17
  15. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  16. data/config/routes.rb +2 -0
  17. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  18. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  19. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  20. data/extra/discover-host +21 -7
  21. data/lib/foreman_discovery/engine.rb +4 -4
  22. data/lib/foreman_discovery/version.rb +1 -1
  23. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/ca/foreman_discovery.edit.po +238 -139
  25. data/locale/ca/foreman_discovery.po +28 -8
  26. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  27. data/locale/de/foreman_discovery.edit.po +240 -140
  28. data/locale/de/foreman_discovery.po +31 -11
  29. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  30. data/locale/en/foreman_discovery.edit.po +109 -83
  31. data/locale/en/foreman_discovery.po +24 -4
  32. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/en_GB/foreman_discovery.edit.po +241 -142
  34. data/locale/en_GB/foreman_discovery.po +31 -11
  35. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/es/foreman_discovery.edit.po +240 -141
  37. data/locale/es/foreman_discovery.po +30 -10
  38. data/locale/foreman_discovery.pot +110 -84
  39. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/fr/foreman_discovery.edit.po +237 -137
  41. data/locale/fr/foreman_discovery.po +28 -8
  42. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/gl/foreman_discovery.edit.po +236 -137
  44. data/locale/gl/foreman_discovery.po +26 -6
  45. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/it/foreman_discovery.edit.po +236 -137
  47. data/locale/it/foreman_discovery.po +26 -6
  48. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/ja/foreman_discovery.edit.po +238 -142
  50. data/locale/ja/foreman_discovery.po +29 -9
  51. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/ko/foreman_discovery.edit.po +236 -139
  53. data/locale/ko/foreman_discovery.po +28 -8
  54. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/pt_BR/foreman_discovery.edit.po +239 -140
  56. data/locale/pt_BR/foreman_discovery.po +29 -9
  57. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/ru/foreman_discovery.edit.po +242 -143
  59. data/locale/ru/foreman_discovery.po +29 -9
  60. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  61. data/locale/sv_SE/foreman_discovery.edit.po +237 -138
  62. data/locale/sv_SE/foreman_discovery.po +27 -7
  63. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  64. data/locale/zh_CN/foreman_discovery.edit.po +237 -141
  65. data/locale/zh_CN/foreman_discovery.po +28 -8
  66. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  67. data/locale/zh_TW/foreman_discovery.edit.po +235 -139
  68. data/locale/zh_TW/foreman_discovery.po +26 -6
  69. data/test/facts/bond0-eth0-eth1-active-passive.json +128 -0
  70. data/test/facts/facts_with_lldp_bond_candidate.json +2 -9
  71. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  72. data/test/functional/discovered_hosts_controller_test.rb +4 -4
  73. data/test/integration/discovered_hosts_test.rb +6 -11
  74. data/test/test_helper_discovery.rb +12 -0
  75. data/test/unit/discovered_extensions_test.rb +53 -0
  76. data/test/unit/discovery_attribute_set_test.rb +13 -10
  77. data/test/unit/discovery_rule_test.rb +1 -0
  78. data/test/unit/host_discovered_test.rb +32 -13
  79. data/test/unit/managed_extensions_test.rb +1 -0
  80. metadata +8 -2
@@ -1,18 +1,18 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # Baptiste Agasse <baptiste.agasse@gmail.com>, 2018-2019
7
7
  # Claer <transiblu@claer.hammock.fr>, 2013-2016
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 15.0.0\n"
11
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2019-07-23 17:13+0200\n"
14
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
15
- "Last-Translator: Lukáš Zapletal\n"
13
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
14
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
15
+ "Last-Translator: Transifex Bot <>\n"
16
16
  "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
17
17
  "MIME-Version: 1.0\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -24,19 +24,23 @@ msgstr ""
24
24
  msgid "List all discovered hosts"
25
25
  msgstr "Afficher tous les hôtes détectés"
26
26
 
27
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
27
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
28
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
28
29
  msgid "filter results"
29
30
  msgstr "filtrer les résultats"
30
31
 
31
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
32
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
33
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
32
34
  msgid "sort results"
33
35
  msgstr "trier les résultats"
34
36
 
35
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
37
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
38
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
36
39
  msgid "paginate results"
37
40
  msgstr "paginer les résultats"
38
41
 
39
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
42
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
43
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
40
44
  msgid "number of entries per request"
41
45
  msgstr "nombre d'entrées par requête"
42
46
 
@@ -44,7 +48,8 @@ msgstr "nombre d'entrées par requête"
44
48
  msgid "Show a discovered host"
45
49
  msgstr "Afficher un hôte détecté"
46
50
 
47
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
51
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
52
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
48
53
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
49
54
  msgstr "Option nom de fichier DHCP (Grub2 ou PXELinux par défaut)"
50
55
 
@@ -65,11 +70,14 @@ msgid "not required if it's a virtual machine"
65
70
  msgstr "non requis s'il s'agit d'une machine virtuelle"
66
71
 
67
72
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
68
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
73
+ msgid ""
74
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
69
75
  msgstr "UUID pour surveiller l'état des tâches d'orchestration : GET /api/orchestration/:UUID/tasks"
70
76
 
71
77
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
72
- msgid "required if value is not inherited from host group or default password in settings"
78
+ msgid ""
79
+ "required if value is not inherited from host group or default password in "
80
+ "settings"
73
81
  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"
74
82
 
75
83
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -81,14 +89,18 @@ msgid "Upload facts for a host, creating the host if required"
81
89
  msgstr "Télécharger les faits d'un hôte, création de l'hôte si besoin"
82
90
 
83
91
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
84
- 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)"
92
+ msgid ""
93
+ "hash containing facts for the host with minimum set of facts: "
94
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
95
+ "eth0 (example in case primary interface is named eth0)"
85
96
  msgstr "hachage contenant les facts de l'hôte avec un ensemble minimal de facts : discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (exemple si l'interface principale s'appelle eth0)"
86
97
 
87
98
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
88
99
  msgid "Execute rules against a discovered host"
89
100
  msgstr "Exécuter les règles sur un hôte détecté"
90
101
 
91
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
102
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
103
+ #: ../app/controllers/discovered_hosts_controller.rb:160
92
104
  msgid "Host %{host} was provisioned with rule %{rule}"
93
105
  msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
94
106
 
@@ -96,7 +108,8 @@ msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
96
108
  msgid "Unable to provision %{host}: %{errors}"
97
109
  msgstr "Impossible de provisionner %{host} : %{errors}"
98
110
 
99
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
111
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
112
+ #: ../app/controllers/discovered_hosts_controller.rb:167
100
113
  msgid "No rule found for host %s"
101
114
  msgstr "Aucune règle trouvée pour %s"
102
115
 
@@ -104,11 +117,13 @@ msgstr "Aucune règle trouvée pour %s"
104
117
  msgid "Execute rules against all currently discovered hosts"
105
118
  msgstr "Exécuter les règles sur tous les hôtes actuellement détectés"
106
119
 
107
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
121
+ #: ../app/controllers/discovered_hosts_controller.rb:173
108
122
  msgid "Errors during auto provisioning: %s"
109
123
  msgstr "Erreurs lors du provisioning automatique : %s"
110
124
 
111
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
125
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
126
+ #: ../app/controllers/discovered_hosts_controller.rb:176
112
127
  msgid "No discovered hosts to provision"
113
128
  msgstr "Aucun hôte détecté à provisionner"
114
129
 
@@ -128,7 +143,8 @@ msgstr "Redémarrage d'un hôte détecté"
128
143
  msgid "Rebooting all discovered hosts"
129
144
  msgstr "Redémarrage de tous les hôtes détectés"
130
145
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
146
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
147
+ #: ../app/controllers/discovered_hosts_controller.rb:129
132
148
  msgid "Discovered hosts are rebooting now"
133
149
  msgstr "Les hôtes détectés sont redémarrés maintenant"
134
150
 
@@ -153,7 +169,8 @@ msgid "the hostgroup that is used to auto provision a host"
153
169
  msgstr "groupe d'hôtes utilisé pour provisionner automatiquement un hôte"
154
170
 
155
171
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
156
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
172
+ msgid ""
173
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
157
174
  msgstr "définit un modèle pour attribuer les noms d'hôte lisibles par l'homme aux hôtes correspondants"
158
175
 
159
176
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -161,7 +178,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
161
178
  msgstr "permet de limiter le nombre maximal d'hôtes provisionnés par règle"
162
179
 
163
180
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
164
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
181
+ msgid ""
182
+ "puts the rules in order, low numbers go first. Must be greater then zero"
165
183
  msgstr "range les règles par ordre croissant. Doit être supérieur à zéro"
166
184
 
167
185
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -200,11 +218,11 @@ msgstr "Impossible de trouver une règle de détection, aucun hôte fourni (vér
200
218
  msgid "No hostgroup associated with rule '%s'"
201
219
  msgstr "Aucun groupe d'hôtes associé à la règle '%s'"
202
220
 
203
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:69
221
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
204
222
  msgid "Errors during reboot: %s"
205
223
  msgstr "Erreurs lors du redémarrage : %s"
206
224
 
207
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:87
225
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
208
226
  msgid "No discovered hosts to reboot"
209
227
  msgstr "Aucun hôte détecté pour le redémarrage"
210
228
 
@@ -212,91 +230,91 @@ msgstr "Aucun hôte détecté pour le redémarrage"
212
230
  msgid "Successfully provisioned %s"
213
231
  msgstr "Provisioning réussi de %s"
214
232
 
215
- #: ../app/controllers/discovered_hosts_controller.rb:96
233
+ #: ../app/controllers/discovered_hosts_controller.rb:97
216
234
  msgid "Facts refreshed for %s"
217
235
  msgstr "Facts rafraichis pour %s"
218
236
 
219
- #: ../app/controllers/discovered_hosts_controller.rb:98
237
+ #: ../app/controllers/discovered_hosts_controller.rb:99
220
238
  msgid "Failed to refresh facts for %s"
221
239
  msgstr "Échec de rafraichissement des facts pour %s"
222
240
 
223
- #: ../app/controllers/discovered_hosts_controller.rb:101
241
+ #: ../app/controllers/discovered_hosts_controller.rb:102
224
242
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
225
243
  msgstr "Échec de l'actualisation des facts pour %{hostname} avec l'erreur %{error_message}"
226
244
 
227
- #: ../app/controllers/discovered_hosts_controller.rb:108
245
+ #: ../app/controllers/discovered_hosts_controller.rb:109
228
246
  msgid "Host of type %s can not be rebooted"
229
247
  msgstr "Impossible de redémarrer l'hôte de type %s"
230
248
 
231
- #: ../app/controllers/discovered_hosts_controller.rb:112
249
+ #: ../app/controllers/discovered_hosts_controller.rb:113
232
250
  msgid "Rebooting host %s"
233
251
  msgstr "Redémarrage de l'hôte %s"
234
252
 
235
- #: ../app/controllers/discovered_hosts_controller.rb:114
253
+ #: ../app/controllers/discovered_hosts_controller.rb:115
236
254
  msgid "Failed to reboot host %s"
237
255
  msgstr "Échec du redémarrage de l'hôte %s"
238
256
 
239
- #: ../app/controllers/discovered_hosts_controller.rb:117
257
+ #: ../app/controllers/discovered_hosts_controller.rb:118
240
258
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
241
259
  msgstr "Échec du redémarrage de l'hôte %{hostname} avec l'erreur %{error_message}"
242
260
 
243
- #: ../app/controllers/discovered_hosts_controller.rb:131
261
+ #: ../app/controllers/discovered_hosts_controller.rb:132
244
262
  msgid "Failed to reboot hosts with error %s"
245
263
  msgstr "Échec du redémarrage des hôtes avec l'erreur %s"
246
264
 
247
- #: ../app/controllers/discovered_hosts_controller.rb:149
265
+ #: ../app/controllers/discovered_hosts_controller.rb:150
248
266
  msgid "Destroyed selected hosts"
249
267
  msgstr "Hôtes sélectionnés détruits"
250
268
 
251
- #: ../app/controllers/discovered_hosts_controller.rb:151
269
+ #: ../app/controllers/discovered_hosts_controller.rb:152
252
270
  msgid "The following hosts were not deleted: %s"
253
271
  msgstr "Les hôtes suivants n'ont pas été supprimés : %s"
254
272
 
255
- #: ../app/controllers/discovered_hosts_controller.rb:163
273
+ #: ../app/controllers/discovered_hosts_controller.rb:164
256
274
  msgid "Failed to auto provision host %s: %s"
257
275
  msgstr "Échec du provisioning automatique de l'hôte %s: %s"
258
276
 
259
- #: ../app/controllers/discovered_hosts_controller.rb:191
277
+ #: ../app/controllers/discovered_hosts_controller.rb:192
260
278
  msgid "Discovered hosts are provisioning now"
261
279
  msgstr "Les hôtes détectés sont maintenant provisionnés"
262
280
 
263
- #: ../app/controllers/discovered_hosts_controller.rb:223
281
+ #: ../app/controllers/discovered_hosts_controller.rb:224
264
282
  msgid "Highlights"
265
283
  msgstr "Surlignages"
266
284
 
267
- #: ../app/controllers/discovered_hosts_controller.rb:223
285
+ #: ../app/controllers/discovered_hosts_controller.rb:224
268
286
  msgid "Storage"
269
287
  msgstr "Stockage"
270
288
 
271
- #: ../app/controllers/discovered_hosts_controller.rb:223
289
+ #: ../app/controllers/discovered_hosts_controller.rb:224
272
290
  msgid "Hardware"
273
291
  msgstr "Matériel"
274
292
 
275
- #: ../app/controllers/discovered_hosts_controller.rb:223
293
+ #: ../app/controllers/discovered_hosts_controller.rb:224
276
294
  msgid "Network"
277
295
  msgstr "Réseau"
278
296
 
279
- #: ../app/controllers/discovered_hosts_controller.rb:223
297
+ #: ../app/controllers/discovered_hosts_controller.rb:224
280
298
  msgid "Software"
281
299
  msgstr "Logiciel"
282
300
 
283
- #: ../app/controllers/discovered_hosts_controller.rb:223
301
+ #: ../app/controllers/discovered_hosts_controller.rb:224
284
302
  msgid "IPMI"
285
303
  msgstr "IPMI "
286
304
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:223
305
+ #: ../app/controllers/discovered_hosts_controller.rb:224
288
306
  msgid "Miscellaneous"
289
307
  msgstr "Divers"
290
308
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:301
309
+ #: ../app/controllers/discovered_hosts_controller.rb:302
292
310
  msgid "No hosts were found with that id or name"
293
311
  msgstr "Aucun Hôte trouvé avec cet id ou ce nom"
294
312
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:305
313
+ #: ../app/controllers/discovered_hosts_controller.rb:306
296
314
  msgid "No hosts selected"
297
315
  msgstr "Aucun hôte sélectionné"
298
316
 
299
- #: ../app/controllers/discovered_hosts_controller.rb:311
317
+ #: ../app/controllers/discovered_hosts_controller.rb:312
300
318
  msgid "Something went wrong while selecting hosts - %s"
301
319
  msgstr "Quelque chose s'est mal passé lors de la sélection des hôtes - %s"
302
320
 
@@ -312,15 +330,21 @@ msgstr "Règle désactivée"
312
330
  msgid "%s ago"
313
331
  msgstr "Il y a %s"
314
332
 
315
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
333
+ #: ../app/helpers/discovered_hosts_helper.rb:14
334
+ #: ../app/helpers/discovered_hosts_helper.rb:29
335
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
316
336
  msgid "Auto Provision"
317
337
  msgstr "Provisionner automatiquement"
318
338
 
319
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
339
+ #: ../app/helpers/discovered_hosts_helper.rb:15
340
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
320
341
  msgid "Refresh facts"
321
342
  msgstr "Rafraichir les facts"
322
343
 
323
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
344
+ #: ../app/helpers/discovered_hosts_helper.rb:16
345
+ #: ../app/helpers/discovered_hosts_helper.rb:30
346
+ #: ../app/models/setting/discovered.rb:22
347
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
324
348
  msgid "Reboot"
325
349
  msgstr "Redémarrer"
326
350
 
@@ -328,11 +352,13 @@ msgstr "Redémarrer"
328
352
  msgid "Back"
329
353
  msgstr "Retour"
330
354
 
331
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
355
+ #: ../app/helpers/discovered_hosts_helper.rb:21
356
+ #: ../app/helpers/discovered_hosts_helper.rb:35
332
357
  msgid "Select Action"
333
358
  msgstr "Choisir l'action"
334
359
 
335
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
360
+ #: ../app/helpers/discovered_hosts_helper.rb:23
361
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
336
362
  msgid "Delete %s?"
337
363
  msgstr "Supprimer %s ?"
338
364
 
@@ -352,7 +378,8 @@ msgstr "Supprimer"
352
378
  msgid "%s - The following hosts are about to be changed"
353
379
  msgstr "%s - les hôtes suivants vont être changés"
354
380
 
355
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
381
+ #: ../app/helpers/discovered_hosts_helper.rb:46
382
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
356
383
  msgid "N/A"
357
384
  msgstr "N/A"
358
385
 
@@ -372,7 +399,12 @@ msgstr "Signalé au cours des 7 derniers jours"
372
399
  msgid "Provision"
373
400
  msgstr "Provisionner"
374
401
 
375
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
402
+ #: ../app/helpers/discovery_rules_helper.rb:26
403
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
404
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
405
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
406
+ #: ../lib/foreman_discovery/engine.rb:158
407
+ #: ../lib/foreman_discovery/engine.rb:173
376
408
  msgid "Discovered Hosts"
377
409
  msgstr "Hôtes détectés"
378
410
 
@@ -421,14 +453,17 @@ msgid "must be present."
421
453
  msgstr "doit être présent."
422
454
 
423
455
  #: ../app/models/discovery_rule.rb:52
424
- msgid "Host group organization %s must also be associated to the discovery rule"
425
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
456
+ msgid ""
457
+ "Host group organization %s must also be associated to the discovery rule"
458
+ msgid_plural ""
459
+ "Host group organizations %s must also be associated to the discovery rule"
426
460
  msgstr[0] "L'organisation %s du groupe d'hôtes doit aussi être associée à la règle de découverte"
427
461
  msgstr[1] "Les organisations %s du groupe d'hôtes doivent aussi être associées à la règle de découverte"
428
462
 
429
463
  #: ../app/models/discovery_rule.rb:56
430
464
  msgid "Host group location %s must also be associated to the discovery rule"
431
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
465
+ msgid_plural ""
466
+ "Host group locations %s must also be associated to the discovery rule"
432
467
  msgstr[0] "L'emplacement %s du groupe d'hôtes doit aussi être associé à la règle de découverte"
433
468
  msgstr[1] "Les emplacements %s du groupe d'hôtes doivent aussi être associés à la règle de découverte"
434
469
 
@@ -449,11 +484,15 @@ msgid "Invalid facts, must be a Hash"
449
484
  msgstr "Facts non valides, doit être un hachage"
450
485
 
451
486
  #: ../app/models/host/discovered.rb:56
452
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
487
+ msgid ""
488
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
489
+ "and set hostname"
453
490
  msgstr "discovery_fact '%s' attendu manquant. Impossible de détecter l'interface principale et de définir le nom d'hôte"
454
491
 
455
492
  #: ../app/models/host/discovered.rb:69
456
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
493
+ msgid ""
494
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
495
+ "the discovery_hostname setting: %s"
457
496
  msgstr "Facts non valides : le hachage ne contient pas de valeur valide pour les facts du paramètre discovery_hostname : %s"
458
497
 
459
498
  #: ../app/models/host/discovered.rb:95
@@ -464,15 +503,15 @@ msgstr "Impossible d'importer les facts"
464
503
  msgid "Could not get facts from proxy %{url}: %{error}"
465
504
  msgstr "Impossible d'obtenir les facts du proxy %{url} : %{error}"
466
505
 
467
- #: ../app/models/host/discovered.rb:158
468
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
469
- msgstr "Impossible de redémarrer %{name} via %{url} : %{msg}"
506
+ #: ../app/models/host/discovered.rb:162
507
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
508
+ msgstr ""
470
509
 
471
- #: ../app/models/host/discovered.rb:166
472
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
473
- msgstr "Impossible d'exécuter kexec sur %{name} via %{url} : %{msg}"
510
+ #: ../app/models/host/discovered.rb:181
511
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
512
+ msgstr ""
474
513
 
475
- #: ../app/models/host/discovered.rb:185
514
+ #: ../app/models/host/discovered.rb:207
476
515
  msgid "Invalid hostname: Could not normalize the hostname"
477
516
  msgstr "Nom d'hôte non valide. Impossible de normaliser le nom d'hôte"
478
517
 
@@ -500,183 +539,191 @@ msgstr "URL kexec RAM d'initialisation non valide : '%s'"
500
539
  msgid "Rebuild DNS for %s"
501
540
  msgstr "Reconstruire DNS pour %s"
502
541
 
503
- #: ../app/models/setting/discovered.rb:19
542
+ #: ../app/models/setting/discovered.rb:15
504
543
  msgid "The default location to place discovered hosts in"
505
544
  msgstr "Attribution de la localisation par défaut pour les hôtes détectés"
506
545
 
507
- #: ../app/models/setting/discovered.rb:19
546
+ #: ../app/models/setting/discovered.rb:15
508
547
  msgid "Discovery location"
509
548
  msgstr "Emplacement de détection"
510
549
 
511
- #: ../app/models/setting/discovered.rb:20
550
+ #: ../app/models/setting/discovered.rb:16
512
551
  msgid "The default organization to place discovered hosts in"
513
552
  msgstr "Attribution de l'organisation par défaut pour les hôtes détectés"
514
553
 
515
- #: ../app/models/setting/discovered.rb:20
554
+ #: ../app/models/setting/discovered.rb:16
516
555
  msgid "Discovery organization"
517
556
  msgstr "Organisation de détection"
518
557
 
519
- #: ../app/models/setting/discovered.rb:21
558
+ #: ../app/models/setting/discovered.rb:17
520
559
  msgid "Fact name to use for primary interface detection"
521
560
  msgstr "Nom de fact à utiliser pour la détection de l'interface principale"
522
561
 
523
- #: ../app/models/setting/discovered.rb:21
562
+ #: ../app/models/setting/discovered.rb:17
524
563
  msgid "Interface fact"
525
564
  msgstr "Fact d'interface"
526
565
 
527
- #: ../app/models/setting/discovered.rb:22
528
- msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
566
+ #: ../app/models/setting/discovered.rb:18
567
+ msgid ""
568
+ "Automatic bond interface (if another interface is detected on the same VLAN "
569
+ "via LLDP)"
529
570
  msgstr "Interface de liaison automatique (si une autre interface est détectée sur le même VLAN via LLDP)"
530
571
 
531
- #: ../app/models/setting/discovered.rb:22
572
+ #: ../app/models/setting/discovered.rb:18
532
573
  msgid "Create bond interfaces"
533
574
  msgstr "Créer des interfaces de liaison"
534
575
 
535
- #: ../app/models/setting/discovered.rb:23
576
+ #: ../app/models/setting/discovered.rb:19
536
577
  msgid "Clean all reported facts during provisioning (except discovery facts)"
537
578
  msgstr "Nettoyer tous les facts signalés pendant le provisioning (sauf les facts de détection)"
538
579
 
539
- #: ../app/models/setting/discovered.rb:23
580
+ #: ../app/models/setting/discovered.rb:19
540
581
  msgid "Clean all facts"
541
582
  msgstr "Nettoyer tous les facts"
542
583
 
543
- #: ../app/models/setting/discovered.rb:24
584
+ #: ../app/models/setting/discovered.rb:20
544
585
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
545
586
  msgstr "Liste des facts à utiliser pour le nom d'hôte (séparés par une virgule, le premier l'emporte)"
546
587
 
547
- #: ../app/models/setting/discovered.rb:24
588
+ #: ../app/models/setting/discovered.rb:20
548
589
  msgid "Hostname facts"
549
590
  msgstr "Facts du nom d'hôte"
550
591
 
551
- #: ../app/models/setting/discovered.rb:25
552
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
592
+ #: ../app/models/setting/discovered.rb:21
593
+ msgid ""
594
+ "Automatically provision newly discovered hosts, according to the "
595
+ "provisioning rules"
553
596
  msgstr "Provisionner automatiquement les hôtes récemment détectés conformément aux règles de provisioning"
554
597
 
555
- #: ../app/models/setting/discovered.rb:25
598
+ #: ../app/models/setting/discovered.rb:21
556
599
  msgid "Auto provisioning"
557
600
  msgstr "Provisioning automatique"
558
601
 
559
- #: ../app/models/setting/discovered.rb:26
602
+ #: ../app/models/setting/discovered.rb:22
560
603
  msgid "Automatically reboot or kexec discovered host during provisioning"
561
604
  msgstr "Redémarrer automatiquement ou effectuer un kexec sur l'hôte détecté pendant le provisioning"
562
605
 
563
- #: ../app/models/setting/discovered.rb:27
606
+ #: ../app/models/setting/discovered.rb:23
564
607
  msgid "The default prefix to use for the host name, must start with a letter"
565
608
  msgstr "Préfixe par défaut à utiliser pour le nom d'hôte, doit commencer par une lettre"
566
609
 
567
- #: ../app/models/setting/discovered.rb:27
610
+ #: ../app/models/setting/discovered.rb:23
568
611
  msgid "Hostname prefix"
569
612
  msgstr "Préfixe du nom d'hôte"
570
613
 
571
- #: ../app/models/setting/discovered.rb:28
614
+ #: ../app/models/setting/discovered.rb:24
572
615
  msgid "Extra facter columns to show in host lists (separate by comma)"
573
616
  msgstr "Colonnes facter supplémentaires pour un affichage sous forme de listes d'hôtes (séparés par une virgule)"
574
617
 
575
- #: ../app/models/setting/discovered.rb:28
618
+ #: ../app/models/setting/discovered.rb:24
576
619
  msgid "Fact columns"
577
620
  msgstr "Colonnes fact"
578
621
 
579
- #: ../app/models/setting/discovered.rb:29
622
+ #: ../app/models/setting/discovered.rb:25
580
623
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
581
624
  msgstr "Expression régulière pour organiser les facts pour la section surlignages, par ex. ^(abc|cde)$"
582
625
 
583
- #: ../app/models/setting/discovered.rb:29
626
+ #: ../app/models/setting/discovered.rb:25
584
627
  msgid "Highlighted facts"
585
628
  msgstr "Facts surlignés"
586
629
 
587
- #: ../app/models/setting/discovered.rb:30
630
+ #: ../app/models/setting/discovered.rb:26
588
631
  msgid "Regex to organize facts for storage section"
589
632
  msgstr "Expression régulière pour organiser les facts pour la section stockage"
590
633
 
591
- #: ../app/models/setting/discovered.rb:30
634
+ #: ../app/models/setting/discovered.rb:26
592
635
  msgid "Storage facts"
593
636
  msgstr "Facts de stockage"
594
637
 
595
- #: ../app/models/setting/discovered.rb:31
638
+ #: ../app/models/setting/discovered.rb:27
596
639
  msgid "Regex to organize facts for software section"
597
640
  msgstr "Expression régulière pour organiser les facts pour la section logiciel"
598
641
 
599
- #: ../app/models/setting/discovered.rb:31
642
+ #: ../app/models/setting/discovered.rb:27
600
643
  msgid "Software facts"
601
644
  msgstr "Facts logiciels"
602
645
 
603
- #: ../app/models/setting/discovered.rb:32
646
+ #: ../app/models/setting/discovered.rb:28
604
647
  msgid "Regex to organize facts for hardware section"
605
648
  msgstr "Expression régulière pour organiser les facts pour la section matériel"
606
649
 
607
- #: ../app/models/setting/discovered.rb:32
650
+ #: ../app/models/setting/discovered.rb:28
608
651
  msgid "Hardware facts"
609
652
  msgstr "Facts matériels"
610
653
 
611
- #: ../app/models/setting/discovered.rb:33
654
+ #: ../app/models/setting/discovered.rb:29
612
655
  msgid "Regex to organize facts for network section"
613
656
  msgstr "Expression régulière pour organiser les facts pour la section réseau"
614
657
 
615
- #: ../app/models/setting/discovered.rb:33
658
+ #: ../app/models/setting/discovered.rb:29
616
659
  msgid "Network facts"
617
660
  msgstr "Facts réseau"
618
661
 
619
- #: ../app/models/setting/discovered.rb:34
662
+ #: ../app/models/setting/discovered.rb:30
620
663
  msgid "Regex to organize facts for ipmi section"
621
664
  msgstr "Expression régulière pour organiser les facts pour la section ipmi"
622
665
 
623
- #: ../app/models/setting/discovered.rb:34
666
+ #: ../app/models/setting/discovered.rb:30
624
667
  msgid "IPMI facts"
625
668
  msgstr "Facts IPMI"
626
669
 
627
- #: ../app/models/setting/discovered.rb:35
628
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
670
+ #: ../app/models/setting/discovered.rb:31
671
+ msgid ""
672
+ "Automatically generate PXE configuration to pin a newly discovered host to "
673
+ "discovery"
629
674
  msgstr "Générer automatiquement la configuration PXE pour épingler un hôte récemment détecté"
630
675
 
631
- #: ../app/models/setting/discovered.rb:35
676
+ #: ../app/models/setting/discovered.rb:31
632
677
  msgid "Lock PXE"
633
678
  msgstr "Verrouiller PXE"
634
679
 
635
- #: ../app/models/setting/discovered.rb:36
680
+ #: ../app/models/setting/discovered.rb:32
636
681
  msgid "PXELinux template to be used when pinning a host to discovery"
637
682
  msgstr "Modèle PXELinux à utiliser lors de l'épinglage d'un hôte pour la détection"
638
683
 
639
- #: ../app/models/setting/discovered.rb:36
684
+ #: ../app/models/setting/discovered.rb:32
640
685
  msgid "Locked PXELinux template name"
641
686
  msgstr "Nom de modèle PXELinux verrouillé"
642
687
 
643
- #: ../app/models/setting/discovered.rb:37
688
+ #: ../app/models/setting/discovered.rb:33
644
689
  msgid "PXEGrub template to be used when pinning a host to discovery"
645
690
  msgstr "Modèle PXEGrub à utiliser lors de l'épinglage d'un hôte pour la détection"
646
691
 
647
- #: ../app/models/setting/discovered.rb:37
692
+ #: ../app/models/setting/discovered.rb:33
648
693
  msgid "Locked PXEGrub template name"
649
694
  msgstr "Nom de modèle PXEGrub verrouillé"
650
695
 
651
- #: ../app/models/setting/discovered.rb:38
696
+ #: ../app/models/setting/discovered.rb:34
652
697
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
653
698
  msgstr "Modèle PXEGrub2 à utiliser lors de l'épinglage d'un hôte pour la détection"
654
699
 
655
- #: ../app/models/setting/discovered.rb:38
700
+ #: ../app/models/setting/discovered.rb:34
656
701
  msgid "Locked PXEGrub2 template name"
657
702
  msgstr "Nom de modèle PXEGrub2 verrouillé"
658
703
 
659
- #: ../app/models/setting/discovered.rb:39
704
+ #: ../app/models/setting/discovered.rb:35
660
705
  msgid "Force DNS entries creation when provisioning discovered host"
661
706
  msgstr "Forcer la création des entrées DNS lors du provisioning de l'hôte détecté"
662
707
 
663
- #: ../app/models/setting/discovered.rb:39
708
+ #: ../app/models/setting/discovered.rb:35
664
709
  msgid "Force DNS"
665
710
  msgstr "Forcer DNS"
666
711
 
667
- #: ../app/models/setting/discovered.rb:40
668
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
712
+ #: ../app/models/setting/discovered.rb:36
713
+ msgid ""
714
+ "Do not allow to discover existing managed host matching MAC of a "
715
+ "provisioning NIC (errors out early)"
669
716
  msgstr "Ne pas autoriser la découverte du MAC correspondant à un hôte géré existant d'une carte réseau de provisionnement (erreurs survenues tôt)"
670
717
 
671
- #: ../app/models/setting/discovered.rb:40
718
+ #: ../app/models/setting/discovered.rb:36
672
719
  msgid "Error on existing NIC"
673
720
  msgstr "Erreur sur une carte réseau existante"
674
721
 
675
- #: ../app/models/setting/discovered.rb:41
722
+ #: ../app/models/setting/discovered.rb:37
676
723
  msgid "Discovery hostname naming pattern"
677
724
  msgstr "Modèle de nommage du nom d'hôte de découverte"
678
725
 
679
- #: ../app/models/setting/discovered.rb:41
726
+ #: ../app/models/setting/discovered.rb:37
680
727
  msgid "Type of name generator"
681
728
  msgstr "Générateur type de nom"
682
729
 
@@ -689,9 +736,15 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
689
736
  msgstr "L'hôte découvert '%{host}' a eu toutes ces interfaces réseau filtrés, filtre: %{filter}"
690
737
 
691
738
  #: ../app/services/foreman_discovery/fact_parser.rb:12
692
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
739
+ msgid ""
740
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
741
+ "%{filter}"
693
742
  msgstr "Impossible de trouver une carte réseau primaire avec %{mac} spécifié via '%{fact}', Filtre de carte réseau: %{filter}"
694
743
 
744
+ #: ../app/services/foreman_discovery/host_converter.rb:39
745
+ msgid "IPAM must be configured for subnet '%s'"
746
+ msgstr ""
747
+
695
748
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
696
749
  msgid "Image API returned HTTP/%{code} with '%{body}"
697
750
  msgstr "L'API d'image a retourné HTTP/%{code} avec '%{body}"
@@ -700,6 +753,12 @@ msgstr "L'API d'image a retourné HTTP/%{code} avec '%{body}"
700
753
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
701
754
  msgstr "Erreur de traitement de l'API d'image : %{msg} (HTTP/%{code}, body: %{body})"
702
755
 
756
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
757
+ msgid "Discovered Host"
758
+ msgid_plural "Discovered Hosts"
759
+ msgstr[0] ""
760
+ msgstr[1] ""
761
+
703
762
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
704
763
  msgid "No discovered hosts available"
705
764
  msgstr "Aucun hôte détecté disponible"
@@ -708,23 +767,33 @@ msgstr "Aucun hôte détecté disponible"
708
767
  msgid "Host"
709
768
  msgstr "Hôte"
710
769
 
711
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
770
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
771
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
772
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
773
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
774
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
712
775
  msgid "Model"
713
776
  msgstr "Modèle"
714
777
 
715
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
778
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
779
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
780
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
781
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
716
782
  msgid "CPUs"
717
783
  msgstr "Processeurs"
718
784
 
719
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
785
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
786
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
787
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
788
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
720
789
  msgid "Memory"
721
790
  msgstr "Mémoire"
722
791
 
723
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
792
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
724
793
  msgid "Customize Host"
725
794
  msgstr "Personnaliser l'hôte"
726
795
 
727
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
796
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
728
797
  msgid "Create Host"
729
798
  msgstr "Créer un hôte"
730
799
 
@@ -736,11 +805,16 @@ msgstr "Sélectionner tous les éléments de cette page"
736
805
  msgid "items selected. Uncheck to Clear"
737
806
  msgstr "items sélectionnés. Décocher pour Effacer"
738
807
 
739
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../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
808
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
809
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
810
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
811
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
740
812
  msgid "Name"
741
813
  msgstr "Nom"
742
814
 
743
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
815
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
816
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
817
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
744
818
  msgid "IP Address"
745
819
  msgstr "Adresse IP"
746
820
 
@@ -752,11 +826,13 @@ msgstr "Nombre de disques"
752
826
  msgid "Disks Size"
753
827
  msgstr "Taille des disques"
754
828
 
755
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
829
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
830
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
756
831
  msgid "Location"
757
832
  msgstr "Localisation"
758
833
 
759
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
834
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
835
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
760
836
  msgid "Organization"
761
837
  msgstr "Organisation"
762
838
 
@@ -768,7 +844,8 @@ msgstr "Sous-Réseau"
768
844
  msgid "Last Facts Upload"
769
845
  msgstr "Derniers facts téléchargés"
770
846
 
771
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
847
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
848
+ #: ../app/views/discovery_rules/index.html.erb:12
772
849
  msgid "Actions"
773
850
  msgstr "Actions"
774
851
 
@@ -789,7 +866,9 @@ msgid "Provision %s"
789
866
  msgstr "Provisionner %s"
790
867
 
791
868
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
792
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
869
+ msgid ""
870
+ "This might take a while, as all hosts, facts and reports will be destroyed "
871
+ "as well"
793
872
  msgstr "Cette action peut prendre un certain temps, pour tous les hôtes, les rapports et facts vont aussi être supprimés"
794
873
 
795
874
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -833,7 +912,9 @@ msgid "No discovered hosts found in this context."
833
912
  msgstr "Aucun hôte détecté trouvé dans ce contexte."
834
913
 
835
914
  #: ../app/views/discovered_hosts/welcome.html.erb:8
836
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
915
+ msgid ""
916
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
917
+ "provisioned."
837
918
  msgstr "Cette page montre les nœuds nus ou virtuels en attente de mise en service."
838
919
 
839
920
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -848,19 +929,23 @@ msgstr "Rapport de synthèse des hôtes détectés depuis Foreman"
848
929
  msgid "<b>Foreman</b> Discovered hosts summary"
849
930
  msgstr "<b>Foreman</b> Synthèse des hôtes détectés"
850
931
 
851
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
932
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
933
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
852
934
  msgid "Summary from %{time} ago to %{now}"
853
935
  msgstr "Synthèse de %{time} à %{now}"
854
936
 
855
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
937
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
938
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
856
939
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
857
940
  msgstr "Hôtes détectés depuis le serveur Foreman à l'adresse %{foreman_url}"
858
941
 
859
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
942
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
943
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
860
944
  msgid "Disk count"
861
945
  msgstr "Nombre de disques"
862
946
 
863
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
947
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
948
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
864
949
  msgid "Disks size"
865
950
  msgstr "Taille des disques"
866
951
 
@@ -909,30 +994,41 @@ msgid "Rule priority (lower integer means higher priority)"
909
994
  msgstr "Priorité des règles (plus le nombre est petit, plus la priorité est élevée)"
910
995
 
911
996
  #: ../app/views/discovery_rules/_template_inline.erb:2
912
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
997
+ msgid ""
998
+ "Specify target hostname template pattern in the same syntax as in "
999
+ "Provisioning Templates (ERB)."
913
1000
  msgstr "Spécifiez le modèle de nom d'hôte cible dans la même syntaxe que celle des modèles de provisioning (ERB)."
914
1001
 
915
1002
  #: ../app/views/discovery_rules/_template_inline.erb:4
916
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
1003
+ msgid ""
1004
+ "Domain will be appended automatically. A hostname based on MAC address will "
1005
+ "be used when left blank."
917
1006
  msgstr "Le domaine sera ajouté automatiquement. Un nom d'hôte basé sur une adresse MAC sera utilisé si le champ est vide."
918
1007
 
919
1008
  #: ../app/views/discovery_rules/_template_inline.erb:5
920
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1009
+ msgid ""
1010
+ "In addition to @host attribute function rand for random integers is "
1011
+ "available. Examples:"
921
1012
  msgstr "En plus de la fonction d'attribut @host, la fonction ALEA pour les entiers aléatoires est disponible. Exemples :"
922
1013
 
923
1014
  #: ../app/views/discovery_rules/_template_inline.erb:8
924
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
1015
+ msgid ""
1016
+ "When creating hostname patterns, make sure the resulting host names are "
1017
+ "unique."
925
1018
  msgstr "Lors de la création de modèles de nom d'hôte, veillez à ce que les noms d'hôte soient uniques."
926
1019
 
927
1020
  #: ../app/views/discovery_rules/_template_inline.erb:9
928
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1021
+ msgid ""
1022
+ "Hostnames must not start with numbers. A good approach is to use unique "
1023
+ "information provided by facter (MAC address, BIOS or serial ID)."
929
1024
  msgstr "Les noms d'hôte ne doivent pas commencer par des nombres. Une bonne méthode consiste à utiliser des informations uniques fournies par facter (adresse MAC, BIOS ou ID de série)."
930
1025
 
931
1026
  #: ../app/views/discovery_rules/edit.html.erb:1
932
1027
  msgid "Edit %s"
933
1028
  msgstr "Modifier %s"
934
1029
 
935
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
1030
+ #: ../app/views/discovery_rules/index.html.erb:1
1031
+ #: ../lib/foreman_discovery/engine.rb:163
936
1032
  msgid "Discovery Rules"
937
1033
  msgstr "Règles de détection"
938
1034
 
@@ -997,9 +1093,13 @@ msgid "Discovery Proxy"
997
1093
  msgstr "Proxy de détection"
998
1094
 
999
1095
  #: ../lib/foreman_discovery/engine.rb:189
1000
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1096
+ msgid ""
1097
+ "Discovery Proxy to use within this subnet for managing connection to "
1098
+ "discovered hosts"
1001
1099
  msgstr "Proxy de détection à utiliser à l'intérieur de ce sous-réseau pour gérer la connexion aux hôtes détectés"
1002
1100
 
1003
1101
  #: ../lib/foreman_discovery/engine.rb:190
1004
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1102
+ msgid ""
1103
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1104
+ "discovered hosts"
1005
1105
  msgstr "ID du proxy de détection à utiliser à l'intérieur de ce sous-réseau pour gérer la connexion aux hôtes détectés"