Merge pull request #4406 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk 2023-05-18 08:34:25 +08:00 committed by GitHub
commit fcb6e87924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -498,13 +498,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Fingerprint", "Huella digital"),
("Copy Fingerprint", "Copiar huella digital"),
("no fingerprints", "sin huellas digitales"),
("Select a peer", ""),
("Select peers", ""),
("Plugins", ""),
("Uninstall", ""),
("Update", ""),
("Enable", ""),
("Disable", ""),
("Options", ""),
("Select a peer", "Seleccionar un par"),
("Select peers", "Seleccionar pares"),
("Plugins", "Complementos"),
("Uninstall", "Desinstalar"),
("Update", "Actualizar"),
("Enable", "Habilitar"),
("Disable", "Inhabilitar"),
("Options", "Opciones"),
].iter().cloned().collect();
}