foreman_discovery 6.0.0 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/controllers/api/v2/discovered_hosts_controller.rb +6 -4
  4. data/app/controllers/api/v2/discovery_rules_controller.rb +3 -2
  5. data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +24 -0
  6. data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +17 -0
  7. data/app/controllers/discovered_hosts_controller.rb +3 -2
  8. data/app/controllers/discovery_rules_controller.rb +4 -2
  9. data/app/helpers/discovered_hosts_helper.rb +7 -10
  10. data/app/models/concerns/discovery_subnet.rb +0 -2
  11. data/app/models/concerns/fact_value_extensions.rb +5 -0
  12. data/app/models/discovery_attribute_set.rb +0 -1
  13. data/app/models/discovery_rule.rb +0 -2
  14. data/app/models/host/discovered.rb +0 -2
  15. data/app/models/host/managed_extensions.rb +1 -3
  16. data/app/models/hostgroup_extensions.rb +0 -1
  17. data/app/models/nic/managed_extensions.rb +26 -0
  18. data/app/models/setting/discovered.rb +1 -0
  19. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +30 -0
  20. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -29
  21. data/app/views/discovered_hosts/show.html.erb +20 -12
  22. data/app/views/discovery_rules/_form.html.erb +1 -1
  23. data/app/views/foreman_discovery/debian_kexec.erb +2 -3
  24. data/app/views/foreman_discovery/redhat_kexec.erb +2 -3
  25. data/lib/foreman_discovery/engine.rb +8 -1
  26. data/lib/foreman_discovery/version.rb +1 -1
  27. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/ca/foreman_discovery.edit.po +1 -1
  29. data/locale/ca/foreman_discovery.po +2 -2
  30. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/de/foreman_discovery.edit.po +33 -33
  32. data/locale/de/foreman_discovery.po +67 -67
  33. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/en/foreman_discovery.edit.po +138 -130
  35. data/locale/en/foreman_discovery.po +13 -7
  36. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/en_GB/foreman_discovery.edit.po +34 -33
  38. data/locale/en_GB/foreman_discovery.po +33 -32
  39. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/es/foreman_discovery.edit.po +51 -51
  41. data/locale/es/foreman_discovery.po +51 -51
  42. data/locale/foreman_discovery.pot +151 -144
  43. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/fr/foreman_discovery.edit.po +1 -1
  45. data/locale/fr/foreman_discovery.po +33 -33
  46. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/gl/foreman_discovery.edit.po +1 -1
  48. data/locale/gl/foreman_discovery.po +2 -2
  49. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/it/foreman_discovery.edit.po +5 -5
  51. data/locale/it/foreman_discovery.po +5 -5
  52. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  53. data/locale/ja/foreman_discovery.edit.po +37 -37
  54. data/locale/ja/foreman_discovery.po +36 -36
  55. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/ko/foreman_discovery.edit.po +36 -36
  57. data/locale/ko/foreman_discovery.po +35 -35
  58. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  59. data/locale/pt_BR/foreman_discovery.edit.po +40 -40
  60. data/locale/pt_BR/foreman_discovery.po +39 -39
  61. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  62. data/locale/ru/foreman_discovery.edit.po +8 -8
  63. data/locale/ru/foreman_discovery.po +8 -8
  64. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  65. data/locale/sv_SE/foreman_discovery.edit.po +1 -1
  66. data/locale/sv_SE/foreman_discovery.po +2 -2
  67. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  68. data/locale/zh_CN/foreman_discovery.edit.po +37 -37
  69. data/locale/zh_CN/foreman_discovery.po +36 -36
  70. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  71. data/locale/zh_TW/foreman_discovery.edit.po +36 -36
  72. data/locale/zh_TW/foreman_discovery.po +35 -35
  73. data/test/factories/discovery_rule_related.rb +19 -2
  74. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  75. data/test/functional/api/v2/discovery_rules_controller_test.rb +13 -5
  76. data/test/functional/discovered_hosts_controller_test.rb +71 -3
  77. data/test/functional/discovery_rules_controller_test.rb +23 -6
  78. data/test/test_helper_discovery.rb +4 -0
  79. data/test/unit/discovered_extensions_test.rb +2 -0
  80. data/test/unit/fact_value_extensions_test.rb +11 -0
  81. metadata +9 -3
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 5.0.2\n"
8
+ "Project-Id-Version: foreman_discovery 7.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2016-03-23 18:49+0000\n"
10
+ "PO-Revision-Date: 2016-08-22 15:05+0000\n"
11
11
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
12
12
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
13
13
  "MIME-Version: 1.0\n"
@@ -23,7 +23,7 @@ msgid "%s ago"
23
23
  msgstr "%s 전 "
24
24
 
25
25
  msgid "%s discovered hosts were provisioned"
26
- msgstr ""
26
+ msgstr "%s개의 검색된 호스트를 프로비저닝했습니다."
27
27
 
28
28
  msgid "<b>Foreman</b> Discovered hosts summary"
29
29
  msgstr ""
@@ -77,7 +77,7 @@ msgid "Could not get facts from proxy %{url}: %{error}"
77
77
  msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
78
78
 
79
79
  msgid "Create a discovered host for testing (use /facts to create new hosts)"
80
- msgstr ""
80
+ msgstr "검색된 호스트를 테스트용으로 생성(/facts를 사용하여 새 호스트 생성)"
81
81
 
82
82
  msgid "Create a discovery rule"
83
83
  msgstr "검색 규칙 생성 "
@@ -122,7 +122,7 @@ msgid "Discovered hosts are provisioning now"
122
122
  msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
123
123
 
124
124
  msgid "Discovered hosts are rebooting now"
125
- msgstr ""
125
+ msgstr "현재 검색된 호스트를 재부팅하고 있습니다."
126
126
 
127
127
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
128
128
  msgstr ""
@@ -179,7 +179,7 @@ msgid "Errors during auto provisioning: %s"
179
179
  msgstr "자동 프로비저닝 도중 오류 발생: %s"
180
180
 
181
181
  msgid "Errors during reboot: %s"
182
- msgstr ""
182
+ msgstr "재부팅 도중 오류가 발생했습니다: %s"
183
183
 
184
184
  msgid "Execute rules against a discovered host"
185
185
  msgstr "검색된 호스트에 대해 규칙 실행 "
@@ -191,10 +191,10 @@ msgid "Expand All"
191
191
  msgstr "모두 확장 "
192
192
 
193
193
  msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
194
- msgstr ""
194
+ msgstr "필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인터페이스와 설정된 호스트 이름을 감지할 수 없습니다."
195
195
 
196
196
  msgid "Extra facter columns to show in host lists (separate by comma)"
197
- msgstr ""
197
+ msgstr "호스트 목록에 표시할 추가 팩트 열(쉼표로 구분)"
198
198
 
199
199
  msgid "Fact columns"
200
200
  msgstr ""
@@ -218,13 +218,13 @@ msgid "Failed to reboot host %{hostname} with error %{error_message}"
218
218
  msgstr "오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅에 실패했습니다 "
219
219
 
220
220
  msgid "Failed to reboot hosts with error %s"
221
- msgstr ""
221
+ msgstr "%s 오류가 발생하여 호스트를 재부팅하지 못했습니다."
222
222
 
223
223
  msgid "Failed to refresh facts for %s"
224
224
  msgstr "%s에 대한 팩트를 새로고침하는데 실패했습니다 "
225
225
 
226
226
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
227
- msgstr ""
227
+ msgstr "%{error_message} 오류가 발생하여 %{hostname}의 팩트를 새로 고치지 못했습니다."
228
228
 
229
229
  msgid "Foreman discovered hosts summary"
230
230
  msgstr ""
@@ -297,10 +297,10 @@ msgid "Identifier"
297
297
  msgstr "식별자 "
298
298
 
299
299
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
300
- msgstr ""
300
+ msgstr "이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
301
301
 
302
302
  msgid "Image API returned HTTP/%{code} with '%{body}"
303
- msgstr ""
303
+ msgstr "이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반환했습니다."
304
304
 
305
305
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
306
306
  msgstr ""
@@ -321,7 +321,7 @@ msgid "Invalid hostname: Could not normalize the hostname"
321
321
  msgstr ""
322
322
 
323
323
  msgid "Kexec template not associated with operating system"
324
- msgstr ""
324
+ msgstr "Kexec 템플릿이 운영 체제에 연결되어 있지 않습니다."
325
325
 
326
326
  msgid "Last facts upload"
327
327
  msgstr "마지막 팩트 업로드 "
@@ -357,7 +357,7 @@ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
357
357
  msgstr "이 규칙에서 프로비저닝되는 최대 호스트 수 (0 = 무제한)"
358
358
 
359
359
  msgid "Medium not set for host/hostgroup"
360
- msgstr ""
360
+ msgstr "호스트/호스트 그룹의 미디어가 설정되어 있지 않습니다."
361
361
 
362
362
  msgid "Memory"
363
363
  msgstr "메모리 "
@@ -390,7 +390,7 @@ msgid "New Rule"
390
390
  msgstr "새 규칙 "
391
391
 
392
392
  msgid "New in the last 24 hours"
393
- msgstr ""
393
+ msgstr "지난 24시간 이내의 신규 항목"
394
394
 
395
395
  msgid "No discovered hosts available"
396
396
  msgstr "사용 가능한 검색된 호스트가 없습니다 "
@@ -402,10 +402,10 @@ msgid "No discovered hosts to provision"
402
402
  msgstr "프로비저닝할 검색된 호스트가 없습니다 "
403
403
 
404
404
  msgid "No discovered hosts to reboot"
405
- msgstr ""
405
+ msgstr "재부팅할 검색된 호스트가 없습니다."
406
406
 
407
407
  msgid "No hostgroup associated with rule '%s'"
408
- msgstr ""
408
+ msgstr "'%s' 규칙에 연결된 호스트 그룹이 없습니다."
409
409
 
410
410
  msgid "No hosts selected"
411
411
  msgstr "선택된 호스트가 없음 "
@@ -420,10 +420,10 @@ msgid "No rule found for host %s"
420
420
  msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
421
421
 
422
422
  msgid "Not reported in more than 7 days"
423
- msgstr ""
423
+ msgstr "7일 넘게 보고되지 않음"
424
424
 
425
425
  msgid "Operating system not set for host/hostgroup"
426
- msgstr ""
426
+ msgstr "호스트/호스트 그룹의 운영 체제가 설정되어 있지 않습니다."
427
427
 
428
428
  msgid "Organization"
429
429
  msgstr "조직 "
@@ -453,7 +453,7 @@ msgid "Reboot"
453
453
  msgstr "다시 시작"
454
454
 
455
455
  msgid "Reboot All"
456
- msgstr ""
456
+ msgstr "모두 재부팅"
457
457
 
458
458
  msgid "Rebooting %s"
459
459
  msgstr "%s 재부팅 중 "
@@ -462,7 +462,7 @@ msgid "Rebooting a discovered host"
462
462
  msgstr "검색된 호스트를 재부팅 중 "
463
463
 
464
464
  msgid "Rebooting all discovered hosts"
465
- msgstr ""
465
+ msgstr "검색된 모든 호스트를 재부팅 중"
466
466
 
467
467
  msgid "Rebooting host %s"
468
468
  msgstr "호스트 %s 재부팅 중 "
@@ -474,28 +474,28 @@ msgid "Refreshing the facts of a discovered host"
474
474
  msgstr "검색된 호스트의 팩트를 새로고침 중 "
475
475
 
476
476
  msgid "Regex to organize facts for hardware section"
477
- msgstr ""
477
+ msgstr "하드웨어 섹션의 팩트를 구성하기 위한 정규식"
478
478
 
479
479
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
480
480
  msgstr ""
481
481
 
482
482
  msgid "Regex to organize facts for ipmi section"
483
- msgstr ""
483
+ msgstr "ipmi 섹션의 팩트를 구성하기 위한 정규식"
484
484
 
485
485
  msgid "Regex to organize facts for network section"
486
- msgstr ""
486
+ msgstr "네트워크 섹션의 팩트를 구성하기 위한 정규식"
487
487
 
488
488
  msgid "Regex to organize facts for software section"
489
- msgstr ""
489
+ msgstr "소프트웨어 섹션의 팩트를 구성하기 위한 정규식"
490
490
 
491
491
  msgid "Regex to organize facts for storage section"
492
- msgstr ""
492
+ msgstr "스토리지 섹션의 팩트를 구성하기 위한 정규식"
493
493
 
494
494
  msgid "Reloading kernel on %s"
495
- msgstr ""
495
+ msgstr "%s에서 커널을 다시 로드하는 중"
496
496
 
497
497
  msgid "Reported in the last 7 days"
498
- msgstr ""
498
+ msgstr "지난 7일 이내에 보고됨"
499
499
 
500
500
  msgid "Rule disabled"
501
501
  msgstr "규칙 비활성화 "
@@ -585,22 +585,22 @@ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/ta
585
585
  msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
586
586
 
587
587
  msgid "Unable to assign subnet, primary interface is missing IP address"
588
- msgstr ""
588
+ msgstr "서브넷을 할당할 수 없습니다. 기본 인터페이스의 IP 주소가 누락되었습니다."
589
589
 
590
590
  msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
591
- msgstr ""
591
+ msgstr "discovery_fact '%{fact}'에 지정된 MAC '%{mac}'을(를) 사용하여 기본 인터페이스를 감지할 수 없습니다."
592
592
 
593
593
  msgid "Unable to find a discovery rule, no host provided (check permissions)"
594
- msgstr ""
594
+ msgstr "검색 규칙을 찾을 수 없습니다. 호스트가 제공되지 않았습니다(권한 확인)."
595
595
 
596
596
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
597
- msgstr ""
597
+ msgstr "%{url}을(를) 통해 %{name}에 대해 kexec을 수행할 수 없습니다: %{msg}"
598
598
 
599
599
  msgid "Unable to provision %{host}: %{errors}"
600
- msgstr ""
600
+ msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
601
601
 
602
602
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
603
- msgstr ""
603
+ msgstr "%{url}을(를) 통해 %{name}을(를) 재부팅할 수 없습니다: %{msg}"
604
604
 
605
605
  msgid "Update a rule"
606
606
  msgstr "규칙 업데이트 "
@@ -630,7 +630,7 @@ msgid "flag is used for temporary shutdown of rules"
630
630
  msgstr "규칙의 일시 정지에 플래그를 사용합니다"
631
631
 
632
632
  msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
633
- msgstr ""
633
+ msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
634
634
 
635
635
  msgid "items selected. Uncheck to Clear"
636
636
  msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
@@ -10,11 +10,11 @@
10
10
  # Valeria S Silva <valeriassilva@live.com>, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 5.0.2\n"
13
+ "Project-Id-Version: foreman_discovery 7.0.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "POT-Creation-Date: 2016-07-27 14:13+0200\n"
16
- "PO-Revision-Date: 2016-07-28 09:01+0000\n"
17
- "Last-Translator: Lukáš Zapletal\n"
16
+ "PO-Revision-Date: 2016-08-22 15:06+0000\n"
17
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
18
18
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/language/pt_BR/)\n"
19
19
  "MIME-Version: 1.0\n"
20
20
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -90,7 +90,7 @@ msgid ""
90
90
  "hash containing facts for the host with minimum set of facts: "
91
91
  "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
92
92
  "eth0 (example in case primary interface is named eth0)"
93
- msgstr "hash contendo fatos para o host com o conjunto mínimo de fatos : discovery_bootif , macaddress_eth0 , ipaddress , ipaddress_eth0 , interfaces: eth0 ( exemplo em caso de interface primária é nomeado como eth0 )"
93
+ msgstr "hash contendo fatos para o host com um conjunto mínimo de fatos: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (exemplo, no caso da interface primária ser nomeada eth0) "
94
94
 
95
95
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:109
96
96
  msgid "Execute rules against a discovered host"
@@ -103,7 +103,7 @@ msgstr "Host %{host} recebeu a regra %{rule}"
103
103
 
104
104
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:118
105
105
  msgid "Unable to provision %{host}: %{errors}"
106
- msgstr "Incapazes de prover % {host }: % { } erros"
106
+ msgstr "Não é possível provisionar %{host}: %{errors}"
107
107
 
108
108
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:124
109
109
  #: ../app/controllers/discovered_hosts_controller.rb:171
@@ -138,7 +138,7 @@ msgstr "Reinicializando um host descoberto"
138
138
 
139
139
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:189
140
140
  msgid "Rebooting all discovered hosts"
141
- msgstr "Reiniciar todos os hosts descobertos"
141
+ msgstr "Reinicializando todos os host descobertos"
142
142
 
143
143
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
144
144
  #: ../app/controllers/discovered_hosts_controller.rb:122
@@ -155,33 +155,33 @@ msgstr "Exibir uma regra descoberta"
155
155
 
156
156
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:31
157
157
  msgid "represents rule name shown to the users"
158
- msgstr "representa nome de regra mostrado para os usuários"
158
+ msgstr "representa nome de regra exibido à usuários"
159
159
 
160
160
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:32
161
161
  msgid "query to match discovered hosts for the particular rule"
162
- msgstr "consulta para corresponder host descobertos para a regra especial"
162
+ msgstr "pesquisa a coincidir hosts descobertos para regra particular"
163
163
 
164
164
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:33
165
165
  msgid "the hostgroup that is used to auto provision a host"
166
- msgstr "grupo host é utilizado para auto fornecer uma série"
166
+ msgstr "o hostgroup que é utilizado para auto prover um host"
167
167
 
168
168
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
169
169
  msgid ""
170
170
  "defines a pattern to assign human-readable hostnames to the matching hosts"
171
- msgstr "define um padrão para atribuir nomes de host legíveis para os hosts correspondentes"
171
+ msgstr "define um modelo para atribuir hostnames legíveis à hosts coincidentes"
172
172
 
173
173
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
174
174
  msgid "enables to limit maximum amount of provisioned hosts per rule"
175
- msgstr "permite limitar montante máximo de hosts provisionados por regra"
175
+ msgstr "possibilita limitar a quantia máxima de hosts provisionados por regra"
176
176
 
177
177
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
178
178
  msgid ""
179
179
  "puts the rules in order, low numbers go first. Must be greater then zero"
180
- msgstr "colocar as regras em ordem, números baixos irão primeiro. Deve ser maior que zero"
180
+ msgstr "coloca as regras em ordem, números baixos primeiro. Deve ser maior do que zero."
181
181
 
182
182
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
183
183
  msgid "flag is used for temporary shutdown of rules"
184
- msgstr "sinalizador é usado para o desligamento temporário de regras"
184
+ msgstr "bandeira é utilizada para fechamento temporário de regras"
185
185
 
186
186
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:42
187
187
  msgid "Create a discovery rule"
@@ -201,11 +201,11 @@ msgstr ""
201
201
 
202
202
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
203
203
  msgid "Unable to find a discovery rule, no host provided (check permissions)"
204
- msgstr "Incapaz de encontrar uma regra descoberta , nenhum host fornecido (verifique as permissões)"
204
+ msgstr "Não é possível localizar uma regra de descoberta, nenhum host fornecido (verificar permissões)"
205
205
 
206
206
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:47
207
207
  msgid "No hostgroup associated with rule '%s'"
208
- msgstr ""
208
+ msgstr "Nenhum grupo de hosts associado à regra '%s'"
209
209
 
210
210
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:66
211
211
  msgid "Errors during reboot: %s"
@@ -213,7 +213,7 @@ msgstr "Erros durante a reinicialização: %s"
213
213
 
214
214
  #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:84
215
215
  msgid "No discovered hosts to reboot"
216
- msgstr "Hosts não descobertos na reinicialização"
216
+ msgstr "Nenhum host descoberto para ser reinicializado"
217
217
 
218
218
  #: ../app/controllers/discovered_hosts_controller.rb:58
219
219
  msgid "Successfully provisioned %s"
@@ -229,7 +229,7 @@ msgstr "Falha ao atualizar fatos para %s"
229
229
 
230
230
  #: ../app/controllers/discovered_hosts_controller.rb:95
231
231
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
232
- msgstr ""
232
+ msgstr "Falha ao atualizar fatos para %{hostname} com erro %{error_message}"
233
233
 
234
234
  #: ../app/controllers/discovered_hosts_controller.rb:102
235
235
  msgid "Host of type %s can not be rebooted"
@@ -249,7 +249,7 @@ msgstr "Falha ao reiniciar o host %{hostname} com erro %{error_message}"
249
249
 
250
250
  #: ../app/controllers/discovered_hosts_controller.rb:125
251
251
  msgid "Failed to reboot hosts with error %s"
252
- msgstr ""
252
+ msgstr "Falha ao reinicializar hosts com erro %s"
253
253
 
254
254
  #: ../app/controllers/discovered_hosts_controller.rb:139
255
255
  msgid "Destroyed selected hosts"
@@ -380,15 +380,15 @@ msgstr "N/A"
380
380
 
381
381
  #: ../app/helpers/discovered_hosts_helper.rb:62
382
382
  msgid "New in the last 24 hours"
383
- msgstr "Novo nas últimas 24 horas"
383
+ msgstr "Novo(a) nas últimas 24 horas "
384
384
 
385
385
  #: ../app/helpers/discovered_hosts_helper.rb:66
386
386
  msgid "Not reported in more than 7 days"
387
- msgstr "Não reportado em mais que 7 dias"
387
+ msgstr "Não relatado(a) por mais de 7 dias "
388
388
 
389
389
  #: ../app/helpers/discovered_hosts_helper.rb:70
390
390
  msgid "Reported in the last 7 days"
391
- msgstr "Reportado nos últimos 7 dias"
391
+ msgstr "Relatado(a) nos últimos 7 dias "
392
392
 
393
393
  #: ../app/helpers/discovery_rules_helper.rb:26
394
394
  msgid "Discovered Hosts"
@@ -457,7 +457,7 @@ msgstr "Fatos inválidos, deve ser um Hash"
457
457
  msgid ""
458
458
  "Expected discovery_fact '%s' is missing, unable to detect primary interface "
459
459
  "and set hostname"
460
- msgstr "Esperada descoberta _fact '% s' está faltando, incapaz de detectar interface primária e definir o nome do host"
460
+ msgstr " discovery_fact '%s' esperado ausente, não é possível detectar a interface primária e definir o nome do host "
461
461
 
462
462
  #: ../app/models/host/discovered.rb:47
463
463
  msgid ""
@@ -471,7 +471,7 @@ msgstr ""
471
471
 
472
472
  #: ../app/models/host/discovered.rb:114
473
473
  msgid "Unable to assign subnet, primary interface is missing IP address"
474
- msgstr "Não é possível atribuir sub-rede , interface primária está faltando endereço de IP"
474
+ msgstr "Não é possível especificar a subrede, a interface primária possui endereço IP ausente"
475
475
 
476
476
  #: ../app/models/host/discovered.rb:168
477
477
  msgid "Could not get facts from proxy %{url}: %{error}"
@@ -479,11 +479,11 @@ msgstr "Não foi possível obter fatos do proxy %{url}: %{error}"
479
479
 
480
480
  #: ../app/models/host/discovered.rb:184
481
481
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
482
- msgstr "Não é possível reiniciar % {name } via% {url} : { msg } %"
482
+ msgstr "Não é possível reinicializar %{name} via %{url}: %{msg}"
483
483
 
484
484
  #: ../app/models/host/discovered.rb:192
485
485
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
486
- msgstr "Não é possível executar kexec em % {name } via% {url} : { msg } %"
486
+ msgstr "Não é possível desempenhar kexec em %{name} via %{url}: %{msg}"
487
487
 
488
488
  #: ../app/models/host/discovered.rb:211
489
489
  msgid "Invalid hostname: Could not normalize the hostname"
@@ -491,7 +491,7 @@ msgstr ""
491
491
 
492
492
  #: ../app/models/host/managed_extensions.rb:24
493
493
  msgid "Reloading kernel on %s"
494
- msgstr "Recarregado kernel em %s"
494
+ msgstr "Recarregando kernel em %s"
495
495
 
496
496
  #: ../app/models/host/managed_extensions.rb:26
497
497
  msgid "Rebooting %s"
@@ -499,15 +499,15 @@ msgstr "Reinicializando %s"
499
499
 
500
500
  #: ../app/models/host/managed_extensions.rb:45
501
501
  msgid "Operating system not set for host/hostgroup"
502
- msgstr ""
502
+ msgstr "Sistema operacional não definido para host/ grupo de hosts"
503
503
 
504
504
  #: ../app/models/host/managed_extensions.rb:47
505
505
  msgid "Medium not set for host/hostgroup"
506
- msgstr ""
506
+ msgstr "Mídia não definida para host/ grupo de hosts"
507
507
 
508
508
  #: ../app/models/host/managed_extensions.rb:54
509
509
  msgid "Kexec template not associated with operating system"
510
- msgstr ""
510
+ msgstr "Modelo kexec não associado ao sistema operacional "
511
511
 
512
512
  #: ../app/models/setting/discovered.rb:19
513
513
  msgid "Fact name to use for primary interface detection"
@@ -557,7 +557,7 @@ msgstr ""
557
557
 
558
558
  #: ../app/models/setting/discovered.rb:25
559
559
  msgid "Extra facter columns to show in host lists (separate by comma)"
560
- msgstr "Extra colunas facter para serem mostradas em listas separadas de host ( por vírgula)"
560
+ msgstr "Colunas facter extras para serem exibidas em listas de host (separadas por vírgula) "
561
561
 
562
562
  #: ../app/models/setting/discovered.rb:25
563
563
  msgid "Fact columns"
@@ -573,7 +573,7 @@ msgstr ""
573
573
 
574
574
  #: ../app/models/setting/discovered.rb:27
575
575
  msgid "Regex to organize facts for storage section"
576
- msgstr ""
576
+ msgstr "Regex para organizar fatos para seção de armazenamento"
577
577
 
578
578
  #: ../app/models/setting/discovered.rb:27
579
579
  msgid "Storage facts"
@@ -581,7 +581,7 @@ msgstr ""
581
581
 
582
582
  #: ../app/models/setting/discovered.rb:28
583
583
  msgid "Regex to organize facts for software section"
584
- msgstr ""
584
+ msgstr "Regex para organizar fatos para seção de software"
585
585
 
586
586
  #: ../app/models/setting/discovered.rb:28
587
587
  msgid "Software facts"
@@ -589,7 +589,7 @@ msgstr ""
589
589
 
590
590
  #: ../app/models/setting/discovered.rb:29
591
591
  msgid "Regex to organize facts for hardware section"
592
- msgstr ""
592
+ msgstr "Regex para organizar fatos para seção de hardware"
593
593
 
594
594
  #: ../app/models/setting/discovered.rb:29
595
595
  msgid "Hardware facts"
@@ -597,7 +597,7 @@ msgstr ""
597
597
 
598
598
  #: ../app/models/setting/discovered.rb:30
599
599
  msgid "Regex to organize facts for network section"
600
- msgstr ""
600
+ msgstr "Regex para organizar fatos para seção de rede"
601
601
 
602
602
  #: ../app/models/setting/discovered.rb:30
603
603
  msgid "Network facts"
@@ -605,7 +605,7 @@ msgstr ""
605
605
 
606
606
  #: ../app/models/setting/discovered.rb:31
607
607
  msgid "Regex to organize facts for ipmi section"
608
- msgstr ""
608
+ msgstr "Regex para organizar fatos para seção ipmi"
609
609
 
610
610
  #: ../app/models/setting/discovered.rb:31
611
611
  msgid "IPMI facts"
@@ -649,15 +649,15 @@ msgstr ""
649
649
  msgid ""
650
650
  "Unable to detect primary interface using MAC '%{mac}' specified by "
651
651
  "discovery_fact '%{fact}'"
652
- msgstr "Não foi possível detectar interface primária usando MAC '%{mac}' especificado pelo discovery_fact '%{fact}'"
652
+ msgstr "Não é possível detectar interface primária usando MAC '%{mac}' especificado pelo discovery_fact '%{fact}'"
653
653
 
654
654
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
655
655
  msgid "Image API returned HTTP/%{code} with '%{body}"
656
- msgstr "API imagem retornou HTTP / % { code} com '% { corpo }"
656
+ msgstr "Image API retornou HTTP/%{code} com '%{body}"
657
657
 
658
658
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
659
659
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
660
- msgstr "Erro de processamento de imagem API: % { msg } (HTTP / % { code} , corpo : % { corpo })"
660
+ msgstr "Erro de processamento do Image API: %{msg} (HTTP/%{code}, body: %{body})"
661
661
 
662
662
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
663
663
  msgid "No discovered hosts available"
@@ -771,7 +771,7 @@ msgstr "Submeter"
771
771
 
772
772
  #: ../app/views/discovered_hosts/index.html.erb:2
773
773
  msgid "Reboot All"
774
- msgstr "Reiniciar todos"
774
+ msgstr "Reinicializar todos(as)"
775
775
 
776
776
  #: ../app/views/discovered_hosts/index.html.erb:3
777
777
  msgid "Auto Provision All"
@@ -851,7 +851,7 @@ msgstr "Primário"
851
851
 
852
852
  #: ../app/views/discovery_rules/_form.html.erb:7
853
853
  msgid "Locations"
854
- msgstr "Localização"
854
+ msgstr "Locais"
855
855
 
856
856
  #: ../app/views/discovery_rules/_form.html.erb:10
857
857
  msgid "Organizations"