diff --git a/static/index.html b/static/index.html index 8219bbf..bc5c78a 100644 --- a/static/index.html +++ b/static/index.html @@ -34,6 +34,7 @@
  • +
  • diff --git a/static/lang/en.json b/static/lang/en.json index 09c8590..7657b55 100644 --- a/static/lang/en.json +++ b/static/lang/en.json @@ -6,6 +6,7 @@ "language-de": "German", "language-es": "Spanish", "language-fr": "French", + "language-nl": "Dutch", "enter-password": "Enter Password", "password": "Password", "expires-in": "Expires in", diff --git a/static/lang/nl.json b/static/lang/nl.json new file mode 100644 index 0000000..b99487e --- /dev/null +++ b/static/lang/nl.json @@ -0,0 +1,26 @@ +{ + "title": "PassED", + "source-code": "Bron", + "language": "Taal", + "language-en": "Engels", + "language-de": "Duits", + "language-es": "Spaans", + "language-fr": "Frans", + "enter-password": "Wachtwoord invoeren", + "password": "Wachtwoord", + "expires-in": "Expires in", + "expires-in.1-hour": "1 uur", + "expires-in.12-hours": "2 uur", + "expires-in.1-day": "1 dag", + "expires-in.1-week": "1 week", + "expires-in.2-weeks": "2 weken", + "generate-link": "Maak link", + "share-link": "Deel Link", + "not-found": "Wachtwoord niet gevonden", + "not-found-reason": "Het door u aangevraagde wachtwoord is mogelijk verlopen, eerder bekeken of heeft zelfs nooit bestaan.", + "reveal-password": "Toon wachtwoord", + "reveal-password-once": "U mag het wachtwoord slechts één keer onthullen.", + "copy": "Kopieer", + "close": "Sluit", + "ok": "OK" +}