foreman_ansible 3.0.2 → 3.0.3

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