summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-16 18:42:20 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-16 18:42:20 +0300
commitfe9b637630e8a58a68721d8ade914eff81936a5f (patch)
tree0c174bb87135ab8fb6a7a61f6f62ad2a4f4f5471 /src/locales
parentc4484916034f8ba3ec05fc64096abf2514b27fb9 (diff)
downloadwebui-vue-fe9b637630e8a58a68721d8ade914eff81936a5f.tar.xz
SILABMC-256: add fields for motherboard
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json6
-rw-r--r--src/locales/ru-RU.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 768b499c..2907982b 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -881,6 +881,9 @@
"temperature": "Temperature indicators",
"labels": {
"warning": "Meaning of the warning"
+ },
+ "toast": {
+ "errorLimitUpdate": "Limit update error"
}
},
"pageProcessors": {
@@ -923,6 +926,9 @@
"minDate": "Date of minimum",
"maxTemperature": "Maximum, С°",
"maxDate": "Date of maximum"
+ },
+ "toast": {
+ "errorLimitUpdate": "Limit update error"
}
},
"pagePowerSup": {
diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json
index 13e6fcac..46d75e83 100644
--- a/src/locales/ru-RU.json
+++ b/src/locales/ru-RU.json
@@ -881,6 +881,9 @@
"temperature": "Показатели температуры",
"labels": {
"warning": "Значение предупреждения"
+ },
+ "toast": {
+ "errorLimitUpdate": "Ошибка обновления предела"
}
},
"pageProcessors": {
@@ -923,6 +926,9 @@
"minDate": "Дата минимального",
"maxTemperature": "Максимальное, С°",
"maxDate": "Дата максимального"
+ },
+ "toast": {
+ "errorLimitUpdate": "Ошибка обновления предела"
}
},
"pagePowerSup": {