-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
92 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"nfl": { | ||
"player_assists": "Assists", | ||
"player_field_goals": "Field Goals", | ||
"player_kicking_points": "Kicking Points", | ||
"player_pass_attempts": "Pass Attempts", | ||
"player_pass_completions": "Pass Completions", | ||
"player_pass_interceptions": "Pass Interceptions", | ||
"player_pass_longest_completion": "Longest Pass Completion", | ||
"player_pass_rush_reception_tds": "Pass + Rush + Reception Touchdowns", | ||
"player_pass_rush_reception_yds": "Pass + Rush + Reception Yards", | ||
"player_pass_tds": "Pass Touchdowns", | ||
"player_pass_yds": "Pass Yards", | ||
"player_pats": "Points After Touchdown", | ||
"player_receptions": "Receptions", | ||
"player_reception_longest": "Longest Reception", | ||
"player_reception_yds": "Reception Yards", | ||
"player_rush_attempts": "Rush Attempts", | ||
"player_rush_longest": "Longest Rush", | ||
"player_rush_reception_tds": "Rush + Reception Touchdowns", | ||
"player_rush_reception_yds": "Rush + Reception Yards", | ||
"player_rush_yds": "Rush Yards", | ||
"player_sacks": "Sacks", | ||
"player_solo_tackles": "Solo Tackles", | ||
"player_tackles_assists": "Tackles + Assists", | ||
"player_tds_over": "Touchdowns", | ||
"player_1st_td": "1st Touchdown Scorer", | ||
"player_anytime_td": "Anytime Touchdown Scorer", | ||
"player_last_td": "Last Touchdown Scorer" | ||
}, | ||
"nba": { | ||
"player_points": "Points", | ||
"player_rebounds": "Rebounds", | ||
"player_assists": "Assists", | ||
"player_threes": "Threes", | ||
"player_blocks": "Blocks", | ||
"player_steals": "Steals", | ||
"player_blocks_steals": "Blocks + Steals", | ||
"player_turnovers": "Turnovers", | ||
"player_points_rebounds_assists": "Points + Rebounds + Assists", | ||
"player_points_rebounds": "Points + Rebounds", | ||
"player_points_assists": "Points + Assists", | ||
"player_rebounds_assists": "Rebounds + Assists", | ||
"player_first_basket": "First Basket Scorer", | ||
"player_double_double": "Double Double", | ||
"player_triple_double": "Triple Double" | ||
}, | ||
"mlb": { | ||
"batter_home_runs": "Batter Home Runs", | ||
"batter_first_home_run": "Batter First Home Run", | ||
"batter_hits": "Batter Hits", | ||
"batter_total_bases": "Batter Total Bases", | ||
"batter_rbis": "Batter RBIs", | ||
"batter_runs_scored": "Batter Runs Scored", | ||
"batter_hits_runs_rbis": "Batter Hits + Runs + RBIs", | ||
"batter_singles": "Batter Singles", | ||
"batter_doubles": "Batter Doubles", | ||
"batter_triples": "Batter Triples", | ||
"batter_walks": "Batter Walks", | ||
"batter_strikeouts": "Batter Strikeouts", | ||
"batter_stolen_bases": "Batter Stolen Bases", | ||
"pitcher_strikeouts": "Pitcher Strikeouts", | ||
"pitcher_record_a_win": "Pitcher to Record a Win", | ||
"pitcher_hits_allowed": "Pitcher Hits Allowed", | ||
"pitcher_walks": "Pitcher Walks", | ||
"pitcher_earned_runs": "Pitcher Earned Runs", | ||
"pitcher_outs": "Pitcher Outs" | ||
}, | ||
"nhl": { | ||
"player_points": "Points", | ||
"player_power_play_points": "Power Play Points", | ||
"player_assists": "Assists", | ||
"player_blocked_shots": "Blocked Shots", | ||
"player_shots_on_goal": "Shots on Goal", | ||
"player_goals": "Goals", | ||
"player_total_saves": "Total Saves", | ||
"player_goal_scorer_first": "First Goal Scorer", | ||
"player_goal_scorer_last": "Last Goal Scorer", | ||
"player_goal_scorer_anytime": "Anytime Goal Scorer" | ||
}, | ||
"soccer": { | ||
"player_goal_scorer_anytime": "Anytime Goal Scorer", | ||
"player_first_goal_scorer": "First Goal Scorer", | ||
"player_last_goal_scorer": "Last Goal Scorer", | ||
"player_to_receive_card": "Player to Receive a Card", | ||
"player_to_receive_red_card": "Player to Receive a Red Card", | ||
"player_shots_on_target": "Player Shots on Target", | ||
"player_shots": "Player Shots", | ||
"player_assists": "Player Assists" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters