# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the foreman_discovery package. # # Translators: # Andi Chandler , 2015-2019 # 0868a4d1af5275b3f70b0a6dac4c99a4, 2013-2015 # 0868a4d1af5275b3f70b0a6dac4c99a4, 2016 # Lukáš Zapletal, 2015 # Lukáš Zapletal, 2015 msgid "" msgstr "" "Project-Id-Version: foreman_discovery 17.1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-09-20 17:25+0200\n" "PO-Revision-Date: 2021-05-03 08:28+0000\n" "Last-Translator: Transifex Bot <>\n" "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore" "man/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16 msgid "List all discovered hosts" msgstr "List all discovered hosts" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15 msgid "filter results" msgstr "filter results" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16 msgid "sort results" msgstr "sort results" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17 msgid "paginate results" msgstr "paginate results" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18 msgid "number of entries per request" msgstr "number of entries per request" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:26 msgid "Show a discovered host" msgstr "Show a discovered host" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85 msgid "DHCP filename option (Grub2 or PXELinux by default)" msgstr "DHCP filename option (Grub2 or PXELinux by default)" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:41 msgid "Create a discovered host for testing (use /facts to create new hosts)" msgstr "Create a discovered host for testing (use /facts to create new hosts)" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:50 msgid "Provision a discovered host" msgstr "Provision a discovered host" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64 msgid "required if host is managed and value is not inherited from host group" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55 msgid "not required if using a subnet with DHCP proxy" msgstr "not required if using a subnet with DHCP proxy" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:56 msgid "not required if it's a virtual machine" msgstr "not required if it's a virtual machine" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62 msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63 msgid "required if host is managed and custom partition has not been defined" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69 msgid "Host's owner type" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72 msgid "Host's parameters (array or indexed hash)" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73 msgid "Name of the parameter" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74 msgid "Parameter value" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75 msgid "Type of value" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82 msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks" msgstr "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84 msgid "required if value is not inherited from host group or default password in settings" msgstr "required if value is not inherited from host group or default password in settings" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95 msgid "Delete a discovered host" msgstr "Delete a discovered host" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102 msgid "Upload facts for a host, creating the host if required" msgstr "Upload facts for a host, creating the host if required" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103 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)" msgstr "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)" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:130 msgid "Execute rules against a discovered host" msgstr "Execute rules against a discovered host" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:160 msgid "Host %{host} was provisioned with rule %{rule}" msgstr "Host %{host} was provisioned with rule %{rule}" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139 msgid "Unable to provision %{host}: %{errors}" msgstr "Unable to provision %{host}: %{errors}" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:167 msgid "No rule found for host %s" msgstr "No rule found for host %s" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:152 msgid "Execute rules against all currently discovered hosts" msgstr "Execute rules against all currently discovered hosts" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:173 msgid "Errors during auto provisioning: %s" msgstr "Errors during auto provisioning: %s" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:176 msgid "No discovered hosts to provision" msgstr "No discovered hosts to provision" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:181 msgid "%s discovered hosts were provisioned" msgstr "%s discovered hosts were provisioned" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192 msgid "Refreshing the facts of a discovered host" msgstr "Refreshing the facts of a discovered host" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:201 msgid "Rebooting a discovered host" msgstr "Rebooting a discovered host" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:210 msgid "Rebooting all discovered hosts" msgstr "Rebooting all discovered hosts" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:129 msgid "Discovered hosts are rebooting now" msgstr "Discovered hosts are rebooting now" #: ../app/controllers/api/v2/discovery_rules_controller.rb:14 msgid "List all discovery rules" msgstr "List all discovery rules" #: ../app/controllers/api/v2/discovery_rules_controller.rb:24 msgid "Show a discovery rule" msgstr "Show a discovery rule" #: ../app/controllers/api/v2/discovery_rules_controller.rb:32 msgid "represents rule name shown to the users" msgstr "represents rule name shown to the users" #: ../app/controllers/api/v2/discovery_rules_controller.rb:33 msgid "query to match discovered hosts for the particular rule" msgstr "query to match discovered hosts for the particular rule" #: ../app/controllers/api/v2/discovery_rules_controller.rb:34 msgid "the hostgroup that is used to auto provision a host" msgstr "the hostgroup that is used to auto provision a host" #: ../app/controllers/api/v2/discovery_rules_controller.rb:35 msgid "defines a pattern to assign human-readable hostnames to the matching hosts" msgstr "defines a pattern to assign human-readable hostnames to the matching hosts" #: ../app/controllers/api/v2/discovery_rules_controller.rb:36 msgid "enables to limit maximum amount of provisioned hosts per rule" msgstr "enables to limit maximum amount of provisioned hosts per rule" #: ../app/controllers/api/v2/discovery_rules_controller.rb:37 msgid "puts the rules in order, low numbers go first. Must be greater then zero" msgstr "puts the rules in order, low numbers go first. Must be greater then zero" #: ../app/controllers/api/v2/discovery_rules_controller.rb:38 msgid "flag is used for temporary shutdown of rules" msgstr "flag is used for temporary shutdown of rules" #: ../app/controllers/api/v2/discovery_rules_controller.rb:39 msgid "location ID for provisioned hosts" msgstr "location ID for provisioned hosts" #: ../app/controllers/api/v2/discovery_rules_controller.rb:40 msgid "organization ID for provisioned hosts" msgstr "organisation ID for provisioned hosts" #: ../app/controllers/api/v2/discovery_rules_controller.rb:44 msgid "Create a discovery rule" msgstr "Create a discovery rule" #: ../app/controllers/api/v2/discovery_rules_controller.rb:53 msgid "Update a rule" msgstr "Update a rule" #: ../app/controllers/api/v2/discovery_rules_controller.rb:61 msgid "Delete a rule" msgstr "Delete a rule" #: ../app/controllers/api/v2/fact_values_controller_extensions.rb:7 msgid "List all fact values of a given discovered host" msgstr "List all fact values of a given discovered host" #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6 msgid "Unable to find a discovery rule, no host provided (check permissions)" msgstr "Unable to find a discovery rule, no host provided (check permissions)" #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:43 msgid "No hostgroup associated with rule '%s'" msgstr "No hostgroup associated with rule '%s'" #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73 msgid "Errors during reboot: %s" msgstr "Errors during reboot: %s" #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91 msgid "No discovered hosts to reboot" msgstr "No discovered hosts to reboot" #: ../app/controllers/discovered_hosts_controller.rb:63 msgid "Successfully provisioned %s" msgstr "Successfully provisioned %s" #: ../app/controllers/discovered_hosts_controller.rb:97 msgid "Facts refreshed for %s" msgstr "Facts refreshed for %s" #: ../app/controllers/discovered_hosts_controller.rb:99 msgid "Failed to refresh facts for %s" msgstr "Failed to refresh facts for %s" #: ../app/controllers/discovered_hosts_controller.rb:102 msgid "Failed to refresh facts for %{hostname} with error %{error_message}" msgstr "Failed to refresh facts for %{hostname} with error %{error_message}" #: ../app/controllers/discovered_hosts_controller.rb:109 msgid "Host of type %s can not be rebooted" msgstr "Host of type %s can not be rebooted" #: ../app/controllers/discovered_hosts_controller.rb:113 msgid "Rebooting host %s" msgstr "Rebooting host %s" #: ../app/controllers/discovered_hosts_controller.rb:115 msgid "Failed to reboot host %s" msgstr "Failed to reboot host %s" #: ../app/controllers/discovered_hosts_controller.rb:118 msgid "Failed to reboot host %{hostname} with error %{error_message}" msgstr "Failed to reboot host %{hostname} with error %{error_message}" #: ../app/controllers/discovered_hosts_controller.rb:132 msgid "Failed to reboot hosts with error %s" msgstr "Failed to reboot hosts with error %s" #: ../app/controllers/discovered_hosts_controller.rb:150 msgid "Destroyed selected hosts" msgstr "Destroyed selected hosts" #: ../app/controllers/discovered_hosts_controller.rb:152 msgid "The following hosts were not deleted: %s" msgstr "The following hosts were not deleted: %s" #: ../app/controllers/discovered_hosts_controller.rb:164 msgid "Failed to auto provision host %s: %s" msgstr "Failed to auto provision host %s: %s" #: ../app/controllers/discovered_hosts_controller.rb:192 msgid "Discovered hosts are provisioning now" msgstr "Discovered hosts are provisioning now" #: ../app/controllers/discovered_hosts_controller.rb:277 msgid "Discovered host reported from unknown subnet, communication will not be proxied." msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:282 msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied." msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:296 msgid "No hosts were found with that id or name" msgstr "No hosts were found with that id or name" #: ../app/controllers/discovered_hosts_controller.rb:300 msgid "No hosts selected" msgstr "No hosts selected" #: ../app/controllers/discovered_hosts_controller.rb:306 msgid "Something went wrong while selecting hosts - %s" msgstr "Something went wrong while selecting hosts - %s" #: ../app/controllers/discovery_rules_controller.rb:79 msgid "Rule enabled" msgstr "Rule enabled" #: ../app/controllers/discovery_rules_controller.rb:79 msgid "Rule disabled" msgstr "Rule disabled" #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40 msgid "Auto Provision" msgstr "Auto Provision" #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41 msgid "Refresh facts" msgstr "Refresh facts" #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42 msgid "Reboot" msgstr "Reboot" #: ../app/helpers/discovered_hosts_helper.rb:19 msgid "Back" msgstr "Back" #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35 msgid "Select Action" msgstr "Select Action" #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43 msgid "Delete %s?" msgstr "Delete %s?" #: ../app/helpers/discovered_hosts_helper.rb:31 msgid "Assign Organization" msgstr "Assign Organisation" #: ../app/helpers/discovered_hosts_helper.rb:32 msgid "Assign Location" msgstr "Assign Location" #: ../app/helpers/discovered_hosts_helper.rb:33 msgid "Delete" msgstr "Delete" #: ../app/helpers/discovered_hosts_helper.rb:37 msgid "%s - The following hosts are about to be changed" msgstr "%s - The following hosts are about to be changed" #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2 msgid "N/A" msgstr "N/A" #: ../app/helpers/discovered_hosts_helper.rb:58 msgid "New in the last 24 hours" msgstr "New in the last 24 hours" #: ../app/helpers/discovered_hosts_helper.rb:62 msgid "Not reported in more than 7 days" msgstr "Not reported in more than 7 days" #: ../app/helpers/discovered_hosts_helper.rb:66 msgid "Reported in the last 7 days" msgstr "Reported in the last 7 days" #: ../app/helpers/discovered_hosts_helper.rb:90 msgid "Provision" msgstr "Provision" #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174 msgid "Discovered Hosts" msgstr "Discovered Hosts" #: ../app/helpers/discovery_rules_helper.rb:27 msgid "Associated Hosts" msgstr "Associated Hosts" #: ../app/helpers/discovery_rules_helper.rb:29 msgid "Disable" msgstr "Disable" #: ../app/helpers/discovery_rules_helper.rb:29 msgid "Disable rule '%s'?" msgstr "Disable rule '%s'?" #: ../app/helpers/discovery_rules_helper.rb:31 msgid "Enable" msgstr "Enable" #: ../app/helpers/discovery_rules_helper.rb:31 msgid "Enable rule '%s'?" msgstr "Enable rule '%s'?" #: ../app/helpers/discovery_rules_helper.rb:33 msgid "Clone" msgstr "" #: ../app/helpers/discovery_rules_helper.rb:34 msgid "Delete rule '%s'?" msgstr "Delete rule '%s'?" #: ../app/mailers/discovered_mailer.rb:9 msgid "Invalid user type of %s was provided" msgstr "Invalid user type of %s was provided" #: ../app/mailers/discovered_mailer.rb:26 msgid "Discovered hosts summary" msgstr "Discovered hosts summary" #: ../app/models/discovery_rule.rb:11 msgid "can't contain white spaces." msgstr "can't contain white spaces." #: ../app/models/discovery_rule.rb:13 msgid "must start with a letter or ERB." msgstr "must start with a letter or ERB." #: ../app/models/discovery_rule.rb:16 msgid "must be present." msgstr "must be present." #: ../app/models/discovery_rule.rb:57 msgid "Host group organization %s must also be associated to the discovery rule" msgid_plural "Host group organizations %s must also be associated to the discovery rule" msgstr[0] "Host group organisation %s must also be associated to the discovery rule" msgstr[1] "Host group organisations %s must also be associated to the discovery rule" #: ../app/models/discovery_rule.rb:61 msgid "Host group location %s must also be associated to the discovery rule" msgid_plural "Host group locations %s must also be associated to the discovery rule" msgstr[0] "Host group location %s must also be associated to the discovery rule" msgstr[1] "Host group locations %s must also be associated to the discovery rule" #: ../app/models/host/discovered.rb:40 msgid "Fact + prefix" msgstr "Fact + prefix" #: ../app/models/host/discovered.rb:41 msgid "Random name" msgstr "Random name" #: ../app/models/host/discovered.rb:42 msgid "MAC-based name" msgstr "MAC-based name" #: ../app/models/host/discovered.rb:55 msgid "Invalid facts, must be a Hash" msgstr "Invalid facts, must be a Hash" #: ../app/models/host/discovered.rb:60 msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname" msgstr "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname" #: ../app/models/host/discovered.rb:73 msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s" msgstr "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s" #: ../app/models/host/discovered.rb:100 msgid "Facts could not be imported" msgstr "Facts could not be imported" #: ../app/models/host/discovered.rb:155 msgid "Could not get facts from proxy %{url}: %{error}" msgstr "Could not get facts from proxy %{url}: %{error}" #: ../app/models/host/discovered.rb:173 msgid "Unable to perform reboot on %{name} (%{url}): %{msg}" msgstr "" #: ../app/models/host/discovered.rb:177 ../app/models/host/discovered.rb:200 msgid "Unable to perform %{action} on %{ips}" msgstr "" #: ../app/models/host/discovered.rb:196 msgid "Unable to perform kexec on %{name} (%{url}): %{msg}" msgstr "" #: ../app/models/host/discovered.rb:220 msgid "Invalid hostname: Could not normalize the hostname" msgstr "Invalid hostname: Could not normalise the hostname" #: ../app/models/host/managed_extensions.rb:23 msgid "Reloading kernel on %s" msgstr "Reloading kernel on %s" #: ../app/models/host/managed_extensions.rb:25 msgid "Rebooting %s" msgstr "Rebooting %s" #: ../app/models/host/managed_extensions.rb:46 msgid "Kexec template not associated with operating system" msgstr "Kexec template not associated with operating system" #: ../app/models/host/managed_extensions.rb:49 msgid "Kernel kexec URL is invalid: '%s'" msgstr "Kernel kexec URL is invalid: '%s'" #: ../app/models/host/managed_extensions.rb:50 msgid "Init RAM kexec URL is invalid: '%s'" msgstr "Init RAM kexec URL is invalid: '%s'" #: ../app/models/nic/managed_extensions.rb:14 msgid "Rebuild DNS for %s" msgstr "Rebuild DNS for %s" #: ../app/models/setting/discovered.rb:17 msgid "The default location to place discovered hosts in" msgstr "The default location to place discovered hosts in" #: ../app/models/setting/discovered.rb:17 msgid "Discovery location" msgstr "Discovery location" #: ../app/models/setting/discovered.rb:18 msgid "The default organization to place discovered hosts in" msgstr "The default organisation to place discovered hosts in" #: ../app/models/setting/discovered.rb:18 msgid "Discovery organization" msgstr "Discovery organisation" #: ../app/models/setting/discovered.rb:19 msgid "Fact name to use for primary interface detection" msgstr "Fact name to use for primary interface detection" #: ../app/models/setting/discovered.rb:19 msgid "Interface fact" msgstr "Interface fact" #: ../app/models/setting/discovered.rb:20 msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)" msgstr "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)" #: ../app/models/setting/discovered.rb:20 msgid "Create bond interfaces" msgstr "Create bond interfaces" #: ../app/models/setting/discovered.rb:21 msgid "Clean all reported facts during provisioning (except discovery facts)" msgstr "Clean all reported facts during provisioning (except discovery facts)" #: ../app/models/setting/discovered.rb:21 msgid "Clean all facts" msgstr "Clean all facts" #: ../app/models/setting/discovered.rb:22 msgid "List of facts to use for the hostname (separated by comma, first wins)" msgstr "List of facts to use for the hostname (separated by comma, first wins)" #: ../app/models/setting/discovered.rb:22 msgid "Hostname facts" msgstr "Hostname facts" #: ../app/models/setting/discovered.rb:23 msgid "Automatically provision newly discovered hosts, according to the provisioning rules" msgstr "Automatically provision newly discovered hosts, according to the provisioning rules" #: ../app/models/setting/discovered.rb:23 msgid "Auto provisioning" msgstr "Auto provisioning" #: ../app/models/setting/discovered.rb:24 msgid "Automatically reboot or kexec discovered host during provisioning" msgstr "Automatically reboot or kexec discovered host during provisioning" #: ../app/models/setting/discovered.rb:25 msgid "The default prefix to use for the host name, must start with a letter" msgstr "The default prefix to use for the host name, must start with a letter" #: ../app/models/setting/discovered.rb:25 msgid "Hostname prefix" msgstr "Hostname prefix" #: ../app/models/setting/discovered.rb:26 msgid "Extra facter columns to show in host lists (separate by comma)" msgstr "Extra facter columns to show in host lists (separate by comma)" #: ../app/models/setting/discovered.rb:26 msgid "Fact columns" msgstr "Fact columns" #: ../app/models/setting/discovered.rb:27 msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$" msgstr "Regex to organise facts for highlights section - e.g. ^(abc|cde)$" #: ../app/models/setting/discovered.rb:27 msgid "Highlighted facts" msgstr "Highlighted facts" #: ../app/models/setting/discovered.rb:28 msgid "Regex to organize facts for storage section" msgstr "Regex to organise facts for storage section" #: ../app/models/setting/discovered.rb:28 msgid "Storage facts" msgstr "Storage facts" #: ../app/models/setting/discovered.rb:29 msgid "Regex to organize facts for software section" msgstr "Regex to organise facts for software section" #: ../app/models/setting/discovered.rb:29 msgid "Software facts" msgstr "Software facts" #: ../app/models/setting/discovered.rb:30 msgid "Regex to organize facts for hardware section" msgstr "Regex to organise facts for hardware section" #: ../app/models/setting/discovered.rb:30 msgid "Hardware facts" msgstr "Hardware facts" #: ../app/models/setting/discovered.rb:31 msgid "Regex to organize facts for network section" msgstr "Regex to organise facts for network section" #: ../app/models/setting/discovered.rb:31 msgid "Network facts" msgstr "Network facts" #: ../app/models/setting/discovered.rb:32 msgid "Regex to organize facts for ipmi section" msgstr "Regex to organise facts for IPMI section" #: ../app/models/setting/discovered.rb:32 msgid "IPMI facts" msgstr "IPMI facts" #: ../app/models/setting/discovered.rb:33 msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery" msgstr "Automatically generate PXE configuration to pin a newly discovered host to discovery" #: ../app/models/setting/discovered.rb:33 msgid "Lock PXE" msgstr "Lock PXE" #: ../app/models/setting/discovered.rb:34 msgid "PXELinux template to be used when pinning a host to discovery" msgstr "PXELinux template to be used when pinning a host to discovery" #: ../app/models/setting/discovered.rb:34 msgid "Locked PXELinux template name" msgstr "Locked PXELinux template name" #: ../app/models/setting/discovered.rb:35 msgid "PXEGrub template to be used when pinning a host to discovery" msgstr "PXEGrub template to be used when pinning a host to discovery" #: ../app/models/setting/discovered.rb:35 msgid "Locked PXEGrub template name" msgstr "Locked PXEGrub template name" #: ../app/models/setting/discovered.rb:36 msgid "PXEGrub2 template to be used when pinning a host to discovery" msgstr "PXEGrub2 template to be used when pinning a host to discovery" #: ../app/models/setting/discovered.rb:36 msgid "Locked PXEGrub2 template name" msgstr "Locked PXEGrub2 template name" #: ../app/models/setting/discovered.rb:37 msgid "Force DNS entries creation when provisioning discovered host" msgstr "Force DNS entries creation when provisioning discovered host" #: ../app/models/setting/discovered.rb:37 msgid "Force DNS" msgstr "Force DNS" #: ../app/models/setting/discovered.rb:38 msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)" msgstr "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)" #: ../app/models/setting/discovered.rb:38 msgid "Error on existing NIC" msgstr "Error on existing NIC" #: ../app/models/setting/discovered.rb:39 msgid "Discovery hostname naming pattern" msgstr "Discovery hostname naming pattern" #: ../app/models/setting/discovered.rb:39 msgid "Type of name generator" msgstr "Type of name generator" #: ../app/models/setting/discovered.rb:40 msgid "Prefer IPv6 to IPv4 when calling discovered nodes" msgstr "" #: ../app/models/setting/discovered.rb:40 msgid "Prefer IPv6" msgstr "" #: ../app/services/foreman_discovery/fact_parser.rb:4 msgid "Discovery fact parser does not work with non-discovery host '%{host}'" msgstr "Discovery fact parser does not work with non-discovery host '%{host}'" #: ../app/services/foreman_discovery/fact_parser.rb:6 msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}" msgstr "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}" #: ../app/services/foreman_discovery/fact_parser.rb:12 msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}" msgstr "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}" #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7 msgid "Highlights" msgstr "Highlights" #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8 msgid "Storage" msgstr "Storage" #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9 msgid "Hardware" msgstr "Hardware" #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10 msgid "Network" msgstr "Network" #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11 msgid "Software" msgstr "Software" #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12 msgid "IPMI" msgstr "IPMI" #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13 msgid "Miscellaneous" msgstr "Miscellaneous" #: ../app/services/foreman_discovery/host_converter.rb:47 msgid "IPAM must be configured for subnet '%s'" msgstr "IPAM must be configured for subnet '%s'" #: ../app/services/foreman_discovery/node_api/node_resource.rb:76 msgid "Image API returned HTTP/%{code} with '%{body}" msgstr "Image API returned HTTP/%{code} with '%{body}" #: ../app/services/foreman_discovery/node_api/node_resource.rb:79 msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})" msgstr "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})" #: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22 msgid "Host %s has been dicovered" msgstr "" #: ../app/views/dashboard/_discovery_widget.html.erb:5 msgid "Discovered Host" msgid_plural "Discovered Hosts" msgstr[0] "" msgstr[1] "" #: ../app/views/dashboard/_discovery_widget.html.erb:9 msgid "No discovered hosts available" msgstr "No discovered hosts available" #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3 msgid "Host" msgstr "Host" #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10 msgid "Model" msgstr "Model" #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12 msgid "CPUs" msgstr "CPUs" #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13 msgid "Memory" msgstr "Memory" #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23 msgid "Customize Host" msgstr "Customise Host" #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24 msgid "Create Host" msgstr "Create Host" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 msgid "Select all items in this page" msgstr "Select all items in this page" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 msgid "items selected. Uncheck to Clear" msgstr "items selected. Uncheck to Clear" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9 msgid "Name" msgstr "Name" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11 msgid "IP Address" msgstr "IP Address" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 msgid "Disk Count" msgstr "Disk Count" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 msgid "Disks Size" msgstr "Disks Size" #: ../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 msgid "Location" msgstr "Location" #: ../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 msgid "Organization" msgstr "Organisation" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18 msgid "Subnet" msgstr "Subnet" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 msgid "Last Facts Upload" msgstr "Last Facts Upload" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14 msgid "Actions" msgstr "Actions" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55 msgid "Please Confirm" msgstr "Please Confirm" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61 msgid "Cancel" msgstr "Cancel" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62 msgid "Submit" msgstr "Submit" #: ../app/views/discovered_hosts/edit.html.erb:1 msgid "Provision %s" msgstr "Provision %s" #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3 msgid "This might take a while, as all hosts, facts and reports will be destroyed as well" msgstr "This might take a while, as all hosts, facts and reports will be destroyed as well" #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5 msgid "Select location" msgstr "Select location" #: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5 msgid "Select organization" msgstr "Select organisation" #: ../app/views/discovered_hosts/show.html.erb:1 msgid "Discovered host: %s" msgstr "Discovered host: %s" #: ../app/views/discovered_hosts/show.html.erb:37 msgid "Interfaces" msgstr "Interfaces" #: ../app/views/discovered_hosts/show.html.erb:44 msgid "Type" msgstr "Type" #: ../app/views/discovered_hosts/show.html.erb:45 msgid "Identifier" msgstr "Identifier" #: ../app/views/discovered_hosts/show.html.erb:46 msgid "MAC address" msgstr "MAC address" #: ../app/views/discovered_hosts/show.html.erb:47 msgid "IP address" msgstr "IP address" #: ../app/views/discovered_hosts/show.html.erb:66 msgid "Collapse All" msgstr "Collapse All" #: ../app/views/discovered_mailer/discovered_summary.html.erb:6 msgid "Summary report for discovered hosts from Foreman" msgstr "Summary report for discovered hosts from Foreman" #: ../app/views/discovered_mailer/discovered_summary.html.erb:9 msgid "Foreman Discovered hosts summary" msgstr "Foreman Discovered hosts summary" #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5 msgid "Summary from %{time} ago to %{now}" msgstr "Summary from %{time} ago to %{now}" #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3 msgid "Discovered hosts from Foreman server at %{foreman_url}" msgstr "Discovered hosts from Foreman server at %{foreman_url}" #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14 msgid "Disk count" msgstr "Disk count" #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15 msgid "Disks size" msgstr "Disks size" #: ../app/views/discovered_mailer/discovered_summary.html.erb:31 msgid "No discovered hosts for the selected period" msgstr "No discovered hosts for the selected period" #: ../app/views/discovered_mailer/discovered_summary.text.erb:1 msgid "Foreman discovered hosts summary" msgstr "Foreman discovered hosts summary" #: ../app/views/discovered_mailer/discovered_summary.text.erb:21 msgid "No new discovered hosts for this period" msgstr "No new discovered hosts for this period" #: ../app/views/discovery_rules/_form.html.erb:5 msgid "Primary" msgstr "Primary" #: ../app/views/discovery_rules/_form.html.erb:7 msgid "Locations" msgstr "Locations" #: ../app/views/discovery_rules/_form.html.erb:10 msgid "Organizations" msgstr "Organisations" #: ../app/views/discovery_rules/_form.html.erb:22 msgid "Target host group for this rule with all properties set" msgstr "Target host group for this rule with all properties set" #: ../app/views/discovery_rules/_form.html.erb:25 msgid "Hostname for provisioned hosts" msgstr "Hostname for provisioned hosts" #: ../app/views/discovery_rules/_form.html.erb:26 msgid "Hosts Limit" msgstr "Hosts Limit" #: ../app/views/discovery_rules/_form.html.erb:26 msgid "Maximum hosts provisioned with this rule (0 = unlimited)" msgstr "Maximum hosts provisioned with this rule (0 = unlimited)" #: ../app/views/discovery_rules/_form.html.erb:27 msgid "Rule priority (lower integer means higher priority)" msgstr "Rule priority (lower integer means higher priority)" #: ../app/views/discovery_rules/_template_inline.erb:2 msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)." msgstr "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)." #: ../app/views/discovery_rules/_template_inline.erb:4 msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank." msgstr "Domain will be appended automatically. A hostname based on MAC address will be used when left blank." #: ../app/views/discovery_rules/_template_inline.erb:5 msgid "In addition to @host attribute function rand for random integers is available. Examples:" msgstr "In addition to @host attribute function rand for random integers is available. Examples:" #: ../app/views/discovery_rules/_template_inline.erb:8 msgid "When creating hostname patterns, make sure the resulting host names are unique." msgstr "When creating hostname patterns, make sure the resulting host names are unique." #: ../app/views/discovery_rules/_template_inline.erb:9 msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)." msgstr "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)." #: ../app/views/discovery_rules/clone.erb:1 msgid "Clone %s" msgstr "" #: ../app/views/discovery_rules/edit.html.erb:1 msgid "Edit %s" msgstr "Edit %s" #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164 msgid "Discovery Rules" msgstr "Discovery Rules" #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9 msgid "Create Rule" msgstr "Create Rule" #: ../app/views/discovery_rules/index.html.erb:6 msgid "DiscoveryRule|Name" msgstr "Name" #: ../app/views/discovery_rules/index.html.erb:7 msgid "DiscoveryRule|Priority" msgstr "Priority" #: ../app/views/discovery_rules/index.html.erb:8 msgid "DiscoveryRule|Query" msgstr "Query" #: ../app/views/discovery_rules/index.html.erb:9 msgid "Host Group" msgstr "Host Group" #: ../app/views/discovery_rules/index.html.erb:10 msgid "Hosts/Limit" msgstr "Hosts/Limit" #: ../app/views/discovery_rules/index.html.erb:13 msgid "DiscoveryRule|Enabled" msgstr "Enabled" #: ../app/views/discovery_rules/new.html.erb:1 msgid "New Discovery Rule" msgstr "New Discovery Rule" #: ../app/views/discovery_rules/welcome.html.erb:8 msgid "Discovered Rules" msgstr "" #: ../db/seeds.d/50_discovery_templates.rb:5 msgid "Command line options for kexec during PXE-less provisioning." msgstr "Command line options for kexec during PXE-less provisioning." #: ../db/seeds.d/70_discovery_mail_notification.rb:3 msgid "A summary of discovered hosts" msgstr "A summary of discovered hosts" #: ../db/seeds.d/80_discovery_ui_notification.rb:4 msgid "New hosts" msgstr "" #: ../db/seeds.d/80_discovery_ui_notification.rb:6 msgid "One or more hosts have been discovered" msgstr "One or more hosts have been discovered" #: ../db/seeds.d/80_discovery_ui_notification.rb:13 msgid "Details" msgstr "Details" #: ../db/seeds.d/80_discovery_ui_notification.rb:18 msgid "Hosts" msgstr "Hosts" #: ../db/seeds.d/80_discovery_ui_notification.rb:20 msgid "Error message goes here" msgstr "" #: ../lib/foreman_discovery/engine.rb:176 msgid "Discovery Kexec template" msgstr "Discovery Kexec template" #: ../lib/foreman_discovery/engine.rb:185 msgid "Discovery Proxy" msgstr "Discovery Proxy" #: ../lib/foreman_discovery/engine.rb:186 msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts" msgstr "Discovery Proxy to use within this subnet for managing connection to discovered hosts" #: ../lib/foreman_discovery/engine.rb:187 msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts" msgstr "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts" #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33 msgid "For more information please see " msgstr "" #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34 msgid "documentation" msgstr "" #: action_names.rb:2 msgid "Remote action:" msgstr "Remote action:" #: action_names.rb:3 msgid "Import Puppet classes" msgstr "Import Puppet classes" #: action_names.rb:4 msgid "Import facts" msgstr "Import facts" #: action_names.rb:5 msgid "Action with sub plans" msgstr "Action with sub plans"