MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
2 changed files with 12 additions and 2 deletions
Showing only changes of commit bc01a6de9a - Show all commits

View File

@@ -76,5 +76,7 @@
"single_winner": "Ein Gewinner",
"single_loser": "Ein Verlierer",
"most_points": "Höchste Punkte",
"least_points": "Niedrigste Punkte"
"least_points": "Niedrigste Punkte",
"search_for_players": "Nach Spielern suchen",
"search_for_groups": "Nach Gruppen suchen"
}

View File

@@ -25,7 +25,7 @@
"description": "Message when no recent matches exist"
},
"no_second_match_available": "No second match available",
"@no_second_matcb_available": {
"@no_second_match_available": {
"description": "Message when no second match exists"
},
"delete_all_data": "Delete all data?",
@@ -353,5 +353,13 @@
"least_points": "Least Points",
"@least_points": {
"description": "Title for least points ruleset"
},
"search_for_players": "Search for players",
"@search_for_players": {
"description": "Hint text for player search input field"
},
"search_for_groups": "Search for groups",
"@search_for_groups": {
"description": "Hint text for group search input field"
}
}