Create en.json

This commit is contained in:
Marvin 2025-04-18 20:17:53 +02:00 committed by GitHub
parent 8c7066a4fb
commit 2c80a98c9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
messages/en.json Normal file
View file

@ -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"
}
}