From 2079a5bfa392fbabf63613051e0fa5808fc91be4 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 18 Nov 2019 21:13:20 +0200 Subject: Update translations. --- i18n/en.i18n.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 908594a1..fb8370e5 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -132,10 +132,12 @@ "boardChangeVisibilityPopup-title": "Change Visibility", "boardChangeWatchPopup-title": "Change Watch", "boardMenuPopup-title": "Board Settings", + "boardChangeViewPopup-title": "Board View", "boards": "Boards", "board-view": "Board View", "board-view-cal": "Calendar", "board-view-swimlanes": "Swimlanes", + "board-view-collapse": "Collapse", "board-view-lists": "Lists", "bucket-example": "Like “Bucket List” for example", "cancel": "Cancel", -- cgit v1.2.3-1-g7c22 From 6ae5f0cea572ef07f42faae3b421c1b75d6f1a5a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 13 Dec 2019 22:20:00 +0200 Subject: Update translations. --- i18n/en.i18n.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index fb8370e5..64fada1a 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -223,6 +223,8 @@ "comment-only-desc": "Can comment on cards only.", "no-comments": "No comments", "no-comments-desc": "Can not see comments and activities.", + "worker": "Worker", + "worker-desc": "Can only move cards, assign itself to card and comment.", "computer": "Computer", "confirm-subtask-delete-dialog": "Are you sure you want to delete subtask?", "confirm-checklist-delete-dialog": "Are you sure you want to delete checklist?", -- cgit v1.2.3-1-g7c22 From 0b00a8095ce34c753e5edac86d4b62e8aaa1b1e0 Mon Sep 17 00:00:00 2001 From: dollybean Date: Tue, 4 Feb 2020 02:28:45 -0800 Subject: Customize of some card's functions --- i18n/en.i18n.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 64fada1a..0892c953 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -583,8 +583,14 @@ "default": "Default", "queue": "Queue", "subtask-settings": "Subtasks Settings", + "Date-settings": "Dates Settings", "boardSubtaskSettingsPopup-title": "Board Subtasks Settings", + "boardDateSettingsPopup-title": "Board Dates Settings", "show-subtasks-field": "Cards can have subtasks", + "show-receiveddate-field": "Cards can have Received Date", + "show-startdate-field": "Cards can have Start Date", + "show-enddate-field": "Cards can have End Date", + "show-duedate-field": "Cards can have Due Date", "deposit-subtasks-board": "Deposit subtasks to this board:", "deposit-subtasks-list": "Landing list for subtasks deposited here:", "show-parent-in-minicard": "Show parent in minicard:", @@ -756,5 +762,6 @@ "hide-minicard-label-text": "Hide minicard label text", "show-desktop-drag-handles": "Show desktop drag handles", "assignee": "Assignee", - "cardAssigneesPopup-title": "Assignee" + "cardAssigneesPopup-title": "Assignee", + "addmore-detail": "Add a more detailed description" } -- cgit v1.2.3-1-g7c22