foreman_puppet 5.1.1 → 5.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/concerns/foreman_puppet/extensions/host.rb +1 -1
- data/app/views/foreman_puppet/environments/welcome.html.erb +5 -0
- data/app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb +1 -1
- data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +1 -1
- data/app/views/hosts/select_multiple_puppet_proxy.html.erb +5 -0
- data/app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb +31 -0
- data/app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb +90 -0
- data/app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb +336 -0
- data/app/views/provisioning_templates/temp/snippet/_or_al_client.erb +32 -0
- data/app/views/provisioning_templates/temp/snippet/_or_deb_client.erb +175 -0
- data/app/views/provisioning_templates/temp/snippet/_or_ol_client.erb +37 -0
- data/app/views/provisioning_templates/temp/snippet/_or_sles_client.erb +85 -0
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/foreman_puppet.edit.po +243 -167
- data/locale/cs_CZ/foreman_puppet.edit.po +224 -175
- data/locale/de/foreman_puppet.edit.po +339 -220
- data/locale/en/foreman_puppet.edit.po +89 -229
- data/locale/en_GB/foreman_puppet.edit.po +210 -166
- data/locale/es/foreman_puppet.edit.po +333 -223
- data/locale/fr/foreman_puppet.edit.po +339 -236
- data/locale/gl/foreman_puppet.edit.po +216 -155
- data/locale/it/foreman_puppet.edit.po +262 -185
- data/locale/ja/foreman_puppet.edit.po +247 -201
- data/locale/ko/foreman_puppet.edit.po +213 -171
- data/locale/messages.mo +0 -0
- data/locale/nl_NL/foreman_puppet.edit.po +249 -168
- data/locale/pl/foreman_puppet.edit.po +267 -175
- data/locale/pt_BR/foreman_puppet.edit.po +345 -227
- data/locale/ru/foreman_puppet.edit.po +268 -191
- data/locale/sv_SE/foreman_puppet.edit.po +215 -156
- data/locale/zh_CN/foreman_puppet.edit.po +237 -202
- data/locale/zh_TW/foreman_puppet.edit.po +213 -173
- data/webpack/src/Components/Environments/Welcome.js +1 -1
- metadata +69 -61
- data/locale/ka/foreman_puppet.edit.po +0 -1177
- /data/locale/{ka/foreman_puppet.po.time_stamp → en/foreman_puppet.pox} +0 -0
@@ -2,50 +2,69 @@
|
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_puppet package.
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
-
#
|
5
|
+
#
|
6
6
|
# Translators:
|
7
7
|
# Mickaël Canévet <mickael.canevet@camptocamp.com>, 2021
|
8
8
|
# Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2021
|
9
9
|
# julien IPPOLITO <stuxboulot@gmail.com>, 2021
|
10
10
|
# Baptiste Agasse <baptiste.agasse@gmail.com>, 2021
|
11
|
-
#
|
12
|
-
#
|
13
|
-
#
|
14
|
-
# Amit Upadhye <aupadhye@redhat.com>,
|
15
|
-
#
|
11
|
+
# 21966816214bc546c1fc8a185e75ca1c, 2021
|
12
|
+
# Claer <transiblu@claer.hammock.fr>, 2021
|
13
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2021
|
14
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2021
|
15
|
+
#
|
16
|
+
#, fuzzy
|
16
17
|
msgid ""
|
17
18
|
msgstr ""
|
18
|
-
"Project-Id-Version: foreman_puppet
|
19
|
+
"Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
|
19
20
|
"Report-Msgid-Bugs-To: \n"
|
21
|
+
"POT-Creation-Date: 2021-11-10 11:17+0000\n"
|
20
22
|
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
21
|
-
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>,
|
23
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2021\n"
|
22
24
|
"Language-Team: French (https://www.transifex.com/foreman/teams/114/fr/)\n"
|
23
25
|
"MIME-Version: 1.0\n"
|
24
26
|
"Content-Type: text/plain; charset=UTF-8\n"
|
25
27
|
"Content-Transfer-Encoding: 8bit\n"
|
26
28
|
"Language: fr\n"
|
27
|
-
"Plural-Forms: nplurals=
|
28
|
-
"0 == 0 ? 1 : 2;\n"
|
29
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
29
30
|
|
30
31
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
|
31
|
-
msgid "
|
32
|
-
|
32
|
+
msgid ""
|
33
|
+
"Ignored environment names resulting in booleans found. Please quote strings "
|
34
|
+
"like true/false and yes/no in config/ignored_environments.yml"
|
35
|
+
msgstr ""
|
36
|
+
"Noms d'environnement ignorés donnant lieu à des valeurs booléennes. "
|
37
|
+
"Mentionnez des chaînes telles que true/false et yes/no dans "
|
38
|
+
"config/ignored_environments.yml"
|
33
39
|
|
34
|
-
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
40
|
+
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
|
41
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
|
35
42
|
msgid "No changes to your environments detected"
|
36
43
|
msgstr "Aucun changement détecté dans vos environnements"
|
37
44
|
|
38
45
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
|
39
|
-
msgid "
|
40
|
-
|
46
|
+
msgid ""
|
47
|
+
"Successfully updated environments and Puppet classes from the on-disk Puppet"
|
48
|
+
" installation"
|
49
|
+
msgstr ""
|
50
|
+
"Mise à jour réussie des environnements et classes Puppet depuis "
|
51
|
+
"l'installation Puppet présente sur le disque"
|
41
52
|
|
42
53
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
|
43
|
-
msgid "
|
44
|
-
|
54
|
+
msgid ""
|
55
|
+
"Failed to update environments and Puppet classes from the on-disk Puppet "
|
56
|
+
"installation: %s"
|
57
|
+
msgstr ""
|
58
|
+
"Échec de la mise à jour des environnements et classes Puppet depuis "
|
59
|
+
"l'installation Puppet sur disque : %s"
|
45
60
|
|
46
61
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
|
47
|
-
msgid "
|
48
|
-
|
62
|
+
msgid ""
|
63
|
+
"No smart proxy was found to import environments from, ensure that at least "
|
64
|
+
"one smart proxy is registered with the 'puppet' feature"
|
65
|
+
msgstr ""
|
66
|
+
"Aucun smart proxy n'a été trouvé pour importer les environnements. Assurez "
|
67
|
+
"vous qu'au moins un proxy smart est enregistré avec la fonction 'puppet'."
|
49
68
|
|
50
69
|
#: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
|
51
70
|
msgid "Ignored environments: %s"
|
@@ -75,41 +94,59 @@ msgstr "Déprécié au profit de hostgroup/puppet_attributes/puppetclass_ids"
|
|
75
94
|
msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
|
76
95
|
msgstr "Déprécié en faveur de hostgroup/puppet_attributes/config_group_ids"
|
77
96
|
|
78
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
|
97
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
|
98
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
|
79
99
|
msgid "ID of associated puppet Environment"
|
80
100
|
msgstr "ID environnement Puppet associé"
|
81
101
|
|
82
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
|
102
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
|
103
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
|
83
104
|
msgid "IDs of associated Puppetclasses"
|
84
105
|
msgstr "ID des classes Puppet associées"
|
85
106
|
|
86
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
|
107
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
|
108
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
|
87
109
|
msgid "IDs of associated ConfigGroups"
|
88
110
|
msgstr "ID des groupes de configuration associés"
|
89
111
|
|
90
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
112
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
|
91
113
|
msgid "Import puppet classes from puppet proxy"
|
92
114
|
msgstr "Importer des classes puppet depuis le proxy puppet"
|
93
115
|
|
94
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
116
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
|
117
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
|
95
118
|
msgid "Import puppet classes from puppet proxy for an environment"
|
96
119
|
msgstr "Import des classes puppet depuis le proxy puppet d'un environnement"
|
97
120
|
|
98
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
99
|
-
msgid "
|
100
|
-
|
121
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
|
122
|
+
msgid ""
|
123
|
+
"Optional comma-delimited stringcontaining either 'new', 'updated', or "
|
124
|
+
"'obsolete'that is used to limit the imported Puppet classes"
|
125
|
+
msgstr ""
|
126
|
+
"Chaîne facultative délimitée par des virgules contenant soit \"nouveau\", "
|
127
|
+
"\"mis à jour\" ou \"obsolète\", utilisée pour limiter les classes Puppet "
|
128
|
+
"importées"
|
101
129
|
|
102
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
103
|
-
msgid "
|
104
|
-
|
130
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
|
131
|
+
msgid ""
|
132
|
+
"Failed to update the environments and Puppet classes from the on-disk puppet"
|
133
|
+
" installation: %s"
|
134
|
+
msgstr ""
|
135
|
+
"Échec de la mise à jour des environnements et classes Puppet depuis "
|
136
|
+
"l'application Puppet présente sur le disque : %s"
|
105
137
|
|
106
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
138
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
|
107
139
|
msgid "The requested environment cannot be found."
|
108
|
-
msgstr "
|
140
|
+
msgstr ""
|
109
141
|
|
110
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:
|
111
|
-
|
112
|
-
|
142
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
|
143
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
|
144
|
+
msgid ""
|
145
|
+
"No proxy found to import classes from, ensure that the smart proxy has the "
|
146
|
+
"Puppet feature enabled."
|
147
|
+
msgstr ""
|
148
|
+
"Aucun proxy trouvé pour l'import des classes. Assurez vous qu'un smart proxy"
|
149
|
+
" ait la fonction Puppet active."
|
113
150
|
|
114
151
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
|
115
152
|
msgid "List template combination"
|
@@ -129,13 +166,15 @@ msgstr "Mise à jour de la combinaison de modèle"
|
|
129
166
|
|
130
167
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:21
|
131
168
|
msgid "ID of Puppet environment"
|
132
|
-
msgstr "
|
169
|
+
msgstr ""
|
133
170
|
|
134
171
|
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:26
|
135
172
|
msgid "environment id"
|
136
173
|
msgstr "id d'environnement"
|
137
174
|
|
138
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
|
175
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
|
176
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
|
177
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
|
139
178
|
msgid "ID of environment"
|
140
179
|
msgstr "ID de l'environnement"
|
141
180
|
|
@@ -159,7 +198,8 @@ msgstr "Déprécié en faveur de host/puppet_attributes/puppetclass_ids"
|
|
159
198
|
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
160
199
|
msgstr "Déprécié en faveur de host/puppet_attributes/config_group_ids"
|
161
200
|
|
162
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
|
201
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
|
202
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
|
163
203
|
msgid "No environment selected!"
|
164
204
|
msgstr "Aucun environnement sélectionné."
|
165
205
|
|
@@ -181,28 +221,38 @@ msgstr "Un proxy non valide a été sélectionné."
|
|
181
221
|
|
182
222
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:168
|
183
223
|
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
184
|
-
msgstr "N’a pas pu définir le proxy %{proxy_type} pour
|
224
|
+
msgstr "N’a pas pu définir le proxy %{proxy_type} pour %{host}."
|
185
225
|
|
186
226
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
|
187
227
|
msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
|
188
|
-
msgstr "
|
228
|
+
msgstr ""
|
229
|
+
"Le proxy %{proxy_type} pour les hôtes sélectionnés a été défini à "
|
230
|
+
"%{proxy_name}"
|
189
231
|
|
190
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
|
232
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
|
233
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
|
191
234
|
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
192
235
|
msgstr "Le proxy %{proxy_type}pour les hôtes sélectionnés a été effacé"
|
193
236
|
|
194
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
|
237
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
|
238
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
|
195
239
|
msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
196
|
-
msgid_plural "
|
197
|
-
|
198
|
-
msgstr[
|
199
|
-
|
240
|
+
msgid_plural ""
|
241
|
+
"The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
242
|
+
msgstr[0] ""
|
243
|
+
"Le proxy %{proxy_type} n'a pas pu être défini pour l'hôte : %{host_names}."
|
244
|
+
msgstr[1] ""
|
245
|
+
"Le proxy %{proxy_type} puppet ca n'a pas pu être défini pour les hôtes : "
|
246
|
+
"%{host_names}."
|
200
247
|
|
201
248
|
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
|
202
|
-
msgid "
|
203
|
-
|
249
|
+
msgid ""
|
250
|
+
"The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
|
251
|
+
msgstr ""
|
252
|
+
"Le proxy %{proxy_type} pour les hôtes sélectionnés a été défini à "
|
253
|
+
"%{proxy_name}."
|
204
254
|
|
205
|
-
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
255
|
+
#: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
|
206
256
|
msgid "Puppet"
|
207
257
|
msgstr "Puppet"
|
208
258
|
|
@@ -246,7 +296,12 @@ msgstr "Liste des environnements par emplacement"
|
|
246
296
|
msgid "List environments per organization"
|
247
297
|
msgstr "Liste des environnements par organisation"
|
248
298
|
|
249
|
-
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
|
299
|
+
#: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
|
300
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
|
301
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
|
302
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
|
303
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
|
304
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
|
250
305
|
msgid "ID of Puppet class"
|
251
306
|
msgstr "ID de la classe Puppet"
|
252
307
|
|
@@ -274,7 +329,10 @@ msgstr "Afficher tous les ID des classes Puppet pour un hôte"
|
|
274
329
|
msgid "Add a Puppet class to host"
|
275
330
|
msgstr "Ajout d'une classe Puppet à l'hôte"
|
276
331
|
|
277
|
-
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
|
332
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
|
333
|
+
#: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
|
334
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
|
335
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
|
278
336
|
msgid "ID of host"
|
279
337
|
msgstr "ID de l'hôte"
|
280
338
|
|
@@ -290,7 +348,10 @@ msgstr "Afficher tous les ID des classes Puppet pour un groupe d'hôtes"
|
|
290
348
|
msgid "Add a Puppet class to host group"
|
291
349
|
msgstr "Ajouter une classe Puppet à un groupe d'hôtes"
|
292
350
|
|
293
|
-
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
|
351
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
|
352
|
+
#: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
|
353
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
|
354
|
+
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
|
294
355
|
msgid "ID of host group"
|
295
356
|
msgstr "ID du groupe d'hôtes"
|
296
357
|
|
@@ -302,13 +363,17 @@ msgstr "Supprimer une classe Puppet d'un groupe d'hôtes"
|
|
302
363
|
msgid "List of override values for a specific smart class parameter"
|
303
364
|
msgstr "Liste des valeurs de substitution pour un paramètre smart class"
|
304
365
|
|
305
|
-
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
|
366
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
|
367
|
+
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
|
368
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
|
369
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
|
306
370
|
msgid "Display hidden values"
|
307
371
|
msgstr "Afficher les valeurs masquées"
|
308
372
|
|
309
373
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27
|
310
374
|
msgid "Show an override value for a specific smart class parameter"
|
311
|
-
msgstr "
|
375
|
+
msgstr ""
|
376
|
+
"Afficher une valeur de substitution pour un paramètre smart class spécifique"
|
312
377
|
|
313
378
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:37
|
314
379
|
msgid "Override match"
|
@@ -324,19 +389,24 @@ msgstr "Foreman n'enverra pas ce paramètre dans la sortie de classification."
|
|
324
389
|
|
325
390
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43
|
326
391
|
msgid "Create an override value for a specific smart class parameter"
|
327
|
-
msgstr "
|
392
|
+
msgstr ""
|
393
|
+
"Créer une valeur de substitution pour un paramètre d'une smart class "
|
394
|
+
"spécifique"
|
328
395
|
|
329
396
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
|
330
397
|
msgid "Update an override value for a specific smart class parameter"
|
331
|
-
msgstr "
|
398
|
+
msgstr ""
|
399
|
+
"Mise à jour d'une valeur de substitution pour un paramètre smart class"
|
332
400
|
|
333
401
|
#: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
|
334
402
|
msgid "Delete an override value for a specific smart class parameter"
|
335
|
-
msgstr "
|
403
|
+
msgstr ""
|
404
|
+
"Supprimer une valeur de substitution pour un paramètre d'une smart class "
|
405
|
+
"spécifique"
|
336
406
|
|
337
407
|
#: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
|
338
408
|
msgid "%{model} with id '%{id}' was not found"
|
339
|
-
msgstr "
|
409
|
+
msgstr "%{model} aynat pour id '%{id}' n'a pas été trouvé"
|
340
410
|
|
341
411
|
#: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:14
|
342
412
|
msgid "List all Puppet classes"
|
@@ -403,8 +473,12 @@ msgid "List of smart class parameters for a specific environment"
|
|
403
473
|
msgstr "Liste des paramètres smart class pour un environnement spécifique"
|
404
474
|
|
405
475
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
|
406
|
-
msgid "
|
407
|
-
|
476
|
+
msgid ""
|
477
|
+
"List of smart class parameters for a specific environment/Puppet class "
|
478
|
+
"combination"
|
479
|
+
msgstr ""
|
480
|
+
"Liste des paramètres smart class pour une combinaison environnement / classe"
|
481
|
+
" Puppet spécifique"
|
408
482
|
|
409
483
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
|
410
484
|
msgid "Show a smart class parameter"
|
@@ -431,10 +505,16 @@ msgid "When enabled the parameter is hidden in the UI"
|
|
431
505
|
msgstr "Quand activé, le paramètre est caché dans l'interface"
|
432
506
|
|
433
507
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
|
434
|
-
msgid "
|
435
|
-
|
508
|
+
msgid ""
|
509
|
+
"Foreman will not send this parameter in classification output.Puppet will "
|
510
|
+
"use the value defined in the Puppet manifest for this parameter"
|
511
|
+
msgstr ""
|
512
|
+
"Foreman n'enverra pas ce paramètre dans la sortie de la classification. "
|
513
|
+
"Puppet utilisera la valeur définie dans le manifeste de Puppet pour ce "
|
514
|
+
"paramètre"
|
436
515
|
|
437
|
-
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
|
516
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
|
517
|
+
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
|
438
518
|
msgid "The order in which values are resolved"
|
439
519
|
msgstr "L'ordre dans lequel les valeurs sont interprétées"
|
440
520
|
|
@@ -451,16 +531,23 @@ msgid "Types of variable values"
|
|
451
531
|
msgstr "Types de variables des valeurs"
|
452
532
|
|
453
533
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
|
454
|
-
msgid "
|
455
|
-
|
534
|
+
msgid ""
|
535
|
+
"If true, will raise an error if there is no default value and no matcher "
|
536
|
+
"provide a value"
|
537
|
+
msgstr ""
|
538
|
+
"Si coché, Foreman va générer une erreur s'il n'y a pas de valeur par défaut "
|
539
|
+
"et aucun matcher ne fournit de valeur"
|
456
540
|
|
457
541
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
|
458
542
|
msgid "Merge all matching values (only array/hash type)"
|
459
|
-
msgstr "
|
543
|
+
msgstr ""
|
544
|
+
"Fusionner toutes les valeurs qui correspondent (seulement pour les types "
|
545
|
+
"tableau/hachage)"
|
460
546
|
|
461
547
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
|
462
548
|
msgid "Include default value when merging all matching values"
|
463
|
-
msgstr "
|
549
|
+
msgstr ""
|
550
|
+
"Inclus la valeur par défaut lors qu'on fusionne les valeurs de concordance"
|
464
551
|
|
465
552
|
#: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
|
466
553
|
msgid "Remove duplicate values (only array type)"
|
@@ -471,21 +558,22 @@ msgid "Successfully overridden all parameters of Puppet class %s"
|
|
471
558
|
msgstr "Substitution de tous les paramètres de la classe Puppet %s réussie"
|
472
559
|
|
473
560
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
|
474
|
-
msgid "
|
475
|
-
|
561
|
+
msgid ""
|
562
|
+
"Successfully reset all parameters of Puppet class %s to their default values"
|
563
|
+
msgstr ""
|
564
|
+
"Réinitialisation réussie de tous les paramètres de la classe Puppet %s à "
|
565
|
+
"leur valeurs par défaut"
|
476
566
|
|
477
567
|
#: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
|
478
568
|
msgid "No parameters to override for Puppet class %s"
|
479
569
|
msgstr "Aucun paramètre à remplacer pour la classe Puppet %s"
|
480
570
|
|
481
|
-
#: ../app/helpers/foreman_puppet/environments_helper.rb:13
|
571
|
+
#: ../app/helpers/foreman_puppet/environments_helper.rb:13
|
572
|
+
#: ../app/views/foreman_puppet/environments/new.html.erb:5
|
573
|
+
#: ../webpack/src/Components/Environments/Welcome.js:9
|
482
574
|
msgid "Create Puppet Environment"
|
483
575
|
msgstr "Créer un environnement Puppet"
|
484
576
|
|
485
|
-
#: ../app/helpers/foreman_puppet/environments_helper.rb:14 ../app/views/foreman_puppet/config_groups/index.html.erb:7
|
486
|
-
msgid "Help"
|
487
|
-
msgstr "Assistance"
|
488
|
-
|
489
577
|
#: ../app/helpers/foreman_puppet/hosts_helper.rb:11
|
490
578
|
msgid "Change Environment"
|
491
579
|
msgstr "Changer l'environnement"
|
@@ -502,7 +590,7 @@ msgstr "Puppet YAML"
|
|
502
590
|
msgid "Puppet external nodes YAML dump"
|
503
591
|
msgstr "Dump YAML des noeud externes de Puppet"
|
504
592
|
|
505
|
-
#: ../app/helpers/foreman_puppet/hosts_helper.rb:34
|
593
|
+
#: ../app/helpers/foreman_puppet/hosts_helper.rb:34
|
506
594
|
msgid "Puppet Environment"
|
507
595
|
msgstr "Environnement Puppet"
|
508
596
|
|
@@ -533,18 +621,24 @@ msgid ""
|
|
533
621
|
" <b>Matcher:</b> %{matcher}<br/>\n"
|
534
622
|
" <b>Inherited value:</b> %{inherited_value}"
|
535
623
|
msgstr ""
|
536
|
-
"<b>Description :</b>
|
537
|
-
" <b>Type :</b>
|
538
|
-
" <b>Correspondant :</b>
|
624
|
+
"<b>Description :</b> %{desc}<br/>\n"
|
625
|
+
" <b>Type :</b> %{type}<br/>\n"
|
626
|
+
" <b>Correspondant :</b> %{matcher}<br/>\n"
|
539
627
|
" <b>Valeur héritée :</b> %{inherited_value}"
|
540
628
|
|
541
629
|
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113
|
542
630
|
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
543
|
-
msgstr "
|
631
|
+
msgstr ""
|
632
|
+
"Paramètre requis sans valeur.<br/><b>Merci d’effectuer une "
|
633
|
+
"substitution</b><br/>."
|
544
634
|
|
545
635
|
#: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
|
546
|
-
msgid "
|
547
|
-
|
636
|
+
msgid ""
|
637
|
+
"Optional parameter without value.<br/><i>Still managed by Foreman, the value"
|
638
|
+
" will be empty.</i><br/>"
|
639
|
+
msgstr ""
|
640
|
+
"Paramètre en option sans valeur..<br/><i>Toujours géré par Foreman, la "
|
641
|
+
"valeur sera vide.</i><br/>"
|
548
642
|
|
549
643
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
|
550
644
|
msgid "Empty environment"
|
@@ -556,7 +650,7 @@ msgstr "A supprimé l'environnement"
|
|
556
650
|
|
557
651
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:9
|
558
652
|
msgid "Deleted environment %{env} and %{pcs}"
|
559
|
-
msgstr "A supprimé environnements
|
653
|
+
msgstr "A supprimé environnements %{env} et %{pcs}"
|
560
654
|
|
561
655
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:11
|
562
656
|
msgid "Ignored environment"
|
@@ -577,11 +671,11 @@ msgstr "Importer classes de %s"
|
|
577
671
|
#: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:45
|
578
672
|
msgid "%{name} has %{num_tag} class"
|
579
673
|
msgid_plural "%{name} has %{num_tag} classes"
|
580
|
-
msgstr[0] "
|
581
|
-
msgstr[1] "
|
582
|
-
msgstr[2] "%%{name} a %{num_tag} classes"
|
674
|
+
msgstr[0] "%{name} a %{num_tag} classe"
|
675
|
+
msgstr[1] "%{name} a %{num_tag} classes"
|
583
676
|
|
584
|
-
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
|
677
|
+
#: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
|
678
|
+
#: ../webpack/src/foreman_class_edit.js:55
|
585
679
|
msgid "Click to remove %s"
|
586
680
|
msgstr "Cliquez pour supprimer %s"
|
587
681
|
|
@@ -589,7 +683,8 @@ msgstr "Cliquez pour supprimer %s"
|
|
589
683
|
msgid "Click to add %s"
|
590
684
|
msgstr "Cliquez pour ajouter %s"
|
591
685
|
|
592
|
-
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
|
686
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
|
687
|
+
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
|
593
688
|
msgid "None"
|
594
689
|
msgstr "Aucun(e)"
|
595
690
|
|
@@ -630,8 +725,12 @@ msgid "Operating system default"
|
|
630
725
|
msgstr "Système d'Exploitation par défaut"
|
631
726
|
|
632
727
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
|
633
|
-
msgid "
|
634
|
-
|
728
|
+
msgid ""
|
729
|
+
"The final entry, Operating System default, can be set by editing the %s "
|
730
|
+
"page."
|
731
|
+
msgstr ""
|
732
|
+
"La dernière entrée, le système d'exploitation par défaut, peut être défini "
|
733
|
+
"en modifiant la page %s."
|
635
734
|
|
636
735
|
#: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
|
637
736
|
msgid "Operating System"
|
@@ -643,15 +742,23 @@ msgstr "Impossible de trouver un proxy Foreman ayant la fonction Puppet"
|
|
643
742
|
|
644
743
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:61
|
645
744
|
msgid "%{puppetclass} does not belong to the %{environment} environment"
|
646
|
-
msgstr "
|
745
|
+
msgstr "%{puppetclass} n'appartient pas à l'environnement %{environment}"
|
647
746
|
|
648
747
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:81
|
649
|
-
msgid "
|
650
|
-
|
748
|
+
msgid ""
|
749
|
+
"Failed to import %{klass} for %{name}: doesn't exists in our database - "
|
750
|
+
"ignoring"
|
751
|
+
msgstr ""
|
752
|
+
"Échec lors de l'importation de %{klass} pour %{name} : l'entrée n'existe "
|
753
|
+
"pas dans la base de donnée - ignore"
|
651
754
|
|
652
755
|
#: ../app/models/foreman_puppet/host_puppet_facet.rb:123
|
653
|
-
msgid "
|
654
|
-
|
756
|
+
msgid ""
|
757
|
+
"with id %{object_id} doesn't exist or is not assigned to proper organization"
|
758
|
+
" and/or location"
|
759
|
+
msgstr ""
|
760
|
+
"id %{object_id} n'existe pas ou n'a pas été assigné à l'organisation et/ou "
|
761
|
+
"emplacement qui convient"
|
655
762
|
|
656
763
|
#: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
|
657
764
|
msgid "must be true to edit the parameter"
|
@@ -705,7 +812,11 @@ msgstr "Cocher / Décocher les obsolètes"
|
|
705
812
|
msgid "Check/Uncheck all"
|
706
813
|
msgstr "Cocher / Tout décocher"
|
707
814
|
|
708
|
-
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
|
815
|
+
#: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
|
816
|
+
#: ../app/views/foreman_puppet/environments/_form.html.erb:4
|
817
|
+
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
|
818
|
+
#: ../app/views/hosts/select_multiple_environment.html.erb:7
|
819
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
709
820
|
msgid "Environment"
|
710
821
|
msgstr "Environnement"
|
711
822
|
|
@@ -745,19 +856,20 @@ msgstr "Annuler"
|
|
745
856
|
msgid "Update"
|
746
857
|
msgstr "Mise à jour"
|
747
858
|
|
748
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
859
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
|
749
860
|
msgid "included already from parent"
|
750
861
|
msgstr "déjà inclus depuis le parent"
|
751
862
|
|
752
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
863
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
864
|
+
#: ../app/views/provisioning_templates/_combination.html.erb:4
|
753
865
|
msgid "Remove"
|
754
866
|
msgstr "Supprimer"
|
755
867
|
|
756
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
868
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
|
757
869
|
msgid "Add"
|
758
870
|
msgstr "Ajouter"
|
759
871
|
|
760
|
-
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:
|
872
|
+
#: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
|
761
873
|
msgid "%s is not in environment"
|
762
874
|
msgstr "%s n'est pas dans un environnement"
|
763
875
|
|
@@ -769,41 +881,62 @@ msgstr "Groupes de configurations inclus"
|
|
769
881
|
msgid "Available Config Groups"
|
770
882
|
msgstr "Groupes de configuration disponibles"
|
771
883
|
|
772
|
-
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
|
884
|
+
#: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
|
885
|
+
#: ../app/views/foreman_puppet/environments/edit.html.erb:1
|
886
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
|
773
887
|
msgid "Edit %s"
|
774
888
|
msgstr "Modifier %s"
|
775
889
|
|
776
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
890
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:3
|
891
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
|
892
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
|
893
|
+
#: ../lib/foreman_puppet/register.rb:171
|
777
894
|
msgid "Config Groups"
|
778
895
|
msgstr "Groupes de configuration"
|
779
896
|
|
780
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
897
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:5
|
898
|
+
#: ../app/views/foreman_puppet/config_groups/new.html.erb:1
|
899
|
+
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
|
781
900
|
msgid "Create Config Group"
|
782
901
|
msgstr "Créer un groupe de configuration"
|
783
902
|
|
784
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
903
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:11
|
904
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
|
785
905
|
msgid "Puppet Classes"
|
786
906
|
msgstr "Classes Puppet"
|
787
907
|
|
788
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
908
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:12
|
909
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:9
|
910
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
|
789
911
|
msgid "Hosts"
|
790
912
|
msgstr "Hôtes"
|
791
913
|
|
792
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
914
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:13
|
915
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
|
793
916
|
msgid "Host Groups"
|
794
917
|
msgstr "Groupe d'Hôtes"
|
795
918
|
|
796
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
919
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:14
|
920
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:10
|
921
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
|
797
922
|
msgid "Actions"
|
798
923
|
msgstr "Actions"
|
799
924
|
|
800
|
-
#: ../app/views/foreman_puppet/config_groups/index.html.erb:
|
925
|
+
#: ../app/views/foreman_puppet/config_groups/index.html.erb:25
|
926
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
|
801
927
|
msgid "Delete %s?"
|
802
928
|
msgstr "Supprimer %s?"
|
803
929
|
|
804
930
|
#: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
|
805
|
-
msgid "
|
806
|
-
|
931
|
+
msgid ""
|
932
|
+
"A config group provides a one-step method of associating many Puppet classes"
|
933
|
+
" to either a host or host group. Typically this would be used to add a "
|
934
|
+
"particular application profile or stack in one step."
|
935
|
+
msgstr ""
|
936
|
+
"Un groupe de configuration fournit une méthode en une seule étape pour "
|
937
|
+
"associer de nombreuses classes Puppet à un hôte ou à un groupe d'hôtes. "
|
938
|
+
"Typiquement, ceci serait utilisé pour ajouter un profil d'application "
|
939
|
+
"particulier ou une pile en une seule étape."
|
807
940
|
|
808
941
|
#: ../app/views/foreman_puppet/environments/_form.html.erb:6
|
809
942
|
msgid "Locations"
|
@@ -813,7 +946,9 @@ msgstr "Emplacements"
|
|
813
946
|
msgid "Organizations"
|
814
947
|
msgstr "Organisations"
|
815
948
|
|
816
|
-
#: ../app/views/foreman_puppet/environments/edit.html.erb:5
|
949
|
+
#: ../app/views/foreman_puppet/environments/edit.html.erb:5
|
950
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:1
|
951
|
+
#: ../app/views/foreman_puppet/environments/new.html.erb:4
|
817
952
|
msgid "Puppet Environments"
|
818
953
|
msgstr "Environnements Puppet"
|
819
954
|
|
@@ -821,7 +956,8 @@ msgstr "Environnements Puppet"
|
|
821
956
|
msgid "Environment|Name"
|
822
957
|
msgstr "Nom"
|
823
958
|
|
824
|
-
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
959
|
+
#: ../app/views/foreman_puppet/environments/index.html.erb:22
|
960
|
+
#: ../lib/foreman_puppet/register.rb:168
|
825
961
|
msgid "Classes"
|
826
962
|
msgstr "Classes"
|
827
963
|
|
@@ -829,7 +965,8 @@ msgstr "Classes"
|
|
829
965
|
msgid "Create Environment"
|
830
966
|
msgstr "Créer un environnement"
|
831
967
|
|
832
|
-
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1
|
968
|
+
#: ../app/views/foreman_puppet/environments/welcome.html.erb:1
|
969
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
|
833
970
|
msgid "Puppet environments"
|
834
971
|
msgstr "Environnements Puppet"
|
835
972
|
|
@@ -846,10 +983,17 @@ msgid "No environments found"
|
|
846
983
|
msgstr "Aucun environnement trouvé"
|
847
984
|
|
848
985
|
#: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
|
849
|
-
msgid "
|
850
|
-
|
986
|
+
msgid ""
|
987
|
+
"There are no puppet environments set up on this puppet master. Please check "
|
988
|
+
"the puppet master configuration."
|
989
|
+
msgstr ""
|
990
|
+
"Il n'y a aucun environnement Puppet défini pour ce Puppet Master. Veuillez "
|
991
|
+
"vérifier la configuration de votre Puppet Master."
|
851
992
|
|
852
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
993
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
|
994
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
|
995
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
|
996
|
+
#: ../lib/foreman_puppet/register.rb:174
|
853
997
|
msgid "Smart Class Parameters"
|
854
998
|
msgstr "Paramètres smart class"
|
855
999
|
|
@@ -857,7 +1001,9 @@ msgstr "Paramètres smart class"
|
|
857
1001
|
msgid "Parameter"
|
858
1002
|
msgstr "Paramètre"
|
859
1003
|
|
860
|
-
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
|
1004
|
+
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
|
1005
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
|
1006
|
+
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
|
861
1007
|
msgid "Puppet Class"
|
862
1008
|
msgstr "Classe Puppet"
|
863
1009
|
|
@@ -866,14 +1012,21 @@ msgid "Number of Overrides"
|
|
866
1012
|
msgstr "Nombre de valeurs de remplacement"
|
867
1013
|
|
868
1014
|
#: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
|
869
|
-
msgid "
|
870
|
-
|
1015
|
+
msgid ""
|
1016
|
+
"Parameterized class support permits detecting, importing, and supplying "
|
1017
|
+
"parameters directly to classes which support it, via the ENC and depending "
|
1018
|
+
"on a set of rules (Smart Matchers)."
|
1019
|
+
msgstr ""
|
1020
|
+
"La prise en charge des classes paramétrées permet de détecter, d'importer et"
|
1021
|
+
" de fournir des paramètres directement aux classes qui le prennent en "
|
1022
|
+
"charge, via l'ENC et en fonction d'un ensemble de règles (Smart Matchers)."
|
871
1023
|
|
872
1024
|
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
|
873
1025
|
msgid "Included Classes"
|
874
1026
|
msgstr "Classes incluses"
|
875
1027
|
|
876
|
-
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
|
1028
|
+
#: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
|
1029
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
|
877
1030
|
msgid "Not authorized to edit classes"
|
878
1031
|
msgstr "Non autorisé à modifier les classes"
|
879
1032
|
|
@@ -889,7 +1042,8 @@ msgstr "Classes disponibles"
|
|
889
1042
|
msgid "Filter classes"
|
890
1043
|
msgstr "Filtrer les classes"
|
891
1044
|
|
892
|
-
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
|
1045
|
+
#: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
|
1046
|
+
#: ../webpack/src/foreman_class_edit.js:84
|
893
1047
|
msgid "belongs to config group"
|
894
1048
|
msgstr "appartient au groupe de configuration"
|
895
1049
|
|
@@ -906,8 +1060,12 @@ msgid "Omit"
|
|
906
1060
|
msgstr "Omettre"
|
907
1061
|
|
908
1062
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
|
909
|
-
msgid "
|
910
|
-
|
1063
|
+
msgid ""
|
1064
|
+
"The class could not be saved because of an error in one of the class "
|
1065
|
+
"parameters."
|
1066
|
+
msgstr ""
|
1067
|
+
"La classe n'a pas pu être enregistrée en raison d'une erreur dans l'un des "
|
1068
|
+
"paramètres de classe."
|
911
1069
|
|
912
1070
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
|
913
1071
|
msgid "Smart Class Parameter"
|
@@ -922,8 +1080,12 @@ msgid "This Puppet class has no parameters in its signature."
|
|
922
1080
|
msgstr "Cette classe Puppet n'a pas de paramètre dans sa signature."
|
923
1081
|
|
924
1082
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
|
925
|
-
msgid "
|
926
|
-
|
1083
|
+
msgid ""
|
1084
|
+
"To update the class signature, go to the Puppet Classes page and select "
|
1085
|
+
"\"Import\"."
|
1086
|
+
msgstr ""
|
1087
|
+
"Pour mettre à jour les signatures des classes, allez sur la page Classes "
|
1088
|
+
"Puppet et choisissez \"Import depuis ...\"."
|
927
1089
|
|
928
1090
|
#: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
|
929
1091
|
msgid "Filter by name"
|
@@ -945,7 +1107,10 @@ msgstr "Modifier la classe Puppet %s"
|
|
945
1107
|
msgid "Puppetclass|Name"
|
946
1108
|
msgstr "Nom"
|
947
1109
|
|
948
|
-
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
1110
|
+
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
|
1111
|
+
#: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
|
1112
|
+
#: ../lib/foreman_puppet/register.rb:165
|
1113
|
+
#: ../webpack/src/Components/Environments/Welcome.js:21
|
949
1114
|
msgid "Environments"
|
950
1115
|
msgstr "Environnements"
|
951
1116
|
|
@@ -959,28 +1124,34 @@ msgstr "Remplacer tous les paramètres"
|
|
959
1124
|
|
960
1125
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
|
961
1126
|
msgid "This will set all parameters of the class %s as overridden. Continue?"
|
962
|
-
msgstr "
|
1127
|
+
msgstr ""
|
1128
|
+
"Cela définira tous les paramètres de la classe %s comme remplacés. Continuer"
|
1129
|
+
" ?"
|
963
1130
|
|
964
1131
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
|
965
1132
|
msgid "Set parameters to defaults"
|
966
1133
|
msgstr "Positionner les paramètres aux valeurs par défaut"
|
967
1134
|
|
968
1135
|
#: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
|
969
|
-
msgid "
|
970
|
-
|
1136
|
+
msgid ""
|
1137
|
+
"This will reset parameters of the class %s to their default values. "
|
1138
|
+
"Continue?"
|
1139
|
+
msgstr ""
|
1140
|
+
"Réinitialisation de tous les paramètres de la classe Puppet %s à leur valeur"
|
1141
|
+
" par défaut. Continuer ?"
|
971
1142
|
|
972
1143
|
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
|
973
|
-
msgid "Puppet Class Parameters"
|
974
|
-
msgstr "Paramètres des classes Puppet"
|
975
|
-
|
976
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
977
1144
|
msgid "Notice"
|
978
1145
|
msgstr "Note"
|
979
1146
|
|
980
|
-
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:
|
1147
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
|
981
1148
|
msgid "Please select an environment first"
|
982
1149
|
msgstr "Tout d'abord, sélectionner un environnement"
|
983
1150
|
|
1151
|
+
#: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
|
1152
|
+
msgid "Puppet Class Parameters"
|
1153
|
+
msgstr "Paramètres des classes Puppet"
|
1154
|
+
|
984
1155
|
#: ../app/views/hosts/select_multiple_environment.html.erb:4
|
985
1156
|
msgid "Select environment"
|
986
1157
|
msgstr "Choisir l'environnement"
|
@@ -1022,16 +1193,25 @@ msgid "Facts"
|
|
1022
1193
|
msgstr "Faits"
|
1023
1194
|
|
1024
1195
|
#: ../lib/foreman_puppet/register.rb:10
|
1025
|
-
msgid "
|
1026
|
-
|
1196
|
+
msgid ""
|
1197
|
+
"Foreman will default to this puppet environment if it cannot auto detect one"
|
1198
|
+
msgstr ""
|
1199
|
+
"L'environnement Puppet par défaut si Foreman n'arrive pas à le détecter "
|
1200
|
+
"automatiquement"
|
1027
1201
|
|
1028
1202
|
#: ../lib/foreman_puppet/register.rb:12
|
1029
1203
|
msgid "Default Puppet environment"
|
1030
1204
|
msgstr "Environnements Puppet par défaut"
|
1031
1205
|
|
1032
1206
|
#: ../lib/foreman_puppet/register.rb:16
|
1033
|
-
msgid "
|
1034
|
-
|
1207
|
+
msgid ""
|
1208
|
+
"Foreman will explicitly set the puppet environment in the ENC yaml output. "
|
1209
|
+
"This will avoid conflicts between the environment in puppet.conf and the "
|
1210
|
+
"environment set in Foreman"
|
1211
|
+
msgstr ""
|
1212
|
+
"Foreman fournira l'environnement Puppet dans la sortie YAML de l'ENC. Cela "
|
1213
|
+
"supprime les incohérences entre l'environnement dans puppet.conf et "
|
1214
|
+
"l'environnement dans l'ENC."
|
1035
1215
|
|
1036
1216
|
#: ../lib/foreman_puppet/register.rb:19
|
1037
1217
|
msgid "ENC environment"
|
@@ -1050,81 +1230,33 @@ msgid "Config Management"
|
|
1050
1230
|
msgstr "Gestion de configuration"
|
1051
1231
|
|
1052
1232
|
#: ../lib/foreman_puppet/register.rb:30
|
1053
|
-
msgid "
|
1054
|
-
|
1233
|
+
msgid ""
|
1234
|
+
"Duration in minutes after servers reporting via Puppet are classed as out of"
|
1235
|
+
" sync."
|
1236
|
+
msgstr ""
|
1237
|
+
"Durée en minutes après laquelle les serveurs envoyant des rapports via "
|
1238
|
+
"Puppet sont classés comme désynchronisés."
|
1055
1239
|
|
1056
1240
|
#: ../lib/foreman_puppet/register.rb:32
|
1057
1241
|
msgid "Puppet interval"
|
1058
1242
|
msgstr "Intervalle de temps pour Puppet"
|
1059
1243
|
|
1060
1244
|
#: ../lib/foreman_puppet/register.rb:35
|
1061
|
-
msgid "
|
1062
|
-
|
1245
|
+
msgid ""
|
1246
|
+
"Disable host configuration status turning to out of sync for %s after report"
|
1247
|
+
" does not arrive within configured interval"
|
1248
|
+
msgstr ""
|
1249
|
+
"Désactiver l'état de la configuration de l'hôte à 'out of sync' pour %s, "
|
1250
|
+
"après que le rapport n'est pas arrivé dans l'intervalle configuré"
|
1063
1251
|
|
1064
1252
|
#: ../lib/foreman_puppet/register.rb:37
|
1065
1253
|
msgid "%s out of sync disabled"
|
1066
1254
|
msgstr "Désynchronisation de %s désactivée"
|
1067
1255
|
|
1068
|
-
#: ../lib/foreman_puppet/register.rb:
|
1256
|
+
#: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
|
1069
1257
|
msgid "Puppet ENC"
|
1070
1258
|
msgstr "Puppet ENC"
|
1071
1259
|
|
1072
|
-
#: ../lib/foreman_puppet/register.rb:230
|
1073
|
-
msgid "Puppet env"
|
1074
|
-
msgstr ""
|
1075
|
-
|
1076
|
-
#: ../webpack/src/Components/Environments/Welcome.js:18
|
1077
|
-
msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClassesLinkToDocs} and environment importer."
|
1078
|
-
msgstr ""
|
1079
|
-
|
1080
|
-
#: ../webpack/src/Components/Environments/Welcome.js:29
|
1081
|
-
msgid "Puppet classes"
|
1082
|
-
msgstr ""
|
1083
|
-
|
1084
|
-
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:15 ../webpack/src/Extends/Host/PuppetTab/constants.js:6
|
1085
|
-
msgid "Assigned classes"
|
1086
|
-
msgstr "Classes assignées"
|
1087
|
-
|
1088
|
-
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:16 ../webpack/src/Extends/Host/PuppetTab/Routes.js:22
|
1089
|
-
msgid "This tab is still a work in progress"
|
1090
|
-
msgstr "Cet onglet est toujours un travail en cours"
|
1091
|
-
|
1092
|
-
#: ../webpack/src/Extends/Host/PuppetTab/Routes.js:21 ../webpack/src/Extends/Host/PuppetTab/constants.js:7
|
1093
|
-
msgid "Smart class parameters"
|
1094
|
-
msgstr "Paramètres smart class"
|
1095
|
-
|
1096
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:28
|
1097
|
-
msgid "Couldn't find any ENC data for this host"
|
1098
|
-
msgstr "Je n'ai pas trouvé de données ENC pour cet hôte."
|
1099
|
-
|
1100
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:34
|
1101
|
-
msgid "Error!"
|
1102
|
-
msgstr "Erreur"
|
1103
|
-
|
1104
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:23
|
1105
|
-
msgid "Puppet details"
|
1106
|
-
msgstr "Détails Puppet"
|
1107
|
-
|
1108
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:26
|
1109
|
-
msgid "Puppet environment"
|
1110
|
-
msgstr "Environnement Puppet"
|
1111
|
-
|
1112
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:41
|
1113
|
-
msgid "Puppet Smart Proxy"
|
1114
|
-
msgstr "Créer un proxy Smart"
|
1115
|
-
|
1116
|
-
#: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:54
|
1117
|
-
msgid "Puppet CA Smart Proxy"
|
1118
|
-
msgstr "Proxy Smart CA Puppet"
|
1119
|
-
|
1120
|
-
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:4
|
1121
|
-
msgid "Reports"
|
1122
|
-
msgstr "Rapports"
|
1123
|
-
|
1124
|
-
#: ../webpack/src/Extends/Host/PuppetTab/constants.js:9
|
1125
|
-
msgid "ENC Preview"
|
1126
|
-
msgstr "Prévisualisation ENC"
|
1127
|
-
|
1128
1260
|
#: ../webpack/src/foreman_class_edit.js:146
|
1129
1261
|
msgid "Click to remove config group"
|
1130
1262
|
msgstr "Cliquez pour supprimer le groupe de configuration"
|
@@ -1137,51 +1269,22 @@ msgstr " Supprimer"
|
|
1137
1269
|
msgid "Loading parameters..."
|
1138
1270
|
msgstr "Chargement des paramètres ..."
|
1139
1271
|
|
1140
|
-
#: ../webpack/src/foreman_puppet_host_form.js:102
|
1141
|
-
msgid "Some Puppet Classes are unavailable in the selected environment"
|
1142
|
-
msgstr "Certaines classes Puppet sont indisponibles dans l'environnement sélectionné"
|
1143
|
-
|
1144
1272
|
#: action_names.rb:2
|
1145
|
-
msgid "
|
1146
|
-
msgstr "Action
|
1273
|
+
msgid "Action with sub plans"
|
1274
|
+
msgstr "Action avec sous-plans"
|
1147
1275
|
|
1148
1276
|
#: action_names.rb:3
|
1149
|
-
msgid "
|
1150
|
-
msgstr ""
|
1277
|
+
msgid "Import facts"
|
1278
|
+
msgstr "Importer des faits"
|
1151
1279
|
|
1152
1280
|
#: action_names.rb:4
|
1153
|
-
msgid "
|
1154
|
-
msgstr ""
|
1281
|
+
msgid "Import Puppet classes"
|
1282
|
+
msgstr "Importer des classes Puppet"
|
1155
1283
|
|
1156
1284
|
#: action_names.rb:5
|
1157
|
-
msgid "
|
1158
|
-
msgstr ""
|
1285
|
+
msgid "Remote action:"
|
1286
|
+
msgstr "Action distante :"
|
1159
1287
|
|
1160
1288
|
#: gemspec.rb:2
|
1161
1289
|
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
1162
|
-
msgstr "
|
1163
|
-
|
1164
|
-
#~ msgid "Action with sub plans"
|
1165
|
-
#~ msgstr "Action avec sous-plans"
|
1166
|
-
|
1167
|
-
#~ msgid "Environment name"
|
1168
|
-
#~ msgstr "Nom de l'environnement"
|
1169
|
-
|
1170
|
-
#~ msgid ""
|
1171
|
-
#~ "If you are planning to use Foreman as an external node classifier you should p"
|
1172
|
-
#~ "rovide information about one or more environments.<br/> This information is co"
|
1173
|
-
#~ "mmonly imported from a pre-existing Puppet configuration by the use of the <a "
|
1174
|
-
#~ "target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and envi"
|
1175
|
-
#~ "ronment importer.</a>"
|
1176
|
-
#~ msgstr ""
|
1177
|
-
#~ "Si vous envisagez d'utiliser Foreman comme classificateur de noeud externe cla"
|
1178
|
-
#~ "ssifier, vous devriez fournir les informations à propos d'un ou plusieurs envi"
|
1179
|
-
#~ "ronnements.<br/> Ces informations sont généralement importées depuis un envir"
|
1180
|
-
#~ "onnement Puppet existant, par l'usage de %<a target=\"_blank\" href=${getManualU"
|
1181
|
-
#~ "RL( '4.2.2Classes' )}>d'import des classes et environnement Puppet%</a>"
|
1182
|
-
|
1183
|
-
#~ msgid "Import Puppet classes"
|
1184
|
-
#~ msgstr "Importer des classes Puppet"
|
1185
|
-
|
1186
|
-
#~ msgid "Import facts"
|
1187
|
-
#~ msgstr "Importer des faits"
|
1290
|
+
msgstr ""
|