Skip to content

Commit

Permalink
Update french translations (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasqued2 authored Sep 22, 2024
1 parent 222a1b5 commit b8e6e1d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions dist/ha-teamtracker-card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ha-teamtracker-card.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/const.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export let VERSION = "v0.14.11";
export let VERSION = "v0.14.12";

export let GOLF_HEADSHOT_URL = "https://a.espncdn.com/i/headshots/golf/players/full/";
export let MMA_HEADSHOT_URL = "https://a.espncdn.com/i/headshots/mma/players/full/";
Expand Down
12 changes: 6 additions & 6 deletions src/localize/languages/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const fr = {
"oppoBarLabel": "%s%"
},
"basketball": {
"startTerm": "Astuce",
"startTerm": "Engagement",
"overUnder": "O/U: %s",
"gameStat1": "%s",
"gameStat2": "%s",
Expand All @@ -56,7 +56,7 @@ export const fr = {
"oppoBarLabel": "%s%"
},
"football": {
"startTerm": "Démarrer",
"startTerm": "Engagement",
"overUnder": "O/U: %s",
"gameStat1": "%s",
"gameStat2": "%s",
Expand All @@ -76,7 +76,7 @@ export const fr = {
"oppoBarLabel": "%s"
},
"hockey": {
"startTerm": "Lancer de rondelle",
"startTerm": "Mise en jeu",
"overUnder": "O/U: %s",
"gameStat1": "%s",
"gameStat2": "%s",
Expand All @@ -86,7 +86,7 @@ export const fr = {
"oppoBarLabel": "%s"
},
"mma": {
"startTerm": "Commencer",
"startTerm": "Début du combat",
"overUnder": "O/U: %s",
"gameStat1": "%s",
"gameStat2": "%s",
Expand All @@ -96,7 +96,7 @@ export const fr = {
"oppoBarLabel": "%s%"
},
"racing": {
"startTerm": "Commencer",
"startTerm": "Départ de la course",
"overUnder": "O/U: %s",
"gameStat1": "%s",
"gameStat2": "%s",
Expand All @@ -106,7 +106,7 @@ export const fr = {
"oppoBarLabel": "%s"
},
"soccer": {
"startTerm": "Démarrer",
"startTerm": "Coup d'envoi",
"overUnder": "O/U: %s",
"gameStat1": "%s",
"gameStat2": "%s",
Expand Down

0 comments on commit b8e6e1d

Please sign in to comment.