foreman_openscap 10.0.0 → 10.0.1

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.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +115 -118
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +12 -15
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1 -4
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +3 -6
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +12 -15
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +83 -86
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +4 -7
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +10 -13
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +68 -71
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +28 -31
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +12 -15
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +9 -12
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +8 -11
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +6 -9
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +67 -70
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +9 -12
  18. data/lib/foreman_openscap/version.rb +1 -1
  19. data/locale/Makefile +12 -2
  20. data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
  21. data/locale/cs_CZ/foreman_openscap.edit.po +121 -122
  22. data/locale/cs_CZ/foreman_openscap.po +120 -121
  23. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  24. data/locale/de/foreman_openscap.edit.po +17 -31
  25. data/locale/de/foreman_openscap.po +13 -16
  26. data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
  27. data/locale/en/foreman_openscap.edit.po +1 -5
  28. data/locale/en/foreman_openscap.po +1 -4
  29. data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
  30. data/locale/en_GB/foreman_openscap.edit.po +4 -7
  31. data/locale/en_GB/foreman_openscap.po +3 -6
  32. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  33. data/locale/es/foreman_openscap.edit.po +16 -30
  34. data/locale/es/foreman_openscap.po +12 -15
  35. data/locale/foreman_openscap.pot +2 -6
  36. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  37. data/locale/fr/foreman_openscap.edit.po +87 -101
  38. data/locale/fr/foreman_openscap.po +83 -86
  39. data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
  40. data/locale/gl/foreman_openscap.edit.po +5 -8
  41. data/locale/gl/foreman_openscap.po +4 -7
  42. data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
  43. data/locale/it/foreman_openscap.edit.po +11 -14
  44. data/locale/it/foreman_openscap.po +10 -13
  45. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/ja/foreman_openscap.edit.po +72 -82
  47. data/locale/ja/foreman_openscap.po +68 -71
  48. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  49. data/locale/ka/foreman_openscap.edit.po +32 -37
  50. data/locale/ka/foreman_openscap.po +28 -31
  51. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  52. data/locale/ko/foreman_openscap.edit.po +13 -16
  53. data/locale/ko/foreman_openscap.po +12 -15
  54. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  55. data/locale/pt_BR/foreman_openscap.edit.po +13 -27
  56. data/locale/pt_BR/foreman_openscap.po +9 -12
  57. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  58. data/locale/ru/foreman_openscap.edit.po +9 -12
  59. data/locale/ru/foreman_openscap.po +8 -11
  60. data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
  61. data/locale/sv_SE/foreman_openscap.edit.po +7 -10
  62. data/locale/sv_SE/foreman_openscap.po +6 -9
  63. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  64. data/locale/zh_CN/foreman_openscap.edit.po +71 -81
  65. data/locale/zh_CN/foreman_openscap.po +67 -70
  66. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  67. data/locale/zh_TW/foreman_openscap.edit.po +10 -13
  68. data/locale/zh_TW/foreman_openscap.po +9 -12
  69. metadata +2 -6
  70. data/locale/action_names.rb +0 -2
  71. data/webpack/components/EditableInput.js +0 -166
  72. data/webpack/components/EditableInput.scss +0 -3
  73. data/webpack/helpers/formFieldsHelper.js +0 -114
@@ -8,11 +8,12 @@
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2016
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: Foreman\n"
11
+ "Project-Id-Version: foreman_openscap 10.0.1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
+ "POT-Creation-Date: 2024-10-29 14:04+0000\n"
13
14
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
14
15
  "Last-Translator: Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2016\n"
15
- "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
16
+ "Language-Team: French (http://app.transifex.com/foreman/foreman/language/fr/)\n"
16
17
  "MIME-Version: 1.0\n"
17
18
  "Content-Type: text/plain; charset=UTF-8\n"
18
19
  "Content-Transfer-Encoding: 8bit\n"
@@ -58,7 +59,7 @@ msgstr "Échec de chargement du rapport ARF, l'URL ou le nom de proxy OpenSCAP n
58
59
 
59
60
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:120
60
61
  msgid "No proxy found for %{name} or %{url}"
61
- msgstr "Aucun proxy trouvé pour %%{name} ou %%{url}"
62
+ msgstr "Aucun proxy trouvé pour %{name} ou %{url}"
62
63
 
63
64
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:18
64
65
  msgid "List Policies"
@@ -102,7 +103,7 @@ msgstr "Ligne cron de programmation de la stratégie (uniquement si période = p
102
103
 
103
104
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:42
104
105
  msgid "Apply policy to host groups"
105
- msgstr "Appliquer Groupes hôtes de la stratégie"
106
+ msgstr "Appliquer la politique aux groupes d'hôtes"
106
107
 
107
108
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
108
109
  msgid "Apply policy to hosts"
@@ -142,7 +143,7 @@ msgstr "Afficher le fichier de personnalisation d'une stratégie"
142
143
 
143
144
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:95
144
145
  msgid "No Tailoring file assigned for policy with id %s"
145
- msgstr "Aucun fichier de personnalisation attribué pour la stratégie avec l'Id %s"
146
+ msgstr "Aucun fichier de personnalisation attribué pour la stratégie avec l'Id %s"
146
147
 
147
148
  #: ../app/controllers/api/v2/compliance/scap_content_profiles_controller.rb:6
148
149
  msgid "List SCAP content profiles"
@@ -166,7 +167,7 @@ msgstr "Nom du contenu SCAP"
166
167
 
167
168
  #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
168
169
  msgid "XML containing SCAP content"
169
- msgstr "XML avec contenu SCAP "
170
+ msgstr "XML avec contenu SCAP"
170
171
 
171
172
  #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
172
173
  msgid "Original file name of the XML file"
@@ -202,7 +203,7 @@ msgstr "Répertoire à télécharger lors de l'utilisation du type de téléchar
202
203
 
203
204
  #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:86
204
205
  msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
205
- msgstr "Veuillez spécifier le type d'importation, reçu : %%{received}, attendu : un %%{expected}"
206
+ msgstr "Veuillez spécifier le type d'importation, reçu : %{received}, attendu : un %{expected}"
206
207
 
207
208
  #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:10
208
209
  msgid "List Tailoring files"
@@ -250,7 +251,7 @@ msgstr "Rapport ARF supprimé."
250
251
 
251
252
  #: ../app/controllers/arf_reports_controller.rb:57
252
253
  msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
253
- msgstr "Échec de la suppression du rapport ARF pour l'hôte %%s signalé à %{reported_at}"
254
+ msgstr "Échec de la suppression du rapport ARF pour l'hôte %%{host_name} signalé à %%{reported_at}"
254
255
 
255
256
  #: ../app/controllers/arf_reports_controller.rb:67
256
257
  msgid "Failed to delete %s compliance reports"
@@ -262,7 +263,7 @@ msgstr "Rapports de conformité %s supprimés"
262
263
 
263
264
  #: ../app/controllers/arf_reports_controller.rb:106
264
265
  msgid "No compliance reports were found."
265
- msgstr "Aucun rapport de conformité trouvé"
266
+ msgstr "Aucun rapport de conformité trouvé."
266
267
 
267
268
  #: ../app/controllers/arf_reports_controller.rb:110
268
269
  msgid "No compliance reports selected"
@@ -282,7 +283,7 @@ msgstr "Identifiant de l’hôte"
282
283
 
283
284
  #: ../app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb:10
284
285
  msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
285
- msgstr ""
286
+ msgstr "Le proxy %s n’a pas la fonctionnalité Openscap activée. Corriger le proxy OpenSCAP correctement ou bien, désactiver."
286
287
 
287
288
  #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
288
289
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
@@ -310,7 +311,7 @@ msgstr "Aucun ID de stratégie fourni"
310
311
 
311
312
  #: ../app/controllers/policies_controller.rb:129
312
313
  msgid "No hosts were found with that id, name or query filter"
313
- msgstr ""
314
+ msgstr "Aucun hôte trouvé avec cet ID, ce nom ou filtre de requête"
314
315
 
315
316
  #: ../app/controllers/policies_controller.rb:134
316
317
  msgid "No hosts selected"
@@ -402,7 +403,7 @@ msgstr "Hôtes modifiant cette règle"
402
403
 
403
404
  #: ../app/helpers/arf_reports_helper.rb:72
404
405
  msgid "Remediation"
405
- msgstr ""
406
+ msgstr "Remédiation"
406
407
 
407
408
  #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/_list.html.erb:6 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
408
409
  msgid "Host"
@@ -537,7 +538,7 @@ msgstr "Impossible de valider %s. Veuillez vérifier que vous disposez de la bon
537
538
 
538
539
  #: ../app/lib/proxy_api/openscap.rb:38
539
540
  msgid "Could not validate %{file_type}. Error %{error}"
540
- msgstr "Impossible de valider %{file_type}. Erreur %%{error}"
541
+ msgstr "Impossible de valider %%{file_type}. Erreur %{error}"
541
542
 
542
543
  #: ../app/lib/proxy_api/openscap.rb:51
543
544
  msgid "Unable to get HTML version of requested report from Smart Proxy"
@@ -561,7 +562,7 @@ msgstr "doit comporter la fonction Openscap"
561
562
 
562
563
  #: ../app/models/concerns/foreman_openscap/openscap_proxy_extensions.rb:8
563
564
  msgid "No OpenSCAP proxy found for %{class} with id %{id}"
564
- msgstr "Aucun proxy OpenSCAP trouvé pour %%{class} avec id %%{id}"
565
+ msgstr "Aucun proxy OpenSCAP trouvé pour %{class} avec id %{id}"
565
566
 
566
567
  #: ../app/models/concerns/foreman_openscap/policy_common.rb:15
567
568
  msgid "does not consist of 5 parts separated by space"
@@ -645,11 +646,11 @@ msgstr "type %s invalide"
645
646
 
646
647
  #: ../app/services/foreman_openscap/client_config/ansible.rb:23
647
648
  msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
648
- msgstr ""
649
+ msgstr "Nécessite le plugin Ansible,%s Rôle et variables Ansible. Cela attribuera le rôle aux hôtes ou aux groupes d'hôtes sélectionnés."
649
650
 
650
651
  #: ../app/services/foreman_openscap/client_config/ansible.rb:24
651
652
  msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
652
- msgstr ""
653
+ msgstr "Pour déployer foreman_scap_client, l'exécution des rôles ansible doit être déclenchée manuellement. Une exécution manuelle est également requise après toute modification de cette politique."
653
654
 
654
655
  #: ../app/services/foreman_openscap/client_config/ansible.rb:34
655
656
  msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
@@ -665,15 +666,15 @@ msgstr "Variables Ansible"
665
666
 
666
667
  #: ../app/services/foreman_openscap/client_config/manual.rb:14
667
668
  msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
668
- msgstr ""
669
+ msgstr "Cela laisse la configuration de foreman_scap_client uniquement à l'utilisateur. La politique doit encore être définie afin de lier les rapports ARF entrants."
669
670
 
670
671
  #: ../app/services/foreman_openscap/client_config/puppet.rb:17
671
672
  msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
672
- msgstr ""
673
+ msgstr "Requiert %s classe Puppet. Cela affectera la classe aux hôtes ou aux groupes d'hôtes sélectionnés."
673
674
 
674
675
  #: ../app/services/foreman_openscap/client_config/puppet.rb:18
675
676
  msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
676
- msgstr ""
677
+ msgstr "Chaque exécution de Puppet garantit que le foreman_scap_client est configuré conformément à la politique."
677
678
 
678
679
  #: ../app/services/foreman_openscap/client_config/puppet.rb:39
679
680
  msgid "Puppet class"
@@ -685,19 +686,19 @@ msgstr "Paramètres smart class"
685
686
 
686
687
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
687
688
  msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
688
- msgstr "%%{type} a été sélectionné pour déployer la stratégie auprès des clients, mais %%{type} n'est pas disponible. Il vous manque un plugin ?"
689
+ msgstr "%{type} a été sélectionné pour déployer la stratégie auprès des clients, mais %{type} n'est pas disponible. Il vous manque un plugin ?"
689
690
 
690
691
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
691
692
  msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
692
- msgstr "%{msg_name} % %{class} requis non trouvé, veuillez vous assurer qu'il y a bien eu une importation pour commencer."
693
+ msgstr "%%{msg_name} %{class} requis non trouvé, veuillez vous assurer qu'il y a bien eu une importation pour commencer."
693
694
 
694
695
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
695
696
  msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
696
- msgstr "Les %%s suivants étaient manquants pour %{class} : %{key_names}. Assurez-vous qu'ils aient bien été importés avant de poursuivre."
697
+ msgstr "Les %%{key_name} suivants étaient manquants pour %%{item_name} : %%{key_names}. Assurez-vous qu'ils aient bien été importés avant de poursuivre."
697
698
 
698
699
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
699
700
  msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
700
- msgstr "Echec de la sauvegarde lors de l'écrasement des paramètres pour %{config_tool}, cause : %%{errors}"
701
+ msgstr "Echec de la sauvegarde lors de l'écrasement des paramètres pour %%{config_tool}, cause : %{errors}"
701
702
 
702
703
  #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
703
704
  msgid "No proxy with OpenSCAP feature was found."
@@ -876,7 +877,7 @@ msgstr "L'hôte n'existe plus"
876
877
 
877
878
  #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:13
878
879
  msgid "Policy is missing"
879
- msgstr "La stratégie est manquante"
880
+ msgstr "La stratégie est manquante"
880
881
 
881
882
  #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:150
882
883
  msgid "Compliance Reports Breakdown"
@@ -908,14 +909,14 @@ msgstr "Aucun rapport ARF pour cette stratégie"
908
909
 
909
910
  #: ../app/views/foreman_openscap/policy_mailer/_list.erb:8
910
911
  msgid "None!"
911
- msgstr "Aucun"
912
+ msgstr "Aucun."
912
913
 
913
914
  #: ../app/views/foreman_openscap/policy_mailer/_policy.erb:7
914
915
  msgid "Total of one host"
915
916
  msgid_plural "Total of %{hosts} hosts"
916
917
  msgstr[0] "Total de un hôte"
917
- msgstr[1] "Total de %%{hosts} hôtes"
918
- msgstr[2] "Total de %%{hosts} hôtes"
918
+ msgstr[1] "Total de %{hosts} hôtes"
919
+ msgstr[2] "Total de %{hosts} hôtes"
919
920
 
920
921
  #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:6
921
922
  msgid "Summary report for OpenScap from Foreman"
@@ -927,11 +928,11 @@ msgstr "<b>Foreman</b> OpenSCAP Récapitulatif"
927
928
 
928
929
  #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:10
929
930
  msgid "Summary from %{time} ago to now"
930
- msgstr "Résumé de %%{time} à maintenant"
931
+ msgstr "Résumé de %{time} à maintenant"
931
932
 
932
933
  #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:11
933
934
  msgid "Summary report from Foreman server at %{foreman_url}"
934
- msgstr "Rapport récapitulatif de Foreman à %{foreman_url}"
935
+ msgstr "Rapport récapitulatif de Foreman à %%{foreman_url}"
935
936
 
936
937
  #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:16
937
938
  msgid "Policies with hosts:"
@@ -947,7 +948,7 @@ msgstr "Général"
947
948
 
948
949
  #: ../app/views/policies/_form.html.erb:18
949
950
  msgid "Host Groups"
950
- msgstr "Groupe d'Hôtes"
951
+ msgstr "Groupes d'Hôtes"
951
952
 
952
953
  #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
953
954
  msgid "Choose period"
@@ -971,11 +972,11 @@ msgstr "Nom"
971
972
 
972
973
  #: ../app/views/policies/_list.html.erb:4
973
974
  msgid "Content"
974
- msgstr ""
975
+ msgstr "Contenu"
975
976
 
976
977
  #: ../app/views/policies/_list.html.erb:5
977
978
  msgid "Profile"
978
- msgstr ""
979
+ msgstr "Profil"
979
980
 
980
981
  #: ../app/views/policies/_list.html.erb:7
981
982
  msgid "Effective Profile"
@@ -1015,7 +1016,7 @@ msgstr "Stratégies de conformité"
1015
1016
 
1016
1017
  #: ../app/views/policies/show.html.erb:1
1017
1018
  msgid "Details for Compliance Policy %s"
1018
- msgstr "Détails de la stratégie de conformité {missing_vars}"
1019
+ msgstr "Détails de la stratégie de conformité %s"
1019
1020
 
1020
1021
  #: ../app/views/policies/steps/_deployment_options_form.html.erb:6
1021
1022
  msgid "There are significant differences in deployment options."
@@ -1119,15 +1120,15 @@ msgstr "Fichier SCAP DataStream"
1119
1120
 
1120
1121
  #: ../app/views/scap_contents/_list.html.erb:3
1121
1122
  msgid "Title"
1122
- msgstr ""
1123
+ msgstr "Titre"
1123
1124
 
1124
1125
  #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1125
1126
  msgid "File name"
1126
- msgstr ""
1127
+ msgstr "Nom de fichier"
1127
1128
 
1128
1129
  #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1129
1130
  msgid "Created at"
1130
- msgstr ""
1131
+ msgstr "Créé le"
1131
1132
 
1132
1133
  #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1133
1134
  msgid "Download"
@@ -1235,35 +1236,35 @@ msgstr "Récapitulatif des rapports de stratégies OpenSCAP"
1235
1236
 
1236
1237
  #: ../lib/foreman_openscap/bulk_upload.rb:20
1237
1238
  msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
1238
- msgstr ""
1239
+ msgstr "Vous ne trouvez pas le RPM scap-security-guide, êtes-vous sûr qu'il est installé sur votre serveur ?"
1239
1240
 
1240
1241
  #: ../lib/foreman_openscap/bulk_upload.rb:29
1241
1242
  msgid "Expected an array of files to upload, got: %s."
1242
- msgstr ""
1243
+ msgstr "Attendu un tableau de fichiers à télécharger, obtenu :%s ."
1243
1244
 
1244
1245
  #: ../lib/foreman_openscap/bulk_upload.rb:35
1245
1246
  msgid "%s is a directory, expecting file."
1246
- msgstr ""
1247
+ msgstr "%s est un répertoire, attendant un fichier."
1247
1248
 
1248
1249
  #: ../lib/foreman_openscap/bulk_upload.rb:40
1249
1250
  msgid "%s does not exist, skipping."
1250
- msgstr ""
1251
+ msgstr "%s n'existe pas, ignoré."
1251
1252
 
1252
1253
  #: ../lib/foreman_openscap/bulk_upload.rb:58
1253
1254
  msgid "Failed saving %s:"
1254
- msgstr ""
1255
+ msgstr "Échec de l'enregistrement%s :"
1255
1256
 
1256
1257
  #: ../lib/foreman_openscap/bulk_upload.rb:66
1257
1258
  msgid "No such directory: %s. Please check the path you have provided."
1258
- msgstr ""
1259
+ msgstr "Aucun répertoire de ce type :%s. Veuillez vérifier le chemin que vous avez fourni."
1259
1260
 
1260
1261
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1261
1262
  msgid "Red Hat %s default content"
1262
- msgstr ""
1263
+ msgstr "Contenu Red Hat %s par défaut"
1263
1264
 
1264
1265
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1265
1266
  msgid "%s content"
1266
- msgstr ""
1267
+ msgstr "%s contenu"
1267
1268
 
1268
1269
  #: ../lib/foreman_openscap/engine.rb:133
1269
1270
  msgid "Policies"
@@ -1295,175 +1296,160 @@ msgstr "Exécuter une analyse OpenSCAP"
1295
1296
 
1296
1297
  #: ../lib/foreman_openscap/engine.rb:220 ../lib/foreman_openscap/engine.rb:234
1297
1298
  msgid "Run OpenSCAP remediation with Ansible"
1298
- msgstr ""
1299
+ msgstr "Exécutez la remédiation OpenSCAP avec Ansible"
1299
1300
 
1300
1301
  #: ../lib/foreman_openscap/engine.rb:225 ../lib/foreman_openscap/engine.rb:235
1301
1302
  msgid "Run OpenSCAP remediation with Shell"
1302
- msgstr ""
1303
+ msgstr "Exécutez la remédiation OpenSCAP avec Shell"
1303
1304
 
1304
1305
  #: ../webpack/components/ConfirmModal.js:20
1305
1306
  msgid "Confirm"
1306
- msgstr ""
1307
-
1308
- #: ../webpack/components/EditableInput.js:79
1309
- msgid "None provided"
1310
- msgstr ""
1307
+ msgstr "Confirmer"
1311
1308
 
1312
1309
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1313
1310
  msgid "There's no available report for this host"
1314
- msgstr ""
1311
+ msgstr "Il n'y a pas de rapport disponible pour cet hôte"
1315
1312
 
1316
1313
  #: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
1317
1314
  msgid "Run"
1318
- msgstr ""
1315
+ msgstr "Exécuter"
1319
1316
 
1320
1317
  #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1321
1318
  msgid "View selected hosts"
1322
- msgstr ""
1319
+ msgstr "Voir les hôtes sélectionnés"
1323
1320
 
1324
1321
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:19 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1325
1322
  msgid "Select snippet"
1326
- msgstr ""
1323
+ msgstr "Sélectionner un extrait"
1327
1324
 
1328
1325
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:20 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
1329
1326
  msgid "Review hosts"
1330
- msgstr ""
1327
+ msgstr "Vérification des hôtes"
1331
1328
 
1332
1329
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:21 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
1333
1330
  msgid "Review remediation"
1334
- msgstr ""
1331
+ msgstr "Revoir la remédiation"
1335
1332
 
1336
1333
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:22
1337
1334
  msgid "Done"
1338
- msgstr ""
1335
+ msgstr "Complété"
1339
1336
 
1340
1337
  #: ../webpack/components/OpenscapRemediationWizard/index.js:132
1341
1338
  msgid "Remediate %s rule"
1342
- msgstr ""
1339
+ msgstr "Remédier%s règle"
1343
1340
 
1344
1341
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:85
1345
1342
  msgid "Job details"
1346
- msgstr ""
1343
+ msgstr "Détails Job"
1347
1344
 
1348
1345
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:90
1349
1346
  msgid "Close"
1350
- msgstr ""
1347
+ msgstr "Fermer"
1351
1348
 
1352
1349
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:103 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:147 ../webpack/components/withLoading.js:12
1353
1350
  msgid "Error!"
1354
- msgstr "Erreur"
1351
+ msgstr "Erreur !"
1355
1352
 
1356
1353
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:112
1357
1354
  msgid "The job has started on selected host(s), you can check the status on the job details page."
1358
- msgstr ""
1355
+ msgstr "Le job a démarré sur le ou les hôtes sélectionnés, vous pouvez vérifier l'état sur la page des détails de ce job."
1359
1356
 
1360
1357
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:183
1361
1358
  msgid "OS"
1362
- msgstr ""
1359
+ msgstr "OS"
1363
1360
 
1364
1361
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:194
1365
1362
  msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
1366
- msgstr ""
1363
+ msgstr "Par défaut, la correction est appliquée à l'hôte actuel. Vous pouvez éventuellement corriger tous les hôtes supplémentaires qui ne respectent pas la règle."
1367
1364
 
1368
1365
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:64
1369
1366
  msgid "Review the remediation snippet and apply it to the host manually."
1370
- msgstr ""
1367
+ msgstr "Consultez l’extrait de correction et appliquez-le manuellement à l’hôte."
1371
1368
 
1372
1369
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:65
1373
1370
  msgid "Review the remediation snippet that will be applied to selected host(s)."
1374
- msgstr ""
1371
+ msgstr "Consultez l’extrait de correction qui sera appliqué aux hôtes sélectionnés."
1375
1372
 
1376
1373
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:70
1377
1374
  msgid "A reboot is required after applying remediation."
1378
- msgstr ""
1375
+ msgstr "Un redémarrage est nécessaire après l'application de la remédiation."
1379
1376
 
1380
1377
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:71
1381
1378
  msgid "A reboot might be required after applying remediation."
1382
- msgstr ""
1379
+ msgstr "Un redémarrage peut être nécessaire après l'application de la remédiation."
1383
1380
 
1384
1381
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:87
1385
1382
  msgid "Successfully copied to clipboard!"
1386
- msgstr ""
1383
+ msgstr "Copié dans le presse-papiers"
1387
1384
 
1388
1385
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:88
1389
1386
  msgid "Copy to clipboard"
1390
- msgstr ""
1387
+ msgstr "Copier dans le presse-papiers"
1391
1388
 
1392
1389
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:106
1393
1390
  msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
1394
- msgstr ""
1391
+ msgstr "N’implémentez aucune des actions correctives ou aucun des scripts recommandés sans les avoir d’abord testés dans un environnement hors production."
1395
1392
 
1396
1393
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:109
1397
1394
  msgid "Remediation might render the system non-functional."
1398
- msgstr ""
1395
+ msgstr "La correction pourrait rendre le système non fonctionnel."
1399
1396
 
1400
1397
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:144
1401
1398
  msgid "Other hosts failing this rule"
1402
- msgstr ""
1399
+ msgstr "Hôtes échouant à cette règle"
1403
1400
 
1404
1401
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:161
1405
1402
  msgid "Reboot the system(s)"
1406
- msgstr ""
1403
+ msgstr "Redémarrer le(s) système(s)"
1407
1404
 
1408
1405
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:71
1409
1406
  msgid "Method"
1410
- msgstr ""
1407
+ msgstr "Méthode"
1411
1408
 
1412
1409
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:77
1413
1410
  msgid "Remote job"
1414
- msgstr ""
1411
+ msgstr "Travail à distance"
1415
1412
 
1416
1413
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1417
1414
  msgid "Manual"
1418
- msgstr ""
1415
+ msgstr "Manuelle"
1419
1416
 
1420
1417
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1421
1418
  msgid "There is no job to remediate with. Please remediate manually."
1422
- msgstr ""
1419
+ msgstr "Il n'y a aucune tâche à corriger. Veuillez corriger manuellement."
1423
1420
 
1424
1421
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1425
1422
  msgid "Snippet"
1426
- msgstr ""
1423
+ msgstr "Snippet"
1427
1424
 
1428
1425
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:155
1429
1426
  msgid "Select remediation method"
1430
- msgstr ""
1427
+ msgstr "Sélectionnez la méthode de remédiation"
1431
1428
 
1432
1429
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:156
1433
1430
  msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1434
- msgstr ""
1431
+ msgstr "Vous pouvez résoudre le problème en exécutant une tâche à distance ou en affichant un extrait pour une résolution manuelle."
1435
1432
 
1436
1433
  #: ../webpack/components/withDeleteModal.js:27
1437
1434
  msgid "Are you sure you want to delete %s?"
1438
- msgstr ""
1435
+ msgstr "Êtes-vous sûr de vouloir activer %s ?"
1439
1436
 
1440
1437
  #: ../webpack/components/withLoading.js:64
1441
1438
  msgid "Permission denied"
1442
- msgstr ""
1439
+ msgstr "Permission non accordée"
1443
1440
 
1444
1441
  #: ../webpack/helpers/mutationHelper.js:7
1445
1442
  msgid "There was a following error when deleting %(name)s: %(error)s"
1446
- msgstr ""
1443
+ msgstr "L’erreur suivante s'est produite lors de la suppression%(name)s : %(error)s"
1447
1444
 
1448
1445
  #: ../webpack/helpers/permissionsHelper.js:34
1449
1446
  msgid "You are not authorized to view the page. "
1450
- msgstr ""
1447
+ msgstr "Vous n'êtes pas autorisé à voir cette page. "
1451
1448
 
1452
1449
  #: ../webpack/helpers/permissionsHelper.js:37
1453
1450
  msgid "Request the following permissions from administrator: %s."
1454
- msgstr ""
1455
-
1456
- #~ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
1457
- #~ msgstr ""
1458
- #~ "Les smart proxies suivants doivent être mis à jour pour déverrouiller la fonct"
1459
- #~ "ion : %s "
1451
+ msgstr "Demandez les permissions suivantes à l'administrateur : %s."
1460
1452
 
1461
- #~ msgid ""
1462
- #~ "The following proxies could not be reached: %s. Please make sure they are avai"
1463
- #~ "lable so Foreman can check their versions."
1464
- #~ msgstr ""
1465
- #~ "Impossible d'atteindre les proxies suivants : %s. Veillez à ce qu'ils soient d"
1466
- #~ "isponibles de sorte que Foreman puisse vérifier leur version."
1467
-
1468
- #~ msgid "This feature is temporarily disabled. "
1469
- #~ msgstr "Cette fonction est temporairement désactivée."
1453
+ #: ../webpack/components/EditableInput.js:79
1454
+ #~ msgid "None provided"
1455
+ #~ msgstr "Aucun n'est prévu"