i18n: internationalize required error

This commit is contained in:
Stavros
2025-07-15 02:15:17 +03:00
parent f25ab72747
commit 5854d973ea
4 changed files with 20 additions and 2 deletions

View File

@@ -51,5 +51,7 @@
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
"errorTitle": "An error occurred",
"errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.",
"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable."
"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
"fieldRequired": "This field is required",
"invalidInput": "Invalid input"
}