Update the text from host to node

https://github.com/rancher/rancher/issues/10915
This commit is contained in:
loganhz 2018-01-18 12:20:55 +08:00
parent ddcc30faf5
commit be0c3acecd
1 changed files with 14 additions and 14 deletions

View File

@ -664,7 +664,7 @@ clustersPage:
addPage: addPage:
host: host:
clusterName: User clusterName: User
hostName: Host Name hostName: Node Name
ssh: SSH Key ssh: SSH Key
rke: rke:
header: Add Cluster 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 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. machine from any public cloud providers, privately hosted clouds, or even bare metal servers.
contentLink: Learn More contentLink: Learn More
addHostLink: Add Host addHostLink: Add Node
stacks: stacks:
header: What are stacks and services? header: What are stacks and services?
content: content:
@ -978,9 +978,9 @@ hostsPage:
cloudHostsPage: cloudHostsPage:
addPage: addPage:
launch: Launch launch: Launch
header: Add Host header: Add Node
name: name:
label: Host Name label: Node Name
placeholder: e.g. host01 placeholder: e.g. host01
transferUnit: TB transferUnit: TB
instance: 'Type:' instance: 'Type:'
@ -996,7 +996,7 @@ hostsPage:
new: new:
header: header:
customText: Add Custom Host customText: Add Custom Host
text: Add Host text: Add Node
manageLink: Manage available machine drivers manageLink: Manage available machine drivers
custom: Add Custom Host custom: Add Custom Host
name: name:
@ -1614,14 +1614,14 @@ clusterRow:
noHosts: External cluster has no hosts noHosts: External cluster has no hosts
noClusterMatch: No clusters match the current search. noClusterMatch: No clusters match the current search.
noClusterData: There are no clusters yet. noClusterData: There are no clusters yet.
addHost: Add Hosts addHost: Add Nodes
importCluster: Use existing Kubernetes importCluster: Use existing Kubernetes
loginDefault: Login loginDefault: Login
clusterWelcome: clusterWelcome:
welcome: Welcome welcome: Welcome
noHost: There are no hosts in this cluster yet. Do you want to add hosts or use an existing Kubernetes installation? 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 select: Select
importCluster: Use existing Kubernetes importCluster: Use existing Kubernetes
importClusterDescription: | importClusterDescription: |
@ -1830,14 +1830,14 @@ editHost:
title: Edit Host title: Edit Host
hostname: hostname:
label: Hostname label: Hostname
help: As reported by the host operating system. help: As reported by the node operating system.
customName: customName:
label: Custom Name label: Custom Name
placeholder: e.g. dev1 placeholder: e.g. dev1
help: If this is left empty, the Hostname will be shown as the Name. help: If this is left empty, the Hostname will be shown as the Name.
description: description:
label: Description label: Description
placeholder: e.g. My development host placeholder: e.g. My development node
labels: labels:
label: Labels label: Labels
ips: 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. help: If provided, the scheduler will select and bind published ports to one of the given public IP addresses.
requireAny: requireAny:
label: Require Container Label 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 addActionLabel: Add Required Label
editRegistry: editRegistry:
@ -2362,7 +2362,7 @@ formNetwork:
label: Subdomain label: Subdomain
placeholder: e.g. foo placeholder: e.g. foo
hostAlias: hostAlias:
addActionLabel: Add Host Alias addActionLabel: Add Node Alias
label: Host Aliases label: Host Aliases
host: host:
label: Host label: Host
@ -2637,7 +2637,7 @@ formSslTermination:
host: host:
label: Host label: Host
placeholder: e.g. example.com placeholder: e.g. example.com
addHostLabel: Add Host addHostLabel: Add Node
helpBlock: | 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." "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. 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. help: The URL to download the machine driver binary for 64-bit Linux.
uiUrl: uiUrl:
label: Custom UI URL 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. link: See <a href="https://github.com/rancher/ui-driver-skel" target="_blank">ui-driver-skel</a> for more info.
checksum: checksum:
label: Checksum label: Checksum
@ -4393,7 +4393,7 @@ nav:
namespaceWorkload: Group by Namespace/Workload namespaceWorkload: Group by Namespace/Workload
hosts: hosts:
tab: Hosts tab: Hosts
addHost: Add Host addHost: Add Node
catalog: catalog:
all: All all: All
library: Library library: Library