foreman_discovery 5.0.1 → 5.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2015 Foreman developers
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # Dominic Cleal <dominic@cleal.org>, 2014
7
7
  # Junior Alvim <alvin@intechne.com.br>, 2014
@@ -11,11 +11,11 @@
11
11
  msgid ""
12
12
  msgstr ""
13
13
  "Project-Id-Version: Foreman\n"
14
- "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
15
- "PO-Revision-Date: 2015-12-03 23:08+0000\n"
16
- "Last-Translator: Valeria S Silva <valeriassilva@live.com>\n"
17
- "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
18
- "anguage/pt_BR/)\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2016-02-25 10:58+0100\n"
16
+ "PO-Revision-Date: 2016-03-08 17:33+0000\n"
17
+ "Last-Translator: Lukáš Zapletal\n"
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"
21
21
  "Content-Transfer-Encoding: 8bit\n"
@@ -26,19 +26,23 @@ msgstr ""
26
26
  msgid "List all discovered hosts"
27
27
  msgstr "Listar de todos os hosts descobertos"
28
28
 
29
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16 ../app/controllers/api/v2/discovery_rules_controller.rb:14
29
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
30
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:14
30
31
  msgid "filter results"
31
32
  msgstr "filtrar resultados"
32
33
 
33
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
34
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
35
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
34
36
  msgid "sort results"
35
37
  msgstr "definir resultados."
36
38
 
37
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
39
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
40
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
38
41
  msgid "paginate results"
39
42
  msgstr "paginar resultados"
40
43
 
41
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
44
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
45
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
42
46
  msgid "number of entries per request"
43
47
  msgstr "número de entradas por requisição"
44
48
 
@@ -63,11 +67,14 @@ msgid "not required if it's a virtual machine"
63
67
  msgstr "não é necessário se for uma máquina virtual."
64
68
 
65
69
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
66
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
70
+ msgid ""
71
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
67
72
  msgstr "UUID a rastrear o status de tarefas de orquestração, GET /api/orchestration/:UUID/tasks"
68
73
 
69
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
70
- msgid "required if value is not inherited from host group or default password in settings"
75
+ msgid ""
76
+ "required if value is not inherited from host group or default password in "
77
+ "settings"
71
78
  msgstr "requerido se valor não for herdado de um grupo de host ou senha padrão em configurações."
72
79
 
73
80
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:85
@@ -79,14 +86,18 @@ msgid "Upload facts for a host, creating the host if required"
79
86
  msgstr "Carregar fatos para um host, criando o host se necessário"
80
87
 
81
88
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
82
- 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)"
89
+ msgid ""
90
+ "hash containing facts for the host with minimum set of facts: "
91
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
92
+ "eth0 (example in case primary interface is named eth0)"
83
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 )"
84
94
 
85
95
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:112
86
96
  msgid "Execute rules against a discovered host"
87
97
  msgstr "Executar regras nos hosts descobertos"
88
98
 
89
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:118 ../app/controllers/discovered_hosts_controller.rb:147
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:118
100
+ #: ../app/controllers/discovered_hosts_controller.rb:147
90
101
  msgid "Host %{host} was provisioned with rule %{rule}"
91
102
  msgstr "Host %{host} recebeu a regra %{rule}"
92
103
 
@@ -94,7 +105,8 @@ msgstr "Host %{host} recebeu a regra %{rule}"
94
105
  msgid "Unable to provision %{host}: %{errors}"
95
106
  msgstr "Incapazes de prover % {host }: % { } erros"
96
107
 
97
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:127 ../app/controllers/discovered_hosts_controller.rb:154
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:127
109
+ #: ../app/controllers/discovered_hosts_controller.rb:154
98
110
  msgid "No rule found for host %s"
99
111
  msgstr "Nenhuma regra encontrada para o host %s"
100
112
 
@@ -102,11 +114,13 @@ msgstr "Nenhuma regra encontrada para o host %s"
102
114
  msgid "Execute rules against all currently discovered hosts"
103
115
  msgstr "Executar regras em todos os hosts descobertos atualmente"
104
116
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138 ../app/controllers/discovered_hosts_controller.rb:160
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
118
+ #: ../app/controllers/discovered_hosts_controller.rb:160
106
119
  msgid "Errors during auto provisioning: %s"
107
120
  msgstr "Erros durante o auto provisionamento: %s"
108
121
 
109
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:141 ../app/controllers/discovered_hosts_controller.rb:163
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:141
123
+ #: ../app/controllers/discovered_hosts_controller.rb:163
110
124
  msgid "No discovered hosts to provision"
111
125
  msgstr "Nenhum host descoberto para fornecer"
112
126
 
@@ -126,7 +140,8 @@ msgstr "Reinicializando um host descoberto"
126
140
  msgid "Rebooting all discovered hosts"
127
141
  msgstr "Reiniciar todos os hosts descobertos"
128
142
 
129
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:203 ../app/controllers/discovered_hosts_controller.rb:105
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:203
144
+ #: ../app/controllers/discovered_hosts_controller.rb:105
130
145
  msgid "Discovered hosts are rebooting now"
131
146
  msgstr "Hosts descobertos serão reiniciados agora"
132
147
 
@@ -151,7 +166,8 @@ msgid "the hostgroup that is used to auto provision a host"
151
166
  msgstr "grupo host é utilizado para auto fornecer uma série"
152
167
 
153
168
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
154
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
169
+ msgid ""
170
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
155
171
  msgstr "define um padrão para atribuir nomes de host legíveis para os hosts correspondentes"
156
172
 
157
173
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
@@ -159,7 +175,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
159
175
  msgstr "permite limitar montante máximo de hosts provisionados por regra"
160
176
 
161
177
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
162
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
178
+ msgid ""
179
+ "puts the rules in order, low numbers go first. Must be greater then zero"
163
180
  msgstr "colocar as regras em ordem, números baixos irão primeiro. Deve ser maior que zero"
164
181
 
165
182
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
@@ -266,19 +283,23 @@ msgstr "Regra ativada"
266
283
  msgid "%s ago"
267
284
  msgstr "%s atrás"
268
285
 
269
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
286
+ #: ../app/helpers/discovered_hosts_helper.rb:15
287
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
270
288
  msgid "Provision"
271
289
  msgstr "Configuração"
272
290
 
273
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
291
+ #: ../app/helpers/discovered_hosts_helper.rb:16
292
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
274
293
  msgid "Auto Provision"
275
294
  msgstr "Provisão Automática"
276
295
 
277
- #: ../app/helpers/discovered_hosts_helper.rb:17 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:44
296
+ #: ../app/helpers/discovered_hosts_helper.rb:17
297
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:44
278
298
  msgid "Refresh facts"
279
299
  msgstr "Atualizar fatos"
280
300
 
281
- #: ../app/helpers/discovered_hosts_helper.rb:18 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:45
301
+ #: ../app/helpers/discovered_hosts_helper.rb:18
302
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:45
282
303
  msgid "Reboot"
283
304
  msgstr "Reiniciar"
284
305
 
@@ -286,7 +307,8 @@ msgstr "Reiniciar"
286
307
  msgid "Back"
287
308
  msgstr ""
288
309
 
289
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/helpers/discovered_hosts_helper.rb:46
310
+ #: ../app/helpers/discovered_hosts_helper.rb:23
311
+ #: ../app/helpers/discovered_hosts_helper.rb:46
290
312
  msgid "Select Action"
291
313
  msgstr "Selecionar Ação"
292
314
 
@@ -364,7 +386,7 @@ msgstr ""
364
386
 
365
387
  #: ../app/mailers/discovered_mailer.rb:4
366
388
  msgid "Must specify a user with email enabled"
367
- msgstr ""
389
+ msgstr "Deve especificar um usuário com email habilitado"
368
390
 
369
391
  #: ../app/mailers/discovered_mailer.rb:15
370
392
  msgid "Discovered hosts summary"
@@ -379,14 +401,17 @@ msgid "must start with a letter or ERB."
379
401
  msgstr "deve iniciar com uma letra ou ERB."
380
402
 
381
403
  #: ../app/models/discovery_rule.rb:49
382
- msgid "Host group organization %s must also be associated to the discovery rule"
383
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
404
+ msgid ""
405
+ "Host group organization %s must also be associated to the discovery rule"
406
+ msgid_plural ""
407
+ "Host group organizations %s must also be associated to the discovery rule"
384
408
  msgstr[0] "Organizações de grupos de host% s também deve ser associado à regra descoberta"
385
409
  msgstr[1] "Organizações de grupos de host% s também deve ser associado à regra descoberta"
386
410
 
387
411
  #: ../app/models/discovery_rule.rb:55
388
412
  msgid "Host group location %s must also be associated to the discovery rule"
389
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
413
+ msgid_plural ""
414
+ "Host group locations %s must also be associated to the discovery rule"
390
415
  msgstr[0] "ocalização do grupo de hosts %s deverá também ser associado a regra descoberta"
391
416
  msgstr[1] "localização de grupo de hosts %s deverá também ser associado a regra descoberta"
392
417
 
@@ -395,11 +420,15 @@ msgid "Invalid facts, must be a Hash"
395
420
  msgstr "Fatos inválidos, deve ser um Hash"
396
421
 
397
422
  #: ../app/models/host/discovered.rb:39
398
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
423
+ msgid ""
424
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
425
+ "and set hostname"
399
426
  msgstr "Esperada descoberta _fact '% s' está faltando, incapaz de detectar interface primária e definir o nome do host"
400
427
 
401
428
  #: ../app/models/host/discovered.rb:46
402
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
429
+ msgid ""
430
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
431
+ "the discovery_hostname setting: %s"
403
432
  msgstr ""
404
433
 
405
434
  #: ../app/models/host/discovered.rb:107
@@ -451,7 +480,9 @@ msgid "List of facts to use for the hostname (separated by comma, first wins)"
451
480
  msgstr ""
452
481
 
453
482
  #: ../app/models/setting/discovered.rb:21
454
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
483
+ msgid ""
484
+ "Automatically provision newly discovered hosts, according to the "
485
+ "provisioning rules"
455
486
  msgstr "Provisão automática descobriu hosts recentemente, de acordo com as regras de provisionamento"
456
487
 
457
488
  #: ../app/models/setting/discovered.rb:22
@@ -499,7 +530,9 @@ msgid "Regex to organize facts for ipmi section"
499
530
  msgstr ""
500
531
 
501
532
  #: ../app/services/foreman_discovery/fact_parser.rb:9
502
- msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
533
+ msgid ""
534
+ "Unable to detect primary interface using MAC '%{mac}' specified by "
535
+ "discovery_fact '%{fact}'"
503
536
  msgstr "Não foi possível detectar interface primária usando MAC '%{mac}' especificado pelo discovery_fact '%{fact}'"
504
537
 
505
538
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -518,19 +551,30 @@ msgstr "Nenhum host descobertos"
518
551
  msgid "Host"
519
552
  msgstr "Host"
520
553
 
521
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
554
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
555
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
556
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
557
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
558
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
522
559
  msgid "Model"
523
560
  msgstr "Modelo"
524
561
 
525
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
562
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
563
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
564
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
565
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
526
566
  msgid "CPUs"
527
567
  msgstr "CPUs"
528
568
 
529
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
569
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
570
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
571
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
572
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
530
573
  msgid "Memory"
531
574
  msgstr "Memória"
532
575
 
533
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:136
576
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
577
+ #: ../lib/foreman_discovery/engine.rb:136
534
578
  msgid "Discovered hosts"
535
579
  msgstr "Hosts descobertos"
536
580
 
@@ -542,27 +586,38 @@ msgstr "itens selecionados. Desselecione para Limpar"
542
586
  msgid "Select all items in this page"
543
587
  msgstr "Selecionar todos os itens desta página"
544
588
 
545
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
589
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
590
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
591
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
592
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
546
593
  msgid "Name"
547
594
  msgstr "Nome"
548
595
 
549
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
596
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
597
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
598
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
550
599
  msgid "IP Address"
551
600
  msgstr "Endereço IP"
552
601
 
553
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
602
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
603
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
604
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
554
605
  msgid "Disk count"
555
606
  msgstr "Contagem de Disco"
556
607
 
557
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
608
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
609
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
610
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
558
611
  msgid "Disks size"
559
612
  msgstr "Tamanho do disco"
560
613
 
561
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
614
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
615
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
562
616
  msgid "Location"
563
617
  msgstr "Local"
564
618
 
565
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
619
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
620
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
566
621
  msgid "Organization"
567
622
  msgstr "Organização"
568
623
 
@@ -603,7 +658,9 @@ msgid "Warning"
603
658
  msgstr "Aviso"
604
659
 
605
660
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
606
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
661
+ msgid ""
662
+ "This might take a while, as all hosts, facts and reports will be destroyed "
663
+ "as well"
607
664
  msgstr "Isto pode demorar um pouco, pois todos os hosts, fatos e relatórios também serão destruídos"
608
665
 
609
666
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -638,11 +695,13 @@ msgstr ""
638
695
  msgid "<b>Foreman</b> Discovered hosts summary"
639
696
  msgstr ""
640
697
 
641
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
698
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
699
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
642
700
  msgid "Summary from %{time} ago to %{now}"
643
701
  msgstr ""
644
702
 
645
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
703
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
704
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
646
705
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
647
706
  msgstr ""
648
707
 
@@ -679,15 +738,23 @@ msgid "Template"
679
738
  msgstr "Modelo"
680
739
 
681
740
  #: ../app/views/discovery_rules/_form.html.erb:26
682
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
741
+ msgid ""
742
+ "Specify target hostname template pattern in the same syntax as in "
743
+ "Provisioning Templates (ERB)."
683
744
  msgstr "Especificar padrão de modelo do hostname alvo na mesma sintaxe que em Modelos de Provisionamento (ERB)."
684
745
 
685
746
  #: ../app/views/discovery_rules/_form.html.erb:29
686
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
747
+ msgid ""
748
+ "Domain will be appended automatically. A hostname based on MAC address will "
749
+ "be used when left blank. In addition to @host attribute function rand for "
750
+ "random integers is available. Examples:"
687
751
  msgstr "O domínio será anexado automaticamente. Um nome de host com base no endereço MAC será usado quando deixado em branco. Além do atributo @host a função rand, para inteiros aleatórios, também está disponível. Exemplos:"
688
752
 
689
753
  #: ../app/views/discovery_rules/_form.html.erb:42
690
- msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
754
+ msgid ""
755
+ "When creating hostname patterns, make sure the resulting host names are "
756
+ "unique. Hostnames must not start with numbers. A good approach is to use "
757
+ "unique information provided by facter (MAC address, BIOS or serial ID)."
691
758
  msgstr "Ao criar padrões de nome de host, certifique-se que os nomes de host resultantes são únicos. Nomes de máquinas não deve começar com números. Uma boa abordagem é a utilização de informações exclusivas fornecidas pelo facter (endereço MAC, BIOS ou serial ID)."
692
759
 
693
760
  #: ../app/views/discovery_rules/_form.html.erb:43
@@ -752,29 +819,8 @@ msgstr ""
752
819
 
753
820
  #: ../lib/foreman_discovery/engine.rb:141
754
821
  msgid "Discovery rules"
755
- msgstr ""
822
+ msgstr "Regras de descobertas"
756
823
 
757
824
  #: ../lib/foreman_discovery/engine.rb:146
758
825
  msgid "Discovery widget"
759
- msgstr ""
760
-
761
- #~ msgid "Disable rule?"
762
- #~ msgstr "Desabilitar regra?"
763
-
764
- #~ msgid "Enable rule?"
765
- #~ msgstr "Habilitar regra?"
766
-
767
- #~ msgid "Fact"
768
- #~ msgstr "Fato"
769
-
770
- #~ msgid "Fact name to use for primary interface detection and hostname"
771
- #~ msgstr "Usar nome determinado para detecção de interface primária e o nome do host"
772
-
773
- #~ msgid "Facts discovered on this host"
774
- #~ msgstr "Fatos descobertos neste host"
775
-
776
- #~ msgid "Incompatible version of puppet fact parser"
777
- #~ msgstr "Versão incompatível com Puppet analisado"
778
-
779
- #~ msgid "Value"
780
- #~ msgstr "Valor"
826
+ msgstr "Widget de descoberta"
@@ -1,7 +1,7 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2015 Foreman developers
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # Evgrafov Denis <stereodenis@gmail.com>, 2014
7
7
  # Dominic Cleal <dominic@cleal.org>, 2014
@@ -10,36 +10,38 @@
10
10
  msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: Foreman\n"
13
- "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
14
- "PO-Revision-Date: 2015-10-15 09:16+0000\n"
15
- "Last-Translator: Lukáš Zapletal\n"
16
- "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
17
- "\n"
13
+ "Report-Msgid-Bugs-To: \n"
14
+ "POT-Creation-Date: 2016-02-25 10:58+0100\n"
15
+ "PO-Revision-Date: 2016-03-08 17:54+0000\n"
16
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
17
+ "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
20
20
  "Content-Transfer-Encoding: 8bit\n"
21
21
  "Language: ru\n"
22
- "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
23
- "4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=1"
24
- "1 && n%100<=14)? 2 : 3);\n"
22
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
25
23
 
26
24
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:15
27
25
  msgid "List all discovered hosts"
28
26
  msgstr "Показать все обнаруженные узлы"
29
27
 
30
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16 ../app/controllers/api/v2/discovery_rules_controller.rb:14
28
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
29
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:14
31
30
  msgid "filter results"
32
31
  msgstr "результаты фильтрации"
33
32
 
34
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
33
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
34
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
35
35
  msgid "sort results"
36
36
  msgstr "сортировка"
37
37
 
38
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
38
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
39
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
39
40
  msgid "paginate results"
40
41
  msgstr "постранично"
41
42
 
42
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
43
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
44
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
43
45
  msgid "number of entries per request"
44
46
  msgstr "число записей в запросе"
45
47
 
@@ -64,11 +66,14 @@ msgid "not required if it's a virtual machine"
64
66
  msgstr "не требуется для виртуальных машин"
65
67
 
66
68
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
67
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
69
+ msgid ""
70
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
68
71
  msgstr "UUID для отслеживания статуса задач оркестрации: GET /api/orchestration/:UUID/tasks"
69
72
 
70
73
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
71
- msgid "required if value is not inherited from host group or default password in settings"
74
+ msgid ""
75
+ "required if value is not inherited from host group or default password in "
76
+ "settings"
72
77
  msgstr "обязательно, если пароль не наследуется от группы узлов или из стандартного значения в параметрах"
73
78
 
74
79
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:85
@@ -80,14 +85,18 @@ msgid "Upload facts for a host, creating the host if required"
80
85
  msgstr "Обновить статистику и, если необходимо, создать узел"
81
86
 
82
87
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
83
- 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)"
88
+ msgid ""
89
+ "hash containing facts for the host with minimum set of facts: "
90
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
91
+ "eth0 (example in case primary interface is named eth0)"
84
92
  msgstr ""
85
93
 
86
94
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:112
87
95
  msgid "Execute rules against a discovered host"
88
96
  msgstr "Применить правила к обнаруженному узлу"
89
97
 
90
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:118 ../app/controllers/discovered_hosts_controller.rb:147
98
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:118
99
+ #: ../app/controllers/discovered_hosts_controller.rb:147
91
100
  msgid "Host %{host} was provisioned with rule %{rule}"
92
101
  msgstr "%{host} инициализирован в соответствии с правилом %{rule}"
93
102
 
@@ -95,7 +104,8 @@ msgstr "%{host} инициализирован в соответствии с п
95
104
  msgid "Unable to provision %{host}: %{errors}"
96
105
  msgstr ""
97
106
 
98
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:127 ../app/controllers/discovered_hosts_controller.rb:154
107
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:127
108
+ #: ../app/controllers/discovered_hosts_controller.rb:154
99
109
  msgid "No rule found for host %s"
100
110
  msgstr "Нет правил для %s"
101
111
 
@@ -103,11 +113,13 @@ msgstr "Нет правил для %s"
103
113
  msgid "Execute rules against all currently discovered hosts"
104
114
  msgstr "Применить правила ко всем обнаруженным узлам"
105
115
 
106
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138 ../app/controllers/discovered_hosts_controller.rb:160
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
117
+ #: ../app/controllers/discovered_hosts_controller.rb:160
107
118
  msgid "Errors during auto provisioning: %s"
108
119
  msgstr "Ошибки при автоматической инициализации: %s"
109
120
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:141 ../app/controllers/discovered_hosts_controller.rb:163
121
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:141
122
+ #: ../app/controllers/discovered_hosts_controller.rb:163
111
123
  msgid "No discovered hosts to provision"
112
124
  msgstr "Нет обнаруженных узлов"
113
125
 
@@ -127,7 +139,8 @@ msgstr "Перезагрузка обнаруженного узла"
127
139
  msgid "Rebooting all discovered hosts"
128
140
  msgstr ""
129
141
 
130
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:203 ../app/controllers/discovered_hosts_controller.rb:105
142
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:203
143
+ #: ../app/controllers/discovered_hosts_controller.rb:105
131
144
  msgid "Discovered hosts are rebooting now"
132
145
  msgstr ""
133
146
 
@@ -141,31 +154,33 @@ msgstr "Показать правило"
141
154
 
142
155
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:31
143
156
  msgid "represents rule name shown to the users"
144
- msgstr ""
157
+ msgstr "название правила, которое увидят пользователи"
145
158
 
146
159
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:32
147
160
  msgid "query to match discovered hosts for the particular rule"
148
- msgstr ""
161
+ msgstr "запрос, которому должны удовлетворять узлы, обнаруженные этим правилом"
149
162
 
150
163
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:33
151
164
  msgid "the hostgroup that is used to auto provision a host"
152
- msgstr ""
165
+ msgstr "группа узлов, которая будет выбрана при автоматической установке"
153
166
 
154
167
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
155
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
156
- msgstr ""
168
+ msgid ""
169
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
170
+ msgstr "определяет шаблон для присвоения понятных имен узлам"
157
171
 
158
172
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
159
173
  msgid "enables to limit maximum amount of provisioned hosts per rule"
160
- msgstr ""
174
+ msgstr "ограничивает максимальное число узлов для правила"
161
175
 
162
176
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
163
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
164
- msgstr ""
177
+ msgid ""
178
+ "puts the rules in order, low numbers go first. Must be greater then zero"
179
+ msgstr "упорядочивает правила по возрастанию. Должно быть больше нуля."
165
180
 
166
181
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
167
182
  msgid "flag is used for temporary shutdown of rules"
168
- msgstr ""
183
+ msgstr "этот флаг временно отключает правила"
169
184
 
170
185
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:41
171
186
  msgid "Create a discovery rule"
@@ -267,19 +282,23 @@ msgstr "Правило включено"
267
282
  msgid "%s ago"
268
283
  msgstr "%s назад"
269
284
 
270
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
285
+ #: ../app/helpers/discovered_hosts_helper.rb:15
286
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
271
287
  msgid "Provision"
272
288
  msgstr "Подготовка"
273
289
 
274
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
290
+ #: ../app/helpers/discovered_hosts_helper.rb:16
291
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
275
292
  msgid "Auto Provision"
276
293
  msgstr "Автоматически инициализировать"
277
294
 
278
- #: ../app/helpers/discovered_hosts_helper.rb:17 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:44
295
+ #: ../app/helpers/discovered_hosts_helper.rb:17
296
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:44
279
297
  msgid "Refresh facts"
280
298
  msgstr "Обновить факты"
281
299
 
282
- #: ../app/helpers/discovered_hosts_helper.rb:18 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:45
300
+ #: ../app/helpers/discovered_hosts_helper.rb:18
301
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:45
283
302
  msgid "Reboot"
284
303
  msgstr "Перезагрузить"
285
304
 
@@ -287,7 +306,8 @@ msgstr "Перезагрузить"
287
306
  msgid "Back"
288
307
  msgstr ""
289
308
 
290
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/helpers/discovered_hosts_helper.rb:46
309
+ #: ../app/helpers/discovered_hosts_helper.rb:23
310
+ #: ../app/helpers/discovered_hosts_helper.rb:46
291
311
  msgid "Select Action"
292
312
  msgstr "Выберите действие"
293
313
 
@@ -365,7 +385,7 @@ msgstr ""
365
385
 
366
386
  #: ../app/mailers/discovered_mailer.rb:4
367
387
  msgid "Must specify a user with email enabled"
368
- msgstr ""
388
+ msgstr "Необходимо указать пользователя с активным почтовым адресом"
369
389
 
370
390
  #: ../app/mailers/discovered_mailer.rb:15
371
391
  msgid "Discovered hosts summary"
@@ -380,27 +400,38 @@ msgid "must start with a letter or ERB."
380
400
  msgstr "должен начинаться с буквы или ERB"
381
401
 
382
402
  #: ../app/models/discovery_rule.rb:49
383
- msgid "Host group organization %s must also be associated to the discovery rule"
384
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
403
+ msgid ""
404
+ "Host group organization %s must also be associated to the discovery rule"
405
+ msgid_plural ""
406
+ "Host group organizations %s must also be associated to the discovery rule"
385
407
  msgstr[0] ""
386
408
  msgstr[1] ""
409
+ msgstr[2] ""
410
+ msgstr[3] ""
387
411
 
388
412
  #: ../app/models/discovery_rule.rb:55
389
413
  msgid "Host group location %s must also be associated to the discovery rule"
390
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
414
+ msgid_plural ""
415
+ "Host group locations %s must also be associated to the discovery rule"
391
416
  msgstr[0] ""
392
417
  msgstr[1] ""
418
+ msgstr[2] ""
419
+ msgstr[3] ""
393
420
 
394
421
  #: ../app/models/host/discovered.rb:34
395
422
  msgid "Invalid facts, must be a Hash"
396
423
  msgstr "Недопустимый формат фактов: ожидаются переменные и их значения"
397
424
 
398
425
  #: ../app/models/host/discovered.rb:39
399
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
426
+ msgid ""
427
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
428
+ "and set hostname"
400
429
  msgstr ""
401
430
 
402
431
  #: ../app/models/host/discovered.rb:46
403
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
432
+ msgid ""
433
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
434
+ "the discovery_hostname setting: %s"
404
435
  msgstr ""
405
436
 
406
437
  #: ../app/models/host/discovered.rb:107
@@ -452,7 +483,9 @@ msgid "List of facts to use for the hostname (separated by comma, first wins)"
452
483
  msgstr ""
453
484
 
454
485
  #: ../app/models/setting/discovered.rb:21
455
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
486
+ msgid ""
487
+ "Automatically provision newly discovered hosts, according to the "
488
+ "provisioning rules"
456
489
  msgstr "Автоматически инициализировать обнаруженные узлы в соответствии с заранее определенными правилами"
457
490
 
458
491
  #: ../app/models/setting/discovered.rb:22
@@ -500,7 +533,9 @@ msgid "Regex to organize facts for ipmi section"
500
533
  msgstr ""
501
534
 
502
535
  #: ../app/services/foreman_discovery/fact_parser.rb:9
503
- msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
536
+ msgid ""
537
+ "Unable to detect primary interface using MAC '%{mac}' specified by "
538
+ "discovery_fact '%{fact}'"
504
539
  msgstr ""
505
540
 
506
541
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -519,19 +554,30 @@ msgstr "Нет обнаруженных узлов"
519
554
  msgid "Host"
520
555
  msgstr "Узел"
521
556
 
522
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
557
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
558
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
559
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
560
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
561
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
523
562
  msgid "Model"
524
563
  msgstr "Модель"
525
564
 
526
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
565
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
566
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
567
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
568
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
527
569
  msgid "CPUs"
528
570
  msgstr "CPU"
529
571
 
530
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
572
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
573
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
574
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
575
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
531
576
  msgid "Memory"
532
577
  msgstr "Память"
533
578
 
534
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:136
579
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
580
+ #: ../lib/foreman_discovery/engine.rb:136
535
581
  msgid "Discovered hosts"
536
582
  msgstr "Обнаруженные узлы"
537
583
 
@@ -543,27 +589,38 @@ msgstr "выбрано. Чтобы очистить, снимите флажок
543
589
  msgid "Select all items in this page"
544
590
  msgstr "Выберите все элементы на этой странице"
545
591
 
546
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
592
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
593
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
594
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
595
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
547
596
  msgid "Name"
548
597
  msgstr "Имя"
549
598
 
550
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
599
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
600
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
601
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
551
602
  msgid "IP Address"
552
603
  msgstr "IP"
553
604
 
554
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
605
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
606
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
607
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
555
608
  msgid "Disk count"
556
609
  msgstr "Число дисков"
557
610
 
558
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
611
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
612
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
613
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
559
614
  msgid "Disks size"
560
615
  msgstr "Размер дисков"
561
616
 
562
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
617
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
618
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
563
619
  msgid "Location"
564
620
  msgstr "Расположение"
565
621
 
566
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
622
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
623
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
567
624
  msgid "Organization"
568
625
  msgstr "Организация"
569
626
 
@@ -604,7 +661,9 @@ msgid "Warning"
604
661
  msgstr "Предупреждение"
605
662
 
606
663
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
607
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
664
+ msgid ""
665
+ "This might take a while, as all hosts, facts and reports will be destroyed "
666
+ "as well"
608
667
  msgstr "Это может занять некоторое время, так как в ходе выполнения будут удалены узлы, статистика и все отчеты"
609
668
 
610
669
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -621,15 +680,15 @@ msgstr "Обнаружен узел: %s"
621
680
 
622
681
  #: ../app/views/discovered_hosts/show.html.erb:32
623
682
  msgid "Identifier"
624
- msgstr ""
683
+ msgstr "Идентификатор"
625
684
 
626
685
  #: ../app/views/discovered_hosts/show.html.erb:33
627
686
  msgid "MAC address"
628
- msgstr ""
687
+ msgstr "MAC-адрес"
629
688
 
630
689
  #: ../app/views/discovered_hosts/show.html.erb:34
631
690
  msgid "IP address"
632
- msgstr ""
691
+ msgstr "IP-адрес"
633
692
 
634
693
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
635
694
  msgid "Summary report for discovered hosts from Foreman"
@@ -639,11 +698,13 @@ msgstr ""
639
698
  msgid "<b>Foreman</b> Discovered hosts summary"
640
699
  msgstr ""
641
700
 
642
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
701
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
702
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
643
703
  msgid "Summary from %{time} ago to %{now}"
644
704
  msgstr ""
645
705
 
646
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
706
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
707
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
647
708
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
648
709
  msgstr ""
649
710
 
@@ -661,15 +722,15 @@ msgstr ""
661
722
 
662
723
  #: ../app/views/discovery_rules/_form.html.erb:5
663
724
  msgid "Primary"
664
- msgstr ""
725
+ msgstr "Основной"
665
726
 
666
727
  #: ../app/views/discovery_rules/_form.html.erb:7
667
728
  msgid "Locations"
668
- msgstr ""
729
+ msgstr "Адреса"
669
730
 
670
731
  #: ../app/views/discovery_rules/_form.html.erb:10
671
732
  msgid "Organizations"
672
- msgstr ""
733
+ msgstr "Организации"
673
734
 
674
735
  #: ../app/views/discovery_rules/_form.html.erb:22
675
736
  msgid "Target host group for this rule with all properties set"
@@ -680,15 +741,23 @@ msgid "Template"
680
741
  msgstr "Шаблон"
681
742
 
682
743
  #: ../app/views/discovery_rules/_form.html.erb:26
683
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
744
+ msgid ""
745
+ "Specify target hostname template pattern in the same syntax as in "
746
+ "Provisioning Templates (ERB)."
684
747
  msgstr "Определите шаблон целевого узла, используя синтаксис шаблонов инициализации (ERB)."
685
748
 
686
749
  #: ../app/views/discovery_rules/_form.html.erb:29
687
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
750
+ msgid ""
751
+ "Domain will be appended automatically. A hostname based on MAC address will "
752
+ "be used when left blank. In addition to @host attribute function rand for "
753
+ "random integers is available. Examples:"
688
754
  msgstr "Домен будет добавлен автоматически. Если имя узла не задано, будет использоваться MAC-адрес. Помимо атрибута @host, доступна функция rand для генерации случайных чисел. Примеры: "
689
755
 
690
756
  #: ../app/views/discovery_rules/_form.html.erb:42
691
- msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
757
+ msgid ""
758
+ "When creating hostname patterns, make sure the resulting host names are "
759
+ "unique. Hostnames must not start with numbers. A good approach is to use "
760
+ "unique information provided by facter (MAC address, BIOS or serial ID)."
692
761
  msgstr "Имя узла, полученное в результате преобразования шаблона, должно быть уникальным и не может начинаться с числа. Для этой цели можно использовать индивидуальные данные (MAC-адрес, серийный номер и пр.)"
693
762
 
694
763
  #: ../app/views/discovery_rules/_form.html.erb:43
@@ -753,23 +822,8 @@ msgstr ""
753
822
 
754
823
  #: ../lib/foreman_discovery/engine.rb:141
755
824
  msgid "Discovery rules"
756
- msgstr ""
825
+ msgstr "Правила поиска"
757
826
 
758
827
  #: ../lib/foreman_discovery/engine.rb:146
759
828
  msgid "Discovery widget"
760
- msgstr ""
761
-
762
- #~ msgid "Disable rule?"
763
- #~ msgstr "Отключить правило?"
764
-
765
- #~ msgid "Enable rule?"
766
- #~ msgstr "Включить правило?"
767
-
768
- #~ msgid "Fact"
769
- #~ msgstr "Аргумент"
770
-
771
- #~ msgid "Facts discovered on this host"
772
- #~ msgstr "Обнаружена статистика хоста"
773
-
774
- #~ msgid "Value"
775
- #~ msgstr "Значение"
829
+ msgstr "Виджет поиска"