Merge pull request #115 from solokot/main

Update Russian: fix google translate
This commit is contained in:
Hiddify
2023-11-03 10:21:14 +01:00
committed by GitHub

View File

@@ -78,7 +78,7 @@
}, },
"save": { "save": {
"buttonText": "Сохранить", "buttonText": "Сохранить",
"successMsg": "Профиль успешно сохранен", "successMsg": "Профиль успешно сохранён",
"failureMsg": "Невозможно сохранить профиль" "failureMsg": "Невозможно сохранить профиль"
}, },
"detailsForm": { "detailsForm": {
@@ -166,7 +166,7 @@
"config": { "config": {
"mode": "Режим", "mode": "Режим",
"modes": { "modes": {
"none": "Никто", "none": "Нет",
"proxy": "Прокси", "proxy": "Прокси",
"tun": "VPN" "tun": "VPN"
}, },
@@ -227,9 +227,9 @@
"dashboard": "Панель", "dashboard": "Панель",
"quit": "Выход", "quit": "Выход",
"status": { "status": {
"connect": "Соединять", "connect": "Подключено",
"connecting": "Подключение", "connecting": "Подключение",
"disconnect": "Отключить", "disconnect": "Отключено",
"disconnecting": "Отключение" "disconnecting": "Отключение"
} }
}, },