más mejoras

This commit is contained in:
2026-05-10 23:54:09 +02:00
parent 873a5b7f4a
commit a93bab290a
42 changed files with 1365 additions and 784 deletions
+12 -3
View File
@@ -308,7 +308,9 @@
"couldNotConnectToHost": "No se pudo conectar a {host}",
"@couldNotConnectToHost": {
"placeholders": {
"host": { "type": "String" }
"host": {
"type": "String"
}
}
},
"room": "Sala",
@@ -323,12 +325,19 @@
"cannotStartWithReason": "No se puede iniciar: {reason}",
"@cannotStartWithReason": {
"placeholders": {
"reason": { "type": "String" }
"reason": {
"type": "String"
}
}
},
"invalidRoom": "sala inválida",
"defaultPlayerName": "Jugador",
"play": "Jugar",
"history": "Historial",
"mainTagline": "Descubre al impostor antes de que sea tarde"
"mainTagline": "Descubre al impostor antes de que sea tarde",
"deviceProfile": "Perfil del dispositivo",
"profileName": "Nombre",
"profileNick": "Nick",
"save": "Guardar",
"automaticLanguage": "Automático"
}