From a30582c8409a78f5b184f4c9e6600fe0a86a2744 Mon Sep 17 00:00:00 2001 From: flusheDData <116861809+flusheDData@users.noreply.github.com> Date: Thu, 30 Oct 2025 08:34:56 +0100 Subject: [PATCH] New Spanish transtion terms (#13344) * Update es.rs New terms added * Update es.rs New terms added --- src/lang/es.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lang/es.rs b/src/lang/es.rs index a4ab628be..ebfbeb859 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -714,12 +714,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Custom scale slider", "Control deslizante de escala personalizada"), ("Decrease", "Disminuir"), ("Increase", "Aumentar"), - ("Show virtual mouse", ""), - ("Virtual mouse size", ""), - ("Small", ""), - ("Large", ""), - ("Show virtual joystick", ""), - ("Edit note", ""), + ("Show virtual mouse", "Mostrar ratón virtual"), + ("Virtual mouse size", "Tamaño del ratón virtual"), + ("Small", "Pequeño"), + ("Large", "Grande"), + ("Show virtual joystick", "Mostrar joystick virtual"), + ("Edit note", "Editar nota"), ("Alias", ""), ].iter().cloned().collect(); }