New terms added (#7797)

* Update es.rs

tip translation added

* Update es.rs
This commit is contained in:
flusheDData 2024-04-22 17:01:00 +02:00 committed by GitHub
parent 4c62d8c1b2
commit 3b4006b821
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -601,6 +601,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Everyone", "Todos"),
("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_need_privacy_mode_no_physical_displays_tip", "No hay pantallas físicas, no es necesario usar el modo privado."),
].iter().cloned().collect();
}