Merge pull request #238 from Worklenz/fix/task-drag-and-drop-improvement
Fix/task drag and drop improvement
This commit is contained in:
@@ -55,5 +55,18 @@
|
||||
"selectCategory": "Select a category",
|
||||
"pleaseEnterAName": "Please enter a name",
|
||||
"pleaseSelectACategory": "Please select a category",
|
||||
"create": "Create"
|
||||
"create": "Create",
|
||||
|
||||
"searchTasks": "Search tasks...",
|
||||
"searchPlaceholder": "Search...",
|
||||
"fieldsText": "Fields",
|
||||
"loadingFilters": "Loading filters...",
|
||||
"noOptionsFound": "No options found",
|
||||
"filtersActive": "filters active",
|
||||
"filterActive": "filter active",
|
||||
"clearAll": "Clear all",
|
||||
"clearing": "Clearing...",
|
||||
"cancel": "Cancel",
|
||||
"search": "Search",
|
||||
"groupedBy": "Grouped by"
|
||||
}
|
||||
|
||||
@@ -108,5 +108,19 @@
|
||||
"key": "Key",
|
||||
"formula": "Formula"
|
||||
}
|
||||
},
|
||||
|
||||
"indicators": {
|
||||
"tooltips": {
|
||||
"subtasks": "{{count}} subtask",
|
||||
"subtasks_plural": "{{count}} subtasks",
|
||||
"comments": "{{count}} comment",
|
||||
"comments_plural": "{{count}} comments",
|
||||
"attachments": "{{count}} attachment",
|
||||
"attachments_plural": "{{count}} attachments",
|
||||
"subscribers": "Task has subscribers",
|
||||
"dependencies": "Task has dependencies",
|
||||
"recurring": "Recurring task"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,5 +17,19 @@
|
||||
"renamePhase": "Rename Phase",
|
||||
"changeCategory": "Change Category",
|
||||
"clickToEditGroupName": "Click to edit group name",
|
||||
"enterGroupName": "Enter group name"
|
||||
"enterGroupName": "Enter group name",
|
||||
|
||||
"indicators": {
|
||||
"tooltips": {
|
||||
"subtasks": "{{count}} subtask",
|
||||
"subtasks_plural": "{{count}} subtasks",
|
||||
"comments": "{{count}} comment",
|
||||
"comments_plural": "{{count}} comments",
|
||||
"attachments": "{{count}} attachment",
|
||||
"attachments_plural": "{{count}} attachments",
|
||||
"subscribers": "Task has subscribers",
|
||||
"dependencies": "Task has dependencies",
|
||||
"recurring": "Recurring task"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user