Update src/lang/ru.rs

This commit is contained in:
Sergey V. Kokorin 2022-07-27 11:35:23 +07:00
parent 7d8da4acbe
commit baec7ad415

View File

@ -35,9 +35,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("About", "О RustDesk"), ("About", "О RustDesk"),
("Mute", "Отключить звук"), ("Mute", "Отключить звук"),
("Audio Input", "Аудиовход"), ("Audio Input", "Аудиовход"),
("Enhancements", ""), ("Enhancements", "Улучшения"),
("Hardware Codec", ""), ("Hardware Codec", "Аппаратный кодек"),
("Adaptive Bitrate", ""), ("Adaptive Bitrate", "Адаптивная скорость потока"),
("ID Server", "ID-сервер"), ("ID Server", "ID-сервер"),
("Relay Server", "Сервер ретрансляции"), ("Relay Server", "Сервер ретрансляции"),
("API Server", "API-сервер"), ("API Server", "API-сервер"),
@ -288,16 +288,16 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Ignore Battery Optimizations", "Игнорировать оптимизацию батареи"), ("Ignore Battery Optimizations", "Игнорировать оптимизацию батареи"),
("android_open_battery_optimizations_tip", "Перейдите на следующую страницу настроек "), ("android_open_battery_optimizations_tip", "Перейдите на следующую страницу настроек "),
("Connection not allowed", "Подключение не разрешено"), ("Connection not allowed", "Подключение не разрешено"),
("Use temporary password", ""), ("Use temporary password", "Использовать временный пароль"),
("Use permanent password", ""), ("Use permanent password", "Использовать постоянный пароль"),
("Use both passwords", ""), ("Use both passwords", "Использовать оба пароля"),
("Set permanent password", ""), ("Set permanent password", "Установить постоянный пароль"),
("Set temporary password length", ""), ("Set temporary password length", "Длина временного пароля"),
("Enable Remote Restart", ""), ("Enable Remote Restart", "Включить удаленный перезапуск"),
("Allow remote restart", ""), ("Allow remote restart", "Разрешить удаленный перезапуск"),
("Restart Remote Device", ""), ("Restart Remote Device", "Перезапустить удаленное устройство"),
("Are you sure you want to restart", ""), ("Are you sure you want to restart", "Вы уверены, что хотите выполнить перезапуск?"),
("Restarting Remote Device", ""), ("Restarting Remote Device", "Перезагрузка удаленного устройства"),
("remote_restarting_tip", ""), ("remote_restarting_tip", "Удаленное устройство перезапускается. Пожалуйста, закройте это сообщение и через некоторое время переподключитесь, используя постоянный пароль."),
].iter().cloned().collect(); ].iter().cloned().collect();
} }