Skip to content

Commit

Permalink
refactor(i18n): updated nl.json (#345)
Browse files Browse the repository at this point in the history
Added no-expiration, few tweaks for readability
  • Loading branch information
SamKr authored Nov 17, 2024
1 parent 9387859 commit 3d79e88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/app-client/src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,16 @@
"label": "Notitie wachtwoord",
"placeholder": "Wachtwoord..."
},
"expiration": "Verloopmoment vertraging",
"expiration": "Verloopmoment",
"no-expiration": "Notitie verloopt nooit",
"delays": {
"1h": "1 uur",
"1d": "1 dag",
"1w": "1 week",
"1m": "1 maand"
},
"delete-after-reading": {
"label": "Verwijderen na lezen",
"label": "Verwijder na lezen",
"description": "Verwijder de notitie na het lezen"
},
"attach-files": "Bestanden toevoegen",
Expand Down

0 comments on commit 3d79e88

Please sign in to comment.