Translate app to English

This commit is contained in:
2023-01-12 14:47:38 +01:00
parent 44ca2401e0
commit 2bd858501d
8 changed files with 32 additions and 37 deletions

View File

@@ -76,7 +76,7 @@ export class LoginPageComponent implements OnInit {
if (e.status === 401) {
this.ngZone$.run(() => {
this.notifications$.add({
text: "Użytkownik nie istnieje w bazie danych aplikacji DiunaBI.",
text: "User not exists in DiunaBI database.",
btn: "OK",
duration: 15000
});
@@ -84,7 +84,7 @@ export class LoginPageComponent implements OnInit {
} else {
this.ngZone$.run(() => {
this.notifications$.add({
text: "Błąd połączenia z serwerem. Skontaktuj się z administratorem.",
text: "DiunaBI server not responsed.",
btn: "OK",
duration: 15000
});