# 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: msgid "" msgstr "" "Project-Id-Version: foreman_discovery 5.0.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-07-27 14:13+0200\n" "PO-Revision-Date: 2016-07-28 09:01+0000\n" "Last-Translator: Lukáš Zapletal\n" "Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:15 msgid "List all discovered hosts" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16 #: ../app/controllers/api/v2/discovery_rules_controller.rb:14 msgid "filter results" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 #: ../app/controllers/api/v2/discovery_rules_controller.rb:15 msgid "sort results" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 #: ../app/controllers/api/v2/discovery_rules_controller.rb:16 msgid "paginate results" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 #: ../app/controllers/api/v2/discovery_rules_controller.rb:17 msgid "number of entries per request" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:25 msgid "Show a discovered host" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:39 msgid "Create a discovered host for testing (use /facts to create new hosts)" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:47 msgid "Provision a discovered host" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:52 msgid "not required if using a subnet with DHCP proxy" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:53 msgid "not required if it's a virtual machine" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73 msgid "" "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75 msgid "" "required if value is not inherited from host group or default password in " "settings" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:85 msgid "Delete a discovered host" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:92 msgid "Upload facts for a host, creating the host if required" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:93 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 "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:109 msgid "Execute rules against a discovered host" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:115 #: ../app/controllers/discovered_hosts_controller.rb:164 msgid "Host %{host} was provisioned with rule %{rule}" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:118 msgid "Unable to provision %{host}: %{errors}" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:124 #: ../app/controllers/discovered_hosts_controller.rb:171 msgid "No rule found for host %s" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 msgid "Execute rules against all currently discovered hosts" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 #: ../app/controllers/discovered_hosts_controller.rb:177 msgid "Errors during auto provisioning: %s" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138 #: ../app/controllers/discovered_hosts_controller.rb:180 msgid "No discovered hosts to provision" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:160 msgid "%s discovered hosts were provisioned" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:171 msgid "Refreshing the facts of a discovered host" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180 msgid "Rebooting a discovered host" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:189 msgid "Rebooting all discovered hosts" msgstr "" #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200 #: ../app/controllers/discovered_hosts_controller.rb:122 msgid "Discovered hosts are rebooting now" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:13 msgid "List all discovery rules" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:23 msgid "Show a discovery rule" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:31 msgid "represents rule name shown to the users" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:32 msgid "query to match discovered hosts for the particular rule" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:33 msgid "the hostgroup that is used to auto provision a host" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:34 msgid "" "defines a pattern to assign human-readable hostnames to the matching hosts" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:35 msgid "enables to limit maximum amount of provisioned hosts per rule" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:36 msgid "" "puts the rules in order, low numbers go first. Must be greater then zero" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:37 msgid "flag is used for temporary shutdown of rules" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:42 msgid "Create a discovery rule" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:50 msgid "Update a rule" msgstr "" #: ../app/controllers/api/v2/discovery_rules_controller.rb:58 msgid "Delete a rule" msgstr "" #: ../app/controllers/api/v2/fact_values_controller_extensions.rb:7 msgid "List all fact values of a given discovered host" msgstr "" #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6 msgid "Unable to find a discovery rule, no host provided (check permissions)" msgstr "" #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:47 msgid "No hostgroup associated with rule '%s'" msgstr "" #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:66 msgid "Errors during reboot: %s" msgstr "" #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:84 msgid "No discovered hosts to reboot" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:58 msgid "Successfully provisioned %s" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:90 msgid "Facts refreshed for %s" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:92 msgid "Failed to refresh facts for %s" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:95 msgid "Failed to refresh facts for %{hostname} with error %{error_message}" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:102 msgid "Host of type %s can not be rebooted" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:106 msgid "Rebooting host %s" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:108 msgid "Failed to reboot host %s" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:111 msgid "Failed to reboot host %{hostname} with error %{error_message}" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:125 msgid "Failed to reboot hosts with error %s" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:139 msgid "Destroyed selected hosts" msgstr "Eliminados equipos seleccionados" #: ../app/controllers/discovered_hosts_controller.rb:141 msgid "The following hosts were not deleted: %s" msgstr "Os seguintes equipos non foron eliminados: %s" #: ../app/controllers/discovered_hosts_controller.rb:168 msgid "Failed to auto provision host %s: %s" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:196 msgid "Discovered hosts are provisioning now" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:225 msgid "Highlights" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:225 msgid "Storage" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:225 msgid "Hardware" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:225 msgid "Network" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:225 msgid "Software" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:225 msgid "IPMI" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:225 msgid "Miscellaneous" msgstr "" #: ../app/controllers/discovered_hosts_controller.rb:302 msgid "No hosts were found with that id or name" msgstr "Non se atopou ningún equipos con ese id ou nome" #: ../app/controllers/discovered_hosts_controller.rb:306 msgid "No hosts selected" msgstr "Ningún equipo seleccionado" #: ../app/controllers/discovered_hosts_controller.rb:312 msgid "Something went wrong while selecting hosts - %s" msgstr "Algo fallou ao seleccionar equipos - %s" #: ../app/controllers/discovery_rules_controller.rb:66 msgid "Rule enabled" msgstr "" #: ../app/controllers/discovery_rules_controller.rb:66 msgid "Rule disabled" msgstr "" #: ../app/helpers/discovered_hosts_helper.rb:10 msgid "%s ago" msgstr "Fai %s" #: ../app/helpers/discovered_hosts_helper.rb:14 #: ../app/helpers/discovered_hosts_helper.rb:94 msgid "Provision" msgstr "Aprovisionamento" #: ../app/helpers/discovered_hosts_helper.rb:15 #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:74 msgid "Auto Provision" msgstr "" #: ../app/helpers/discovered_hosts_helper.rb:16 #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:75 msgid "Refresh facts" msgstr "" #: ../app/helpers/discovered_hosts_helper.rb:17 #: ../app/models/setting/discovered.rb:23 #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:76 msgid "Reboot" msgstr "" #: ../app/helpers/discovered_hosts_helper.rb:20 msgid "Back" msgstr "" #: ../app/helpers/discovered_hosts_helper.rb:22 #: ../app/helpers/discovered_hosts_helper.rb:39 msgid "Select Action" msgstr "Selecciona unha Acción" #: ../app/helpers/discovered_hosts_helper.rb:24 msgid "Expand All" msgstr "" #: ../app/helpers/discovered_hosts_helper.rb:29 #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:77 msgid "Delete %s?" msgstr "¿Borrar %s?" #: ../app/helpers/discovered_hosts_helper.rb:35 msgid "Delete hosts" msgstr "" #: ../app/helpers/discovered_hosts_helper.rb:36 msgid "Assign Organization" msgstr "Asignar Organización" #: ../app/helpers/discovered_hosts_helper.rb:37 msgid "Assign Location" msgstr "Asignar Lugar" #: ../app/helpers/discovered_hosts_helper.rb:41 msgid "%s - The following hosts are about to be changed" msgstr "%s - Os seguintes equipos están a piques de ser modificados" #: ../app/helpers/discovered_hosts_helper.rb:50 msgid "N/A" msgstr "N/A" #: ../app/helpers/discovered_hosts_helper.rb:62 msgid "New in the last 24 hours" msgstr "" #: ../app/helpers/discovered_hosts_helper.rb:66 msgid "Not reported in more than 7 days" msgstr "" #: ../app/helpers/discovered_hosts_helper.rb:70 msgid "Reported in the last 7 days" msgstr "" #: ../app/helpers/discovery_rules_helper.rb:26 msgid "Discovered Hosts" msgstr "" #: ../app/helpers/discovery_rules_helper.rb:27 msgid "Associated Hosts" msgstr "" #: ../app/helpers/discovery_rules_helper.rb:29 msgid "Disable" msgstr "" #: ../app/helpers/discovery_rules_helper.rb:29 msgid "Disable rule '%s'?" msgstr "" #: ../app/helpers/discovery_rules_helper.rb:31 msgid "Enable" msgstr "" #: ../app/helpers/discovery_rules_helper.rb:31 msgid "Enable rule '%s'?" msgstr "" #: ../app/helpers/discovery_rules_helper.rb:33 msgid "Delete rule '%s'?" msgstr "" #: ../app/mailers/discovered_mailer.rb:4 msgid "Must specify a user with email enabled" msgstr "" #: ../app/mailers/discovered_mailer.rb:15 msgid "Discovered hosts summary" msgstr "" #: ../app/models/discovery_rule.rb:11 msgid "can't contain white spaces." msgstr "" #: ../app/models/discovery_rule.rb:13 msgid "must start with a letter or ERB." msgstr "" #: ../app/models/discovery_rule.rb:47 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] "" msgstr[1] "" #: ../app/models/discovery_rule.rb:53 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] "" msgstr[1] "" #: ../app/models/host/discovered.rb:35 msgid "Invalid facts, must be a Hash" msgstr "" #: ../app/models/host/discovered.rb:40 msgid "" "Expected discovery_fact '%s' is missing, unable to detect primary interface " "and set hostname" msgstr "" #: ../app/models/host/discovered.rb:47 msgid "" "Invalid facts: hash does not contain a valid value for any of the facts in " "the discovery_hostname setting: %s" msgstr "" #: ../app/models/host/discovered.rb:64 msgid "Facts could not be imported" msgstr "" #: ../app/models/host/discovered.rb:114 msgid "Unable to assign subnet, primary interface is missing IP address" msgstr "" #: ../app/models/host/discovered.rb:168 msgid "Could not get facts from proxy %{url}: %{error}" msgstr "" #: ../app/models/host/discovered.rb:184 msgid "Unable to reboot %{name} via %{url}: %{msg}" msgstr "" #: ../app/models/host/discovered.rb:192 msgid "Unable to perform kexec on %{name} via %{url}: %{msg}" msgstr "" #: ../app/models/host/discovered.rb:211 msgid "Invalid hostname: Could not normalize the hostname" msgstr "" #: ../app/models/host/managed_extensions.rb:24 msgid "Reloading kernel on %s" msgstr "" #: ../app/models/host/managed_extensions.rb:26 msgid "Rebooting %s" msgstr "" #: ../app/models/host/managed_extensions.rb:45 msgid "Operating system not set for host/hostgroup" msgstr "" #: ../app/models/host/managed_extensions.rb:47 msgid "Medium not set for host/hostgroup" msgstr "" #: ../app/models/host/managed_extensions.rb:54 msgid "Kexec template not associated with operating system" msgstr "" #: ../app/models/setting/discovered.rb:19 msgid "Fact name to use for primary interface detection" msgstr "" #: ../app/models/setting/discovered.rb:19 msgid "Interface fact" msgstr "" #: ../app/models/setting/discovered.rb:20 msgid "Clean all reported facts during provisioning (except discovery facts)" msgstr "" #: ../app/models/setting/discovered.rb:20 msgid "Clean all facts" msgstr "" #: ../app/models/setting/discovered.rb:21 msgid "List of facts to use for the hostname (separated by comma, first wins)" msgstr "" #: ../app/models/setting/discovered.rb:21 msgid "Hostname facts" msgstr "" #: ../app/models/setting/discovered.rb:22 msgid "" "Automatically provision newly discovered hosts, according to the " "provisioning rules" msgstr "" #: ../app/models/setting/discovered.rb:22 msgid "Auto provisioning" msgstr "" #: ../app/models/setting/discovered.rb:23 msgid "Automatically reboot or kexec discovered host during provisioning" msgstr "" #: ../app/models/setting/discovered.rb:24 msgid "The default prefix to use for the host name, must start with a letter" msgstr "" #: ../app/models/setting/discovered.rb:24 msgid "Hostname prefix" msgstr "" #: ../app/models/setting/discovered.rb:25 msgid "Extra facter columns to show in host lists (separate by comma)" msgstr "" #: ../app/models/setting/discovered.rb:25 msgid "Fact columns" msgstr "" #: ../app/models/setting/discovered.rb:26 msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$" msgstr "" #: ../app/models/setting/discovered.rb:26 msgid "Highlighted facts" msgstr "" #: ../app/models/setting/discovered.rb:27 msgid "Regex to organize facts for storage section" msgstr "" #: ../app/models/setting/discovered.rb:27 msgid "Storage facts" msgstr "" #: ../app/models/setting/discovered.rb:28 msgid "Regex to organize facts for software section" msgstr "" #: ../app/models/setting/discovered.rb:28 msgid "Software facts" msgstr "" #: ../app/models/setting/discovered.rb:29 msgid "Regex to organize facts for hardware section" msgstr "" #: ../app/models/setting/discovered.rb:29 msgid "Hardware facts" msgstr "" #: ../app/models/setting/discovered.rb:30 msgid "Regex to organize facts for network section" msgstr "" #: ../app/models/setting/discovered.rb:30 msgid "Network facts" msgstr "" #: ../app/models/setting/discovered.rb:31 msgid "Regex to organize facts for ipmi section" msgstr "" #: ../app/models/setting/discovered.rb:31 msgid "IPMI facts" msgstr "" #: ../app/models/setting/discovered.rb:32 msgid "" "Automatically generate PXE configuration to pin a newly discovered host to " "discovery" msgstr "" #: ../app/models/setting/discovered.rb:32 msgid "Lock PXE" msgstr "" #: ../app/models/setting/discovered.rb:33 msgid "PXE template to be used when pinning a host to discovery" msgstr "" #: ../app/models/setting/discovered.rb:33 msgid "Locked template name" msgstr "" #: ../app/models/setting/discovered.rb:40 msgid "The default location to place discovered hosts in" msgstr "" #: ../app/models/setting/discovered.rb:40 msgid "Discovery location" msgstr "" #: ../app/models/setting/discovered.rb:48 msgid "The default organization to place discovered hosts in" msgstr "" #: ../app/models/setting/discovered.rb:48 msgid "Discovery organization" msgstr "" #: ../app/services/foreman_discovery/fact_parser.rb:9 msgid "" "Unable to detect primary interface using MAC '%{mac}' specified by " "discovery_fact '%{fact}'" msgstr "" #: ../app/services/foreman_discovery/node_api/node_resource.rb:75 msgid "Image API returned HTTP/%{code} with '%{body}" msgstr "" #: ../app/services/foreman_discovery/node_api/node_resource.rb:78 msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})" msgstr "" #: ../app/views/dashboard/_discovery_widget.html.erb:9 msgid "No discovered hosts available" msgstr "" #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3 msgid "Host" msgstr "Equipo" #: ../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 "Modelo" #: ../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 "Procesadores" #: ../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 "Memoria" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 #: ../lib/foreman_discovery/engine.rb:147 msgid "Discovered hosts" msgstr "" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 msgid "Select all items in this page" msgstr "Seleccionar tódolos obxetos desta páxina" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 msgid "items selected. Uncheck to Clear" msgstr "obxetos seleccionados. Desactivar para limpar" #: ../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 "Nome" #: ../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 "Dirección IP" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 #: ../app/views/discovered_mailer/discovered_summary.text.erb:14 msgid "Disk count" msgstr "" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 #: ../app/views/discovered_mailer/discovered_summary.text.erb:15 msgid "Disks size" msgstr "" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10 msgid "Location" msgstr "Lugares" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13 msgid "Organization" msgstr "Organización" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:22 msgid "Subnet" msgstr "Subrede" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23 msgid "Last facts upload" msgstr "" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48 msgid "Select initial host properties" msgstr "" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:65 msgid "Quick create" msgstr "" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:66 msgid "Create host" msgstr "" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:88 msgid "Please Confirm" msgstr "Confirme, por favor" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:94 msgid "Cancel" msgstr "Cancelar" #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:95 msgid "Submit" msgstr "Introducir" #: ../app/views/discovered_hosts/index.html.erb:2 msgid "Reboot All" msgstr "" #: ../app/views/discovered_hosts/index.html.erb:3 msgid "Auto Provision All" msgstr "" #: ../app/views/discovered_hosts/multiple_destroy.html.erb:4 msgid "Warning" msgstr "Aviso" #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5 msgid "" "This might take a while, as all hosts, facts and reports will be destroyed " "as well" msgstr "Esta acción pode tardar un anaco, xa que se eliminarán tódolos equipos, datos e informes." #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5 msgid "Select location" msgstr "" #: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5 msgid "Select organization" msgstr "" #: ../app/views/discovered_hosts/show.html.erb:1 msgid "Discovered host: %s" msgstr "" #: ../app/views/discovered_hosts/show.html.erb:24 msgid "Interfaces" msgstr "" #: ../app/views/discovered_hosts/show.html.erb:32 msgid "Identifier" msgstr "" #: ../app/views/discovered_hosts/show.html.erb:33 msgid "MAC address" msgstr "" #: ../app/views/discovered_hosts/show.html.erb:34 msgid "IP address" msgstr "" #: ../app/views/discovered_mailer/discovered_summary.html.erb:6 msgid "Summary report for discovered hosts from Foreman" msgstr "" #: ../app/views/discovered_mailer/discovered_summary.html.erb:9 msgid "Foreman Discovered hosts summary" msgstr "" #: ../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 "" #: ../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 "" #: ../app/views/discovered_mailer/discovered_summary.html.erb:31 msgid "No discovered hosts for the selected period" msgstr "" #: ../app/views/discovered_mailer/discovered_summary.text.erb:1 msgid "Foreman discovered hosts summary" msgstr "" #: ../app/views/discovered_mailer/discovered_summary.text.erb:21 msgid "No new discovered hosts for this period" msgstr "" #: ../app/views/discovery_rules/_form.html.erb:5 msgid "Primary" msgstr "" #: ../app/views/discovery_rules/_form.html.erb:7 msgid "Locations" msgstr "" #: ../app/views/discovery_rules/_form.html.erb:10 msgid "Organizations" msgstr "" #: ../app/views/discovery_rules/_form.html.erb:22 msgid "Target host group for this rule with all properties set" msgstr "" #: ../app/views/discovery_rules/_form.html.erb:24 msgid "Template" msgstr "" #: ../app/views/discovery_rules/_form.html.erb:26 msgid "Hostname for provisioned hosts" msgstr "" #: ../app/views/discovery_rules/_form.html.erb:27 msgid "Hosts limit" msgstr "" #: ../app/views/discovery_rules/_form.html.erb:27 msgid "Maximum hosts provisioned with this rule (0 = unlimited)" msgstr "" #: ../app/views/discovery_rules/_form.html.erb:28 msgid "Rule priority (lower integer means higher priority)" msgstr "" #: ../app/views/discovery_rules/_template_inline.erb:2 msgid "" "Specify target hostname template pattern in the same syntax as in " "Provisioning Templates (ERB)." msgstr "" #: ../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 "" #: ../app/views/discovery_rules/_template_inline.erb:5 msgid "" "In addition to @host attribute function rand for random integers is " "available. Examples:" msgstr "" #: ../app/views/discovery_rules/_template_inline.erb:8 msgid "" "When creating hostname patterns, make sure the resulting host names are " "unique." msgstr "" #: ../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 "" #: ../app/views/discovery_rules/edit.html.erb:1 msgid "Edit Discovery Rule" msgstr "" #: ../app/views/discovery_rules/index.html.erb:1 msgid "Discovery Rules" msgstr "" #: ../app/views/discovery_rules/index.html.erb:2 msgid "New Rule" msgstr "" #: ../app/views/discovery_rules/index.html.erb:6 msgid "DiscoveryRule|Name" msgstr "" #: ../app/views/discovery_rules/index.html.erb:7 msgid "DiscoveryRule|Priority" msgstr "" #: ../app/views/discovery_rules/index.html.erb:8 msgid "DiscoveryRule|Query" msgstr "" #: ../app/views/discovery_rules/index.html.erb:9 msgid "Host group" msgstr "Grupo de Equipos" #: ../app/views/discovery_rules/index.html.erb:10 msgid "Hosts/limit" msgstr "" #: ../app/views/discovery_rules/index.html.erb:11 msgid "DiscoveryRule|Enabled" msgstr "" #: ../app/views/discovery_rules/new.html.erb:1 msgid "New Discovery Rule" msgstr "" #: ../db/seeds.d/70_discovery_mail_notification.rb:3 msgid "A summary of discovered hosts" msgstr "" #: ../lib/foreman_discovery/engine.rb:152 msgid "Discovery rules" msgstr "" #: ../lib/foreman_discovery/engine.rb:157 msgid "Discovery widget" msgstr ""