From 191639f0677b4c343ae65ec68f90bd7a554fb752 Mon Sep 17 00:00:00 2001 From: Jens Frost <93131870+jensfrost@users.noreply.github.com> Date: Thu, 4 May 2023 15:52:17 +0200 Subject: [PATCH] Added translations in english for sorting --- client/src/locales/en/core.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/src/locales/en/core.js b/client/src/locales/en/core.js index ab165d3..b3013d3 100644 --- a/client/src/locales/en/core.js +++ b/client/src/locales/en/core.js @@ -27,6 +27,7 @@ export default { areYouSureYouWantToDeleteThisComment: 'Are you sure you want to delete this comment?', areYouSureYouWantToDeleteThisLabel: 'Are you sure you want to delete this label?', areYouSureYouWantToDeleteThisList: 'Are you sure you want to delete this list?', + areYouSureYouWantToSortThisList: 'Are you sure you want to sort this list?', areYouSureYouWantToDeleteThisProject: 'Are you sure you want to delete this project?', areYouSureYouWantToDeleteThisTask: 'Are you sure you want to delete this task?', areYouSureYouWantToDeleteThisUser: 'Are you sure you want to delete this user?', @@ -135,6 +136,7 @@ export default { seconds: 'Seconds', selectBoard: 'Select board', selectList: 'Select list', + sortList: 'Sort list', selectPermissions_title: 'Select Permissions', selectProject: 'Select project', settings: 'Settings', @@ -223,6 +225,14 @@ export default { showAllAttachments: 'Show all attachments ({{hidden}} hidden)', showDetails: 'Show details', showFewerAttachments: 'Show fewer attachments', + sortByCreatedAt: ' Sort by created at', + sortByCreatorUserIdList: ' Sort by creator', + sortByDueDateList: ' Sort by due date', + sortByIdList: ' Sort by id', + sortByPositionList: ' Sort by position', + sortByTitleList: ' Sort by title', + sortByUpdatedAtList: ' Sort by updated at', + sortList: 'Sort list', start: 'Start', stop: 'Stop', subscribe: 'Subscribe',