This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
audits.json 529 B
Newer Older
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
{
  "audits": {
    "title": "Audits",
    "filter": {
      "title": "Filter per date",
      "from": "from",
      "to": "to",
      "button": {
        "weeks": "Weeks",
        "today": "today",
        "clear": "clear",
        "close": "close"
      }
    },
    "table": {
      "header": {
        "principal": "User",
        "date": "Date",
        "status": "State",
        "data": "Extra data"
      },
      "data": {
        "remoteAddress": "Remote Address:"
      }
    },
    "notFound": "No audit found"
  }
}