view src/app/components/jvm-info/jvm-cpu/en.locale.yaml @ 238:e905e459ea48

Add jvm-cpu component Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/025145.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025348.html
author Andrew Azores <aazores@redhat.com>
date Wed, 11 Oct 2017 09:39:05 -0400
parents
children
line wrap: on
line source

jvmCpu:
  CARD_TITLE: JVM CPU Usage
  REFRESH_RATE_LABEL: Refresh Rate
  MAX_DATA_AGE_LABEL: Max Data Age

  chart:
    UNITS: '%'
    X_AXIS_LABEL: timestamp
    Y_AXIS_LABEL: utilization

  refresh:
    DISABLED: Disabled
    SECONDS: '{SECONDS, plural, =0{0 Seconds} one{1 Second} other{# Seconds}}{DEFAULT, select, true{ (Default)} other{}}'

  dataAge:
    SECONDS: '{SECONDS, plural, =0{0 Seconds} one{1 Second} other{# Seconds}}{DEFAULT, select, true{ (Default)} other{}}'
    MINUTES: '{MINUTES, plural, =0{0 Minutes} one{1 Minute} other{# Minutes}}{DEFAULT, select, true{ (Default)} other{}}'