Merge pull request #5396 from solokot/master

Update ru.rs
This commit is contained in:
RustDesk 2023-08-15 19:32:58 +08:00 committed by GitHub
commit f2381a34c7
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();
}