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

@@ -23,7 +23,8 @@
"translations" : [
"translations/de.json",
"translations/en.json",
"translations/ja.json"
"translations/ja.json",
"translations/ru.json"
],
"resources" : {

View File

@@ -0,0 +1,18 @@
{
"DATA_SOURCE_QUICKCONNECT" : {
"NAME" : "QuickConnect"
},
"QUICKCONNECT" : {
"ACTION_CONNECT" : "Подключиться",
"ERROR_INVALID_URI" : "Указан неверный адрес URI",
"ERROR_NO_HOST" : "Не указан сервер",
"ERROR_NO_PROTOCOL" : "Не указан протокол",
"ERROR_NOT_ABSOLUTE_URI" : "Адрес URI не является абсолютным",
"FIELD_PLACEHOLDER_URI" : "Введите адрес URI для подключения"
}
}