aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/src/js/i18n/locales/en.js
blob: d8fea40ff3cb7601c8d88edd386f05977e348a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.',
    project: {
      details: {
        about: 'About {{name}}',
        repo: 'Repositories:',
        tech: 'Technologies:',
      },
    },
  },
  footer: {
    license: 'License MIT',
  },
};

export default en;