From 00ec287389a048e37fbd3b37f4143cfcb02dc82c Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Wed, 30 Jan 2019 03:52:51 -0500 Subject: [PATCH] New translations strings.yml (Spanish) --- src/main/resources/lang/es-ES/strings.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/lang/es-ES/strings.yml b/src/main/resources/lang/es-ES/strings.yml index dc483ac5d..20913081c 100644 --- a/src/main/resources/lang/es-ES/strings.yml +++ b/src/main/resources/lang/es-ES/strings.yml @@ -110,11 +110,13 @@ stageEditorEditStage: "Editar etapa" stageEditorNewStage: "Agregar nueva etapa" stageEditorStages: "Etapas" stageEditorStage: "Etapa" +stageEditorBlocks: "Blocks" stageEditorBreakBlocks: "Romper bloques" stageEditorDamageBlocks: "Bloques de DaƱos" stageEditorPlaceBlocks: "Colocar bloques" stageEditorUseBlocks: "Usar bloques" stageEditorCutBlocks: "Cortar bloques" +stageEditorItems: "Items" stageEditorCatchFish: "Captura un pez" stageEditorFish: "pez" stageEditorKillPlayers: "Matar a los jugadores"