{
    "default" : {
        "0" : "Command not found : %command%",
        "1" : "gina: argument(s) mismatch !\nTry this to get help: gina -h",
        "2" : "Argument not found : %arg%"
    },
    "basic": {
        "0" : "basic.help.txt",
        "1" : "no argument found",
        "2" : "illegal option",
        "4" : "Gina Project v",
        "5" : "Gina Framework not found! Please visite http://www.gina.io/ to get the latest version or try to run : npm install gina"
    },
    "app" : {
        "1" : "%option%: option not found",
        "2" : "Type %type% not found in command: %command%",
        "3" : "Check documentation for the right syntax.\nSample command:\n$ gina --start <app_name> <env>",
        "4" : "Bundle [%app%] not found. May be a problem with your build."
    }
}
