foreman_discovery 15.0.2 → 15.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/foreman_discovery.edit.po +158 -69
- data/locale/de/foreman_discovery.edit.po +157 -67
- data/locale/en_GB/foreman_discovery.edit.po +158 -69
- data/locale/es/foreman_discovery.edit.po +158 -69
- data/locale/foreman_discovery.pot +2 -2
- data/locale/fr/foreman_discovery.edit.po +157 -67
- data/locale/gl/foreman_discovery.edit.po +158 -69
- data/locale/it/foreman_discovery.edit.po +158 -69
- data/locale/ja/foreman_discovery.edit.po +158 -71
- data/locale/ko/foreman_discovery.edit.po +157 -69
- data/locale/pt_BR/foreman_discovery.edit.po +158 -69
- data/locale/ru/foreman_discovery.edit.po +159 -72
- data/locale/sv_SE/foreman_discovery.edit.po +158 -69
- data/locale/zh_CN/foreman_discovery.edit.po +158 -71
- data/locale/zh_TW/foreman_discovery.edit.po +158 -71
- data/test/integration/discovered_hosts_test.rb +5 -11
- data/test/unit/discovery_attribute_set_test.rb +12 -10
- metadata +3 -2
@@ -1,7 +1,7 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_discovery package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
# Denis Denis <stereodenis@gmail.com>, 2014
|
7
7
|
# Dominic Cleal <dominic@cleal.org>, 2014
|
@@ -12,36 +12,37 @@ msgid ""
|
|
12
12
|
msgstr ""
|
13
13
|
"Project-Id-Version: foreman_discovery 15.0.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"POT-Creation-Date: 2019-
|
15
|
+
"POT-Creation-Date: 2019-05-13 15:39+0200\n"
|
16
16
|
"PO-Revision-Date: 2019-04-18 19:36+0000\n"
|
17
17
|
"Last-Translator: Lukáš Zapletal\n"
|
18
|
-
"Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
|
19
|
-
"\n"
|
18
|
+
"Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)\n"
|
20
19
|
"MIME-Version: 1.0\n"
|
21
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
22
21
|
"Content-Transfer-Encoding: 8bit\n"
|
23
22
|
"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"
|
23
|
+
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
27
24
|
|
28
25
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
29
26
|
msgid "List all discovered hosts"
|
30
27
|
msgstr "Показать все обнаруженные узлы"
|
31
28
|
|
32
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
29
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
30
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
33
31
|
msgid "filter results"
|
34
32
|
msgstr "отфильтровать результаты"
|
35
33
|
|
36
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
34
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
35
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
37
36
|
msgid "sort results"
|
38
37
|
msgstr "отсортировать результаты"
|
39
38
|
|
40
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
39
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
40
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
41
41
|
msgid "paginate results"
|
42
42
|
msgstr "постраничный вывод"
|
43
43
|
|
44
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
44
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
45
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
45
46
|
msgid "number of entries per request"
|
46
47
|
msgstr "количество записей на запрос"
|
47
48
|
|
@@ -49,7 +50,8 @@ msgstr "количество записей на запрос"
|
|
49
50
|
msgid "Show a discovered host"
|
50
51
|
msgstr "Показать обнаруженный узел"
|
51
52
|
|
52
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
|
53
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
|
54
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
53
55
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
54
56
|
msgstr ""
|
55
57
|
|
@@ -70,11 +72,14 @@ msgid "not required if it's a virtual machine"
|
|
70
72
|
msgstr "не требуется для виртуальных машин"
|
71
73
|
|
72
74
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
73
|
-
msgid "
|
75
|
+
msgid ""
|
76
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
74
77
|
msgstr "UUID для отслеживания состояния задач оркестрации, GET /api/orchestration/:UUID/tasks"
|
75
78
|
|
76
79
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
|
77
|
-
msgid "
|
80
|
+
msgid ""
|
81
|
+
"required if value is not inherited from host group or default password in "
|
82
|
+
"settings"
|
78
83
|
msgstr "обязательно, если пароль не унаследован от группы узлов или заданного по умолчанию пароля"
|
79
84
|
|
80
85
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
|
@@ -86,14 +91,18 @@ msgid "Upload facts for a host, creating the host if required"
|
|
86
91
|
msgstr "Загрузить факты узла, требуемые для создания узла"
|
87
92
|
|
88
93
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
|
89
|
-
msgid "
|
94
|
+
msgid ""
|
95
|
+
"hash containing facts for the host with minimum set of facts: "
|
96
|
+
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
97
|
+
"eth0 (example in case primary interface is named eth0)"
|
90
98
|
msgstr "хэш с минимальным набором фактов узла: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (в этих примерах подразумевается, что основной интерфейс имеет имя eth0)"
|
91
99
|
|
92
100
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
|
93
101
|
msgid "Execute rules against a discovered host"
|
94
102
|
msgstr "Применить правила к обнаруженному узлу"
|
95
103
|
|
96
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
|
104
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
|
105
|
+
#: ../app/controllers/discovered_hosts_controller.rb:159
|
97
106
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
98
107
|
msgstr "%{host} был подготовлен в соответствии с правилом %{rule}"
|
99
108
|
|
@@ -101,7 +110,8 @@ msgstr "%{host} был подготовлен в соответствии с п
|
|
101
110
|
msgid "Unable to provision %{host}: %{errors}"
|
102
111
|
msgstr "Не удалось подготовить %{host}: %{errors}"
|
103
112
|
|
104
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
|
113
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
|
114
|
+
#: ../app/controllers/discovered_hosts_controller.rb:166
|
105
115
|
msgid "No rule found for host %s"
|
106
116
|
msgstr "Нет правил для %s"
|
107
117
|
|
@@ -109,11 +119,13 @@ msgstr "Нет правил для %s"
|
|
109
119
|
msgid "Execute rules against all currently discovered hosts"
|
110
120
|
msgstr "Применить правила ко всем обнаруженным узлам"
|
111
121
|
|
112
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
|
122
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
|
123
|
+
#: ../app/controllers/discovered_hosts_controller.rb:172
|
113
124
|
msgid "Errors during auto provisioning: %s"
|
114
125
|
msgstr "Ошибки при автоматической подготовке: %s"
|
115
126
|
|
116
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
|
127
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
|
128
|
+
#: ../app/controllers/discovered_hosts_controller.rb:175
|
117
129
|
msgid "No discovered hosts to provision"
|
118
130
|
msgstr "Нет обнаруженных узлов"
|
119
131
|
|
@@ -133,7 +145,8 @@ msgstr "Перезагрузка обнаруженного узла"
|
|
133
145
|
msgid "Rebooting all discovered hosts"
|
134
146
|
msgstr "Перезагрузка всех обнаруженных узлов"
|
135
147
|
|
136
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
|
148
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
|
149
|
+
#: ../app/controllers/discovered_hosts_controller.rb:128
|
137
150
|
msgid "Discovered hosts are rebooting now"
|
138
151
|
msgstr "Выполняется перезагрузка обнаруженных узлов"
|
139
152
|
|
@@ -158,7 +171,8 @@ msgid "the hostgroup that is used to auto provision a host"
|
|
158
171
|
msgstr "группа узлов, которая будет выбрана при автоматической подготовке узлов"
|
159
172
|
|
160
173
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
161
|
-
msgid "
|
174
|
+
msgid ""
|
175
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
162
176
|
msgstr "шаблон для присвоения узлам понятных имен"
|
163
177
|
|
164
178
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
@@ -166,7 +180,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
166
180
|
msgstr "максимальное число узлов для указанного правила"
|
167
181
|
|
168
182
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
169
|
-
msgid "
|
183
|
+
msgid ""
|
184
|
+
"puts the rules in order, low numbers go first. Must be greater then zero"
|
170
185
|
msgstr "приоритет правила (должен быть больше 0). Правила выбираются по возрастанию приоритета"
|
171
186
|
|
172
187
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
@@ -317,15 +332,21 @@ msgstr "Правило отключено"
|
|
317
332
|
msgid "%s ago"
|
318
333
|
msgstr "%s назад"
|
319
334
|
|
320
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14
|
335
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14
|
336
|
+
#: ../app/helpers/discovered_hosts_helper.rb:29
|
337
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
321
338
|
msgid "Auto Provision"
|
322
339
|
msgstr "Автоматическая подготовка"
|
323
340
|
|
324
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
341
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15
|
342
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
325
343
|
msgid "Refresh facts"
|
326
344
|
msgstr "Обновить факты"
|
327
345
|
|
328
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
346
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16
|
347
|
+
#: ../app/helpers/discovered_hosts_helper.rb:30
|
348
|
+
#: ../app/models/setting/discovered.rb:26
|
349
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
329
350
|
msgid "Reboot"
|
330
351
|
msgstr "Перезагрузить"
|
331
352
|
|
@@ -333,11 +354,13 @@ msgstr "Перезагрузить"
|
|
333
354
|
msgid "Back"
|
334
355
|
msgstr "Назад"
|
335
356
|
|
336
|
-
#: ../app/helpers/discovered_hosts_helper.rb:21
|
357
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21
|
358
|
+
#: ../app/helpers/discovered_hosts_helper.rb:35
|
337
359
|
msgid "Select Action"
|
338
360
|
msgstr "Действия"
|
339
361
|
|
340
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23
|
362
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23
|
363
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
341
364
|
msgid "Delete %s?"
|
342
365
|
msgstr "Удалить %s?"
|
343
366
|
|
@@ -357,7 +380,8 @@ msgstr "Удалить"
|
|
357
380
|
msgid "%s - The following hosts are about to be changed"
|
358
381
|
msgstr "%s — узлы будут изменены"
|
359
382
|
|
360
|
-
#: ../app/helpers/discovered_hosts_helper.rb:46
|
383
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46
|
384
|
+
#: ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
361
385
|
msgid "N/A"
|
362
386
|
msgstr "нет"
|
363
387
|
|
@@ -377,7 +401,12 @@ msgstr "Были данные за последние 7 дней"
|
|
377
401
|
msgid "Provision"
|
378
402
|
msgstr "Подготовить"
|
379
403
|
|
380
|
-
#: ../app/helpers/discovery_rules_helper.rb:26
|
404
|
+
#: ../app/helpers/discovery_rules_helper.rb:26
|
405
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
|
406
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:1
|
407
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:6
|
408
|
+
#: ../lib/foreman_discovery/engine.rb:158
|
409
|
+
#: ../lib/foreman_discovery/engine.rb:173
|
381
410
|
msgid "Discovered Hosts"
|
382
411
|
msgstr "Обнаруженные узлы"
|
383
412
|
|
@@ -426,8 +455,10 @@ msgid "must be present."
|
|
426
455
|
msgstr ""
|
427
456
|
|
428
457
|
#: ../app/models/discovery_rule.rb:52
|
429
|
-
msgid "
|
430
|
-
|
458
|
+
msgid ""
|
459
|
+
"Host group organization %s must also be associated to the discovery rule"
|
460
|
+
msgid_plural ""
|
461
|
+
"Host group organizations %s must also be associated to the discovery rule"
|
431
462
|
msgstr[0] "С правилом также необходимо связать организацию группы узлов, %s"
|
432
463
|
msgstr[1] "С правилом также необходимо связать организации группы узлов: %s"
|
433
464
|
msgstr[2] "С правилом также необходимо связать организации группы узлов: %s"
|
@@ -435,53 +466,58 @@ msgstr[3] "С правилом также необходимо связать о
|
|
435
466
|
|
436
467
|
#: ../app/models/discovery_rule.rb:56
|
437
468
|
msgid "Host group location %s must also be associated to the discovery rule"
|
438
|
-
msgid_plural "
|
469
|
+
msgid_plural ""
|
470
|
+
"Host group locations %s must also be associated to the discovery rule"
|
439
471
|
msgstr[0] "С правилом также необходимо связать местоположение группы узлов, %s"
|
440
472
|
msgstr[1] "С правилом также необходимо связать местоположения групп узлов: %s"
|
441
473
|
msgstr[2] "С правилом также необходимо связать местоположения групп узлов: %s"
|
442
474
|
msgstr[3] "С правилом также необходимо связать местоположения групп узлов: %s"
|
443
475
|
|
444
|
-
#: ../app/models/host/discovered.rb:
|
476
|
+
#: ../app/models/host/discovered.rb:41
|
445
477
|
msgid "Fact + prefix"
|
446
478
|
msgstr ""
|
447
479
|
|
448
|
-
#: ../app/models/host/discovered.rb:
|
480
|
+
#: ../app/models/host/discovered.rb:42
|
449
481
|
msgid "Random name"
|
450
482
|
msgstr ""
|
451
483
|
|
452
|
-
#: ../app/models/host/discovered.rb:
|
484
|
+
#: ../app/models/host/discovered.rb:43
|
453
485
|
msgid "MAC-based name"
|
454
486
|
msgstr ""
|
455
487
|
|
456
|
-
#: ../app/models/host/discovered.rb:
|
488
|
+
#: ../app/models/host/discovered.rb:52
|
457
489
|
msgid "Invalid facts, must be a Hash"
|
458
490
|
msgstr "Недопустимый формат фактов: ожидаются переменные и их значения"
|
459
491
|
|
460
|
-
#: ../app/models/host/discovered.rb:
|
461
|
-
msgid "
|
492
|
+
#: ../app/models/host/discovered.rb:57
|
493
|
+
msgid ""
|
494
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
495
|
+
"and set hostname"
|
462
496
|
msgstr "Отсутствует факт «%s»: невозможно определить основной интерфейс и имя узла"
|
463
497
|
|
464
|
-
#: ../app/models/host/discovered.rb:
|
465
|
-
msgid "
|
498
|
+
#: ../app/models/host/discovered.rb:70
|
499
|
+
msgid ""
|
500
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
501
|
+
"the discovery_hostname setting: %s"
|
466
502
|
msgstr "Недействительные факты: строка не содержит ни одного действительного значения фактов в соответствии с заданным в discovery_hostname: %s"
|
467
503
|
|
468
|
-
#: ../app/models/host/discovered.rb:
|
504
|
+
#: ../app/models/host/discovered.rb:96
|
469
505
|
msgid "Facts could not be imported"
|
470
506
|
msgstr ""
|
471
507
|
|
472
|
-
#: ../app/models/host/discovered.rb:
|
508
|
+
#: ../app/models/host/discovered.rb:151
|
473
509
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
474
510
|
msgstr "Не удалось получить факты с %{url}: %{error}"
|
475
511
|
|
476
|
-
#: ../app/models/host/discovered.rb:
|
512
|
+
#: ../app/models/host/discovered.rb:159
|
477
513
|
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
478
514
|
msgstr "Не удалось перезагрузить %{name} с %{url}: %{msg}"
|
479
515
|
|
480
|
-
#: ../app/models/host/discovered.rb:
|
516
|
+
#: ../app/models/host/discovered.rb:167
|
481
517
|
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
482
518
|
msgstr "Не удалось выполнить kexec на %{name} с %{url}: %{msg}"
|
483
519
|
|
484
|
-
#: ../app/models/host/discovered.rb:
|
520
|
+
#: ../app/models/host/discovered.rb:186
|
485
521
|
msgid "Invalid hostname: Could not normalize the hostname"
|
486
522
|
msgstr "Не удалось нормализовать имя узла"
|
487
523
|
|
@@ -534,7 +570,9 @@ msgid "Interface fact"
|
|
534
570
|
msgstr ""
|
535
571
|
|
536
572
|
#: ../app/models/setting/discovered.rb:22
|
537
|
-
msgid "
|
573
|
+
msgid ""
|
574
|
+
"Automatic bond interface (if another interface is detected on the same VLAN "
|
575
|
+
"via LLDP)"
|
538
576
|
msgstr ""
|
539
577
|
|
540
578
|
#: ../app/models/setting/discovered.rb:22
|
@@ -558,7 +596,9 @@ msgid "Hostname facts"
|
|
558
596
|
msgstr ""
|
559
597
|
|
560
598
|
#: ../app/models/setting/discovered.rb:25
|
561
|
-
msgid "
|
599
|
+
msgid ""
|
600
|
+
"Automatically provision newly discovered hosts, according to the "
|
601
|
+
"provisioning rules"
|
562
602
|
msgstr "Автоматически подготовить обнаруженные узлы в соответствии с заранее определенными правилами"
|
563
603
|
|
564
604
|
#: ../app/models/setting/discovered.rb:25
|
@@ -634,7 +674,9 @@ msgid "IPMI facts"
|
|
634
674
|
msgstr ""
|
635
675
|
|
636
676
|
#: ../app/models/setting/discovered.rb:35
|
637
|
-
msgid "
|
677
|
+
msgid ""
|
678
|
+
"Automatically generate PXE configuration to pin a newly discovered host to "
|
679
|
+
"discovery"
|
638
680
|
msgstr ""
|
639
681
|
|
640
682
|
#: ../app/models/setting/discovered.rb:35
|
@@ -674,7 +716,9 @@ msgid "Force DNS"
|
|
674
716
|
msgstr ""
|
675
717
|
|
676
718
|
#: ../app/models/setting/discovered.rb:40
|
677
|
-
msgid "
|
719
|
+
msgid ""
|
720
|
+
"Do not allow to discover existing managed host matching MAC of a "
|
721
|
+
"provisioning NIC (errors out early)"
|
678
722
|
msgstr ""
|
679
723
|
|
680
724
|
#: ../app/models/setting/discovered.rb:40
|
@@ -698,7 +742,9 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
|
698
742
|
msgstr ""
|
699
743
|
|
700
744
|
#: ../app/services/foreman_discovery/fact_parser.rb:12
|
701
|
-
msgid "
|
745
|
+
msgid ""
|
746
|
+
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
|
747
|
+
"%{filter}"
|
702
748
|
msgstr ""
|
703
749
|
|
704
750
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:75
|
@@ -717,15 +763,25 @@ msgstr "Нет обнаруженных узлов"
|
|
717
763
|
msgid "Host"
|
718
764
|
msgstr "Узел"
|
719
765
|
|
720
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
766
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
767
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
768
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
769
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
770
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
721
771
|
msgid "Model"
|
722
772
|
msgstr "Модель"
|
723
773
|
|
724
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
774
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
775
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
776
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
777
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
725
778
|
msgid "CPUs"
|
726
779
|
msgstr "Процессоры"
|
727
780
|
|
728
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
781
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
782
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
783
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
784
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
729
785
|
msgid "Memory"
|
730
786
|
msgstr "Память"
|
731
787
|
|
@@ -745,11 +801,16 @@ msgstr "Выбрать все элементы на странице"
|
|
745
801
|
msgid "items selected. Uncheck to Clear"
|
746
802
|
msgstr "выбрано. Чтобы очистить, снимите флажок"
|
747
803
|
|
748
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
804
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
805
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
806
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
807
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
749
808
|
msgid "Name"
|
750
809
|
msgstr "Имя"
|
751
810
|
|
752
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
811
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
812
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
813
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
753
814
|
msgid "IP Address"
|
754
815
|
msgstr "IP"
|
755
816
|
|
@@ -761,11 +822,13 @@ msgstr ""
|
|
761
822
|
msgid "Disks Size"
|
762
823
|
msgstr ""
|
763
824
|
|
764
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
|
825
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
|
826
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
765
827
|
msgid "Location"
|
766
828
|
msgstr "Местоположение"
|
767
829
|
|
768
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
|
830
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
|
831
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
769
832
|
msgid "Organization"
|
770
833
|
msgstr "Организация"
|
771
834
|
|
@@ -777,7 +840,8 @@ msgstr "Подсеть"
|
|
777
840
|
msgid "Last Facts Upload"
|
778
841
|
msgstr ""
|
779
842
|
|
780
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
843
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
844
|
+
#: ../app/views/discovery_rules/index.html.erb:12
|
781
845
|
msgid "Actions"
|
782
846
|
msgstr "Действия"
|
783
847
|
|
@@ -798,7 +862,9 @@ msgid "Provision %s"
|
|
798
862
|
msgstr ""
|
799
863
|
|
800
864
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
|
801
|
-
msgid "
|
865
|
+
msgid ""
|
866
|
+
"This might take a while, as all hosts, facts and reports will be destroyed "
|
867
|
+
"as well"
|
802
868
|
msgstr "Это может занять некоторое время, так как в ходе выполнения будут удалены узлы, статистика и все отчеты"
|
803
869
|
|
804
870
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -842,7 +908,9 @@ msgid "No discovered hosts found in this context."
|
|
842
908
|
msgstr ""
|
843
909
|
|
844
910
|
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
845
|
-
msgid "
|
911
|
+
msgid ""
|
912
|
+
"This page shows discovered bare-metal or virtual nodes waiting to be "
|
913
|
+
"provisioned."
|
846
914
|
msgstr ""
|
847
915
|
|
848
916
|
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
@@ -857,19 +925,23 @@ msgstr "Сводный отчет Foreman по обнаруженным узла
|
|
857
925
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
858
926
|
msgstr "Сводка обнаруженных узлов от <b>Foreman</b>"
|
859
927
|
|
860
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
928
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
929
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
861
930
|
msgid "Summary from %{time} ago to %{now}"
|
862
931
|
msgstr "Сводка за %{time} — %{now}"
|
863
932
|
|
864
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
933
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
934
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
865
935
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
866
936
|
msgstr "Узлы, обнаруженные сервером Foreman %{foreman_url}"
|
867
937
|
|
868
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
938
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
939
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
869
940
|
msgid "Disk count"
|
870
941
|
msgstr "Количество дисков"
|
871
942
|
|
872
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
943
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
944
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
873
945
|
msgid "Disks size"
|
874
946
|
msgstr "Размер диска"
|
875
947
|
|
@@ -918,30 +990,41 @@ msgid "Rule priority (lower integer means higher priority)"
|
|
918
990
|
msgstr "Приоритет (чем ниже число, тем выше приоритет)"
|
919
991
|
|
920
992
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
921
|
-
msgid "
|
993
|
+
msgid ""
|
994
|
+
"Specify target hostname template pattern in the same syntax as in "
|
995
|
+
"Provisioning Templates (ERB)."
|
922
996
|
msgstr "Определите шаблон для узла, используя синтаксис, аналогичный используемому в подготовительных шаблонах (ERB)."
|
923
997
|
|
924
998
|
#: ../app/views/discovery_rules/_template_inline.erb:4
|
925
|
-
msgid "
|
999
|
+
msgid ""
|
1000
|
+
"Domain will be appended automatically. A hostname based on MAC address will "
|
1001
|
+
"be used when left blank."
|
926
1002
|
msgstr ""
|
927
1003
|
|
928
1004
|
#: ../app/views/discovery_rules/_template_inline.erb:5
|
929
|
-
msgid "
|
1005
|
+
msgid ""
|
1006
|
+
"In addition to @host attribute function rand for random integers is "
|
1007
|
+
"available. Examples:"
|
930
1008
|
msgstr ""
|
931
1009
|
|
932
1010
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
933
|
-
msgid "
|
1011
|
+
msgid ""
|
1012
|
+
"When creating hostname patterns, make sure the resulting host names are "
|
1013
|
+
"unique."
|
934
1014
|
msgstr ""
|
935
1015
|
|
936
1016
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
937
|
-
msgid "
|
1017
|
+
msgid ""
|
1018
|
+
"Hostnames must not start with numbers. A good approach is to use unique "
|
1019
|
+
"information provided by facter (MAC address, BIOS or serial ID)."
|
938
1020
|
msgstr ""
|
939
1021
|
|
940
1022
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
941
1023
|
msgid "Edit %s"
|
942
1024
|
msgstr "Изменить %s"
|
943
1025
|
|
944
|
-
#: ../app/views/discovery_rules/index.html.erb:1
|
1026
|
+
#: ../app/views/discovery_rules/index.html.erb:1
|
1027
|
+
#: ../lib/foreman_discovery/engine.rb:163
|
945
1028
|
msgid "Discovery Rules"
|
946
1029
|
msgstr "Правила обнаружения"
|
947
1030
|
|
@@ -1006,9 +1089,13 @@ msgid "Discovery Proxy"
|
|
1006
1089
|
msgstr ""
|
1007
1090
|
|
1008
1091
|
#: ../lib/foreman_discovery/engine.rb:189
|
1009
|
-
msgid "
|
1092
|
+
msgid ""
|
1093
|
+
"Discovery Proxy to use within this subnet for managing connection to "
|
1094
|
+
"discovered hosts"
|
1010
1095
|
msgstr ""
|
1011
1096
|
|
1012
1097
|
#: ../lib/foreman_discovery/engine.rb:190
|
1013
|
-
msgid "
|
1098
|
+
msgid ""
|
1099
|
+
"ID of Discovery Proxy to use within this subnet for managing connection to "
|
1100
|
+
"discovered hosts"
|
1014
1101
|
msgstr ""
|