foreman_discovery 16.1.3 → 16.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
- data/app/controllers/discovered_hosts_controller.rb +5 -3
- data/app/helpers/discovered_hosts_helper.rb +5 -0
- data/app/models/host/discovered.rb +11 -15
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
- data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
- data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
- data/app/views/discovered_hosts/welcome.html.erb +14 -9
- data/app/views/discovery_rules/index.html.erb +1 -1
- data/app/views/foreman_discovery/debian_kexec.erb +3 -2
- data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
- data/extra/discover-host +14 -8
- data/lib/foreman_discovery/engine.rb +3 -2
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +46 -37
- data/locale/ca/foreman_discovery.po +28 -10
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +54 -47
- data/locale/de/foreman_discovery.po +28 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +40 -28
- data/locale/en/foreman_discovery.po +28 -10
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +45 -44
- data/locale/en_GB/foreman_discovery.po +28 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +79 -76
- data/locale/es/foreman_discovery.po +28 -10
- data/locale/foreman_discovery.pot +142 -115
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +85 -82
- data/locale/fr/foreman_discovery.po +28 -10
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +41 -29
- data/locale/gl/foreman_discovery.po +28 -10
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +54 -42
- data/locale/it/foreman_discovery.po +28 -10
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +88 -87
- data/locale/ja/foreman_discovery.po +28 -10
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +53 -41
- data/locale/ko/foreman_discovery.po +28 -10
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +78 -72
- data/locale/pt_BR/foreman_discovery.po +28 -10
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +53 -41
- data/locale/ru/foreman_discovery.po +28 -10
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +44 -32
- data/locale/sv_SE/foreman_discovery.po +28 -10
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +123 -123
- data/locale/zh_CN/foreman_discovery.po +28 -10
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +53 -41
- data/locale/zh_TW/foreman_discovery.po +28 -10
- data/package.json +39 -0
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/functional/discovery_rules_controller_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +0 -16
- data/webpack/index.js +18 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
- data/webpack/src/reducers.js +7 -0
- metadata +24 -12
Binary file
|
@@ -10,8 +10,8 @@ msgid ""
|
|
10
10
|
msgstr ""
|
11
11
|
"Project-Id-Version: foreman_discovery 16.3.4\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"PO-Revision-Date: 2020-
|
14
|
-
"Last-Translator:
|
13
|
+
"PO-Revision-Date: 2020-12-01 08:27+0000\n"
|
14
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>\n"
|
15
15
|
"Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -57,7 +57,7 @@ msgstr "Provisionner un hôte détecté"
|
|
57
57
|
|
58
58
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
|
59
59
|
msgid "required if host is managed and value is not inherited from host group"
|
60
|
-
msgstr ""
|
60
|
+
msgstr "requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes"
|
61
61
|
|
62
62
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
63
63
|
msgid "not required if using a subnet with DHCP proxy"
|
@@ -69,31 +69,31 @@ msgstr "non requis s'il s'agit d'une machine virtuelle"
|
|
69
69
|
|
70
70
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
71
71
|
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
72
|
-
msgstr ""
|
72
|
+
msgstr "requis si le provisioning n'est pas basé sur une image , que l'hôte est géré et que la valeur n'est pas héritée d'un groupe d'hôtes"
|
73
73
|
|
74
74
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
75
75
|
msgid "required if host is managed and custom partition has not been defined"
|
76
|
-
msgstr ""
|
76
|
+
msgstr "requis si l'hôte est géré et possède une partition spécifique qui n'a pas été définie"
|
77
77
|
|
78
78
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
79
79
|
msgid "Host's owner type"
|
80
|
-
msgstr ""
|
80
|
+
msgstr "Type de propriétaire de l'hôte"
|
81
81
|
|
82
82
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
83
83
|
msgid "Host's parameters (array or indexed hash)"
|
84
|
-
msgstr ""
|
84
|
+
msgstr "Paramètres de l'hôte (tableau ou hachage indexé)"
|
85
85
|
|
86
86
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
87
87
|
msgid "Name of the parameter"
|
88
|
-
msgstr ""
|
88
|
+
msgstr "Nom du paramêtre"
|
89
89
|
|
90
90
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
91
91
|
msgid "Parameter value"
|
92
|
-
msgstr ""
|
92
|
+
msgstr "Valeur du paramètre"
|
93
93
|
|
94
94
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
95
95
|
msgid "Type of value"
|
96
|
-
msgstr ""
|
96
|
+
msgstr "Type de valeur"
|
97
97
|
|
98
98
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
99
99
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
@@ -109,7 +109,7 @@ msgstr "Supprimer un hôte détecté"
|
|
109
109
|
|
110
110
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
|
111
111
|
msgid "Upload facts for a host, creating the host if required"
|
112
|
-
msgstr "
|
112
|
+
msgstr "Télécharge les facts d'un hôte, créé l'hôte si besoin"
|
113
113
|
|
114
114
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
|
115
115
|
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)"
|
@@ -253,7 +253,7 @@ msgstr "Échec de rafraichissement des facts pour %s"
|
|
253
253
|
|
254
254
|
#: ../app/controllers/discovered_hosts_controller.rb:102
|
255
255
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
256
|
-
msgstr "Échec de
|
256
|
+
msgstr "Échec de rafraichissement des facts pour %s"
|
257
257
|
|
258
258
|
#: ../app/controllers/discovered_hosts_controller.rb:109
|
259
259
|
msgid "Host of type %s can not be rebooted"
|
@@ -261,7 +261,7 @@ msgstr "Impossible de redémarrer l'hôte de type %s"
|
|
261
261
|
|
262
262
|
#: ../app/controllers/discovered_hosts_controller.rb:113
|
263
263
|
msgid "Rebooting host %s"
|
264
|
-
msgstr "Redémarrage
|
264
|
+
msgstr "Redémarrage des l'hôtes"
|
265
265
|
|
266
266
|
#: ../app/controllers/discovered_hosts_controller.rb:115
|
267
267
|
msgid "Failed to reboot host %s"
|
@@ -269,7 +269,7 @@ msgstr "Échec du redémarrage de l'hôte %s"
|
|
269
269
|
|
270
270
|
#: ../app/controllers/discovered_hosts_controller.rb:118
|
271
271
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
272
|
-
msgstr "Échec du redémarrage
|
272
|
+
msgstr "Échec du redémarrage des hôtes avec l'erreur %s"
|
273
273
|
|
274
274
|
#: ../app/controllers/discovered_hosts_controller.rb:132
|
275
275
|
msgid "Failed to reboot hosts with error %s"
|
@@ -329,13 +329,13 @@ msgstr "Aucun hôte sélectionné"
|
|
329
329
|
|
330
330
|
#: ../app/controllers/discovered_hosts_controller.rb:314
|
331
331
|
msgid "Something went wrong while selecting hosts - %s"
|
332
|
-
msgstr "
|
332
|
+
msgstr "Une erreur s'est produite lors de la sélection des hôtes - %s"
|
333
333
|
|
334
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
334
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
335
335
|
msgid "Rule enabled"
|
336
336
|
msgstr "Règle activée"
|
337
337
|
|
338
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
338
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
339
339
|
msgid "Rule disabled"
|
340
340
|
msgstr "Règle désactivée"
|
341
341
|
|
@@ -343,29 +343,29 @@ msgstr "Règle désactivée"
|
|
343
343
|
msgid "%s ago"
|
344
344
|
msgstr "Il y a %s"
|
345
345
|
|
346
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
346
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
347
347
|
msgid "Auto Provision"
|
348
348
|
msgstr "Provisionner automatiquement"
|
349
349
|
|
350
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
350
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
|
351
351
|
msgid "Refresh facts"
|
352
352
|
msgstr "Rafraichir les facts"
|
353
353
|
|
354
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
354
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
|
355
355
|
msgid "Reboot"
|
356
356
|
msgstr "Redémarrer"
|
357
357
|
|
358
358
|
#: ../app/helpers/discovered_hosts_helper.rb:19
|
359
359
|
msgid "Back"
|
360
|
-
msgstr "
|
360
|
+
msgstr "Précédent"
|
361
361
|
|
362
362
|
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
363
363
|
msgid "Select Action"
|
364
364
|
msgstr "Choisir l'action"
|
365
365
|
|
366
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
366
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
367
367
|
msgid "Delete %s?"
|
368
|
-
msgstr "Supprimer
|
368
|
+
msgstr "Supprimer"
|
369
369
|
|
370
370
|
#: ../app/helpers/discovered_hosts_helper.rb:31
|
371
371
|
msgid "Assign Organization"
|
@@ -385,7 +385,7 @@ msgstr "%s - les hôtes suivants vont être changés"
|
|
385
385
|
|
386
386
|
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
387
387
|
msgid "N/A"
|
388
|
-
msgstr "
|
388
|
+
msgstr "Sans objet"
|
389
389
|
|
390
390
|
#: ../app/helpers/discovered_hosts_helper.rb:58
|
391
391
|
msgid "New in the last 24 hours"
|
@@ -401,7 +401,7 @@ msgstr "Signalé au cours des 7 derniers jours"
|
|
401
401
|
|
402
402
|
#: ../app/helpers/discovered_hosts_helper.rb:90
|
403
403
|
msgid "Provision"
|
404
|
-
msgstr "
|
404
|
+
msgstr "Mettre en service"
|
405
405
|
|
406
406
|
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
|
407
407
|
msgid "Discovered Hosts"
|
@@ -454,14 +454,14 @@ msgstr "doit être présent."
|
|
454
454
|
#: ../app/models/discovery_rule.rb:52
|
455
455
|
msgid "Host group organization %s must also be associated to the discovery rule"
|
456
456
|
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
457
|
-
msgstr[0] "L'organisation
|
458
|
-
msgstr[1] "
|
457
|
+
msgstr[0] "L'organisation du groupe d'hôtes %s doit également être associée à la règle de détection"
|
458
|
+
msgstr[1] "L'organisation du groupe d'hôtes %s doit également être associée à la règle de détection"
|
459
459
|
|
460
460
|
#: ../app/models/discovery_rule.rb:56
|
461
461
|
msgid "Host group location %s must also be associated to the discovery rule"
|
462
462
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
463
|
-
msgstr[0] "L'emplacement
|
464
|
-
msgstr[1] "
|
463
|
+
msgstr[0] "L'emplacement du groupe d'hôtes %s doit également être associé à la règle de détection"
|
464
|
+
msgstr[1] "L'emplacement du groupe d'hôtes %s doit également être associé à la règle de détection"
|
465
465
|
|
466
466
|
#: ../app/models/host/discovered.rb:40
|
467
467
|
msgid "Fact + prefix"
|
@@ -497,15 +497,15 @@ msgstr "Impossible d'obtenir les facts du proxy %{url} : %{error}"
|
|
497
497
|
|
498
498
|
#: ../app/models/host/discovered.rb:160
|
499
499
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
500
|
-
msgstr ""
|
500
|
+
msgstr "Impossible d'effectuer un redémarrage sur %{name} (%{url}) : %{msg}"
|
501
501
|
|
502
502
|
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
503
503
|
msgid "Unable to perform %{action} on %{ips}"
|
504
|
-
msgstr ""
|
504
|
+
msgstr "Impossible d'exécuter sur %{ips}"
|
505
505
|
|
506
506
|
#: ../app/models/host/discovered.rb:179
|
507
507
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
508
|
-
msgstr ""
|
508
|
+
msgstr "Impossible d'exécuter kexec sur %{name} (%{url}) : %{msg}"
|
509
509
|
|
510
510
|
#: ../app/models/host/discovered.rb:203
|
511
511
|
msgid "Invalid hostname: Could not normalize the hostname"
|
@@ -729,7 +729,7 @@ msgstr "Impossible de trouver une carte réseau primaire avec %{mac} spécifié
|
|
729
729
|
|
730
730
|
#: ../app/services/foreman_discovery/host_converter.rb:47
|
731
731
|
msgid "IPAM must be configured for subnet '%s'"
|
732
|
-
msgstr ""
|
732
|
+
msgstr "L'IPAM doit être configuré pour le sous-réseau \"%s\""
|
733
733
|
|
734
734
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
735
735
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
@@ -737,13 +737,13 @@ msgstr "L'API d'image a retourné HTTP/%{code} avec '%{body}"
|
|
737
737
|
|
738
738
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:79
|
739
739
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
740
|
-
msgstr "Erreur de traitement de l'API d'image :
|
740
|
+
msgstr "Erreur de traitement de l'API d'image : (HTTP/, corps : )"
|
741
741
|
|
742
742
|
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
743
743
|
msgid "Discovered Host"
|
744
744
|
msgid_plural "Discovered Hosts"
|
745
|
-
msgstr[0] ""
|
746
|
-
msgstr[1] ""
|
745
|
+
msgstr[0] "Hôtes détectés"
|
746
|
+
msgstr[1] "Hôtes détectés"
|
747
747
|
|
748
748
|
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
749
749
|
msgid "No discovered hosts available"
|
@@ -753,15 +753,15 @@ msgstr "Aucun hôte détecté disponible"
|
|
753
753
|
msgid "Host"
|
754
754
|
msgstr "Hôte"
|
755
755
|
|
756
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
756
|
+
#: ../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
|
757
757
|
msgid "Model"
|
758
|
-
msgstr "
|
758
|
+
msgstr "Modéliser"
|
759
759
|
|
760
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
760
|
+
#: ../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
|
761
761
|
msgid "CPUs"
|
762
762
|
msgstr "Processeurs"
|
763
763
|
|
764
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
764
|
+
#: ../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
|
765
765
|
msgid "Memory"
|
766
766
|
msgstr "Mémoire"
|
767
767
|
|
@@ -773,65 +773,65 @@ msgstr "Personnaliser l'hôte"
|
|
773
773
|
msgid "Create Host"
|
774
774
|
msgstr "Créer un hôte"
|
775
775
|
|
776
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
776
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
777
777
|
msgid "Select all items in this page"
|
778
778
|
msgstr "Sélectionner tous les éléments de cette page"
|
779
779
|
|
780
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
780
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
781
781
|
msgid "items selected. Uncheck to Clear"
|
782
782
|
msgstr "items sélectionnés. Décocher pour Effacer"
|
783
783
|
|
784
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
784
|
+
#: ../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
|
785
785
|
msgid "Name"
|
786
786
|
msgstr "Nom"
|
787
787
|
|
788
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
788
|
+
#: ../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
|
789
789
|
msgid "IP Address"
|
790
790
|
msgstr "Adresse IP"
|
791
791
|
|
792
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
792
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
793
793
|
msgid "Disk Count"
|
794
794
|
msgstr "Nombre de disques"
|
795
795
|
|
796
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
796
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
797
797
|
msgid "Disks Size"
|
798
798
|
msgstr "Taille des disques"
|
799
799
|
|
800
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
800
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
801
801
|
msgid "Location"
|
802
|
-
msgstr "
|
802
|
+
msgstr "Emplacement"
|
803
803
|
|
804
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
804
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
805
805
|
msgid "Organization"
|
806
806
|
msgstr "Organisation"
|
807
807
|
|
808
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
808
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
809
809
|
msgid "Subnet"
|
810
|
-
msgstr "Sous-
|
810
|
+
msgstr "Sous-réseau"
|
811
811
|
|
812
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
812
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
813
813
|
msgid "Last Facts Upload"
|
814
814
|
msgstr "Derniers facts téléchargés"
|
815
815
|
|
816
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
816
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
|
817
817
|
msgid "Actions"
|
818
818
|
msgstr "Actions"
|
819
819
|
|
820
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
820
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
|
821
821
|
msgid "Please Confirm"
|
822
822
|
msgstr "Merci de confirmer"
|
823
823
|
|
824
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
824
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
|
825
825
|
msgid "Cancel"
|
826
826
|
msgstr "Annuler"
|
827
827
|
|
828
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
828
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
|
829
829
|
msgid "Submit"
|
830
|
-
msgstr "
|
830
|
+
msgstr "Envoyer"
|
831
831
|
|
832
832
|
#: ../app/views/discovered_hosts/edit.html.erb:1
|
833
833
|
msgid "Provision %s"
|
834
|
-
msgstr "
|
834
|
+
msgstr "Mettre en service"
|
835
835
|
|
836
836
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
|
837
837
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
@@ -847,7 +847,7 @@ msgstr "Choisir une organisation"
|
|
847
847
|
|
848
848
|
#: ../app/views/discovered_hosts/show.html.erb:1
|
849
849
|
msgid "Discovered host: %s"
|
850
|
-
msgstr "Hôtes détectés
|
850
|
+
msgstr "Hôtes détectés"
|
851
851
|
|
852
852
|
#: ../app/views/discovered_hosts/show.html.erb:37
|
853
853
|
msgid "Interfaces"
|
@@ -859,7 +859,7 @@ msgstr "Type"
|
|
859
859
|
|
860
860
|
#: ../app/views/discovered_hosts/show.html.erb:45
|
861
861
|
msgid "Identifier"
|
862
|
-
msgstr "
|
862
|
+
msgstr "Identificateur"
|
863
863
|
|
864
864
|
#: ../app/views/discovered_hosts/show.html.erb:46
|
865
865
|
msgid "MAC address"
|
@@ -871,7 +871,7 @@ msgstr "Adresse IP"
|
|
871
871
|
|
872
872
|
#: ../app/views/discovered_hosts/show.html.erb:66
|
873
873
|
msgid "Collapse All"
|
874
|
-
msgstr "
|
874
|
+
msgstr "Réduire tout"
|
875
875
|
|
876
876
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
877
877
|
msgid "Summary report for discovered hosts from Foreman"
|
@@ -879,11 +879,11 @@ msgstr "Rapport de synthèse des hôtes détectés depuis Foreman"
|
|
879
879
|
|
880
880
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:9
|
881
881
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
882
|
-
msgstr "
|
882
|
+
msgstr "Synthèse des hôtes détectés Foreman"
|
883
883
|
|
884
884
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
885
885
|
msgid "Summary from %{time} ago to %{now}"
|
886
|
-
msgstr "
|
886
|
+
msgstr "Résumé d'il y a un an à %{now}"
|
887
887
|
|
888
888
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
889
889
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
@@ -963,13 +963,13 @@ msgstr "Les noms d'hôte ne doivent pas commencer par des nombres. Une bonne mé
|
|
963
963
|
|
964
964
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
965
965
|
msgid "Edit %s"
|
966
|
-
msgstr "Modifier
|
966
|
+
msgstr "Modifier"
|
967
967
|
|
968
968
|
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
|
969
969
|
msgid "Discovery Rules"
|
970
970
|
msgstr "Règles de détection"
|
971
971
|
|
972
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
972
|
+
#: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
|
973
973
|
msgid "Create Rule"
|
974
974
|
msgstr "Créer une règle"
|
975
975
|
|
@@ -1001,6 +1001,10 @@ msgstr "Activé"
|
|
1001
1001
|
msgid "New Discovery Rule"
|
1002
1002
|
msgstr "Nouvelle règle de détection"
|
1003
1003
|
|
1004
|
+
#: ../app/views/discovery_rules/welcome.html.erb:8
|
1005
|
+
msgid "Discovered Rules"
|
1006
|
+
msgstr ""
|
1007
|
+
|
1004
1008
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
1005
1009
|
msgid "Command line options for kexec during PXE-less provisioning."
|
1006
1010
|
msgstr "Options de ligne de commande pour kexec lors du provisoning sans PXE."
|
@@ -1037,27 +1041,26 @@ msgstr "Proxy de détection à utiliser à l'intérieur de ce sous-réseau pour
|
|
1037
1041
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1038
1042
|
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"
|
1039
1043
|
|
1040
|
-
#:
|
1041
|
-
msgid "
|
1044
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1045
|
+
msgid "For more information please see "
|
1042
1046
|
msgstr ""
|
1043
1047
|
|
1044
|
-
#:
|
1045
|
-
msgid "
|
1048
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1049
|
+
msgid "documentation"
|
1046
1050
|
msgstr ""
|
1047
1051
|
|
1048
|
-
#: action_names.rb:
|
1052
|
+
#: action_names.rb:2
|
1053
|
+
msgid "Action with sub plans"
|
1054
|
+
msgstr "Action avec sous-plans"
|
1055
|
+
|
1056
|
+
#: action_names.rb:3
|
1049
1057
|
msgid "Import facts"
|
1050
|
-
msgstr ""
|
1058
|
+
msgstr "Importer des faits"
|
1051
1059
|
|
1052
|
-
#: action_names.rb:
|
1053
|
-
msgid "
|
1054
|
-
msgstr ""
|
1060
|
+
#: action_names.rb:4
|
1061
|
+
msgid "Import Puppet classes"
|
1062
|
+
msgstr "Importer des classes Puppet"
|
1055
1063
|
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
#~ msgstr "Aucun hôte détecté trouvé dans ce contexte."
|
1060
|
-
#~ msgid ""
|
1061
|
-
#~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
|
1062
|
-
#~ "ed."
|
1063
|
-
#~ msgstr "Cette page montre les nœuds nus ou virtuels en attente de mise en service."
|
1064
|
+
#: action_names.rb:5
|
1065
|
+
msgid "Remote action:"
|
1066
|
+
msgstr "Action distante :"
|
@@ -8,7 +8,7 @@
|
|
8
8
|
# Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_discovery 16.0
|
11
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
14
14
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -325,6 +325,12 @@ msgstr[1] "Les organisations %s du groupe d'hôtes doivent aussi être associée
|
|
325
325
|
msgid "Host of type %s can not be rebooted"
|
326
326
|
msgstr "Impossible de redémarrer l'hôte de type %s"
|
327
327
|
|
328
|
+
msgid "Host's owner type"
|
329
|
+
msgstr ""
|
330
|
+
|
331
|
+
msgid "Host's parameters (array or indexed hash)"
|
332
|
+
msgstr ""
|
333
|
+
|
328
334
|
msgid "Hostname facts"
|
329
335
|
msgstr "Facts du nom d'hôte"
|
330
336
|
|
@@ -412,9 +418,6 @@ msgstr "Modèle kexec non associé à un système d'exploitation"
|
|
412
418
|
msgid "Last Facts Upload"
|
413
419
|
msgstr "Derniers facts téléchargés"
|
414
420
|
|
415
|
-
msgid "Learn more about this in the documentation."
|
416
|
-
msgstr "Approfondissez ce sujet dans la documentation."
|
417
|
-
|
418
421
|
msgid "List all discovered hosts"
|
419
422
|
msgstr "Afficher tous les hôtes détectés"
|
420
423
|
|
@@ -469,6 +472,9 @@ msgstr "N/A"
|
|
469
472
|
msgid "Name"
|
470
473
|
msgstr "Nom"
|
471
474
|
|
475
|
+
msgid "Name of the parameter"
|
476
|
+
msgstr ""
|
477
|
+
|
472
478
|
msgid "Network"
|
473
479
|
msgstr "Réseau"
|
474
480
|
|
@@ -487,9 +493,6 @@ msgstr "Aucun hôte détecté disponible"
|
|
487
493
|
msgid "No discovered hosts for the selected period"
|
488
494
|
msgstr "Aucun hôte détecté pendant la période sélectionnée"
|
489
495
|
|
490
|
-
msgid "No discovered hosts found in this context."
|
491
|
-
msgstr "Aucun hôte détecté trouvé dans ce contexte."
|
492
|
-
|
493
496
|
msgid "No discovered hosts to provision"
|
494
497
|
msgstr "Aucun hôte détecté à provisionner"
|
495
498
|
|
@@ -532,6 +535,9 @@ msgstr "Modèle PXEGrub2 à utiliser lors de l'épinglage d'un hôte pour la dé
|
|
532
535
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
533
536
|
msgstr "Modèle PXELinux à utiliser lors de l'épinglage d'un hôte pour la détection"
|
534
537
|
|
538
|
+
msgid "Parameter value"
|
539
|
+
msgstr ""
|
540
|
+
|
535
541
|
msgid "Please Confirm"
|
536
542
|
msgstr "Merci de confirmer"
|
537
543
|
|
@@ -679,15 +685,15 @@ msgstr "Les hôtes suivants n'ont pas été supprimés : %s"
|
|
679
685
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
680
686
|
msgstr "Cette action peut prendre un certain temps, pour tous les hôtes, les rapports et facts vont aussi être supprimés"
|
681
687
|
|
682
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
683
|
-
msgstr "Cette page montre les nœuds nus ou virtuels en attente de mise en service."
|
684
|
-
|
685
688
|
msgid "Type"
|
686
689
|
msgstr "Type"
|
687
690
|
|
688
691
|
msgid "Type of name generator"
|
689
692
|
msgstr "Générateur type de nom"
|
690
693
|
|
694
|
+
msgid "Type of value"
|
695
|
+
msgstr ""
|
696
|
+
|
691
697
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
692
698
|
msgstr "UUID pour surveiller l'état des tâches d'orchestration : GET /api/orchestration/:UUID/tasks"
|
693
699
|
|
@@ -697,6 +703,9 @@ msgstr "Impossible de trouver une règle de détection, aucun hôte fourni (vér
|
|
697
703
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
698
704
|
msgstr "Impossible de trouver une carte réseau primaire avec %{mac} spécifié via '%{fact}', Filtre de carte réseau: %{filter}"
|
699
705
|
|
706
|
+
msgid "Unable to perform %{action} on %{ips}"
|
707
|
+
msgstr ""
|
708
|
+
|
700
709
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
701
710
|
msgstr ""
|
702
711
|
|
@@ -769,6 +778,15 @@ msgstr "requête à faire correspondre aux hôtes détectés pour la règle en q
|
|
769
778
|
msgid "represents rule name shown to the users"
|
770
779
|
msgstr "représente le nom de règle affiché aux utilisateurs"
|
771
780
|
|
781
|
+
msgid "required if host is managed and custom partition has not been defined"
|
782
|
+
msgstr ""
|
783
|
+
|
784
|
+
msgid "required if host is managed and value is not inherited from host group"
|
785
|
+
msgstr ""
|
786
|
+
|
787
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
788
|
+
msgstr ""
|
789
|
+
|
772
790
|
msgid "required if value is not inherited from host group or default password in settings"
|
773
791
|
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"
|
774
792
|
|