Update ru.rs (#10143)

This commit is contained in:
solokot 2024-12-02 13:30:24 +03:00 committed by GitHub
parent 773b9d6645
commit f38d89aaee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -654,6 +654,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload files", "Загрузить файлы"), ("Upload files", "Загрузить файлы"),
("Clipboard is synchronized", "Буфер обмена синхронизирован"), ("Clipboard is synchronized", "Буфер обмена синхронизирован"),
("Update client clipboard", "Обновить буфер обмена клиента"), ("Update client clipboard", "Обновить буфер обмена клиента"),
("Untagged", ""), ("Untagged", "Без метки"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }