Add new keys (#2538)

Make the existing one more specific
This commit is contained in:
Maurizio Vitale 2017-10-24 16:31:47 +02:00 committed by Eugenio Romano
parent 8102255d43
commit 6ce8a33d3b
2 changed files with 8 additions and 6 deletions

View File

@ -130,17 +130,17 @@ export class TaskAttachmentListComponent implements OnChanges {
onShowRowActionsMenu(event: any) {
let viewAction = {
title: 'ADF_TASK_LIST.MENU_ACTIONS.VIEW',
title: 'ADF_TASK_LIST.MENU_ACTIONS.VIEW_CONTENT',
name: 'view'
};
let removeAction = {
title: 'ADF_TASK_LIST.MENU_ACTIONS.REMOVE',
title: 'ADF_TASK_LIST.MENU_ACTIONS.REMOVE_CONTENT',
name: 'remove'
};
let downloadAction = {
title: 'ADF_TASK_LIST.MENU_ACTIONS.DOWNLOAD',
title: 'ADF_TASK_LIST.MENU_ACTIONS.DOWNLOAD_CONTENT',
name: 'download'
};

View File

@ -10,6 +10,7 @@
}
},
"PROPERTIES": {
"TASK_NAME": "Task",
"THUMBNAIL": "Thumbnail",
"NAME": "Name",
"ASSIGNEE": "Assignee",
@ -31,9 +32,10 @@
"FORM_NAME_DEFAULT": "No form"
},
"MENU_ACTIONS": {
"VIEW": "View",
"REMOVE": "Remove",
"DOWNLOAD": "Download"
"VIEW_CONTENT": "View",
"REMOVE_CONTENT": "Remove",
"DOWNLOAD_CONTENT": "Download",
"DOWNLOAD_AUDIT": "Download Audit"
},
"DETAILS": {
"LABELS": {