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) { onShowRowActionsMenu(event: any) {
let viewAction = { let viewAction = {
title: 'ADF_TASK_LIST.MENU_ACTIONS.VIEW', title: 'ADF_TASK_LIST.MENU_ACTIONS.VIEW_CONTENT',
name: 'view' name: 'view'
}; };
let removeAction = { let removeAction = {
title: 'ADF_TASK_LIST.MENU_ACTIONS.REMOVE', title: 'ADF_TASK_LIST.MENU_ACTIONS.REMOVE_CONTENT',
name: 'remove' name: 'remove'
}; };
let downloadAction = { let downloadAction = {
title: 'ADF_TASK_LIST.MENU_ACTIONS.DOWNLOAD', title: 'ADF_TASK_LIST.MENU_ACTIONS.DOWNLOAD_CONTENT',
name: 'download' name: 'download'
}; };

View File

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