Merge pull request #5033 from SergeyMy/patch-5

Update ru.rs
This commit is contained in:
RustDesk 2023-07-17 17:24:27 +08:00 committed by GitHub
commit 52aebb3bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,6 +517,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Outgoing connection", "Исходящее подключение"),
("Exit", "Выход"),
("Open", "Открыть"),
("logout_tip", ""),
("logout_tip", "Вы действительно хотите выйти?"),
].iter().cloned().collect();
}