merge & implement choose_color_view.dart
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user