Skip to content

Commit

Permalink
feat(locale): 📝Added common.json for “nl”
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanvde authored Aug 15, 2023
1 parent 9594b50 commit 6456b33
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions public/locales/nl/common.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"language": "Nederlands",
"copyright": "",
"buildtheearth": "",
"staff": "",
"builder": "",
"copyright": "Auteursrecht © {{year}} BuildTheEarth",
"buildtheearth": "BuildTheEarth",
"staff": "Staff",
"builder": "Bouwer",
"search": "Zoek…",
"auth": {
"signin": "",
"signout": "",
"signup": ""
"signin": "Log in",
"signout": "Log uit",
"signup": "Ga van start"
},
"user": {
"quickActions": "",
"upload": "",
"quickActions": "Snelle acties",
"upload": "Upload wereld",
"theme": {
"dark": "",
"light": ""
"dark": "Schakel naar licht thema",
"light": "Schakel naar donker thema"
},
"review": ""
"review": "Beoordeel Claims"
},
"button": {
"save": "",
"delete": "",
"copy": "",
"back": "",
"submit": ""
"save": "Sla op",
"delete": "Verwijder",
"copy": "Kopieer",
"back": "Terug",
"submit": "Dien in"
},
"links": {
"faq": "",
"map": "",
"teams": "",
"contact": "",
"aboutUs": ""
},
"search": ""
}
"faq": "FAQ",
"map": "Kaart",
"teams": "Bouwteams",
"contact": "Contact",
"aboutUs": "Over ons"
}
}

0 comments on commit 6456b33

Please sign in to comment.