From 5fff754d48ec658673c11f8e593d3af4f94d79df Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Tue, 9 Aug 2022 13:56:56 +0300 Subject: fx type fields for fans, static --- src/locales/en-US.json | 4 ++++ src/locales/ru-RU.json | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 8b807b6c..abbc8932 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -865,6 +865,10 @@ "pwm": "% power", "currentValue": "Current Speed, rpm" }, + "types": { + "processors": "Processors", + "motherboard": "Motherboard" + }, "labels": { "warning": "Warning value, rpm", "shutdown": "Failure value, rpm" diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json index 6baeb179..19e34b9e 100644 --- a/src/locales/ru-RU.json +++ b/src/locales/ru-RU.json @@ -865,6 +865,10 @@ "pwm": "% мощности", "currentValue": "Current Speed, rpm" }, + "types": { + "processors": "Процессоры", + "motherboard": "Системная плата" + }, "labels": { "warning": "Значение предупреждения, об/мин", "shutdown": "Значение отказа, об/мин" -- cgit v1.2.3