Update ru.rs (#7496)

This commit is contained in:
solokot 2024-03-25 05:43:01 +03:00 committed by GitHub
parent 30f84e78e1
commit bb9400745e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -599,6 +599,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Full Control", "Полный доступ"),
("share_warning_tip", "Поля выше являются общими и видны другим."),
("Everyone", "Все"),
("ab_web_console_tip", ""),
("ab_web_console_tip", "Больше в веб-консоли"),
].iter().cloned().collect();
}