foreman_discovery 19.0.0 → 19.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49bbabc46a9e5a63efeb771e02740831116e91ab9f6e019fce558fb28bf90bdb
4
- data.tar.gz: 50c641854a07662a9ce463531695332506f0012409710fed0d39f32b4685aed3
3
+ metadata.gz: 2568b9383d65ae771168304f083e0d1b5b98d7bdb186f3a5fe6ffd7a2c8cdf47
4
+ data.tar.gz: 766f154644fac38016a7290b2e2a48d9805a3341bbbe6be97c37b9c82f452458
5
5
  SHA512:
6
- metadata.gz: 84252b86b2cfd204113d88053623054d5e50c3b1b17b95894c99a6b451be5e4659745685622143a6eaa14af02f603ab20d7f4fb3e4072a160c334d231494c5fa
7
- data.tar.gz: 8555b512473f68cd628bd27fbfe26016f38e1c85d5e2c3420735a5e69472decfb09105fffe17209fdfa60629a8555872b0da6c88a14ac1d30a095556c53e4879
6
+ metadata.gz: b7367df9e5d0f6db8a187e2eb89b6d98a48ae4b37994dfa11b617762698edf0150244025508e1923d78f6393997d28d20497e578e332c32c0df077a55cc4f31e
7
+ data.tar.gz: ca1ea3590d130ee3fb6fd7f6bfd2d29ad6095e382680141a0118fc64258e7652c8b264364fbc0fbf9e7818dcf23bce6e1b67b4cbc1213a5fc4a87f24c1027681
@@ -2,6 +2,6 @@ module DiscoveryTaxonomyExtensions
2
2
  extend ActiveSupport::Concern
3
3
  included do
4
4
  has_many :discovered_hosts, :class_name => 'Host::Discovered'
5
- before_destroy EnsureNotUsedBy.new(:discovered_hosts)
5
+ before_destroy ActiveRecord::Base::EnsureNotUsedBy.new(:discovered_hosts)
6
6
  end
7
7
  end
@@ -14,8 +14,8 @@ class Setting::Discovered < ::Setting
14
14
 
15
15
  def self.default_settings
16
16
  [
17
- self.set('discovery_location', N_("The default location to place discovered hosts in"), "", N_("Discovery location"), nil, { :collection => Proc.new {Hash[Location.all.map{|loc| [loc[:title], loc[:title]]}]} }),
18
- self.set('discovery_organization', N_("The default organization to place discovered hosts in"), "", N_("Discovery organization"), nil, { :collection => Proc.new {Hash[Organization.all.map{|org| [org[:title], org[:title]]}]} }),
17
+ self.set('discovery_location', N_("The default location to place discovered hosts in"), "", N_("Discovery location"), nil, { :collection => Proc.new {Hash[[['', '']].concat Location.all.map{|loc| [loc[:title], loc[:title]]}]} }),
18
+ self.set('discovery_organization', N_("The default organization to place discovered hosts in"), "", N_("Discovery organization"), nil, { :collection => Proc.new {Hash[[['', '']].concat Organization.all.map{|org| [org[:title], org[:title]]}]} }),
19
19
  self.set('discovery_fact', N_("Fact name to use for primary interface detection"), "discovery_bootif", N_("Interface fact")),
20
20
  self.set('discovery_auto_bond', N_("Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"), false, N_("Create bond interfaces")),
21
21
  self.set('discovery_clean_facts', N_("Clean all reported facts during provisioning (except discovery facts)"), false, N_("Clean all facts")),
@@ -47,9 +47,9 @@ Extra options like --reset-vga can be set via "extra" array.
47
47
  "initram": "<%= @initrd_uri %>",
48
48
  <% if (@host.operatingsystem.name == 'Fedora' and @host.operatingsystem.major.to_i > 16) or
49
49
  (@host.operatingsystem.name != 'Fedora' and @host.operatingsystem.major.to_i >= 7) -%>
50
- "append": "ks=<%= foreman_url('provision') + "&static=yes" %> inst.ks.sendmac <%= "ip=#{ip}::#{gw}:#{mask}:::none nameserver=#{dns} ksdevice=bootif BOOTIF=#{bootif} nomodeset nokaslr " + options.compact.join(' ') %>",
50
+ "append": "inst.ks=<%= foreman_url('provision') + "&static=yes" %> inst.ks.sendmac <%= "ip=#{ip}::#{gw}:#{mask}:::none nameserver=#{dns} ksdevice=bootif BOOTIF=#{bootif} nomodeset nokaslr " + options.compact.join(' ') %>",
51
51
  <% else -%>
52
- "append": "ks=<%= foreman_url('provision') + "&static=yes" %> kssendmac nicdelay=5 <%= "ip=#{ip} netmask=#{mask} gateway=#{gw} dns=#{dns} ksdevice=#{mac} BOOTIF=#{bootif} nomodeset nokaslr " + options.compact.join(' ') %>",
52
+ "append": "inst.ks=<%= foreman_url('provision') + "&static=yes" %> kssendmac nicdelay=5 <%= "ip=#{ip} netmask=#{mask} gateway=#{gw} dns=#{dns} ksdevice=#{mac} BOOTIF=#{bootif} nomodeset nokaslr " + options.compact.join(' ') %>",
53
53
  <% end -%>
54
54
  "extra": []
55
55
  }
@@ -1,3 +1,3 @@
1
1
  module ForemanDiscovery
2
- VERSION = "19.0.0"
2
+ VERSION = "19.0.3"
3
3
  end
@@ -7,11 +7,11 @@
7
7
  # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 18.0.1\n"
10
+ "Project-Id-Version: foreman_discovery 21.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2021-11-25 10:15+0100\n"
13
- "PO-Revision-Date: 2021-09-20 17:24+0000\n"
14
- "Last-Translator: Transifex Bot <>\n"
12
+ "POT-Creation-Date: 2022-03-17 14:06+0100\n"
13
+ "PO-Revision-Date: 2013-11-15 17:25+0000\n"
14
+ "Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2017\n"
15
15
  "Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
16
16
  "\n"
17
17
  "MIME-Version: 1.0\n"
@@ -464,31 +464,31 @@ msgstr "Objectes d'interès no vàlids, han de tenir un Hash"
464
464
  msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
465
465
  msgstr ""
466
466
 
467
- #: ../app/models/host/discovered.rb:73
467
+ #: ../app/models/host/discovered.rb:74
468
468
  msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
469
469
  msgstr ""
470
470
 
471
- #: ../app/models/host/discovered.rb:102
471
+ #: ../app/models/host/discovered.rb:103
472
472
  msgid "Facts could not be imported"
473
473
  msgstr ""
474
474
 
475
- #: ../app/models/host/discovered.rb:160
475
+ #: ../app/models/host/discovered.rb:161
476
476
  msgid "Could not get facts from proxy %{url}: %{error}"
477
477
  msgstr "No s'han pogut obtenir els objectes d'interès del servidor intermediari %{url}: %{error}"
478
478
 
479
- #: ../app/models/host/discovered.rb:178
479
+ #: ../app/models/host/discovered.rb:179
480
480
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
481
481
  msgstr ""
482
482
 
483
- #: ../app/models/host/discovered.rb:182 ../app/models/host/discovered.rb:205
483
+ #: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
484
484
  msgid "Unable to perform %{action} on %{ips}"
485
485
  msgstr ""
486
486
 
487
- #: ../app/models/host/discovered.rb:201
487
+ #: ../app/models/host/discovered.rb:202
488
488
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
489
489
  msgstr ""
490
490
 
491
- #: ../app/models/host/discovered.rb:225
491
+ #: ../app/models/host/discovered.rb:226
492
492
  msgid "Invalid hostname: Could not normalize the hostname"
493
493
  msgstr ""
494
494
 
@@ -722,15 +722,15 @@ msgstr ""
722
722
 
723
723
  #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
724
724
  msgid "Storage"
725
- msgstr ""
725
+ msgstr "Emmagatzematge"
726
726
 
727
727
  #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
728
728
  msgid "Hardware"
729
- msgstr ""
729
+ msgstr "Maquinari"
730
730
 
731
731
  #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
732
732
  msgid "Network"
733
- msgstr ""
733
+ msgstr "Xarxa"
734
734
 
735
735
  #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
736
736
  msgid "Software"
@@ -876,7 +876,7 @@ msgstr "Interfícies"
876
876
 
877
877
  #: ../app/views/discovered_hosts/show.html.erb:44
878
878
  msgid "Type"
879
- msgstr ""
879
+ msgstr "Tipus"
880
880
 
881
881
  #: ../app/views/discovered_hosts/show.html.erb:45
882
882
  msgid "Identifier"
@@ -952,7 +952,7 @@ msgstr "Nom d'amfitrió per als amfitrions aprovisionats"
952
952
 
953
953
  #: ../app/views/discovery_rules/_form.html.erb:26
954
954
  msgid "Hosts Limit"
955
- msgstr ""
955
+ msgstr "Límit d'amfitrions"
956
956
 
957
957
  #: ../app/views/discovery_rules/_form.html.erb:26
958
958
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
@@ -1012,7 +1012,7 @@ msgstr "Consulta"
1012
1012
 
1013
1013
  #: ../app/views/discovery_rules/index.html.erb:9
1014
1014
  msgid "Host Group"
1015
- msgstr ""
1015
+ msgstr "Grup dels amfitrions"
1016
1016
 
1017
1017
  #: ../app/views/discovery_rules/index.html.erb:10
1018
1018
  msgid "Hosts/Limit"
@@ -1048,11 +1048,11 @@ msgstr ""
1048
1048
 
1049
1049
  #: ../db/seeds.d/80_discovery_ui_notification.rb:13
1050
1050
  msgid "Details"
1051
- msgstr ""
1051
+ msgstr "Detalls"
1052
1052
 
1053
1053
  #: ../db/seeds.d/80_discovery_ui_notification.rb:18
1054
1054
  msgid "Hosts"
1055
- msgstr ""
1055
+ msgstr "Amfitrions"
1056
1056
 
1057
1057
  #: ../db/seeds.d/80_discovery_ui_notification.rb:20
1058
1058
  msgid "Error message goes here"
@@ -1082,6 +1082,14 @@ msgstr ""
1082
1082
  msgid "documentation"
1083
1083
  msgstr ""
1084
1084
 
1085
+ #: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
1086
+ msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
1087
+ msgstr ""
1088
+
1089
+ #: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
1090
+ msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
1091
+ msgstr ""
1092
+
1085
1093
  #: action_names.rb:2
1086
1094
  msgid "Remote action:"
1087
1095
  msgstr ""
@@ -15,11 +15,11 @@
15
15
  # stbenjam <stephen@redhat.com>, 2016
16
16
  msgid ""
17
17
  msgstr ""
18
- "Project-Id-Version: foreman_discovery 18.0.1\n"
18
+ "Project-Id-Version: foreman_discovery 21.0.0\n"
19
19
  "Report-Msgid-Bugs-To: \n"
20
- "POT-Creation-Date: 2021-11-25 10:15+0100\n"
21
- "PO-Revision-Date: 2021-10-13 15:12+0000\n"
22
- "Last-Translator: Patrick Dolinic\n"
20
+ "POT-Creation-Date: 2022-03-17 14:06+0100\n"
21
+ "PO-Revision-Date: 2013-11-15 17:25+0000\n"
22
+ "Last-Translator: Patrick Dolinic, 2021\n"
23
23
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
24
24
  "MIME-Version: 1.0\n"
25
25
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -471,31 +471,31 @@ msgstr "Ungültige Fakten, es muss sich um einen Hash handeln"
471
471
  msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
472
472
  msgstr "Erwartetes discovery_fact '%s' fehlt, primäre Schnittstelle kann nicht gefunden und Hostname nicht eingestellt werden"
473
473
 
474
- #: ../app/models/host/discovered.rb:73
474
+ #: ../app/models/host/discovered.rb:74
475
475
  msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
476
476
  msgstr "Ungültige Fakten: Hash enthält keinen gültigen Wert für einen der Fakten in der Einstellung Discovery_Hostname: %s"
477
477
 
478
- #: ../app/models/host/discovered.rb:102
478
+ #: ../app/models/host/discovered.rb:103
479
479
  msgid "Facts could not be imported"
480
480
  msgstr "Fakten konnten nicht importiert werden"
481
481
 
482
- #: ../app/models/host/discovered.rb:160
482
+ #: ../app/models/host/discovered.rb:161
483
483
  msgid "Could not get facts from proxy %{url}: %{error}"
484
484
  msgstr "Fakten konnten nicht vom Proxy %{url} abgerufen werden: %{error}"
485
485
 
486
- #: ../app/models/host/discovered.rb:178
486
+ #: ../app/models/host/discovered.rb:179
487
487
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
488
488
  msgstr "Neustart auf %{name} (%{url}) nicht möglich: %{msg}"
489
489
 
490
- #: ../app/models/host/discovered.rb:182 ../app/models/host/discovered.rb:205
490
+ #: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
491
491
  msgid "Unable to perform %{action} on %{ips}"
492
492
  msgstr "%{action} auf %{ips} kann nicht ausgeführt werden"
493
493
 
494
- #: ../app/models/host/discovered.rb:201
494
+ #: ../app/models/host/discovered.rb:202
495
495
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
496
496
  msgstr "Kexec kann auf %{name} (%{url}) nicht ausgeführt werden: %{msg}"
497
497
 
498
- #: ../app/models/host/discovered.rb:225
498
+ #: ../app/models/host/discovered.rb:226
499
499
  msgid "Invalid hostname: Could not normalize the hostname"
500
500
  msgstr "Ungültiger Hostname: Konnte den Hostnamen nicht normalisieren"
501
501
 
@@ -1089,6 +1089,14 @@ msgstr "Weitere Informationen finden Sie unter"
1089
1089
  msgid "documentation"
1090
1090
  msgstr "Dokumentation"
1091
1091
 
1092
+ #: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
1093
+ msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
1094
+ msgstr ""
1095
+
1096
+ #: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
1097
+ msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
1098
+ msgstr ""
1099
+
1092
1100
  #: action_names.rb:2
1093
1101
  msgid "Remote action:"
1094
1102
  msgstr "Entfernte Aktion:"
@@ -2,7 +2,7 @@
2
2
  # This file is distributed under the same license as the foreman_discovery package.
3
3
  msgid ""
4
4
  msgstr ""
5
- "Project-Id-Version: foreman_discovery 18.0.1\n"
5
+ "Project-Id-Version: foreman_discovery 21.0.0\n"
6
6
  "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
7
7
  "PO-Revision-Date: 2015-12-27 01:18+0000\n"
8
8
  "Last-Translator: \n"
@@ -456,31 +456,31 @@ msgstr ""
456
456
  msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
457
457
  msgstr ""
458
458
 
459
- #: ../app/models/host/discovered.rb:73
459
+ #: ../app/models/host/discovered.rb:74
460
460
  msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
461
461
  msgstr ""
462
462
 
463
- #: ../app/models/host/discovered.rb:102
463
+ #: ../app/models/host/discovered.rb:103
464
464
  msgid "Facts could not be imported"
465
465
  msgstr ""
466
466
 
467
- #: ../app/models/host/discovered.rb:160
467
+ #: ../app/models/host/discovered.rb:161
468
468
  msgid "Could not get facts from proxy %{url}: %{error}"
469
469
  msgstr ""
470
470
 
471
- #: ../app/models/host/discovered.rb:178
471
+ #: ../app/models/host/discovered.rb:179
472
472
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
473
473
  msgstr ""
474
474
 
475
- #: ../app/models/host/discovered.rb:182 ../app/models/host/discovered.rb:205
475
+ #: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
476
476
  msgid "Unable to perform %{action} on %{ips}"
477
477
  msgstr ""
478
478
 
479
- #: ../app/models/host/discovered.rb:201
479
+ #: ../app/models/host/discovered.rb:202
480
480
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
481
481
  msgstr ""
482
482
 
483
- #: ../app/models/host/discovered.rb:225
483
+ #: ../app/models/host/discovered.rb:226
484
484
  msgid "Invalid hostname: Could not normalize the hostname"
485
485
  msgstr ""
486
486
 
@@ -1074,6 +1074,14 @@ msgstr ""
1074
1074
  msgid "documentation"
1075
1075
  msgstr ""
1076
1076
 
1077
+ #: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
1078
+ msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
1079
+ msgstr ""
1080
+
1081
+ #: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
1082
+ msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
1083
+ msgstr ""
1084
+
1077
1085
  #: action_names.rb:2
1078
1086
  msgid "Remote action:"
1079
1087
  msgstr ""
@@ -10,11 +10,11 @@
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 18.0.1\n"
13
+ "Project-Id-Version: foreman_discovery 21.0.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2021-11-25 10:15+0100\n"
16
- "PO-Revision-Date: 2021-09-20 17:24+0000\n"
17
- "Last-Translator: Transifex Bot <>\n"
15
+ "POT-Creation-Date: 2022-03-17 14:06+0100\n"
16
+ "PO-Revision-Date: 2013-11-15 17:25+0000\n"
17
+ "Last-Translator: Andi Chandler <andi@gowling.com>, 2015-2019\n"
18
18
  "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
19
19
  "man/language/en_GB/)\n"
20
20
  "MIME-Version: 1.0\n"
@@ -467,31 +467,31 @@ msgstr "Invalid facts, must be a Hash"
467
467
  msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
468
468
  msgstr "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
469
469
 
470
- #: ../app/models/host/discovered.rb:73
470
+ #: ../app/models/host/discovered.rb:74
471
471
  msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
472
472
  msgstr "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
473
473
 
474
- #: ../app/models/host/discovered.rb:102
474
+ #: ../app/models/host/discovered.rb:103
475
475
  msgid "Facts could not be imported"
476
476
  msgstr "Facts could not be imported"
477
477
 
478
- #: ../app/models/host/discovered.rb:160
478
+ #: ../app/models/host/discovered.rb:161
479
479
  msgid "Could not get facts from proxy %{url}: %{error}"
480
480
  msgstr "Could not get facts from proxy %{url}: %{error}"
481
481
 
482
- #: ../app/models/host/discovered.rb:178
482
+ #: ../app/models/host/discovered.rb:179
483
483
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
484
484
  msgstr ""
485
485
 
486
- #: ../app/models/host/discovered.rb:182 ../app/models/host/discovered.rb:205
486
+ #: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
487
487
  msgid "Unable to perform %{action} on %{ips}"
488
488
  msgstr ""
489
489
 
490
- #: ../app/models/host/discovered.rb:201
490
+ #: ../app/models/host/discovered.rb:202
491
491
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
492
492
  msgstr ""
493
493
 
494
- #: ../app/models/host/discovered.rb:225
494
+ #: ../app/models/host/discovered.rb:226
495
495
  msgid "Invalid hostname: Could not normalize the hostname"
496
496
  msgstr "Invalid hostname: Could not normalise the hostname"
497
497
 
@@ -1085,6 +1085,14 @@ msgstr ""
1085
1085
  msgid "documentation"
1086
1086
  msgstr ""
1087
1087
 
1088
+ #: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
1089
+ msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
1090
+ msgstr ""
1091
+
1092
+ #: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
1093
+ msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
1094
+ msgstr ""
1095
+
1088
1096
  #: action_names.rb:2
1089
1097
  msgid "Remote action:"
1090
1098
  msgstr "Remote action:"
@@ -11,11 +11,11 @@
11
11
  # Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
12
12
  msgid ""
13
13
  msgstr ""
14
- "Project-Id-Version: foreman_discovery 18.0.1\n"
14
+ "Project-Id-Version: foreman_discovery 21.0.0\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
- "POT-Creation-Date: 2021-11-25 10:15+0100\n"
17
- "PO-Revision-Date: 2021-09-20 17:24+0000\n"
18
- "Last-Translator: Transifex Bot <>\n"
16
+ "POT-Creation-Date: 2022-03-17 14:06+0100\n"
17
+ "PO-Revision-Date: 2013-11-15 17:25+0000\n"
18
+ "Last-Translator: Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014\n"
19
19
  "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
20
20
  "\n"
21
21
  "MIME-Version: 1.0\n"
@@ -468,31 +468,31 @@ msgstr "Eventos inválidos. Debe ser un hash"
468
468
  msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
469
469
  msgstr "Falta el discovery_fact '%s' esperado. No es posible detectar la interfaz principal y definir el nombre de host"
470
470
 
471
- #: ../app/models/host/discovered.rb:73
471
+ #: ../app/models/host/discovered.rb:74
472
472
  msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
473
473
  msgstr "Eventos inválidos: el hash no contiene un valor válido para ninguno de los eventos en la configuración de discovery_hostname: %s"
474
474
 
475
- #: ../app/models/host/discovered.rb:102
475
+ #: ../app/models/host/discovered.rb:103
476
476
  msgid "Facts could not be imported"
477
477
  msgstr "No se pudieron importar los eventos"
478
478
 
479
- #: ../app/models/host/discovered.rb:160
479
+ #: ../app/models/host/discovered.rb:161
480
480
  msgid "Could not get facts from proxy %{url}: %{error}"
481
481
  msgstr "No pudieron obtenerse los eventos del proxy %{url}: %{error}"
482
482
 
483
- #: ../app/models/host/discovered.rb:178
483
+ #: ../app/models/host/discovered.rb:179
484
484
  msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
485
485
  msgstr "No se puede realizar el reinicio en %{name} (%{url}): %{msg}"
486
486
 
487
- #: ../app/models/host/discovered.rb:182 ../app/models/host/discovered.rb:205
487
+ #: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
488
488
  msgid "Unable to perform %{action} on %{ips}"
489
489
  msgstr ""
490
490
 
491
- #: ../app/models/host/discovered.rb:201
491
+ #: ../app/models/host/discovered.rb:202
492
492
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
493
493
  msgstr "No es posible ejecutar kexec en %{name} (%{url}): %{msg}"
494
494
 
495
- #: ../app/models/host/discovered.rb:225
495
+ #: ../app/models/host/discovered.rb:226
496
496
  msgid "Invalid hostname: Could not normalize the hostname"
497
497
  msgstr "Nombre de host inválido: no es posible normalizar el nombre de host"
498
498
 
@@ -1086,6 +1086,14 @@ msgstr ""
1086
1086
  msgid "documentation"
1087
1087
  msgstr "documentación"
1088
1088
 
1089
+ #: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
1090
+ msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
1091
+ msgstr ""
1092
+
1093
+ #: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
1094
+ msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
1095
+ msgstr ""
1096
+
1089
1097
  #: action_names.rb:2
1090
1098
  msgid "Remote action:"
1091
1099
  msgstr "Acción remota:"