added translations to Account

This commit is contained in:
slsa275
2025-06-16 15:40:53 +02:00
parent 55d3221e6f
commit 78491e9f3c
3 changed files with 198 additions and 195 deletions

View File

@@ -119,5 +119,7 @@
"loading": "Lädt…",
"register": "Registrieren",
"backToLogin": "Zurück zum Login",
"noAccountRegister": "Noch kein Konto? Registrieren"
"noAccountRegister": "Noch kein Konto? Registrieren.",
"delete": "Löschen",
"pleaseEnterPassword": "Bitte Passwort eingeben"
}

View File

@@ -119,5 +119,7 @@
"loading": "Loading…",
"register": "Register",
"backToLogin": "Back to login",
"noAccountRegister": "Dont have an account? Register"
"noAccountRegister": "Dont have an account? Register.",
"delete": "Delete",
"pleaseEnterPassword": "Please enter password"
}

View File

@@ -237,4 +237,3 @@ import {
</Box>
);
}