Skip to content

Commit 4a648f0

Browse files
authored
New terms added (rustdesk#8377)
* Update es.rs New term and tip added * Update es.rs change representación por renderizado (render) * Update es.rs New terms added
1 parent 5b52742 commit 4a648f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/lang/es.rs

+6-6
Original file line numberDiff line numberDiff line change
@@ -615,11 +615,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
615615
("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."),
616616
("texture_render_tip", "Usar renderizado de texturas para hacer las imágenes más suaves."),
617617
("Use texture rendering", "Usar renderizado de texturas"),
618-
("Floating window", ""),
619-
("floating_window_tip", ""),
620-
("Keep screen on", ""),
621-
("Never", ""),
622-
("During controlled", ""),
623-
("During service is on", ""),
618+
("Floating window", "Ventana flotante"),
619+
("floating_window_tip", "Ayuda a mantener el servicio de RustDesk de fondo"),
620+
("Keep screen on", "Mantener la pantalla encendida"),
621+
("Never", "Nunca"),
622+
("During controlled", "Mientras está siendo controlado"),
623+
("During service is on", "Mientras el servicio está activo"),
624624
].iter().cloned().collect();
625625
}

0 commit comments

Comments
 (0)