Foxnouns.NET/Foxnouns.Frontend/public/locales/en.json

43 lines
1.5 KiB
JSON
Raw Normal View History

2024-09-10 20:33:22 +02:00
{
2024-09-11 19:13:54 +02:00
"error": {
"heading": "An error occurred",
"errors": {
"authentication-error": "There was an error validating your credentials.",
"authentication-required": "You need to log in.",
"bad-request": "Server rejected your input, please check anything for errors.",
"forbidden": "You are not allowed to perform that action.",
"generic-error": "An unknown error occurred.",
"internal-server-error": "Server experienced an internal error, please try again later.",
"member-not-found": "Member not found, please check your spelling and try again.",
"user-not-found": "User not found, please check your spelling and try again."
},
"title": "Error"
},
2024-09-10 20:33:22 +02:00
"navbar": {
"view-profile": "View profile",
"settings": "Settings",
"log-out": "Log out",
"log-in": "Log in or sign up",
"theme": "Theme",
"theme-auto": "Automatic",
"theme-dark": "Dark",
"theme-light": "Light"
2024-09-10 21:24:40 +02:00
},
"log-in": {
"title": "Log in",
2024-09-11 19:13:54 +02:00
"form-title": "Log in with email",
2024-09-10 21:24:40 +02:00
"email": "Email address",
"password": "Password",
2024-09-11 19:13:54 +02:00
"log-in-button": "Log in",
"register-with-email": "Register with email",
"3rd-party": {
"title": "Log in with another service",
"desc": "If you prefer, you can also log in with one of these services:",
"discord": "Log in with Discord",
"google": "Log in with Google",
"tumblr": "Log in with Tumblr"
},
"invalid-credentials": "Invalid email address or password, please check your spelling and try again."
2024-09-10 20:33:22 +02:00
}
}