diff options
-rw-r--r-- | src/locales/ru-RU.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json index a1233b61e..76a830d55 100644 --- a/src/locales/ru-RU.json +++ b/src/locales/ru-RU.json @@ -451,7 +451,9 @@ }, "toast": { "errorDisableIdentifyLed": "Ошибка выключения идентификационного LED.", - "errorEnableIdentifyLed": "Ошибка включения идентификационного LED." + "errorEnableIdentifyLed": "Ошибка включения идентификационного LED.", + "successDisableIdentifyLed": "Идентификационный LED выключен успешно.", + "successEnableIdentifyLed": "Идентификационный LED включён успешно." } }, "pageKeyClear": { |