Update ru.rs

This commit is contained in:
solokot 2023-08-15 11:27:20 +03:00 committed by GitHub
parent b8b1d9e991
commit 3131d25de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -535,7 +535,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("List View", "Список"),
("Select", "Выбор"),
("Toggle Tags", "Переключить метки"),
("pull_ab_failed_tip", ""),
("push_ab_failed_tip", ""),
("pull_ab_failed_tip", "Невозможно обновить адресную книгу"),
("push_ab_failed_tip", "Невозможно синхронизировать адресную книгу с сервером"),
].iter().cloned().collect();
}