mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-14 12:25:14 +00:00
15 lines
500 B
TypeScript
15 lines
500 B
TypeScript
export const locale = {
|
|
lang: 'en',
|
|
data: {
|
|
'MAIL': {
|
|
'COMPOSE' : 'COMPOSE',
|
|
'FOLDERS' : 'FOLDERS',
|
|
'FILTERS' : 'FILTERS',
|
|
'LABELS' : 'LABELS',
|
|
'NO_MESSAGES' : 'There are no messages!',
|
|
'SELECT_A_MESSAGE_TO_READ': 'Select a message to read',
|
|
'SEARCH_PLACEHOLDER' : 'Search for an e-mail or contact'
|
|
}
|
|
}
|
|
};
|