Update Russian translation (#9391)

Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
solokot 2024-09-19 13:48:54 +03:00 committed by GitHub
parent c6e3f60a6b
commit 47139edd81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -554,7 +554,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Open in new window", "Открыть в новом окне"),
("Show displays as individual windows", "Показывать дисплеи в отдельных окнах"),
("Use all my displays for the remote session", "Использовать все мои дисплеи для удалённого сеанса"),
("selinux_tip", "На вашем устройстве включён SELinux, что может помешать правильной работе RustDesk на контролируемой стороне."),
("selinux_tip", "На вашем устройстве включён SELinux, что может помешать правильной работе RustDesk на управляемой стороне."),
("Change view", "Вид"),
("Big tiles", "Большие значки"),
("Small tiles", "Маленькие значки"),
@ -641,10 +641,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Platform", "Платформа"),
("Days remaining", "Дней осталось"),
("enable-trusted-devices-tip", "Разрешить доверенным устройствам пропускать проверку подлинности 2FA"),
("Parent directory", "Родительская директория"),
("Parent directory", "Родительская папка"),
("Resume", "Продолжить"),
("Invalid file name", "Неверное имя файла"),
("one-way-file-transfer-tip", ""),
("Invalid file name", "Неправильное имя файла"),
("one-way-file-transfer-tip", "На управляемой стороне включена односторонняя передача файлов."),
("Authentication Required", ""),
("Authenticate", ""),
].iter().cloned().collect();