diff --git a/src/main/resources/lang/es-ES/strings.yml b/src/main/resources/lang/es-ES/strings.yml index 41ba4845a..0d43428aa 100644 --- a/src/main/resources/lang/es-ES/strings.yml +++ b/src/main/resources/lang/es-ES/strings.yml @@ -117,20 +117,22 @@ stageEditorPlaceBlocks: "Colocar bloques" stageEditorUseBlocks: "Usar bloques" stageEditorCutBlocks: "Cortar bloques" stageEditorItems: "Objetos" -stageEditorCatchFish: "Captura un pez" -stageEditorFish: "pez" -stageEditorKillPlayers: "Matar a los jugadores" -stageEditorPlayers: "jugadores" stageEditorEnchantItems: "Encantar Ítem" stageEditorDeliverItems: "Entregar Ítem" +stageEditorNPCs: "NPCs" stageEditorTalkToNPCs: "Hablar con NPC`s" stageEditorKillNPCs: "Asesinas NPCs" +stageEditorMobs: "Mobs" stageEditorKillMobs: "Asesinar mobs" +stageEditorCatchFish: "Captura un pez" +stageEditorFish: "pez" stageEditorReachLocs: "Llegar a ubicaciones" stageEditorReachRadii1: "Alcance dentro de" stageEditorReachRadii2: "bloques de" stageEditorTameMobs: "Mobs domesticados" stageEditorShearSheep: "Trasquilar ovejas" +stageEditorKillPlayers: "Matar a los jugadores" +stageEditorPlayers: "jugadores" stageEditorEvents: "Eventos" stageEditorStageEvents: "Etapas de Eventos" stageEditorStartEvent: "Comenzar Evento"