GUACAMOLE-1054: Improve Russian translation

This commit is contained in:
darksimpson
2020-04-28 14:32:22 +03:00
parent b151b98ccf
commit 4a6327e118
14 changed files with 672 additions and 159 deletions

View File

@@ -12,7 +12,8 @@
"translations" : [
"translations/de.json",
"translations/en.json",
"translations/ja.json"
"translations/ja.json",
"translations/ru.json"
],
"js" : [

View File

@@ -0,0 +1,12 @@
{
"DATA_SOURCE_CAS" : {
"NAME" : "Бэкенд CAS SSO"
},
"LOGIN" : {
"FIELD_HEADER_TICKET" : "",
"INFO_CAS_REDIRECT_PENDING" : "Пожалуйста, подождите. Переадресую на страницу аутентификации CAS..."
}
}