foreman_puppet 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/foreman_puppet/register.rb +2 -1
  4. data/lib/foreman_puppet/version.rb +1 -1
  5. data/locale/ca/foreman_puppet.edit.po +1221 -0
  6. data/locale/ca/foreman_puppet.po.time_stamp +0 -0
  7. data/locale/cs_CZ/foreman_puppet.edit.po +1208 -0
  8. data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
  9. data/locale/de/foreman_puppet.edit.po +1300 -0
  10. data/locale/de/foreman_puppet.po.time_stamp +0 -0
  11. data/locale/en/foreman_puppet.edit.po +998 -0
  12. data/locale/en/foreman_puppet.po.time_stamp +0 -0
  13. data/locale/en/foreman_puppet.pox +0 -0
  14. data/locale/en_GB/foreman_puppet.edit.po +1197 -0
  15. data/locale/en_GB/foreman_puppet.po.time_stamp +0 -0
  16. data/locale/es/foreman_puppet.edit.po +1275 -0
  17. data/locale/es/foreman_puppet.po.time_stamp +0 -0
  18. data/locale/fr/foreman_puppet.edit.po +1290 -0
  19. data/locale/fr/foreman_puppet.po.time_stamp +0 -0
  20. data/locale/gl/foreman_puppet.edit.po +1203 -0
  21. data/locale/gl/foreman_puppet.po.time_stamp +0 -0
  22. data/locale/it/foreman_puppet.edit.po +1233 -0
  23. data/locale/it/foreman_puppet.po.time_stamp +0 -0
  24. data/locale/ja/foreman_puppet.edit.po +1223 -0
  25. data/locale/ja/foreman_puppet.po.time_stamp +0 -0
  26. data/locale/ko/foreman_puppet.edit.po +1197 -0
  27. data/locale/ko/foreman_puppet.po.time_stamp +0 -0
  28. data/locale/messages.mo +0 -0
  29. data/locale/nl_NL/foreman_puppet.edit.po +1228 -0
  30. data/locale/nl_NL/foreman_puppet.po.time_stamp +0 -0
  31. data/locale/pl/foreman_puppet.edit.po +1238 -0
  32. data/locale/pl/foreman_puppet.po.time_stamp +0 -0
  33. data/locale/pt_BR/foreman_puppet.edit.po +1281 -0
  34. data/locale/pt_BR/foreman_puppet.po.time_stamp +0 -0
  35. data/locale/ru/foreman_puppet.edit.po +1240 -0
  36. data/locale/ru/foreman_puppet.po.time_stamp +0 -0
  37. data/locale/sv_SE/foreman_puppet.edit.po +1205 -0
  38. data/locale/sv_SE/foreman_puppet.po.time_stamp +0 -0
  39. data/locale/zh_CN/foreman_puppet.edit.po +1212 -0
  40. data/locale/zh_CN/foreman_puppet.po.time_stamp +0 -0
  41. data/locale/zh_TW/foreman_puppet.edit.po +1197 -0
  42. data/locale/zh_TW/foreman_puppet.po.time_stamp +0 -0
  43. data/webpack/src/Extends/Host/PuppetTab/Routes.js +6 -1
  44. data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/ENCTab.js +61 -0
  45. data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js +53 -0
  46. data/webpack/src/Extends/Host/PuppetTab/constants.js +1 -1
  47. metadata +41 -2
@@ -0,0 +1,1203 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_puppet package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Carmela Rubiños <carmela.rubinos@gmail.com>, 2021
8
+ #
9
+ #, fuzzy
10
+ msgid ""
11
+ msgstr ""
12
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2021-11-10 11:17+0000\n"
15
+ "PO-Revision-Date: 2021-02-03 16:30+0000\n"
16
+ "Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2021\n"
17
+ "Language-Team: Galician (https://www.transifex.com/foreman/teams/114/gl/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: gl\n"
22
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
+
24
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
25
+ msgid ""
26
+ "Ignored environment names resulting in booleans found. Please quote strings "
27
+ "like true/false and yes/no in config/ignored_environments.yml"
28
+ msgstr ""
29
+
30
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
31
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
32
+ msgid "No changes to your environments detected"
33
+ msgstr ""
34
+
35
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
36
+ msgid ""
37
+ "Successfully updated environments and Puppet classes from the on-disk Puppet"
38
+ " installation"
39
+ msgstr ""
40
+
41
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
42
+ msgid ""
43
+ "Failed to update environments and Puppet classes from the on-disk Puppet "
44
+ "installation: %s"
45
+ msgstr ""
46
+
47
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
48
+ msgid ""
49
+ "No smart proxy was found to import environments from, ensure that at least "
50
+ "one smart proxy is registered with the 'puppet' feature"
51
+ msgstr ""
52
+
53
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
54
+ msgid "Ignored environments: %s"
55
+ msgstr ""
56
+
57
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:55
58
+ msgid "Ignored classes in the environments: %s"
59
+ msgstr ""
60
+
61
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:10
62
+ msgid "List all host groups for a Puppet class"
63
+ msgstr ""
64
+
65
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:13
66
+ msgid "ID of Puppetclass"
67
+ msgstr ""
68
+
69
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:18
70
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
71
+ msgstr ""
72
+
73
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:19
74
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
75
+ msgstr ""
76
+
77
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:20
78
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
79
+ msgstr ""
80
+
81
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
82
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
83
+ msgid "ID of associated puppet Environment"
84
+ msgstr ""
85
+
86
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
87
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
88
+ msgid "IDs of associated Puppetclasses"
89
+ msgstr ""
90
+
91
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
92
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
93
+ msgid "IDs of associated ConfigGroups"
94
+ msgstr ""
95
+
96
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
97
+ msgid "Import puppet classes from puppet proxy"
98
+ msgstr ""
99
+
100
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
101
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
102
+ msgid "Import puppet classes from puppet proxy for an environment"
103
+ msgstr ""
104
+
105
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
106
+ msgid ""
107
+ "Optional comma-delimited stringcontaining either 'new', 'updated', or "
108
+ "'obsolete'that is used to limit the imported Puppet classes"
109
+ msgstr ""
110
+
111
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
112
+ msgid ""
113
+ "Failed to update the environments and Puppet classes from the on-disk puppet"
114
+ " installation: %s"
115
+ msgstr ""
116
+
117
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
118
+ msgid "The requested environment cannot be found."
119
+ msgstr ""
120
+
121
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
122
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
123
+ msgid ""
124
+ "No proxy found to import classes from, ensure that the smart proxy has the "
125
+ "Puppet feature enabled."
126
+ msgstr ""
127
+
128
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
129
+ msgid "List template combination"
130
+ msgstr ""
131
+
132
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:12
133
+ msgid "Add a template combination"
134
+ msgstr ""
135
+
136
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:15
137
+ msgid "Show template combination"
138
+ msgstr ""
139
+
140
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:18
141
+ msgid "Update template combination"
142
+ msgstr ""
143
+
144
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:21
145
+ msgid "ID of Puppet environment"
146
+ msgstr ""
147
+
148
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:26
149
+ msgid "environment id"
150
+ msgstr ""
151
+
152
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
153
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
154
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
155
+ msgid "ID of environment"
156
+ msgstr ""
157
+
158
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:10
159
+ msgid "List hosts per environment"
160
+ msgstr ""
161
+
162
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:13
163
+ msgid "ID of puppet environment"
164
+ msgstr ""
165
+
166
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:18
167
+ msgid "Deprecated in favor of host/puppet_attributes/environment_id"
168
+ msgstr ""
169
+
170
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:19
171
+ msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
172
+ msgstr ""
173
+
174
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:20
175
+ msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
176
+ msgstr ""
177
+
178
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
179
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
180
+ msgid "No environment selected!"
181
+ msgstr "Ningún entorno seleccionado!"
182
+
183
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:76
184
+ msgid "Updated hosts: changed environment"
185
+ msgstr "Equipos actualizados: cambiado o entorno"
186
+
187
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:105
188
+ msgid "Unable to generate output, Check log files"
189
+ msgstr ""
190
+
191
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:145
192
+ msgid "No proxy selected!"
193
+ msgstr ""
194
+
195
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:151
196
+ msgid "Invalid proxy selected!"
197
+ msgstr ""
198
+
199
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:168
200
+ msgid "Failed to set %{proxy_type} proxy for %{host}."
201
+ msgstr ""
202
+
203
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:174
204
+ msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
205
+ msgstr ""
206
+
207
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
208
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
209
+ msgid "The %{proxy_type} proxy of the selected hosts was cleared."
210
+ msgstr ""
211
+
212
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
213
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
214
+ msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
215
+ msgid_plural ""
216
+ "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
217
+ msgstr[0] ""
218
+ msgstr[1] ""
219
+
220
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
221
+ msgid ""
222
+ "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
223
+ msgstr ""
224
+
225
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
226
+ msgid "Puppet"
227
+ msgstr ""
228
+
229
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:211
230
+ msgid "Puppet CA"
231
+ msgstr "CA Puppet"
232
+
233
+ #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:15
234
+ msgid "List of config groups"
235
+ msgstr ""
236
+
237
+ #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:23
238
+ msgid "Show a config group"
239
+ msgstr ""
240
+
241
+ #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:36
242
+ msgid "Create a config group"
243
+ msgstr ""
244
+
245
+ #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:44
246
+ msgid "Update a config group"
247
+ msgstr ""
248
+
249
+ #: ../app/controllers/foreman_puppet/api/v2/config_groups_controller.rb:52
250
+ msgid "Delete a config group"
251
+ msgstr ""
252
+
253
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:14
254
+ msgid "List all environments"
255
+ msgstr ""
256
+
257
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:15
258
+ msgid "List environments of Puppet class"
259
+ msgstr ""
260
+
261
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:16
262
+ msgid "List environments per location"
263
+ msgstr ""
264
+
265
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:17
266
+ msgid "List environments per organization"
267
+ msgstr ""
268
+
269
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
270
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
271
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
272
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
273
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
274
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
275
+ msgid "ID of Puppet class"
276
+ msgstr ""
277
+
278
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:27
279
+ msgid "Show an environment"
280
+ msgstr ""
281
+
282
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:40
283
+ msgid "Create an environment"
284
+ msgstr ""
285
+
286
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:48
287
+ msgid "Update an environment"
288
+ msgstr ""
289
+
290
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:56
291
+ msgid "Delete an environment"
292
+ msgstr ""
293
+
294
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:12
295
+ msgid "List all Puppet class IDs for host"
296
+ msgstr ""
297
+
298
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:18
299
+ msgid "Add a Puppet class to host"
300
+ msgstr ""
301
+
302
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
303
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
304
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
305
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
306
+ msgid "ID of host"
307
+ msgstr ""
308
+
309
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:27
310
+ msgid "Remove a Puppet class from host"
311
+ msgstr ""
312
+
313
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:11
314
+ msgid "List all Puppet class IDs for host group"
315
+ msgstr ""
316
+
317
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:17
318
+ msgid "Add a Puppet class to host group"
319
+ msgstr ""
320
+
321
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
322
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
323
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
324
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
325
+ msgid "ID of host group"
326
+ msgstr ""
327
+
328
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:26
329
+ msgid "Remove a Puppet class from host group"
330
+ msgstr ""
331
+
332
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
333
+ msgid "List of override values for a specific smart class parameter"
334
+ msgstr ""
335
+
336
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
337
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
338
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
339
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
340
+ msgid "Display hidden values"
341
+ msgstr ""
342
+
343
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:27
344
+ msgid "Show an override value for a specific smart class parameter"
345
+ msgstr ""
346
+
347
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:37
348
+ msgid "Override match"
349
+ msgstr ""
350
+
351
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:38
352
+ msgid "Override value, required if omit is false"
353
+ msgstr ""
354
+
355
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:39
356
+ msgid "Foreman will not send this parameter in classification output"
357
+ msgstr ""
358
+
359
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:43
360
+ msgid "Create an override value for a specific smart class parameter"
361
+ msgstr ""
362
+
363
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
364
+ msgid "Update an override value for a specific smart class parameter"
365
+ msgstr ""
366
+
367
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
368
+ msgid "Delete an override value for a specific smart class parameter"
369
+ msgstr ""
370
+
371
+ #: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
372
+ msgid "%{model} with id '%{id}' was not found"
373
+ msgstr ""
374
+
375
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:14
376
+ msgid "List all Puppet classes"
377
+ msgstr ""
378
+
379
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:15
380
+ msgid "List all Puppet classes for a host"
381
+ msgstr ""
382
+
383
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:16
384
+ msgid "List all Puppet classes for a host group"
385
+ msgstr ""
386
+
387
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:17
388
+ msgid "List all Puppet classes for an environment"
389
+ msgstr ""
390
+
391
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:49
392
+ msgid "Show a Puppet class"
393
+ msgstr ""
394
+
395
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:50
396
+ msgid "Show a Puppet class for host"
397
+ msgstr ""
398
+
399
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:51
400
+ msgid "Show a Puppet class for a host group"
401
+ msgstr ""
402
+
403
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:52
404
+ msgid "Show a Puppet class for an environment"
405
+ msgstr ""
406
+
407
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:67
408
+ msgid "Create a Puppet class"
409
+ msgstr ""
410
+
411
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:75
412
+ msgid "Update a Puppet class"
413
+ msgstr ""
414
+
415
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:84
416
+ msgid "Delete a Puppet class"
417
+ msgstr ""
418
+
419
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:13
420
+ msgid "List all smart class parameters"
421
+ msgstr ""
422
+
423
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:14
424
+ msgid "List of smart class parameters for a specific host"
425
+ msgstr ""
426
+
427
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:15
428
+ msgid "List of smart class parameters for a specific host group"
429
+ msgstr ""
430
+
431
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:16
432
+ msgid "List of smart class parameters for a specific Puppet class"
433
+ msgstr ""
434
+
435
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:17
436
+ msgid "List of smart class parameters for a specific environment"
437
+ msgstr ""
438
+
439
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
440
+ msgid ""
441
+ "List of smart class parameters for a specific environment/Puppet class "
442
+ "combination"
443
+ msgstr ""
444
+
445
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
446
+ msgid "Show a smart class parameter"
447
+ msgstr ""
448
+
449
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:41
450
+ msgid "Update a smart class parameter"
451
+ msgstr ""
452
+
453
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:45
454
+ msgid "Whether the smart class parameter value is managed by Foreman"
455
+ msgstr ""
456
+
457
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:46
458
+ msgid "Description of smart class"
459
+ msgstr ""
460
+
461
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:47
462
+ msgid "Value to use when there is no match"
463
+ msgstr ""
464
+
465
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:48
466
+ msgid "When enabled the parameter is hidden in the UI"
467
+ msgstr ""
468
+
469
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
470
+ msgid ""
471
+ "Foreman will not send this parameter in classification output.Puppet will "
472
+ "use the value defined in the Puppet manifest for this parameter"
473
+ msgstr ""
474
+
475
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
476
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
477
+ msgid "The order in which values are resolved"
478
+ msgstr "A orde na cual se resolven os valores"
479
+
480
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:52
481
+ msgid "Types of validation values"
482
+ msgstr ""
483
+
484
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:53
485
+ msgid "Used to enforce certain values for the parameter values"
486
+ msgstr ""
487
+
488
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:55
489
+ msgid "Types of variable values"
490
+ msgstr ""
491
+
492
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
493
+ msgid ""
494
+ "If true, will raise an error if there is no default value and no matcher "
495
+ "provide a value"
496
+ msgstr ""
497
+
498
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
499
+ msgid "Merge all matching values (only array/hash type)"
500
+ msgstr ""
501
+
502
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:58
503
+ msgid "Include default value when merging all matching values"
504
+ msgstr ""
505
+
506
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:59
507
+ msgid "Remove duplicate values (only array type)"
508
+ msgstr ""
509
+
510
+ #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:61
511
+ msgid "Successfully overridden all parameters of Puppet class %s"
512
+ msgstr ""
513
+
514
+ #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
515
+ msgid ""
516
+ "Successfully reset all parameters of Puppet class %s to their default values"
517
+ msgstr ""
518
+
519
+ #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
520
+ msgid "No parameters to override for Puppet class %s"
521
+ msgstr ""
522
+
523
+ #: ../app/helpers/foreman_puppet/environments_helper.rb:13
524
+ #: ../app/views/foreman_puppet/environments/new.html.erb:5
525
+ #: ../webpack/src/Components/Environments/Welcome.js:9
526
+ msgid "Create Puppet Environment"
527
+ msgstr ""
528
+
529
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:11
530
+ msgid "Change Environment"
531
+ msgstr "Cambiar Entorno"
532
+
533
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:13
534
+ msgid "Change Puppet Master"
535
+ msgstr ""
536
+
537
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
538
+ msgid "Puppet YAML"
539
+ msgstr ""
540
+
541
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:22
542
+ msgid "Puppet external nodes YAML dump"
543
+ msgstr "Volcado YAML de nodos externos puppet"
544
+
545
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:34
546
+ msgid "Puppet Environment"
547
+ msgstr "Entorno Puppet"
548
+
549
+ #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:32
550
+ msgid "Omit from classification output"
551
+ msgstr ""
552
+
553
+ #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:39
554
+ msgid "Override this value"
555
+ msgstr "Sobrescribir este valor"
556
+
557
+ #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:43
558
+ msgid "Remove this override"
559
+ msgstr ""
560
+
561
+ #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:75
562
+ msgid "Default value"
563
+ msgstr "Valor predeterminado"
564
+
565
+ #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:93
566
+ msgid "Original value info"
567
+ msgstr ""
568
+
569
+ #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:99
570
+ msgid ""
571
+ "<b>Description:</b> %{desc}<br/>\n"
572
+ " <b>Type:</b> %{type}<br/>\n"
573
+ " <b>Matcher:</b> %{matcher}<br/>\n"
574
+ " <b>Inherited value:</b> %{inherited_value}"
575
+ msgstr ""
576
+
577
+ #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:113
578
+ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
579
+ msgstr ""
580
+
581
+ #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
582
+ msgid ""
583
+ "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
584
+ " will be empty.</i><br/>"
585
+ msgstr ""
586
+
587
+ #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
588
+ msgid "Empty environment"
589
+ msgstr "Entorno baleiro"
590
+
591
+ #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:7
592
+ msgid "Deleted environment"
593
+ msgstr "Entorno eliminado"
594
+
595
+ #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:9
596
+ msgid "Deleted environment %{env} and %{pcs}"
597
+ msgstr "Eliminado entorno %{env} e %{pcs}"
598
+
599
+ #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:11
600
+ msgid "Ignored environment"
601
+ msgstr ""
602
+
603
+ #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:18
604
+ msgid "Import"
605
+ msgstr "Importar"
606
+
607
+ #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22
608
+ msgid "Import environments from %s"
609
+ msgstr ""
610
+
611
+ #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:22
612
+ msgid "Import classes from %s"
613
+ msgstr ""
614
+
615
+ #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:45
616
+ msgid "%{name} has %{num_tag} class"
617
+ msgid_plural "%{name} has %{num_tag} classes"
618
+ msgstr[0] ""
619
+ msgstr[1] ""
620
+
621
+ #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
622
+ #: ../webpack/src/foreman_class_edit.js:55
623
+ msgid "Click to remove %s"
624
+ msgstr "Click para eliminar %s"
625
+
626
+ #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:46
627
+ msgid "Click to add %s"
628
+ msgstr "Click para engadir %s"
629
+
630
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
631
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
632
+ msgid "None"
633
+ msgstr "Ningún"
634
+
635
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:14
636
+ msgid ""
637
+ "When editing a template, you must assign a list \\\n"
638
+ " of operating systems which this template can be used with. Optionally, you can \\\n"
639
+ " restrict a template to a list of host groups and/or environments."
640
+ msgstr ""
641
+
642
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:18
643
+ msgid ""
644
+ "When a Host requests a template (e.g. during provisioning), Foreman \\\n"
645
+ " will select the best match from the available templates of that type, in the \\\n"
646
+ " following order:"
647
+ msgstr ""
648
+
649
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:22
650
+ msgid "Host group and Environment"
651
+ msgstr "Grupo de Equipos e Entorno"
652
+
653
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:23
654
+ msgid "Host group only"
655
+ msgstr "Solo Grupo de Equipos"
656
+
657
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:24
658
+ msgid "Environment only"
659
+ msgstr "Solo Entorno"
660
+
661
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:25
662
+ msgid "Operating system default"
663
+ msgstr "Sistema Operativo predeterminado"
664
+
665
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
666
+ msgid ""
667
+ "The final entry, Operating System default, can be set by editing the %s "
668
+ "page."
669
+ msgstr ""
670
+ "A última entrada, Sistema Operativo predeterminado, pódese configurar "
671
+ "editando a páxina %s."
672
+
673
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
674
+ msgid "Operating System"
675
+ msgstr "Sistema Operativo"
676
+
677
+ #: ../app/models/foreman_puppet/environment.rb:44
678
+ msgid "Can't find a valid Foreman Proxy with a Puppet feature"
679
+ msgstr ""
680
+ "Non se atopa un Proxy Foreman con características de Puppet habilitadas"
681
+
682
+ #: ../app/models/foreman_puppet/host_puppet_facet.rb:61
683
+ msgid "%{puppetclass} does not belong to the %{environment} environment"
684
+ msgstr ""
685
+
686
+ #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
687
+ msgid ""
688
+ "Failed to import %{klass} for %{name}: doesn't exists in our database - "
689
+ "ignoring"
690
+ msgstr ""
691
+ "Fallo ao importar %{klass} para %{name}: non existe na base de datos - "
692
+ "ignorando"
693
+
694
+ #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
695
+ msgid ""
696
+ "with id %{object_id} doesn't exist or is not assigned to proper organization"
697
+ " and/or location"
698
+ msgstr ""
699
+
700
+ #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
701
+ msgid "must be true to edit the parameter"
702
+ msgstr ""
703
+
704
+ #: ../app/services/foreman_puppet/input_type/puppet_parameter_input.rb:24
705
+ msgid "Puppet parameter"
706
+ msgstr ""
707
+
708
+ #: ../app/services/foreman_puppet/puppet_class_importer.rb:16
709
+ msgid "Can't find a valid Proxy with a Puppet feature"
710
+ msgstr ""
711
+
712
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:1
713
+ msgid "Changed environments"
714
+ msgstr ""
715
+
716
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:3
717
+ msgid "Select the changes you want to apply to Foreman"
718
+ msgstr ""
719
+
720
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:5
721
+ msgid "Toggle"
722
+ msgstr ""
723
+
724
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:6
725
+ msgid "New"
726
+ msgstr "Novo"
727
+
728
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:8
729
+ msgid "Check/Uncheck new"
730
+ msgstr ""
731
+
732
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:9
733
+ msgid "Updated"
734
+ msgstr ""
735
+
736
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:11
737
+ msgid "Check/Uncheck updated"
738
+ msgstr ""
739
+
740
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:12
741
+ msgid "Obsolete"
742
+ msgstr ""
743
+
744
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:14
745
+ msgid "Check/Uncheck obsolete"
746
+ msgstr ""
747
+
748
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:22
749
+ msgid "Check/Uncheck all"
750
+ msgstr ""
751
+
752
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
753
+ #: ../app/views/foreman_puppet/environments/_form.html.erb:4
754
+ #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
755
+ #: ../app/views/hosts/select_multiple_environment.html.erb:7
756
+ #: ../app/views/provisioning_templates/_combination.html.erb:4
757
+ msgid "Environment"
758
+ msgstr "Entorno"
759
+
760
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:25
761
+ msgid "Operation"
762
+ msgstr "Operación"
763
+
764
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:26
765
+ msgid "Puppet Modules"
766
+ msgstr "Módulos Puppet"
767
+
768
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:39
769
+ msgid "Check/Uncheck all %s changes"
770
+ msgstr ""
771
+
772
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
773
+ msgid "Add:"
774
+ msgstr "Engadir:"
775
+
776
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
777
+ msgid "Remove:"
778
+ msgstr "Eliminar:"
779
+
780
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
781
+ msgid "Update:"
782
+ msgstr "Actualizar:"
783
+
784
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:46
785
+ msgid "Ignored:"
786
+ msgstr ""
787
+
788
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:59
789
+ msgid "Cancel"
790
+ msgstr "Cancelar"
791
+
792
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:60
793
+ msgid "Update"
794
+ msgstr "Actualizar"
795
+
796
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
797
+ msgid "included already from parent"
798
+ msgstr ""
799
+
800
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
801
+ #: ../app/views/provisioning_templates/_combination.html.erb:4
802
+ msgid "Remove"
803
+ msgstr ""
804
+
805
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
806
+ msgid "Add"
807
+ msgstr ""
808
+
809
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
810
+ msgid "%s is not in environment"
811
+ msgstr ""
812
+
813
+ #: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:4
814
+ msgid "Included Config Groups"
815
+ msgstr ""
816
+
817
+ #: ../app/views/foreman_puppet/config_groups/_config_groups_selection.html.erb:21
818
+ msgid "Available Config Groups"
819
+ msgstr ""
820
+
821
+ #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
822
+ #: ../app/views/foreman_puppet/environments/edit.html.erb:1
823
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
824
+ msgid "Edit %s"
825
+ msgstr "Editar %s"
826
+
827
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
828
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
829
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
830
+ #: ../lib/foreman_puppet/register.rb:171
831
+ msgid "Config Groups"
832
+ msgstr ""
833
+
834
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
835
+ #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
836
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
837
+ msgid "Create Config Group"
838
+ msgstr ""
839
+
840
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
841
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
842
+ msgid "Puppet Classes"
843
+ msgstr "Clases de Puppet"
844
+
845
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
846
+ #: ../app/views/foreman_puppet/environments/index.html.erb:9
847
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
848
+ msgid "Hosts"
849
+ msgstr "Equipos"
850
+
851
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
852
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
853
+ msgid "Host Groups"
854
+ msgstr "Grupos de Equipos"
855
+
856
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
857
+ #: ../app/views/foreman_puppet/environments/index.html.erb:10
858
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
859
+ msgid "Actions"
860
+ msgstr "Accións"
861
+
862
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
863
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
864
+ msgid "Delete %s?"
865
+ msgstr "¿Borrar %s?"
866
+
867
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
868
+ msgid ""
869
+ "A config group provides a one-step method of associating many Puppet classes"
870
+ " to either a host or host group. Typically this would be used to add a "
871
+ "particular application profile or stack in one step."
872
+ msgstr ""
873
+
874
+ #: ../app/views/foreman_puppet/environments/_form.html.erb:6
875
+ msgid "Locations"
876
+ msgstr "Lugares"
877
+
878
+ #: ../app/views/foreman_puppet/environments/_form.html.erb:9
879
+ msgid "Organizations"
880
+ msgstr "Organizacións"
881
+
882
+ #: ../app/views/foreman_puppet/environments/edit.html.erb:5
883
+ #: ../app/views/foreman_puppet/environments/index.html.erb:1
884
+ #: ../app/views/foreman_puppet/environments/new.html.erb:4
885
+ msgid "Puppet Environments"
886
+ msgstr "Entornos Puppet"
887
+
888
+ #: ../app/views/foreman_puppet/environments/index.html.erb:8
889
+ msgid "Environment|Name"
890
+ msgstr "Nome"
891
+
892
+ #: ../app/views/foreman_puppet/environments/index.html.erb:22
893
+ #: ../lib/foreman_puppet/register.rb:168
894
+ msgid "Classes"
895
+ msgstr "Clases"
896
+
897
+ #: ../app/views/foreman_puppet/environments/new.html.erb:1
898
+ msgid "Create Environment"
899
+ msgstr ""
900
+
901
+ #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
902
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
903
+ msgid "Puppet environments"
904
+ msgstr "Entornos Puppet"
905
+
906
+ #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:5
907
+ msgid "Number of classes"
908
+ msgstr ""
909
+
910
+ #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:15
911
+ msgid "Total"
912
+ msgstr "Total"
913
+
914
+ #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:25
915
+ msgid "No environments found"
916
+ msgstr ""
917
+
918
+ #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
919
+ msgid ""
920
+ "There are no puppet environments set up on this puppet master. Please check "
921
+ "the puppet master configuration."
922
+ msgstr ""
923
+
924
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
925
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
926
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
927
+ #: ../lib/foreman_puppet/register.rb:174
928
+ msgid "Smart Class Parameters"
929
+ msgstr ""
930
+
931
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:6
932
+ msgid "Parameter"
933
+ msgstr "Parámetro"
934
+
935
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
936
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
937
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
938
+ msgid "Puppet Class"
939
+ msgstr "Clase de Puppet"
940
+
941
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:8
942
+ msgid "Number of Overrides"
943
+ msgstr ""
944
+
945
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
946
+ msgid ""
947
+ "Parameterized class support permits detecting, importing, and supplying "
948
+ "parameters directly to classes which support it, via the ENC and depending "
949
+ "on a set of rules (Smart Matchers)."
950
+ msgstr ""
951
+
952
+ #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
953
+ msgid "Included Classes"
954
+ msgstr "Clases incluidas"
955
+
956
+ #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
957
+ #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
958
+ msgid "Not authorized to edit classes"
959
+ msgstr "Non autorizado para editar clases"
960
+
961
+ #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:37
962
+ msgid "Inherited Classes from %s"
963
+ msgstr ""
964
+
965
+ #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:56
966
+ msgid "Available Classes"
967
+ msgstr "Clases disponibles"
968
+
969
+ #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:59
970
+ msgid "Filter classes"
971
+ msgstr "Clases de filtro"
972
+
973
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
974
+ #: ../webpack/src/foreman_class_edit.js:84
975
+ msgid "belongs to config group"
976
+ msgstr ""
977
+
978
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:5
979
+ msgid "Name"
980
+ msgstr "Nome"
981
+
982
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:6
983
+ msgid "Value"
984
+ msgstr "Valor"
985
+
986
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:7
987
+ msgid "Omit"
988
+ msgstr ""
989
+
990
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
991
+ msgid ""
992
+ "The class could not be saved because of an error in one of the class "
993
+ "parameters."
994
+ msgstr ""
995
+
996
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
997
+ msgid "Smart Class Parameter"
998
+ msgstr "Parámetro de Clase Intelixente"
999
+
1000
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:15
1001
+ msgid "Host groups"
1002
+ msgstr "Grupo de Equipos"
1003
+
1004
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:22
1005
+ msgid "This Puppet class has no parameters in its signature."
1006
+ msgstr "Esta clase de Puppet non ten parámetros na súa firma."
1007
+
1008
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
1009
+ msgid ""
1010
+ "To update the class signature, go to the Puppet Classes page and select "
1011
+ "\"Import\"."
1012
+ msgstr ""
1013
+ "Para actualiza-la firma de clase, selecciona \"Importar\" na páxina de "
1014
+ "Clases de Puppet."
1015
+
1016
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
1017
+ msgid "Filter by name"
1018
+ msgstr ""
1019
+
1020
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:34
1021
+ msgid "All environments - (not filtered)"
1022
+ msgstr ""
1023
+
1024
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:46
1025
+ msgid "Overridden"
1026
+ msgstr ""
1027
+
1028
+ #: ../app/views/foreman_puppet/puppetclasses/edit.html.erb:1
1029
+ msgid "Edit Puppet Class %s"
1030
+ msgstr "Editar Clase Puppet %s"
1031
+
1032
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:9
1033
+ msgid "Puppetclass|Name"
1034
+ msgstr "Nome"
1035
+
1036
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
1037
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
1038
+ #: ../lib/foreman_puppet/register.rb:165
1039
+ #: ../webpack/src/Components/Environments/Welcome.js:21
1040
+ msgid "Environments"
1041
+ msgstr "Entornos"
1042
+
1043
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:13
1044
+ msgid "Parameters"
1045
+ msgstr "Parámetros"
1046
+
1047
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
1048
+ msgid "Override all parameters"
1049
+ msgstr ""
1050
+
1051
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
1052
+ msgid "This will set all parameters of the class %s as overridden. Continue?"
1053
+ msgstr ""
1054
+
1055
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
1056
+ msgid "Set parameters to defaults"
1057
+ msgstr ""
1058
+
1059
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
1060
+ msgid ""
1061
+ "This will reset parameters of the class %s to their default values. "
1062
+ "Continue?"
1063
+ msgstr ""
1064
+
1065
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
1066
+ msgid "Notice"
1067
+ msgstr "Aviso"
1068
+
1069
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
1070
+ msgid "Please select an environment first"
1071
+ msgstr "Por favor, selecciona primeiro un entorno"
1072
+
1073
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
1074
+ msgid "Puppet Class Parameters"
1075
+ msgstr ""
1076
+
1077
+ #: ../app/views/hosts/select_multiple_environment.html.erb:4
1078
+ msgid "Select environment"
1079
+ msgstr "Seleccionar entorno"
1080
+
1081
+ #: ../app/views/hosts/select_multiple_environment.html.erb:5
1082
+ msgid "*Clear environment*"
1083
+ msgstr "*Limpar entorno*"
1084
+
1085
+ #: ../app/views/hosts/select_multiple_environment.html.erb:6
1086
+ msgid "*Inherit from host group*"
1087
+ msgstr "*Herdado dende grupo de equipos*"
1088
+
1089
+ #: ../app/views/provisioning_templates/_combination.html.erb:2
1090
+ msgid "Hostgroup"
1091
+ msgstr "Grupo de Equipos"
1092
+
1093
+ #: ../app/views/provisioning_templates/_combination.html.erb:4
1094
+ msgid "Remove Combination"
1095
+ msgstr ""
1096
+
1097
+ #: ../app/views/provisioning_templates/_combinations.html.erb:1
1098
+ msgid "Valid Host Group and Environment Combinations"
1099
+ msgstr ""
1100
+
1101
+ #: ../app/views/provisioning_templates/_combinations.html.erb:6
1102
+ msgid "Add Combination"
1103
+ msgstr ""
1104
+
1105
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:3
1106
+ msgid "General"
1107
+ msgstr ""
1108
+
1109
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:12
1110
+ msgid "Hosts managed:"
1111
+ msgstr ""
1112
+
1113
+ #: ../lib/foreman_puppet/register.rb:7
1114
+ msgid "Facts"
1115
+ msgstr "Datos"
1116
+
1117
+ #: ../lib/foreman_puppet/register.rb:10
1118
+ msgid ""
1119
+ "Foreman will default to this puppet environment if it cannot auto detect one"
1120
+ msgstr ""
1121
+
1122
+ #: ../lib/foreman_puppet/register.rb:12
1123
+ msgid "Default Puppet environment"
1124
+ msgstr ""
1125
+
1126
+ #: ../lib/foreman_puppet/register.rb:16
1127
+ msgid ""
1128
+ "Foreman will explicitly set the puppet environment in the ENC yaml output. "
1129
+ "This will avoid conflicts between the environment in puppet.conf and the "
1130
+ "environment set in Foreman"
1131
+ msgstr ""
1132
+
1133
+ #: ../lib/foreman_puppet/register.rb:19
1134
+ msgid "ENC environment"
1135
+ msgstr ""
1136
+
1137
+ #: ../lib/foreman_puppet/register.rb:22
1138
+ msgid "Foreman will update a host's environment from its facts"
1139
+ msgstr ""
1140
+
1141
+ #: ../lib/foreman_puppet/register.rb:24
1142
+ msgid "Update environment from facts"
1143
+ msgstr ""
1144
+
1145
+ #: ../lib/foreman_puppet/register.rb:27
1146
+ msgid "Config Management"
1147
+ msgstr ""
1148
+
1149
+ #: ../lib/foreman_puppet/register.rb:30
1150
+ msgid ""
1151
+ "Duration in minutes after servers reporting via Puppet are classed as out of"
1152
+ " sync."
1153
+ msgstr ""
1154
+
1155
+ #: ../lib/foreman_puppet/register.rb:32
1156
+ msgid "Puppet interval"
1157
+ msgstr ""
1158
+
1159
+ #: ../lib/foreman_puppet/register.rb:35
1160
+ msgid ""
1161
+ "Disable host configuration status turning to out of sync for %s after report"
1162
+ " does not arrive within configured interval"
1163
+ msgstr ""
1164
+
1165
+ #: ../lib/foreman_puppet/register.rb:37
1166
+ msgid "%s out of sync disabled"
1167
+ msgstr ""
1168
+
1169
+ #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
1170
+ msgid "Puppet ENC"
1171
+ msgstr ""
1172
+
1173
+ #: ../webpack/src/foreman_class_edit.js:146
1174
+ msgid "Click to remove config group"
1175
+ msgstr ""
1176
+
1177
+ #: ../webpack/src/foreman_class_edit.js:149
1178
+ msgid " Remove"
1179
+ msgstr "Eliminar"
1180
+
1181
+ #: ../webpack/src/foreman_puppet_host_form.js:32
1182
+ msgid "Loading parameters..."
1183
+ msgstr "Cargando parámetros..."
1184
+
1185
+ #: action_names.rb:2
1186
+ msgid "Action with sub plans"
1187
+ msgstr ""
1188
+
1189
+ #: action_names.rb:3
1190
+ msgid "Import facts"
1191
+ msgstr ""
1192
+
1193
+ #: action_names.rb:4
1194
+ msgid "Import Puppet classes"
1195
+ msgstr ""
1196
+
1197
+ #: action_names.rb:5
1198
+ msgid "Remote action:"
1199
+ msgstr ""
1200
+
1201
+ #: gemspec.rb:2
1202
+ msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
1203
+ msgstr ""