Merge pull request #3477 from westlywright/update.translation.patch

Update translation text for enabling Prometheus
This commit is contained in:
Westly Wright 2019-10-21 10:13:03 -07:00 committed by GitHub
commit a5f5e97779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -1457,17 +1457,17 @@ monitoringPage:
project: Project level monitoring is enabled.
insufficientSize:
prometheus:
cpu: Please make sure you have at least one node with {cpu} milli CPUs available to enable Prometheus workload.
memory: Please make sure you have at least one node with {memory} MiB of memory available to enable Prometheus workload.
all: Please make sure you have at least one node with {cpu} milli CPUs and {memory} MiB of memory available to enable Prometheus workload.
cpu: To enable Prometheus, you need at least one node with {cpu} milli CPUs available.
memory: To enable Prometheus, you need at least one node with {memory} MiB of memory available.
all: To enable Prometheus, you need at least one node with {cpu} milli CPUs and {memory} MiB of memory available.
selectors:
cpu: Please make sure you have at least one node matches node selectors with {cpu} milli CPUs available to enable Prometheus workload.
memory: Please make sure you have at least one node matches node selectors with {memory} MiB of memory available to enable Prometheus workload.
all: Please make sure you have at least one node that matches node selectors with {cpu} milli CPUs and {memory} MiB of memory available to enable Prometheus workload.
cpu: To enable Prometheus, you need at least one node that matches the node selectors and has {cpu} milli CPUs available.
memory: To enable Prometheus, you need at least one node that matches the node selectors and has {memory} MiB of memory available.
all: To enable Prometheus, you need at least one node that matches the node selectors, has {cpu} milli CPUs available, and has {memory} MiB of memory available.
total:
cpu: Please make sure you have at least {cpu} milli CPUs available to enable monitoring.
memory: Please make sure you have at least {memory} MiB of memory available to enable monitoring.
all: Please make sure you have at least {cpu} milli CPUs and {memory} MiB of memory available to enable monitoring.
cpu: To enable monitoring, you need at least {cpu} milli CPUs available.
memory: To enable monitoring, you need at least {memory} MiB of memory available.
all: To enable monitoring, you need at least {cpu} milli CPUs and {memory} MiB of memory available.
clusterNotEnabled: Cluster level monitoring is not enabled. Only custom metrics will be collected.
prometheus: Monitoring is not enabled yet, click the Save button below to enable it.
resourceLimitsHelp: 'When enabling monitoring, you need to ensure your worker nodes and Prometheus pod have enough resources. Please visit <a href="https://rancher.com/docs/rancher/v2.x/en/cluster-admin/tools/monitoring/#resource-consumption" target="_blank" rel="nofollow noreferrer">the Rancher docs</a> for suggested resource limits.'
@ -3400,7 +3400,7 @@ clusterNew:
label: Kubernetes pod address range
help: 'A CIDR notation IP range from which to assign pod IPS. For example: 172.244.0.0/16'
placeholder: e.g. 172.244.0.0/16
sshUser:
label: SSH User
placeholder: usr1