Cambio de icono y traducciones

This commit is contained in:
2026-05-11 18:05:13 +02:00
parent 4bf8a01a20
commit 112a8a6142
58 changed files with 996 additions and 147 deletions
+26 -1
View File
@@ -303,5 +303,30 @@
"profileName": "Name",
"profileNick": "Nick",
"save": "Save",
"automaticLanguage": "Automatic"
"automaticLanguage": "Automatic",
"noSavedGames": "No saved games yet.",
"errorNoGame": "Error: no game",
"disconnectedPlayersWarning": "Some players have a disconnected device.",
"assumeOnThisPhone": "Take over on this phone",
"noResult": "No result",
"historyGameSummary": "$players players • $impostors impostor(s) • $rounds round(s)\n$word • $category",
"@historyGameSummary": {
"placeholders": {
"players": {
"type": "int"
},
"impostors": {
"type": "int"
},
"rounds": {
"type": "int"
},
"word": {
"type": "String"
},
"category": {
"type": "String"
}
}
}
}