From 776bb37cf4df2965059303a6d9816acdb24e971e Mon Sep 17 00:00:00 2001 From: Santiago Hernandez <73335686+TheLegendofSaram@users.noreply.github.com> Date: Sat, 15 Mar 2025 13:41:36 -0300 Subject: [PATCH] Mexican Spanish Translation A full translation of the en_us file --- .../resources/assets/fastmove/lang/es_mx.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/main/resources/assets/fastmove/lang/es_mx.json diff --git a/src/main/resources/assets/fastmove/lang/es_mx.json b/src/main/resources/assets/fastmove/lang/es_mx.json new file mode 100644 index 0000000..156f651 --- /dev/null +++ b/src/main/resources/assets/fastmove/lang/es_mx.json @@ -0,0 +1,32 @@ +{ + "text.config.fastmove.title" : "Configuración de FastMove", + "text.config.fastmove.option.enableFastMove" : "Habilitar Mod", + + "text.config.fastmove.section.diveRoll" : "Opciones de Rodar", + "text.config.fastmove.option.diveRollEnabled" : "Habilitado", + "text.config.fastmove.option.diveRollStaminaCost" : "Costo de Resistencia", + "text.config.fastmove.option.diveRollSpeedBoostMultiplier" : "Aumento de Velocidad", + "text.config.fastmove.option.diveRollCoolDown" : "Enfriamiento (Ticks)", + "text.config.fastmove.option.diveRollWhenSwimming" : "Habilitado Bajo el Agua", + "text.config.fastmove.option.diveRollWhenFlying" : "Habilitado Usando Elytra", + + "text.config.fastmove.section.slide" : "Opciones de Deslizarse", + "text.config.fastmove.option.slideEnabled" : "Habilitado", + "text.config.fastmove.option.slideStaminaCost" : "Costo de Resistencia", + "text.config.fastmove.option.slideSpeedBoostMultiplier" : "Aumento de Velocidad", + "text.config.fastmove.option.slideCoolDown" : "Enfriamiento (Ticks)", + + "text.config.fastmove.section.wallRun" : "Opciones de Correr en la Pared", + "text.config.fastmove.option.wallRunEnabled" : "Habilitado", + "text.config.fastmove.option.wallRunStaminaCost" : "Costo de Resistencia", + "text.config.fastmove.option.wallRunSpeedBoostMultiplier" : "Aumento de Velocidad", + "text.config.fastmove.option.wallRunCoolDown" : "Enfriamiento (Ticks)", + "text.config.fastmove.option.wallRunDurationTicks" : "Duración (Ticks)", + + "text.config.fastmove.section.compat" : "Compatibilidad con Mods", + "text.config.fastmove.option.useCombatRoll" : "Usar Resistencia del Mod CombatRoll", + "text.config.fastmove.option.useParaglider" : "Usar Resistencia del Mod Paraglider", + + "key.fastmove.up" : "FastMove Arriba", + "key.fastmove.down" : "FastMove Abajo" +} \ No newline at end of file