view src/app/components/jvm-info/jvm-io/en.locale.yaml @ 235:0058493033d9

Fix typo in jvm-io syscalls metric names Reviewed-by: ebaron Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025282.html
author Andrew Azores <aazores@redhat.com>
date Tue, 03 Oct 2017 14:48:55 -0400
parents ce6984e324a1
children
line wrap: on
line source

jvmIo:

  REFRESH_RATE_LABEL: Refresh Rate
  MAX_DATA_AGE_LABEL: Max Data Age

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

  chart:
    TITLE: JVM I/O
    X_LABEL: Timestamp
    Y1_LABEL: Characters
    Y2_LABEL: System Calls

  metrics:
    timestamp: Date
    charactersRead: Characters Read
    charactersWritten: Characters Written
    readSyscalls: Read System Calls
    writeSyscalls: Write System Calls