Übersetzungen in Front und Backend aufräumen #232 #237
@ -33,7 +33,6 @@ export class FooterComponent implements OnInit {
|
||||
}))
|
||||
.subscribe(version => {
|
||||
this.spinnerService.hideSpinner();
|
||||
console.log('V', version)
|
||||
this.backendVersion = new SoftwareVersion(
|
||||
version.major,
|
||||
version.minor,
|
||||
|
@ -37,7 +37,6 @@ export class ForgetPasswordComponent implements OnInit {
|
||||
) { }
|
||||
|
||||
ngOnInit(): void {
|
||||
console.log('test');
|
||||
this.spinnerService.showSpinner();
|
||||
this.authService.isUserLoggedInAsync().then(result => {
|
||||
if (result) {
|
||||
|
@ -83,7 +83,6 @@ export class LoginComponent implements OnInit {
|
||||
return throwError(() => err);
|
||||
})).subscribe(token => {
|
||||
if (token.firstLogin) {
|
||||
console.log(1, this.authService.getEMailFromDecodedToken(this.authService.getDecodedToken(token)))
|
||||
this.confirmDialog.confirmDialog(
|
||||
this.translate.instant(
|
||||
"auth.login.message.confirm_email"),
|
||||
|
@ -33,7 +33,7 @@
|
||||
},
|
||||
"settings": {
|
||||
"email": {
|
||||
"email_address": "E-Mail Adresse",
|
||||
"email_address": "E-Mail-Adresse",
|
||||
Ebola-Chan marked this conversation as resolved
Outdated
|
||||
"header": "E-Mail",
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
@ -94,7 +94,7 @@
|
||||
"password_required": "Passwort benötigt",
|
||||
edraft marked this conversation as resolved
Ebola-Chan
commented
Evtl.:
Evtl.:
```json
"password_required": "Passwort wird benötigt",
```
|
||||
"register": "Registrieren",
|
||||
"user_not_found": "Benutzer nicht gefunden",
|
||||
"wrong_password": "Falsches passwort"
|
||||
"wrong_password": "Falsches Passwort"
|
||||
Ebola-Chan
commented
"Passwort" groß.
"Passwort" groß.
Hier zum Kopieren:
```json
"wrong_password": "Falsches Passwort"
```
|
||||
},
|
||||
"register": {
|
||||
"email_required": "E-Mail benötigt",
|
||||
edraft marked this conversation as resolved
Ebola-Chan
commented
Evtl hier auch wieder
Evtl hier auch wieder
```json
"email_required": "E-Mail-Adresse benötigt",
```
|
||||
|
Loading…
Reference in New Issue
Block a user
"E-Mail-Adresse"
Hier zum Kopieren:
"E-Mail-Adresse" damit es ein Wort ist