From f9f05231129e4594d3792d15714945ec3e26608f Mon Sep 17 00:00:00 2001 From: Nadav Tasher Date: Sat, 7 Dec 2024 19:00:51 +0200 Subject: [PATCH] Updated translations with new texts for auto-width support --- imports/i18n/data/en.i18n.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/imports/i18n/data/en.i18n.json b/imports/i18n/data/en.i18n.json index 420477fcd..bc73ff1b2 100644 --- a/imports/i18n/data/en.i18n.json +++ b/imports/i18n/data/en.i18n.json @@ -86,10 +86,10 @@ "add-card": "Add Card", "add-card-to-top-of-list": "Add Card to Top of List", "add-card-to-bottom-of-list": "Add Card to Bottom of List", - "setListWidthPopup-title": "Set List Width", - "set-list-width": "Set Min Width", - "set-list-width-value": "Min Width (pixels)", - "list-width-error-message": "List width must be a positive integer", + "setListWidthPopup-title": "Set Widths", + "set-list-width": "Set Widths", + "set-list-width-value": "Set Min & Max Widths (pixels)", + "list-width-error-message": "List widths must be integers greater than 100", "setSwimlaneHeightPopup-title": "Set Swimlane Height", "set-swimlane-height": "Set Swimlane Height", "set-swimlane-height-value": "Swimlane Height (pixels)", @@ -264,6 +264,8 @@ "checklists": "Checklists", "click-to-star": "Click to star this board.", "click-to-unstar": "Click to unstar this board.", + "click-to-enable-auto-width": "Click to enable auto list width.", + "click-to-disable-auto-width": "Click to disable auto list width.", "clipboard": "Clipboard or drag & drop", "close": "Close", "close-board": "Close Board",