{
  "welcome": {
    "title": "Welcome to StatSprint",
    "description": "Easily add your football players, log their performance match by match, and see their total stats grow over time. Whether you're a coach, player, or fan, keep all the key numbers in one place and track progress like a pro!",
    "start": "Start"
  },
  "home": {
    "playersManager": "Players Manager",
    "addPlayer": "Add Player",
    "monitorStats": "Monitor player's stats in each match, and\nget full statistics for the player",
    "players": "Players",
    "noPlayers": "No players here add one",
    "playerDeleted": "Player deleted",
    "undo": "UNDO"
  },
  "playerInfo": {
    "name": "Name",
    "playersName": "Player's Name",
    "playersPosition": "Player's position",
    "position": "Position",
    "savePlayer": "Save player",
    "uploadPhoto": "Upload Photo",
    "photoNote": "Add photo for the player.",
    "takePhoto": "Take a Photo",
    "fromGallery": "From Gallery",
    "cancel": "Cancel",
    "allowAccess": "Allow access",
    "galleryAccessPrompt": "Allow this app to access your phone gallery and camera?",
    "dontAllow": "Don't Allow"
  },
  "match": {
    "player": "Player",
    "newMatch": "New Match",
    "stats": "Stats",
    "matches": "Matches",
    "vs": "vs",
    "matchDeleted": "Match deleted",
    "noMatches": "No matches here add one",
    "matchDate": "Match Date",
    "selectMatchDate": "Select Match Date",
    "selectMatchTime": "Select Match Time",
    "playersStatistics": "Player's Statistics",
    "save": "Save",
    "playersTeam": "Player's Team",
    "teamOpponent": "Team Opponent",
    "opponentTeam": "Opponent Team"
  },
  "stats": {
    "matchesPlayed": "Matches Played",
    "shots": "Shots",
    "totalShots": "Total Shots",
    "shotsOn": "Shots On",
    "shootingAccuracy": "Shooting Accuracy",
    "passes": "Passes",
    "total": "Total",
    "key": "Key",
    "passEffectiveness": "Pass Effectiveness",
    "goals": "Goals",
    "totalGoals": "Total goals",
    "assists": "Assists",
    "saves": "Saves",
    "conceded": "Conceded",
    "tackles": "Tackles",
    "totalTackles": "Total Tackles",
    "blocks": "Blocks",
    "interceptions": "Interceptions",
    "dribbles": "Dribbles",
    "dribblesAttempts": "Dribbles Attempts",
    "dribblesSuccess": "Dribbles Success",
    "dribblesPast": "Dribbles Past",
    "dribbleSuccessRate": "Dribble Success Rate",
    "cards": "Cards",
    "yellowCards": "Yellow Cards",
    "redCards": "Red Cards",
    "penalty": "Penalty",
    "wonPenalty": "Won Penalty",
    "committedPenalty": "Committed Penalty",
    "missedPenalty": "Missed Penalty",
    "fouls": "Fouls",
    "drawn": "Drawn",
    "committed": "Committed"
  },
  "profile": {
    "examplePlayer": {
      "name": "Jesper Karlsson",
      "team": "Team",
      "position": "Midfielder"
    }
  },
  "settings": {
    "settings": "Settings",
    "notifications": "Notifications",
    "rateUs": "Rate Us",
    "shareApp": "Share App",
    "privacyPolicy": "Privacy Policy"
  }
}