alex030293/mean-boilerplate

View on GitHub
bin/locales/en-US/translation.json

Summary

Maintainability
Test Coverage
{
  "app": {
    "name": "fruit manager"
  },
  "creator": {
    "firstname": "Alejandro",
    "lastname": "Martin"
  },
  "layout":{
    "navbar":{
      "title": "fruit manager",
      "exit": "exit",
      "add": "add fruit"
    },
    "footer":{
      "about": "contact",
      "text": "<a href=\"http://alex030293.com\">alex030293</a> &copy; 2016"
    }
  },
  "index":{
    "title": "fruit manager",
    "login": {
      "title": "Hello!",
      "username": "User",
      "password": "Password",
      "forget": "Forgot your password?",
      "submit": "Send"
    },
    "card":{
        "save": "save",
        "delete": "delete",
        "name": "Name",
        "description": "Description",
        "price": "Price ยข/kg"
    },
    "table":{
        "name": "Name",
        "description": "Description",
        "price": "Price $/kg",
        "date":  "Date"
    }
  }
}