From 3765f9877c7d8061c24ab575ec656aa6ebaae5e9 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 12 Apr 2026 18:30:53 +0200 Subject: [PATCH] feat: add i18n keys for list view bucket sections --- frontend/src/i18n/lang/en.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index fa06bf173..e86505925 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -441,7 +441,17 @@ "empty": "This project is currently empty.", "newTaskCta": "Create a task.", "editTask": "Edit Task", - "sort": "Sort" + "sort": "Sort", + "loadMore": "Show {remaining} more tasks", + "addSection": "Add section", + "addSectionPlaceholder": "Enter the new section title…", + "deleteSection": "Delete this section", + "deleteSectionText1": "Are you sure you want to delete this section?", + "deleteSectionText2": "This will not delete any tasks but move them into the default section.", + "deleteSectionSuccess": "The section has been deleted successfully.", + "sectionTitleSavedSuccess": "The section title has been saved successfully.", + "sectionLimitSavedSuccess": "The section limit has been saved successfully.", + "collapseSection": "Collapse this section" }, "gantt": { "title": "Gantt",