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
@@ -10,8 +10,9 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: foreman_discovery 16.3.4\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "PO-Revision-Date: 2020-10-29 17:16+0000\n"
14
- "Last-Translator: Robin Friberg <robin.friberg@gmail.com>\n"
13
+ "POT-Creation-Date: 2021-05-03 08:46+0200\n"
14
+ "PO-Revision-Date: 2021-01-25 08:35+0000\n"
15
+ "Last-Translator: Transifex Bot <>\n"
15
16
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
16
17
  "uage/sv_SE/)\n"
17
18
  "MIME-Version: 1.0\n"
@@ -116,51 +117,51 @@ msgstr ""
116
117
  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)"
117
118
  msgstr ""
118
119
 
119
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
120
121
  msgid "Execute rules against a discovered host"
121
122
  msgstr ""
122
123
 
123
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:157
124
125
  msgid "Host %{host} was provisioned with rule %{rule}"
125
126
  msgstr ""
126
127
 
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
128
129
  msgid "Unable to provision %{host}: %{errors}"
129
130
  msgstr ""
130
131
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:164
132
133
  msgid "No rule found for host %s"
133
134
  msgstr ""
134
135
 
135
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
136
137
  msgid "Execute rules against all currently discovered hosts"
137
138
  msgstr ""
138
139
 
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:170
140
141
  msgid "Errors during auto provisioning: %s"
141
142
  msgstr ""
142
143
 
143
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:173
144
145
  msgid "No discovered hosts to provision"
145
146
  msgstr ""
146
147
 
147
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
148
149
  msgid "%s discovered hosts were provisioned"
149
150
  msgstr ""
150
151
 
151
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
152
153
  msgid "Refreshing the facts of a discovered host"
153
154
  msgstr ""
154
155
 
155
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
156
157
  msgid "Rebooting a discovered host"
157
158
  msgstr ""
158
159
 
159
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
160
161
  msgid "Rebooting all discovered hosts"
161
162
  msgstr ""
162
163
 
163
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
164
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:126
164
165
  msgid "Discovered hosts are rebooting now"
165
166
  msgstr ""
166
167
 
@@ -240,110 +241,86 @@ msgstr ""
240
241
  msgid "No discovered hosts to reboot"
241
242
  msgstr ""
242
243
 
243
- #: ../app/controllers/discovered_hosts_controller.rb:63
244
+ #: ../app/controllers/discovered_hosts_controller.rb:60
244
245
  msgid "Successfully provisioned %s"
245
246
  msgstr ""
246
247
 
247
- #: ../app/controllers/discovered_hosts_controller.rb:97
248
+ #: ../app/controllers/discovered_hosts_controller.rb:94
248
249
  msgid "Facts refreshed for %s"
249
250
  msgstr "Fakta uppdaterade för %s"
250
251
 
251
- #: ../app/controllers/discovered_hosts_controller.rb:99
252
+ #: ../app/controllers/discovered_hosts_controller.rb:96
252
253
  msgid "Failed to refresh facts for %s"
253
254
  msgstr "Misslyckades med att uppdatera fakta för %s"
254
255
 
255
- #: ../app/controllers/discovered_hosts_controller.rb:102
256
+ #: ../app/controllers/discovered_hosts_controller.rb:99
256
257
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
257
258
  msgstr ""
258
259
 
259
- #: ../app/controllers/discovered_hosts_controller.rb:109
260
+ #: ../app/controllers/discovered_hosts_controller.rb:106
260
261
  msgid "Host of type %s can not be rebooted"
261
262
  msgstr ""
262
263
 
263
- #: ../app/controllers/discovered_hosts_controller.rb:113
264
+ #: ../app/controllers/discovered_hosts_controller.rb:110
264
265
  msgid "Rebooting host %s"
265
266
  msgstr ""
266
267
 
267
- #: ../app/controllers/discovered_hosts_controller.rb:115
268
+ #: ../app/controllers/discovered_hosts_controller.rb:112
268
269
  msgid "Failed to reboot host %s"
269
270
  msgstr ""
270
271
 
271
- #: ../app/controllers/discovered_hosts_controller.rb:118
272
+ #: ../app/controllers/discovered_hosts_controller.rb:115
272
273
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
273
274
  msgstr ""
274
275
 
275
- #: ../app/controllers/discovered_hosts_controller.rb:132
276
+ #: ../app/controllers/discovered_hosts_controller.rb:129
276
277
  msgid "Failed to reboot hosts with error %s"
277
278
  msgstr ""
278
279
 
279
- #: ../app/controllers/discovered_hosts_controller.rb:150
280
+ #: ../app/controllers/discovered_hosts_controller.rb:147
280
281
  msgid "Destroyed selected hosts"
281
282
  msgstr "Förstör markerade värdar"
282
283
 
283
- #: ../app/controllers/discovered_hosts_controller.rb:152
284
+ #: ../app/controllers/discovered_hosts_controller.rb:149
284
285
  msgid "The following hosts were not deleted: %s"
285
286
  msgstr "Följande värdar raderades inte: %s"
286
287
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:164
288
+ #: ../app/controllers/discovered_hosts_controller.rb:161
288
289
  msgid "Failed to auto provision host %s: %s"
289
290
  msgstr ""
290
291
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:192
292
+ #: ../app/controllers/discovered_hosts_controller.rb:189
292
293
  msgid "Discovered hosts are provisioning now"
293
294
  msgstr ""
294
295
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:226
296
- msgid "Highlights"
296
+ #: ../app/controllers/discovered_hosts_controller.rb:270
297
+ msgid "Discovered host reported from unknown subnet, communication will not be proxied."
297
298
  msgstr ""
298
299
 
299
- #: ../app/controllers/discovered_hosts_controller.rb:226
300
- msgid "Storage"
301
- msgstr ""
302
-
303
- #: ../app/controllers/discovered_hosts_controller.rb:226
304
- msgid "Hardware"
300
+ #: ../app/controllers/discovered_hosts_controller.rb:275
301
+ msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
305
302
  msgstr ""
306
303
 
307
- #: ../app/controllers/discovered_hosts_controller.rb:226
308
- msgid "Network"
309
- msgstr ""
310
-
311
- #: ../app/controllers/discovered_hosts_controller.rb:226
312
- msgid "Software"
313
- msgstr ""
314
-
315
- #: ../app/controllers/discovered_hosts_controller.rb:226
316
- msgid "IPMI"
317
- msgstr ""
318
-
319
- #: ../app/controllers/discovered_hosts_controller.rb:226
320
- msgid "Miscellaneous"
321
- msgstr ""
322
-
323
- #: ../app/controllers/discovered_hosts_controller.rb:304
304
+ #: ../app/controllers/discovered_hosts_controller.rb:289
324
305
  msgid "No hosts were found with that id or name"
325
306
  msgstr "Inga värdar med det idt eller namnet hittades"
326
307
 
327
- #: ../app/controllers/discovered_hosts_controller.rb:308
308
+ #: ../app/controllers/discovered_hosts_controller.rb:293
328
309
  msgid "No hosts selected"
329
310
  msgstr "Inga värdar markerade"
330
311
 
331
- #: ../app/controllers/discovered_hosts_controller.rb:314
312
+ #: ../app/controllers/discovered_hosts_controller.rb:299
332
313
  msgid "Something went wrong while selecting hosts - %s"
333
314
  msgstr "Något blev fel vid markering av värdar - %s"
334
315
 
335
- #: ../app/controllers/discovery_rules_controller.rb:72
316
+ #: ../app/controllers/discovery_rules_controller.rb:79
336
317
  msgid "Rule enabled"
337
318
  msgstr ""
338
319
 
339
- #: ../app/controllers/discovery_rules_controller.rb:72
320
+ #: ../app/controllers/discovery_rules_controller.rb:79
340
321
  msgid "Rule disabled"
341
322
  msgstr ""
342
323
 
343
- #: ../app/helpers/discovered_hosts_helper.rb:10
344
- msgid "%s ago"
345
- msgstr "%s sedan"
346
-
347
324
  #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
348
325
  msgid "Auto Provision"
349
326
  msgstr ""
@@ -429,6 +406,10 @@ msgid "Enable rule '%s'?"
429
406
  msgstr ""
430
407
 
431
408
  #: ../app/helpers/discovery_rules_helper.rb:33
409
+ msgid "Clone"
410
+ msgstr ""
411
+
412
+ #: ../app/helpers/discovery_rules_helper.rb:34
432
413
  msgid "Delete rule '%s'?"
433
414
  msgstr ""
434
415
 
@@ -452,13 +433,13 @@ msgstr ""
452
433
  msgid "must be present."
453
434
  msgstr ""
454
435
 
455
- #: ../app/models/discovery_rule.rb:52
436
+ #: ../app/models/discovery_rule.rb:57
456
437
  msgid "Host group organization %s must also be associated to the discovery rule"
457
438
  msgid_plural "Host group organizations %s must also be associated to the discovery rule"
458
439
  msgstr[0] ""
459
440
  msgstr[1] ""
460
441
 
461
- #: ../app/models/discovery_rule.rb:56
442
+ #: ../app/models/discovery_rule.rb:61
462
443
  msgid "Host group location %s must also be associated to the discovery rule"
463
444
  msgid_plural "Host group locations %s must also be associated to the discovery rule"
464
445
  msgstr[0] ""
@@ -728,6 +709,34 @@ msgstr ""
728
709
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
729
710
  msgstr ""
730
711
 
712
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
713
+ msgid "Highlights"
714
+ msgstr ""
715
+
716
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
717
+ msgid "Storage"
718
+ msgstr ""
719
+
720
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
721
+ msgid "Hardware"
722
+ msgstr ""
723
+
724
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
725
+ msgid "Network"
726
+ msgstr ""
727
+
728
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
729
+ msgid "Software"
730
+ msgstr ""
731
+
732
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
733
+ msgid "IPMI"
734
+ msgstr ""
735
+
736
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
737
+ msgid "Miscellaneous"
738
+ msgstr ""
739
+
731
740
  #: ../app/services/foreman_discovery/host_converter.rb:47
732
741
  msgid "IPAM must be configured for subnet '%s'"
733
742
  msgstr ""
@@ -740,6 +749,10 @@ msgstr ""
740
749
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
741
750
  msgstr ""
742
751
 
752
+ #: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
753
+ msgid "Host %s has been dicovered"
754
+ msgstr ""
755
+
743
756
  #: ../app/views/dashboard/_discovery_widget.html.erb:5
744
757
  msgid "Discovered Host"
745
758
  msgid_plural "Discovered Hosts"
@@ -798,11 +811,11 @@ msgstr ""
798
811
  msgid "Disks Size"
799
812
  msgstr ""
800
813
 
801
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
814
+ #: ../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
802
815
  msgid "Location"
803
816
  msgstr "Lokation"
804
817
 
805
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
818
+ #: ../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
806
819
  msgid "Organization"
807
820
  msgstr "Organisation"
808
821
 
@@ -814,7 +827,7 @@ msgstr "Subnät"
814
827
  msgid "Last Facts Upload"
815
828
  msgstr ""
816
829
 
817
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
830
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
818
831
  msgid "Actions"
819
832
  msgstr "Åtgärder"
820
833
 
@@ -962,6 +975,10 @@ msgstr ""
962
975
  msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
963
976
  msgstr ""
964
977
 
978
+ #: ../app/views/discovery_rules/clone.erb:1
979
+ msgid "Clone %s"
980
+ msgstr ""
981
+
965
982
  #: ../app/views/discovery_rules/edit.html.erb:1
966
983
  msgid "Edit %s"
967
984
  msgstr "Redigera %s"
@@ -994,7 +1011,7 @@ msgstr ""
994
1011
  msgid "Hosts/Limit"
995
1012
  msgstr ""
996
1013
 
997
- #: ../app/views/discovery_rules/index.html.erb:11
1014
+ #: ../app/views/discovery_rules/index.html.erb:13
998
1015
  msgid "DiscoveryRule|Enabled"
999
1016
  msgstr ""
1000
1017
 
@@ -1015,7 +1032,7 @@ msgid "A summary of discovered hosts"
1015
1032
  msgstr ""
1016
1033
 
1017
1034
  #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1018
- msgid "Hosts"
1035
+ msgid "New hosts"
1019
1036
  msgstr ""
1020
1037
 
1021
1038
  #: ../db/seeds.d/80_discovery_ui_notification.rb:6
@@ -1026,19 +1043,27 @@ msgstr ""
1026
1043
  msgid "Details"
1027
1044
  msgstr ""
1028
1045
 
1029
- #: ../lib/foreman_discovery/engine.rb:180
1046
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:18
1047
+ msgid "Hosts"
1048
+ msgstr ""
1049
+
1050
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:20
1051
+ msgid "Error message goes here"
1052
+ msgstr ""
1053
+
1054
+ #: ../lib/foreman_discovery/engine.rb:176
1030
1055
  msgid "Discovery Kexec template"
1031
1056
  msgstr ""
1032
1057
 
1033
- #: ../lib/foreman_discovery/engine.rb:189
1058
+ #: ../lib/foreman_discovery/engine.rb:185
1034
1059
  msgid "Discovery Proxy"
1035
1060
  msgstr ""
1036
1061
 
1037
- #: ../lib/foreman_discovery/engine.rb:190
1062
+ #: ../lib/foreman_discovery/engine.rb:186
1038
1063
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1039
1064
  msgstr ""
1040
1065
 
1041
- #: ../lib/foreman_discovery/engine.rb:191
1066
+ #: ../lib/foreman_discovery/engine.rb:187
1042
1067
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1043
1068
  msgstr ""
1044
1069
 
@@ -1051,17 +1076,21 @@ msgid "documentation"
1051
1076
  msgstr ""
1052
1077
 
1053
1078
  #: action_names.rb:2
1054
- msgid "Action with sub plans"
1079
+ msgid "Remote action:"
1055
1080
  msgstr ""
1056
1081
 
1057
1082
  #: action_names.rb:3
1058
- msgid "Import facts"
1083
+ msgid "Import Puppet classes"
1059
1084
  msgstr ""
1060
1085
 
1061
1086
  #: action_names.rb:4
1062
- msgid "Import Puppet classes"
1087
+ msgid "Import facts"
1063
1088
  msgstr ""
1064
1089
 
1065
1090
  #: action_names.rb:5
1066
- msgid "Remote action:"
1091
+ msgid "Action with sub plans"
1067
1092
  msgstr ""
1093
+
1094
+ #: ../app/helpers/discovered_hosts_helper.rb:10
1095
+ #~ msgid "%s ago"
1096
+ #~ msgstr "%s sedan"
@@ -8,7 +8,7 @@
8
8
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_discovery 16.1.3\n"
11
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
14
14
  "Last-Translator: Transifex Bot <>\n"
@@ -326,6 +326,12 @@ msgstr[1] ""
326
326
  msgid "Host of type %s can not be rebooted"
327
327
  msgstr ""
328
328
 
329
+ msgid "Host's owner type"
330
+ msgstr ""
331
+
332
+ msgid "Host's parameters (array or indexed hash)"
333
+ msgstr ""
334
+
329
335
  msgid "Hostname facts"
330
336
  msgstr ""
331
337
 
@@ -413,9 +419,6 @@ msgstr ""
413
419
  msgid "Last Facts Upload"
414
420
  msgstr ""
415
421
 
416
- msgid "Learn more about this in the documentation."
417
- msgstr ""
418
-
419
422
  msgid "List all discovered hosts"
420
423
  msgstr ""
421
424
 
@@ -470,6 +473,9 @@ msgstr "N/A"
470
473
  msgid "Name"
471
474
  msgstr "Namn"
472
475
 
476
+ msgid "Name of the parameter"
477
+ msgstr ""
478
+
473
479
  msgid "Network"
474
480
  msgstr ""
475
481
 
@@ -488,9 +494,6 @@ msgstr ""
488
494
  msgid "No discovered hosts for the selected period"
489
495
  msgstr ""
490
496
 
491
- msgid "No discovered hosts found in this context."
492
- msgstr ""
493
-
494
497
  msgid "No discovered hosts to provision"
495
498
  msgstr ""
496
499
 
@@ -533,6 +536,9 @@ msgstr ""
533
536
  msgid "PXELinux template to be used when pinning a host to discovery"
534
537
  msgstr ""
535
538
 
539
+ msgid "Parameter value"
540
+ msgstr ""
541
+
536
542
  msgid "Please Confirm"
537
543
  msgstr "Var god, bekräfta"
538
544
 
@@ -680,15 +686,15 @@ msgstr "Följande värdar raderades inte: %s"
680
686
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
681
687
  msgstr "Detta kan dröja då alla värdar, fakta och rapporter också kommer bli förstörda"
682
688
 
683
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
684
- msgstr ""
685
-
686
689
  msgid "Type"
687
690
  msgstr ""
688
691
 
689
692
  msgid "Type of name generator"
690
693
  msgstr ""
691
694
 
695
+ msgid "Type of value"
696
+ msgstr ""
697
+
692
698
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
693
699
  msgstr ""
694
700
 
@@ -773,6 +779,15 @@ msgstr ""
773
779
  msgid "represents rule name shown to the users"
774
780
  msgstr ""
775
781
 
782
+ msgid "required if host is managed and custom partition has not been defined"
783
+ msgstr ""
784
+
785
+ msgid "required if host is managed and value is not inherited from host group"
786
+ msgstr ""
787
+
788
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
789
+ msgstr ""
790
+
776
791
  msgid "required if value is not inherited from host group or default password in settings"
777
792
  msgstr ""
778
793