hammer_cli_foreman_puppet 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hammer_cli_foreman_puppet/version.rb +1 -1
  3. data/locale/cs_CZ/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
  4. data/locale/cs_CZ/hammer-cli-foreman-puppet.edit.po +383 -0
  5. data/locale/cs_CZ/hammer-cli-foreman-puppet.po +282 -0
  6. data/locale/de/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
  7. data/locale/de/hammer-cli-foreman-puppet.edit.po +396 -0
  8. data/locale/de/hammer-cli-foreman-puppet.po +293 -0
  9. data/locale/en/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
  10. data/locale/en/hammer-cli-foreman-puppet.edit.po +362 -0
  11. data/locale/en/hammer-cli-foreman-puppet.po +276 -0
  12. data/locale/es/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
  13. data/locale/es/hammer-cli-foreman-puppet.edit.po +389 -0
  14. data/locale/es/hammer-cli-foreman-puppet.po +287 -0
  15. data/locale/fr/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
  16. data/locale/fr/hammer-cli-foreman-puppet.edit.po +387 -0
  17. data/locale/fr/hammer-cli-foreman-puppet.po +285 -0
  18. data/locale/hammer-cli-foreman-puppet.pot +386 -0
  19. data/locale/ja/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
  20. data/locale/ja/hammer-cli-foreman-puppet.edit.po +386 -0
  21. data/locale/ja/hammer-cli-foreman-puppet.po +283 -0
  22. data/locale/ka/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
  23. data/locale/ka/hammer-cli-foreman-puppet.edit.po +383 -0
  24. data/locale/ka/hammer-cli-foreman-puppet.po +280 -0
  25. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
  26. data/locale/pt_BR/hammer-cli-foreman-puppet.edit.po +389 -0
  27. data/locale/pt_BR/hammer-cli-foreman-puppet.po +288 -0
  28. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman-puppet.mo +0 -0
  29. data/locale/zh_CN/hammer-cli-foreman-puppet.edit.po +385 -0
  30. data/locale/zh_CN/hammer-cli-foreman-puppet.po +283 -0
  31. metadata +54 -23
@@ -0,0 +1,387 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer-cli-foreman-puppet package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # 21966816214bc546c1fc8a185e75ca1c, 2021
8
+ # Claer <transiblu@claer.hammock.fr>, 2021
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
10
+ # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2021
11
+ # Amit Upadhye <aupadhye@redhat.com>, 2023
12
+ #
13
+ #, fuzzy
14
+ msgid ""
15
+ msgstr ""
16
+ "Project-Id-Version: hammer-cli-foreman-puppet 0.0.6\n"
17
+ "Report-Msgid-Bugs-To: \n"
18
+ "POT-Creation-Date: 2021-08-02 23:05+0530\n"
19
+ "PO-Revision-Date: 2021-08-02 17:36+0000\n"
20
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
21
+ "Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
22
+ "MIME-Version: 1.0\n"
23
+ "Content-Type: text/plain; charset=UTF-8\n"
24
+ "Content-Transfer-Encoding: 8bit\n"
25
+ "Language: fr\n"
26
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
27
+
28
+ #: ../lib/hammer_cli_foreman_puppet.rb:30
29
+ msgid "Manage Foreman Puppet classes"
30
+ msgstr "Gérer les classes de Foreman Puppet"
31
+
32
+ #: ../lib/hammer_cli_foreman_puppet.rb:36
33
+ msgid "Manage Foreman Puppet environments"
34
+ msgstr "Gérer les environnements Foreman Puppet"
35
+
36
+ #: ../lib/hammer_cli_foreman_puppet.rb:42
37
+ msgid "Manage Foreman config groups"
38
+ msgstr "Gérer les groupes de configuration de Foreman"
39
+
40
+ #: ../lib/hammer_cli_foreman_puppet.rb:48
41
+ msgid "Manage Foreman Puppet smart class parameters"
42
+ msgstr "Gérer les paramètres de classe smart de Foreman Puppet"
43
+
44
+ #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:18
45
+ msgid "Associate a Puppet environment"
46
+ msgstr "Associer un environnements Puppet"
47
+
48
+ #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:21
49
+ msgid "The environment has been associated."
50
+ msgstr "L'environnement a été associé."
51
+
52
+ #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:22
53
+ msgid "Could not associate the environment"
54
+ msgstr "Impossible d'associer l'environnement"
55
+
56
+ #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:30
57
+ msgid "Disassociate a Puppet environment"
58
+ msgstr "Dissocier environnement Puppet"
59
+
60
+ #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:33
61
+ msgid "The environment has been disassociated."
62
+ msgstr "L'environnement a été dissocié."
63
+
64
+ #: ../lib/hammer_cli_foreman_puppet/associating_commands/associating_commands.rb:34
65
+ msgid "Could not disassociate the environment"
66
+ msgstr "Impossible de dissocié l'environnement"
67
+
68
+ #: ../lib/hammer_cli_foreman_puppet/class.rb:8
69
+ #: ../lib/hammer_cli_foreman_puppet/environment.rb:8
70
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:8
71
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:74
72
+ msgid "Id"
73
+ msgstr "Id"
74
+
75
+ #: ../lib/hammer_cli_foreman_puppet/class.rb:9
76
+ #: ../lib/hammer_cli_foreman_puppet/config_group.rb:8
77
+ #: ../lib/hammer_cli_foreman_puppet/environment.rb:9
78
+ msgid "Name"
79
+ msgstr "Nom"
80
+
81
+ #: ../lib/hammer_cli_foreman_puppet/class.rb:29
82
+ msgid "Smart class parameters"
83
+ msgstr "Paramètres smart class"
84
+
85
+ #: ../lib/hammer_cli_foreman_puppet/command_extensions/environment.rb:7
86
+ msgid "ID of associated Puppet environment"
87
+ msgstr "ID environnement Puppet associé"
88
+
89
+ #: ../lib/hammer_cli_foreman_puppet/command_extensions/environment.rb:10
90
+ msgid "Name of associated Puppet environment"
91
+ msgstr "Nom de l’environnement Puppet associé"
92
+
93
+ #: ../lib/hammer_cli_foreman_puppet/command_extensions/environments.rb:7
94
+ msgid "IDs of associated Puppet environment"
95
+ msgstr "IDs environnement Puppet associés"
96
+
97
+ #: ../lib/hammer_cli_foreman_puppet/command_extensions/environments.rb:10
98
+ msgid "Names of associated Puppet environment"
99
+ msgstr "Noms de l’environnement Puppet associé"
100
+
101
+ #: ../lib/hammer_cli_foreman_puppet/command_extensions/host.rb:15
102
+ #: ../lib/hammer_cli_foreman_puppet/command_extensions/hostgroup.rb:21
103
+ msgid "List of Puppet class ids"
104
+ msgstr "Liste des identifiants de classes Puppet"
105
+
106
+ #: ../lib/hammer_cli_foreman_puppet/command_extensions/host.rb:20
107
+ #: ../lib/hammer_cli_foreman_puppet/command_extensions/hostgroup.rb:26
108
+ msgid "Name of Puppet CA proxy"
109
+ msgstr "Nom du proxy Puppet CA"
110
+
111
+ #: ../lib/hammer_cli_foreman_puppet/command_extensions/host.rb:21
112
+ #: ../lib/hammer_cli_foreman_puppet/command_extensions/hostgroup.rb:27
113
+ msgid "Name of Puppet proxy"
114
+ msgstr "Nom du proxy Puppet"
115
+
116
+ #: ../lib/hammer_cli_foreman_puppet/config_group.rb:7
117
+ msgid "ID"
118
+ msgstr "ID"
119
+
120
+ #: ../lib/hammer_cli_foreman_puppet/config_group.rb:23
121
+ msgid "Config group created."
122
+ msgstr "Groupe de configuration créé."
123
+
124
+ #: ../lib/hammer_cli_foreman_puppet/config_group.rb:24
125
+ msgid "Could not create the config group"
126
+ msgstr "Impossible de créer le groupe de configuration"
127
+
128
+ #: ../lib/hammer_cli_foreman_puppet/config_group.rb:30
129
+ msgid "Config group updated."
130
+ msgstr "Groupe de configuration mis à jour."
131
+
132
+ #: ../lib/hammer_cli_foreman_puppet/config_group.rb:31
133
+ msgid "Could not update the config group"
134
+ msgstr "Impossible de mettre à jour le groupe de configuration"
135
+
136
+ #: ../lib/hammer_cli_foreman_puppet/config_group.rb:37
137
+ msgid "Config group has been deleted."
138
+ msgstr "Le groupe de configuration a été supprimé."
139
+
140
+ #: ../lib/hammer_cli_foreman_puppet/config_group.rb:38
141
+ msgid "Could not delete the config group"
142
+ msgstr "Impossible de supprimer le groupe de configuration"
143
+
144
+ #: ../lib/hammer_cli_foreman_puppet/environment.rb:28
145
+ msgid "Environment created."
146
+ msgstr "Environnement créé."
147
+
148
+ #: ../lib/hammer_cli_foreman_puppet/environment.rb:29
149
+ msgid "Could not create the environment"
150
+ msgstr "Impossible de créer l'environnement"
151
+
152
+ #: ../lib/hammer_cli_foreman_puppet/environment.rb:36
153
+ msgid "Environment updated."
154
+ msgstr "Environnement mis à jour."
155
+
156
+ #: ../lib/hammer_cli_foreman_puppet/environment.rb:37
157
+ msgid "Could not update the environment"
158
+ msgstr "Impossible de mettre à jour l'environnement"
159
+
160
+ #: ../lib/hammer_cli_foreman_puppet/environment.rb:44
161
+ msgid "Environment deleted."
162
+ msgstr "Environnement supprimé."
163
+
164
+ #: ../lib/hammer_cli_foreman_puppet/environment.rb:45
165
+ msgid "Could not delete the environment"
166
+ msgstr "Impossible de supprimer l'environnement"
167
+
168
+ #: ../lib/hammer_cli_foreman_puppet/host.rb:39
169
+ #: ../lib/hammer_cli_foreman_puppet/hostgroup.rb:36
170
+ #: ../lib/hammer_cli_foreman_puppet/hostgroup.rb:42
171
+ msgid "Puppet Environment"
172
+ msgstr "Environnement Puppet"
173
+
174
+ #: ../lib/hammer_cli_foreman_puppet/host.rb:40
175
+ #: ../lib/hammer_cli_foreman_puppet/hostgroup.rb:43
176
+ msgid "Puppet CA Proxy"
177
+ msgstr "Proxy Puppet CA"
178
+
179
+ #: ../lib/hammer_cli_foreman_puppet/host.rb:41
180
+ #: ../lib/hammer_cli_foreman_puppet/hostgroup.rb:44
181
+ msgid "Puppet Master Proxy"
182
+ msgstr "Proxy Puppet Master"
183
+
184
+ #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:23
185
+ msgid "Missing options to search %s"
186
+ msgstr "Option manquante pour rechercher %s"
187
+
188
+ #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:31
189
+ msgid "one of %s not found."
190
+ msgstr "un sur %s introuvable."
191
+
192
+ #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:69
193
+ #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:70
194
+ msgid "Puppet environment name"
195
+ msgstr "Nom de l’environnement Puppet"
196
+
197
+ #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:71
198
+ msgid "Puppet class name"
199
+ msgstr "Nom de la classe Puppet"
200
+
201
+ #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:72
202
+ msgid "Smart class parameter name"
203
+ msgstr "Nom du paramètre de la smart class"
204
+
205
+ #: ../lib/hammer_cli_foreman_puppet/id_resolver.rb:75
206
+ msgid "Name to search by"
207
+ msgstr "Recherche par nom"
208
+
209
+ #: ../lib/hammer_cli_foreman_puppet/puppet_references.rb:6
210
+ #: ../lib/hammer_cli_foreman_puppet/references.rb:15
211
+ msgid "Puppetclasses"
212
+ msgstr "Classes Puppet"
213
+
214
+ #: ../lib/hammer_cli_foreman_puppet/puppet_references.rb:14
215
+ #: ../lib/hammer_cli_foreman_puppet/references.rb:7
216
+ msgid "Environments"
217
+ msgstr "Environnements"
218
+
219
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:10
220
+ msgid "Parameter"
221
+ msgstr "Paramètre"
222
+
223
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:11
224
+ msgid "Default Value"
225
+ msgstr "Valeur par défaut"
226
+
227
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:12
228
+ msgid "Override"
229
+ msgstr "Remplacement"
230
+
231
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:34
232
+ msgid "Puppet class"
233
+ msgstr "Classe Puppet"
234
+
235
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:35
236
+ msgid "Class Id"
237
+ msgstr "Id de classe"
238
+
239
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:57
240
+ msgid "Description"
241
+ msgstr "Description"
242
+
243
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:58
244
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:64
245
+ msgid "Type"
246
+ msgstr "Type"
247
+
248
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:59
249
+ msgid "Hidden Value?"
250
+ msgstr "Valeur cachée ?"
251
+
252
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:60
253
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:77
254
+ msgid "Omit"
255
+ msgstr "Omettre"
256
+
257
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:61
258
+ msgid "Required"
259
+ msgstr "Requis"
260
+
261
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:63
262
+ msgid "Validator"
263
+ msgstr "Validateur"
264
+
265
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:65
266
+ msgid "Rule"
267
+ msgstr "Règle"
268
+
269
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:67
270
+ msgid "Override values"
271
+ msgstr "Surcharger les valeurs"
272
+
273
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:68
274
+ msgid "Merge overrides"
275
+ msgstr "Fusionner les surcharges"
276
+
277
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:69
278
+ msgid "Merge default value"
279
+ msgstr "Fusionner la valeur par défaut"
280
+
281
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:70
282
+ msgid "Avoid duplicates"
283
+ msgstr "Eviter les doublons"
284
+
285
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:71
286
+ msgid "Order"
287
+ msgstr "Commande"
288
+
289
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:73
290
+ msgid "Values"
291
+ msgstr "Valeurs"
292
+
293
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:75
294
+ msgid "Match"
295
+ msgstr "Correspond"
296
+
297
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:76
298
+ msgid "Value"
299
+ msgstr "Valeur"
300
+
301
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:102
302
+ msgid "Parameter updated."
303
+ msgstr "Paramètre mis à jour."
304
+
305
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:103
306
+ msgid "Could not update the parameter"
307
+ msgstr "Impossible de mettre à jour le paramètre"
308
+
309
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:105
310
+ msgid "Value to use when there is no match"
311
+ msgstr "Valeur à utiliser quand il n'y a pas de concordance"
312
+
313
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:112
314
+ msgid "Override this parameter"
315
+ msgstr "Remplacer cette valeur"
316
+
317
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:114
318
+ msgid "This parameter is required"
319
+ msgstr "Ce paramètre est requis"
320
+
321
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:116
322
+ msgid "Type of the parameter"
323
+ msgstr "Type de paramètre"
324
+
325
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:119
326
+ msgid "Type of the validator"
327
+ msgstr "Type de validateur"
328
+
329
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:121
330
+ msgid "The order in which values are resolved"
331
+ msgstr "L'ordre dans lequel les valeurs sont interprétées"
332
+
333
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:142
334
+ msgid "Override value, required if omit is false"
335
+ msgstr "Remplacer la valeur, requis si Omettre est sur false"
336
+
337
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:144
338
+ msgid "Override value created."
339
+ msgstr "Valeur de substitution créée."
340
+
341
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:145
342
+ msgid "Could not create the override value"
343
+ msgstr "Impossible de créer la surcharge de valeur"
344
+
345
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:153
346
+ msgid "Cannot use --value when --omit is true."
347
+ msgstr "Ne peut pas utiliser --value quand --omit est sur true."
348
+
349
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:166
350
+ msgid "Override value deleted."
351
+ msgstr "Valeur de substitution supprimée."
352
+
353
+ #: ../lib/hammer_cli_foreman_puppet/smart_class_parameter.rb:167
354
+ msgid "Could not delete the override value"
355
+ msgstr "Impossible de supprimer cette surcharge de valeur"
356
+
357
+ #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:9
358
+ msgid "Import Puppet classes from Puppet proxy"
359
+ msgstr "Importer des classes Puppet depuis le proxy Puppet"
360
+
361
+ #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:10
362
+ msgid "Do not run the import"
363
+ msgstr "Ne pas lancer l'import"
364
+
365
+ #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:14
366
+ msgid "Result"
367
+ msgstr "Résultat"
368
+
369
+ #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:15
370
+ msgid "Changed environments"
371
+ msgstr "Environnements modifiés"
372
+
373
+ #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:17
374
+ msgid "New classes"
375
+ msgstr "Nouvelles classes"
376
+
377
+ #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:20
378
+ msgid "Updated classes"
379
+ msgstr "Classes mises à jour"
380
+
381
+ #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:23
382
+ msgid "Removed classes"
383
+ msgstr "Classes supprimées"
384
+
385
+ #: ../lib/hammer_cli_foreman_puppet/smart_proxy.rb:26
386
+ msgid "Ignored classes"
387
+ msgstr "Classes ignorées"
@@ -0,0 +1,285 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the hammer-cli-foreman-puppet package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # 21966816214bc546c1fc8a185e75ca1c, 2021
8
+ # Claer <transiblu@claer.hammock.fr>, 2021
9
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
10
+ # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2021
11
+ # Amit Upadhye <aupadhye@redhat.com>, 2023
12
+ #
13
+ #, fuzzy
14
+ msgid ""
15
+ msgstr ""
16
+ "Project-Id-Version: hammer-cli-foreman-puppet 0.0.6\n"
17
+ "Report-Msgid-Bugs-To: \n"
18
+ "POT-Creation-Date: 2021-08-02 23:05+0530\n"
19
+ "PO-Revision-Date: 2021-08-02 17:36+0000\n"
20
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2023\n"
21
+ "Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
22
+ "MIME-Version: 1.0\n"
23
+ "Content-Type: text/plain; charset=UTF-8\n"
24
+ "Content-Transfer-Encoding: 8bit\n"
25
+ "Language: fr\n"
26
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
27
+ "1000000 == 0 ? 1 : 2;\n"
28
+
29
+ msgid "Manage Foreman Puppet classes"
30
+ msgstr "Gérer les classes de Foreman Puppet"
31
+
32
+ msgid "Manage Foreman Puppet environments"
33
+ msgstr "Gérer les environnements Foreman Puppet"
34
+
35
+ msgid "Manage Foreman config groups"
36
+ msgstr "Gérer les groupes de configuration de Foreman"
37
+
38
+ msgid "Manage Foreman Puppet smart class parameters"
39
+ msgstr "Gérer les paramètres de classe smart de Foreman Puppet"
40
+
41
+ msgid "Associate a Puppet environment"
42
+ msgstr "Associer un environnements Puppet"
43
+
44
+ msgid "The environment has been associated."
45
+ msgstr "L'environnement a été associé."
46
+
47
+ msgid "Could not associate the environment"
48
+ msgstr "Impossible d'associer l'environnement"
49
+
50
+ msgid "Disassociate a Puppet environment"
51
+ msgstr "Dissocier environnement Puppet"
52
+
53
+ msgid "The environment has been disassociated."
54
+ msgstr "L'environnement a été dissocié."
55
+
56
+ msgid "Could not disassociate the environment"
57
+ msgstr "Impossible de dissocié l'environnement"
58
+
59
+ msgid "Id"
60
+ msgstr "Id"
61
+
62
+ msgid "Name"
63
+ msgstr "Nom"
64
+
65
+ msgid "Smart class parameters"
66
+ msgstr "Paramètres smart class"
67
+
68
+ msgid "ID of associated Puppet environment"
69
+ msgstr "ID environnement Puppet associé"
70
+
71
+ msgid "Name of associated Puppet environment"
72
+ msgstr "Nom de l’environnement Puppet associé"
73
+
74
+ msgid "IDs of associated Puppet environment"
75
+ msgstr "IDs environnement Puppet associés"
76
+
77
+ msgid "Names of associated Puppet environment"
78
+ msgstr "Noms de l’environnement Puppet associé"
79
+
80
+ msgid "List of Puppet class ids"
81
+ msgstr "Liste des identifiants de classes Puppet"
82
+
83
+ msgid "Name of Puppet CA proxy"
84
+ msgstr "Nom du proxy Puppet CA"
85
+
86
+ msgid "Name of Puppet proxy"
87
+ msgstr "Nom du proxy Puppet"
88
+
89
+ msgid "ID"
90
+ msgstr "ID"
91
+
92
+ msgid "Config group created."
93
+ msgstr "Groupe de configuration créé."
94
+
95
+ msgid "Could not create the config group"
96
+ msgstr "Impossible de créer le groupe de configuration"
97
+
98
+ msgid "Config group updated."
99
+ msgstr "Groupe de configuration mis à jour."
100
+
101
+ msgid "Could not update the config group"
102
+ msgstr "Impossible de mettre à jour le groupe de configuration"
103
+
104
+ msgid "Config group has been deleted."
105
+ msgstr "Le groupe de configuration a été supprimé."
106
+
107
+ msgid "Could not delete the config group"
108
+ msgstr "Impossible de supprimer le groupe de configuration"
109
+
110
+ msgid "Environment created."
111
+ msgstr "Environnement créé."
112
+
113
+ msgid "Could not create the environment"
114
+ msgstr "Impossible de créer l'environnement"
115
+
116
+ msgid "Environment updated."
117
+ msgstr "Environnement mis à jour."
118
+
119
+ msgid "Could not update the environment"
120
+ msgstr "Impossible de mettre à jour l'environnement"
121
+
122
+ msgid "Environment deleted."
123
+ msgstr "Environnement supprimé."
124
+
125
+ msgid "Could not delete the environment"
126
+ msgstr "Impossible de supprimer l'environnement"
127
+
128
+ msgid "Puppet Environment"
129
+ msgstr "Environnement Puppet"
130
+
131
+ msgid "Puppet CA Proxy"
132
+ msgstr "Proxy Puppet CA"
133
+
134
+ msgid "Puppet Master Proxy"
135
+ msgstr "Proxy Puppet Master"
136
+
137
+ msgid "Missing options to search %s"
138
+ msgstr "Option manquante pour rechercher %s"
139
+
140
+ msgid "one of %s not found."
141
+ msgstr "un sur %s introuvable."
142
+
143
+ msgid "Puppet environment name"
144
+ msgstr "Nom de l’environnement Puppet"
145
+
146
+ msgid "Puppet class name"
147
+ msgstr "Nom de la classe Puppet"
148
+
149
+ msgid "Smart class parameter name"
150
+ msgstr "Nom du paramètre de la smart class"
151
+
152
+ msgid "Name to search by"
153
+ msgstr "Recherche par nom"
154
+
155
+ msgid "Puppetclasses"
156
+ msgstr "Classes Puppet"
157
+
158
+ msgid "Environments"
159
+ msgstr "Environnements"
160
+
161
+ msgid "Parameter"
162
+ msgstr "Paramètre"
163
+
164
+ msgid "Default Value"
165
+ msgstr "Valeur par défaut"
166
+
167
+ msgid "Override"
168
+ msgstr "Remplacement"
169
+
170
+ msgid "Puppet class"
171
+ msgstr "Classe Puppet"
172
+
173
+ msgid "Class Id"
174
+ msgstr "Id de classe"
175
+
176
+ msgid "Description"
177
+ msgstr "Description"
178
+
179
+ msgid "Type"
180
+ msgstr "Type"
181
+
182
+ msgid "Hidden Value?"
183
+ msgstr "Valeur cachée ?"
184
+
185
+ msgid "Omit"
186
+ msgstr "Omettre"
187
+
188
+ msgid "Required"
189
+ msgstr "Requis"
190
+
191
+ msgid "Validator"
192
+ msgstr "Validateur"
193
+
194
+ msgid "Rule"
195
+ msgstr "Règle"
196
+
197
+ msgid "Override values"
198
+ msgstr "Surcharger les valeurs"
199
+
200
+ msgid "Merge overrides"
201
+ msgstr "Fusionner les surcharges"
202
+
203
+ msgid "Merge default value"
204
+ msgstr "Fusionner la valeur par défaut"
205
+
206
+ msgid "Avoid duplicates"
207
+ msgstr "Eviter les doublons"
208
+
209
+ msgid "Order"
210
+ msgstr "Commande"
211
+
212
+ msgid "Values"
213
+ msgstr "Valeurs"
214
+
215
+ msgid "Match"
216
+ msgstr "Correspond"
217
+
218
+ msgid "Value"
219
+ msgstr "Valeur"
220
+
221
+ msgid "Parameter updated."
222
+ msgstr "Paramètre mis à jour."
223
+
224
+ msgid "Could not update the parameter"
225
+ msgstr "Impossible de mettre à jour le paramètre"
226
+
227
+ msgid "Value to use when there is no match"
228
+ msgstr "Valeur à utiliser quand il n'y a pas de concordance"
229
+
230
+ msgid "Override this parameter"
231
+ msgstr "Remplacer cette valeur"
232
+
233
+ msgid "This parameter is required"
234
+ msgstr "Ce paramètre est requis"
235
+
236
+ msgid "Type of the parameter"
237
+ msgstr "Type de paramètre"
238
+
239
+ msgid "Type of the validator"
240
+ msgstr "Type de validateur"
241
+
242
+ msgid "The order in which values are resolved"
243
+ msgstr "L'ordre dans lequel les valeurs sont interprétées"
244
+
245
+ msgid "Override value, required if omit is false"
246
+ msgstr "Remplacer la valeur, requis si Omettre est sur false"
247
+
248
+ msgid "Override value created."
249
+ msgstr "Valeur de substitution créée."
250
+
251
+ msgid "Could not create the override value"
252
+ msgstr "Impossible de créer la surcharge de valeur"
253
+
254
+ msgid "Cannot use --value when --omit is true."
255
+ msgstr "Ne peut pas utiliser --value quand --omit est sur true."
256
+
257
+ msgid "Override value deleted."
258
+ msgstr "Valeur de substitution supprimée."
259
+
260
+ msgid "Could not delete the override value"
261
+ msgstr "Impossible de supprimer cette surcharge de valeur"
262
+
263
+ msgid "Import Puppet classes from Puppet proxy"
264
+ msgstr "Importer des classes Puppet depuis le proxy Puppet"
265
+
266
+ msgid "Do not run the import"
267
+ msgstr "Ne pas lancer l'import"
268
+
269
+ msgid "Result"
270
+ msgstr "Résultat"
271
+
272
+ msgid "Changed environments"
273
+ msgstr "Environnements modifiés"
274
+
275
+ msgid "New classes"
276
+ msgstr "Nouvelles classes"
277
+
278
+ msgid "Updated classes"
279
+ msgstr "Classes mises à jour"
280
+
281
+ msgid "Removed classes"
282
+ msgstr "Classes supprimées"
283
+
284
+ msgid "Ignored classes"
285
+ msgstr "Classes ignorées"