diff options
Diffstat (limited to 'apps/web/lib/i18n/locales/nl')
| -rw-r--r-- | apps/web/lib/i18n/locales/nl/translation.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/nl/translation.json b/apps/web/lib/i18n/locales/nl/translation.json index 08953704..569e38bc 100644 --- a/apps/web/lib/i18n/locales/nl/translation.json +++ b/apps/web/lib/i18n/locales/nl/translation.json @@ -62,7 +62,12 @@ "close": "Sluiten", "merge": "Samenvoegen", "cancel": "Annuleer", - "ignore": "Negeren" + "ignore": "Negeren", + "sort": { + "title": "Sorteren", + "newest_first": "Nieuwste eerst", + "oldest_first": "Oudste eerst" + } }, "settings": { "ai": { |
