foreman_discovery 24.0.1 → 24.0.2

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