@@ -615,11 +615,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
615
615
( "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." ) ,
616
616
( "texture_render_tip" , "Usar renderizado de texturas para hacer las imágenes más suaves." ) ,
617
617
( "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 " ) ,
624
624
] . iter( ) . cloned( ) . collect( ) ;
625
625
}
0 commit comments