diff --git a/messages/en.json b/messages/en.json new file mode 100644 index 00000000..03d04694 --- /dev/null +++ b/messages/en.json @@ -0,0 +1,17 @@ +{ + "AuthenticationSite": { + "PoweredBy": "Powered by [Pangolin](https://github.com/fosrl/pangolin)", + "AuthenticationRequired": "Authentication Required", + "ChooseMethod": "Choose your preferred method to access {resource}", + "PIN": "PIN", + "User": "User", + "PinCodeLabel": "6-digit PIN Code", + "LoginWithPIN": "Login in with PIN", + "Email": "Email", + "EnterEmail": "Enter your email", + "Password": "Password", + "EnterPassword": "Enter your password", + "ForgotPassword": "Forgot your password?", + "Login": "Log in" + } +}