add multi lang
This commit is contained in:
2026-07-11 20:03:15 +02:00
parent f0813894a8
commit ae3b435b51
116 changed files with 1543 additions and 484 deletions

View File

@@ -0,0 +1,12 @@
{
"passwordMismatch": "Passwords don't match",
"invalidLinkTitle": "Invalid link",
"invalidLinkMessage": "The password reset token is missing. Request a new link.",
"requestNewLink": "Reset password",
"title": "Set a new password",
"done": "Your password has been changed. Redirecting to login…",
"newPasswordPlaceholder": "New password (min. 6 characters)",
"confirmPasswordPlaceholder": "Repeat new password",
"saving": "Saving…",
"submit": "Set new password"
}