add new constants
This commit is contained in:
@@ -50,13 +50,13 @@ export const orderMessages = {
|
|||||||
SYSTEM_ALLOWED_LANGUAGES_EMPTY: 'There are no languages added in the system.',
|
SYSTEM_ALLOWED_LANGUAGES_EMPTY: 'There are no languages added in the system.',
|
||||||
ALLOWED_LANGUAGE: 'Allowed languages are:',
|
ALLOWED_LANGUAGE: 'Allowed languages are:',
|
||||||
ALLOWED_LANGUAGE_ERROR: 'There was an error while trying to detect the language:',
|
ALLOWED_LANGUAGE_ERROR: 'There was an error while trying to detect the language:',
|
||||||
SERVER_ERROR: 'There seems to be a problem and the comment was not added!',
|
ERROR_ADDING_COMMENT: 'There seems to be a problem and the comment was not added!',
|
||||||
ORDER_COMMENT_ADDED: 'Order comment updated!',
|
ORDER_COMMENT_ADDED: 'Order comment updated!',
|
||||||
FILE_UPLOADED : 'File has been uploaded and needs to be validated!',
|
FILE_UPLOADED : 'File has been uploaded and needs to be validated!',
|
||||||
NOT_UPLOADED : 'There seems to be a problem and the file was not uploaded!',
|
NOT_UPLOADED : 'There seems to be a problem and the file was not uploaded!',
|
||||||
RE_UPLOAD_MAIL : 'Notify mail has been sent!',
|
RE_UPLOAD_MAIL : 'Notify mail has been sent!',
|
||||||
ACCEPTANCE_NOT_UPDATED : 'Acceptance status not updated!',
|
ACCEPTANCE_NOT_UPDATED : 'Acceptance status not updated!',
|
||||||
ACCEPTANCE_NOT_UPLOADED: 'You need to uploade the acceptance document before you can agree with the installation!',
|
ACCEPTANCE_NOT_UPLOADED: 'You need to upload the acceptance document before you can agree with the installation!',
|
||||||
DECLINE_REASON_EMPTY : 'Please describe what is not to your satisfaction.',
|
DECLINE_REASON_EMPTY : 'Please describe what is not to your satisfaction.',
|
||||||
INSTALLATION_DECLINED : 'The implementation is not satisfactory.',
|
INSTALLATION_DECLINED : 'The implementation is not satisfactory.',
|
||||||
ERROR_MAIL_SENT : 'Notify mail was not sent!',
|
ERROR_MAIL_SENT : 'Notify mail was not sent!',
|
||||||
@@ -81,7 +81,12 @@ export const orderMessages = {
|
|||||||
EMPTY_VALUE: 'Field required: ',
|
EMPTY_VALUE: 'Field required: ',
|
||||||
INSTALLATION_ACCEPTED: 'The implementation has been accepted!',
|
INSTALLATION_ACCEPTED: 'The implementation has been accepted!',
|
||||||
ID_ORDER_NOT_SET: 'The id of the order is not set',
|
ID_ORDER_NOT_SET: 'The id of the order is not set',
|
||||||
SUPPORT_MAIL_SENT: 'Support mail sent!'
|
SUPPORT_MAIL_SENT: 'Support mail sent!',
|
||||||
|
|
||||||
|
NO_FILES_UPLOADED: 'You need to upload the acceptance document',
|
||||||
|
INTERNAL_SERVER_ERROR: 'Error occured. Please try again',
|
||||||
|
ACCEPTANCE_STATUS_MISSING: 'Acceptance action not selected'
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const orderTexts = {
|
export const orderTexts = {
|
||||||
|
|||||||
Reference in New Issue
Block a user