-
+
-
+
${notFoundTerm1}
${notFoundTerm2}
@@ -544,4 +660,4 @@ class TeamTrackerCard extends LitElement {
}
}
-customElements.define("teamtracker-card", TeamTrackerCard);
+customElements.define("teamtracker-card", TeamTrackerCard);
\ No newline at end of file
diff --git a/dist/localize/languages/en.js b/dist/localize/languages/en.js
index af5b124..7abdbc0 100644
--- a/dist/localize/languages/en.js
+++ b/dist/localize/languages/en.js
@@ -3,7 +3,15 @@ export const en = {
"api_error": "API Error",
"no_upcoming_games": "No upcoming games through %s",
"finalTerm": "%s - Final",
- "byeTerm": "BYE"
+ "byeTerm": "BYE",
+ "tourney2": "Final",
+ "tourney4": "Semifinals",
+ "tourney8": "Quarterfinals",
+ "tourney16": "Round of 16",
+ "tourney32": "Round of 32",
+ "tourney64": "Round of 64",
+ "tourney128": "Early Rounds",
+ "tourney256": "Early Rounds"
},
"baseball": {
"startTerm": "First Pitch",
@@ -35,6 +43,16 @@ export const en = {
"teamBarLabel": "%s%",
"oppoBarLabel": "%s%"
},
+ "golf": {
+ "startTerm": "Round Starts",
+ "overUnder": "O/U: %s",
+ "gameStat1": "%s",
+ "gameStat2": "%s",
+ "gameStat3": "",
+ "gameBar": "Shots (Thru)",
+ "teamBarLabel": "%s",
+ "oppoBarLabel": "%s"
+ },
"hockey": {
"startTerm": "Puck Drop",
"overUnder": "O/U: %s",
@@ -45,6 +63,16 @@ export const en = {
"teamBarLabel": "%s",
"oppoBarLabel": "%s"
},
+ "mma": {
+ "startTerm": "Start",
+ "overUnder": "O/U: %s",
+ "gameStat1": "%s",
+ "gameStat2": "%s",
+ "gameStat3": "",
+ "gameBar": "Win Probability",
+ "teamBarLabel": "%s%",
+ "oppoBarLabel": "%s%"
+ },
"soccer": {
"startTerm": "Kickoff",
"overUnder": "O/U: %s",
@@ -55,6 +83,16 @@ export const en = {
"teamBarLabel": "%s",
"oppoBarLabel": "%s"
},
+ "tennis": {
+ "startTerm": "First Serve",
+ "overUnder": "O/U: %s",
+ "gameStat1": "%s",
+ "gameStat2": "%s",
+ "gameStat3": "",
+ "gameBar": "%s",
+ "teamBarLabel": "%s",
+ "oppoBarLabel": "%s"
+ },
"volleyball": {
"startTerm": "First Serve",
"overUnder": "O/U: %s",
diff --git a/dist/localize/languages/en_US.js b/dist/localize/languages/en_US.js
index 902609c..6e7dd64 100644
--- a/dist/localize/languages/en_US.js
+++ b/dist/localize/languages/en_US.js
@@ -3,7 +3,15 @@ export const en_US = {
"api_error": "API Error",
"no_upcoming_games": "No upcoming games through %s",
"finalTerm": "%s - Final",
- "byeTerm": "BYE"
+ "byeTerm": "BYE",
+ "tourney2": "Final",
+ "tourney4": "Semifinals",
+ "tourney8": "Quarterfinals",
+ "tourney16": "Round of 16",
+ "tourney32": "Round of 32",
+ "tourney64": "Round of 64",
+ "tourney128": "Early Rounds",
+ "tourney256": "Early Rounds"
},
"baseball": {
"startTerm": "First Pitch",
@@ -35,6 +43,16 @@ export const en_US = {
"teamBarLabel": "%s%",
"oppoBarLabel": "%s%"
},
+ "golf": {
+ "startTerm": "Round Starts",
+ "overUnder": "O/U: %s",
+ "gameStat1": "%s",
+ "gameStat2": "%s",
+ "gameStat3": "",
+ "gameBar": "Shots (Thru)",
+ "teamBarLabel": "%s",
+ "oppoBarLabel": "%s"
+ },
"hockey": {
"startTerm": "Puck Drop",
"overUnder": "O/U: %s",
@@ -45,6 +63,16 @@ export const en_US = {
"teamBarLabel": "%s",
"oppoBarLabel": "%s"
},
+ "mma": {
+ "startTerm": "Start",
+ "overUnder": "O/U: %s",
+ "gameStat1": "%s",
+ "gameStat2": "%s",
+ "gameStat3": "",
+ "gameBar": "Win Probability",
+ "teamBarLabel": "%s%",
+ "oppoBarLabel": "%s%"
+ },
"soccer": {
"startTerm": "Kickoff",
"overUnder": "O/U: %s",
@@ -55,6 +83,16 @@ export const en_US = {
"teamBarLabel": "%s",
"oppoBarLabel": "%s"
},
+ "tennis": {
+ "startTerm": "First Serve",
+ "overUnder": "O/U: %s",
+ "gameStat1": "%s",
+ "gameStat2": "%s",
+ "gameStat3": "",
+ "gameBar": "%s",
+ "teamBarLabel": "%s",
+ "oppoBarLabel": "%s"
+ },
"volleyball": {
"startTerm": "First Serve",
"overUnder": "O/U: %s",