Update ru.rs

This commit is contained in:
SergeyMy
2023-07-17 13:50:53 +05:00
committed by GitHub
parent 806c2130b5
commit 5c5413075e

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();
}