foreman_discovery 16.1.4 → 16.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
  3. data/app/helpers/discovered_hosts_helper.rb +5 -0
  4. data/app/models/host/discovered.rb +11 -15
  5. data/app/models/setting/discovered.rb +3 -1
  6. data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
  7. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
  8. data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
  9. data/app/views/discovered_hosts/welcome.html.erb +14 -9
  10. data/app/views/discovery_rules/index.html.erb +1 -1
  11. data/app/views/foreman_discovery/debian_kexec.erb +3 -2
  12. data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
  13. data/extra/discover-host +3 -3
  14. data/lib/foreman_discovery/engine.rb +3 -2
  15. data/lib/foreman_discovery/version.rb +1 -1
  16. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  17. data/locale/ca/foreman_discovery.edit.po +104 -75
  18. data/locale/ca/foreman_discovery.po +25 -10
  19. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  20. data/locale/de/foreman_discovery.edit.po +111 -82
  21. data/locale/de/foreman_discovery.po +25 -10
  22. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/en/foreman_discovery.edit.po +97 -73
  24. data/locale/en/foreman_discovery.po +25 -10
  25. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/en_GB/foreman_discovery.edit.po +110 -81
  27. data/locale/en_GB/foreman_discovery.po +25 -10
  28. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/es/foreman_discovery.edit.po +112 -83
  30. data/locale/es/foreman_discovery.po +25 -10
  31. data/locale/foreman_discovery.pot +137 -114
  32. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/fr/foreman_discovery.edit.po +112 -83
  34. data/locale/fr/foreman_discovery.po +25 -10
  35. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/gl/foreman_discovery.edit.po +103 -74
  37. data/locale/gl/foreman_discovery.po +25 -10
  38. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/it/foreman_discovery.edit.po +110 -81
  40. data/locale/it/foreman_discovery.po +25 -10
  41. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/ja/foreman_discovery.edit.po +112 -83
  43. data/locale/ja/foreman_discovery.po +25 -10
  44. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/ko/foreman_discovery.edit.po +110 -81
  46. data/locale/ko/foreman_discovery.po +25 -10
  47. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/pt_BR/foreman_discovery.edit.po +112 -83
  49. data/locale/pt_BR/foreman_discovery.po +25 -10
  50. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ru/foreman_discovery.edit.po +111 -82
  52. data/locale/ru/foreman_discovery.po +25 -10
  53. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/sv_SE/foreman_discovery.edit.po +104 -75
  55. data/locale/sv_SE/foreman_discovery.po +25 -10
  56. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/zh_CN/foreman_discovery.edit.po +112 -83
  58. data/locale/zh_CN/foreman_discovery.po +25 -10
  59. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_TW/foreman_discovery.edit.po +110 -81
  61. data/locale/zh_TW/foreman_discovery.po +25 -10
  62. data/package.json +39 -0
  63. data/test/facts/only-ipv6.json +205 -0
  64. data/test/facts/skylake-ipv6.json +223 -0
  65. data/test/functional/api/v2/settings_controller_test.rb +2 -2
  66. data/test/functional/discovered_hosts_controller_test.rb +1 -1
  67. data/test/functional/discovery_rules_controller_test.rb +1 -1
  68. data/test/unit/host_discovered_test.rb +0 -16
  69. data/webpack/index.js +18 -0
  70. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
  71. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
  72. data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
  73. data/webpack/src/reducers.js +7 -0
  74. metadata +21 -11
  75. data/test/facts/vmware-facter4-nolegacy.json +0 -402
@@ -12,8 +12,9 @@ msgid ""
12
12
  msgstr ""
13
13
  "Project-Id-Version: foreman_discovery 16.3.4\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "PO-Revision-Date: 2020-10-29 17:16+0000\n"
16
- "Last-Translator: Yulia <yulia.poyarkova@redhat.com>\n"
15
+ "POT-Creation-Date: 2021-05-03 08:46+0200\n"
16
+ "PO-Revision-Date: 2021-01-25 08:35+0000\n"
17
+ "Last-Translator: Transifex Bot <>\n"
17
18
  "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
18
19
  "\n"
19
20
  "MIME-Version: 1.0\n"
@@ -120,51 +121,51 @@ msgstr "Загрузить факты узла, требуемые для соз
120
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)"
121
122
  msgstr "хэш с минимальным набором фактов узла: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (в этих примерах подразумевается, что основной интерфейс имеет имя eth0)"
122
123
 
123
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
124
125
  msgid "Execute rules against a discovered host"
125
126
  msgstr "Применить правила к обнаруженному узлу"
126
127
 
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:157
128
129
  msgid "Host %{host} was provisioned with rule %{rule}"
129
130
  msgstr "%{host} был подготовлен в соответствии с правилом %{rule}"
130
131
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
132
133
  msgid "Unable to provision %{host}: %{errors}"
133
134
  msgstr "Не удалось подготовить %{host}: %{errors}"
134
135
 
135
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:164
136
137
  msgid "No rule found for host %s"
137
138
  msgstr "Нет правил для %s"
138
139
 
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
140
141
  msgid "Execute rules against all currently discovered hosts"
141
142
  msgstr "Применить правила ко всем обнаруженным узлам"
142
143
 
143
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:170
144
145
  msgid "Errors during auto provisioning: %s"
145
146
  msgstr "Ошибки при автоматической подготовке: %s"
146
147
 
147
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:173
148
149
  msgid "No discovered hosts to provision"
149
150
  msgstr "Нет обнаруженных узлов"
150
151
 
151
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
152
153
  msgid "%s discovered hosts were provisioned"
153
154
  msgstr "Подготовлено узлов: %s"
154
155
 
155
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
156
157
  msgid "Refreshing the facts of a discovered host"
157
158
  msgstr "Обновление фактов узла"
158
159
 
159
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
160
161
  msgid "Rebooting a discovered host"
161
162
  msgstr "Перезагрузка обнаруженного узла"
162
163
 
163
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
164
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
164
165
  msgid "Rebooting all discovered hosts"
165
166
  msgstr "Перезагрузка всех обнаруженных узлов"
166
167
 
167
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
168
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:126
168
169
  msgid "Discovered hosts are rebooting now"
169
170
  msgstr "Выполняется перезагрузка обнаруженных узлов"
170
171
 
@@ -244,110 +245,86 @@ msgstr "Ошибки при перезагрузке: %s"
244
245
  msgid "No discovered hosts to reboot"
245
246
  msgstr "Нет узлов для перезагрузки"
246
247
 
247
- #: ../app/controllers/discovered_hosts_controller.rb:63
248
+ #: ../app/controllers/discovered_hosts_controller.rb:60
248
249
  msgid "Successfully provisioned %s"
249
250
  msgstr ""
250
251
 
251
- #: ../app/controllers/discovered_hosts_controller.rb:97
252
+ #: ../app/controllers/discovered_hosts_controller.rb:94
252
253
  msgid "Facts refreshed for %s"
253
254
  msgstr "Факты %s были обновлены"
254
255
 
255
- #: ../app/controllers/discovered_hosts_controller.rb:99
256
+ #: ../app/controllers/discovered_hosts_controller.rb:96
256
257
  msgid "Failed to refresh facts for %s"
257
258
  msgstr "Не удалось обновить факты %s"
258
259
 
259
- #: ../app/controllers/discovered_hosts_controller.rb:102
260
+ #: ../app/controllers/discovered_hosts_controller.rb:99
260
261
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
261
262
  msgstr "Не удалось обновить факты %{hostname}. Ошибка: %{error_message}"
262
263
 
263
- #: ../app/controllers/discovered_hosts_controller.rb:109
264
+ #: ../app/controllers/discovered_hosts_controller.rb:106
264
265
  msgid "Host of type %s can not be rebooted"
265
266
  msgstr "Узел типа %s не может быть перезагружен"
266
267
 
267
- #: ../app/controllers/discovered_hosts_controller.rb:113
268
+ #: ../app/controllers/discovered_hosts_controller.rb:110
268
269
  msgid "Rebooting host %s"
269
270
  msgstr "Перезагрузка %s"
270
271
 
271
- #: ../app/controllers/discovered_hosts_controller.rb:115
272
+ #: ../app/controllers/discovered_hosts_controller.rb:112
272
273
  msgid "Failed to reboot host %s"
273
274
  msgstr "Не удалось перезагрузить %s"
274
275
 
275
- #: ../app/controllers/discovered_hosts_controller.rb:118
276
+ #: ../app/controllers/discovered_hosts_controller.rb:115
276
277
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
277
278
  msgstr "Не удалось перезагрузить %{hostname}. Ошибка: %{error_message}"
278
279
 
279
- #: ../app/controllers/discovered_hosts_controller.rb:132
280
+ #: ../app/controllers/discovered_hosts_controller.rb:129
280
281
  msgid "Failed to reboot hosts with error %s"
281
282
  msgstr "Не удалось перезагрузить узлы. Ошибка: %s"
282
283
 
283
- #: ../app/controllers/discovered_hosts_controller.rb:150
284
+ #: ../app/controllers/discovered_hosts_controller.rb:147
284
285
  msgid "Destroyed selected hosts"
285
286
  msgstr "Узлы удалены"
286
287
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:152
288
+ #: ../app/controllers/discovered_hosts_controller.rb:149
288
289
  msgid "The following hosts were not deleted: %s"
289
290
  msgstr "Узлы не были удалены: %s"
290
291
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:164
292
+ #: ../app/controllers/discovered_hosts_controller.rb:161
292
293
  msgid "Failed to auto provision host %s: %s"
293
294
  msgstr "Не удалось автоматически подготовить узел %s: %s"
294
295
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:192
296
+ #: ../app/controllers/discovered_hosts_controller.rb:189
296
297
  msgid "Discovered hosts are provisioning now"
297
298
  msgstr "Выполняется подготовка обнаруженных узлов"
298
299
 
299
- #: ../app/controllers/discovered_hosts_controller.rb:226
300
- msgid "Highlights"
301
- msgstr "Основные"
302
-
303
- #: ../app/controllers/discovered_hosts_controller.rb:226
304
- msgid "Storage"
305
- msgstr "Хранение данных"
306
-
307
- #: ../app/controllers/discovered_hosts_controller.rb:226
308
- msgid "Hardware"
309
- msgstr "Физическое"
310
-
311
- #: ../app/controllers/discovered_hosts_controller.rb:226
312
- msgid "Network"
313
- msgstr "Сеть"
314
-
315
- #: ../app/controllers/discovered_hosts_controller.rb:226
316
- msgid "Software"
317
- msgstr "Программы"
318
-
319
- #: ../app/controllers/discovered_hosts_controller.rb:226
320
- msgid "IPMI"
321
- msgstr "IPMI"
300
+ #: ../app/controllers/discovered_hosts_controller.rb:270
301
+ msgid "Discovered host reported from unknown subnet, communication will not be proxied."
302
+ msgstr ""
322
303
 
323
- #: ../app/controllers/discovered_hosts_controller.rb:226
324
- msgid "Miscellaneous"
325
- msgstr "Дополнительно"
304
+ #: ../app/controllers/discovered_hosts_controller.rb:275
305
+ msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
306
+ msgstr ""
326
307
 
327
- #: ../app/controllers/discovered_hosts_controller.rb:304
308
+ #: ../app/controllers/discovered_hosts_controller.rb:289
328
309
  msgid "No hosts were found with that id or name"
329
310
  msgstr "Нет узла с таким идентификатором или именем"
330
311
 
331
- #: ../app/controllers/discovered_hosts_controller.rb:308
312
+ #: ../app/controllers/discovered_hosts_controller.rb:293
332
313
  msgid "No hosts selected"
333
314
  msgstr "Не выбран узел"
334
315
 
335
- #: ../app/controllers/discovered_hosts_controller.rb:314
316
+ #: ../app/controllers/discovered_hosts_controller.rb:299
336
317
  msgid "Something went wrong while selecting hosts - %s"
337
318
  msgstr "Непредвиденное поведение при выборе узлов: %s"
338
319
 
339
- #: ../app/controllers/discovery_rules_controller.rb:72
320
+ #: ../app/controllers/discovery_rules_controller.rb:79
340
321
  msgid "Rule enabled"
341
322
  msgstr "Правило включено"
342
323
 
343
- #: ../app/controllers/discovery_rules_controller.rb:72
324
+ #: ../app/controllers/discovery_rules_controller.rb:79
344
325
  msgid "Rule disabled"
345
326
  msgstr "Правило отключено"
346
327
 
347
- #: ../app/helpers/discovered_hosts_helper.rb:10
348
- msgid "%s ago"
349
- msgstr "%s назад"
350
-
351
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
352
329
  msgid "Auto Provision"
353
330
  msgstr "Автоматическая подготовка"
@@ -433,6 +410,10 @@ msgid "Enable rule '%s'?"
433
410
  msgstr "Включить правило «%s»?"
434
411
 
435
412
  #: ../app/helpers/discovery_rules_helper.rb:33
413
+ msgid "Clone"
414
+ msgstr ""
415
+
416
+ #: ../app/helpers/discovery_rules_helper.rb:34
436
417
  msgid "Delete rule '%s'?"
437
418
  msgstr "Удалить правило «%s»?"
438
419
 
@@ -456,7 +437,7 @@ msgstr "должен начинаться с буквы или ERB"
456
437
  msgid "must be present."
457
438
  msgstr ""
458
439
 
459
- #: ../app/models/discovery_rule.rb:52
440
+ #: ../app/models/discovery_rule.rb:57
460
441
  msgid "Host group organization %s must also be associated to the discovery rule"
461
442
  msgid_plural "Host group organizations %s must also be associated to the discovery rule"
462
443
  msgstr[0] "С правилом также необходимо связать организацию группы узлов, %s"
@@ -464,7 +445,7 @@ msgstr[1] "С правилом также необходимо связать о
464
445
  msgstr[2] "С правилом также необходимо связать организации группы узлов: %s"
465
446
  msgstr[3] "С правилом также необходимо связать организации группы узлов: %s"
466
447
 
467
- #: ../app/models/discovery_rule.rb:56
448
+ #: ../app/models/discovery_rule.rb:61
468
449
  msgid "Host group location %s must also be associated to the discovery rule"
469
450
  msgid_plural "Host group locations %s must also be associated to the discovery rule"
470
451
  msgstr[0] "С правилом также необходимо связать местоположение группы узлов, %s"
@@ -736,6 +717,34 @@ msgstr ""
736
717
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
737
718
  msgstr ""
738
719
 
720
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
721
+ msgid "Highlights"
722
+ msgstr "Основные"
723
+
724
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
725
+ msgid "Storage"
726
+ msgstr "Хранение данных"
727
+
728
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
729
+ msgid "Hardware"
730
+ msgstr "Физическое"
731
+
732
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
733
+ msgid "Network"
734
+ msgstr "Сеть"
735
+
736
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
737
+ msgid "Software"
738
+ msgstr "Программы"
739
+
740
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
741
+ msgid "IPMI"
742
+ msgstr "IPMI"
743
+
744
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
745
+ msgid "Miscellaneous"
746
+ msgstr "Дополнительно"
747
+
739
748
  #: ../app/services/foreman_discovery/host_converter.rb:47
740
749
  msgid "IPAM must be configured for subnet '%s'"
741
750
  msgstr ""
@@ -748,6 +757,10 @@ msgstr "API образа вернул ошибку HTTP/%{code}: '%{body}"
748
757
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
749
758
  msgstr "API образа вернул ошибку HTTP/%{code}: %{msg} (body: %{body})"
750
759
 
760
+ #: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
761
+ msgid "Host %s has been dicovered"
762
+ msgstr ""
763
+
751
764
  #: ../app/views/dashboard/_discovery_widget.html.erb:5
752
765
  msgid "Discovered Host"
753
766
  msgid_plural "Discovered Hosts"
@@ -806,11 +819,11 @@ msgstr ""
806
819
  msgid "Disks Size"
807
820
  msgstr ""
808
821
 
809
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
822
+ #: ../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
810
823
  msgid "Location"
811
824
  msgstr "Местоположение"
812
825
 
813
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
826
+ #: ../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
814
827
  msgid "Organization"
815
828
  msgstr "Организация"
816
829
 
@@ -822,7 +835,7 @@ msgstr "Подсеть"
822
835
  msgid "Last Facts Upload"
823
836
  msgstr ""
824
837
 
825
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
838
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
826
839
  msgid "Actions"
827
840
  msgstr "Действия"
828
841
 
@@ -970,6 +983,10 @@ msgstr ""
970
983
  msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
971
984
  msgstr ""
972
985
 
986
+ #: ../app/views/discovery_rules/clone.erb:1
987
+ msgid "Clone %s"
988
+ msgstr ""
989
+
973
990
  #: ../app/views/discovery_rules/edit.html.erb:1
974
991
  msgid "Edit %s"
975
992
  msgstr "Изменить %s"
@@ -1002,7 +1019,7 @@ msgstr "Группа узлов"
1002
1019
  msgid "Hosts/Limit"
1003
1020
  msgstr ""
1004
1021
 
1005
- #: ../app/views/discovery_rules/index.html.erb:11
1022
+ #: ../app/views/discovery_rules/index.html.erb:13
1006
1023
  msgid "DiscoveryRule|Enabled"
1007
1024
  msgstr "Включено"
1008
1025
 
@@ -1023,8 +1040,8 @@ msgid "A summary of discovered hosts"
1023
1040
  msgstr "Сводка состояния обнаруженных узлов"
1024
1041
 
1025
1042
  #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1026
- msgid "Hosts"
1027
- msgstr "Узлы"
1043
+ msgid "New hosts"
1044
+ msgstr ""
1028
1045
 
1029
1046
  #: ../db/seeds.d/80_discovery_ui_notification.rb:6
1030
1047
  msgid "One or more hosts have been discovered"
@@ -1034,19 +1051,27 @@ msgstr ""
1034
1051
  msgid "Details"
1035
1052
  msgstr "Свойства"
1036
1053
 
1037
- #: ../lib/foreman_discovery/engine.rb:180
1054
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:18
1055
+ msgid "Hosts"
1056
+ msgstr "Узлы"
1057
+
1058
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:20
1059
+ msgid "Error message goes here"
1060
+ msgstr ""
1061
+
1062
+ #: ../lib/foreman_discovery/engine.rb:176
1038
1063
  msgid "Discovery Kexec template"
1039
1064
  msgstr ""
1040
1065
 
1041
- #: ../lib/foreman_discovery/engine.rb:189
1066
+ #: ../lib/foreman_discovery/engine.rb:185
1042
1067
  msgid "Discovery Proxy"
1043
1068
  msgstr ""
1044
1069
 
1045
- #: ../lib/foreman_discovery/engine.rb:190
1070
+ #: ../lib/foreman_discovery/engine.rb:186
1046
1071
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1047
1072
  msgstr ""
1048
1073
 
1049
- #: ../lib/foreman_discovery/engine.rb:191
1074
+ #: ../lib/foreman_discovery/engine.rb:187
1050
1075
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1051
1076
  msgstr ""
1052
1077
 
@@ -1059,17 +1084,21 @@ msgid "documentation"
1059
1084
  msgstr ""
1060
1085
 
1061
1086
  #: action_names.rb:2
1062
- msgid "Action with sub plans"
1063
- msgstr "Действия с подпланами"
1087
+ msgid "Remote action:"
1088
+ msgstr "Удаленное действие:"
1064
1089
 
1065
1090
  #: action_names.rb:3
1066
- msgid "Import facts"
1067
- msgstr "Импорт фактов"
1068
-
1069
- #: action_names.rb:4
1070
1091
  msgid "Import Puppet classes"
1071
1092
  msgstr "Импорт классов Puppet"
1072
1093
 
1094
+ #: action_names.rb:4
1095
+ msgid "Import facts"
1096
+ msgstr "Импорт фактов"
1097
+
1073
1098
  #: action_names.rb:5
1074
- msgid "Remote action:"
1075
- msgstr "Удаленное действие:"
1099
+ msgid "Action with sub plans"
1100
+ msgstr "Действия с подпланами"
1101
+
1102
+ #: ../app/helpers/discovered_hosts_helper.rb:10
1103
+ #~ msgid "%s ago"
1104
+ #~ msgstr "%s назад"
@@ -10,7 +10,7 @@
10
10
  # Yulia <yulia.poyarkova@redhat.com>, 2016
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 16.1.3\n"
13
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
16
  "Last-Translator: Transifex Bot <>\n"
@@ -334,6 +334,12 @@ msgstr[3] "С правилом также необходимо связать о
334
334
  msgid "Host of type %s can not be rebooted"
335
335
  msgstr "Узел типа %s не может быть перезагружен"
336
336
 
337
+ msgid "Host's owner type"
338
+ msgstr ""
339
+
340
+ msgid "Host's parameters (array or indexed hash)"
341
+ msgstr ""
342
+
337
343
  msgid "Hostname facts"
338
344
  msgstr ""
339
345
 
@@ -421,9 +427,6 @@ msgstr "Шаблон kexec не привязан к операционной с
421
427
  msgid "Last Facts Upload"
422
428
  msgstr ""
423
429
 
424
- msgid "Learn more about this in the documentation."
425
- msgstr ""
426
-
427
430
  msgid "List all discovered hosts"
428
431
  msgstr "Показать все обнаруженные узлы"
429
432
 
@@ -478,6 +481,9 @@ msgstr "нет"
478
481
  msgid "Name"
479
482
  msgstr "Имя"
480
483
 
484
+ msgid "Name of the parameter"
485
+ msgstr ""
486
+
481
487
  msgid "Network"
482
488
  msgstr "Сеть"
483
489
 
@@ -496,9 +502,6 @@ msgstr "Нет обнаруженных узлов"
496
502
  msgid "No discovered hosts for the selected period"
497
503
  msgstr "За указанный период времени новых узлов не обнаружено"
498
504
 
499
- msgid "No discovered hosts found in this context."
500
- msgstr ""
501
-
502
505
  msgid "No discovered hosts to provision"
503
506
  msgstr "Нет обнаруженных узлов"
504
507
 
@@ -541,6 +544,9 @@ msgstr ""
541
544
  msgid "PXELinux template to be used when pinning a host to discovery"
542
545
  msgstr ""
543
546
 
547
+ msgid "Parameter value"
548
+ msgstr ""
549
+
544
550
  msgid "Please Confirm"
545
551
  msgstr "Подтвердите"
546
552
 
@@ -688,15 +694,15 @@ msgstr "Узлы не были удалены: %s"
688
694
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
689
695
  msgstr "Это может занять некоторое время, так как в ходе выполнения будут удалены узлы, статистика и все отчеты"
690
696
 
691
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
692
- msgstr ""
693
-
694
697
  msgid "Type"
695
698
  msgstr "Тип"
696
699
 
697
700
  msgid "Type of name generator"
698
701
  msgstr ""
699
702
 
703
+ msgid "Type of value"
704
+ msgstr ""
705
+
700
706
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
701
707
  msgstr "UUID для отслеживания состояния задач оркестрации, GET /api/orchestration/:UUID/tasks"
702
708
 
@@ -781,6 +787,15 @@ msgstr "запрос для поиска соответствий среди у
781
787
  msgid "represents rule name shown to the users"
782
788
  msgstr "название правила, которое увидят пользователи"
783
789
 
790
+ msgid "required if host is managed and custom partition has not been defined"
791
+ msgstr ""
792
+
793
+ msgid "required if host is managed and value is not inherited from host group"
794
+ msgstr ""
795
+
796
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
797
+ msgstr ""
798
+
784
799
  msgid "required if value is not inherited from host group or default password in settings"
785
800
  msgstr "обязательно, если пароль не унаследован от группы узлов или заданного по умолчанию пароля"
786
801