Update Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@@ -22,7 +22,7 @@ const messages = defineMessages({
|
||||
fetchingFavourites: { id: 'interactions_circle.state.fetching_favourites', defaultMessage: 'Fetching likes' },
|
||||
fetchingAvatars: { id: 'interactions_circle.state.fetching_avatars', defaultMessage: 'Fetching avatars' },
|
||||
drawing: { id: 'interactions_circle.state.drawing', defaultMessage: 'Drawing circle' },
|
||||
done: { id: 'interactions_circle.state.done', defaultMessage: 'Drawing circle' },
|
||||
done: { id: 'interactions_circle.state.done', defaultMessage: 'Finalizing…' },
|
||||
});
|
||||
|
||||
const Circle: React.FC = () => {
|
||||
|
||||
@@ -10,7 +10,7 @@ const messages = defineMessages({
|
||||
content_type_plaintext: { id: 'preferences.options.content_type_plaintext', defaultMessage: 'Plain text' },
|
||||
content_type_markdown: { id: 'preferences.options.content_type_markdown', defaultMessage: 'Markdown' },
|
||||
content_type_html: { id: 'preferences.options.content_type_html', defaultMessage: 'HTML' },
|
||||
content_type_wysiwyg: { id: 'preferences.options.content_type_wysiwyf', defaultMessage: 'WYSIWYG' },
|
||||
content_type_wysiwyg: { id: 'preferences.options.content_type_wysiwyg', defaultMessage: 'WYSIWYG' },
|
||||
change_content_type: { id: 'compose_form.content_type.change', defaultMessage: 'Change content type' },
|
||||
});
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ const messages = defineMessages({
|
||||
multipleLanguages: { id: 'compose.language_dropdown.more_languages', defaultMessage: '{count, plural, one {# more language} other {# more languages}}' },
|
||||
search: { id: 'compose.language_dropdown.search', defaultMessage: 'Search language…' },
|
||||
addLanguage: { id: 'compose.language_dropdown.add_language', defaultMessage: 'Add language' },
|
||||
deleteLanguage: { id: 'compose.language_dropdown.delete_language', defaultMessage: 'DElete language' },
|
||||
deleteLanguage: { id: 'compose.language_dropdown.delete_language', defaultMessage: 'Delete language' },
|
||||
});
|
||||
|
||||
interface ILanguageDropdown {
|
||||
|
||||
@@ -67,7 +67,7 @@ const messages: Record<NotificationType, MessageDescriptor> = defineMessages({
|
||||
defaultMessage: '{name} has requested to follow you',
|
||||
},
|
||||
mention: {
|
||||
id: 'notification.mentioed',
|
||||
id: 'notification.mention',
|
||||
defaultMessage: '{name} mentioned you',
|
||||
},
|
||||
favourite: {
|
||||
|
||||
@@ -63,7 +63,7 @@ const EditDomainModal: React.FC<IEditDomainModal> = ({ onClose, domainId }) => {
|
||||
onClose={onClickClose}
|
||||
title={domainId
|
||||
? <FormattedMessage id='column.admin.edit_domain' defaultMessage='Edit domain' />
|
||||
: <FormattedMessage id='column.admin.create_domain' defaultMessage='Create domaian' />}
|
||||
: <FormattedMessage id='column.admin.create_domain' defaultMessage='Create domain' />}
|
||||
confirmationAction={handleSubmit}
|
||||
confirmationText={intl.formatMessage(messages.save)}
|
||||
confirmationDisabled={isCreating || isUpdating}
|
||||
@@ -90,7 +90,7 @@ const EditDomainModal: React.FC<IEditDomainModal> = ({ onClose, domainId }) => {
|
||||
<FormattedMessage id='admin.edit_domain.fields.public_label' defaultMessage='Public' />
|
||||
</Text>
|
||||
<Text size='xs' tag='span' theme='muted'>
|
||||
<FormattedMessage id='admin.edit_domain.fields.all_day_hint' defaultMessage='When checked, everyone can sign up for an username with this domain' />
|
||||
<FormattedMessage id='admin.edit_domain.fields.public_hint' defaultMessage='When checked, everyone can sign up for an username with this domain' />
|
||||
</Text>
|
||||
</Stack>
|
||||
</HStack>
|
||||
|
||||
@@ -7,7 +7,6 @@ import { Text, Button, Icon, Modal } from 'soapbox/components/ui';
|
||||
import { useRegistrationStatus, useSoapboxConfig } from 'soapbox/hooks';
|
||||
|
||||
const messages = defineMessages({
|
||||
download: { id: 'landing_page_modal.download', defaultMessage: 'Download' },
|
||||
helpCenter: { id: 'landing_page_modal.help_center', defaultMessage: 'Help Center' },
|
||||
login: { id: 'header.login.label', defaultMessage: 'Log in' },
|
||||
register: { id: 'header.register.label', defaultMessage: 'Register' },
|
||||
|
||||
Reference in New Issue
Block a user