hammer_cli_foreman 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of hammer_cli_foreman might be problematic. Click here for more details.

Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/doc/release_notes.md +11 -0
  3. data/lib/hammer_cli_foreman.rb +4 -0
  4. data/lib/hammer_cli_foreman/associating_commands.rb +21 -0
  5. data/lib/hammer_cli_foreman/host.rb +0 -5
  6. data/lib/hammer_cli_foreman/id_resolver.rb +6 -2
  7. data/lib/hammer_cli_foreman/location.rb +1 -0
  8. data/lib/hammer_cli_foreman/organization.rb +2 -0
  9. data/lib/hammer_cli_foreman/realm.rb +53 -0
  10. data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -0
  11. data/lib/hammer_cli_foreman/smart_variable.rb +4 -1
  12. data/lib/hammer_cli_foreman/usergroup.rb +1 -3
  13. data/lib/hammer_cli_foreman/version.rb +1 -1
  14. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  15. data/locale/ca/hammer-cli-foreman.edit.po +376 -290
  16. data/locale/ca/hammer-cli-foreman.po +393 -192
  17. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  18. data/locale/de/hammer-cli-foreman.edit.po +277 -179
  19. data/locale/de/hammer-cli-foreman.po +420 -219
  20. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  21. data/locale/en/hammer-cli-foreman.edit.po +216 -144
  22. data/locale/en/hammer-cli-foreman.po +55 -1
  23. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  24. data/locale/en_GB/hammer-cli-foreman.edit.po +339 -224
  25. data/locale/en_GB/hammer-cli-foreman.po +391 -190
  26. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  27. data/locale/es/hammer-cli-foreman.edit.po +251 -158
  28. data/locale/es/hammer-cli-foreman.po +444 -242
  29. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  30. data/locale/fr/hammer-cli-foreman.edit.po +252 -159
  31. data/locale/fr/hammer-cli-foreman.po +392 -191
  32. data/locale/hammer-cli-foreman.pot +253 -175
  33. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  34. data/locale/it/hammer-cli-foreman.edit.po +281 -188
  35. data/locale/it/hammer-cli-foreman.po +391 -190
  36. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  37. data/locale/ja/hammer-cli-foreman.edit.po +282 -189
  38. data/locale/ja/hammer-cli-foreman.po +457 -256
  39. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  40. data/locale/ko/hammer-cli-foreman.edit.po +280 -187
  41. data/locale/ko/hammer-cli-foreman.po +458 -257
  42. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  43. data/locale/pt_BR/hammer-cli-foreman.edit.po +255 -162
  44. data/locale/pt_BR/hammer-cli-foreman.po +455 -254
  45. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  46. data/locale/ru/hammer-cli-foreman.edit.po +443 -337
  47. data/locale/ru/hammer-cli-foreman.po +412 -211
  48. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  49. data/locale/zh_CN/hammer-cli-foreman.edit.po +278 -185
  50. data/locale/zh_CN/hammer-cli-foreman.po +465 -264
  51. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  52. data/locale/zh_TW/hammer-cli-foreman.edit.po +279 -186
  53. data/locale/zh_TW/hammer-cli-foreman.po +459 -258
  54. data/test/data/README.md +2 -2
  55. data/test/functional/hostgroup/create_test.rb +303 -0
  56. data/test/functional/hostgroup/update_test.rb +303 -0
  57. data/test/functional/smart_variable_test.rb +150 -0
  58. data/test/unit/host_test.rb +0 -4
  59. data/test/unit/location_test.rb +1 -0
  60. data/test/unit/organization_test.rb +1 -0
  61. data/test/unit/realm_test.rb +87 -0
  62. data/test/unit/smart_class_parameter_test.rb +7 -0
  63. data/test/unit/smart_variable_test.rb +1 -1
  64. data/test/unit/usergroup_test.rb +2 -0
  65. metadata +13 -4
@@ -7,15 +7,15 @@
7
7
  # elobato <elobatocs@gmail.com>, 2014
8
8
  # elobato <elobatocs@gmail.com>, 2014
9
9
  # francis <hackgo@gmail.com>, 2014-2015
10
- # Sergio Ocón <sergio.ocon@redhat.com>, 2014-2015
10
+ # Sergio Ocón <sergio.ocon@redhat.com>, 2014-2016
11
11
  # Sergio Ocón <sergio.ocon@redhat.com>, 2014
12
12
  msgid ""
13
13
  msgstr ""
14
- "Project-Id-Version: hammer-cli-foreman 0.6.0\n"
14
+ "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
- "POT-Creation-Date: 2016-06-14 23:53+0200\n"
17
- "PO-Revision-Date: 2015-12-15 09:31+0000\n"
18
- "Last-Translator: Lukáš Zapletal\n"
16
+ "POT-Creation-Date: 2016-09-01 12:48+0200\n"
17
+ "PO-Revision-Date: 2016-05-03 06:09+0000\n"
18
+ "Last-Translator: Sergio Ocón <sergio.ocon@redhat.com>\n"
19
19
  "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
20
20
  "\n"
21
21
  "MIME-Version: 1.0\n"
@@ -113,30 +113,35 @@ msgid "Manipulate smart proxies."
113
113
  msgstr "Manipular proxis inteligentes."
114
114
 
115
115
  #: ../lib/hammer_cli_foreman.rb:120
116
+ #, fuzzy
117
+ msgid "Manipulate realms."
118
+ msgstr "Manipular dominios."
119
+
120
+ #: ../lib/hammer_cli_foreman.rb:124
116
121
  msgid "Change server settings."
117
122
  msgstr "Cambiar configuración del servidor."
118
123
 
119
- #: ../lib/hammer_cli_foreman.rb:124
124
+ #: ../lib/hammer_cli_foreman.rb:128
120
125
  msgid "Manipulate subnets."
121
126
  msgstr "Manipular subredes."
122
127
 
123
- #: ../lib/hammer_cli_foreman.rb:128
128
+ #: ../lib/hammer_cli_foreman.rb:132
124
129
  msgid "Manipulate config templates."
125
130
  msgstr "Manipular plantillas de configuración"
126
131
 
127
- #: ../lib/hammer_cli_foreman.rb:132
132
+ #: ../lib/hammer_cli_foreman.rb:136
128
133
  msgid "Manipulate users."
129
134
  msgstr "Manipular usuarios."
130
135
 
131
- #: ../lib/hammer_cli_foreman.rb:136
136
+ #: ../lib/hammer_cli_foreman.rb:140
132
137
  msgid "Manage user groups."
133
138
  msgstr "Administrar grupos de usuarios."
134
139
 
135
- #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72 ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:196 ../lib/hammer_cli_foreman/host.rb:227 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:64 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
140
+ #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72 ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:191 ../lib/hammer_cli_foreman/host.rb:222 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:66 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
136
141
  msgid "Id"
137
142
  msgstr "ID"
138
143
 
139
- #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:198 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:10 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
144
+ #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:193 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
140
145
  msgid "Name"
141
146
  msgstr "Nombre"
142
147
 
@@ -309,8 +314,9 @@ msgid "Associate a compute resource"
309
314
  msgstr "Asociar un recurso de cómputo"
310
315
 
311
316
  #: ../lib/hammer_cli_foreman/associating_commands.rb:143
317
+ #, fuzzy
312
318
  msgid "The compute resource has been associated"
313
- msgstr ""
319
+ msgstr "El grupo de usuario ha sido asociado"
314
320
 
315
321
  #: ../lib/hammer_cli_foreman/associating_commands.rb:144
316
322
  #, fuzzy
@@ -322,8 +328,9 @@ msgid "Disassociate a compute resource"
322
328
  msgstr "Disociar un recurso de cómputo"
323
329
 
324
330
  #: ../lib/hammer_cli_foreman/associating_commands.rb:151
331
+ #, fuzzy
325
332
  msgid "The compute resource has been disassociated"
326
- msgstr ""
333
+ msgstr "El grupo de usuario se ha desasociado"
327
334
 
328
335
  #: ../lib/hammer_cli_foreman/associating_commands.rb:152
329
336
  #, fuzzy
@@ -415,8 +422,9 @@ msgid "The configuration template has been associated"
415
422
  msgstr ""
416
423
 
417
424
  #: ../lib/hammer_cli_foreman/associating_commands.rb:236
425
+ #, fuzzy
418
426
  msgid "Could not associate the configuration template"
419
- msgstr ""
427
+ msgstr "Disociar una plantilla de configuración"
420
428
 
421
429
  #: ../lib/hammer_cli_foreman/associating_commands.rb:241
422
430
  msgid "Disassociate a configuration template"
@@ -427,8 +435,9 @@ msgid "The configuration template has been disassociated"
427
435
  msgstr ""
428
436
 
429
437
  #: ../lib/hammer_cli_foreman/associating_commands.rb:244
438
+ #, fuzzy
430
439
  msgid "Could not disassociate the configuration template"
431
- msgstr ""
440
+ msgstr "No se ha podido disociar la tabla de particiones"
432
441
 
433
442
  #: ../lib/hammer_cli_foreman/associating_commands.rb:253
434
443
  msgid "Associate an organization"
@@ -448,8 +457,9 @@ msgid "Disassociate an organization"
448
457
  msgstr "Disociar una organización"
449
458
 
450
459
  #: ../lib/hammer_cli_foreman/associating_commands.rb:263
460
+ #, fuzzy
451
461
  msgid "The organization has been disassociated"
452
- msgstr ""
462
+ msgstr "El usuario se ha desasociado"
453
463
 
454
464
  #: ../lib/hammer_cli_foreman/associating_commands.rb:264
455
465
  #, fuzzy
@@ -552,6 +562,36 @@ msgstr "El rol de usuario ha sido eliminado"
552
562
  msgid "Could not remove the user role"
553
563
  msgstr "No se pudo eliminar el rol de usuario"
554
564
 
565
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:357
566
+ #, fuzzy
567
+ msgid "Associate a location"
568
+ msgstr "Asociar un dominio"
569
+
570
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:359
571
+ #, fuzzy
572
+ msgid "The location has been associated"
573
+ msgstr "El usuario ha sido asociado"
574
+
575
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:360
576
+ #, fuzzy
577
+ msgid "Could not associate the location"
578
+ msgstr "No se pudo crear la ubicación"
579
+
580
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:365
581
+ #, fuzzy
582
+ msgid "Disassociate a location"
583
+ msgstr "Disociar un dominio"
584
+
585
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:367
586
+ #, fuzzy
587
+ msgid "The location has been disassociated"
588
+ msgstr "El usuario se ha desasociado"
589
+
590
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:368
591
+ #, fuzzy
592
+ msgid "Could not disassociate the location"
593
+ msgstr "No se pudo desasociar el usuario"
594
+
555
595
  #: ../lib/hammer_cli_foreman/auth.rb:7
556
596
  msgid "Set credentials"
557
597
  msgstr "Establecer credenciales"
@@ -689,14 +729,15 @@ msgid "Disassociate a resource"
689
729
  msgstr "Disociar un recurso"
690
730
 
691
731
  #: ../lib/hammer_cli_foreman/commands.rb:571
732
+ #, fuzzy
692
733
  msgid "Could not disassociate the %{resource_name}"
693
- msgstr ""
734
+ msgstr "No se pudo disociar la arquitectura"
694
735
 
695
736
  #: ../lib/hammer_cli_foreman/commands.rb:575
696
737
  msgid "The %{resource_name} has been disassociated"
697
738
  msgstr ""
698
739
 
699
- #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:66
740
+ #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:68
700
741
  msgid "Value"
701
742
  msgstr "Valor"
702
743
 
@@ -736,7 +777,7 @@ msgstr "Manipular parámetros globales."
736
777
  msgid "Provider"
737
778
  msgstr "Proveedor"
738
779
 
739
- #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40 ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
780
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40 ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
740
781
  msgid "UUID"
741
782
  msgstr "UUID"
742
783
 
@@ -756,7 +797,7 @@ msgstr "Inquilino"
756
797
  msgid "Url"
757
798
  msgstr "Url"
758
799
 
759
- #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:51
800
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53
760
801
  msgid "Description"
761
802
  msgstr "Descripción"
762
803
 
@@ -901,8 +942,9 @@ msgid "Update your server url configuration"
901
942
  msgstr ""
902
943
 
903
944
  #: ../lib/hammer_cli_foreman/exception_handler.rb:33
945
+ #, fuzzy
904
946
  msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
905
- msgstr ""
947
+ msgstr "por defecto"
906
948
 
907
949
  #: ../lib/hammer_cli_foreman/exception_handler.rb:54
908
950
  msgid "Forbidden - server refused to process the request"
@@ -960,7 +1002,7 @@ msgstr "No se pudo borrar el grupo de usuario externo"
960
1002
  msgid "Host"
961
1003
  msgstr "Host"
962
1004
 
963
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
1005
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
964
1006
  msgid "Fact"
965
1007
  msgstr "Evento"
966
1008
 
@@ -1048,19 +1090,19 @@ msgstr "Parámetros de la interfaz."
1048
1090
  msgid "Enter the root password for the host:"
1049
1091
  msgstr "Introduzca la contraseña de root para el host:"
1050
1092
 
1051
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1093
+ #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1052
1094
  msgid "Operating System"
1053
1095
  msgstr "Sistema operativo"
1054
1096
 
1055
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
1097
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1056
1098
  msgid "Host Group"
1057
1099
  msgstr "Grupo de hosts"
1058
1100
 
1059
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
1101
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1060
1102
  msgid "IP"
1061
1103
  msgstr "IP"
1062
1104
 
1063
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
1105
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1064
1106
  msgid "MAC"
1065
1107
  msgstr "Dirección MAC"
1066
1108
 
@@ -1068,263 +1110,263 @@ msgstr "Dirección MAC"
1068
1110
  msgid "Bare Metal"
1069
1111
  msgstr "Bare Metal"
1070
1112
 
1071
- #: ../lib/hammer_cli_foreman/host.rb:199
1113
+ #: ../lib/hammer_cli_foreman/host.rb:194
1072
1114
  msgid "Organization"
1073
1115
  msgstr "Organización"
1074
1116
 
1075
- #: ../lib/hammer_cli_foreman/host.rb:200
1117
+ #: ../lib/hammer_cli_foreman/host.rb:195
1076
1118
  msgid "Location"
1077
1119
  msgstr "Ubicación"
1078
1120
 
1079
- #: ../lib/hammer_cli_foreman/host.rb:202
1121
+ #: ../lib/hammer_cli_foreman/host.rb:197
1080
1122
  msgid "Compute Resource"
1081
1123
  msgstr "Recurso de cómputo"
1082
1124
 
1083
- #: ../lib/hammer_cli_foreman/host.rb:203
1125
+ #: ../lib/hammer_cli_foreman/host.rb:198
1084
1126
  msgid "Compute Profile"
1085
1127
  msgstr "Perfil de Cómputo"
1086
1128
 
1087
- #: ../lib/hammer_cli_foreman/host.rb:204 ../lib/hammer_cli_foreman/hostgroup.rb:61
1129
+ #: ../lib/hammer_cli_foreman/host.rb:199 ../lib/hammer_cli_foreman/hostgroup.rb:61
1088
1130
  msgid "Environment"
1089
1131
  msgstr "Entorno"
1090
1132
 
1091
- #: ../lib/hammer_cli_foreman/host.rb:205
1133
+ #: ../lib/hammer_cli_foreman/host.rb:200
1092
1134
  msgid "Puppet CA Id"
1093
1135
  msgstr "Puppet CA Id"
1094
1136
 
1095
- #: ../lib/hammer_cli_foreman/host.rb:206
1137
+ #: ../lib/hammer_cli_foreman/host.rb:201
1096
1138
  msgid "Puppet Master Id"
1097
1139
  msgstr "Puppet Master Id"
1098
1140
 
1099
- #: ../lib/hammer_cli_foreman/host.rb:207
1141
+ #: ../lib/hammer_cli_foreman/host.rb:202
1100
1142
  msgid "Cert name"
1101
1143
  msgstr "Nombre de certificado"
1102
1144
 
1103
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/interface.rb:51
1145
+ #: ../lib/hammer_cli_foreman/host.rb:203 ../lib/hammer_cli_foreman/interface.rb:51
1104
1146
  msgid "Managed"
1105
1147
  msgstr "Administrado"
1106
1148
 
1107
- #: ../lib/hammer_cli_foreman/host.rb:210
1149
+ #: ../lib/hammer_cli_foreman/host.rb:205
1108
1150
  msgid "Installed at"
1109
1151
  msgstr "Instalado en"
1110
1152
 
1111
- #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/report.rb:12
1153
+ #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1112
1154
  msgid "Last report"
1113
1155
  msgstr "Último informe"
1114
1156
 
1115
- #: ../lib/hammer_cli_foreman/host.rb:213 ../lib/hammer_cli_foreman/subnet.rb:12
1157
+ #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1116
1158
  msgid "Network"
1117
1159
  msgstr "Red"
1118
1160
 
1119
- #: ../lib/hammer_cli_foreman/host.rb:216 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1161
+ #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1120
1162
  msgid "Subnet"
1121
1163
  msgstr "Subred"
1122
1164
 
1123
- #: ../lib/hammer_cli_foreman/host.rb:217 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1165
+ #: ../lib/hammer_cli_foreman/host.rb:212 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1124
1166
  msgid "Domain"
1125
1167
  msgstr "Dominio"
1126
1168
 
1127
- #: ../lib/hammer_cli_foreman/host.rb:218
1169
+ #: ../lib/hammer_cli_foreman/host.rb:213
1128
1170
  msgid "Service provider"
1129
1171
  msgstr "Proveedor de Servicio"
1130
1172
 
1131
- #: ../lib/hammer_cli_foreman/host.rb:219
1173
+ #: ../lib/hammer_cli_foreman/host.rb:214
1132
1174
  msgid "SP Name"
1133
1175
  msgstr "Nombre de SP"
1134
1176
 
1135
- #: ../lib/hammer_cli_foreman/host.rb:220
1177
+ #: ../lib/hammer_cli_foreman/host.rb:215
1136
1178
  msgid "SP IP"
1137
1179
  msgstr "IP de SP"
1138
1180
 
1139
- #: ../lib/hammer_cli_foreman/host.rb:221
1181
+ #: ../lib/hammer_cli_foreman/host.rb:216
1140
1182
  msgid "SP MAC"
1141
1183
  msgstr "MAC de SP"
1142
1184
 
1143
- #: ../lib/hammer_cli_foreman/host.rb:222
1185
+ #: ../lib/hammer_cli_foreman/host.rb:217
1144
1186
  msgid "SP Subnet"
1145
1187
  msgstr "Subred de SP"
1146
1188
 
1147
- #: ../lib/hammer_cli_foreman/host.rb:226
1189
+ #: ../lib/hammer_cli_foreman/host.rb:221
1148
1190
  msgid "Network interfaces"
1149
1191
  msgstr "Interfaces de red"
1150
1192
 
1151
- #: ../lib/hammer_cli_foreman/host.rb:228 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1193
+ #: ../lib/hammer_cli_foreman/host.rb:223 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1152
1194
  msgid "Identifier"
1153
1195
  msgstr "Identificador"
1154
1196
 
1155
- #: ../lib/hammer_cli_foreman/host.rb:229 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:55 ../lib/hammer_cli_foreman/template.rb:27
1197
+ #: ../lib/hammer_cli_foreman/host.rb:224 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
1156
1198
  msgid "Type"
1157
1199
  msgstr "Tipo"
1158
1200
 
1159
- #: ../lib/hammer_cli_foreman/host.rb:230 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1201
+ #: ../lib/hammer_cli_foreman/host.rb:225 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1160
1202
  msgid "MAC address"
1161
1203
  msgstr "Dirección MAC"
1162
1204
 
1163
- #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1205
+ #: ../lib/hammer_cli_foreman/host.rb:226 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1164
1206
  msgid "IP address"
1165
1207
  msgstr "Dirección IP"
1166
1208
 
1167
- #: ../lib/hammer_cli_foreman/host.rb:232
1209
+ #: ../lib/hammer_cli_foreman/host.rb:227
1168
1210
  msgid "FQDN"
1169
1211
  msgstr "FQDN"
1170
1212
 
1171
- #: ../lib/hammer_cli_foreman/host.rb:235
1213
+ #: ../lib/hammer_cli_foreman/host.rb:230
1172
1214
  msgid "Operating system"
1173
1215
  msgstr "Sistema Operativo"
1174
1216
 
1175
- #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1217
+ #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1176
1218
  msgid "Architecture"
1177
1219
  msgstr "Arquitectura"
1178
1220
 
1179
- #: ../lib/hammer_cli_foreman/host.rb:240
1221
+ #: ../lib/hammer_cli_foreman/host.rb:235
1180
1222
  msgid "Build"
1181
1223
  msgstr "Compilar"
1182
1224
 
1183
- #: ../lib/hammer_cli_foreman/host.rb:241 ../lib/hammer_cli_foreman/hostgroup.rb:77
1225
+ #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:77
1184
1226
  msgid "Medium"
1185
1227
  msgstr "Medio"
1186
1228
 
1187
- #: ../lib/hammer_cli_foreman/host.rb:242 ../lib/hammer_cli_foreman/hostgroup.rb:76
1229
+ #: ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:76
1188
1230
  msgid "Partition Table"
1189
1231
  msgstr "Tabla de particiones"
1190
1232
 
1191
- #: ../lib/hammer_cli_foreman/host.rb:243
1233
+ #: ../lib/hammer_cli_foreman/host.rb:238
1192
1234
  msgid "Custom partition table"
1193
1235
  msgstr "Tabla de particiones personalizadas"
1194
1236
 
1195
- #: ../lib/hammer_cli_foreman/host.rb:246
1237
+ #: ../lib/hammer_cli_foreman/host.rb:241
1196
1238
  msgid "Image"
1197
1239
  msgstr "Imagen"
1198
1240
 
1199
- #: ../lib/hammer_cli_foreman/host.rb:247
1241
+ #: ../lib/hammer_cli_foreman/host.rb:242
1200
1242
  msgid "Image file"
1201
1243
  msgstr "Archivo de imagen"
1202
1244
 
1203
- #: ../lib/hammer_cli_foreman/host.rb:248
1245
+ #: ../lib/hammer_cli_foreman/host.rb:243
1204
1246
  msgid "Use image"
1205
1247
  msgstr "Usar imagen"
1206
1248
 
1207
- #: ../lib/hammer_cli_foreman/host.rb:254
1249
+ #: ../lib/hammer_cli_foreman/host.rb:249
1208
1250
  msgid "Additional info"
1209
1251
  msgstr "Información adicional"
1210
1252
 
1211
- #: ../lib/hammer_cli_foreman/host.rb:255
1253
+ #: ../lib/hammer_cli_foreman/host.rb:250
1212
1254
  msgid "Owner Id"
1213
1255
  msgstr "ID de propietario"
1214
1256
 
1215
- #: ../lib/hammer_cli_foreman/host.rb:256
1257
+ #: ../lib/hammer_cli_foreman/host.rb:251
1216
1258
  msgid "Owner Type"
1217
1259
  msgstr "Tipo de propietario"
1218
1260
 
1219
- #: ../lib/hammer_cli_foreman/host.rb:257
1261
+ #: ../lib/hammer_cli_foreman/host.rb:252
1220
1262
  msgid "Enabled"
1221
1263
  msgstr "Habilitado"
1222
1264
 
1223
- #: ../lib/hammer_cli_foreman/host.rb:258 ../lib/hammer_cli_foreman/hostgroup.rb:62
1265
+ #: ../lib/hammer_cli_foreman/host.rb:253 ../lib/hammer_cli_foreman/hostgroup.rb:62
1224
1266
  msgid "Model"
1225
1267
  msgstr "Modelo"
1226
1268
 
1227
- #: ../lib/hammer_cli_foreman/host.rb:259
1269
+ #: ../lib/hammer_cli_foreman/host.rb:254
1228
1270
  msgid "Comment"
1229
1271
  msgstr "Comentario"
1230
1272
 
1231
- #: ../lib/hammer_cli_foreman/host.rb:272
1273
+ #: ../lib/hammer_cli_foreman/host.rb:267
1232
1274
  msgid "Status"
1233
1275
  msgstr "Estatus"
1234
1276
 
1235
- #: ../lib/hammer_cli_foreman/host.rb:273
1277
+ #: ../lib/hammer_cli_foreman/host.rb:268
1236
1278
  msgid "Power"
1237
1279
  msgstr "Energía"
1238
1280
 
1239
- #: ../lib/hammer_cli_foreman/host.rb:309
1281
+ #: ../lib/hammer_cli_foreman/host.rb:304
1240
1282
  msgid "Puppet run triggered"
1241
1283
  msgstr "Se activó una ejecución de Puppet"
1242
1284
 
1243
- #: ../lib/hammer_cli_foreman/host.rb:362
1285
+ #: ../lib/hammer_cli_foreman/host.rb:357
1244
1286
  msgid "Host created"
1245
1287
  msgstr "Host creado"
1246
1288
 
1247
- #: ../lib/hammer_cli_foreman/host.rb:363
1289
+ #: ../lib/hammer_cli_foreman/host.rb:358
1248
1290
  msgid "Could not create the host"
1249
1291
  msgstr "No se pudo crear el host"
1250
1292
 
1251
- #: ../lib/hammer_cli_foreman/host.rb:380
1293
+ #: ../lib/hammer_cli_foreman/host.rb:375
1252
1294
  msgid "Host updated"
1253
1295
  msgstr "Se actualizó el host"
1254
1296
 
1255
- #: ../lib/hammer_cli_foreman/host.rb:381
1297
+ #: ../lib/hammer_cli_foreman/host.rb:376
1256
1298
  msgid "Could not update the host"
1257
1299
  msgstr "No se pudo actualizar el host"
1258
1300
 
1259
- #: ../lib/hammer_cli_foreman/host.rb:388
1301
+ #: ../lib/hammer_cli_foreman/host.rb:383
1260
1302
  msgid "Host deleted"
1261
1303
  msgstr "Host borrado"
1262
1304
 
1263
- #: ../lib/hammer_cli_foreman/host.rb:389
1305
+ #: ../lib/hammer_cli_foreman/host.rb:384
1264
1306
  msgid "Could not delete the host"
1265
1307
  msgstr "No se pudo borrar el host"
1266
1308
 
1267
- #: ../lib/hammer_cli_foreman/host.rb:396
1309
+ #: ../lib/hammer_cli_foreman/host.rb:391
1268
1310
  msgid "Create or update parameter for a host."
1269
1311
  msgstr "Crear o actualizar parámetro de un host."
1270
1312
 
1271
- #: ../lib/hammer_cli_foreman/host.rb:398
1313
+ #: ../lib/hammer_cli_foreman/host.rb:393
1272
1314
  msgid "Host parameter updated"
1273
1315
  msgstr "Se actualizó el parámetro de host"
1274
1316
 
1275
- #: ../lib/hammer_cli_foreman/host.rb:399
1317
+ #: ../lib/hammer_cli_foreman/host.rb:394
1276
1318
  msgid "New host parameter created"
1277
1319
  msgstr "Se ha creado parámetro de host"
1278
1320
 
1279
- #: ../lib/hammer_cli_foreman/host.rb:400
1321
+ #: ../lib/hammer_cli_foreman/host.rb:395
1280
1322
  msgid "Could not set host parameter"
1281
1323
  msgstr "No se pudo establecer el parámetro de host"
1282
1324
 
1283
- #: ../lib/hammer_cli_foreman/host.rb:412
1325
+ #: ../lib/hammer_cli_foreman/host.rb:407
1284
1326
  msgid "Delete parameter for a host."
1285
1327
  msgstr "Borrar parámetro de un host."
1286
1328
 
1287
- #: ../lib/hammer_cli_foreman/host.rb:414
1329
+ #: ../lib/hammer_cli_foreman/host.rb:409
1288
1330
  msgid "Host parameter deleted"
1289
1331
  msgstr "Parámetro de host borrado"
1290
1332
 
1291
- #: ../lib/hammer_cli_foreman/host.rb:429
1333
+ #: ../lib/hammer_cli_foreman/host.rb:424
1292
1334
  msgid "Power a host on"
1293
1335
  msgstr "Encender un host"
1294
1336
 
1295
- #: ../lib/hammer_cli_foreman/host.rb:430
1337
+ #: ../lib/hammer_cli_foreman/host.rb:425
1296
1338
  msgid "The host is starting."
1297
1339
  msgstr "El host está arrancando."
1298
1340
 
1299
- #: ../lib/hammer_cli_foreman/host.rb:447
1341
+ #: ../lib/hammer_cli_foreman/host.rb:442
1300
1342
  msgid "Force turning off a host"
1301
1343
  msgstr "Forzar apagado de un host"
1302
1344
 
1303
- #: ../lib/hammer_cli_foreman/host.rb:452
1345
+ #: ../lib/hammer_cli_foreman/host.rb:447
1304
1346
  msgid "Power a host off"
1305
1347
  msgstr "Apagar un host"
1306
1348
 
1307
- #: ../lib/hammer_cli_foreman/host.rb:464
1349
+ #: ../lib/hammer_cli_foreman/host.rb:459
1308
1350
  msgid "Power off forced."
1309
1351
  msgstr "Se forzó el apagado"
1310
1352
 
1311
- #: ../lib/hammer_cli_foreman/host.rb:466
1353
+ #: ../lib/hammer_cli_foreman/host.rb:461
1312
1354
  msgid "Powering the host off."
1313
1355
  msgstr "Apagando el host a la fuerza."
1314
1356
 
1315
- #: ../lib/hammer_cli_foreman/host.rb:483
1357
+ #: ../lib/hammer_cli_foreman/host.rb:478
1316
1358
  msgid "Reboot a host"
1317
1359
  msgstr "Reiniciar un host"
1318
1360
 
1319
- #: ../lib/hammer_cli_foreman/host.rb:484
1361
+ #: ../lib/hammer_cli_foreman/host.rb:479
1320
1362
  msgid "Host reboot started."
1321
1363
  msgstr "Reinicio del host en proceso."
1322
1364
 
1323
- #: ../lib/hammer_cli_foreman/host.rb:520
1365
+ #: ../lib/hammer_cli_foreman/host.rb:515
1324
1366
  msgid "Rebuild orchestration related configurations for host"
1325
1367
  msgstr ""
1326
1368
 
1327
- #: ../lib/hammer_cli_foreman/host.rb:521
1369
+ #: ../lib/hammer_cli_foreman/host.rb:516
1328
1370
  msgid "Configuration successfully rebuilt."
1329
1371
  msgstr ""
1330
1372
 
@@ -1508,7 +1550,7 @@ msgstr "Nombre de parámetro común"
1508
1550
  msgid "Smart class parameter name"
1509
1551
  msgstr "Nombre de parámetro de clase inteligente"
1510
1552
 
1511
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1553
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
1512
1554
  msgid "Smart variable name"
1513
1555
  msgstr "Nombre de la variable inteligente"
1514
1556
 
@@ -1664,68 +1706,67 @@ msgstr "Interfaz borrada"
1664
1706
  msgid "Could not delete the interface"
1665
1707
  msgstr "No se pudo borrar la interfaz"
1666
1708
 
1667
- #: ../lib/hammer_cli_foreman/location.rb:24 ../lib/hammer_cli_foreman/location.rb:63 ../lib/hammer_cli_foreman/location.rb:75
1709
+ #: ../lib/hammer_cli_foreman/location.rb:25 ../lib/hammer_cli_foreman/location.rb:64 ../lib/hammer_cli_foreman/location.rb:76
1668
1710
  msgid "Location numeric id to search by"
1669
1711
  msgstr "ID numérico de ubicación para la búsqueda"
1670
1712
 
1671
- #: ../lib/hammer_cli_foreman/location.rb:27 ../lib/hammer_cli_foreman/organization.rb:27
1672
- #, fuzzy
1713
+ #: ../lib/hammer_cli_foreman/location.rb:28 ../lib/hammer_cli_foreman/organization.rb:28
1673
1714
  msgid "Parent"
1674
- msgstr "ID de padre"
1715
+ msgstr "Ancestro"
1675
1716
 
1676
- #: ../lib/hammer_cli_foreman/location.rb:38 ../lib/hammer_cli_foreman/references.rb:18
1717
+ #: ../lib/hammer_cli_foreman/location.rb:39 ../lib/hammer_cli_foreman/references.rb:18
1677
1718
  msgid "Organizations"
1678
1719
  msgstr "Organizaciones"
1679
1720
 
1680
- #: ../lib/hammer_cli_foreman/location.rb:53
1721
+ #: ../lib/hammer_cli_foreman/location.rb:54
1681
1722
  msgid "Location created"
1682
1723
  msgstr "Ubicación creada"
1683
1724
 
1684
- #: ../lib/hammer_cli_foreman/location.rb:54
1725
+ #: ../lib/hammer_cli_foreman/location.rb:55
1685
1726
  msgid "Could not create the location"
1686
1727
  msgstr "No se pudo crear la ubicación"
1687
1728
 
1688
- #: ../lib/hammer_cli_foreman/location.rb:65
1729
+ #: ../lib/hammer_cli_foreman/location.rb:66
1689
1730
  msgid "Location updated"
1690
1731
  msgstr "Ubicación actualizada"
1691
1732
 
1692
- #: ../lib/hammer_cli_foreman/location.rb:66
1733
+ #: ../lib/hammer_cli_foreman/location.rb:67
1693
1734
  msgid "Could not update the location"
1694
1735
  msgstr "No se pudo actualizar la ubicación"
1695
1736
 
1696
- #: ../lib/hammer_cli_foreman/location.rb:77
1737
+ #: ../lib/hammer_cli_foreman/location.rb:78
1697
1738
  msgid "Location deleted"
1698
1739
  msgstr "Se borró la ubicación"
1699
1740
 
1700
- #: ../lib/hammer_cli_foreman/location.rb:78
1741
+ #: ../lib/hammer_cli_foreman/location.rb:79
1701
1742
  msgid "Could not delete the location"
1702
1743
  msgstr "No se pudo borrar la ubicación"
1703
1744
 
1704
- #: ../lib/hammer_cli_foreman/location.rb:87
1745
+ #: ../lib/hammer_cli_foreman/location.rb:88
1705
1746
  msgid "Create or update parameter for a location."
1706
1747
  msgstr "Crear o actualizar parámetro para ubicación."
1707
1748
 
1708
- #: ../lib/hammer_cli_foreman/location.rb:89 ../lib/hammer_cli_foreman/organization.rb:90
1749
+ #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1709
1750
  msgid "Parameter [%{name}] updated to value [%{value}]"
1710
1751
  msgstr "Parámetro [%{name}] actualizado al valor [%{value}]"
1711
1752
 
1712
- #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1753
+ #: ../lib/hammer_cli_foreman/location.rb:91 ../lib/hammer_cli_foreman/organization.rb:92
1713
1754
  msgid "Parameter [%{name}] created with value [%{value}]"
1714
1755
  msgstr ""
1715
1756
 
1716
- #: ../lib/hammer_cli_foreman/location.rb:91
1757
+ #: ../lib/hammer_cli_foreman/location.rb:92
1717
1758
  msgid "Could not set location parameter"
1718
1759
  msgstr ""
1719
1760
 
1720
- #: ../lib/hammer_cli_foreman/location.rb:98
1761
+ #: ../lib/hammer_cli_foreman/location.rb:99
1721
1762
  msgid "Delete parameter for a location."
1722
1763
  msgstr ""
1723
1764
 
1724
- #: ../lib/hammer_cli_foreman/location.rb:100 ../lib/hammer_cli_foreman/organization.rb:101
1765
+ #: ../lib/hammer_cli_foreman/location.rb:101 ../lib/hammer_cli_foreman/organization.rb:102
1725
1766
  msgid "Parameter [%{name}] deleted"
1726
1767
  msgstr ""
1727
1768
 
1728
- #: ../lib/hammer_cli_foreman/location.rb:101
1769
+ #: ../lib/hammer_cli_foreman/location.rb:102
1729
1770
  msgid "Could not delete location parameter"
1730
1771
  msgstr ""
1731
1772
 
@@ -1905,47 +1946,47 @@ msgstr "No se pudo borrar la plantilla predeterminada"
1905
1946
  msgid "Default template of type %s not found"
1906
1947
  msgstr "No se encontró la plantilla predeterminada del tipo %s"
1907
1948
 
1908
- #: ../lib/hammer_cli_foreman/organization.rb:38 ../lib/hammer_cli_foreman/references.rb:15
1949
+ #: ../lib/hammer_cli_foreman/organization.rb:39 ../lib/hammer_cli_foreman/references.rb:15
1909
1950
  msgid "Locations"
1910
1951
  msgstr "Ubicaciones"
1911
1952
 
1912
- #: ../lib/hammer_cli_foreman/organization.rb:54
1953
+ #: ../lib/hammer_cli_foreman/organization.rb:55
1913
1954
  msgid "Organization created"
1914
1955
  msgstr "Se creó organización"
1915
1956
 
1916
- #: ../lib/hammer_cli_foreman/organization.rb:55
1957
+ #: ../lib/hammer_cli_foreman/organization.rb:56
1917
1958
  msgid "Could not create the organization"
1918
1959
  msgstr "No se pudo crear organización"
1919
1960
 
1920
- #: ../lib/hammer_cli_foreman/organization.rb:66
1961
+ #: ../lib/hammer_cli_foreman/organization.rb:67
1921
1962
  msgid "Organization updated"
1922
1963
  msgstr "Se actualizó organización"
1923
1964
 
1924
- #: ../lib/hammer_cli_foreman/organization.rb:67
1965
+ #: ../lib/hammer_cli_foreman/organization.rb:68
1925
1966
  msgid "Could not update the organization"
1926
1967
  msgstr "No se pudo actualizar la organización"
1927
1968
 
1928
- #: ../lib/hammer_cli_foreman/organization.rb:78
1969
+ #: ../lib/hammer_cli_foreman/organization.rb:79
1929
1970
  msgid "Organization deleted"
1930
1971
  msgstr "Se borró organización"
1931
1972
 
1932
- #: ../lib/hammer_cli_foreman/organization.rb:79
1973
+ #: ../lib/hammer_cli_foreman/organization.rb:80
1933
1974
  msgid "Could not delete the organization"
1934
1975
  msgstr "No se pudo borrar la organización"
1935
1976
 
1936
- #: ../lib/hammer_cli_foreman/organization.rb:88
1977
+ #: ../lib/hammer_cli_foreman/organization.rb:89
1937
1978
  msgid "Create or update parameter for an organization."
1938
1979
  msgstr ""
1939
1980
 
1940
- #: ../lib/hammer_cli_foreman/organization.rb:92
1981
+ #: ../lib/hammer_cli_foreman/organization.rb:93
1941
1982
  msgid "Could not set organization parameter"
1942
1983
  msgstr ""
1943
1984
 
1944
- #: ../lib/hammer_cli_foreman/organization.rb:99
1985
+ #: ../lib/hammer_cli_foreman/organization.rb:100
1945
1986
  msgid "Delete parameter for an organization."
1946
1987
  msgstr ""
1947
1988
 
1948
- #: ../lib/hammer_cli_foreman/organization.rb:102
1989
+ #: ../lib/hammer_cli_foreman/organization.rb:103
1949
1990
  msgid "Could not delete organization parameter"
1950
1991
  msgstr ""
1951
1992
 
@@ -2001,6 +2042,44 @@ msgstr "Valor predeterminado"
2001
2042
  msgid "Smart class parameters"
2002
2043
  msgstr "Parámetros de clase inteligentes"
2003
2044
 
2045
+ #: ../lib/hammer_cli_foreman/realm.rb:18
2046
+ msgid "Realm proxy id"
2047
+ msgstr ""
2048
+
2049
+ #: ../lib/hammer_cli_foreman/realm.rb:19
2050
+ msgid "Realm type"
2051
+ msgstr ""
2052
+
2053
+ #: ../lib/hammer_cli_foreman/realm.rb:29
2054
+ #, fuzzy
2055
+ msgid "Realm [%{name}] created"
2056
+ msgstr "Se creó el dominio [%{name}]"
2057
+
2058
+ #: ../lib/hammer_cli_foreman/realm.rb:30
2059
+ #, fuzzy
2060
+ msgid "Could not create the realm"
2061
+ msgstr "No se pudo crear la imagen"
2062
+
2063
+ #: ../lib/hammer_cli_foreman/realm.rb:37
2064
+ #, fuzzy
2065
+ msgid "Realm [%{name}] updated"
2066
+ msgstr "Se actualizó el dominio [%{name}]"
2067
+
2068
+ #: ../lib/hammer_cli_foreman/realm.rb:38
2069
+ #, fuzzy
2070
+ msgid "Could not update the realm"
2071
+ msgstr "No se pudo actualizar la imagen"
2072
+
2073
+ #: ../lib/hammer_cli_foreman/realm.rb:45
2074
+ #, fuzzy
2075
+ msgid "Realm [%{name}] deleted"
2076
+ msgstr "Se borró el dominio [%{name}]"
2077
+
2078
+ #: ../lib/hammer_cli_foreman/realm.rb:46
2079
+ #, fuzzy
2080
+ msgid "Could not delete the realm"
2081
+ msgstr "No se pudo borrar el informe"
2082
+
2004
2083
  #: ../lib/hammer_cli_foreman/references.rb:8
2005
2084
  msgid "Created at"
2006
2085
  msgstr "Creado"
@@ -2229,92 +2308,98 @@ msgstr "Clase Puppet"
2229
2308
  msgid "Class Id"
2230
2309
  msgstr "Id de clase"
2231
2310
 
2232
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:52
2311
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:54
2233
2312
  msgid "Hidden Value?"
2234
2313
  msgstr ""
2235
2314
 
2236
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2315
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2316
+ #, fuzzy
2317
+ msgid "Use puppet default"
2318
+ msgstr "por defecto"
2319
+
2320
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2237
2321
  msgid "Required"
2238
2322
  msgstr "Obligatorio"
2239
2323
 
2240
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64 ../lib/hammer_cli_foreman/smart_variable.rb:54
2324
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:56
2241
2325
  msgid "Validator"
2242
2326
  msgstr "Validador"
2243
2327
 
2244
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:56
2328
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67 ../lib/hammer_cli_foreman/smart_variable.rb:58
2245
2329
  msgid "Rule"
2246
2330
  msgstr "Regla"
2247
2331
 
2248
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68 ../lib/hammer_cli_foreman/smart_variable.rb:58
2332
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:60
2249
2333
  msgid "Override values"
2250
2334
  msgstr "Sobrescribir valores"
2251
2335
 
2252
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:59
2336
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:61
2253
2337
  msgid "Merge overrides"
2254
2338
  msgstr ""
2255
2339
 
2256
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:60
2340
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:62
2257
2341
  msgid "Merge default value"
2258
2342
  msgstr ""
2259
2343
 
2260
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:61
2344
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:63
2261
2345
  msgid "Avoid duplicates"
2262
2346
  msgstr ""
2263
2347
 
2264
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:62
2348
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:64
2265
2349
  msgid "Order"
2266
2350
  msgstr "Orden"
2267
2351
 
2268
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:63
2352
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:65
2269
2353
  msgid "Values"
2270
2354
  msgstr ""
2271
2355
 
2272
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2356
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:67
2273
2357
  msgid "Match"
2274
2358
  msgstr "Corresponder"
2275
2359
 
2276
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
2360
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2277
2361
  msgid "Parameter updated"
2278
2362
  msgstr "Parámetro actualizado"
2279
2363
 
2280
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
2364
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2281
2365
  msgid "Could not update the parameter"
2282
2366
  msgstr "No se pudo actualizar el parámetro"
2283
2367
 
2284
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
2368
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2285
2369
  msgid "Override this parameter."
2286
2370
  msgstr "Sobrescribir este parámetro."
2287
2371
 
2288
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
2372
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2289
2373
  msgid "This parameter is required."
2290
2374
  msgstr "El parámetro es obligatorio."
2291
2375
 
2292
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
2376
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2293
2377
  msgid "Type of the parameter."
2294
2378
  msgstr "Tipo de parámetro."
2295
2379
 
2296
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117 ../lib/hammer_cli_foreman/smart_variable.rb:91 ../lib/hammer_cli_foreman/smart_variable.rb:105
2380
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:93 ../lib/hammer_cli_foreman/smart_variable.rb:107
2297
2381
  msgid "Type of the validator."
2298
2382
  msgstr "Tipo de validador."
2299
2383
 
2300
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131 ../lib/hammer_cli_foreman/smart_variable.rb:123
2384
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:126
2301
2385
  msgid "Override value created"
2302
2386
  msgstr ""
2303
2387
 
2304
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132 ../lib/hammer_cli_foreman/smart_variable.rb:124
2388
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:127
2305
2389
  #, fuzzy
2306
2390
  msgid "Could not create the override value"
2307
2391
  msgstr "No se pudo crear el rol de usuario"
2308
2392
 
2309
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2393
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2394
+ #, fuzzy
2310
2395
  msgid "Cannot use --value when --use-puppet-default is true"
2311
- msgstr ""
2396
+ msgstr "por defecto"
2312
2397
 
2313
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155 ../lib/hammer_cli_foreman/smart_variable.rb:136
2398
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:139
2314
2399
  msgid "Override value deleted"
2315
2400
  msgstr ""
2316
2401
 
2317
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156 ../lib/hammer_cli_foreman/smart_variable.rb:137
2402
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:140
2318
2403
  msgid "Could not delete the override value"
2319
2404
  msgstr ""
2320
2405
 
@@ -2370,31 +2455,39 @@ msgstr "Se actualizaron las funcionalidades del proxy inteligente"
2370
2455
  msgid "Refresh of smart proxy features failed"
2371
2456
  msgstr "Error al actualizar las funcionalidades del proxy inteligente"
2372
2457
 
2373
- #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2458
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2459
+ msgid "Variable"
2460
+ msgstr ""
2461
+
2462
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
2463
+ msgid "Use --variable instead"
2464
+ msgstr ""
2465
+
2466
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2374
2467
  msgid "Smart variable [%{variable}] created"
2375
2468
  msgstr ""
2376
2469
 
2377
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2470
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2378
2471
  msgid "Could not create the smart variable"
2379
2472
  msgstr ""
2380
2473
 
2381
- #: ../lib/hammer_cli_foreman/smart_variable.rb:88 ../lib/hammer_cli_foreman/smart_variable.rb:102
2474
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
2382
2475
  msgid "Type of the variable."
2383
2476
  msgstr ""
2384
2477
 
2385
- #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2478
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2386
2479
  msgid "Smart variable [%{variable}] updated"
2387
2480
  msgstr ""
2388
2481
 
2389
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2482
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2390
2483
  msgid "Could not update the smart variable"
2391
2484
  msgstr ""
2392
2485
 
2393
- #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2486
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2394
2487
  msgid "Smart variable [%{variable}] deleted"
2395
2488
  msgstr ""
2396
2489
 
2397
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2490
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2398
2491
  msgid "Could not delete the smart variable"
2399
2492
  msgstr ""
2400
2493
 
@@ -2532,7 +2625,7 @@ msgstr "Registro"
2532
2625
  msgid "Email"
2533
2626
  msgstr "Correo-e"
2534
2627
 
2535
- #: ../lib/hammer_cli_foreman/user.rb:28
2628
+ #: ../lib/hammer_cli_foreman/user.rb:28 ../lib/hammer_cli_foreman/usergroup.rb:13
2536
2629
  msgid "Admin"
2537
2630
  msgstr "Administrar"
2538
2631
 
@@ -2592,27 +2685,27 @@ msgstr "Se borró el usuario [%{login}]"
2592
2685
  msgid "Could not delete the user"
2593
2686
  msgstr "No se pudo borrar el usuario"
2594
2687
 
2595
- #: ../lib/hammer_cli_foreman/usergroup.rb:31
2688
+ #: ../lib/hammer_cli_foreman/usergroup.rb:32
2596
2689
  msgid "User group [%<name>s] created"
2597
2690
  msgstr "Se creó el grupo de usuario [%<name>s]"
2598
2691
 
2599
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2692
+ #: ../lib/hammer_cli_foreman/usergroup.rb:33
2600
2693
  msgid "Could not create the user group"
2601
2694
  msgstr "No se pudo crear el grupo de usuarios"
2602
2695
 
2603
- #: ../lib/hammer_cli_foreman/usergroup.rb:38
2696
+ #: ../lib/hammer_cli_foreman/usergroup.rb:39
2604
2697
  msgid "User group [%<name>s] updated"
2605
2698
  msgstr "Se actualizó el grupo de usuarios [%<name>s]"
2606
2699
 
2607
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2700
+ #: ../lib/hammer_cli_foreman/usergroup.rb:40
2608
2701
  msgid "Could not update the user group"
2609
2702
  msgstr "No se pudo actualizar el grupo de usuarios"
2610
2703
 
2611
- #: ../lib/hammer_cli_foreman/usergroup.rb:45
2704
+ #: ../lib/hammer_cli_foreman/usergroup.rb:46
2612
2705
  msgid "User group [%<name>s] deleted"
2613
2706
  msgstr "Se borró el grupo de usuarios [%<name>s]"
2614
2707
 
2615
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2708
+ #: ../lib/hammer_cli_foreman/usergroup.rb:47
2616
2709
  msgid "Could not delete the user group"
2617
2710
  msgstr "No se pudo borrar el grupo de usuarios"
2618
2711