Update ru.rs (#10233)

This commit is contained in:
solokot 2024-12-09 10:11:09 +03:00 committed by GitHub
parent 0e321bd845
commit 0f7d78c263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -655,6 +655,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clipboard is synchronized", "Буфер обмена синхронизирован"),
("Update client clipboard", "Обновить буфер обмена клиента"),
("Untagged", "Без метки"),
("new-version-of-{}-tip", ""),
("new-version-of-{}-tip", "Доступна новая версия {}"),
].iter().cloned().collect();
}