Fixed german translation #232

This commit is contained in:
Sven Heidemann 2023-03-05 21:37:59 +01:00
parent 23b7e4f59c
commit a510cf731f
4 changed files with 2 additions and 5 deletions

View File

@ -33,7 +33,6 @@ export class FooterComponent implements OnInit {
})) }))
.subscribe(version => { .subscribe(version => {
this.spinnerService.hideSpinner(); this.spinnerService.hideSpinner();
console.log('V', version)
this.backendVersion = new SoftwareVersion( this.backendVersion = new SoftwareVersion(
version.major, version.major,
version.minor, version.minor,

View File

@ -37,7 +37,6 @@ export class ForgetPasswordComponent implements OnInit {
) { } ) { }
ngOnInit(): void { ngOnInit(): void {
console.log('test');
this.spinnerService.showSpinner(); this.spinnerService.showSpinner();
this.authService.isUserLoggedInAsync().then(result => { this.authService.isUserLoggedInAsync().then(result => {
if (result) { if (result) {

View File

@ -83,7 +83,6 @@ export class LoginComponent implements OnInit {
return throwError(() => err); return throwError(() => err);
})).subscribe(token => { })).subscribe(token => {
if (token.firstLogin) { if (token.firstLogin) {
console.log(1, this.authService.getEMailFromDecodedToken(this.authService.getDecodedToken(token)))
this.confirmDialog.confirmDialog( this.confirmDialog.confirmDialog(
this.translate.instant( this.translate.instant(
"auth.login.message.confirm_email"), "auth.login.message.confirm_email"),

View File

@ -33,7 +33,7 @@
}, },
"settings": { "settings": {
"email": { "email": {
"email_address": "E-Mail Adresse", "email_address": "E-Mail-Adresse",
"header": "E-Mail", "header": "E-Mail",
"host": "Host", "host": "Host",
"port": "Port", "port": "Port",
@ -94,7 +94,7 @@
"password_required": "Passwort benötigt", "password_required": "Passwort benötigt",
"register": "Registrieren", "register": "Registrieren",
"user_not_found": "Benutzer nicht gefunden", "user_not_found": "Benutzer nicht gefunden",
"wrong_password": "Falsches passwort" "wrong_password": "Falsches Passwort"
}, },
"register": { "register": {
"email_required": "E-Mail benötigt", "email_required": "E-Mail benötigt",