|
|
|
|
@ -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',
|
|
|
|
|
|