Update ru.rs

This commit is contained in:
solokot 2022-12-14 16:41:24 +03:00 committed by GitHub
parent e11d463490
commit eb71d064c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("wayland_experiment_tip", "Поддержка Wayland находится на экспериментальной стадии, используйте X11, если вам требуется автоматический доступ."),
("Right click to select tabs", "Выбор вкладок щелчком правой кнопки мыши"),
("Add to Address Book", "Добавить в адресную книгу"),
("Group", ""),
("Search", ""),
("Group", "Группа"),
("Search", "Поиск"),
].iter().cloned().collect();
}