export default {
    'info.title.success': 'Successful Result',
    'info.title.info': 'Processing Results',
    'info.title.warning': 'Warning Result',
    'info.title.403': '403',
    'info.title.404': '404',
    'info.title.500': '500',
    'info.title.error': 'Error',
    'info.button.back': 'Back Home',
    'info.button.backHome': 'Back to home',
    'info.button.refresh': 'Refresh',
    'info.subTitle.success': 'Successfully loaded page',
    'info.subTitle.info': 'Loading page processing results',
    'info.subTitle.warning': 'There are some problems with your operation.',
    'info.subTitle.403': 'Sorry, you are not authorized to access this page.',
    'info.subTitle.404': 'Sorry, the page you visited not found.',
    'info.subTitle.500': 'Sorry, the page you visited does not exist.',
    'info.subTitle.error':
        'Sorry, the page you visited does not exist.',
};