xxphantom/frontend-project-lvl3

View on GitHub
src/locales/en.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  feedsTitle: 'Feeds',
  postsTitle: 'Posts',
  preview: 'Preview',
  errors: {
    badURL: 'Check if the URL is entered correctly',
    addedAlready: 'This source has already been added to the feed list',
    parseError: 'The resource does not contain a valid RSS',
    networkError: 'Network error',
    unknownError: 'Something went wrong',
  },
  feedback: {
    success: 'RSS loaded successfully',
  },
};