Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2022-12-05 13:58:46 +01:00 committed by GitHub
parent 1145ea50c9
commit aa746e6658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -397,7 +397,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Request access to your device", "Solicitud de acceso a su dispositivo"),
("Hide connection management window", "Ocultar ventana de gestión de conexión"),
("hide_cm_tip", "Permitir ocultar solo si se aceptan sesiones a través de contraseña y usando contraseña permanente"),
("wayland_experiment_tip", ""),
("Right click to select tabs", ""),
("wayland_experiment_tip", "El soporte para Wayland está en fase experimental, por favor, use X11 si necesita acceso desatendido."),
("Right click to select tabs", "Clic derecho para seleccionar pestañas"),
].iter().cloned().collect();
}