view src/app/components/jvm-info/jvm-memory/en.locale.yaml @ 268:597d7d7e0aff

Add data age limit to jvm-memory Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025371.html
author Andrew Azores <aazores@redhat.com>
date Wed, 11 Oct 2017 15:38:34 -0400
parents 8fea191dbff0
children b35a283eb016
line wrap: on
line source

jvmMemory:

  REFRESH_RATE_LABEL: Refresh Rate
  MAX_DATA_AGE_LABEL: Max Data Age

  METASPACE: Metaspace
  COLLECTOR: '{{name}} generation ({{collector}} collector)'
  SPACE: Space {{index}}
  X_AXIS_LABEL: Time
  Y_AXIS_LABEL: Bytes

  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{}}'