-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added Dutch translations + fixes
- Loading branch information
Showing
21 changed files
with
460 additions
and
23 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
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
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 |
---|---|---|
|
@@ -113,4 +113,4 @@ | |
"placeholder": "Search...", | ||
"results": "Search Results" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -48,4 +48,4 @@ | |
"source": "Loading source...", | ||
"editor": "Loading editor..." | ||
} | ||
} | ||
} |
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
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
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
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
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
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
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 +1,82 @@ | ||
{ } | ||
{ | ||
"profile": { | ||
"displayname": "Weergavenaam", | ||
"displaynameexample": "Jan Jansen", | ||
"email": "E-mail", | ||
"lastprofileupdate": "Profiel voor het laatst bewerkt", | ||
"membersince": "Lid sinds", | ||
"password": "Wachtwoord", | ||
"passwordverify": "Wachtwoord", | ||
"provider": "Inlog dienst", | ||
"savechanges": "Wijzigingen opslaan", | ||
"subtitle": "Profiel en authenticatie informatie", | ||
"tfa": "Twee-Factor Authenticatie", | ||
"tfadisable": "2FA uitschakelen", | ||
"tfadisabled": "Uitgeschakeld", | ||
"tfaenable": "2FA inschakelen", | ||
"tfaenabled": "Ingeschakeld" | ||
}, | ||
"stats": { | ||
"subtitle": "Algemene site statistieken", | ||
"entries": "Pagina's", | ||
"uploads": "Uploads", | ||
"users": "Gebruikers" | ||
}, | ||
"settings": { | ||
"subtitle": "Website configuratie beheren" | ||
}, | ||
"system": { | ||
"subtitle": "Informatie over- en hulpmiddelen voor jouw wiki", | ||
"systemversion": "Software versie", | ||
"currentversion": "Huidige versie", | ||
"latestversion": "Nieuwste versie", | ||
"upgrade": "Versie bijwerken", | ||
"reinstall": "Huidige versie opnieuw installeren", | ||
"versioncheckfailed": "Niet in staat de nieuwste versie op te halen, probeer later nog eens.", | ||
"administrativetools": "Hulpmiddelen", | ||
"flushcache": "Cache legen en herindexeren", | ||
"flushcachetext": "Als pagina's of zoekresultaten verouderd lijken, of nieuwe content niet bevatten, kan het legen van de cache daarbij helpen.", | ||
"flushcachebtn": "Cache legen en herindexeren", | ||
"resetaccounts": "Systeem gebruikers terugzetten naar fabrieksinstellingen", | ||
"resetaccountstext": "De systeem gebruikers (zoals Gast) zullen teruggezet worden naar hun originele instellingen.", | ||
"resetaccountsbtn": "Systeem accounts terugzetten", | ||
"flushsessions": "Actieve gebruikerssessies sluiten", | ||
"flushsessionstext": "Alle actieve gebruikerssessies zullen gesloten worden. Alle gebruikers zullen opnieuw moeten inloggen. Ook jouw huidige sessie zal be-eindigen.", | ||
"flushsessionsbtn": "Sessies sluiten", | ||
"hostinfo": "Host informatie", | ||
"os": "Besturingssysteem", | ||
"nodeversion": "Node.js versie", | ||
"hostname": "Hostname", | ||
"cores": "CPU cores", | ||
"totalmem": "Totale geheugen", | ||
"cwd": "Working directory" | ||
}, | ||
"theme": { | ||
"subtitle": "Verander het uiterlijk van jouw wiki", | ||
"primarycolor": "Primaire kleur", | ||
"primarycolordesc": "Wordt gebruikt voor de bovenste navigatiebalk, titels, links, etc.", | ||
"altcolor": "Secundaire kleur", | ||
"altcolordesc": "Wordt gebruikt voor de zijbalk (in een donkerdere kleur)", | ||
"footercolor": "Footer kleur", | ||
"footercolordesc": "Wordt gebruikt in de footer (in een lichtere kleur)", | ||
"codeblock": { | ||
"title": "Code blokken", | ||
"dark": "Gebruik donkere thema", | ||
"colorize": "Gebruik kleuren syntax" | ||
}, | ||
"savechanges": "Veranderingen opslaan", | ||
"reset": "Standaardinstellingen terugzetten" | ||
}, | ||
"users": { | ||
"createauthorize": "Gebruiker aanmaken ", | ||
"subtitle": "Beheer gebruikersrechten", | ||
"name": "Naam", | ||
"email": "E-mailadres", | ||
"provider": "Inlog dienst", | ||
"createdon": "Aangemaakt op", | ||
"updatedon": "Bijgewerkt op", | ||
"returntousers": "Terugkeren naar gebruikers", | ||
"edituser": "Gebruiker bijwerken", | ||
"uniqueid": "Unieke ID" | ||
} | ||
} |
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 +1,32 @@ | ||
{ } | ||
{ | ||
"loginrequired": "Inloggen verplicht", | ||
"loginusing": "Inloggen met... ", | ||
"loginusingalt": "Of, log in met...", | ||
"fields": { | ||
"emailuser": "E-mail / Gebruikersnaam", | ||
"password": "Wachtwoord" | ||
}, | ||
"actions": { | ||
"login": "Inloggen" | ||
}, | ||
"errors": { | ||
"invalidlogin": "Foutieve inloggegevens", | ||
"invalidloginmsg": "De ingevoerde e-mail of wachtwoord is fout.", | ||
"invaliduseremail": "Foutieve gebruikers e-mail", | ||
"loginerror": "Inlog fout", | ||
"notyetauthorized": "Je hebt nog geen toegang gekregen tot deze site.", | ||
"toomanyattempts": "Te veel pogingen!", | ||
"toomanyattemptsmsg": "Je hebt te veel pogingen gedaan om in te loggen, probeer het straks nog een keer {{time}}.", | ||
"usernotfound": "Gebruiker niet gevonden" | ||
}, | ||
"providers": { | ||
"local": "Lokaal", | ||
"windowslive": "Microsoft Account", | ||
"azure": "Azure Active Directory", | ||
"google": "Google Account", | ||
"facebook": "Facebook", | ||
"github": "GitHub", | ||
"slack": "Slack", | ||
"ldap": "LDAP / Active Directory" | ||
} | ||
} |
Oops, something went wrong.