|
|
|
|
@ -21,13 +21,13 @@ export default {
|
|
|
|
|
all: 'All',
|
|
|
|
|
allChangesWillBeAutomaticallySavedAfterConnectionRestored:
|
|
|
|
|
'All changes will be automatically saved<br />after connection restored',
|
|
|
|
|
areYouSureYouWantToCopyThisCard: 'Are you sure you want to copy this card',
|
|
|
|
|
areYouSureYouWantToDeleteThisAttachment: 'Are you sure you want to delete this attachment?',
|
|
|
|
|
areYouSureYouWantToDeleteThisBoard: 'Are you sure you want to delete this board?',
|
|
|
|
|
areYouSureYouWantToDeleteThisCard: 'Are you sure you want to delete this card?',
|
|
|
|
|
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?',
|
|
|
|
|
@ -37,6 +37,7 @@ export default {
|
|
|
|
|
'Are you sure you want to remove this manager from the project?',
|
|
|
|
|
areYouSureYouWantToRemoveThisMemberFromBoard:
|
|
|
|
|
'Are you sure you want to remove this member from the board?',
|
|
|
|
|
areYouSureYouWantToSortThisList: 'Are you sure you want to sort this list?',
|
|
|
|
|
attachment: 'Attachment',
|
|
|
|
|
attachments: 'Attachments',
|
|
|
|
|
authentication: 'Authentication',
|
|
|
|
|
@ -50,6 +51,7 @@ export default {
|
|
|
|
|
cardNotFound_title: 'Card Not Found',
|
|
|
|
|
cardOrActionAreDeleted: 'Card or action are deleted',
|
|
|
|
|
color: 'Color',
|
|
|
|
|
copyCard: 'Copy card',
|
|
|
|
|
createBoard_title: 'Create Board',
|
|
|
|
|
createLabel_title: 'Create Label',
|
|
|
|
|
createNewOneOrSelectExistingOne: 'Create a new one or select<br />an existing one',
|
|
|
|
|
@ -175,6 +177,8 @@ export default {
|
|
|
|
|
addTask: 'Add task',
|
|
|
|
|
addToCard: 'Add to card',
|
|
|
|
|
addUser: 'Add user',
|
|
|
|
|
copy: 'Copy',
|
|
|
|
|
copyCard: 'Copy card',
|
|
|
|
|
createBoard: 'Create board',
|
|
|
|
|
createFile: 'Create file',
|
|
|
|
|
createLabel: 'Create label',
|
|
|
|
|
|