quality update:
- calculator - result screens - some fixes
This commit is contained in:
+10
-3
@@ -18,6 +18,7 @@
|
||||
"all": "All",
|
||||
"status": "Status",
|
||||
"actions": "Actions",
|
||||
"select": "Select",
|
||||
"select_all": "Select All",
|
||||
"enable_selected": "Enable Selected",
|
||||
"disable_selected": "Disable Selected",
|
||||
@@ -75,6 +76,7 @@
|
||||
"tournament_management": "Tournament Management",
|
||||
"tournament_type": "Tournament Type",
|
||||
"participants": "Participants",
|
||||
"rounds": "Rounds",
|
||||
"start_tournament": "Start Tournament",
|
||||
"reset_tournament": "Reset Tournament",
|
||||
"tournament_setup": "Tournament Setup",
|
||||
@@ -127,7 +129,7 @@
|
||||
"final_rankings": "Final Rankings",
|
||||
"final_rankings_best_4_of_5": "Final Rankings - Best 4 of 5 Tournaments",
|
||||
"best_4_of_5": "Best 4 of 5 Tournaments",
|
||||
"league_champions": "League Champions",
|
||||
"league_champions": "🎖️ League Champions",
|
||||
"participant": "Participant",
|
||||
"tournament_scores": "Tournament Scores",
|
||||
"final": "Final",
|
||||
@@ -166,7 +168,8 @@
|
||||
"system": "System",
|
||||
"camera": "Camera",
|
||||
"tournaments": "Tournaments",
|
||||
"results.most_tens": "Most 10s"
|
||||
"results.most_tens": "Most 10s",
|
||||
"progress": "Progress"
|
||||
},
|
||||
"results": {
|
||||
"results": "Results",
|
||||
@@ -190,6 +193,7 @@
|
||||
"top_3_winners": "Top 3 Winners"
|
||||
},
|
||||
"players": {
|
||||
"participants": "Participants",
|
||||
"player": "Player",
|
||||
"players": "Players",
|
||||
"player_name": "Player Name",
|
||||
@@ -272,7 +276,10 @@
|
||||
"finish_tournament_button": "Finish Tournament & Show Results",
|
||||
"enter_scores_40_targets": "Enter scores for each participant (40 targets, 2 shots each). Score 0 = miss.",
|
||||
"enter_scores_20_targets": "Enter scores for each participant (20 targets, 2 shots each). Score 0 = miss.",
|
||||
"enter_scores_4_targets": "Enter scores for each participant (4 targets, 5 shots each). Score 0 = miss."
|
||||
"enter_scores_4_targets": "Enter scores for each participant (4 targets, 5 shots each). Score 0 = miss.",
|
||||
"fill_zeros": "Fill Zeros",
|
||||
"clear_all_scores": "Clear all scores",
|
||||
"fill_empty_with_zero": "Fill empty entries with 0"
|
||||
},
|
||||
"mobile": {
|
||||
"mobile_streams": "Mobile Streams",
|
||||
|
||||
Reference in New Issue
Block a user