From b0c480311324857ffb071ef2bf2fca685cdb3ce4 Mon Sep 17 00:00:00 2001 From: "Miguel F. G" <116861809+flusheDData@users.noreply.github.com> Date: Tue, 14 Mar 2023 16:50:35 +0100 Subject: [PATCH] Update es.rs New terms added --- src/lang/es.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lang/es.rs b/src/lang/es.rs index 3ee8fcb51..25154a276 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -473,9 +473,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("empty_favorite_tip", "¿Sin pares favoritos aún?\nEncuentra uno al que conectarte y añádelo a favoritos!"), ("empty_lan_tip", "Oh no, parece que aún no has descubierto ningún par."), ("empty_address_book_tip", "Parece que actualmente no hay pares en tu libreta de direcciones."), - ("eg: admin", ""), - ("Empty Username", ""), - ("Empty Password", ""), - ("Me", ""), + ("eg: admin", "ej.: admin"), + ("Empty Username", "Nombre de usuario vacío"), + ("Empty Password", "Contaseña vacía"), + ("Me", "Yo"), ].iter().cloned().collect(); }