mirror of https://github.com/rancher/ui.git
Update the text from host to node
https://github.com/rancher/rancher/issues/10915
This commit is contained in:
parent
ddcc30faf5
commit
be0c3acecd
|
|
@ -664,7 +664,7 @@ clustersPage:
|
|||
addPage:
|
||||
host:
|
||||
clusterName: User
|
||||
hostName: Host Name
|
||||
hostName: Node Name
|
||||
ssh: SSH Key
|
||||
rke:
|
||||
header: Add Cluster
|
||||
|
|
@ -904,7 +904,7 @@ helpPage:
|
|||
Before adding your first service or launching a container, you must add at least a single Linux host that supports Docker {minVersion} or higher and be able to reach the {appName} server via HTTP. {appName} supports adding Linux hosts in the form of a virtual or physical
|
||||
machine from any public cloud providers, privately hosted clouds, or even bare metal servers.
|
||||
contentLink: Learn More
|
||||
addHostLink: Add Host
|
||||
addHostLink: Add Node
|
||||
stacks:
|
||||
header: What are stacks and services?
|
||||
content:
|
||||
|
|
@ -978,9 +978,9 @@ hostsPage:
|
|||
cloudHostsPage:
|
||||
addPage:
|
||||
launch: Launch
|
||||
header: Add Host
|
||||
header: Add Node
|
||||
name:
|
||||
label: Host Name
|
||||
label: Node Name
|
||||
placeholder: e.g. host01
|
||||
transferUnit: TB
|
||||
instance: 'Type:'
|
||||
|
|
@ -996,7 +996,7 @@ hostsPage:
|
|||
new:
|
||||
header:
|
||||
customText: Add Custom Host
|
||||
text: Add Host
|
||||
text: Add Node
|
||||
manageLink: Manage available machine drivers
|
||||
custom: Add Custom Host
|
||||
name:
|
||||
|
|
@ -1614,14 +1614,14 @@ clusterRow:
|
|||
noHosts: External cluster has no hosts
|
||||
noClusterMatch: No clusters match the current search.
|
||||
noClusterData: There are no clusters yet.
|
||||
addHost: Add Hosts
|
||||
addHost: Add Nodes
|
||||
importCluster: Use existing Kubernetes
|
||||
loginDefault: Login
|
||||
|
||||
clusterWelcome:
|
||||
welcome: Welcome
|
||||
noHost: There are no hosts in this cluster yet. Do you want to add hosts or use an existing Kubernetes installation?
|
||||
addHost: Add Hosts
|
||||
addHost: Add Nodes
|
||||
select: Select
|
||||
importCluster: Use existing Kubernetes
|
||||
importClusterDescription: |
|
||||
|
|
@ -1830,14 +1830,14 @@ editHost:
|
|||
title: Edit Host
|
||||
hostname:
|
||||
label: Hostname
|
||||
help: As reported by the host operating system.
|
||||
help: As reported by the node operating system.
|
||||
customName:
|
||||
label: Custom Name
|
||||
placeholder: e.g. dev1
|
||||
help: If this is left empty, the Hostname will be shown as the Name.
|
||||
description:
|
||||
label: Description
|
||||
placeholder: e.g. My development host
|
||||
placeholder: e.g. My development node
|
||||
labels:
|
||||
label: Labels
|
||||
ips:
|
||||
|
|
@ -1848,7 +1848,7 @@ editHost:
|
|||
help: If provided, the scheduler will select and bind published ports to one of the given public IP addresses.
|
||||
requireAny:
|
||||
label: Require Container Label
|
||||
help: If provided, containers must have one or more of the given labels in order to be eligible for scheduling onto this host. If the value is left empty, a container with a matching key is eligible regardless of value. <code>io.rancher.container.system</code> is required to allow system containers on to the host.
|
||||
help: If provided, containers must have one or more of the given labels in order to be eligible for scheduling onto this node. If the value is left empty, a container with a matching key is eligible regardless of value. <code>io.rancher.container.system</code> is required to allow system containers on to the node.
|
||||
addActionLabel: Add Required Label
|
||||
|
||||
editRegistry:
|
||||
|
|
@ -2362,7 +2362,7 @@ formNetwork:
|
|||
label: Subdomain
|
||||
placeholder: e.g. foo
|
||||
hostAlias:
|
||||
addActionLabel: Add Host Alias
|
||||
addActionLabel: Add Node Alias
|
||||
label: Host Aliases
|
||||
host:
|
||||
label: Host
|
||||
|
|
@ -2637,7 +2637,7 @@ formSslTermination:
|
|||
host:
|
||||
label: Host
|
||||
placeholder: e.g. example.com
|
||||
addHostLabel: Add Host
|
||||
addHostLabel: Add Node
|
||||
helpBlock: |
|
||||
"Note: Some older SSL/TLS clients do not support <a href="https://en.wikipedia.org/wiki/Server_Name_Indication" target="_blank">Server Name Indication (SNI)</a>; these clients will always be offered the main Certificate. Modern clients will be offered an appropriate certificate from the Alternate Certificates list if a match is found."
|
||||
notNeeded: There are no SSL/TLS Listening Ports configured with a valid Target Rule.
|
||||
|
|
@ -3691,7 +3691,7 @@ modalEditDriver:
|
|||
help: The URL to download the machine driver binary for 64-bit Linux.
|
||||
uiUrl:
|
||||
label: Custom UI URL
|
||||
help: "Optional: The URL to load for customized Add Hosts screen for this driver."
|
||||
help: "Optional: The URL to load for customized Add Nodes screen for this driver."
|
||||
link: See <a href="https://github.com/rancher/ui-driver-skel" target="_blank">ui-driver-skel</a> for more info.
|
||||
checksum:
|
||||
label: Checksum
|
||||
|
|
@ -4393,7 +4393,7 @@ nav:
|
|||
namespaceWorkload: Group by Namespace/Workload
|
||||
hosts:
|
||||
tab: Hosts
|
||||
addHost: Add Host
|
||||
addHost: Add Node
|
||||
catalog:
|
||||
all: All
|
||||
library: Library
|
||||
|
|
|
|||
Loading…
Reference in New Issue