Update Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
759607a44a
commit
a68a00dbd4
|
@ -114,7 +114,7 @@ const AvatarSelectionStep = ({ onNext }: { onNext: () => void }) => {
|
|||
<Stack justifyContent='center' space={2}>
|
||||
<Button block theme='primary' type='button' onClick={onNext} disabled={isDefault && isDisabled || isSubmitting}>
|
||||
{isSubmitting ? (
|
||||
<FormattedMessage id='onboarding.saving' defaultMessage='Saving...' />
|
||||
<FormattedMessage id='onboarding.saving' defaultMessage='Saving…' />
|
||||
) : (
|
||||
<FormattedMessage id='onboarding.next' defaultMessage='Next' />
|
||||
)}
|
||||
|
|
|
@ -65,7 +65,7 @@ const BioStep = ({ onNext }: { onNext: () => void }) => {
|
|||
>
|
||||
<Textarea
|
||||
onChange={(event) => setValue(event.target.value)}
|
||||
placeholder='Tell the world a little about yourself...'
|
||||
placeholder='Tell the world a little about yourself…'
|
||||
value={value}
|
||||
maxLength={500}
|
||||
/>
|
||||
|
@ -82,7 +82,7 @@ const BioStep = ({ onNext }: { onNext: () => void }) => {
|
|||
onClick={handleSubmit}
|
||||
>
|
||||
{isSubmitting ? (
|
||||
<FormattedMessage id='onboarding.saving' defaultMessage='Saving...' />
|
||||
<FormattedMessage id='onboarding.saving' defaultMessage='Saving…' />
|
||||
) : (
|
||||
<FormattedMessage id='onboarding.next' defaultMessage='Next' />
|
||||
)}
|
||||
|
|
|
@ -135,7 +135,7 @@ const CoverPhotoSelectionStep = ({ onNext }: { onNext: () => void }) => {
|
|||
|
||||
<Stack justifyContent='center' space={2}>
|
||||
<Button block theme='primary' type='button' onClick={onNext} disabled={isDefault && isDisabled || isSubmitting}>
|
||||
{isSubmitting ? 'Saving...' : 'Next'}
|
||||
{isSubmitting ? 'Saving…' : 'Next'}
|
||||
</Button>
|
||||
|
||||
{isDisabled && (
|
||||
|
|
|
@ -87,7 +87,7 @@ const DisplayNameStep = ({ onNext }: { onNext: () => void }) => {
|
|||
disabled={isDisabled || isSubmitting}
|
||||
onClick={handleSubmit}
|
||||
>
|
||||
{isSubmitting ? 'Saving...' : 'Next'}
|
||||
{isSubmitting ? 'Saving…' : 'Next'}
|
||||
</Button>
|
||||
|
||||
<Button block theme='link' type='button' onClick={onNext}>
|
||||
|
|
|
@ -536,8 +536,10 @@
|
|||
"header.back_to.label": "Wróć na {siteTitle}",
|
||||
"header.home.label": "Strona główna",
|
||||
"header.login.email.placeholder": "Adres e-mail",
|
||||
"header.login.forgot_password": "Nie pamiętasz hasła?",
|
||||
"header.login.label": "Zaloguj się",
|
||||
"header.login.password.label": "Hasło",
|
||||
"header.login.username.placeholder": "Nazwa użytkownika lub e-mail",
|
||||
"header.register.label": "Rejestracja",
|
||||
"home.column_settings.show_direct": "Pokazuj wiadomości bezpośrednie",
|
||||
"home.column_settings.show_reblogs": "Pokazuj podbicia",
|
||||
|
@ -746,6 +748,20 @@
|
|||
"notifications.filter.statuses": "Nowe wpisy osób, które subskrybujesz",
|
||||
"notifications.group": "{count, number} {count, plural, one {powiadomienie} few {powiadomienia} many {powiadomień} more {powiadomień}}",
|
||||
"notifications.queue_label": "Naciśnij aby zobaczyć {count} {count, plural, one {nowe powiadomienie} few {nowe powiadomienia} many {nowych powiadomień} other {nowe powiadomienia}}",
|
||||
"onboarding.avatar.title": "Wybierz zdjęcie profilowe",
|
||||
"onboarding.display_name.subtitle": "Możesz ją zawsze zmienić później.",
|
||||
"onboarding.display_name.title": "Wybierz wyświetlaną nazwę",
|
||||
"onboarding.finished.message": "Cieszymy się, że możemy powitać Cię w naszej społeczności! Naciśnij poniższy przycisk, aby rozpocząć.",
|
||||
"onboarding.header.subtitle": "Będzie widoczny w górnej części Twojego profilu",
|
||||
"onboarding.header.title": "Wybierz obraz tła",
|
||||
"onboarding.next": "Dalej",
|
||||
"onboarding.note.subtitle": "Możesz go zawsze edytować później",
|
||||
"onboarding.note.title": "Napisz krótki opis",
|
||||
"onboarding.saving": "Zapisywanie…",
|
||||
"onboarding.skip": "Na razie pomiń",
|
||||
"onboarding.suggestions.subtitle": "Oto kilka najbardziej popularnych kont, które mogą Ci się spodobać.",
|
||||
"onboarding.suggestions.title": "Proponowane konta",
|
||||
"onboarding.view_feed": "Pokaż strumień",
|
||||
"password_reset.confirmation": "Sprawdź swoją pocztę e-mail, aby potwierdzić.",
|
||||
"password_reset.fields.username_placeholder": "Adres e-mail lub nazwa użytkownika",
|
||||
"password_reset.header": "Resetowanie hasła",
|
||||
|
|
Loading…
Reference in New Issue