Updated strings
This commit is contained in:
@@ -98,18 +98,18 @@
|
|||||||
|
|
||||||
"end_of_game_title": "Spiel beendet",
|
"end_of_game_title": "Spiel beendet",
|
||||||
"end_of_game_message": "{playerCount, plural, =1{{names} hat das Spiel mit {points} Punkten gewonnen. Glückwunsch!} other{{names} haben das Spiel mit {points} Punkten gewonnen. Glückwunsch!}}",
|
"end_of_game_message": "{playerCount, plural, =1{{names} hat das Spiel mit {points} Punkten gewonnen. Glückwunsch!} other{{names} haben das Spiel mit {points} Punkten gewonnen. Glückwunsch!}}",
|
||||||
"@end_of_game_message": {
|
"@end_of_game_message": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"playerCount": {
|
"playerCount": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
},
|
},
|
||||||
"names": {
|
"names": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
},
|
},
|
||||||
"points": {
|
"points": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"end_game": "Spiel beenden",
|
"end_game": "Spiel beenden",
|
||||||
"delete_game": "Spiel löschen",
|
"delete_game": "Spiel löschen",
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
"end_of_game_title": "End of Game",
|
"end_of_game_title": "End of Game",
|
||||||
"end_of_game_message": "{playerCount, plural, =1{{names} won the game with {points} points. Congratulations!} other{{names} won the game with {points} points. Congratulations!}}",
|
"end_of_game_message": "{playerCount, plural, =1{{names} won the game with {points} points. Congratulations!} other{{names} won the game with {points} points. Congratulations!}}",
|
||||||
"@game_over_message": {
|
"@end_of_game_message": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"playerCount": {
|
"playerCount": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
|
|||||||
Reference in New Issue
Block a user