From 15abe17aceffb7e9bdffcafdf804a7770bc24aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guzm=C3=A1n?= Date: Fri, 4 Apr 2025 01:03:00 +0200 Subject: [PATCH] Fix translations, mainly the Spanish one (#410) First of the probably many many PRs that would benefit from #409 --- resources/lang/en.json | 2 +- resources/lang/es.json | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index 6de9a357c..42232b13e 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -118,7 +118,7 @@ "iceland": "Iceland", "pangaea": "Pangaea", "japan": "Japan and Neighbors", - "twoseas": "Between Two Seas", + "betweentwoseas": "Between Two Seas", "knownworld": "Known World" }, "private_lobby": { diff --git a/resources/lang/es.json b/resources/lang/es.json index 15043118c..811eca357 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -116,7 +116,10 @@ "australia": "Australia", "random": "Aleatorio", "iceland": "Islandia", - "pangaea": "Pangea" + "pangaea": "Pangea", + "japan": "Japón y Alrededores", + "betweentwoseas": "Entre dos Mares", + "knownworld": "Mundo Conocido" }, "private_lobby": { "title": "Unirse a Partida Privada", @@ -142,6 +145,7 @@ }, "host_modal": { "title": "Partida Privada", + "mode": "Modo", "map": "Mapa", "difficulty": "Difficultad", "options_title": "Opciones", @@ -158,9 +162,14 @@ "start": "Iniciar Partida" }, "difficulty": { - "Relaxed": "Relajadoa", + "difficulty": "Dificultad", + "Relaxed": "Relajada", "Balanced": "Balanceada", "Intense": "Intensa", "Impossible": "Imposible" + }, + "game_mode": { + "ffa": "Todos contra Todos", + "teams": "Equipos" } }