Fixed german translation #232
This commit is contained in:
parent
23b7e4f59c
commit
a510cf731f
@ -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,
|
||||||
|
@ -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) {
|
||||||
|
@ -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"),
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user