contentz-tech/build

View on GitHub
src/messages/en.json

Summary

Maintainability
Test Coverage
{
  "patreon": {
    "first": "Do you like my content?",
    "link": "Become a Patreon and help me continue writing!"
  },
  "links": { "title": "Shared Links" },
  "slides": { "title": "Talks" },
  "header": {
    "mainLinkDescription": "Go back to articles list",
    "articles": "Articles",
    "links": "Links",
    "slides": "Talks",
    "resume": "CV"
  },
  "footer": { "editOnGitHub": "Edit it on GitHub" },
  "lead": { "postedOn": "Posted on " },
  "error": {
    "title": "Error 404",
    "description": "The page, article or slide you have tried to access was not found",
    "goHome": "Go to the Home",
    "goArticles": "Go to the list of Articles",
    "goLinks": "Go to the list of Shared Links",
    "goSlides": "Go to the list of Talks"
  },
  "archive": {
    "title": "Articles",
    "description": "List of articles of ${config.title}"
  },
  "canonicalUrl": { "copy": "Originally published at " },
  "translated": {
    "from": "Translated from ",
    "to": "Translated to ",
    "separator": ", ",
    "lastSeparator": " and "
  },
  "readNext": {
    "copy": "Read next: "
  }
}