Initial commit

This commit is contained in:
2026-04-17 23:26:01 +00:00
commit 2ea4ca5d52
409 changed files with 63459 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"mailSubject": {
"authAlert": "Anmeldung von einem neuen Standort",
"emailChange": "Bestätige deine neue {{.appName}}-E-Mail-Adresse",
"otp": "Einmalpasswort für {{.appName}}",
"passwortReset": "Setze dein {{.appName}}-Passwort zurück",
"verification": "Bestätige deine {{.appName}}-E-Mail-Adresse"
},
"resetCounter": {
"title": "Zähler zurückgesetzt",
"body": "Ihr Zähler wurde auf null zurückgesetzt."
}
}

View File

@@ -0,0 +1,13 @@
{
"mailSubject": {
"authAlert": "Login from a new location",
"emailChange": "Confirm your {{.appName}} new email address",
"otp": "OTP for {{.appName}}",
"passwortReset": "Reset your {{.appName}} password",
"verification": "Verify your {{.appName}} email"
},
"resetCounter": {
"title": "Counter reset",
"body": "Your counter has been reset to zero."
}
}