Update ru.rs

This commit is contained in:
SergeyMy 2023-08-22 19:26:59 +05:00 committed by GitHub
parent 6666dece5d
commit 9cb7786182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -538,6 +538,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("pull_ab_failed_tip", "Невозможно обновить адресную книгу"),
("push_ab_failed_tip", "Невозможно синхронизировать адресную книгу с сервером"),
("synced_peer_readded_tip", "Устройства, присутствовавшие в последних сеансах, будут синхронизированы с адресной книгой."),
("Change Color", ""),
("Change Color", "Изменить цвет"),
].iter().cloned().collect();
}