From f3808dc0e139f10496a5ff11102558fe73f494f3 Mon Sep 17 00:00:00 2001 From: Mohamad Tarbin Date: Fri, 14 Aug 2026 01:05:20 -0400 Subject: [PATCH] New translations filters.json (Dutch) [ci skip] --- public/locales/nl/filters.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 public/locales/nl/filters.json diff --git a/public/locales/nl/filters.json b/public/locales/nl/filters.json new file mode 100644 index 0000000..6b10047 --- /dev/null +++ b/public/locales/nl/filters.json @@ -0,0 +1,17 @@ +{ + "builder": { + "errorName": "Please enter a filter name", + "errorConditions": "Please configure at least one filter condition", + "editTitle": "Edit Filter", + "newTitle": "New Filter", + "addConditions": "Add conditions to preview", + "save": "Save Filter", + "name": "Filter Name", + "namePlaceholder": "e.g. Overdue tasks for Alice", + "color": "Color" + }, + "nameExists": "A filter with this name already exists", + "tasks_one": "{{count}} task", + "tasks_other": "{{count}} tasks", + "overdue": "{{count}} overdue" +}