summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
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": "Последний час",