summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-06-10 17:01:57 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-06-10 17:01:57 +0300
commitf763cd2e39ffce9b10191402243e8704794f08ff (patch)
treeaaddd4ed52a743efebba9fb346bee6c48db064f0
parente4c78cf3807ac108ac73617ecde552e83326cd86 (diff)
downloadwebui-vue-f763cd2e39ffce9b10191402243e8704794f08ff.tar.xz
RU: Update SOL console page alert message
Add russian translations that were missed in a commit 1d9257e5a355bbc0540b70ab2b2d9a17dea6d986 ("Update SOL console page alert message"). Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I71219d8d9ac4cc7cd86ef8911863a216f2bbbee9
-rw-r--r--src/locales/ru-RU.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json
index 00b540ad..62eb5359 100644
--- a/src/locales/ru-RU.json
+++ b/src/locales/ru-RU.json
@@ -811,6 +811,9 @@
}
},
"pageSerialOverLan": {
+ "alert": {
+ "disconnectedAlertMessage" : "Система должна быть включена для соединения"
+ },
"connected": "Подключено",
"disconnected": "Отключено",
"openNewTab": "Открыть в новом окне",