Update ru.rs

This commit is contained in:
solokot 2023-10-26 07:54:13 +03:00 committed by GitHub
parent 39e6fa35e1
commit f853f20b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -566,9 +566,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Show displays as individual windows", "Показывать дисплеи в отдельных окнах"),
("Use all my displays for the remote session", "Использовать все мои дисплеи для удалённого сеанса"),
("selinux_tip", "На вашем устройстве включён SELinux, что может помешать правильной работе RustDesk на контролируемой стороне."),
("Change View", ""),
("Big Tiles", ""),
("Small Tiles", ""),
("List", ""),
("Change View", "Вид"),
("Big Tiles", "Большие значки"),
("Small Tiles", "Маленькие значки"),
("List", "Список"),
].iter().cloned().collect();
}