Update es.rs

New terms added
This commit is contained in:
Miguel F. G 2023-05-17 20:56:19 +02:00 committed by GitHub
parent da7702be07
commit d266e354ce
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();
}