-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(locale): 📝Added common.json for “nl”
- Loading branch information
Showing
1 changed file
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |