Project

General

Profile

1

    
2
/* Service Down Messages */
3
export const noServiceMessage = 'The service is not available at the moment!';
4

    
5

    
6
/* Loading Repositories Messages */
7
export const reposRetrievalError = 'The repositories can not be retrieved at the moment!';
8
export const noRepositoriesFound = 'No Datasources were found';
9
export const noRepositoriesRegistered = 'No Datasources are registered under your account';
10
export const loadingReposMessage = 'Retrieving repositories ...';
11
export const noRepositoryChosenMsg = 'You need to select a repository first!';
12

    
13
/* Forms evaluation Messages */
14
export const formInfoLoading = 'Loading information';
15
export const formErrorRequiredFields = 'You need to fill in all the fields with (*)';
16
export const formSuccessUpdatedRepo = 'The datasource was updated successfully!';
17
export const formSuccessRegisteredDatasource = 'The datasource was registered successfully';
18
export const formSuccessAddedInterface = 'The interface was added successfully!';
19
export const formSuccessUpdatedInterface = 'The interface was updated successfully!';
(3-3/6)