Skip to content

Commit

Permalink
Update ru.rs (rustdesk#7827)
Browse files Browse the repository at this point in the history
  • Loading branch information
solokot authored Apr 25, 2024
1 parent 0e7e27f commit 92748de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/ru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("ab_web_console_tip", "Больше в веб-консоли"),
("allow-only-conn-window-open-tip", "Разрешать подключение только при открытом окне RustDesk"),
("no_need_privacy_mode_no_physical_displays_tip", "Физические дисплеи отсутствуют, нет необходимости использовать режим конфиденциальности."),
("Follow remote cursor", ""),
("Follow remote window focus", ""),
("Follow remote cursor", "Следовать за удалённым курсором"),
("Follow remote window focus", "Следовать за фокусом удалённого окна"),
].iter().cloned().collect();
}

0 comments on commit 92748de

Please sign in to comment.