Add missing locale keys

This commit is contained in:
Aurora Lahtela 2022-08-21 10:40:38 +03:00
parent 26409a7b59
commit 339449742b

View File

@ -94,9 +94,11 @@ public enum HtmlLang implements Lang {
TITLE_AS_NUMBERS("html.label.asNumbers", "as Numbers"),
LABEL_AVG_TPS("html.label.averageTps", "Average TPS"),
LABEL_AVG_PLAYERS("html.label.averagePlayers", "Average Players"),
LABEL_CPU("html.label.cpuUsage", "CPU Usage"),
LABEL_CPU("html.label.cpu", "CPU"),
LABEL_CPU_USAGE("html.label.cpuUsage", "CPU Usage"),
LABEL_AVG_CPU("html.label.averageCpuUsage", "Average CPU Usage"),
LABEL_RAM("html.label.ramUsage", "RAM Usage"),
LABEL_RAM("html.label.ram", "RAM"),
LABEL_RAM_USAGE("html.label.ramUsage", "RAM Usage"),
LABEL_AVG_RAM("html.label.averageRamUsage", "Average RAM Usage"),
LABEL_AVG_ENTITIES("html.label.averageEntities", "Average Entities"),
LABEL_AVG_CHUNKS("html.label.averageChunks", "Average Chunks"),