foreman_discovery 19.0.5 → 20.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1108 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_discovery package.
4
+ #
5
+ # Translators:
6
+ # Denis Denis <stereodenis@gmail.com>, 2014
7
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2014
8
+ # Denis Denis <stereodenis@gmail.com>, 2014
9
+ # Vladimir Pavlov <v.pavlov@i-teco.ru>, 2015
10
+ # Yulia <yulia.poyarkova@redhat.com>, 2016
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: foreman_discovery 18.0.1\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "POT-Creation-Date: 2021-11-25 10:15+0100\n"
16
+ "PO-Revision-Date: 2021-09-20 17:24+0000\n"
17
+ "Last-Translator: Transifex Bot <>\n"
18
+ "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
19
+ "\n"
20
+ "MIME-Version: 1.0\n"
21
+ "Content-Type: text/plain; charset=UTF-8\n"
22
+ "Content-Transfer-Encoding: 8bit\n"
23
+ "Language: ru\n"
24
+ "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
25
+ "4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=1"
26
+ "1 && n%100<=14)? 2 : 3);\n"
27
+
28
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
29
+ msgid "List all discovered hosts"
30
+ msgstr "Показать все обнаруженные узлы"
31
+
32
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
33
+ msgid "filter results"
34
+ msgstr "отфильтровать результаты"
35
+
36
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
37
+ msgid "sort results"
38
+ msgstr "отсортировать результаты"
39
+
40
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
41
+ msgid "paginate results"
42
+ msgstr "постраничный вывод"
43
+
44
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
45
+ msgid "number of entries per request"
46
+ msgstr "количество записей на запрос"
47
+
48
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:26
49
+ msgid "Show a discovered host"
50
+ msgstr "Показать обнаруженный узел"
51
+
52
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
53
+ msgid "DHCP filename option (Grub2 or PXELinux by default)"
54
+ msgstr ""
55
+
56
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:41
57
+ msgid "Create a discovered host for testing (use /facts to create new hosts)"
58
+ msgstr "Создать узел на базе обнаруженного для тестирования (используйте /facts для создания новых узлов)"
59
+
60
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:50
61
+ msgid "Provision a discovered host"
62
+ msgstr "Подготовить обнаруженный узел"
63
+
64
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
65
+ msgid "required if host is managed and value is not inherited from host group"
66
+ msgstr "требуется, если узел уже контролируется, но значение не было унаследовано от группы узлов"
67
+
68
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
69
+ msgid "not required if using a subnet with DHCP proxy"
70
+ msgstr "не требуется, если используется подсеть с DHCP прокси"
71
+
72
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:56
73
+ msgid "not required if it's a virtual machine"
74
+ msgstr "не требуется для виртуальных машин"
75
+
76
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
77
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
78
+ msgstr "требуется, если подготовка управляемого узла осуществляется без участия образов и при этом значение не было унаследовано от группы узлов"
79
+
80
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
81
+ msgid "required if host is managed and custom partition has not been defined"
82
+ msgstr "требуется, если узел находится под управлением, но собственный раздел не был объявлен"
83
+
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
85
+ msgid "Host's owner type"
86
+ msgstr "Тип владельца узла"
87
+
88
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
89
+ msgid "Host's parameters (array or indexed hash)"
90
+ msgstr "Параметры узла (массив или индексированный хэш)"
91
+
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
93
+ msgid "Name of the parameter"
94
+ msgstr "Название параметра"
95
+
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
97
+ msgid "Parameter value"
98
+ msgstr "Значение параметра"
99
+
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
101
+ msgid "Type of value"
102
+ msgstr "Тип значения"
103
+
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
105
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
106
+ msgstr "UUID для отслеживания состояния задач оркестрации, GET /api/orchestration/:UUID/tasks"
107
+
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
109
+ msgid "required if value is not inherited from host group or default password in settings"
110
+ msgstr "обязательно, если пароль не унаследован от группы узлов или заданного по умолчанию пароля"
111
+
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
113
+ msgid "Delete a discovered host"
114
+ msgstr "Удалить обнаруженный узел"
115
+
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
117
+ msgid "Upload facts for a host, creating the host if required"
118
+ msgstr "Загрузить факты узла, требуемые для создания узла"
119
+
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
121
+ 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)"
122
+ msgstr "хэш с минимальным набором фактов узла: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (в этих примерах подразумевается, что основной интерфейс имеет имя eth0)"
123
+
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
125
+ msgid "Execute rules against a discovered host"
126
+ msgstr "Применить правила к обнаруженному узлу"
127
+
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:163
129
+ msgid "Host %{host} was provisioned with rule %{rule}"
130
+ msgstr "%{host} был подготовлен в соответствии с правилом %{rule}"
131
+
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
133
+ msgid "Unable to provision %{host}: %{errors}"
134
+ msgstr "Не удалось подготовить %{host}: %{errors}"
135
+
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:170
137
+ msgid "No rule found for host %s"
138
+ msgstr "Нет правил для %s"
139
+
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
141
+ msgid "Execute rules against all currently discovered hosts"
142
+ msgstr "Применить правила ко всем обнаруженным узлам"
143
+
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:176
145
+ msgid "Errors during auto provisioning: %s"
146
+ msgstr "Ошибки при автоматической подготовке: %s"
147
+
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:179
149
+ msgid "No discovered hosts to provision"
150
+ msgstr "Нет обнаруженных узлов"
151
+
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
153
+ msgid "%s discovered hosts were provisioned"
154
+ msgstr "Подготовлено узлов: %s"
155
+
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
157
+ msgid "Refreshing the facts of a discovered host"
158
+ msgstr "Обновление фактов узла"
159
+
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
161
+ msgid "Rebooting a discovered host"
162
+ msgstr "Перезагрузка обнаруженного узла"
163
+
164
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
165
+ msgid "Rebooting all discovered hosts"
166
+ msgstr "Перезагрузка всех обнаруженных узлов"
167
+
168
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:132
169
+ msgid "Discovered hosts are rebooting now"
170
+ msgstr "Выполняется перезагрузка обнаруженных узлов"
171
+
172
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:14
173
+ msgid "List all discovery rules"
174
+ msgstr "Показать все правила обнаружения"
175
+
176
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:24
177
+ msgid "Show a discovery rule"
178
+ msgstr "Показать правило"
179
+
180
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:32
181
+ msgid "represents rule name shown to the users"
182
+ msgstr "название правила, которое увидят пользователи"
183
+
184
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:33
185
+ msgid "query to match discovered hosts for the particular rule"
186
+ msgstr "запрос для поиска соответствий среди узлов для этого правила"
187
+
188
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
189
+ msgid "the hostgroup that is used to auto provision a host"
190
+ msgstr "группа узлов, которая будет выбрана при автоматической подготовке узлов"
191
+
192
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
193
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
194
+ msgstr "шаблон для присвоения узлам понятных имен"
195
+
196
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
197
+ msgid "enables to limit maximum amount of provisioned hosts per rule"
198
+ msgstr "максимальное число узлов для указанного правила"
199
+
200
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
201
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
202
+ msgstr "приоритет правила (должен быть больше 0). Правила выбираются по возрастанию приоритета"
203
+
204
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
205
+ msgid "flag is used for temporary shutdown of rules"
206
+ msgstr "этот флаг временно отключает правила"
207
+
208
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:39
209
+ msgid "location ID for provisioned hosts"
210
+ msgstr ""
211
+
212
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:40
213
+ msgid "organization ID for provisioned hosts"
214
+ msgstr ""
215
+
216
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:44
217
+ msgid "Create a discovery rule"
218
+ msgstr "Создать правило"
219
+
220
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:53
221
+ msgid "Update a rule"
222
+ msgstr "Обновить правило"
223
+
224
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:61
225
+ msgid "Delete a rule"
226
+ msgstr "Удалить правило"
227
+
228
+ #: ../app/controllers/api/v2/fact_values_controller_extensions.rb:7
229
+ msgid "List all fact values of a given discovered host"
230
+ msgstr ""
231
+
232
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
233
+ msgid "Unable to find a discovery rule, no host provided (check permissions)"
234
+ msgstr "Не удалось найти правило: необходимо указать узел. Проверьте разрешения."
235
+
236
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:43
237
+ msgid "No hostgroup associated with rule '%s'"
238
+ msgstr "Правило «%s» не связано ни с одной группой узлов"
239
+
240
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
241
+ msgid "Errors during reboot: %s"
242
+ msgstr "Ошибки при перезагрузке: %s"
243
+
244
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
245
+ msgid "No discovered hosts to reboot"
246
+ msgstr "Нет узлов для перезагрузки"
247
+
248
+ #: ../app/controllers/discovered_hosts_controller.rb:66
249
+ msgid "Successfully provisioned %s"
250
+ msgstr ""
251
+
252
+ #: ../app/controllers/discovered_hosts_controller.rb:100
253
+ msgid "Facts refreshed for %s"
254
+ msgstr "Факты %s были обновлены"
255
+
256
+ #: ../app/controllers/discovered_hosts_controller.rb:102
257
+ msgid "Failed to refresh facts for %s"
258
+ msgstr "Не удалось обновить факты %s"
259
+
260
+ #: ../app/controllers/discovered_hosts_controller.rb:105
261
+ msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
262
+ msgstr "Не удалось обновить факты %{hostname}. Ошибка: %{error_message}"
263
+
264
+ #: ../app/controllers/discovered_hosts_controller.rb:112
265
+ msgid "Host of type %s can not be rebooted"
266
+ msgstr "Узел типа %s не может быть перезагружен"
267
+
268
+ #: ../app/controllers/discovered_hosts_controller.rb:116
269
+ msgid "Rebooting host %s"
270
+ msgstr "Перезагрузка %s"
271
+
272
+ #: ../app/controllers/discovered_hosts_controller.rb:118
273
+ msgid "Failed to reboot host %s"
274
+ msgstr "Не удалось перезагрузить %s"
275
+
276
+ #: ../app/controllers/discovered_hosts_controller.rb:121
277
+ msgid "Failed to reboot host %{hostname} with error %{error_message}"
278
+ msgstr "Не удалось перезагрузить %{hostname}. Ошибка: %{error_message}"
279
+
280
+ #: ../app/controllers/discovered_hosts_controller.rb:135
281
+ msgid "Failed to reboot hosts with error %s"
282
+ msgstr "Не удалось перезагрузить узлы. Ошибка: %s"
283
+
284
+ #: ../app/controllers/discovered_hosts_controller.rb:153
285
+ msgid "Destroyed selected hosts"
286
+ msgstr "Узлы удалены"
287
+
288
+ #: ../app/controllers/discovered_hosts_controller.rb:155
289
+ msgid "The following hosts were not deleted: %s"
290
+ msgstr "Узлы не были удалены: %s"
291
+
292
+ #: ../app/controllers/discovered_hosts_controller.rb:167
293
+ msgid "Failed to auto provision host %s: %s"
294
+ msgstr "Не удалось автоматически подготовить узел %s: %s"
295
+
296
+ #: ../app/controllers/discovered_hosts_controller.rb:195
297
+ msgid "Discovered hosts are provisioning now"
298
+ msgstr "Выполняется подготовка обнаруженных узлов"
299
+
300
+ #: ../app/controllers/discovered_hosts_controller.rb:280
301
+ msgid "Discovered host reported from unknown subnet, communication will not be proxied."
302
+ msgstr ""
303
+
304
+ #: ../app/controllers/discovered_hosts_controller.rb:285
305
+ msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
306
+ msgstr ""
307
+
308
+ #: ../app/controllers/discovered_hosts_controller.rb:299
309
+ msgid "No hosts were found with that id or name"
310
+ msgstr "Нет узла с таким идентификатором или именем"
311
+
312
+ #: ../app/controllers/discovered_hosts_controller.rb:303
313
+ msgid "No hosts selected"
314
+ msgstr "Не выбран узел"
315
+
316
+ #: ../app/controllers/discovered_hosts_controller.rb:309
317
+ msgid "Something went wrong while selecting hosts - %s"
318
+ msgstr "Непредвиденное поведение при выборе узлов: %s"
319
+
320
+ #: ../app/controllers/discovery_rules_controller.rb:79
321
+ msgid "Rule enabled"
322
+ msgstr "Правило включено"
323
+
324
+ #: ../app/controllers/discovery_rules_controller.rb:79
325
+ msgid "Rule disabled"
326
+ msgstr "Правило отключено"
327
+
328
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
329
+ msgid "Auto Provision"
330
+ msgstr "Автоматическая подготовка"
331
+
332
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
333
+ msgid "Refresh facts"
334
+ msgstr "Обновить факты"
335
+
336
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
337
+ msgid "Reboot"
338
+ msgstr "Перезагрузить"
339
+
340
+ #: ../app/helpers/discovered_hosts_helper.rb:19
341
+ msgid "Back"
342
+ msgstr "Назад"
343
+
344
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
345
+ msgid "Select Action"
346
+ msgstr "Действия"
347
+
348
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
349
+ msgid "Delete %s?"
350
+ msgstr "Удалить %s?"
351
+
352
+ #: ../app/helpers/discovered_hosts_helper.rb:31
353
+ msgid "Assign Organization"
354
+ msgstr "Назначить организацию"
355
+
356
+ #: ../app/helpers/discovered_hosts_helper.rb:32
357
+ msgid "Assign Location"
358
+ msgstr "Выбрать местоположение"
359
+
360
+ #: ../app/helpers/discovered_hosts_helper.rb:33
361
+ msgid "Delete"
362
+ msgstr "Удалить"
363
+
364
+ #: ../app/helpers/discovered_hosts_helper.rb:37
365
+ msgid "%s - The following hosts are about to be changed"
366
+ msgstr "%s — узлы будут изменены"
367
+
368
+ #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
369
+ msgid "N/A"
370
+ msgstr "нет"
371
+
372
+ #: ../app/helpers/discovered_hosts_helper.rb:58
373
+ msgid "New in the last 24 hours"
374
+ msgstr "Новое за последние 24 часа"
375
+
376
+ #: ../app/helpers/discovered_hosts_helper.rb:62
377
+ msgid "Not reported in more than 7 days"
378
+ msgstr "Не было данных за последние 7 дней"
379
+
380
+ #: ../app/helpers/discovered_hosts_helper.rb:66
381
+ msgid "Reported in the last 7 days"
382
+ msgstr "Были данные за последние 7 дней"
383
+
384
+ #: ../app/helpers/discovered_hosts_helper.rb:90
385
+ msgid "Provision"
386
+ msgstr "Подготовить"
387
+
388
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:160 ../lib/foreman_discovery/engine.rb:175
389
+ msgid "Discovered Hosts"
390
+ msgstr "Обнаруженные узлы"
391
+
392
+ #: ../app/helpers/discovery_rules_helper.rb:27
393
+ msgid "Associated Hosts"
394
+ msgstr "Сопоставленные узлы"
395
+
396
+ #: ../app/helpers/discovery_rules_helper.rb:29
397
+ msgid "Disable"
398
+ msgstr "Отключить"
399
+
400
+ #: ../app/helpers/discovery_rules_helper.rb:29
401
+ msgid "Disable rule '%s'?"
402
+ msgstr "Отключить правило «%s»?"
403
+
404
+ #: ../app/helpers/discovery_rules_helper.rb:31
405
+ msgid "Enable"
406
+ msgstr "Включить"
407
+
408
+ #: ../app/helpers/discovery_rules_helper.rb:31
409
+ msgid "Enable rule '%s'?"
410
+ msgstr "Включить правило «%s»?"
411
+
412
+ #: ../app/helpers/discovery_rules_helper.rb:33
413
+ msgid "Clone"
414
+ msgstr "Клонировать"
415
+
416
+ #: ../app/helpers/discovery_rules_helper.rb:34
417
+ msgid "Delete rule '%s'?"
418
+ msgstr "Удалить правило «%s»?"
419
+
420
+ #: ../app/mailers/discovered_mailer.rb:9
421
+ msgid "Invalid user type of %s was provided"
422
+ msgstr ""
423
+
424
+ #: ../app/mailers/discovered_mailer.rb:26
425
+ msgid "Discovered hosts summary"
426
+ msgstr "Сводка обнаруженных узлов"
427
+
428
+ #: ../app/models/discovery_rule.rb:11
429
+ msgid "can't contain white spaces."
430
+ msgstr "не может содержать пробелов"
431
+
432
+ #: ../app/models/discovery_rule.rb:13
433
+ msgid "must start with a letter or ERB."
434
+ msgstr "должен начинаться с буквы или ERB"
435
+
436
+ #: ../app/models/discovery_rule.rb:16
437
+ msgid "must be present."
438
+ msgstr ""
439
+
440
+ #: ../app/models/discovery_rule.rb:57
441
+ msgid "Host group organization %s must also be associated to the discovery rule"
442
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
443
+ msgstr[0] "С правилом также необходимо связать организацию группы узлов, %s"
444
+ msgstr[1] "С правилом также необходимо связать организации группы узлов: %s"
445
+ msgstr[2] "С правилом также необходимо связать организации группы узлов: %s"
446
+ msgstr[3] "С правилом также необходимо связать организации группы узлов: %s"
447
+
448
+ #: ../app/models/discovery_rule.rb:61
449
+ msgid "Host group location %s must also be associated to the discovery rule"
450
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
451
+ msgstr[0] "С правилом также необходимо связать местоположение группы узлов, %s"
452
+ msgstr[1] "С правилом также необходимо связать местоположения групп узлов: %s"
453
+ msgstr[2] "С правилом также необходимо связать местоположения групп узлов: %s"
454
+ msgstr[3] "С правилом также необходимо связать местоположения групп узлов: %s"
455
+
456
+ #: ../app/models/host/discovered.rb:40
457
+ msgid "Fact + prefix"
458
+ msgstr ""
459
+
460
+ #: ../app/models/host/discovered.rb:41
461
+ msgid "Random name"
462
+ msgstr ""
463
+
464
+ #: ../app/models/host/discovered.rb:42
465
+ msgid "MAC-based name"
466
+ msgstr ""
467
+
468
+ #: ../app/models/host/discovered.rb:55
469
+ msgid "Invalid facts, must be a Hash"
470
+ msgstr "Недопустимый формат фактов: ожидаются переменные и их значения"
471
+
472
+ #: ../app/models/host/discovered.rb:60
473
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
474
+ msgstr "Отсутствует факт «%s»: невозможно определить основной интерфейс и имя узла"
475
+
476
+ #: ../app/models/host/discovered.rb:73
477
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
478
+ msgstr "Недействительные факты: строка не содержит ни одного действительного значения фактов в соответствии с заданным в discovery_hostname: %s"
479
+
480
+ #: ../app/models/host/discovered.rb:102
481
+ msgid "Facts could not be imported"
482
+ msgstr ""
483
+
484
+ #: ../app/models/host/discovered.rb:160
485
+ msgid "Could not get facts from proxy %{url}: %{error}"
486
+ msgstr "Не удалось получить факты с %{url}: %{error}"
487
+
488
+ #: ../app/models/host/discovered.rb:178
489
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
490
+ msgstr ""
491
+
492
+ #: ../app/models/host/discovered.rb:182 ../app/models/host/discovered.rb:205
493
+ msgid "Unable to perform %{action} on %{ips}"
494
+ msgstr ""
495
+
496
+ #: ../app/models/host/discovered.rb:201
497
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
498
+ msgstr ""
499
+
500
+ #: ../app/models/host/discovered.rb:225
501
+ msgid "Invalid hostname: Could not normalize the hostname"
502
+ msgstr "Не удалось нормализовать имя узла"
503
+
504
+ #: ../app/models/host/managed_extensions.rb:23
505
+ msgid "Reloading kernel on %s"
506
+ msgstr "Перезагрузка ядра на %s"
507
+
508
+ #: ../app/models/host/managed_extensions.rb:25
509
+ msgid "Rebooting %s"
510
+ msgstr "Перезагрузка %s"
511
+
512
+ #: ../app/models/host/managed_extensions.rb:46
513
+ msgid "Kexec template not associated with operating system"
514
+ msgstr "Шаблон kexec не привязан к операционной системе"
515
+
516
+ #: ../app/models/host/managed_extensions.rb:49
517
+ msgid "Kernel kexec URL is invalid: '%s'"
518
+ msgstr ""
519
+
520
+ #: ../app/models/host/managed_extensions.rb:50
521
+ msgid "Init RAM kexec URL is invalid: '%s'"
522
+ msgstr ""
523
+
524
+ #: ../app/models/nic/managed_extensions.rb:14
525
+ msgid "Rebuild DNS for %s"
526
+ msgstr ""
527
+
528
+ #: ../app/models/setting/discovered.rb:17
529
+ msgid "The default location to place discovered hosts in"
530
+ msgstr "Местоположение для обнаруженных узлов по умолчанию"
531
+
532
+ #: ../app/models/setting/discovered.rb:17
533
+ msgid "Discovery location"
534
+ msgstr ""
535
+
536
+ #: ../app/models/setting/discovered.rb:18
537
+ msgid "The default organization to place discovered hosts in"
538
+ msgstr "Организация для обнаруженных узлов по умолчанию"
539
+
540
+ #: ../app/models/setting/discovered.rb:18
541
+ msgid "Discovery organization"
542
+ msgstr ""
543
+
544
+ #: ../app/models/setting/discovered.rb:19
545
+ msgid "Fact name to use for primary interface detection"
546
+ msgstr "Имя факта, определяющего основной сетевой интерфейс и имя узла"
547
+
548
+ #: ../app/models/setting/discovered.rb:19
549
+ msgid "Interface fact"
550
+ msgstr ""
551
+
552
+ #: ../app/models/setting/discovered.rb:20
553
+ msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
554
+ msgstr ""
555
+
556
+ #: ../app/models/setting/discovered.rb:20
557
+ msgid "Create bond interfaces"
558
+ msgstr ""
559
+
560
+ #: ../app/models/setting/discovered.rb:21
561
+ msgid "Clean all reported facts during provisioning (except discovery facts)"
562
+ msgstr ""
563
+
564
+ #: ../app/models/setting/discovered.rb:21
565
+ msgid "Clean all facts"
566
+ msgstr ""
567
+
568
+ #: ../app/models/setting/discovered.rb:22
569
+ msgid "List of facts to use for the hostname (separated by comma, first wins)"
570
+ msgstr "Список фактов для узла с указанным именем (через запятую, до первого совпадения)"
571
+
572
+ #: ../app/models/setting/discovered.rb:22
573
+ msgid "Hostname facts"
574
+ msgstr ""
575
+
576
+ #: ../app/models/setting/discovered.rb:23
577
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
578
+ msgstr "Автоматически подготовить обнаруженные узлы в соответствии с заранее определенными правилами"
579
+
580
+ #: ../app/models/setting/discovered.rb:23
581
+ msgid "Auto provisioning"
582
+ msgstr ""
583
+
584
+ #: ../app/models/setting/discovered.rb:24
585
+ msgid "Automatically reboot or kexec discovered host during provisioning"
586
+ msgstr ""
587
+
588
+ #: ../app/models/setting/discovered.rb:25
589
+ msgid "The default prefix to use for the host name, must start with a letter"
590
+ msgstr "Префикс имени узла (должен начинаться с буквы)"
591
+
592
+ #: ../app/models/setting/discovered.rb:25
593
+ msgid "Hostname prefix"
594
+ msgstr ""
595
+
596
+ #: ../app/models/setting/discovered.rb:26
597
+ msgid "Extra facter columns to show in host lists (separate by comma)"
598
+ msgstr "Дополнительные столбцы Facter в списке узлов (через запятую)"
599
+
600
+ #: ../app/models/setting/discovered.rb:26
601
+ msgid "Fact columns"
602
+ msgstr ""
603
+
604
+ #: ../app/models/setting/discovered.rb:27
605
+ msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
606
+ msgstr "Регулярное выражение для организации фактов в списке «Основные», например: ^(abc|cde)$"
607
+
608
+ #: ../app/models/setting/discovered.rb:27
609
+ msgid "Highlighted facts"
610
+ msgstr ""
611
+
612
+ #: ../app/models/setting/discovered.rb:28
613
+ msgid "Regex to organize facts for storage section"
614
+ msgstr "Регулярное выражение для организации фактов в секции «Хранилище»"
615
+
616
+ #: ../app/models/setting/discovered.rb:28
617
+ msgid "Storage facts"
618
+ msgstr ""
619
+
620
+ #: ../app/models/setting/discovered.rb:29
621
+ msgid "Regex to organize facts for software section"
622
+ msgstr "Регулярное выражение для организации фактов в секции «Программное обеспечение»"
623
+
624
+ #: ../app/models/setting/discovered.rb:29
625
+ msgid "Software facts"
626
+ msgstr ""
627
+
628
+ #: ../app/models/setting/discovered.rb:30
629
+ msgid "Regex to organize facts for hardware section"
630
+ msgstr "Регулярное выражение для организации фактов в секции «Оборудование»"
631
+
632
+ #: ../app/models/setting/discovered.rb:30
633
+ msgid "Hardware facts"
634
+ msgstr ""
635
+
636
+ #: ../app/models/setting/discovered.rb:31
637
+ msgid "Regex to organize facts for network section"
638
+ msgstr "Регулярное выражение для организации фактов в секции «Сеть»"
639
+
640
+ #: ../app/models/setting/discovered.rb:31
641
+ msgid "Network facts"
642
+ msgstr ""
643
+
644
+ #: ../app/models/setting/discovered.rb:32
645
+ msgid "Regex to organize facts for ipmi section"
646
+ msgstr "Регулярное выражение для организации фактов в секции «IPMI»"
647
+
648
+ #: ../app/models/setting/discovered.rb:32
649
+ msgid "IPMI facts"
650
+ msgstr ""
651
+
652
+ #: ../app/models/setting/discovered.rb:33
653
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
654
+ msgstr ""
655
+
656
+ #: ../app/models/setting/discovered.rb:33
657
+ msgid "Lock PXE"
658
+ msgstr ""
659
+
660
+ #: ../app/models/setting/discovered.rb:34
661
+ msgid "PXELinux template to be used when pinning a host to discovery"
662
+ msgstr ""
663
+
664
+ #: ../app/models/setting/discovered.rb:34
665
+ msgid "Locked PXELinux template name"
666
+ msgstr ""
667
+
668
+ #: ../app/models/setting/discovered.rb:35
669
+ msgid "PXEGrub template to be used when pinning a host to discovery"
670
+ msgstr ""
671
+
672
+ #: ../app/models/setting/discovered.rb:35
673
+ msgid "Locked PXEGrub template name"
674
+ msgstr ""
675
+
676
+ #: ../app/models/setting/discovered.rb:36
677
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
678
+ msgstr ""
679
+
680
+ #: ../app/models/setting/discovered.rb:36
681
+ msgid "Locked PXEGrub2 template name"
682
+ msgstr ""
683
+
684
+ #: ../app/models/setting/discovered.rb:37
685
+ msgid "Force DNS entries creation when provisioning discovered host"
686
+ msgstr ""
687
+
688
+ #: ../app/models/setting/discovered.rb:37
689
+ msgid "Force DNS"
690
+ msgstr ""
691
+
692
+ #: ../app/models/setting/discovered.rb:38
693
+ msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
694
+ msgstr ""
695
+
696
+ #: ../app/models/setting/discovered.rb:38
697
+ msgid "Error on existing NIC"
698
+ msgstr ""
699
+
700
+ #: ../app/models/setting/discovered.rb:39
701
+ msgid "Discovery hostname naming pattern"
702
+ msgstr ""
703
+
704
+ #: ../app/models/setting/discovered.rb:39
705
+ msgid "Type of name generator"
706
+ msgstr ""
707
+
708
+ #: ../app/models/setting/discovered.rb:40
709
+ msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
710
+ msgstr ""
711
+
712
+ #: ../app/models/setting/discovered.rb:40
713
+ msgid "Prefer IPv6"
714
+ msgstr ""
715
+
716
+ #: ../app/services/foreman_discovery/fact_parser.rb:4
717
+ msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
718
+ msgstr ""
719
+
720
+ #: ../app/services/foreman_discovery/fact_parser.rb:6
721
+ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
722
+ msgstr ""
723
+
724
+ #: ../app/services/foreman_discovery/fact_parser.rb:12
725
+ msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
726
+ msgstr ""
727
+
728
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
729
+ msgid "Highlights"
730
+ msgstr "Основные"
731
+
732
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
733
+ msgid "Storage"
734
+ msgstr "Хранение данных"
735
+
736
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
737
+ msgid "Hardware"
738
+ msgstr "Физическое"
739
+
740
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
741
+ msgid "Network"
742
+ msgstr "Сеть"
743
+
744
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
745
+ msgid "Software"
746
+ msgstr "Программы"
747
+
748
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
749
+ msgid "IPMI"
750
+ msgstr "IPMI"
751
+
752
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
753
+ msgid "Miscellaneous"
754
+ msgstr "Дополнительно"
755
+
756
+ #: ../app/services/foreman_discovery/host_converter.rb:47
757
+ msgid "IPAM must be configured for subnet '%s'"
758
+ msgstr ""
759
+
760
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
761
+ msgid "Image API returned HTTP/%{code} with '%{body}"
762
+ msgstr "API образа вернул ошибку HTTP/%{code}: '%{body}"
763
+
764
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
765
+ msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
766
+ msgstr "API образа вернул ошибку HTTP/%{code}: %{msg} (body: %{body})"
767
+
768
+ #: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
769
+ msgid "Host %s has been dicovered"
770
+ msgstr ""
771
+
772
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
773
+ msgid "Discovered Host"
774
+ msgid_plural "Discovered Hosts"
775
+ msgstr[0] ""
776
+ msgstr[1] ""
777
+
778
+ #: ../app/views/dashboard/_discovery_widget.html.erb:9
779
+ msgid "No discovered hosts available"
780
+ msgstr "Нет обнаруженных узлов"
781
+
782
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
783
+ msgid "Host"
784
+ msgstr "Узел"
785
+
786
+ #: ../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
787
+ msgid "Model"
788
+ msgstr "Модель"
789
+
790
+ #: ../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
791
+ msgid "CPUs"
792
+ msgstr "Процессоры"
793
+
794
+ #: ../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
795
+ msgid "Memory"
796
+ msgstr "Память"
797
+
798
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
799
+ msgid "Customize Host"
800
+ msgstr ""
801
+
802
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
803
+ msgid "Create Host"
804
+ msgstr "Создать Узел"
805
+
806
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
807
+ msgid "Select all items in this page"
808
+ msgstr "Выбрать все элементы на странице"
809
+
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
811
+ msgid "items selected. Uncheck to Clear"
812
+ msgstr "выбрано. Чтобы очистить, снимите флажок"
813
+
814
+ #: ../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
815
+ msgid "Name"
816
+ msgstr "Имя"
817
+
818
+ #: ../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
819
+ msgid "IP Address"
820
+ msgstr "IP"
821
+
822
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
823
+ msgid "Disk Count"
824
+ msgstr ""
825
+
826
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
827
+ msgid "Disks Size"
828
+ msgstr ""
829
+
830
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
831
+ msgid "Location"
832
+ msgstr "Местоположение"
833
+
834
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
835
+ msgid "Organization"
836
+ msgstr "Организация"
837
+
838
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
839
+ msgid "Subnet"
840
+ msgstr "Подсеть"
841
+
842
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
843
+ msgid "Last Facts Upload"
844
+ msgstr ""
845
+
846
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
847
+ msgid "Actions"
848
+ msgstr "Действия"
849
+
850
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
851
+ msgid "Please Confirm"
852
+ msgstr "Подтвердите"
853
+
854
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
855
+ msgid "Cancel"
856
+ msgstr "Отмена"
857
+
858
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
859
+ msgid "Submit"
860
+ msgstr "Подтвердить"
861
+
862
+ #: ../app/views/discovered_hosts/edit.html.erb:1
863
+ msgid "Provision %s"
864
+ msgstr ""
865
+
866
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
867
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
868
+ msgstr "Это может занять некоторое время, так как в ходе выполнения будут удалены узлы, статистика и все отчеты"
869
+
870
+ #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
871
+ msgid "Select location"
872
+ msgstr "Выберите местоположение"
873
+
874
+ #: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5
875
+ msgid "Select organization"
876
+ msgstr "Выберите организацию"
877
+
878
+ #: ../app/views/discovered_hosts/show.html.erb:1
879
+ msgid "Discovered host: %s"
880
+ msgstr "Обнаружен узел: %s"
881
+
882
+ #: ../app/views/discovered_hosts/show.html.erb:37
883
+ msgid "Interfaces"
884
+ msgstr "Интерфейсы"
885
+
886
+ #: ../app/views/discovered_hosts/show.html.erb:44
887
+ msgid "Type"
888
+ msgstr "Тип"
889
+
890
+ #: ../app/views/discovered_hosts/show.html.erb:45
891
+ msgid "Identifier"
892
+ msgstr "Идентификатор"
893
+
894
+ #: ../app/views/discovered_hosts/show.html.erb:46
895
+ msgid "MAC address"
896
+ msgstr "MAC-адрес"
897
+
898
+ #: ../app/views/discovered_hosts/show.html.erb:47
899
+ msgid "IP address"
900
+ msgstr "IP-адрес"
901
+
902
+ #: ../app/views/discovered_hosts/show.html.erb:66
903
+ msgid "Collapse All"
904
+ msgstr "Свернуть все"
905
+
906
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
907
+ msgid "Summary report for discovered hosts from Foreman"
908
+ msgstr "Сводный отчет Foreman по обнаруженным узлам"
909
+
910
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:9
911
+ msgid "<b>Foreman</b> Discovered hosts summary"
912
+ msgstr "Сводка обнаруженных узлов от <b>Foreman</b>"
913
+
914
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
915
+ msgid "Summary from %{time} ago to %{now}"
916
+ msgstr "Сводка за %{time} — %{now}"
917
+
918
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
919
+ msgid "Discovered hosts from Foreman server at %{foreman_url}"
920
+ msgstr "Узлы, обнаруженные сервером Foreman %{foreman_url}"
921
+
922
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
923
+ msgid "Disk count"
924
+ msgstr "Количество дисков"
925
+
926
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
927
+ msgid "Disks size"
928
+ msgstr "Размер диска"
929
+
930
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
931
+ msgid "No discovered hosts for the selected period"
932
+ msgstr "За указанный период времени новых узлов не обнаружено"
933
+
934
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:1
935
+ msgid "Foreman discovered hosts summary"
936
+ msgstr "Сводка обнаруженных узлов Foreman"
937
+
938
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:21
939
+ msgid "No new discovered hosts for this period"
940
+ msgstr "За это время новых узлов не обнаружено"
941
+
942
+ #: ../app/views/discovery_rules/_form.html.erb:5
943
+ msgid "Primary"
944
+ msgstr "Основной"
945
+
946
+ #: ../app/views/discovery_rules/_form.html.erb:7
947
+ msgid "Locations"
948
+ msgstr "Местоположения"
949
+
950
+ #: ../app/views/discovery_rules/_form.html.erb:10
951
+ msgid "Organizations"
952
+ msgstr "Организации"
953
+
954
+ #: ../app/views/discovery_rules/_form.html.erb:22
955
+ msgid "Target host group for this rule with all properties set"
956
+ msgstr "Группа узлов для этого правила с настроенными параметрами"
957
+
958
+ #: ../app/views/discovery_rules/_form.html.erb:25
959
+ msgid "Hostname for provisioned hosts"
960
+ msgstr "Имя узла"
961
+
962
+ #: ../app/views/discovery_rules/_form.html.erb:26
963
+ msgid "Hosts Limit"
964
+ msgstr "Ограничение узлов"
965
+
966
+ #: ../app/views/discovery_rules/_form.html.erb:26
967
+ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
968
+ msgstr "Максимальное число инициализируемых узлов в соответствии с правилом (0 снимает ограничения)"
969
+
970
+ #: ../app/views/discovery_rules/_form.html.erb:27
971
+ msgid "Rule priority (lower integer means higher priority)"
972
+ msgstr "Приоритет (чем ниже число, тем выше приоритет)"
973
+
974
+ #: ../app/views/discovery_rules/_template_inline.erb:2
975
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
976
+ msgstr "Определите шаблон для узла, используя синтаксис, аналогичный используемому в подготовительных шаблонах (ERB)."
977
+
978
+ #: ../app/views/discovery_rules/_template_inline.erb:4
979
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
980
+ msgstr ""
981
+
982
+ #: ../app/views/discovery_rules/_template_inline.erb:5
983
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
984
+ msgstr ""
985
+
986
+ #: ../app/views/discovery_rules/_template_inline.erb:8
987
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
988
+ msgstr ""
989
+
990
+ #: ../app/views/discovery_rules/_template_inline.erb:9
991
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
992
+ msgstr ""
993
+
994
+ #: ../app/views/discovery_rules/clone.erb:1
995
+ msgid "Clone %s"
996
+ msgstr "Клонировать %s"
997
+
998
+ #: ../app/views/discovery_rules/edit.html.erb:1
999
+ msgid "Edit %s"
1000
+ msgstr "Изменить %s"
1001
+
1002
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:165
1003
+ msgid "Discovery Rules"
1004
+ msgstr "Правила обнаружения"
1005
+
1006
+ #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
1007
+ msgid "Create Rule"
1008
+ msgstr ""
1009
+
1010
+ #: ../app/views/discovery_rules/index.html.erb:6
1011
+ msgid "DiscoveryRule|Name"
1012
+ msgstr "Имя"
1013
+
1014
+ #: ../app/views/discovery_rules/index.html.erb:7
1015
+ msgid "DiscoveryRule|Priority"
1016
+ msgstr "Приоритет"
1017
+
1018
+ #: ../app/views/discovery_rules/index.html.erb:8
1019
+ msgid "DiscoveryRule|Query"
1020
+ msgstr "Запрос"
1021
+
1022
+ #: ../app/views/discovery_rules/index.html.erb:9
1023
+ msgid "Host Group"
1024
+ msgstr "Группа узлов"
1025
+
1026
+ #: ../app/views/discovery_rules/index.html.erb:10
1027
+ msgid "Hosts/Limit"
1028
+ msgstr ""
1029
+
1030
+ #: ../app/views/discovery_rules/index.html.erb:13
1031
+ msgid "DiscoveryRule|Enabled"
1032
+ msgstr "Включено"
1033
+
1034
+ #: ../app/views/discovery_rules/new.html.erb:1
1035
+ msgid "New Discovery Rule"
1036
+ msgstr "Новое правило"
1037
+
1038
+ #: ../app/views/discovery_rules/welcome.html.erb:8
1039
+ msgid "Discovered Rules"
1040
+ msgstr ""
1041
+
1042
+ #: ../db/seeds.d/50_discovery_templates.rb:5
1043
+ msgid "Command line options for kexec during PXE-less provisioning."
1044
+ msgstr ""
1045
+
1046
+ #: ../db/seeds.d/70_discovery_mail_notification.rb:3
1047
+ msgid "A summary of discovered hosts"
1048
+ msgstr "Сводка состояния обнаруженных узлов"
1049
+
1050
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1051
+ msgid "New hosts"
1052
+ msgstr ""
1053
+
1054
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:6
1055
+ msgid "One or more hosts have been discovered"
1056
+ msgstr ""
1057
+
1058
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:13
1059
+ msgid "Details"
1060
+ msgstr "Свойства"
1061
+
1062
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:18
1063
+ msgid "Hosts"
1064
+ msgstr "Узлы"
1065
+
1066
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:20
1067
+ msgid "Error message goes here"
1068
+ msgstr ""
1069
+
1070
+ #: ../lib/foreman_discovery/engine.rb:177
1071
+ msgid "Discovery Kexec template"
1072
+ msgstr ""
1073
+
1074
+ #: ../lib/foreman_discovery/engine.rb:186
1075
+ msgid "Discovery Proxy"
1076
+ msgstr ""
1077
+
1078
+ #: ../lib/foreman_discovery/engine.rb:187
1079
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1080
+ msgstr ""
1081
+
1082
+ #: ../lib/foreman_discovery/engine.rb:188
1083
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1084
+ msgstr ""
1085
+
1086
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1087
+ msgid "For more information please see "
1088
+ msgstr "За подробной информацией обратитесь к"
1089
+
1090
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1091
+ msgid "documentation"
1092
+ msgstr "документация"
1093
+
1094
+ #: action_names.rb:2
1095
+ msgid "Remote action:"
1096
+ msgstr "Удаленное действие:"
1097
+
1098
+ #: action_names.rb:3
1099
+ msgid "Import Puppet classes"
1100
+ msgstr "Импорт классов Puppet"
1101
+
1102
+ #: action_names.rb:4
1103
+ msgid "Import facts"
1104
+ msgstr "Импорт фактов"
1105
+
1106
+ #: action_names.rb:5
1107
+ msgid "Action with sub plans"
1108
+ msgstr "Действия с подпланами"