Skip to content

Commit

Permalink
i18n: add dutch
Browse files Browse the repository at this point in the history
This commit adds to issue #16
  • Loading branch information
Istador committed Jun 24, 2020
1 parent e109fa3 commit 06d4f19
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const data = {
//zh: require('./i18n/zh'),
//ru: require('./i18n/ru'),
pg: require('./i18n/pg'),
//du: require('./i18n/du'),
du: require('./i18n/du'),
}


Expand Down
6 changes: 4 additions & 2 deletions src/js/i18n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ module.exports = {
quest : 'Quest',
},
item: {
'.' : 'Gegenstand',
equip : 'Ausrüstung',
'.' : 'Gegenstand',
equip : 'Ausrüstung',
outfinding : 'Äußerfund',
quest : 'Quest',
},
material: {
'.' : 'Material',
Expand Down
121 changes: 121 additions & 0 deletions src/js/i18n/du.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
module.exports = {
names: {
area: {
'.' : 'Gebied',
1 : 'Thuis',
2 : 'Wigbossen',
3 : 'Stuif-Vlaktes',
4 : 'Kust-klippen',
5 : 'Verre Velden',
6 : 'Lege Bergen',
7 : 'Grote Vallei',
8 : 'Dunne Richel',
9 : 'Noorderkust',
10 : 'Drassige Stranden',
11 : 'Stoffige Bonnen',
12 : 'Dorre Kloof',
13 : 'Tunnel Duinen',
14 : 'Droge Baai',
15 : 'Richel-Oevers',
16 : 'Zompige Woud',
17 : 'Noordelijke Vlaktes',
18 : 'Telkin Bergpas',
19 : 'Telkin Berg',
20 : 'Lange Richel',
21 : 'Verre Bosrand',
},
entrance: {
//'.' : '',
cave : 'Grot',
//mohlenhill : '',
vault : 'Kluis',
},
food: {
'.' : 'Voedsel',
alpafantmeat : 'Alpafant Vlees',
anurashroom : 'Anura Paddestoel',
avianpepper : 'Vogelpeper',
bleekerthigh : 'Bleekerdij',
carrant : 'Krentel',
commonwheat : 'Gewoneweit',
dunerice : 'Duinrijst',
//edenfruit : '',
fatplant : 'Vetplant',
leafdough : 'Bladerdeeg',
meageryam : 'Magerwortel',
mudbeet : 'Modderbiet',
nuctus : 'Nuktus',
obergine : 'Obergine',
puffleegg : 'Puffelei',
ridgefennel : 'Randvenkel',
roseberry : 'Roosbes',
telkinchives : 'Telkinlook',
tingflower : 'Tingbloem',
waddletoothloin : 'Waddeltandlende',
},
idea: {
'.' : 'Idee',
//chest : '',
//pickup : '',
//quest : '',
},
item: {
//'.' : '',
equip : 'Uitrusting',
outfinding : 'Uitvinding',
//quest : '',
},
material: {
'.' : 'Materialen',
alpafantleather : 'Alpafant Leer',
beagalite : 'Begaliet',
bleekerantenna : 'Bleeker Antenne',
crassbone : 'Grofbot',
dryclay : 'Droge Klei',
dullrock : 'Saaisteen',
grandcone : 'Pijnappel',
gravelmoss : 'Grindmos',
leaniron : 'Leunijzer',
lunarodos : 'Lunarodos',
marrwood : 'Marrhout',
morrowhay : 'Morgenhooi',
pufflefeather : 'Puffelveer',
sandstone : 'Zandsteen',
slickpearl : 'Gladde Parel',
softglass : 'Zachtglas',
solfodil : 'Solfodille',
spystal : 'Tufstal',
stiffrope : 'Stroeftouw',
stuffcloth : 'Stofdoek',
toothstone : 'Tandsteen',
waddletoothblubber : 'Waddeltand Blubber',
},
nest: {
//'.' : '',
alpafant : 'Alpafant',
bleeker : 'Bleeker',
puffle : 'Puffel',
waddletooth : 'Waddeltand',
},
npc: {
//'.' : '',
//chief : '',
//merchant : '',
//quest : '',
village : 'Dorp',
},
spawn: {
'.' : 'Beesten',
alpafant : 'Alpafant',
bleeker : 'Bleeker',
puffle : 'Puffel',
waddletooth : 'Waddeltand',
},
unique: {
//'.' : '',
amphiscusorb : 'Amfiscus Bollen',
//journal : '',
keygraphite : 'Sleutelgrafiet',
},
},
}
8 changes: 8 additions & 0 deletions src/js/i18n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ module.exports = {
//pickup : '',
//quest : '',
},
item: {
//'.' : '',
//equip : '',
//outfinding : '',
//quest : '',
},
material: {
'.' : 'Materiales',
alpafantleather : 'Piel de Alpafante',
Expand Down Expand Up @@ -106,7 +112,9 @@ module.exports = {
waddletooth : 'Contodiente',
},
unique: {
//'.' : '',
amphiscusorb : 'Orbes de Anfibu',
//journal : '',
keygraphite : 'Grafito de Llave',
},
},
Expand Down
8 changes: 8 additions & 0 deletions src/js/i18n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ module.exports = {
//pickup : '',
//quest : '',
},
item: {
//'.' : '',
//equip : '',
//outfinding : '',
//quest : '',
},
material: {
'.' : 'Materiale',
alpafantleather : 'Pelle di Alpafante',
Expand Down Expand Up @@ -106,7 +112,9 @@ module.exports = {
waddletooth : 'Waddletooth',
},
unique: {
//'.' : '',
amphiscusorb : 'Sfera di Amphiscus',
//journal : '',
keygraphite : 'Chiavigrafite',
},
},
Expand Down
8 changes: 8 additions & 0 deletions src/js/i18n/pg.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ module.exports = {
//pickup : '',
//quest : '',
},
item: {
//'.' : '',
//equip : '',
//outfinding : '',
//quest : '',
},
material: {
'.' : 'Material',
alpafantleather : 'Couro de Alpafante',
Expand Down Expand Up @@ -106,7 +112,9 @@ module.exports = {
waddletooth : 'Dorsa',
},
unique: {
//'.' : '',
amphiscusorb : 'Orbes dos Ampesce',
//journal : '',
keygraphite : 'Grafite de Chave',
},
},
Expand Down

0 comments on commit 06d4f19

Please sign in to comment.