más mejoras
This commit is contained in:
+12
-3
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user