Update es.rs (#8179)

New term and tip added
This commit is contained in:
flusheDData 2024-05-28 16:33:52 +02:00 committed by GitHub
parent 7ca5a0b977
commit 399e20a14a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -613,7 +613,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("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", "Se ha recibido una nueva solicitud de llamada de voz. Si aceptas el audio cambiará a comunicación de voz."),
("texture_render_tip", ""),
("Use texture rendering", ""),
("texture_render_tip", "Usar representación de texturas para hacer las imágenes más suaves."),
("Use texture rendering", "Usar representación de texturas"),
].iter().cloned().collect();
}