{
    "notify": {
        "cancel-rob": "You stopped robbing the register",
        "cooldown": "This seems like a bad idea - I should wait",
        "no-police": "There are not enough police in the city",
        "missing-item": "I think this would be easier if I had a tool",
        "item-broke": "You broke the lockpick and failed to open the register",
        "failed-hack": "You failed hacking into the computer",
        "wrong-pin": "This doesn't seem right.. it's still locked",
        "failed-limit": "You failed too many times and failed to rob the store"
    },
    "target": {
        "register": "Rob register",
        "computer": "Login",
        "safe": "Unlock"
    },
    "alerts": {
        "note": {
            "header": "Note Found",
            "content": "You found an interesting note under the register with nothing but the following numbers written on it: %s"
        },
        "hack": {
            "header": "Code Exposed",
            "content": "You successfully hacked the computer and find the following code: %s"
        }
    },
    "inputs": {
        "questions": {
            "header": "Security Questions"
        },
        "safe": {
            "header": "Store Safe",
            "label": "Enter PIN",
            "desc": "Input the PIN to unlock the safe",
            "placeholder": "1234"
        }
    },
    "logs": {
        "register-robbed-title": "Register Robbed",
        "register-robbed-message": "%s (identifier: %s) has successfully robbed a register for %s",
        "safe-robbed-title": "Safe Robbed",
        "safe-robbed-message": "%s (identifier: %s) has successfully robbed a safe for %s"
    }
}