Updated strings

This commit is contained in:
2025-07-20 23:16:25 +02:00
parent 43fd53a011
commit b210041209
2 changed files with 13 additions and 13 deletions

View File

@@ -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",

View File

@@ -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"