Fix translations, mainly the Spanish one (#410)

First of the probably many many PRs that would benefit from #409
This commit is contained in:
Guzmán
2025-04-04 01:03:00 +02:00
committed by GitHub
parent 879e7fdde0
commit 15abe17ace
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -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": {
+11 -2
View File
@@ -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"
}
}