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
@@ -9,11 +9,11 @@
9
9
  # Valeria S Silva <valeriassilva@live.com>, 2015
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: hammer-cli-foreman 0.6.0\n"
12
+ "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2016-06-14 23:53+0200\n"
15
- "PO-Revision-Date: 2015-12-15 09:31+0000\n"
16
- "Last-Translator: Lukáš Zapletal\n"
14
+ "POT-Creation-Date: 2016-09-01 12:48+0200\n"
15
+ "PO-Revision-Date: 2016-03-23 18:49+0000\n"
16
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
17
17
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
18
18
  "anguage/pt_BR/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -111,30 +111,35 @@ msgid "Manipulate smart proxies."
111
111
  msgstr "Manipular os proxies inteligentes."
112
112
 
113
113
  #: ../lib/hammer_cli_foreman.rb:120
114
+ #, fuzzy
115
+ msgid "Manipulate realms."
116
+ msgstr "Manipular domínios."
117
+
118
+ #: ../lib/hammer_cli_foreman.rb:124
114
119
  msgid "Change server settings."
115
120
  msgstr "Modifique as configurações do servidor"
116
121
 
117
- #: ../lib/hammer_cli_foreman.rb:124
122
+ #: ../lib/hammer_cli_foreman.rb:128
118
123
  msgid "Manipulate subnets."
119
124
  msgstr "Manipular subredes."
120
125
 
121
- #: ../lib/hammer_cli_foreman.rb:128
126
+ #: ../lib/hammer_cli_foreman.rb:132
122
127
  msgid "Manipulate config templates."
123
128
  msgstr "Manipular modelos de config."
124
129
 
125
- #: ../lib/hammer_cli_foreman.rb:132
130
+ #: ../lib/hammer_cli_foreman.rb:136
126
131
  msgid "Manipulate users."
127
132
  msgstr "Manipular usuários."
128
133
 
129
- #: ../lib/hammer_cli_foreman.rb:136
134
+ #: ../lib/hammer_cli_foreman.rb:140
130
135
  msgid "Manage user groups."
131
136
  msgstr "Gerenciar grupos de usuário"
132
137
 
133
- #: ../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
138
+ #: ../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
134
139
  msgid "Id"
135
140
  msgstr "Id"
136
141
 
137
- #: ../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
142
+ #: ../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
138
143
  msgid "Name"
139
144
  msgstr "Nome"
140
145
 
@@ -307,8 +312,9 @@ msgid "Associate a compute resource"
307
312
  msgstr "Associar um recurso de computador"
308
313
 
309
314
  #: ../lib/hammer_cli_foreman/associating_commands.rb:143
315
+ #, fuzzy
310
316
  msgid "The compute resource has been associated"
311
- msgstr ""
317
+ msgstr "Grupo de usuário associado"
312
318
 
313
319
  #: ../lib/hammer_cli_foreman/associating_commands.rb:144
314
320
  #, fuzzy
@@ -320,8 +326,9 @@ msgid "Disassociate a compute resource"
320
326
  msgstr "Desassociar um recurso de computador"
321
327
 
322
328
  #: ../lib/hammer_cli_foreman/associating_commands.rb:151
329
+ #, fuzzy
323
330
  msgid "The compute resource has been disassociated"
324
- msgstr ""
331
+ msgstr "o grupo de usuários foi desassociados"
325
332
 
326
333
  #: ../lib/hammer_cli_foreman/associating_commands.rb:152
327
334
  #, fuzzy
@@ -413,8 +420,9 @@ msgid "The configuration template has been associated"
413
420
  msgstr ""
414
421
 
415
422
  #: ../lib/hammer_cli_foreman/associating_commands.rb:236
423
+ #, fuzzy
416
424
  msgid "Could not associate the configuration template"
417
- msgstr ""
425
+ msgstr "Desassociar um modelo de configuração"
418
426
 
419
427
  #: ../lib/hammer_cli_foreman/associating_commands.rb:241
420
428
  msgid "Disassociate a configuration template"
@@ -425,8 +433,9 @@ msgid "The configuration template has been disassociated"
425
433
  msgstr ""
426
434
 
427
435
  #: ../lib/hammer_cli_foreman/associating_commands.rb:244
436
+ #, fuzzy
428
437
  msgid "Could not disassociate the configuration template"
429
- msgstr ""
438
+ msgstr "Não foi possível desassociar a tabela de partição"
430
439
 
431
440
  #: ../lib/hammer_cli_foreman/associating_commands.rb:253
432
441
  msgid "Associate an organization"
@@ -446,8 +455,9 @@ msgid "Disassociate an organization"
446
455
  msgstr "Desassociar uma empresa"
447
456
 
448
457
  #: ../lib/hammer_cli_foreman/associating_commands.rb:263
458
+ #, fuzzy
449
459
  msgid "The organization has been disassociated"
450
- msgstr ""
460
+ msgstr "Usuário desassociado"
451
461
 
452
462
  #: ../lib/hammer_cli_foreman/associating_commands.rb:264
453
463
  #, fuzzy
@@ -550,6 +560,36 @@ msgstr "Função de usuário foi removida"
550
560
  msgid "Could not remove the user role"
551
561
  msgstr "Não foi possível remover a função de usuário"
552
562
 
563
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:357
564
+ #, fuzzy
565
+ msgid "Associate a location"
566
+ msgstr "Associar um domínio"
567
+
568
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:359
569
+ #, fuzzy
570
+ msgid "The location has been associated"
571
+ msgstr "O usuario esta associado"
572
+
573
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:360
574
+ #, fuzzy
575
+ msgid "Could not associate the location"
576
+ msgstr "Não foi possível criar o local"
577
+
578
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:365
579
+ #, fuzzy
580
+ msgid "Disassociate a location"
581
+ msgstr "Desassociar um domínio"
582
+
583
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:367
584
+ #, fuzzy
585
+ msgid "The location has been disassociated"
586
+ msgstr "Usuário desassociado"
587
+
588
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:368
589
+ #, fuzzy
590
+ msgid "Could not disassociate the location"
591
+ msgstr "Não pode desassociar o usuário"
592
+
553
593
  #: ../lib/hammer_cli_foreman/auth.rb:7
554
594
  msgid "Set credentials"
555
595
  msgstr "Definir credenciais"
@@ -687,14 +727,15 @@ msgid "Disassociate a resource"
687
727
  msgstr "Desassociar um recurso"
688
728
 
689
729
  #: ../lib/hammer_cli_foreman/commands.rb:571
730
+ #, fuzzy
690
731
  msgid "Could not disassociate the %{resource_name}"
691
- msgstr ""
732
+ msgstr "Não foi possível desassociar a arquitetura"
692
733
 
693
734
  #: ../lib/hammer_cli_foreman/commands.rb:575
694
735
  msgid "The %{resource_name} has been disassociated"
695
736
  msgstr ""
696
737
 
697
- #: ../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
738
+ #: ../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
698
739
  msgid "Value"
699
740
  msgstr "Valor"
700
741
 
@@ -734,7 +775,7 @@ msgstr "Manipular parâmetros globais."
734
775
  msgid "Provider"
735
776
  msgstr "Provedor"
736
777
 
737
- #: ../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
778
+ #: ../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
738
779
  msgid "UUID"
739
780
  msgstr "UUID"
740
781
 
@@ -754,7 +795,7 @@ msgstr "Locatário"
754
795
  msgid "Url"
755
796
  msgstr "Url"
756
797
 
757
- #: ../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
798
+ #: ../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
758
799
  msgid "Description"
759
800
  msgstr "Descrição"
760
801
 
@@ -899,8 +940,9 @@ msgid "Update your server url configuration"
899
940
  msgstr ""
900
941
 
901
942
  #: ../lib/hammer_cli_foreman/exception_handler.rb:33
943
+ #, fuzzy
902
944
  msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
903
- msgstr ""
945
+ msgstr "padrão"
904
946
 
905
947
  #: ../lib/hammer_cli_foreman/exception_handler.rb:54
906
948
  msgid "Forbidden - server refused to process the request"
@@ -958,7 +1000,7 @@ msgstr "Não foi possível excluir o grupo de usuário externo"
958
1000
  msgid "Host"
959
1001
  msgstr "Host"
960
1002
 
961
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
1003
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
962
1004
  msgid "Fact"
963
1005
  msgstr "Fato"
964
1006
 
@@ -1046,19 +1088,19 @@ msgstr "Parâmetros de interface"
1046
1088
  msgid "Enter the root password for the host:"
1047
1089
  msgstr "Entre a senha original para o host"
1048
1090
 
1049
- #: ../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
1091
+ #: ../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
1050
1092
  msgid "Operating System"
1051
1093
  msgstr "Sistema Operacional"
1052
1094
 
1053
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
1095
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1054
1096
  msgid "Host Group"
1055
1097
  msgstr "Grupo de Host"
1056
1098
 
1057
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
1099
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1058
1100
  msgid "IP"
1059
1101
  msgstr "IP"
1060
1102
 
1061
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
1103
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1062
1104
  msgid "MAC"
1063
1105
  msgstr "MAC"
1064
1106
 
@@ -1066,263 +1108,263 @@ msgstr "MAC"
1066
1108
  msgid "Bare Metal"
1067
1109
  msgstr "Puro metal"
1068
1110
 
1069
- #: ../lib/hammer_cli_foreman/host.rb:199
1111
+ #: ../lib/hammer_cli_foreman/host.rb:194
1070
1112
  msgid "Organization"
1071
1113
  msgstr "Organizacao "
1072
1114
 
1073
- #: ../lib/hammer_cli_foreman/host.rb:200
1115
+ #: ../lib/hammer_cli_foreman/host.rb:195
1074
1116
  msgid "Location"
1075
1117
  msgstr "Localizacao "
1076
1118
 
1077
- #: ../lib/hammer_cli_foreman/host.rb:202
1119
+ #: ../lib/hammer_cli_foreman/host.rb:197
1078
1120
  msgid "Compute Resource"
1079
1121
  msgstr "Recurso de computação"
1080
1122
 
1081
- #: ../lib/hammer_cli_foreman/host.rb:203
1123
+ #: ../lib/hammer_cli_foreman/host.rb:198
1082
1124
  msgid "Compute Profile"
1083
1125
  msgstr "Perfil do computador"
1084
1126
 
1085
- #: ../lib/hammer_cli_foreman/host.rb:204 ../lib/hammer_cli_foreman/hostgroup.rb:61
1127
+ #: ../lib/hammer_cli_foreman/host.rb:199 ../lib/hammer_cli_foreman/hostgroup.rb:61
1086
1128
  msgid "Environment"
1087
1129
  msgstr "Ambiente"
1088
1130
 
1089
- #: ../lib/hammer_cli_foreman/host.rb:205
1131
+ #: ../lib/hammer_cli_foreman/host.rb:200
1090
1132
  msgid "Puppet CA Id"
1091
1133
  msgstr "Marionete CA Id"
1092
1134
 
1093
- #: ../lib/hammer_cli_foreman/host.rb:206
1135
+ #: ../lib/hammer_cli_foreman/host.rb:201
1094
1136
  msgid "Puppet Master Id"
1095
1137
  msgstr "Marionete Master Id"
1096
1138
 
1097
- #: ../lib/hammer_cli_foreman/host.rb:207
1139
+ #: ../lib/hammer_cli_foreman/host.rb:202
1098
1140
  msgid "Cert name"
1099
1141
  msgstr "Nome do Certificado"
1100
1142
 
1101
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/interface.rb:51
1143
+ #: ../lib/hammer_cli_foreman/host.rb:203 ../lib/hammer_cli_foreman/interface.rb:51
1102
1144
  msgid "Managed"
1103
1145
  msgstr "Gerenciado"
1104
1146
 
1105
- #: ../lib/hammer_cli_foreman/host.rb:210
1147
+ #: ../lib/hammer_cli_foreman/host.rb:205
1106
1148
  msgid "Installed at"
1107
1149
  msgstr "Instalado em"
1108
1150
 
1109
- #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/report.rb:12
1151
+ #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1110
1152
  msgid "Last report"
1111
1153
  msgstr "Último relatório"
1112
1154
 
1113
- #: ../lib/hammer_cli_foreman/host.rb:213 ../lib/hammer_cli_foreman/subnet.rb:12
1155
+ #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1114
1156
  msgid "Network"
1115
1157
  msgstr "Rede"
1116
1158
 
1117
- #: ../lib/hammer_cli_foreman/host.rb:216 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1159
+ #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1118
1160
  msgid "Subnet"
1119
1161
  msgstr "Subrede"
1120
1162
 
1121
- #: ../lib/hammer_cli_foreman/host.rb:217 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1163
+ #: ../lib/hammer_cli_foreman/host.rb:212 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1122
1164
  msgid "Domain"
1123
1165
  msgstr "Domínio"
1124
1166
 
1125
- #: ../lib/hammer_cli_foreman/host.rb:218
1167
+ #: ../lib/hammer_cli_foreman/host.rb:213
1126
1168
  msgid "Service provider"
1127
1169
  msgstr "Provedor de servico "
1128
1170
 
1129
- #: ../lib/hammer_cli_foreman/host.rb:219
1171
+ #: ../lib/hammer_cli_foreman/host.rb:214
1130
1172
  msgid "SP Name"
1131
1173
  msgstr "Nome do SP"
1132
1174
 
1133
- #: ../lib/hammer_cli_foreman/host.rb:220
1175
+ #: ../lib/hammer_cli_foreman/host.rb:215
1134
1176
  msgid "SP IP"
1135
1177
  msgstr "SP IP"
1136
1178
 
1137
- #: ../lib/hammer_cli_foreman/host.rb:221
1179
+ #: ../lib/hammer_cli_foreman/host.rb:216
1138
1180
  msgid "SP MAC"
1139
1181
  msgstr "SP MAC"
1140
1182
 
1141
- #: ../lib/hammer_cli_foreman/host.rb:222
1183
+ #: ../lib/hammer_cli_foreman/host.rb:217
1142
1184
  msgid "SP Subnet"
1143
1185
  msgstr "SP Subnet"
1144
1186
 
1145
- #: ../lib/hammer_cli_foreman/host.rb:226
1187
+ #: ../lib/hammer_cli_foreman/host.rb:221
1146
1188
  msgid "Network interfaces"
1147
1189
  msgstr "Interfaces da rede"
1148
1190
 
1149
- #: ../lib/hammer_cli_foreman/host.rb:228 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1191
+ #: ../lib/hammer_cli_foreman/host.rb:223 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1150
1192
  msgid "Identifier"
1151
1193
  msgstr "Identificador "
1152
1194
 
1153
- #: ../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
1195
+ #: ../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
1154
1196
  msgid "Type"
1155
1197
  msgstr "Tipo"
1156
1198
 
1157
- #: ../lib/hammer_cli_foreman/host.rb:230 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1199
+ #: ../lib/hammer_cli_foreman/host.rb:225 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1158
1200
  msgid "MAC address"
1159
1201
  msgstr "Endereço MAC "
1160
1202
 
1161
- #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1203
+ #: ../lib/hammer_cli_foreman/host.rb:226 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1162
1204
  msgid "IP address"
1163
1205
  msgstr "Endereco de IP"
1164
1206
 
1165
- #: ../lib/hammer_cli_foreman/host.rb:232
1207
+ #: ../lib/hammer_cli_foreman/host.rb:227
1166
1208
  msgid "FQDN"
1167
1209
  msgstr "FQDN"
1168
1210
 
1169
- #: ../lib/hammer_cli_foreman/host.rb:235
1211
+ #: ../lib/hammer_cli_foreman/host.rb:230
1170
1212
  msgid "Operating system"
1171
1213
  msgstr "Sistema operacional"
1172
1214
 
1173
- #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1215
+ #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1174
1216
  msgid "Architecture"
1175
1217
  msgstr "Arquitetura"
1176
1218
 
1177
- #: ../lib/hammer_cli_foreman/host.rb:240
1219
+ #: ../lib/hammer_cli_foreman/host.rb:235
1178
1220
  msgid "Build"
1179
1221
  msgstr "Construir"
1180
1222
 
1181
- #: ../lib/hammer_cli_foreman/host.rb:241 ../lib/hammer_cli_foreman/hostgroup.rb:77
1223
+ #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:77
1182
1224
  msgid "Medium"
1183
1225
  msgstr "Meio"
1184
1226
 
1185
- #: ../lib/hammer_cli_foreman/host.rb:242 ../lib/hammer_cli_foreman/hostgroup.rb:76
1227
+ #: ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:76
1186
1228
  msgid "Partition Table"
1187
1229
  msgstr "Tabela de Partição"
1188
1230
 
1189
- #: ../lib/hammer_cli_foreman/host.rb:243
1231
+ #: ../lib/hammer_cli_foreman/host.rb:238
1190
1232
  msgid "Custom partition table"
1191
1233
  msgstr "Tabela de partição personalizada "
1192
1234
 
1193
- #: ../lib/hammer_cli_foreman/host.rb:246
1235
+ #: ../lib/hammer_cli_foreman/host.rb:241
1194
1236
  msgid "Image"
1195
1237
  msgstr "Imagem"
1196
1238
 
1197
- #: ../lib/hammer_cli_foreman/host.rb:247
1239
+ #: ../lib/hammer_cli_foreman/host.rb:242
1198
1240
  msgid "Image file"
1199
1241
  msgstr "Arquivo de Imagem"
1200
1242
 
1201
- #: ../lib/hammer_cli_foreman/host.rb:248
1243
+ #: ../lib/hammer_cli_foreman/host.rb:243
1202
1244
  msgid "Use image"
1203
1245
  msgstr "Usar imagem"
1204
1246
 
1205
- #: ../lib/hammer_cli_foreman/host.rb:254
1247
+ #: ../lib/hammer_cli_foreman/host.rb:249
1206
1248
  msgid "Additional info"
1207
1249
  msgstr "Informação adicional "
1208
1250
 
1209
- #: ../lib/hammer_cli_foreman/host.rb:255
1251
+ #: ../lib/hammer_cli_foreman/host.rb:250
1210
1252
  msgid "Owner Id"
1211
1253
  msgstr "ID de Proprietário"
1212
1254
 
1213
- #: ../lib/hammer_cli_foreman/host.rb:256
1255
+ #: ../lib/hammer_cli_foreman/host.rb:251
1214
1256
  msgid "Owner Type"
1215
1257
  msgstr "Tipo de Proprietário"
1216
1258
 
1217
- #: ../lib/hammer_cli_foreman/host.rb:257
1259
+ #: ../lib/hammer_cli_foreman/host.rb:252
1218
1260
  msgid "Enabled"
1219
1261
  msgstr "Habilitado"
1220
1262
 
1221
- #: ../lib/hammer_cli_foreman/host.rb:258 ../lib/hammer_cli_foreman/hostgroup.rb:62
1263
+ #: ../lib/hammer_cli_foreman/host.rb:253 ../lib/hammer_cli_foreman/hostgroup.rb:62
1222
1264
  msgid "Model"
1223
1265
  msgstr "Modelo"
1224
1266
 
1225
- #: ../lib/hammer_cli_foreman/host.rb:259
1267
+ #: ../lib/hammer_cli_foreman/host.rb:254
1226
1268
  msgid "Comment"
1227
1269
  msgstr "Comentário"
1228
1270
 
1229
- #: ../lib/hammer_cli_foreman/host.rb:272
1271
+ #: ../lib/hammer_cli_foreman/host.rb:267
1230
1272
  msgid "Status"
1231
1273
  msgstr "Estado"
1232
1274
 
1233
- #: ../lib/hammer_cli_foreman/host.rb:273
1275
+ #: ../lib/hammer_cli_foreman/host.rb:268
1234
1276
  msgid "Power"
1235
1277
  msgstr "Energia"
1236
1278
 
1237
- #: ../lib/hammer_cli_foreman/host.rb:309
1279
+ #: ../lib/hammer_cli_foreman/host.rb:304
1238
1280
  msgid "Puppet run triggered"
1239
1281
  msgstr "Execução de Puppet foi disparada"
1240
1282
 
1241
- #: ../lib/hammer_cli_foreman/host.rb:362
1283
+ #: ../lib/hammer_cli_foreman/host.rb:357
1242
1284
  msgid "Host created"
1243
1285
  msgstr "Host foi criado"
1244
1286
 
1245
- #: ../lib/hammer_cli_foreman/host.rb:363
1287
+ #: ../lib/hammer_cli_foreman/host.rb:358
1246
1288
  msgid "Could not create the host"
1247
1289
  msgstr "Não foi possível criar o host"
1248
1290
 
1249
- #: ../lib/hammer_cli_foreman/host.rb:380
1291
+ #: ../lib/hammer_cli_foreman/host.rb:375
1250
1292
  msgid "Host updated"
1251
1293
  msgstr "Host atualizado"
1252
1294
 
1253
- #: ../lib/hammer_cli_foreman/host.rb:381
1295
+ #: ../lib/hammer_cli_foreman/host.rb:376
1254
1296
  msgid "Could not update the host"
1255
1297
  msgstr "Não foi possível atualizar o host"
1256
1298
 
1257
- #: ../lib/hammer_cli_foreman/host.rb:388
1299
+ #: ../lib/hammer_cli_foreman/host.rb:383
1258
1300
  msgid "Host deleted"
1259
1301
  msgstr "Host removido"
1260
1302
 
1261
- #: ../lib/hammer_cli_foreman/host.rb:389
1303
+ #: ../lib/hammer_cli_foreman/host.rb:384
1262
1304
  msgid "Could not delete the host"
1263
1305
  msgstr "Não foi possível remover o host"
1264
1306
 
1265
- #: ../lib/hammer_cli_foreman/host.rb:396
1307
+ #: ../lib/hammer_cli_foreman/host.rb:391
1266
1308
  msgid "Create or update parameter for a host."
1267
1309
  msgstr "Criar ou atualizar o parâmetro para um hos."
1268
1310
 
1269
- #: ../lib/hammer_cli_foreman/host.rb:398
1311
+ #: ../lib/hammer_cli_foreman/host.rb:393
1270
1312
  msgid "Host parameter updated"
1271
1313
  msgstr "Host do parâmetro atualizado"
1272
1314
 
1273
- #: ../lib/hammer_cli_foreman/host.rb:399
1315
+ #: ../lib/hammer_cli_foreman/host.rb:394
1274
1316
  msgid "New host parameter created"
1275
1317
  msgstr "Novo parâmetro do host criado"
1276
1318
 
1277
- #: ../lib/hammer_cli_foreman/host.rb:400
1319
+ #: ../lib/hammer_cli_foreman/host.rb:395
1278
1320
  msgid "Could not set host parameter"
1279
1321
  msgstr "Não foi possível definir parâmetro do host"
1280
1322
 
1281
- #: ../lib/hammer_cli_foreman/host.rb:412
1323
+ #: ../lib/hammer_cli_foreman/host.rb:407
1282
1324
  msgid "Delete parameter for a host."
1283
1325
  msgstr "Remover parâmetro para um host."
1284
1326
 
1285
- #: ../lib/hammer_cli_foreman/host.rb:414
1327
+ #: ../lib/hammer_cli_foreman/host.rb:409
1286
1328
  msgid "Host parameter deleted"
1287
1329
  msgstr "Parâmetro do host removido"
1288
1330
 
1289
- #: ../lib/hammer_cli_foreman/host.rb:429
1331
+ #: ../lib/hammer_cli_foreman/host.rb:424
1290
1332
  msgid "Power a host on"
1291
1333
  msgstr "Ligar um host"
1292
1334
 
1293
- #: ../lib/hammer_cli_foreman/host.rb:430
1335
+ #: ../lib/hammer_cli_foreman/host.rb:425
1294
1336
  msgid "The host is starting."
1295
1337
  msgstr "O host está iniciando"
1296
1338
 
1297
- #: ../lib/hammer_cli_foreman/host.rb:447
1339
+ #: ../lib/hammer_cli_foreman/host.rb:442
1298
1340
  msgid "Force turning off a host"
1299
1341
  msgstr "Forçar desligar um host"
1300
1342
 
1301
- #: ../lib/hammer_cli_foreman/host.rb:452
1343
+ #: ../lib/hammer_cli_foreman/host.rb:447
1302
1344
  msgid "Power a host off"
1303
1345
  msgstr "Desligar um host"
1304
1346
 
1305
- #: ../lib/hammer_cli_foreman/host.rb:464
1347
+ #: ../lib/hammer_cli_foreman/host.rb:459
1306
1348
  msgid "Power off forced."
1307
1349
  msgstr "Desligar forçado"
1308
1350
 
1309
- #: ../lib/hammer_cli_foreman/host.rb:466
1351
+ #: ../lib/hammer_cli_foreman/host.rb:461
1310
1352
  msgid "Powering the host off."
1311
1353
  msgstr "Desligando o host."
1312
1354
 
1313
- #: ../lib/hammer_cli_foreman/host.rb:483
1355
+ #: ../lib/hammer_cli_foreman/host.rb:478
1314
1356
  msgid "Reboot a host"
1315
1357
  msgstr "Reinicializar o host"
1316
1358
 
1317
- #: ../lib/hammer_cli_foreman/host.rb:484
1359
+ #: ../lib/hammer_cli_foreman/host.rb:479
1318
1360
  msgid "Host reboot started."
1319
1361
  msgstr "Reinicialização do host iniciou."
1320
1362
 
1321
- #: ../lib/hammer_cli_foreman/host.rb:520
1363
+ #: ../lib/hammer_cli_foreman/host.rb:515
1322
1364
  msgid "Rebuild orchestration related configurations for host"
1323
1365
  msgstr ""
1324
1366
 
1325
- #: ../lib/hammer_cli_foreman/host.rb:521
1367
+ #: ../lib/hammer_cli_foreman/host.rb:516
1326
1368
  msgid "Configuration successfully rebuilt."
1327
1369
  msgstr ""
1328
1370
 
@@ -1506,7 +1548,7 @@ msgstr "Nome do parâmetro comum"
1506
1548
  msgid "Smart class parameter name"
1507
1549
  msgstr "Nome de parâmetro de classe inteligente"
1508
1550
 
1509
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1551
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
1510
1552
  msgid "Smart variable name"
1511
1553
  msgstr "Nome da variável inteligente"
1512
1554
 
@@ -1662,68 +1704,67 @@ msgstr "Interface excluída"
1662
1704
  msgid "Could not delete the interface"
1663
1705
  msgstr "Não foi possível excluir a interface"
1664
1706
 
1665
- #: ../lib/hammer_cli_foreman/location.rb:24 ../lib/hammer_cli_foreman/location.rb:63 ../lib/hammer_cli_foreman/location.rb:75
1707
+ #: ../lib/hammer_cli_foreman/location.rb:25 ../lib/hammer_cli_foreman/location.rb:64 ../lib/hammer_cli_foreman/location.rb:76
1666
1708
  msgid "Location numeric id to search by"
1667
1709
  msgstr "ID do local numérico a procurar "
1668
1710
 
1669
- #: ../lib/hammer_cli_foreman/location.rb:27 ../lib/hammer_cli_foreman/organization.rb:27
1670
- #, fuzzy
1711
+ #: ../lib/hammer_cli_foreman/location.rb:28 ../lib/hammer_cli_foreman/organization.rb:28
1671
1712
  msgid "Parent"
1672
- msgstr "ID de Pais"
1713
+ msgstr ""
1673
1714
 
1674
- #: ../lib/hammer_cli_foreman/location.rb:38 ../lib/hammer_cli_foreman/references.rb:18
1715
+ #: ../lib/hammer_cli_foreman/location.rb:39 ../lib/hammer_cli_foreman/references.rb:18
1675
1716
  msgid "Organizations"
1676
1717
  msgstr "Organizações"
1677
1718
 
1678
- #: ../lib/hammer_cli_foreman/location.rb:53
1719
+ #: ../lib/hammer_cli_foreman/location.rb:54
1679
1720
  msgid "Location created"
1680
1721
  msgstr "Local criado"
1681
1722
 
1682
- #: ../lib/hammer_cli_foreman/location.rb:54
1723
+ #: ../lib/hammer_cli_foreman/location.rb:55
1683
1724
  msgid "Could not create the location"
1684
1725
  msgstr "Não foi possível criar o local"
1685
1726
 
1686
- #: ../lib/hammer_cli_foreman/location.rb:65
1727
+ #: ../lib/hammer_cli_foreman/location.rb:66
1687
1728
  msgid "Location updated"
1688
1729
  msgstr "Local atualizado"
1689
1730
 
1690
- #: ../lib/hammer_cli_foreman/location.rb:66
1731
+ #: ../lib/hammer_cli_foreman/location.rb:67
1691
1732
  msgid "Could not update the location"
1692
1733
  msgstr "Não foi possível atualizar o local"
1693
1734
 
1694
- #: ../lib/hammer_cli_foreman/location.rb:77
1735
+ #: ../lib/hammer_cli_foreman/location.rb:78
1695
1736
  msgid "Location deleted"
1696
1737
  msgstr "Local removido"
1697
1738
 
1698
- #: ../lib/hammer_cli_foreman/location.rb:78
1739
+ #: ../lib/hammer_cli_foreman/location.rb:79
1699
1740
  msgid "Could not delete the location"
1700
1741
  msgstr "Não foi possível remover o local"
1701
1742
 
1702
- #: ../lib/hammer_cli_foreman/location.rb:87
1743
+ #: ../lib/hammer_cli_foreman/location.rb:88
1703
1744
  msgid "Create or update parameter for a location."
1704
1745
  msgstr ""
1705
1746
 
1706
- #: ../lib/hammer_cli_foreman/location.rb:89 ../lib/hammer_cli_foreman/organization.rb:90
1747
+ #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1707
1748
  msgid "Parameter [%{name}] updated to value [%{value}]"
1708
1749
  msgstr ""
1709
1750
 
1710
- #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1751
+ #: ../lib/hammer_cli_foreman/location.rb:91 ../lib/hammer_cli_foreman/organization.rb:92
1711
1752
  msgid "Parameter [%{name}] created with value [%{value}]"
1712
1753
  msgstr ""
1713
1754
 
1714
- #: ../lib/hammer_cli_foreman/location.rb:91
1755
+ #: ../lib/hammer_cli_foreman/location.rb:92
1715
1756
  msgid "Could not set location parameter"
1716
1757
  msgstr ""
1717
1758
 
1718
- #: ../lib/hammer_cli_foreman/location.rb:98
1759
+ #: ../lib/hammer_cli_foreman/location.rb:99
1719
1760
  msgid "Delete parameter for a location."
1720
1761
  msgstr ""
1721
1762
 
1722
- #: ../lib/hammer_cli_foreman/location.rb:100 ../lib/hammer_cli_foreman/organization.rb:101
1763
+ #: ../lib/hammer_cli_foreman/location.rb:101 ../lib/hammer_cli_foreman/organization.rb:102
1723
1764
  msgid "Parameter [%{name}] deleted"
1724
1765
  msgstr ""
1725
1766
 
1726
- #: ../lib/hammer_cli_foreman/location.rb:101
1767
+ #: ../lib/hammer_cli_foreman/location.rb:102
1727
1768
  msgid "Could not delete location parameter"
1728
1769
  msgstr ""
1729
1770
 
@@ -1903,47 +1944,47 @@ msgstr "Não foi possível remover o modelo padrão"
1903
1944
  msgid "Default template of type %s not found"
1904
1945
  msgstr "Modelo padrão do tipo %s não foi encontrado"
1905
1946
 
1906
- #: ../lib/hammer_cli_foreman/organization.rb:38 ../lib/hammer_cli_foreman/references.rb:15
1947
+ #: ../lib/hammer_cli_foreman/organization.rb:39 ../lib/hammer_cli_foreman/references.rb:15
1907
1948
  msgid "Locations"
1908
1949
  msgstr "Localizações"
1909
1950
 
1910
- #: ../lib/hammer_cli_foreman/organization.rb:54
1951
+ #: ../lib/hammer_cli_foreman/organization.rb:55
1911
1952
  msgid "Organization created"
1912
1953
  msgstr "Organização criada"
1913
1954
 
1914
- #: ../lib/hammer_cli_foreman/organization.rb:55
1955
+ #: ../lib/hammer_cli_foreman/organization.rb:56
1915
1956
  msgid "Could not create the organization"
1916
1957
  msgstr "Não foi possível criar a organização"
1917
1958
 
1918
- #: ../lib/hammer_cli_foreman/organization.rb:66
1959
+ #: ../lib/hammer_cli_foreman/organization.rb:67
1919
1960
  msgid "Organization updated"
1920
1961
  msgstr "Organização atualizada"
1921
1962
 
1922
- #: ../lib/hammer_cli_foreman/organization.rb:67
1963
+ #: ../lib/hammer_cli_foreman/organization.rb:68
1923
1964
  msgid "Could not update the organization"
1924
1965
  msgstr "Não foi possível atualizar a organização"
1925
1966
 
1926
- #: ../lib/hammer_cli_foreman/organization.rb:78
1967
+ #: ../lib/hammer_cli_foreman/organization.rb:79
1927
1968
  msgid "Organization deleted"
1928
1969
  msgstr "Organização removida"
1929
1970
 
1930
- #: ../lib/hammer_cli_foreman/organization.rb:79
1971
+ #: ../lib/hammer_cli_foreman/organization.rb:80
1931
1972
  msgid "Could not delete the organization"
1932
1973
  msgstr "Não foi possível remover a organização"
1933
1974
 
1934
- #: ../lib/hammer_cli_foreman/organization.rb:88
1975
+ #: ../lib/hammer_cli_foreman/organization.rb:89
1935
1976
  msgid "Create or update parameter for an organization."
1936
1977
  msgstr ""
1937
1978
 
1938
- #: ../lib/hammer_cli_foreman/organization.rb:92
1979
+ #: ../lib/hammer_cli_foreman/organization.rb:93
1939
1980
  msgid "Could not set organization parameter"
1940
1981
  msgstr ""
1941
1982
 
1942
- #: ../lib/hammer_cli_foreman/organization.rb:99
1983
+ #: ../lib/hammer_cli_foreman/organization.rb:100
1943
1984
  msgid "Delete parameter for an organization."
1944
1985
  msgstr ""
1945
1986
 
1946
- #: ../lib/hammer_cli_foreman/organization.rb:102
1987
+ #: ../lib/hammer_cli_foreman/organization.rb:103
1947
1988
  msgid "Could not delete organization parameter"
1948
1989
  msgstr ""
1949
1990
 
@@ -1999,6 +2040,44 @@ msgstr "Valor padrão"
1999
2040
  msgid "Smart class parameters"
2000
2041
  msgstr "Parâmetro de classe smart"
2001
2042
 
2043
+ #: ../lib/hammer_cli_foreman/realm.rb:18
2044
+ msgid "Realm proxy id"
2045
+ msgstr ""
2046
+
2047
+ #: ../lib/hammer_cli_foreman/realm.rb:19
2048
+ msgid "Realm type"
2049
+ msgstr ""
2050
+
2051
+ #: ../lib/hammer_cli_foreman/realm.rb:29
2052
+ #, fuzzy
2053
+ msgid "Realm [%{name}] created"
2054
+ msgstr "Domínio [%{name}] criado"
2055
+
2056
+ #: ../lib/hammer_cli_foreman/realm.rb:30
2057
+ #, fuzzy
2058
+ msgid "Could not create the realm"
2059
+ msgstr "Não foi possível criar imagem"
2060
+
2061
+ #: ../lib/hammer_cli_foreman/realm.rb:37
2062
+ #, fuzzy
2063
+ msgid "Realm [%{name}] updated"
2064
+ msgstr "Domínio [%{name}] atualizado"
2065
+
2066
+ #: ../lib/hammer_cli_foreman/realm.rb:38
2067
+ #, fuzzy
2068
+ msgid "Could not update the realm"
2069
+ msgstr "Não foi possível atualizar a imagem"
2070
+
2071
+ #: ../lib/hammer_cli_foreman/realm.rb:45
2072
+ #, fuzzy
2073
+ msgid "Realm [%{name}] deleted"
2074
+ msgstr "Domínio [%{name}] removido"
2075
+
2076
+ #: ../lib/hammer_cli_foreman/realm.rb:46
2077
+ #, fuzzy
2078
+ msgid "Could not delete the realm"
2079
+ msgstr "Não foi possível remover o relatório"
2080
+
2002
2081
  #: ../lib/hammer_cli_foreman/references.rb:8
2003
2082
  msgid "Created at"
2004
2083
  msgstr "criado em"
@@ -2169,11 +2248,11 @@ msgstr ""
2169
2248
 
2170
2249
  #: ../lib/hammer_cli_foreman/role.rb:24
2171
2250
  msgid "Yes"
2172
- msgstr ""
2251
+ msgstr "Sim"
2173
2252
 
2174
2253
  #: ../lib/hammer_cli_foreman/role.rb:24
2175
2254
  msgid "No"
2176
- msgstr ""
2255
+ msgstr "Não "
2177
2256
 
2178
2257
  #: ../lib/hammer_cli_foreman/role.rb:36
2179
2258
  msgid "User role id"
@@ -2227,92 +2306,98 @@ msgstr "Classe de puppet"
2227
2306
  msgid "Class Id"
2228
2307
  msgstr "ID da Classe"
2229
2308
 
2230
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:52
2309
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:54
2231
2310
  msgid "Hidden Value?"
2232
2311
  msgstr ""
2233
2312
 
2234
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2313
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2314
+ #, fuzzy
2315
+ msgid "Use puppet default"
2316
+ msgstr "padrão"
2317
+
2318
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2235
2319
  msgid "Required"
2236
2320
  msgstr "Requerido"
2237
2321
 
2238
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64 ../lib/hammer_cli_foreman/smart_variable.rb:54
2322
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:56
2239
2323
  msgid "Validator"
2240
2324
  msgstr "Validador"
2241
2325
 
2242
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:56
2326
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67 ../lib/hammer_cli_foreman/smart_variable.rb:58
2243
2327
  msgid "Rule"
2244
2328
  msgstr "Regra"
2245
2329
 
2246
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68 ../lib/hammer_cli_foreman/smart_variable.rb:58
2330
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:60
2247
2331
  msgid "Override values"
2248
2332
  msgstr "Sobrescrever Valores"
2249
2333
 
2250
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:59
2334
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:61
2251
2335
  msgid "Merge overrides"
2252
2336
  msgstr "Mesclar substituições"
2253
2337
 
2254
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:60
2338
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:62
2255
2339
  msgid "Merge default value"
2256
2340
  msgstr "Mesclar valor padrão"
2257
2341
 
2258
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:61
2342
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:63
2259
2343
  msgid "Avoid duplicates"
2260
2344
  msgstr "Evitar duplicações"
2261
2345
 
2262
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:62
2346
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:64
2263
2347
  msgid "Order"
2264
2348
  msgstr "Ordem"
2265
2349
 
2266
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:63
2350
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:65
2267
2351
  msgid "Values"
2268
2352
  msgstr "Valores"
2269
2353
 
2270
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2354
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:67
2271
2355
  msgid "Match"
2272
2356
  msgstr "Combinar"
2273
2357
 
2274
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
2358
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2275
2359
  msgid "Parameter updated"
2276
2360
  msgstr "Parâmetro atualizado"
2277
2361
 
2278
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
2362
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2279
2363
  msgid "Could not update the parameter"
2280
2364
  msgstr "Não foi possível atualizar o parâmetro"
2281
2365
 
2282
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
2366
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2283
2367
  msgid "Override this parameter."
2284
2368
  msgstr "Sobrescrever este parâmetro"
2285
2369
 
2286
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
2370
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2287
2371
  msgid "This parameter is required."
2288
2372
  msgstr "Este parâmetro é necessário"
2289
2373
 
2290
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
2374
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2291
2375
  msgid "Type of the parameter."
2292
2376
  msgstr "Tipo de parâmetro"
2293
2377
 
2294
- #: ../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
2378
+ #: ../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
2295
2379
  msgid "Type of the validator."
2296
2380
  msgstr "Tipo de validador."
2297
2381
 
2298
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131 ../lib/hammer_cli_foreman/smart_variable.rb:123
2382
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:126
2299
2383
  msgid "Override value created"
2300
2384
  msgstr "Substituir valor criado"
2301
2385
 
2302
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132 ../lib/hammer_cli_foreman/smart_variable.rb:124
2386
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:127
2303
2387
  #, fuzzy
2304
2388
  msgid "Could not create the override value"
2305
2389
  msgstr "Não foi possível criar um valor_substituto"
2306
2390
 
2307
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2391
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2392
+ #, fuzzy
2308
2393
  msgid "Cannot use --value when --use-puppet-default is true"
2309
- msgstr ""
2394
+ msgstr "padrão"
2310
2395
 
2311
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155 ../lib/hammer_cli_foreman/smart_variable.rb:136
2396
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:139
2312
2397
  msgid "Override value deleted"
2313
2398
  msgstr "Valor substituto excluído"
2314
2399
 
2315
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156 ../lib/hammer_cli_foreman/smart_variable.rb:137
2400
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:140
2316
2401
  msgid "Could not delete the override value"
2317
2402
  msgstr "Não foi possível excluir o valor substituto"
2318
2403
 
@@ -2368,31 +2453,39 @@ msgstr "Recursos de proxy inteligentes foram atualizados"
2368
2453
  msgid "Refresh of smart proxy features failed"
2369
2454
  msgstr "Falha ao atualizar os recursos do proxy inteligente "
2370
2455
 
2371
- #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2456
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2457
+ msgid "Variable"
2458
+ msgstr ""
2459
+
2460
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
2461
+ msgid "Use --variable instead"
2462
+ msgstr ""
2463
+
2464
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2372
2465
  msgid "Smart variable [%{variable}] created"
2373
2466
  msgstr "Variável inteligente [%{variável}] criada"
2374
2467
 
2375
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2468
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2376
2469
  msgid "Could not create the smart variable"
2377
2470
  msgstr "Não foi possível criar uma variável inteligente"
2378
2471
 
2379
- #: ../lib/hammer_cli_foreman/smart_variable.rb:88 ../lib/hammer_cli_foreman/smart_variable.rb:102
2472
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
2380
2473
  msgid "Type of the variable."
2381
2474
  msgstr "Tipo de variável"
2382
2475
 
2383
- #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2476
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2384
2477
  msgid "Smart variable [%{variable}] updated"
2385
2478
  msgstr "Variável inteligente [%{variável}] atualizada"
2386
2479
 
2387
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2480
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2388
2481
  msgid "Could not update the smart variable"
2389
2482
  msgstr "Não foi possível atualizar a variável inteligente"
2390
2483
 
2391
- #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2484
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2392
2485
  msgid "Smart variable [%{variable}] deleted"
2393
2486
  msgstr "Variável inteligente [%{variável}] excluída"
2394
2487
 
2395
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2488
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2396
2489
  msgid "Could not delete the smart variable"
2397
2490
  msgstr "Não foi possível excluir a variável inteligente"
2398
2491
 
@@ -2426,7 +2519,7 @@ msgstr "DHCP"
2426
2519
 
2427
2520
  #: ../lib/hammer_cli_foreman/subnet.rb:29
2428
2521
  msgid "IPAM"
2429
- msgstr ""
2522
+ msgstr "IPAM"
2430
2523
 
2431
2524
  #: ../lib/hammer_cli_foreman/subnet.rb:30
2432
2525
  msgid "VLAN ID"
@@ -2530,7 +2623,7 @@ msgstr "Login"
2530
2623
  msgid "Email"
2531
2624
  msgstr "Email"
2532
2625
 
2533
- #: ../lib/hammer_cli_foreman/user.rb:28
2626
+ #: ../lib/hammer_cli_foreman/user.rb:28 ../lib/hammer_cli_foreman/usergroup.rb:13
2534
2627
  msgid "Admin"
2535
2628
  msgstr "Admin"
2536
2629
 
@@ -2590,27 +2683,27 @@ msgstr "Usuário [%{login}] excluido"
2590
2683
  msgid "Could not delete the user"
2591
2684
  msgstr "Não foi possível remover usuário"
2592
2685
 
2593
- #: ../lib/hammer_cli_foreman/usergroup.rb:31
2686
+ #: ../lib/hammer_cli_foreman/usergroup.rb:32
2594
2687
  msgid "User group [%<name>s] created"
2595
2688
  msgstr "Grupo de usuário [%<name>s] criado"
2596
2689
 
2597
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2690
+ #: ../lib/hammer_cli_foreman/usergroup.rb:33
2598
2691
  msgid "Could not create the user group"
2599
2692
  msgstr "Não foi possível criar o grupo de usuário"
2600
2693
 
2601
- #: ../lib/hammer_cli_foreman/usergroup.rb:38
2694
+ #: ../lib/hammer_cli_foreman/usergroup.rb:39
2602
2695
  msgid "User group [%<name>s] updated"
2603
2696
  msgstr "Grupo de usuário [%<name>s] atualizado"
2604
2697
 
2605
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2698
+ #: ../lib/hammer_cli_foreman/usergroup.rb:40
2606
2699
  msgid "Could not update the user group"
2607
2700
  msgstr "Não foi possível atualizar o grupo de usuário"
2608
2701
 
2609
- #: ../lib/hammer_cli_foreman/usergroup.rb:45
2702
+ #: ../lib/hammer_cli_foreman/usergroup.rb:46
2610
2703
  msgid "User group [%<name>s] deleted"
2611
2704
  msgstr "Grupo de usuário [%<name>s] removido"
2612
2705
 
2613
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2706
+ #: ../lib/hammer_cli_foreman/usergroup.rb:47
2614
2707
  msgid "Could not delete the user group"
2615
2708
  msgstr "Não foi possível remover o grupo de usuário"
2616
2709
 
@@ -2622,7 +2715,7 @@ msgstr "Não foi possível remover o grupo de usuário"
2622
2715
  #~ msgid "At least one interface must be set as provision"
2623
2716
  #~ msgstr "Pelo menos uma interface deve ser definida como fornecida"
2624
2717
 
2625
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:133
2626
- #: ../lib/hammer_cli_foreman/smart_variable.rb:123
2718
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2719
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2627
2720
  #~ msgid "Could not create the override_value"
2628
2721
  #~ msgstr "Não foi possível criar um valor_substituto"