Skip to content

Commit

Permalink
Release Candidate v0.14.8 (#115)
Browse files Browse the repository at this point in the history
- Update Dutch translation

---------

Co-authored-by: bpwats <[email protected]>
  • Loading branch information
vasqued2 and bpwats authored Sep 6, 2024
1 parent abb7f82 commit e6fbe9d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
28 changes: 14 additions & 14 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.7";
export let VERSION = "v0.14.8";

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
26 changes: 13 additions & 13 deletions src/localize/languages/nl.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
export const nl = {
"common": {
"api_error": "API Error",
"no_upcoming_games": "Geen aankomende wedstrijden tot %s",
"finalTerm": "%s - Finale",
"byeTerm": "BYE",
"api_error": "API Fout",
"no_upcoming_games": "Geen aanstaande wedstrijden t/m %s",
"finalTerm": "Einduitslag - %s",
"byeTerm": "Dááág!",
"tourney2": "Finale",
"tourney4": "Halve Finales",
"tourney8": "Kwart Finales",
"tourney16": "Achtste Finales",
"tourney32": "Zestiende Finales",
"tourney64": "Tweeendertigste Finale",
"tourney128": "Voorrondes",
"tourney256": "Voorrondes",
"tourney4": "Halve Finale",
"tourney8": "Kwart Finale",
"tourney16": "Achtste Finale",
"tourney32": "Zestiende Finale",
"tourney64": "Tweeëndertigste Finale",
"tourney128": "Voorronde",
"tourney256": "Voorronde",
"today": "Vandaag",
"tomorrow": "Morgen"
},
Expand All @@ -28,8 +28,8 @@ export const nl = {
"baseball": {
"startTerm": "Eerste Worp",
"overUnder": "O/U: %s",
"gameStat1": "Wijd %s",
"gameStat2": "Slag %s",
"gameStat1": "%s Wijd",
"gameStat2": "%s Slag",
"gameStat3": "%s Uit",
"gameBar": "Winstwaarschijnlijkheid",
"teamBarLabel": "%s%",
Expand Down

0 comments on commit e6fbe9d

Please sign in to comment.