foreman_discovery 9.1.3 → 9.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,10 +10,10 @@
10
10
  # Yulia <yulia.poyarkova@redhat.com>, 2016
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 9.1.2\n"
13
+ "Project-Id-Version: foreman_discovery 9.1.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2017-06-14 13:49+0200\n"
16
- "PO-Revision-Date: 2017-08-03 17:21+0000\n"
15
+ "POT-Creation-Date: 2017-10-17 15:39+0200\n"
16
+ "PO-Revision-Date: 2017-10-17 23:23+0000\n"
17
17
  "Last-Translator: Lukáš Zapletal\n"
18
18
  "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -50,98 +50,103 @@ msgstr "количество записей на запрос"
50
50
  msgid "Show a discovered host"
51
51
  msgstr "Показать обнаруженный узел"
52
52
 
53
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:40
53
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
54
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
55
+ msgid "DHCP filename option (Grub2 or PXELinux by default)"
56
+ msgstr ""
57
+
58
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:41
54
59
  msgid "Create a discovered host for testing (use /facts to create new hosts)"
55
60
  msgstr "Создать узел на базе обнаруженного для тестирования (используйте /facts для создания новых узлов)"
56
61
 
57
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:48
62
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:50
58
63
  msgid "Provision a discovered host"
59
64
  msgstr "Подготовить обнаруженный узел"
60
65
 
61
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:53
66
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
62
67
  msgid "not required if using a subnet with DHCP proxy"
63
68
  msgstr "не требуется, если используется подсеть с DHCP-прокси"
64
69
 
65
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54
70
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:56
66
71
  msgid "not required if it's a virtual machine"
67
72
  msgstr "не требуется для виртуальных машин"
68
73
 
69
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
74
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
70
75
  msgid ""
71
76
  "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
72
77
  msgstr "UUID для отслеживания состояния задач оркестрации: GET /api/orchestration/:UUID/tasks"
73
78
 
74
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
79
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
75
80
  msgid ""
76
81
  "required if value is not inherited from host group or default password in "
77
82
  "settings"
78
83
  msgstr "обязательно, если пароль не унаследован от группы узлов или заданного по умолчанию пароля"
79
84
 
80
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
85
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
81
86
  msgid "Delete a discovered host"
82
87
  msgstr "Удалить обнаруженный узел"
83
88
 
84
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
89
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
85
90
  msgid "Upload facts for a host, creating the host if required"
86
91
  msgstr "Загрузить факты узла и, если необходимо, создать узел"
87
92
 
88
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
93
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
89
94
  msgid ""
90
95
  "hash containing facts for the host with minimum set of facts: "
91
96
  "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
92
97
  "eth0 (example in case primary interface is named eth0)"
93
98
  msgstr "хэш с минимальным набором фактов узла: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (в этих примерах подразумевается, что основной интерфейс имеет имя eth0)"
94
99
 
95
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:113
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
96
101
  msgid "Execute rules against a discovered host"
97
102
  msgstr "Применить правила к обнаруженному узлу"
98
103
 
99
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:119
100
- #: ../app/controllers/discovered_hosts_controller.rb:162
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:123
105
+ #: ../app/controllers/discovered_hosts_controller.rb:152
101
106
  msgid "Host %{host} was provisioned with rule %{rule}"
102
107
  msgstr "%{host} был подготовлен в соответствии с правилом %{rule}"
103
108
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
109
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
105
110
  msgid "Unable to provision %{host}: %{errors}"
106
111
  msgstr "Не удалось подготовить %{host}: %{errors}"
107
112
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:128
109
- #: ../app/controllers/discovered_hosts_controller.rb:169
113
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:132
114
+ #: ../app/controllers/discovered_hosts_controller.rb:159
110
115
  msgid "No rule found for host %s"
111
116
  msgstr "Нет правил для %s"
112
117
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135
118
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
114
119
  msgid "Execute rules against all currently discovered hosts"
115
120
  msgstr "Применить правила ко всем обнаруженным узлам"
116
121
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
118
- #: ../app/controllers/discovered_hosts_controller.rb:175
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:143
123
+ #: ../app/controllers/discovered_hosts_controller.rb:165
119
124
  msgid "Errors during auto provisioning: %s"
120
125
  msgstr "Ошибки при автоматической подготовке: %s"
121
126
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
123
- #: ../app/controllers/discovered_hosts_controller.rb:178
127
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:146
128
+ #: ../app/controllers/discovered_hosts_controller.rb:168
124
129
  msgid "No discovered hosts to provision"
125
130
  msgstr "Нет обнаруженных узлов"
126
131
 
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:164
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:168
128
133
  msgid "%s discovered hosts were provisioned"
129
134
  msgstr "Подготовлено узлов: %s"
130
135
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:175
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:179
132
137
  msgid "Refreshing the facts of a discovered host"
133
138
  msgstr "Обновление фактов узла"
134
139
 
135
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:184
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:188
136
141
  msgid "Rebooting a discovered host"
137
142
  msgstr "Перезагрузка обнаруженного узла"
138
143
 
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:193
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:197
140
145
  msgid "Rebooting all discovered hosts"
141
146
  msgstr "Перезагрузка всех обнаруженных узлов"
142
147
 
143
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:204
144
- #: ../app/controllers/discovered_hosts_controller.rb:120
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:208
149
+ #: ../app/controllers/discovered_hosts_controller.rb:125
145
150
  msgid "Discovered hosts are rebooting now"
146
151
  msgstr "Выполняется перезагрузка обнаруженных узлов"
147
152
 
@@ -215,95 +220,95 @@ msgstr "Ошибки при перезагрузке: %s"
215
220
  msgid "No discovered hosts to reboot"
216
221
  msgstr "Нет узлов для перезагрузки"
217
222
 
218
- #: ../app/controllers/discovered_hosts_controller.rb:57
223
+ #: ../app/controllers/discovered_hosts_controller.rb:61
219
224
  msgid "Successfully provisioned %s"
220
225
  msgstr ""
221
226
 
222
- #: ../app/controllers/discovered_hosts_controller.rb:88
227
+ #: ../app/controllers/discovered_hosts_controller.rb:93
223
228
  msgid "Facts refreshed for %s"
224
229
  msgstr "Факты %s были обновлены"
225
230
 
226
- #: ../app/controllers/discovered_hosts_controller.rb:90
231
+ #: ../app/controllers/discovered_hosts_controller.rb:95
227
232
  msgid "Failed to refresh facts for %s"
228
233
  msgstr "Не удалось обновить факты %s"
229
234
 
230
- #: ../app/controllers/discovered_hosts_controller.rb:93
235
+ #: ../app/controllers/discovered_hosts_controller.rb:98
231
236
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
232
237
  msgstr "Не удалось обновить факты %{hostname}. Ошибка: %{error_message}"
233
238
 
234
- #: ../app/controllers/discovered_hosts_controller.rb:100
239
+ #: ../app/controllers/discovered_hosts_controller.rb:105
235
240
  msgid "Host of type %s can not be rebooted"
236
241
  msgstr "Узел типа %s не может быть перезагружен"
237
242
 
238
- #: ../app/controllers/discovered_hosts_controller.rb:104
243
+ #: ../app/controllers/discovered_hosts_controller.rb:109
239
244
  msgid "Rebooting host %s"
240
245
  msgstr "Перезагрузка %s"
241
246
 
242
- #: ../app/controllers/discovered_hosts_controller.rb:106
247
+ #: ../app/controllers/discovered_hosts_controller.rb:111
243
248
  msgid "Failed to reboot host %s"
244
249
  msgstr "Не удалось перезагрузить %s"
245
250
 
246
- #: ../app/controllers/discovered_hosts_controller.rb:109
251
+ #: ../app/controllers/discovered_hosts_controller.rb:114
247
252
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
248
253
  msgstr "Не удалось перезагрузить %{hostname}. Ошибка: %{error_message}"
249
254
 
250
- #: ../app/controllers/discovered_hosts_controller.rb:123
255
+ #: ../app/controllers/discovered_hosts_controller.rb:128
251
256
  msgid "Failed to reboot hosts with error %s"
252
257
  msgstr "Не удалось перезагрузить узлы. Ошибка: %s"
253
258
 
254
- #: ../app/controllers/discovered_hosts_controller.rb:137
259
+ #: ../app/controllers/discovered_hosts_controller.rb:142
255
260
  msgid "Destroyed selected hosts"
256
261
  msgstr "Узлы удалены"
257
262
 
258
- #: ../app/controllers/discovered_hosts_controller.rb:139
263
+ #: ../app/controllers/discovered_hosts_controller.rb:144
259
264
  msgid "The following hosts were not deleted: %s"
260
265
  msgstr "Узлы не были удалены: %s"
261
266
 
262
- #: ../app/controllers/discovered_hosts_controller.rb:166
267
+ #: ../app/controllers/discovered_hosts_controller.rb:156
263
268
  msgid "Failed to auto provision host %s: %s"
264
269
  msgstr "Не удалось автоматически подготовить узел %s: %s"
265
270
 
266
- #: ../app/controllers/discovered_hosts_controller.rb:194
271
+ #: ../app/controllers/discovered_hosts_controller.rb:184
267
272
  msgid "Discovered hosts are provisioning now"
268
273
  msgstr "Выполняется подготовка обнаруженных узлов"
269
274
 
270
- #: ../app/controllers/discovered_hosts_controller.rb:223
275
+ #: ../app/controllers/discovered_hosts_controller.rb:213
271
276
  msgid "Highlights"
272
277
  msgstr "Основные"
273
278
 
274
- #: ../app/controllers/discovered_hosts_controller.rb:223
279
+ #: ../app/controllers/discovered_hosts_controller.rb:213
275
280
  msgid "Storage"
276
281
  msgstr "Хранилище"
277
282
 
278
- #: ../app/controllers/discovered_hosts_controller.rb:223
283
+ #: ../app/controllers/discovered_hosts_controller.rb:213
279
284
  msgid "Hardware"
280
285
  msgstr "Оборудование"
281
286
 
282
- #: ../app/controllers/discovered_hosts_controller.rb:223
287
+ #: ../app/controllers/discovered_hosts_controller.rb:213
283
288
  msgid "Network"
284
289
  msgstr "Сеть"
285
290
 
286
- #: ../app/controllers/discovered_hosts_controller.rb:223
291
+ #: ../app/controllers/discovered_hosts_controller.rb:213
287
292
  msgid "Software"
288
293
  msgstr "Программное обеспечение"
289
294
 
290
- #: ../app/controllers/discovered_hosts_controller.rb:223
295
+ #: ../app/controllers/discovered_hosts_controller.rb:213
291
296
  msgid "IPMI"
292
297
  msgstr "IPMI"
293
298
 
294
- #: ../app/controllers/discovered_hosts_controller.rb:223
299
+ #: ../app/controllers/discovered_hosts_controller.rb:213
295
300
  msgid "Miscellaneous"
296
301
  msgstr "Прочее"
297
302
 
298
- #: ../app/controllers/discovered_hosts_controller.rb:300
303
+ #: ../app/controllers/discovered_hosts_controller.rb:290
299
304
  msgid "No hosts were found with that id or name"
300
305
  msgstr "Нет узла с таким идентификатором или именем"
301
306
 
302
- #: ../app/controllers/discovered_hosts_controller.rb:304
307
+ #: ../app/controllers/discovered_hosts_controller.rb:294
303
308
  msgid "No hosts selected"
304
309
  msgstr "Не выбран узел"
305
310
 
306
- #: ../app/controllers/discovered_hosts_controller.rb:310
311
+ #: ../app/controllers/discovered_hosts_controller.rb:300
307
312
  msgid "Something went wrong while selecting hosts - %s"
308
313
  msgstr "Непредвиденное поведение при выборе узлов: %s"
309
314
 
@@ -340,7 +345,7 @@ msgid "Back"
340
345
  msgstr "Назад"
341
346
 
342
347
  #: ../app/helpers/discovered_hosts_helper.rb:21
343
- #: ../app/helpers/discovered_hosts_helper.rb:38
348
+ #: ../app/helpers/discovered_hosts_helper.rb:37
344
349
  msgid "Select Action"
345
350
  msgstr "Действия"
346
351
 
@@ -348,51 +353,53 @@ msgstr "Действия"
348
353
  msgid "Expand All"
349
354
  msgstr "Развернуть все"
350
355
 
351
- #: ../app/helpers/discovered_hosts_helper.rb:28
356
+ #: ../app/helpers/discovered_hosts_helper.rb:27
352
357
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
353
358
  msgid "Delete %s?"
354
359
  msgstr "Удалить %s?"
355
360
 
356
- #: ../app/helpers/discovered_hosts_helper.rb:34
361
+ #: ../app/helpers/discovered_hosts_helper.rb:33
357
362
  msgid "Delete hosts"
358
363
  msgstr "Удалить узлы"
359
364
 
360
- #: ../app/helpers/discovered_hosts_helper.rb:35
365
+ #: ../app/helpers/discovered_hosts_helper.rb:34
361
366
  msgid "Assign Organization"
362
367
  msgstr "Назначить организацию"
363
368
 
364
- #: ../app/helpers/discovered_hosts_helper.rb:36
369
+ #: ../app/helpers/discovered_hosts_helper.rb:35
365
370
  msgid "Assign Location"
366
371
  msgstr "Выбрать местоположение"
367
372
 
368
- #: ../app/helpers/discovered_hosts_helper.rb:40
373
+ #: ../app/helpers/discovered_hosts_helper.rb:39
369
374
  msgid "%s - The following hosts are about to be changed"
370
375
  msgstr "%s — узлы будут изменены"
371
376
 
372
- #: ../app/helpers/discovered_hosts_helper.rb:49
377
+ #: ../app/helpers/discovered_hosts_helper.rb:48
373
378
  #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
374
379
  msgid "N/A"
375
380
  msgstr "нет"
376
381
 
377
- #: ../app/helpers/discovered_hosts_helper.rb:61
382
+ #: ../app/helpers/discovered_hosts_helper.rb:60
378
383
  msgid "New in the last 24 hours"
379
384
  msgstr "Новое за последние 24 часа"
380
385
 
381
- #: ../app/helpers/discovered_hosts_helper.rb:65
386
+ #: ../app/helpers/discovered_hosts_helper.rb:64
382
387
  msgid "Not reported in more than 7 days"
383
388
  msgstr "Не было данных за последние 7 дней"
384
389
 
385
- #: ../app/helpers/discovered_hosts_helper.rb:69
390
+ #: ../app/helpers/discovered_hosts_helper.rb:68
386
391
  msgid "Reported in the last 7 days"
387
392
  msgstr "Были данные за последние 7 дней"
388
393
 
389
- #: ../app/helpers/discovered_hosts_helper.rb:93
394
+ #: ../app/helpers/discovered_hosts_helper.rb:92
390
395
  msgid "Provision"
391
396
  msgstr "Подготовить"
392
397
 
393
398
  #: ../app/helpers/discovery_rules_helper.rb:26
394
399
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
395
- #: ../lib/foreman_discovery/engine.rb:165
400
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
401
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
402
+ #: ../lib/foreman_discovery/engine.rb:166
396
403
  msgid "Discovered Hosts"
397
404
  msgstr "Обнаруженные узлы"
398
405
 
@@ -475,43 +482,43 @@ msgstr "Недействительные факты: строка не соде
475
482
  msgid "Facts could not be imported"
476
483
  msgstr ""
477
484
 
478
- #: ../app/models/host/discovered.rb:116
485
+ #: ../app/models/host/discovered.rb:133
479
486
  msgid "Unable to assign subnet, primary interface is missing IP address"
480
487
  msgstr "Не удалось выбрать подсеть: не определен IP-адрес основного интерфейса"
481
488
 
482
- #: ../app/models/host/discovered.rb:174
489
+ #: ../app/models/host/discovered.rb:190
483
490
  msgid "Could not get facts from proxy %{url}: %{error}"
484
491
  msgstr "Не удалось получить факты с %{url}: %{error}"
485
492
 
486
- #: ../app/models/host/discovered.rb:190
493
+ #: ../app/models/host/discovered.rb:198
487
494
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
488
495
  msgstr "Не удалось перезагрузить %{name} с %{url}: %{msg}"
489
496
 
490
- #: ../app/models/host/discovered.rb:198
497
+ #: ../app/models/host/discovered.rb:206
491
498
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
492
499
  msgstr "Не удалось выполнить kexec на %{name} с %{url}: %{msg}"
493
500
 
494
- #: ../app/models/host/discovered.rb:217
501
+ #: ../app/models/host/discovered.rb:225
495
502
  msgid "Invalid hostname: Could not normalize the hostname"
496
503
  msgstr "Не удалось нормализовать имя узла"
497
504
 
498
- #: ../app/models/host/managed_extensions.rb:23
505
+ #: ../app/models/host/managed_extensions.rb:20
499
506
  msgid "Reloading kernel on %s"
500
507
  msgstr "Перезагрузка ядра на %s"
501
508
 
502
- #: ../app/models/host/managed_extensions.rb:25
509
+ #: ../app/models/host/managed_extensions.rb:22
503
510
  msgid "Rebooting %s"
504
511
  msgstr "Перезагрузка %s"
505
512
 
506
- #: ../app/models/host/managed_extensions.rb:46
513
+ #: ../app/models/host/managed_extensions.rb:43
507
514
  msgid "Kexec template not associated with operating system"
508
515
  msgstr "Шаблон kexec не привязан к операционной системе"
509
516
 
510
- #: ../app/models/host/managed_extensions.rb:51
517
+ #: ../app/models/host/managed_extensions.rb:48
511
518
  msgid "Kernel kexec URL is invalid: '%s'"
512
519
  msgstr ""
513
520
 
514
- #: ../app/models/host/managed_extensions.rb:52
521
+ #: ../app/models/host/managed_extensions.rb:49
515
522
  msgid "Init RAM kexec URL is invalid: '%s'"
516
523
  msgstr ""
517
524
 
@@ -723,15 +730,11 @@ msgstr "CPU"
723
730
  msgid "Memory"
724
731
  msgstr "Память"
725
732
 
726
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:7
727
- msgid "Select initial host properties"
733
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
734
+ msgid "Customize Host"
728
735
  msgstr ""
729
736
 
730
737
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
731
- msgid "Quick Create"
732
- msgstr ""
733
-
734
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
735
738
  msgid "Create Host"
736
739
  msgstr ""
737
740
 
@@ -806,11 +809,7 @@ msgstr "Перезагрузить все"
806
809
  msgid "Auto Provision All"
807
810
  msgstr "Автоматически подготовить все"
808
811
 
809
- #: ../app/views/discovered_hosts/multiple_destroy.html.erb:4
810
- msgid "Warning"
811
- msgstr "Предупреждение"
812
-
813
- #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
812
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
814
813
  msgid ""
815
814
  "This might take a while, as all hosts, facts and reports will be destroyed "
816
815
  "as well"
@@ -848,6 +847,20 @@ msgstr "MAC"
848
847
  msgid "IP address"
849
848
  msgstr "IP"
850
849
 
850
+ #: ../app/views/discovered_hosts/welcome.html.erb:7
851
+ msgid "No discovered hosts found in this context."
852
+ msgstr ""
853
+
854
+ #: ../app/views/discovered_hosts/welcome.html.erb:8
855
+ msgid ""
856
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
857
+ "provisioned."
858
+ msgstr ""
859
+
860
+ #: ../app/views/discovered_hosts/welcome.html.erb:9
861
+ msgid "Learn more about this in the documentation."
862
+ msgstr ""
863
+
851
864
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
852
865
  msgid "Summary report for discovered hosts from Foreman"
853
866
  msgstr "Сводный отчет Foreman по обнаруженным узлам"
@@ -1006,29 +1019,29 @@ msgstr ""
1006
1019
  msgid "Details"
1007
1020
  msgstr ""
1008
1021
 
1009
- #: ../lib/foreman_discovery/engine.rb:150
1022
+ #: ../lib/foreman_discovery/engine.rb:151
1010
1023
  msgid "Discovered hosts"
1011
1024
  msgstr "Обнаруженные узлы"
1012
1025
 
1013
- #: ../lib/foreman_discovery/engine.rb:155
1026
+ #: ../lib/foreman_discovery/engine.rb:156
1014
1027
  msgid "Discovery rules"
1015
1028
  msgstr "Правила обнаружения"
1016
1029
 
1017
- #: ../lib/foreman_discovery/engine.rb:171
1030
+ #: ../lib/foreman_discovery/engine.rb:172
1018
1031
  msgid "Discovery Kexec template"
1019
1032
  msgstr ""
1020
1033
 
1021
- #: ../lib/foreman_discovery/engine.rb:180
1034
+ #: ../lib/foreman_discovery/engine.rb:181
1022
1035
  msgid "Discovery Proxy"
1023
1036
  msgstr ""
1024
1037
 
1025
- #: ../lib/foreman_discovery/engine.rb:181
1038
+ #: ../lib/foreman_discovery/engine.rb:182
1026
1039
  msgid ""
1027
1040
  "Discovery Proxy to use within this subnet for managing connection to "
1028
1041
  "discovered hosts"
1029
1042
  msgstr ""
1030
1043
 
1031
- #: ../lib/foreman_discovery/engine.rb:182
1044
+ #: ../lib/foreman_discovery/engine.rb:183
1032
1045
  msgid ""
1033
1046
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1034
1047
  "discovered hosts"