# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the foreman_virt_who_configure package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: foreman_virt_who_configure 1.0.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-16 21:30+0000\n" "PO-Revision-Date: 2017-05-03 11:59+0000\n" "Language-Team: Chinese (https://app.transifex.com/foreman/teams/114/zh/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:15 msgid "List of virt-who configurations" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:16 msgid "List of virt-who configurations per organization" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:23 msgid "Show a virt-who configuration" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:29 msgid "Renders a deploy script for the specified virt-who configuration" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:41 msgid "Configuration name" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:42 msgid "Configuration interval in minutes" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:43 msgid "" "Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} " "means whitelist, %{blacklist} means blacklist" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:44 msgid "" "Hypervisor whitelist, applicable only when filtering mode is set to 1. " "Wildcards and regular expressions are supported, multiple records must be " "separated by comma." msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:45 msgid "" "Hypervisor blacklist, applicable only when filtering mode is set to 2. " "Wildcards and regular expressions are supported, multiple records must be " "separated by comma." msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:46 msgid "" "Applicable only for esx provider type. Only hosts which parent (usually " "ComputeResource) name is specified in comma-separated list in this option " "will be reported. Wildcards and regular expressions are supported, multiple " "records must be separated by comma. Put the value into the double-quotes if " "it contains special characters like comma. All new line characters will be " "removed in resulting configuration file, white spaces are removed from " "beginning and end." msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:47 msgid "" "Applicable only for esx provider type. Hosts which parent (usually " "ComputeResource) name is specified in comma-separated list in this option " "will NOT be reported. Wildcards and regular expressions are " "supported, multiple records must be separated by comma. Put the value into " "the double-quotes if it contains special characters like comma. All new line" " characters will be removed in resulting configuration file, white spaces " "are removed from beginning and end." msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:48 msgid "Specifies how the hypervisor will be identified." msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:49 msgid "Hypervisor type" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:50 msgid "Fully qualified host name or IP address of the hypervisor" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:51 msgid "Account name by which virt-who is to connect to the hypervisor." msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:52 msgid "" "Hypervisor password, required for all hypervisor types except for " "libvirt/kubevirt." msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:53 #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:40 #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2 msgid "Foreman server FQDN" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:54 #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:20 msgid "Enable debugging output" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:55 msgid "" "Configuration file containing details about how to connect to the cluster " "and authentication details." msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:56 msgid "" "HTTP proxy that should be used for communication between the server on which" " virt-who is running and the hypervisors and virtualization managers." msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:57 msgid "" "Ignore proxy. A comma-separated list of hostnames or domains or ip addresses" " to ignore proxy settings for. Optionally this may be set to * to bypass " "proxy settings for all hostnames domains or ip addresses." msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:58 msgid "Organization of the virt-who configuration" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:59 #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:28 msgid "Select the Prism flavor you are connecting to" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:60 msgid "" "Option Enable debugging output is required to enable AHV internal debug. It " "provides extra AHV debug information when both options are enabled" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:64 msgid "Create a virt-who configuration" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:72 msgid "Update a virt-who configuration" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:73 #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:81 msgid "Configuration numeric identifier" msgstr "" #: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:80 msgid "Delete a virt-who configuration" msgstr "" #: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:7 msgid "Create Config" msgstr "" #: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:9 msgid "New Config" msgstr "" #: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:16 msgid "Help" msgstr "" #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:5 msgid "VMware vCenter server’s fully qualified host name or IP address." msgstr "" #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:6 msgid "Microsoft Hyper-V fully qualified host name or IP address." msgstr "" #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:7 msgid "" "Libvirt server’s fully qualified host name or IP address. You can also " "specify preferred schema, for example: " "qemu+ssh://libvirt.example.com/system. If you use SSH, make " "sure you setup root's SSH key on target host for a user specified at " "hypervisor username field" msgstr "" #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:8 msgid "" "Container-native virtualization’s fully qualified host name or IP address. " "In order to connect to the cluster it is required to provide path to " "kubeconfig which contains connection details and authentication token." msgstr "" #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:9 msgid "Nutanix AHV’s IP address." msgstr "" #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:15 msgid "" "Account name by which virt-who is to connect to the hypervisor, in the " "format domain_name\\account_name. Note that only a single " "backslash separates the values for domain_name and account_name. If you are " "using a domain account, and the global configuration file /etc/virt-" "who.conf, then two backslashes are required. For further " "details, see Red Hat" " Knowledgebase solution How to use a windows domain account with virt-" "who for more information." msgstr "" #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:16 msgid "" "Account name by which virt-who is to connect to the hypervisor. By default " "this is Administrator. To use an alternate account, create a " "user account and assign that account to the following groups (Windows 2012 " "Server): Hyper-V Administrators and Remote Management Users." msgstr "" #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:17 msgid "" "Account name by which virt-who is to connect to the hypervisor. Virt-who " "does not support password based authentication, you must manually setup SSH " "key, see Red Hat " "Knowledgebase solution How to configure virt-who for a KVM host for more" " information." msgstr "" #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:19 msgid "Account name by which virt-who is to connect to Nutanix AHV." msgstr "" #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:26 msgid "No Report Yet" msgstr "" #: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:30 msgid "Unknown configuration status" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:20 msgid "Unlimited" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:21 msgid "Whitelist" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:22 msgid "Blacklist" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:26 msgid "General information" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:27 msgid "Schedule" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:28 msgid "Connection" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:44 msgid "Every hour" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:45 msgid "Every 2 hours" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:46 msgid "Every 4 hours" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:47 msgid "Every 8 hours" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:48 msgid "Every 12 hours" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:49 msgid "Every 24 hours" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:50 msgid "Every 2 days" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:51 msgid "Every 3 days" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:57 #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:23 msgid "OK" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:58 msgid "No change" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:59 msgid "Unknown" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:62 msgid "Unknown configuration status, caused by unexpected conditions" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:64 msgid "" "The configuration was not deployed yet or the virt-who was unable to report " "the status" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:65 msgid "The virt-who report arrived within the interval" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:66 msgid "" "The virt-who report has not arrived within the interval, which indicates " "there was no change on hypervisor" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:71 msgid "Prism Central" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:72 msgid "Prism Element" msgstr "" #: ../app/models/foreman_virt_who_configure/config.rb:217 msgid "every %s hours" msgstr "" #: ../app/models/foreman_virt_who_configure/output_generator.rb:18 msgid "Success" msgstr "" #: ../app/models/foreman_virt_who_configure/output_generator.rb:19 msgid "Newer version of virt-who is required, minimum version is %s" msgstr "" #: ../app/models/foreman_virt_who_configure/output_generator.rb:20 msgid "Unable to create virt-who config file" msgstr "" #: ../app/models/foreman_virt_who_configure/output_generator.rb:21 msgid "Unable to create sysconfig file" msgstr "" #: ../app/models/foreman_virt_who_configure/output_generator.rb:22 msgid "Unable to enable virt-who service using systemctl" msgstr "" #: ../app/models/foreman_virt_who_configure/output_generator.rb:23 msgid "" "Unable to start virt-who service, please see virt-who logs for more details" msgstr "" #: ../app/models/foreman_virt_who_configure/output_generator.rb:24 msgid "" "Unable to install virt-who package, make sure the host is properly " "subscribed and has access to katello-host-tools repository" msgstr "" #: ../app/models/foreman_virt_who_configure/output_generator.rb:44 msgid "Owner was not provided" msgstr "" #: ../app/models/foreman_virt_who_configure/output_generator.rb:45 msgid "Interval was not provided" msgstr "" #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:5 msgid "Virt-who Configurations Status" msgstr "" #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:9 msgid "Configuration Status" msgstr "" #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:10 msgid "Count" msgstr "" #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:15 msgid "No Reports" msgstr "" #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:19 msgid "No Change" msgstr "" #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:27 msgid "Total Configurations" msgstr "" #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:33 msgid "Latest Configurations Without Change" msgstr "" #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:35 msgid "No configuration found" msgstr "" #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:40 #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:8 msgid "Config|Name" msgstr "" #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:41 msgid "Config|Last Report" msgstr "" #: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:42 #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:9 msgid "Config|Interval" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:1 msgid "Edit Virt-who Config" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:6 #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:1 #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:12 #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:3 msgid "Virt-who Configurations" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:10 #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:21 #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:5 msgid "Edit" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:10 #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:35 msgid "Status" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:11 msgid "Actions" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/index.html.erb:22 #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:6 msgid "Delete virt-who configuration %s?" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/new.html.erb:1 msgid "New Virt-who Config" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:3 msgid "Virt-who Configuration %s" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:22 msgid "Overview" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:23 msgid "Deploy" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:32 msgid "Details" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:41 #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:3 msgid "Hypervisor ID" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:42 #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:9 msgid "Filtering" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:44 msgid "Filter Hosts" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:48 msgid "Exclude Hosts" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:51 msgid "Enable debugging output?" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:52 #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:21 msgid "HTTP Proxy" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:53 msgid "Ignore Proxy" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:67 msgid "" "Use either hammer command or the script below to deploy this configuration. " "Both require root privileges. Run one of them on the target host which has " "access to katello-host-tools repository and will run virt-who reporting, " "preferably Foreman host:" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:73 msgid "Hammer command: " msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:82 #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:106 msgid "Copy to clipboard" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:89 msgid "Configuration script: " msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:93 msgid "On the target virt-who host:" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:94 msgid "1. Copy this configuration script to a safe directory." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:95 msgid "2. Make the script executable and run it." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:96 msgid "3. Delete the script." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/show.html.erb:107 msgid "Download the script" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2 msgid "" "Foreman server’s fully-qualified host name, for example: foreman.example.com" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:4 msgid "" "Specifies that hypervisors will be identified by their hostname, uuid or hwuuid.\n" " Note that some virtualization backends don't have all of them implemented.\n" " Default is hostname, which provides more meaningful hypervisor\n" " names, but can cause duplicated hypervisor registrations if the host is renamed. To avoid that, you can use uuid instead. hwuuid is applicable to esx only.\n" " This property is meant to be set up before the initial run of virt-who. Changing it later will result in duplicated entries in the subscription manager." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:10 msgid "" "If you run a hybrid environment, with virtual machines running Red Hat " "Enterprise Linux and other operating systems, you may want to limit the " "scope of virt-who’s access to hosts. For example, if some hypervisors host " "only Microsoft Windows Server instances, there is no benefit in having those" " hypervisors reported by the virt-who agent." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:12 msgid "" "Only hosts which uuid (or hostname or hwuuid, based on " "hypervisor_id) is specified in comma-separated list in this " "option will be reported. Wildcards and regular expressions are supported, " "multiple records must be separated by comma. Put the value into the double-" "quotes if it contains special characters like comma. All new line characters" " will be removed in resulting configuration file, white spaces are removed " "from beginning and end." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:12 msgid "Filter hosts" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:14 msgid "" "Hosts which uuid (or hostname or hwuuid, based on " "hypervisor_id) is specified in comma-separated list in this " "option will NOT be reported. Wildcards and regular expressions are " "supported, multiple records must be separated by comma. Put the value into " "the double-quotes if it contains special characters like comma. All new line" " characters will be removed in resulting configuration file, white spaces " "are removed from beginning and end." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:14 msgid "Exclude hosts" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:16 msgid "" "Only hosts which cluster ID is specified in comma-separated list in this " "option will be reported. PowerCLI command to find the domain names in VMware" " Get-Cluster “ClusterName” | Select ID. Wildcards and regular " "expressions are supported, multiple records must be separated by comma. Put " "the value into the double-quotes if it contains special characters like " "comma. All new line characters will be removed in resulting configuration " "file, white spaces are removed from beginning and end." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:16 msgid "Filter host parents" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:18 msgid "" "Exclude hosts which cluster ID is specified in comma-separated list in this " "option will NOT be reported. PowerCLI command to find the domain " "names in VMware Get-Cluster “ClusterName” | Select ID. " "Wildcards and regular expressions are supported, multiple records must be " "separated by comma. Put the value into the double-quotes if it contains " "special characters like comma. All new line characters will be removed in " "resulting configuration file, white spaces are removed from beginning and " "end." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:18 msgid "Exclude host parents" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:20 msgid "" "Different debug value can't be set per hypervisor, therefore it will affect " "all other deployed configurations on the host on which this configuration " "will be deployed." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:22 msgid "" "HTTP proxy that should be used for communication between the server on which" " virt-who is running and the hypervisors and virtualization managers. Leave " "this blank if no proxy is used." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:23 msgid "" "A comma-separated list of hostnames or domains or ip addresses to ignore " "proxy settings for. Optionally this may be set to * to bypass " "proxy settings for all hostnames domains or ip addresses." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:23 msgid "Ignore proxy" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:24 msgid "" "Configuration file containing details about how to connect to the cluster " "and authentication details" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:24 msgid "Path to kubeconfig file" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:27 msgid "Prism Flavor" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:29 msgid "" "Option Enable debugging output is required to enable AHV internal debug. It " "provides extra AHV debug information when both options are enabled " msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:29 msgid "Enable AHV debug" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:2 msgid "Name of this configuration, e.g. the name of the hypervisor" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:2 msgid "Name" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:7 msgid "Owner" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:10 msgid "Hypervisor Type" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:11 msgid "Hypervisor Server" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:12 msgid "Hypervisor Username" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:13 msgid "Hypervisor Password" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:13 msgid "" "Account password by which virt-who is to connect to the hypervisor instance." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_schedule_form.erb:2 msgid "" "How often to check connected hypervisors for changes? Also affects how often" " a mapping is reported. The recommended value for most environments is every" " two hours. Different interval can't be set per hypervisor, therefore it " "will affect all other deployed configurations on the host on which this " "configuration will be deployed." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/steps/_schedule_form.erb:2 msgid "Interval" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:6 msgid "Configs" msgstr "" #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:8 msgid "" "On this page you can define virt-who configurations for your hypervisors." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:9 msgid "" "One virt-who configuration represents one config file in /etc/virt-who.d " "directory and maps to single hypervisor, organization and lifecycle " "environment." msgstr "" #: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:10 msgid "" "To define a new configuration, click the New Config button and fill in the " "form. After you provide all required information a virt-who configuration " "script will be generated. You could either install it manually by copying " "the script or deploy it on a selected target host through Remote Execution." msgstr "" #: ../lib/foreman_virt_who_configure/engine.rb:73 msgid "Virt-who configurations" msgstr "" #: ../lib/foreman_virt_who_configure/engine.rb:78 msgid "Virt-who Configs Status" msgstr "" #: action_names.rb:2 msgid "Abstract async task" msgstr "" #: action_names.rb:3 msgid "Abstract" msgstr "" #: action_names.rb:4 msgid "Action with sub plans" msgstr "" #: action_names.rb:5 msgid "Agent action" msgstr "" #: action_names.rb:6 msgid "Attach subscriptions" msgstr "" #: action_names.rb:7 msgid "Auto attach subscriptions" msgstr "" #: action_names.rb:8 msgid "Bulk generate applicability for hosts" msgstr "" #: action_names.rb:9 msgid "Combined Profile Update" msgstr "" #: action_names.rb:10 msgid "Copy version units to library" msgstr "" #: action_names.rb:11 msgid "Create Alternate Content Source" msgstr "" #: action_names.rb:12 msgid "Create Export History" msgstr "" #: action_names.rb:13 msgid "Create Import History" msgstr "" #: action_names.rb:14 msgid "Create Syncable Export History" msgstr "" #: action_names.rb:15 msgid "Create" msgstr "" #: action_names.rb:16 msgid "Delete Activation Key" msgstr "" #: action_names.rb:17 msgid "Delete Lifecycle Environment" msgstr "" #: action_names.rb:18 msgid "Delete Product" msgstr "" #: action_names.rb:19 msgid "Delete" msgstr "" #: action_names.rb:20 msgid "Destroy Alternate Content Source" msgstr "" #: action_names.rb:21 msgid "Destroy Content Host" msgstr "" #: action_names.rb:22 msgid "Destroy" msgstr "" #: action_names.rb:23 msgid "Disable" msgstr "" #: action_names.rb:24 msgid "Discover" msgstr "" #: action_names.rb:25 msgid "Enable" msgstr "" #: action_names.rb:26 msgid "Errata mail" msgstr "" #: action_names.rb:27 msgid "Export Library" msgstr "" #: action_names.rb:28 msgid "Export Repository" msgstr "" #: action_names.rb:29 msgid "Export" msgstr "" #: action_names.rb:30 msgid "Fetch pxe files" msgstr "" #: action_names.rb:31 msgid "Filtered index content" msgstr "" #: action_names.rb:32 msgid "Generate host applicability" msgstr "" #: action_names.rb:33 msgid "Generate repository applicability" msgstr "" #: action_names.rb:34 msgid "Hypervisors update" msgstr "" #: action_names.rb:35 msgid "Hypervisors" msgstr "" #: action_names.rb:36 msgid "Import Content View Version" msgstr "" #: action_names.rb:37 msgid "Import Default Content View" msgstr "" #: action_names.rb:38 msgid "Import Puppet classes" msgstr "" #: action_names.rb:39 msgid "Import Repository" msgstr "" #: action_names.rb:40 msgid "Import facts" msgstr "" #: action_names.rb:41 msgid "Import" msgstr "" #: action_names.rb:42 msgid "Incremental Update of Content View Version(s) " msgstr "" #: action_names.rb:43 msgid "Incremental Update" msgstr "" #: action_names.rb:44 msgid "Index content" msgstr "" #: action_names.rb:45 msgid "Index errata" msgstr "" #: action_names.rb:46 msgid "Index module streams" msgstr "" #: action_names.rb:47 msgid "Index package groups" msgstr "" #: action_names.rb:48 msgid "Install Applicable Errata" msgstr "" #: action_names.rb:49 msgid "Instance update" msgstr "" #: action_names.rb:50 msgid "Package Profile Update" msgstr "" #: action_names.rb:51 msgid "Product Create" msgstr "" #: action_names.rb:52 msgid "Promote" msgstr "" #: action_names.rb:53 msgid "Promotion to Environment" msgstr "" #: action_names.rb:54 msgid "Publish Lifecycle Environment Repositories" msgstr "" #: action_names.rb:55 msgid "Publish" msgstr "" #: action_names.rb:56 msgid "Refresh Alternate Content Source" msgstr "" #: action_names.rb:57 msgid "Reindex subscriptions" msgstr "" #: action_names.rb:58 msgid "Remote action:" msgstr "" #: action_names.rb:59 msgid "Remove Content" msgstr "" #: action_names.rb:60 msgid "Remove Version" msgstr "" #: action_names.rb:61 msgid "Remove Versions and Associations" msgstr "" #: action_names.rb:62 msgid "Remove from Environment" msgstr "" #: action_names.rb:63 msgid "Remove subscriptions" msgstr "" #: action_names.rb:64 msgid "Report" msgstr "" #: action_names.rb:65 msgid "Republish Version Repositories" msgstr "" #: action_names.rb:66 msgid "Run Sync Plan:" msgstr "" #: action_names.rb:67 msgid "Sync capsule" msgstr "" #: action_names.rb:68 msgid "Syncable export" msgstr "" #: action_names.rb:69 msgid "Synchronize smart proxy" msgstr "" #: action_names.rb:70 msgid "Synchronize" msgstr "" #: action_names.rb:71 msgid "Update Alternate Content Source" msgstr "" #: action_names.rb:72 msgid "Update CDN Configuration" msgstr "" #: action_names.rb:73 msgid "Update Content Overrides" msgstr "" #: action_names.rb:74 msgid "Update content urls" msgstr "" #: action_names.rb:75 msgid "Update for host" msgstr "" #: action_names.rb:76 msgid "Update http proxy details" msgstr "" #: action_names.rb:77 msgid "Update http proxy" msgstr "" #: action_names.rb:78 msgid "Update redhat repository" msgstr "" #: action_names.rb:79 msgid "Update release version for host" msgstr "" #: action_names.rb:80 msgid "Update" msgstr "" #: action_names.rb:81 msgid "Updating System Purpose for host" msgstr "" #: action_names.rb:82 msgid "Upload into" msgstr "" #: action_names.rb:83 msgid "Verify checksum" msgstr "" #: gemspec.rb:2 msgid "A plugin to make virt-who configuration easy" msgstr ""