* Update es.rs

New terms added

* Update es.rs

A slight correction
This commit is contained in:
flusheDData 2024-05-02 19:40:02 +02:00 committed by GitHub
parent e07d0b3b25
commit d46b2d52ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -603,7 +603,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("ab_web_console_tip", "Más en consola web"),
("allow-only-conn-window-open-tip", "Permitir la conexión solo si la ventana RusDesk está abierta"),
("no_need_privacy_mode_no_physical_displays_tip", "No hay pantallas físicas, no es necesario usar el modo privado."),
("Follow remote cursor", ""),
("Follow remote window focus", ""),
("Follow remote cursor", "Seguir cursor remoto"),
("Follow remote window focus", "Seguir ventana remota activa"),
].iter().cloned().collect();
}