From 2c80a98c9d570ca59656927449d25e2053a46447 Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Fri, 18 Apr 2025 20:17:53 +0200 Subject: [PATCH] Create en.json --- messages/en.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 messages/en.json 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" + } +}