Update es.rs (#7733)

tip translation added
This commit is contained in:
flusheDData 2024-04-16 05:10:31 +02:00 committed by GitHub
parent e9a6ca8ebc
commit 1d4c129e9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -600,6 +600,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("share_warning_tip", "Los campos mostrados arriba son compartidos y visibles por otros."),
("Everyone", "Todos"),
("ab_web_console_tip", "Más en consola web"),
("allow-only-conn-window-open-tip", ""),
("allow-only-conn-window-open-tip", "Permitir la conexión solo si la ventana RusDesk está abierta"),
].iter().cloned().collect();
}