From 384e2463863abbc1830786fa6e1fac044afc17dc Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Tue, 15 Nov 2016 15:55:39 +0000 Subject: [PATCH] #1001 - fix label for dialog --- .../components/activiti-people.component.html | 4 +- .../ng2-activiti-tasklist/src/i18n/en.json | 135 +++++++++--------- .../ng2-activiti-tasklist/src/i18n/it.json | 53 +++---- 3 files changed, 100 insertions(+), 92 deletions(-) diff --git a/ng2-components/ng2-activiti-tasklist/src/components/activiti-people.component.html b/ng2-components/ng2-activiti-tasklist/src/components/activiti-people.component.html index 616afee42d..7e5cdbf1a1 100644 --- a/ng2-components/ng2-activiti-tasklist/src/components/activiti-people.component.html +++ b/ng2-components/ng2-activiti-tasklist/src/components/activiti-people.component.html @@ -31,6 +31,8 @@
- +
diff --git a/ng2-components/ng2-activiti-tasklist/src/i18n/en.json b/ng2-components/ng2-activiti-tasklist/src/i18n/en.json index 2b662dfe4d..f01705e4a9 100644 --- a/ng2-components/ng2-activiti-tasklist/src/i18n/en.json +++ b/ng2-components/ng2-activiti-tasklist/src/i18n/en.json @@ -1,76 +1,79 @@ { - "TASK_LIST": { - "MESSAGES": { - "NONE": "No tasks list found." - } - }, - "TASK_DETAILS": { - "LABELS": { - "ASSIGNEE": "Assignee", - "DUE": "Due", - "FORM": "Form", - "PEOPLE": "People", - "COMMENTS": "Comments", - "CHECKLIST": "Checklist" + "TASK_LIST": { + "MESSAGES": { + "NONE": "No tasks list found." + } }, - "BUTTON": { - "COMPLETE": "Complete" - }, - "MESSAGES": { - "NONE": "No task details found." - }, - "FORM": { - "NONE": "No form." - }, - "DUE": { - "NONE": "No due date." - }, - "ASSIGNEE": { - "NONE": "No assignee." - }, - "PEOPLE": { - "NONE": "No people involved." - }, - "COMMENTS": { - "NONE": "No comments.", - "ADD": "Add a comment", - "DIALOG": { - "TITLE": "New comment", + "TASK_DETAILS": { "LABELS": { - "MESSAGE": "Message" + "ASSIGNEE": "Assignee", + "DUE": "Due", + "FORM": "Form", + "PEOPLE": "People", + "COMMENTS": "Comments", + "CHECKLIST": "Checklist" }, "BUTTON": { - "ADD": "Add Comment", - "CANCEL": "Cancel" + "COMPLETE": "Complete" + }, + "MESSAGES": { + "NONE": "No task details found." + }, + "FORM": { + "NONE": "No form." + }, + "DUE": { + "NONE": "No due date." + }, + "ASSIGNEE": { + "NONE": "No assignee." + }, + "PEOPLE": { + "NONE": "No people involved." + }, + "COMMENTS": { + "NONE": "No comments.", + "ADD": "Add a comment", + "DIALOG": { + "TITLE": "New comment", + "LABELS": { + "MESSAGE": "Message" + }, + "BUTTON": { + "ADD": "Add Comment", + "CANCEL": "Cancel" + } + } + }, + "CHECKLIST": { + "NONE": "No checklist." + }, + "ERROR": { + "TITLE": "Something went wrong", + "DESCRIPTION": "Could not complete the specified action. Please try again or check that you have permission.", + "CLOSE": "Close" } - } }, - "CHECKLIST": { - "NONE": "No checklist." + "TASK_FILTERS": { + "MESSAGES": { + "NONE": "No task filter selected." + } }, - "ERROR": { - "TITLE": "Something went wrong", - "DESCRIPTION": "Could not complete the specified action. Please try again or check that you have permission.", - "CLOSE": "Close" + "START_TASK": { + "BUTTON": "Start Task", + "DIALOG": { + "TITLE": "Start Task", + "LABEL": { + "NAME": "Name", + "DESCRIPTION": "Description" + }, + "ACTION": { + "START": "Start", + "CANCEL": "Cancel" + } + } + }, + "PEOPLE": { + "DIALOG_CLOSE": "CLOSE" } - }, - "TASK_FILTERS": { - "MESSAGES": { - "NONE": "No task filter selected." - } - }, - "START_TASK": { - "BUTTON": "Start Task", - "DIALOG": { - "TITLE": "Start Task", - "LABEL": { - "NAME": "Name", - "DESCRIPTION": "Description" - }, - "ACTION": { - "START": "Start", - "CANCEL": "Cancel" - } - } - } } diff --git a/ng2-components/ng2-activiti-tasklist/src/i18n/it.json b/ng2-components/ng2-activiti-tasklist/src/i18n/it.json index 66528d70dc..f75fe405d4 100644 --- a/ng2-components/ng2-activiti-tasklist/src/i18n/it.json +++ b/ng2-components/ng2-activiti-tasklist/src/i18n/it.json @@ -1,31 +1,34 @@ { - "TASK_LIST": { - "MESSAGES": { - "NONE": "Nessuna lista tasks trovata." - } - }, - "TASK_DETAILS": { - "LABELS": { - "ASSIGNEE": "Assegnatario", - "DUE": "Scadenza", - "FORM": "Form", - "PEOPLE": "Persone", - "COMMENTS": "Commenti", - "CHECKLIST": "Checklist" + "TASK_LIST": { + "MESSAGES": { + "NONE": "Nessuna lista tasks trovata." + } }, - "MESSAGES": { - "NONE": "Nessun dettaglio task trovato." + "TASK_DETAILS": { + "LABELS": { + "ASSIGNEE": "Assegnatario", + "DUE": "Scadenza", + "FORM": "Form", + "PEOPLE": "Persone", + "COMMENTS": "Commenti", + "CHECKLIST": "Checklist" + }, + "MESSAGES": { + "NONE": "Nessun dettaglio task trovato." + }, + "FORM": { + "NONE": "Nessuna form." + }, + "DUE": { + "NONE": "Nessuna data di scadenza." + } }, - "FORM": { - "NONE": "Nessuna form." + "TASK_FILTERS": { + "MESSAGES": { + "NONE": "Nessun filtro task selezionato." + } }, - "DUE": { - "NONE": "Nessuna data di scadenza." + "PEOPLE": { + "DIALOG_CLOSE": "CHIUDI" } - }, - "TASK_FILTERS": { - "MESSAGES": { - "NONE": "Nessun filtro task selezionato." - } - } }