Revision 50504
Added by Myrto Koukouli over 5 years ago
shared-messages.ts | ||
---|---|---|
7 | 7 |
export const loadingUserRepoInfoError = "Failed to load information on your registered repositories"; |
8 | 8 |
export const loadingUserRepoInfoEmpty = "You have not yet registered any repository"; |
9 | 9 |
|
10 |
|
|
11 | 10 |
/* Loading Repositories Messages */ |
12 |
export const reposRetrievalError = 'The repositories can not be retrieved at the moment!';
|
|
11 |
export const reposRetrievalError = 'The repositories can not be retrieved at the moment'; |
|
13 | 12 |
export const noRepositoriesFound = 'No Datasources were found'; |
14 | 13 |
export const noRepositoriesRegistered = 'No Datasources are registered under your account'; |
15 | 14 |
export const loadingReposMessage = 'Retrieving repositories ...'; |
16 | 15 |
export const noRepositoryChosenMsg = 'You need to select a repository first!'; |
17 | 16 |
|
17 |
/* Loading Rules Messages */ |
|
18 |
export const loadingRuleSets = 'Retrieving sets of rules ...'; |
|
19 |
export const loadingRuleSetsError = 'The rule sets can not be retrieved at the moment'; |
|
20 |
export const noRuleSets = 'No rule sets were found'; |
|
21 |
|
|
18 | 22 |
/* Loading Topics Messages */ |
19 | 23 |
export const loadingTopics = 'Loading topics for your datasource'; |
20 | 24 |
export const loadingTopicsError = 'Failed to load the topics for your datasource'; |
Also available in: Unified diff
almost finished compatibility-validate-guidelines