Update Ukrainian translation (#8293)

This commit is contained in:
Yevhen Popok 2024-06-08 15:51:06 +03:00 committed by GitHub
parent fd0f85d565
commit be16f1be44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -615,7 +615,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_new_voice_call_tip", "Отримано новий запит на голосовий дзвінок. Якщо ви приймете його, аудіо перемкнеться на голосовий звʼязок."),
("texture_render_tip", "Використовувати візуалізацію текстур для покращення плавності зображень."),
("Use texture rendering", "Використовувати візуалізацію текстур"),
("Floating window", ""),
("floating_window_tip", ""),
("Floating window", "Рухоме вікно"),
("floating_window_tip", "Допомагає зберегти фонову службу Rustdesk"),
].iter().cloned().collect();
}