Update ru.rs (#6836)

This commit is contained in:
solokot 2024-01-10 04:42:29 +03:00 committed by GitHub
parent 2c8a60e0ea
commit d5b0829065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -580,6 +580,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("swap-left-right-mouse", "Поменять левую и правую кнопки мыши"),
("2FA code", "Код 2FA"),
("2fa_tip", "Введите код двухфакторной аутентификации из приложения для аутентификации."),
("More", ""),
("More", "Ещё"),
].iter().cloned().collect();
}