Skip to content

Commit

Permalink
Update Russian translation (rustdesk#9391)
Browse files Browse the repository at this point in the history
Co-authored-by: RustDesk <[email protected]>
  • Loading branch information
solokot and rustdesk authored Sep 19, 2024
1 parent c6e3f60 commit 47139ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lang/ru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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", "Маленькие значки"),
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 47139ed

Please sign in to comment.