New Crowdin updates (#1457)

This commit is contained in:
Thomas Camlong
2023-10-22 18:00:47 +02:00
committed by GitHub
parent f8dfa0d7f0
commit fe0b34a6e4
90 changed files with 593 additions and 571 deletions

View File

@@ -1,7 +1,7 @@
{
"metaTitle": "",
"title": "",
"text": "",
"metaTitle": "Utwórz konto",
"title": "Utwórz konto",
"text": "Zdefiniuj swoje dane logowania poniżej",
"form": {
"fields": {
"username": {
@@ -11,25 +11,25 @@
"label": "Hasło"
},
"passwordConfirmation": {
"label": ""
"label": "Potwierdź hasło"
}
},
"buttons": {
"submit": ""
"submit": "Utwórz konto"
}
},
"notifications": {
"loading": {
"title": "",
"text": ""
"title": "Tworzenie konta",
"text": "Proszę czekać"
},
"success": {
"title": "",
"text": ""
"title": "Utworzono konto",
"text": "Twoje konto zostało utworzone"
},
"error": {
"title": "Błąd",
"text": ""
"text": "Coś poszło nie tak, otrzymano następujący błąd: {{error}}"
}
}
}

View File

@@ -1,7 +1,7 @@
{
"metaTitle": "",
"metaTitle": "Zaloguj się",
"title": "Witaj ponownie!",
"text": "",
"text": "Wprowadź swoje dane logowania",
"form": {
"fields": {
"username": {
@@ -14,7 +14,7 @@
"buttons": {
"submit": "Zaloguj się"
},
"afterLoginRedirection": ""
"afterLoginRedirection": "Po zalogowaniu nastąpi przekierowanie na stronę {{url}}"
},
"alert": ""
"alert": "Twoje dane logowania są nieprawidłowe lub to konto nie istnieje. Spróbuj ponownie."
}