Update ru.rs

This commit is contained in:
SergeyMy 2023-07-17 13:50:53 +05:00 committed by GitHub
parent 806c2130b5
commit 5c5413075e
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();
}