Skip to content

Commit 51aea2a

Browse files
rononlineRon Hartman
andauthored
Add Dutch translation (#70)
Co-authored-by: Ron Hartman <r.hartman@amsio.com>
1 parent 813139a commit 51aea2a

File tree

2 files changed

+151
-0
lines changed

2 files changed

+151
-0
lines changed

dist/localize/languages/nl.js

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
export const nl = {
2+
"common": {
3+
"api_error": "API Error",
4+
"no_upcoming_games": "Geen aankomende wedstrijden door %s",
5+
"finalTerm": "%s - Finale",
6+
"byeTerm": "BYE",
7+
"tourney2": "Finale",
8+
"tourney4": "Halve Finales",
9+
"tourney8": "Kwart Finales",
10+
"tourney16": "Achtste Finales",
11+
"tourney32": "Zestiende Finales",
12+
"tourney64": "Tweeendertigste Finale",
13+
"tourney128": "Voorrondes",
14+
"tourney256": "Voorrondes",
15+
"today": "Vandaag",
16+
"tomorrow": "Morgen"
17+
},
18+
"australian-football": {
19+
"startTerm": "Start",
20+
"overUnder": "O/U: %s",
21+
"gameStat1": "%s",
22+
"gameStat2": "%s",
23+
"gameStat3": "",
24+
"gameBar": "Win Probability",
25+
"teamBarLabel": "%s%",
26+
"oppoBarLabel": "%s%"
27+
},
28+
"baseball": {
29+
"startTerm": "Eerste Worp",
30+
"overUnder": "O/U: %s",
31+
"gameStat1": "Ballen %s",
32+
"gameStat2": "Slagen %s",
33+
"gameStat3": "%s Outs",
34+
"gameBar": "Winstwaarschijnlijkheid",
35+
"teamBarLabel": "%s%",
36+
"oppoBarLabel": "%s%"
37+
},
38+
"basketball": {
39+
"startTerm": "Sprongbal",
40+
"overUnder": "O/U: %s",
41+
"gameStat1": "%s",
42+
"gameStat2": "%s",
43+
"gameStat3": "",
44+
"gameBar": "Winstwaarschijnlijkheid",
45+
"teamBarLabel": "%s%",
46+
"oppoBarLabel": "%s%"
47+
},
48+
"cricket": {
49+
"startTerm": "Start",
50+
"overUnder": "O/U: %s",
51+
"gameStat1": "%s",
52+
"gameStat2": "%s",
53+
"gameStat3": "",
54+
"gameBar": "Winstwaarschijnlijkheid",
55+
"teamBarLabel": "%s%",
56+
"oppoBarLabel": "%s%"
57+
},
58+
"football": {
59+
"startTerm": "Aftrap",
60+
"overUnder": "O/U: %s",
61+
"gameStat1": "%s",
62+
"gameStat2": "%s",
63+
"gameStat3": "",
64+
"gameBar": "Winstwaarschijnlijkheid",
65+
"teamBarLabel": "%s%",
66+
"oppoBarLabel": "%s%"
67+
},
68+
"golf": {
69+
"startTerm": "Ronde Start",
70+
"overUnder": "O/U: %s",
71+
"gameStat1": "%s",
72+
"gameStat2": "%s",
73+
"gameStat3": "",
74+
"gameBar": "Schoten (Thru)",
75+
"teamBarLabel": "%s",
76+
"oppoBarLabel": "%s"
77+
},
78+
"hockey": {
79+
"startTerm": "Puck Drop",
80+
"overUnder": "O/U: %s",
81+
"gameStat1": "%s",
82+
"gameStat2": "%s",
83+
"gameStat3": "",
84+
"gameBar": "Schoten op Doel",
85+
"teamBarLabel": "%s",
86+
"oppoBarLabel": "%s"
87+
},
88+
"mma": {
89+
"startTerm": "Start",
90+
"overUnder": "O/U: %s",
91+
"gameStat1": "%s",
92+
"gameStat2": "%s",
93+
"gameStat3": "",
94+
"gameBar": "Winstwaarschijnlijkheid",
95+
"teamBarLabel": "%s%",
96+
"oppoBarLabel": "%s%"
97+
},
98+
"racing": {
99+
"startTerm": "Start",
100+
"overUnder": "O/U: %s",
101+
"gameStat1": "%s",
102+
"gameStat2": "%s",
103+
"gameStat3": "",
104+
"gameBar": "Rondes",
105+
"teamBarLabel": "%s",
106+
"oppoBarLabel": "%s"
107+
},
108+
"soccer": {
109+
"startTerm": "Aftrap",
110+
"overUnder": "O/U: %s",
111+
"gameStat1": "%s",
112+
"gameStat2": "%s",
113+
"gameStat3": "",
114+
"gameBar": "Schoten (Op Doel)",
115+
"teamBarLabel": "%s",
116+
"oppoBarLabel": "%s"
117+
},
118+
"tennis": {
119+
"startTerm": "Eerste Service",
120+
"overUnder": "O/U: %s",
121+
"gameStat1": "%s",
122+
"gameStat2": "%s",
123+
"gameStat3": "",
124+
"gameBar": "%s",
125+
"teamBarLabel": "%s",
126+
"oppoBarLabel": "%s"
127+
},
128+
"volleyball": {
129+
"startTerm": "Eerste Service",
130+
"overUnder": "O/U: %s",
131+
"gameStat1": "%s",
132+
"gameStat2": "%s",
133+
"gameStat3": "",
134+
"gameBar": "%s Score",
135+
"teamBarLabel": "%s",
136+
"oppoBarLabel": "%s"
137+
},
138+
"default": {
139+
"startTerm": "Start",
140+
"overUnder": "O/U: %s",
141+
"gameStat1": "%s",
142+
"gameStat2": "%s",
143+
"gameStat3": "",
144+
"gameBar": "Winstwaarschijnlijkheid",
145+
"teamBarLabel": "%s%",
146+
"oppoBarLabel": "%s%"
147+
}
148+
}
149+

dist/localize/translator.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {en_US} from "./languages/en_US.js"
33
import {es} from "./languages/es.js"
44
import {es_419} from "./languages/es_419.js"
55
import {fr} from "./languages/fr.js"
6+
import {nl} from "./languages/nl.js"
67
import {pt_BR} from "./languages/pt_BR.js"
78
import {sk} from "./languages/sk.js"
89
import {sk_SK} from "./languages/sk_SK.js"
@@ -12,6 +13,7 @@ var languages = {
1213
en_US: en_US,
1314
es: es,
1415
es_419: es_419,
16+
nl: nl,
1517
fr: fr,
1618
pt_BR: pt_BR,
1719
sk: sk,

0 commit comments

Comments
 (0)