Cambio de icono y traducciones
This commit is contained in:
+26
-1
@@ -271,5 +271,30 @@
|
||||
"profileName": "Nom",
|
||||
"profileNick": "Pseudo",
|
||||
"save": "Enregistrer",
|
||||
"automaticLanguage": "Automatique"
|
||||
"automaticLanguage": "Automatique",
|
||||
"noSavedGames": "Aucune partie enregistrée pour le moment.",
|
||||
"errorNoGame": "Erreur : aucune partie",
|
||||
"disconnectedPlayersWarning": "Des joueurs ont un appareil déconnecté.",
|
||||
"assumeOnThisPhone": "Reprendre sur ce mobile",
|
||||
"noResult": "Aucun résultat",
|
||||
"historyGameSummary": "$players joueurs • $impostors imposteur(s) • $rounds manche(s)\n$word • $category",
|
||||
"@historyGameSummary": {
|
||||
"placeholders": {
|
||||
"players": {
|
||||
"type": "int"
|
||||
},
|
||||
"impostors": {
|
||||
"type": "int"
|
||||
},
|
||||
"rounds": {
|
||||
"type": "int"
|
||||
},
|
||||
"word": {
|
||||
"type": "String"
|
||||
},
|
||||
"category": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user