Update es.rs (#8047)

New terms added

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

View File

@ -605,13 +605,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("no_need_privacy_mode_no_physical_displays_tip", "No hay pantallas físicas, no es necesario usar el modo privado."), ("no_need_privacy_mode_no_physical_displays_tip", "No hay pantallas físicas, no es necesario usar el modo privado."),
("Follow remote cursor", "Seguir cursor remoto"), ("Follow remote cursor", "Seguir cursor remoto"),
("Follow remote window focus", "Seguir ventana remota activa"), ("Follow remote window focus", "Seguir ventana remota activa"),
("default_proxy_tip", ""), ("default_proxy_tip", "El protocolo y puerto predeterminados es Socks5 y 1080"),
("no_audio_input_device_tip", ""), ("no_audio_input_device_tip", "No se ha encontrado ningún dispositivo de entrada de autio."),
("Incoming", ""), ("Incoming", "Entrante"),
("Outgoing", ""), ("Outgoing", "Saliente"),
("Clear Wayland screen selection", ""), ("Clear Wayland screen selection", "Borrar la selección de pantalla Wayland"),
("clear_Wayland_screen_selection_tip", ""), ("clear_Wayland_screen_selection_tip", "Tras borrar la selección de pantalla, puedes volver a seleccionarla para compartir."),
("confirm_clear_Wayland_screen_selection_tip", ""), ("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", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }