Merge pull request #6043 from SergeyMy/patch-2

Update ru.rs
This commit is contained in:
RustDesk 2023-10-15 11:46:09 +08:00 committed by GitHub
commit 451d662af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -560,9 +560,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Test", "Тест"),
("switch_display_elevated_connections_tip", ""),
("display_is_plugged_out_msg", ""),
("No displays", ""),
("No displays", "Нет дисплеев"),
("elevated_switch_display_msg", ""),
("Open in new window", ""),
("Show displays as individual windows", ""),
("Open in new window", "Открыть в новом окне"),
("Show displays as individual windows", "Показывать дисплеи в отдельных окнах"),
].iter().cloned().collect();
}