From d266e354cec09848218145438563ecfb33d8aa94 Mon Sep 17 00:00:00 2001 From: "Miguel F. G" <116861809+flusheDData@users.noreply.github.com> Date: Wed, 17 May 2023 20:56:19 +0200 Subject: [PATCH] Update es.rs New terms added --- src/lang/es.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lang/es.rs b/src/lang/es.rs index 4e82c273b..6daf738ba 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -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(); }