From 3d140091d4928579332ac8f730ca27e0ab9ccf0a Mon Sep 17 00:00:00 2001 From: Mohamad Tarbin Date: Fri, 14 Aug 2026 01:05:38 -0400 Subject: [PATCH] New translations filters.json (Portuguese, Brazilian) [ci skip] --- public/locales/pt/filters.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 public/locales/pt/filters.json diff --git a/public/locales/pt/filters.json b/public/locales/pt/filters.json new file mode 100644 index 0000000..6b10047 --- /dev/null +++ b/public/locales/pt/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" +}