Android new call tip (#8057)

* Update es.rs

New terms added

* Update es.rs

New tip added

---------

Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
flusheDData 2024-05-15 03:42:07 +02:00 committed by GitHub
parent 4e5dcd827b
commit e01b1ed04d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -612,6 +612,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clear Wayland screen selection", "Borrar la selección de pantalla Wayland"),
("clear_Wayland_screen_selection_tip", "Tras borrar la selección de pantalla, puedes volver a seleccionarla para compartir."),
("confirm_clear_Wayland_screen_selection_tip", "¿Seguro que deseas borrar la selección de pantalla Wayland?"),
("android_new_voice_call_tip", ""),
("android_new_voice_call_tip", "Se ha recibido una nueva solicitud de llamada de voz. Si aceptas el audio cambiará a comunicación de voz."),
].iter().cloned().collect();
}