merge & implement choose_color_view.dart
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 39s
Pull Request Pipeline / lint (pull_request) Failing after 44s

This commit is contained in:
2026-03-08 10:43:58 +01:00
parent d577acc185
commit 9c92ded4fa
11 changed files with 425 additions and 54 deletions

View File

@@ -27,6 +27,9 @@
"@choose_ruleset": {
"description": "Label for choosing a ruleset"
},
"@choose_color": {
"description": "Label for choosing a color"
},
"@could_not_add_player": {
"description": "Error message when adding a player fails"
},
@@ -337,6 +340,9 @@
"@yesterday_at": {
"description": "Date format for yesterday"
},
"@color": {
"description": "Color label"
},
"all_players": "All players",
"all_players_selected": "All players selected",
"amount_of_matches": "Amount of Matches",
@@ -346,6 +352,7 @@
"choose_game": "Choose Game",
"choose_group": "Choose Group",
"choose_ruleset": "Choose Ruleset",
"choose_color": "Choose Color",
"could_not_add_player": "Could not add player",
"create_game": "Create Game",
"create_group": "Create Group",
@@ -446,5 +453,14 @@
"winner": "Winner",
"winrate": "Winrate",
"wins": "Wins",
"yesterday_at": "Yesterday at"
"yesterday_at": "Yesterday at",
"color_red": "Red",
"color_blue": "Blue",
"color_green": "Green",
"color_yellow": "Yellow",
"color_purple": "Purple",
"color_orange": "Orange",
"color_pink": "Pink",
"color_teal": "Teal",
"color": "Color"
}