✨ feat(profile): Update localization strings and enhance third-party account binding
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"accountSettings": {
|
||||
"accountSettings": "Ustawienia konta",
|
||||
"loginPassword": "Hasło do logowania",
|
||||
"newPassword": "Nowe hasło",
|
||||
"passwordMismatch": "Wprowadzone hasła nie są zgodne",
|
||||
"repeatNewPassword": "Powtórz nowe hasło",
|
||||
@@ -9,21 +8,64 @@
|
||||
"updateSuccess": "Aktualizacja zakończona sukcesem"
|
||||
},
|
||||
"notify": {
|
||||
"balanceChange": "Zmiana salda",
|
||||
"bind": "Przejdź do wiązania",
|
||||
"channels": "Kanały powiadomień",
|
||||
"emailNotification": "Powiadomienie e-mail",
|
||||
"finance": "Finanse",
|
||||
"login": "Zaloguj się",
|
||||
"notificationSettings": "Ustawienia powiadomień",
|
||||
"telegramId": "Telegram ID",
|
||||
"notificationTypes": "Typy powiadomień",
|
||||
"save": "Zapisz zmiany",
|
||||
"subscribe": "Subskrybuj",
|
||||
"telegramIdPlaceholder": "Wprowadź Telegram ID",
|
||||
"telegramNotification": "Powiadomienie Telegram",
|
||||
"unbind": "Odwiąż",
|
||||
"updateSuccess": "Aktualizacja zakończona sukcesem"
|
||||
},
|
||||
"notifyEvent": {
|
||||
"balanceChange": "Zmiana salda",
|
||||
"finance": "Finanse",
|
||||
"login": "Logowanie",
|
||||
"notificationEvents": "Wydarzenia powiadomień",
|
||||
"subscribe": "Subskrybuj",
|
||||
"thirdParty": {
|
||||
"apple": {
|
||||
"description": "Zaloguj się za pomocą Apple"
|
||||
},
|
||||
"bind": "Połącz",
|
||||
"bindFailed": "Nie udało się połączyć",
|
||||
"bindMobile": "Połącz telefon komórkowy",
|
||||
"bindSuccess": "Pomyślnie połączono",
|
||||
"change": "Zmień",
|
||||
"confirm": "Potwierdź",
|
||||
"email": {
|
||||
"description": "Połącz swój adres e-mail",
|
||||
"invalid": "Proszę wprowadzić prawidłowy adres e-mail",
|
||||
"placeholder": "Wprowadź swój adres e-mail",
|
||||
"title": "Zmień adres e-mail"
|
||||
},
|
||||
"facebook": {
|
||||
"description": "Zaloguj się za pomocą Facebooka"
|
||||
},
|
||||
"github": {
|
||||
"description": "Zaloguj się za pomocą GitHub"
|
||||
},
|
||||
"google": {
|
||||
"description": "Zaloguj się za pomocą Google"
|
||||
},
|
||||
"mobile": {
|
||||
"description": "Połącz swój numer komórkowy",
|
||||
"invalid": "Proszę wprowadzić prawidłowy numer komórkowy",
|
||||
"placeholder": "Wprowadź swój numer komórkowy",
|
||||
"title": "Zmień numer telefonu komórkowego"
|
||||
},
|
||||
"phone": {
|
||||
"description": "Połącz swój numer telefonu",
|
||||
"placeholder": "Wprowadź swój numer telefonu",
|
||||
"title": "Zmień numer telefonu"
|
||||
},
|
||||
"save": "Zapisz",
|
||||
"telegram": {
|
||||
"description": "Zaloguj się za pomocą Telegramu"
|
||||
},
|
||||
"title": "Połączone konta",
|
||||
"unbind": "Rozłącz",
|
||||
"update": "Aktualizuj",
|
||||
"updateSuccess": "Aktualizacja zakończona sukcesem"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user