summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-09-02 13:33:46 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-09-02 13:33:46 +0300
commit3682e47e5cec528bc9ba1e487f1002fa1a6f786e (patch)
tree501ea107fbef6e5d9a2bbcc1f1085c69d8b158c7 /src/locales
parent05bdca11621aadc480ccf4c131bf57ab1a0919f1 (diff)
downloadwebui-vue-3682e47e5cec528bc9ba1e487f1002fa1a6f786e.tar.xz
add info toasts if server status is changed
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json4
-rw-r--r--src/locales/ru-RU.json4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 84fa2168..318a8e6c 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -84,7 +84,9 @@
},
"toast": {
"unAuthTitle": "Unauthorized",
- "unAuthDescription": "The attempted action is not accessible from the logged in account. Contact your system administrator to check your privilege role."
+ "unAuthDescription": "The attempted action is not accessible from the logged in account. Contact your system administrator to check your privilege role.",
+ "serverTitle": "Server error",
+ "serverDescription": "Server status changed"
},
"datePicker": {
"lastHour": "Last hour",
diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json
index 0b4edc14..c33dacb6 100644
--- a/src/locales/ru-RU.json
+++ b/src/locales/ru-RU.json
@@ -84,7 +84,9 @@
},
"toast": {
"unAuthTitle": "Недоступно",
- "unAuthDescription": "Действие недоступно из текущей учётной записи. Свяжитесь с Вашим системным администратором для проверки прав доступа."
+ "unAuthDescription": "Действие недоступно из текущей учётной записи. Свяжитесь с Вашим системным администратором для проверки прав доступа.",
+ "serverTitle": "Статус сервера",
+ "serverDescription": "Изменен статус сервера"
},
"datePicker": {
"lastHour": "Последний час",