const en = { branding: { description: 'Front-end developer', }, nav: { title: 'Apps list:', }, main: { instructions: 'Select an app inside menu to see a live preview and app details (description, technologies, repositories).', project: { details: { about: 'About {{name}}', repo: { one: 'Repository:', other: 'Repositories:', zero: 'Repositories:', }, tech: { one: 'Technology:', other: 'Technologies:', zero: 'Technologies:', }, }, }, }, footer: { legalNotice: { txt: 'Legal notice', link: 'legal-notice.php', }, license: 'License MIT', }, }; export default en;