Conflicts:
- `app/controllers/home_controller.rb`:
Upstream made it so `/web` is available to non-logged-in users
and `/` redirects to `/web` instead of `/about`.
Kept our version since glitch-soc's WebUI doesn't have what's
needed yet and I think /about is still a much better landing
page anyway.
- `app/models/form/admin_settings.rb`:
Upstream added new settings, and glitch-soc had an extra setting.
Not really a conflict.
Added upstream's new settings.
- `app/serializers/initial_state_serializer.rb`:
Upstream added a new `server` initial state object.
Not really a conflict.
Merged upstream's changes.
- `app/views/admin/settings/edit.html.haml`:
Upstream added new settings.
Not really a conflict.
Merged upstream's changes.
- `app/workers/scheduler/feed_cleanup_scheduler.rb`:
Upstream refactored that part and removed the file.
Ported our relevant changes into `app/lib/vacuum/feeds_vacuum.rb`
- `config/settings.yml`:
Upstream added new settings.
Not a real conflict.
Added upstream's new settings.
@signature_verification_failure_reason="Verification failed for #{account.username}@#{account.domain}#{account.uri} using rsa-sha256 (RSASSA-PKCS1-v1_5 with SHA-256)"
fail_with!"Verification failed for #{actor.to_log_human_identifier}#{actor.uri} using rsa-sha256 (RSASSA-PKCS1-v1_5 with SHA-256)"
@signed_request_account=nil
rescueSignatureVerificationError=>e
rescueSignatureVerificationError=>e
@signature_verification_failure_reason=e.message
fail_with!e.message
@signed_request_account=nil
rescueHTTP::Error,OpenSSL::SSL::SSLError=>e
fail_with!"Failed to fetch remote data: #{e.message}"
rescueMastodon::UnexpectedResponseError
fail_with!'Failed to fetch remote data (got unexpected reply from server)'
rescueStoplight::Error::RedLight
fail_with!'Fetching attempt skipped because of recent connection failure'
@ -128,6 +130,10 @@ class CommunityTimeline extends React.PureComponent {
emptyMessage={<FormattedMessageid='empty_column.community'defaultMessage='The local timeline is empty. Write something publicly to get the ball rolling!'/>}
emptyMessage={<FormattedMessageid='empty_column.community'defaultMessage='The local timeline is empty. Write something publicly to get the ball rolling!'/>}
<h3><FormattedMessageid='follow_recommendations.heading'defaultMessage="Follow people you'd like to see posts from! Here are some suggestions."/></h3>
<h3><FormattedMessageid='follow_recommendations.heading'defaultMessage="Follow people you'd like to see posts from! Here are some suggestions."/></h3>
<p><FormattedMessageid='follow_recommendations.lead'defaultMessage="Posts from people you follow will show up in chronological order on your home feed. Don't be afraid to make mistakes, you can unfollow people just as easily any time!"/></p>
<p><FormattedMessageid='follow_recommendations.lead'defaultMessage="Posts from people you follow will show up in chronological order on your home feed. Don't be afraid to make mistakes, you can unfollow people just as easily any time!"/></p>
@ -131,6 +133,10 @@ class PublicTimeline extends React.PureComponent {
emptyMessage={<FormattedMessageid='empty_column.public'defaultMessage='There is nothing here! Write something publicly, or manually follow users from other servers to fill it up'/>}
emptyMessage={<FormattedMessageid='empty_column.public'defaultMessage='There is nothing here! Write something publicly, or manually follow users from other servers to fill it up'/>}
<FormattedMessageid='subscribed_languages.target'defaultMessage='Change subscribed languages for {target}'values={{target:<strong>{acct}</strong> }} />
</div>
<divclassName='report-dialog-modal__container'>
<pclassName='report-dialog-modal__lead'><FormattedMessageid='subscribed_languages.lead'defaultMessage='Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.'/></p>
{!limitedFederationMode&&<li><ahref='/about/more'target='_blank'><FormattedMessageid='navigation_bar.info'defaultMessage='About this server'/></a>·</li>}
<aclassName='column-link column-link--transparent'href='/relationships'><IconclassName='column-link__icon'id='users'fixedWidth/><FormattedMessageid='navigation_bar.follows_and_followers'defaultMessage='Follows and followers'/></a>
<aclassName='column-link column-link--transparent'href='/relationships'><IconclassName='column-link__icon'id='users'fixedWidth/><FormattedMessageid='navigation_bar.follows_and_followers'defaultMessage='Follows and followers'/></a>
<p><FormattedMessageid='sign_in_banner.text'defaultMessage='Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.'/></p>
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"Toots",
"search_results.statuses":"Toots",
"search_results.statuses_fts_disabled":"Searching toots by their content is not enabled on this Mastodon server.",
"search_results.statuses_fts_disabled":"Searching toots by their content is not enabled on this Mastodon server.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_status":"Open this status in the moderation interface",
"status.admin_status":"Open this status in the moderation interface",
"status.block":"Block @{name}",
"status.block":"Block @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Show less for all",
"status.show_less_all":"Show less for all",
"status.show_more":"Show more",
"status.show_more":"Show more",
"status.show_more_all":"Show more for all",
"status.show_more_all":"Show more for all",
"status.show_original":"Show original",
"status.show_thread":"Show thread",
"status.show_thread":"Show thread",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.header":"You might be interested in…",
"suggestions.header":"You might be interested in…",
"search_results.nothing_found":"تعذر العثور على نتائج تتضمن هذه المصطلحات",
"search_results.nothing_found":"تعذر العثور على نتائج تتضمن هذه المصطلحات",
"search_results.statuses":"المنشورات",
"search_results.statuses":"المنشورات",
"search_results.statuses_fts_disabled":"البحث عن المنشورات عن طريق المحتوى ليس مفعل في خادم ماستدون هذا.",
"search_results.statuses_fts_disabled":"البحث عن المنشورات عن طريق المحتوى ليس مفعل في خادم ماستدون هذا.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, zero {} one {نتيجة} two {نتيجتين} few {نتائج} many {نتائج} other {نتائج}}",
"search_results.total":"{count, number} {count, plural, zero {} one {نتيجة} two {نتيجتين} few {نتائج} many {نتائج} other {نتائج}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"افتح الواجهة الإدارية لـ @{name}",
"status.admin_account":"افتح الواجهة الإدارية لـ @{name}",
"status.admin_status":"افتح هذا المنشور على واجهة الإشراف",
"status.admin_status":"افتح هذا المنشور على واجهة الإشراف",
"status.block":"احجب @{name}",
"status.block":"احجب @{name}",
@ -489,7 +494,7 @@
"status.favourite":"أضف إلى المفضلة",
"status.favourite":"أضف إلى المفضلة",
"status.filter":"Filter this post",
"status.filter":"Filter this post",
"status.filtered":"مُصفّى",
"status.filtered":"مُصفّى",
"status.hide":"Hide toot",
"status.hide":"اخف التبويق",
"status.history.created":"أنشأه {name} {date}",
"status.history.created":"أنشأه {name} {date}",
"status.history.edited":"عدله {name} {date}",
"status.history.edited":"عدله {name} {date}",
"status.load_more":"حمّل المزيد",
"status.load_more":"حمّل المزيد",
@ -513,15 +518,21 @@
"status.report":"ابلِغ عن @{name}",
"status.report":"ابلِغ عن @{name}",
"status.sensitive_warning":"محتوى حساس",
"status.sensitive_warning":"محتوى حساس",
"status.share":"مشاركة",
"status.share":"مشاركة",
"status.show_filter_reason":"Show anyway",
"status.show_filter_reason":"إظهار على أي حال",
"status.show_less":"اعرض أقلّ",
"status.show_less":"اعرض أقلّ",
"status.show_less_all":"طي الكل",
"status.show_less_all":"طي الكل",
"status.show_more":"أظهر المزيد",
"status.show_more":"أظهر المزيد",
"status.show_more_all":"توسيع الكل",
"status.show_more_all":"توسيع الكل",
"status.show_original":"Show original",
"status.show_thread":"الكشف عن المحادثة",
"status.show_thread":"الكشف عن المحادثة",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"status.uncached_media_warning":"غير متوفر",
"status.uncached_media_warning":"غير متوفر",
"status.unmute_conversation":"فك الكتم عن المحادثة",
"status.unmute_conversation":"فك الكتم عن المحادثة",
"status.unpin":"فك التدبيس من الصفحة التعريفية",
"status.unpin":"فك التدبيس من الصفحة التعريفية",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"حفظ التغييرات",
"subscribed_languages.target":"Change subscribed languages for {target}",
"search_results.nothing_found":"Nun se pudo atopar nada con esos términos de busca",
"search_results.nothing_found":"Nun se pudo atopar nada con esos términos de busca",
"search_results.statuses":"Barritos",
"search_results.statuses":"Barritos",
"search_results.statuses_fts_disabled":"Esti sirvidor de Mastodon tien activada la gueta de barritos pol so conteníu.",
"search_results.statuses_fts_disabled":"Esti sirvidor de Mastodon tien activada la gueta de barritos pol so conteníu.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {resultáu} other {resultaos}}",
"search_results.total":"{count, number} {count, plural, one {resultáu} other {resultaos}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_status":"Open this status in the moderation interface",
"status.admin_status":"Open this status in the moderation interface",
"status.block":"Bloquiar a @{name}",
"status.block":"Bloquiar a @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Amosar menos en too",
"status.show_less_all":"Amosar menos en too",
"status.show_more":"Amosar más",
"status.show_more":"Amosar más",
"status.show_more_all":"Amosar más en too",
"status.show_more_all":"Amosar más en too",
"status.show_original":"Show original",
"status.show_thread":"Amosar el filu",
"status.show_thread":"Amosar el filu",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"compose_form.encryption_warning":"Posts on Mastodon are not end-to-end encrypted. Do not share any dangerous information over Mastodon.",
"compose_form.encryption_warning":"Поставете в Мастодон не са криптирани от край до край. Не споделяйте никаква чувствителна информация.",
"compose_form.hashtag_warning":"Тази публикация няма да бъде изброена под нито един хаштаг, тъй като е скрита. Само публични публикации могат да се търсят по хаштаг.",
"compose_form.hashtag_warning":"Тази публикация няма да бъде изброена под нито един хаштаг, тъй като е скрита. Само публични публикации могат да се търсят по хаштаг.",
"compose_form.lock_disclaimer":"Вашият акаунт не е {locked}. Всеки може да ви последва, за да прегледа вашите публикации само за последователи.",
"compose_form.lock_disclaimer":"Вашият акаунт не е {locked}. Всеки може да ви последва, за да прегледа вашите публикации само за последователи.",
"compose_form.lock_disclaimer.lock":"заключено",
"compose_form.lock_disclaimer.lock":"заключено",
@ -107,9 +108,9 @@
"compose_form.poll.remove_option":"Премахване на този избор",
"compose_form.poll.remove_option":"Премахване на този избор",
"compose_form.poll.switch_to_multiple":"Промяна на анкетата, за да се позволят множество възможни избора",
"compose_form.poll.switch_to_multiple":"Промяна на анкетата, за да се позволят множество възможни избора",
"compose_form.poll.switch_to_single":"Промяна на анкетата, за да се позволи един възможен избор",
"compose_form.poll.switch_to_single":"Промяна на анкетата, за да се позволи един възможен избор",
"compose_form.publish":"Publish",
"compose_form.publish":"Публикувай",
"compose_form.publish_loud":"{publish}!",
"compose_form.publish_loud":"{publish}!",
"compose_form.save_changes":"Save changes",
"compose_form.save_changes":"Запази промените",
"compose_form.sensitive.hide":"{count, plural, one {Маркиране на мултимедията като деликатна} other {Маркиране на мултимедиите като деликатни}}",
"compose_form.sensitive.hide":"{count, plural, one {Маркиране на мултимедията като деликатна} other {Маркиране на мултимедиите като деликатни}}",
"compose_form.sensitive.marked":"{count, plural, one {Мултимедията е маркирана като деликатна} other {Мултимедиите са маркирани като деликатни}}",
"compose_form.sensitive.marked":"{count, plural, one {Мултимедията е маркирана като деликатна} other {Мултимедиите са маркирани като деликатни}}",
"compose_form.sensitive.unmarked":"{count, plural, one {Мултимедията не е маркирана като деликатна} other {Мултимедиите не са маркирани като деликатни}}",
"compose_form.sensitive.unmarked":"{count, plural, one {Мултимедията не е маркирана като деликатна} other {Мултимедиите не са маркирани като деликатни}}",
@ -124,8 +125,8 @@
"confirmations.delete.message":"Are you sure you want to delete this status?",
"confirmations.delete.message":"Are you sure you want to delete this status?",
"confirmations.delete_list.confirm":"Изтриване",
"confirmations.delete_list.confirm":"Изтриване",
"confirmations.delete_list.message":"Сигурни ли сте, че искате да изтриете окончателно този списък?",
"confirmations.delete_list.message":"Сигурни ли сте, че искате да изтриете окончателно този списък?",
"confirmations.domain_block.message":"Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable.",
"confirmations.domain_block.message":"Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable.",
"confirmations.logout.confirm":"Излизане",
"confirmations.logout.confirm":"Излизане",
@ -143,14 +144,14 @@
"conversation.mark_as_read":"Маркиране като прочетено",
"conversation.mark_as_read":"Маркиране като прочетено",
"conversation.open":"Преглед на разговор",
"conversation.open":"Преглед на разговор",
"conversation.with":"С {names}",
"conversation.with":"С {names}",
"directory.federated":"From known fediverse",
"directory.federated":"От познат федивърс",
"directory.local":"Само от {domain}",
"directory.local":"Само от {domain}",
"directory.new_arrivals":"Новодошли",
"directory.new_arrivals":"Новодошли",
"directory.recently_active":"Наскоро активни",
"directory.recently_active":"Наскоро активни",
"embed.instructions":"Embed this status on your website by copying the code below.",
"embed.instructions":"Embed this status on your website by copying the code below.",
"embed.preview":"Ето как ще изглежда:",
"embed.preview":"Ето как ще изглежда:",
"emoji_button.activity":"Дейност",
"emoji_button.activity":"Дейност",
"emoji_button.clear":"Clear",
"emoji_button.clear":"Изчисти",
"emoji_button.custom":"Персонализирано",
"emoji_button.custom":"Персонализирано",
"emoji_button.flags":"Знамена",
"emoji_button.flags":"Знамена",
"emoji_button.food":"Храна и напитки",
"emoji_button.food":"Храна и напитки",
@ -170,16 +171,16 @@
"empty_column.blocks":"Не сте блокирали потребители все още.",
"empty_column.blocks":"Не сте блокирали потребители все още.",
"empty_column.bookmarked_statuses":"Все още нямате отметнати публикации. Когато отметнете някоя, тя ще се покаже тук.",
"empty_column.bookmarked_statuses":"Все още нямате отметнати публикации. Когато отметнете някоя, тя ще се покаже тук.",
"empty_column.community":"Локалната емисия е празна. Напишете нещо публично, за да започнете!",
"empty_column.community":"Локалната емисия е празна. Напишете нещо публично, за да започнете!",
"empty_column.direct":"You don't have any direct messages yet. When you send or receive one, it will show up here.",
"empty_column.direct":"Все още нямате лични съобщения. Когато изпратите или получите ще се покаже тук.",
"empty_column.domain_blocks":"There are no hidden domains yet.",
"empty_column.domain_blocks":"There are no hidden domains yet.",
"empty_column.explore_statuses":"Nothing is trending right now. Check back later!",
"empty_column.explore_statuses":"Няма нищо популярно в момента. Проверете пак по-късно!",
"empty_column.favourited_statuses":"Все още нямате любими публикации. Когато поставите някоя в любими, тя ще се покаже тук.",
"empty_column.favourited_statuses":"Все още нямате любими публикации. Когато поставите някоя в любими, тя ще се покаже тук.",
"empty_column.favourites":"Все още никой не е поставил тази публикация в любими. Когато някой го направи, ще се покаже тук.",
"empty_column.favourites":"Все още никой не е поставил тази публикация в любими. Когато някой го направи, ще се покаже тук.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_recommendations":"Изглежда, че няма генерирани предложения за вас. Можете да опитате да търсите за хора, които знаете или да разгледате популярните тагове.",
"empty_column.follow_requests":"Все още нямате заявки за последване. Когато получите такава, тя ще се покаже тук.",
"empty_column.follow_requests":"Все още нямате заявки за последване. Когато получите такава, тя ще се покаже тук.",
"empty_column.hashtag":"В този хаштаг няма нищо все още.",
"empty_column.hashtag":"В този хаштаг няма нищо все още.",
"empty_column.home":"Вашата начална емисия е празна! Посетете {public} или използвайте търсене, за да започнете и да се запознаете с други потребители.",
"empty_column.home":"Вашата начална емисия е празна! Посетете {public} или използвайте търсене, за да започнете и да се запознаете с други потребители.",
"empty_column.home.suggestions":"See some suggestions",
"empty_column.home.suggestions":"Виж някои предложения",
"empty_column.list":"There is nothing in this list yet.",
"empty_column.list":"There is nothing in this list yet.",
"empty_column.lists":"Все още нямате списъци. Когато създадете такъв, той ще се покаже тук.",
"empty_column.lists":"Все още нямате списъци. Когато създадете такъв, той ще се покаже тук.",
"empty_column.mutes":"Не сте заглушавали потребители все още.",
"empty_column.mutes":"Не сте заглушавали потребители все още.",
@ -189,31 +190,31 @@
"error.unexpected_crash.explanation_addons":"Тази страница не може да се покаже правилно. Тази грешка вероятно е причинена от добавка на браузъра или инструменти за автоматичен превод.",
"error.unexpected_crash.explanation_addons":"Тази страница не може да се покаже правилно. Тази грешка вероятно е причинена от добавка на браузъра или инструменти за автоматичен превод.",
"error.unexpected_crash.next_steps":"Опитайте да опресните страницата. Ако това не помогне, все още можете да използвате Mastodon чрез различен браузър или приложение.",
"error.unexpected_crash.next_steps":"Опитайте да опресните страницата. Ако това не помогне, все още можете да използвате Mastodon чрез различен браузър или приложение.",
"error.unexpected_crash.next_steps_addons":"Опитайте да ги деактивирате и да опресните страницата. Ако това не помогне, може все още да използвате Mastodon чрез различен браузър или приложение.",
"error.unexpected_crash.next_steps_addons":"Опитайте да ги деактивирате и да опресните страницата. Ако това не помогне, може все още да използвате Mastodon чрез различен браузър или приложение.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"errors.unexpected_crash.copy_stacktrace":"Копиране на stacktrace-а в клипборда",
"errors.unexpected_crash.report_issue":"Сигнал за проблем",
"errors.unexpected_crash.report_issue":"Сигнал за проблем",
"explore.search_results":"Search results",
"explore.search_results":"Резултати от търсенето",
"explore.suggested_follows":"For you",
"explore.suggested_follows":"За вас",
"explore.title":"Explore",
"explore.title":"Разглеждане",
"explore.trending_links":"News",
"explore.trending_links":"Новини",
"explore.trending_statuses":"Posts",
"explore.trending_statuses":"Публикации",
"explore.trending_tags":"Hashtags",
"explore.trending_tags":"Тагове",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.select_filter.search":"Search or create",
"filter_modal.select_filter.search":"Търси или създай",
"filter_modal.select_filter.subtitle":"Use an existing category or create a new one",
"filter_modal.select_filter.subtitle":"Изберете съществуваща категория или създайте нова",
"filter_modal.select_filter.title":"Filter this post",
"filter_modal.select_filter.title":"Филтриране на поста",
"filter_modal.title.status":"Filter a post",
"filter_modal.title.status":"Филтрирай пост",
"follow_recommendations.done":"Done",
"follow_recommendations.done":"Готово",
"follow_recommendations.heading":"Следвайте хора, които харесвате, за да виждате техните съобщения! Ето някои предложения.",
"follow_recommendations.heading":"Следвайте хора, които харесвате, за да виждате техните съобщения! Ето някои предложения.",
"follow_recommendations.lead":"Съобщения от хора, които следвате, ще се показват в хронологичен ред на вашата главна страница. Несе страхувайте, че ще сгрешите, по всяко време много лесно можете да спрете да ги следвате!",
"follow_recommendations.lead":"Съобщения от хора, които следвате, ще се показват в хронологичен ред на вашата главна страница. Несе страхувайте, че ще сгрешите, по всяко време много лесно можете да спрете да ги следвате!",
"follow_request.authorize":"Упълномощаване",
"follow_request.authorize":"Упълномощаване",
@ -226,8 +227,8 @@
"getting_started.heading":"Първи стъпки",
"getting_started.heading":"Първи стъпки",
"getting_started.invite":"Поканване на хора",
"getting_started.invite":"Поканване на хора",
"getting_started.open_source_notice":"Mastodon е софтуер с отворен код. Можеш да помогнеш или да докладваш за проблеми в Github: {github}.",
"getting_started.open_source_notice":"Mastodon е софтуер с отворен код. Можеш да помогнеш или да докладваш за проблеми в Github: {github}.",
"poll.total_votes":"{count, plural, one {# глас} other {# гласа}}",
"poll.total_votes":"{count, plural, one {# глас} other {# гласа}}",
"poll.vote":"Гласуване",
"poll.vote":"Гласуване",
"poll.voted":"Вие гласувахте за този отговор",
"poll.voted":"Вие гласувахте за този отговор",
"poll.votes":"{votes, plural, one {# vote} other {# votes}}",
"poll.votes":"{votes, plural, one {# глас} other {# гласа}}",
"poll_button.add_poll":"Добавяне на анкета",
"poll_button.add_poll":"Добавяне на анкета",
"poll_button.remove_poll":"Премахване на анкета",
"poll_button.remove_poll":"Премахване на анкета",
"privacy.change":"Adjust status privacy",
"privacy.change":"Adjust status privacy",
"privacy.direct.long":"Post to mentioned users only",
"privacy.direct.long":"Post to mentioned users only",
"privacy.direct.short":"Direct",
"privacy.direct.short":"Само споменатите хора",
"privacy.private.long":"Post to followers only",
"privacy.private.long":"Post to followers only",
"privacy.private.short":"Followers-only",
"privacy.private.short":"Само последователи",
"privacy.public.long":"Visible for all",
"privacy.public.long":"Видимо за всички",
"privacy.public.short":"Публично",
"privacy.public.short":"Публично",
"privacy.unlisted.long":"Visible for all, but opted-out of discovery features",
"privacy.unlisted.long":"Visible for all, but opted-out of discovery features",
"privacy.unlisted.short":"Скрито",
"privacy.unlisted.short":"Скрито",
@ -468,10 +469,14 @@
"search_results.accounts":"Хора",
"search_results.accounts":"Хора",
"search_results.all":"All",
"search_results.all":"All",
"search_results.hashtags":"Хаштагове",
"search_results.hashtags":"Хаштагове",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Нее намерено нищо за това търсене",
"search_results.statuses":"Публикации",
"search_results.statuses":"Публикации",
"search_results.statuses_fts_disabled":"Търсенето на публикации по тяхното съдържание не е активирано за този Mastodon сървър.",
"search_results.statuses_fts_disabled":"Търсенето на публикации по тяхното съдържание не е активирано за този Mastodon сървър.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {резултат} other {резултата}}",
"search_results.total":"{count, number} {count, plural, one {резултат} other {резултата}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Отваряне на интерфейс за модериране за @{name}",
"status.admin_account":"Отваряне на интерфейс за модериране за @{name}",
"status.admin_status":"Open this status in the moderation interface",
"status.admin_status":"Open this status in the moderation interface",
"status.block":"Блокиране на @{name}",
"status.block":"Блокиране на @{name}",
@ -482,16 +487,16 @@
"status.delete":"Изтриване",
"status.delete":"Изтриване",
"status.detailed_status":"Подробен изглед на разговор",
"status.detailed_status":"Подробен изглед на разговор",
"status.direct":"Директно съобщение към @{name}",
"status.direct":"Директно съобщение към @{name}",
"status.edit":"Edit",
"status.edit":"Редакция",
"status.edited":"Edited {date}",
"status.edited":"Редактирано на {date}",
"status.edited_x_times":"Edited {count, plural, one {{count} time} other {{count} times}}",
"status.edited_x_times":"Редактирано {count, plural,one {{count} път} other {{count} пъти}}",
"status.show_filter_reason":"Покажи въпреки това",
"status.show_less":"Покажи по-малко",
"status.show_less":"Покажи по-малко",
"status.show_less_all":"Покажи по-малко за всички",
"status.show_less_all":"Покажи по-малко за всички",
"status.show_more":"Покажи повече",
"status.show_more":"Покажи повече",
"status.show_more_all":"Покажи повече за всички",
"status.show_more_all":"Покажи повече за всички",
"status.show_original":"Show original",
"status.show_thread":"Показване на тема",
"status.show_thread":"Показване на тема",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"status.uncached_media_warning":"Нее налично",
"status.uncached_media_warning":"Нее налично",
"status.unmute_conversation":"Раззаглушаване на разговор",
"status.unmute_conversation":"Раззаглушаване на разговор",
"status.unpin":"Разкачане от профил",
"status.unpin":"Разкачане от профил",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Отхвърляне на предложение",
"suggestions.dismiss":"Отхвърляне на предложение",
"suggestions.header":"Може да се интересувате от…",
"suggestions.header":"Може да се интересувате от…",
"tabs_bar.federated_timeline":"Обединен",
"tabs_bar.federated_timeline":"Обединен",
@ -550,14 +561,14 @@
"upload_error.poll":"Качването на файлове не е позволено с анкети.",
"upload_error.poll":"Качването на файлове не е позволено с анкети.",
"upload_form.audio_description":"Опишете за хора със загуба на слуха",
"upload_form.audio_description":"Опишете за хора със загуба на слуха",
"upload_form.description":"Опишете за хора със зрителни увреждания",
"upload_form.description":"Опишете за хора със зрителни увреждания",
"account.link_verified_on":"এই লিংকের মালিকানা চেক করা হয়েছে {date} তারিখে",
"account.link_verified_on":"এই লিংকের মালিকানা চেক করা হয়েছে {date} তারিখে",
"account.locked_info":"এই নিবন্ধনের গোপনীয়তার ক্ষেত্র তালা দেওয়া আছে। নিবন্ধনকারী অনুসরণ করার অনুমতি যাদেরকে দেবেন, শুধু তারাই অনুসরণ করতে পারবেন।",
"account.locked_info":"এই নিবন্ধনের গোপনীয়তার ক্ষেত্র তালা দেওয়া আছে। নিবন্ধনকারী অনুসরণ করার অনুমতি যাদেরকে দেবেন, শুধু তারাই অনুসরণ করতে পারবেন।",
"account.media":"মিডিয়া",
"account.media":"মিডিয়া",
@ -226,8 +227,8 @@
"getting_started.heading":"শুরু করা",
"getting_started.heading":"শুরু করা",
"getting_started.invite":"অন্যদের আমন্ত্রণ করুন",
"getting_started.invite":"অন্যদের আমন্ত্রণ করুন",
"getting_started.open_source_notice":"মাস্টাডন একটি মুক্ত সফটওয়্যার। তৈরিতে সাহায্য করতে বা কোনো সমস্যা সম্পর্কে জানাতে আমাদের গিটহাবে যেতে পারেন {github}।",
"getting_started.open_source_notice":"মাস্টাডন একটি মুক্ত সফটওয়্যার। তৈরিতে সাহায্য করতে বা কোনো সমস্যা সম্পর্কে জানাতে আমাদের গিটহাবে যেতে পারেন {github}।",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"টুট",
"search_results.statuses":"টুট",
"search_results.statuses_fts_disabled":"তাদের সামগ্রী দ্বারা টুটগুলি অনুসন্ধান এই মস্তোডন সার্ভারে সক্ষম নয়।",
"search_results.statuses_fts_disabled":"তাদের সামগ্রী দ্বারা টুটগুলি অনুসন্ধান এই মস্তোডন সার্ভারে সক্ষম নয়।",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {ফলাফল} other {ফলাফল}}",
"search_results.total":"{count, number} {count, plural, one {ফলাফল} other {ফলাফল}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"@{name} র জন্য পরিচালনার ইন্টারফেসে ঢুকুন",
"status.admin_account":"@{name} র জন্য পরিচালনার ইন্টারফেসে ঢুকুন",
"status.unmute_conversation":"আলোচনার প্রজ্ঞাপন চালু করতে",
"status.unmute_conversation":"আলোচনার প্রজ্ঞাপন চালু করতে",
"status.unpin":"নিজের পাতা থেকে পিন করে রাখাটির পিন খুলতে",
"status.unpin":"নিজের পাতা থেকে পিন করে রাখাটির পিন খুলতে",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"account.link_verified_on":"Gwiriet eo bet perc'hennidigezh al liamm d'an deiziad-mañ : {date}",
"account.link_verified_on":"Gwiriet eo bet perc'hennidigezh al liamm d'an deiziad-mañ : {date}",
"account.locked_info":"Prennet eo ar gont-mañ. Dibab a ra ar perc'henn ar re a c'hall heuliañ anezhi pe anezhañ.",
"account.locked_info":"Prennet eo ar gont-mañ. Dibab a ra ar perc'henn ar re a c'hall heuliañ anezhi pe anezhañ.",
"account.media":"Media",
"account.media":"Media",
@ -226,8 +227,8 @@
"getting_started.heading":"Loc'hañ",
"getting_started.heading":"Loc'hañ",
"getting_started.invite":"Pediñ tud",
"getting_started.invite":"Pediñ tud",
"getting_started.open_source_notice":"Mastodoñ zo ur meziant digor e darzh. Gallout a rit kenoberzhiañ dezhañ pe danevellañ kudennoù war GitHub e {github}.",
"getting_started.open_source_notice":"Mastodoñ zo ur meziant digor e darzh. Gallout a rit kenoberzhiañ dezhañ pe danevellañ kudennoù war GitHub e {github}.",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"a doudoù",
"search_results.statuses":"a doudoù",
"search_results.statuses_fts_disabled":"Klask toudoù dre oc'h endalc'h n'eo ket aotreet war ar servijer-mañ.",
"search_results.statuses_fts_disabled":"Klask toudoù dre oc'h endalc'h n'eo ket aotreet war ar servijer-mañ.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {disoc'h} other {a zisoc'h}}",
"search_results.total":"{count, number} {count, plural, one {disoc'h} other {a zisoc'h}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Digeriñ etrefas evezherezh evit @{name}",
"status.admin_account":"Digeriñ etrefas evezherezh evit @{name}",
"status.admin_status":"Digeriñ an toud e-barzh an etrefas evezherezh",
"status.admin_status":"Digeriñ an toud e-barzh an etrefas evezherezh",
"status.block":"Berzañ @{name}",
"status.block":"Berzañ @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Diskouez nebeutoc'h evit an holl",
"status.show_less_all":"Diskouez nebeutoc'h evit an holl",
"status.show_more":"Diskouez muioc'h",
"status.show_more":"Diskouez muioc'h",
"status.show_more_all":"Diskouez miuoc'h evit an holl",
"status.show_more_all":"Diskouez miuoc'h evit an holl",
"status.show_original":"Show original",
"status.show_thread":"Diskouez ar gaozeadenn",
"status.show_thread":"Diskouez ar gaozeadenn",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"status.uncached_media_warning":"Dihegerz",
"status.uncached_media_warning":"Dihegerz",
"status.unmute_conversation":"Diguzhat ar gaozeadenn",
"status.unmute_conversation":"Diguzhat ar gaozeadenn",
"status.unpin":"Dispilhennañ eus ar profil",
"status.unpin":"Dispilhennañ eus ar profil",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Dilezel damvenegoù",
"suggestions.dismiss":"Dilezel damvenegoù",
"suggestions.header":"Marteze e vefec'h dedenet gant…",
"suggestions.header":"Marteze e vefec'h dedenet gant…",
"account.hide_reblogs":"Amaga els impulsos de @{name}",
"account.hide_reblogs":"Amaga els impulsos de @{name}",
"account.joined":"Membre des de {date}",
"account.joined":"Membre des de {date}",
"account.languages":"Canviar les llengües subscrits",
"account.link_verified_on":"La propietat d'aquest enllaç es va verificar el dia {date}",
"account.link_verified_on":"La propietat d'aquest enllaç es va verificar el dia {date}",
"account.locked_info":"Aquest estat de privadesa del compte està definit com a bloquejat. El propietari revisa manualment qui pot seguir-lo.",
"account.locked_info":"Aquest estat de privadesa del compte està definit com a bloquejat. El propietari revisa manualment qui pot seguir-lo.",
"account.media":"Multimèdia",
"account.media":"Multimèdia",
@ -197,22 +198,22 @@
"explore.trending_links":"Notícies",
"explore.trending_links":"Notícies",
"explore.trending_statuses":"Publicacions",
"explore.trending_statuses":"Publicacions",
"explore.trending_tags":"Etiquetes",
"explore.trending_tags":"Etiquetes",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"Aquesta categoria del filtr no aplica al context en el que has accedit a aquest apunt. Si vols que l'apunt sigui filtrat també en aquest context, hauràs d'editar el filtre.",
"filter_modal.select_filter.search":"Search or create",
"filter_modal.select_filter.search":"Cerca o crea",
"filter_modal.select_filter.subtitle":"Use an existing category or create a new one",
"filter_modal.select_filter.subtitle":"Usa una categoria existent o crea una nova",
"filter_modal.select_filter.title":"Filter this post",
"filter_modal.select_filter.title":"Filtra aquest apunt",
"filter_modal.title.status":"Filter a post",
"filter_modal.title.status":"Filtre un apunt",
"follow_recommendations.done":"Fet",
"follow_recommendations.done":"Fet",
"follow_recommendations.heading":"Segueix a la gent de la que t'agradaria veure les seves publicacions! Aquí hi ha algunes recomanacions.",
"follow_recommendations.heading":"Segueix a la gent de la que t'agradaria veure les seves publicacions! Aquí hi ha algunes recomanacions.",
"follow_recommendations.lead":"Les publicacions del usuaris que segueixes es mostraran en ordre cronològic en la teva línia de temps Inici. No tinguis por en cometre errors, pots fàcilment deixar de seguir-los en qualsevol moment!",
"follow_recommendations.lead":"Les publicacions del usuaris que segueixes es mostraran en ordre cronològic en la teva línia de temps Inici. No tinguis por en cometre errors, pots fàcilment deixar de seguir-los en qualsevol moment!",
@ -226,8 +227,8 @@
"getting_started.heading":"Primers passos",
"getting_started.heading":"Primers passos",
"getting_started.invite":"Convidar gent",
"getting_started.invite":"Convidar gent",
"getting_started.open_source_notice":"Mastodon és un programari de codi obert. Pots contribuir-hi o informar de problemes a GitHub a {github}.",
"getting_started.open_source_notice":"Mastodon és un programari de codi obert. Pots contribuir-hi o informar de problemes a GitHub a {github}.",
"hashtag.column_settings.tag_toggle":"Inclou etiquetes addicionals per a aquesta columna",
"hashtag.column_settings.tag_toggle":"Inclou etiquetes addicionals per a aquesta columna",
"hashtag.follow":"Segueix etiqueta",
"hashtag.follow":"Segueix etiqueta",
"hashtag.total_volume":"Total volume in the last {days, plural, one {day} other {{days} days}}",
"hashtag.total_volume":"Volumen total en els darrers {days, plural, one {day} other {{days} dies}}",
"hashtag.unfollow":"Deixa de seguir etiqueta",
"hashtag.unfollow":"Deixa de seguir etiqueta",
"home.column_settings.basic":"Bàsic",
"home.column_settings.basic":"Bàsic",
"home.column_settings.show_reblogs":"Mostra els impulsos",
"home.column_settings.show_reblogs":"Mostra els impulsos",
@ -471,7 +472,11 @@
"search_results.nothing_found":"No s'ha pogut trobar res per a aquests termes de cerca",
"search_results.nothing_found":"No s'ha pogut trobar res per a aquests termes de cerca",
"search_results.statuses":"Publicacions",
"search_results.statuses":"Publicacions",
"search_results.statuses_fts_disabled":"La cerca de publicacions pel seu contingut no està habilitada en aquest servidor Mastodon.",
"search_results.statuses_fts_disabled":"La cerca de publicacions pel seu contingut no està habilitada en aquest servidor Mastodon.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {resultat} other {resultats}}",
"search_results.total":"{count, number} {count, plural, one {resultat} other {resultats}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Obre l'interfície de moderació per a @{name}",
"status.admin_account":"Obre l'interfície de moderació per a @{name}",
"status.admin_status":"Obrir aquesta publicació a la interfície de moderació",
"status.admin_status":"Obrir aquesta publicació a la interfície de moderació",
"status.block":"Bloqueja @{name}",
"status.block":"Bloqueja @{name}",
@ -487,7 +492,7 @@
"status.edited_x_times":"Editat {count, plural, one {{count} vegada} other {{count} vegades}}",
"status.edited_x_times":"Editat {count, plural, one {{count} vegada} other {{count} vegades}}",
"status.embed":"Incrusta",
"status.embed":"Incrusta",
"status.favourite":"Favorit",
"status.favourite":"Favorit",
"status.filter":"Filter this post",
"status.filter":"Filtre aquest apunt",
"status.filtered":"Filtrat",
"status.filtered":"Filtrat",
"status.hide":"Amaga publicació",
"status.hide":"Amaga publicació",
"status.history.created":"{name} ha creat {date}",
"status.history.created":"{name} ha creat {date}",
@ -518,10 +523,16 @@
"status.show_less_all":"Mostrar-ne menys per a tot",
"status.show_less_all":"Mostrar-ne menys per a tot",
"status.show_more":"Mostrar-ne més",
"status.show_more":"Mostrar-ne més",
"status.show_more_all":"Mostrar-ne més per a tot",
"status.show_more_all":"Mostrar-ne més per a tot",
"status.show_original":"Mostra l'original",
"status.show_thread":"Mostra el fil",
"status.show_thread":"Mostra el fil",
"status.translate":"Tradueix",
"status.translated_from":"Traduït del: {lang}",
"status.uncached_media_warning":"No està disponible",
"status.uncached_media_warning":"No està disponible",
"status.unmute_conversation":"No silenciïs la conversa",
"status.unmute_conversation":"No silenciïs la conversa",
"status.unpin":"No fixis al perfil",
"status.unpin":"No fixis al perfil",
"subscribed_languages.lead":"Només els apunts en les llengües seleccionades apareixeran en le teves línies de temps Inici i llista després del canvi. No en seleccionis cap per a rebre apunts en totes les llengües.",
"subscribed_languages.save":"Desa els canvis",
"subscribed_languages.target":"Canvia les llengües subscrites per a {target}",
"suggestions.dismiss":"Ignora el suggeriment",
"suggestions.dismiss":"Ignora el suggeriment",
"suggestions.header":"És possible que estiguis interessat en…",
"suggestions.header":"És possible que estiguis interessat en…",
"tabs_bar.federated_timeline":"Federat",
"tabs_bar.federated_timeline":"Federat",
@ -538,7 +549,7 @@
"timeline_hint.resources.followers":"Seguidors",
"timeline_hint.resources.followers":"Seguidors",
"timeline_hint.resources.follows":"Seguiments",
"timeline_hint.resources.follows":"Seguiments",
"timeline_hint.resources.statuses":"Publicacions més antigues",
"timeline_hint.resources.statuses":"Publicacions més antigues",
"trends.counter_by_accounts":"{count, plural, one {{counter} person} other {{counter} people}} in the past {days, plural, one {day} other {{days} days}}",
"trends.counter_by_accounts":"{count, plural, one {{counter} person} other {{counter} persones}} en els passats {days, plural, one {day} other {{days} dies}}",
"trends.trending_now":"En tendència",
"trends.trending_now":"En tendència",
"ui.beforeunload":"El teu esborrany es perdrà si surts de Mastodon.",
"ui.beforeunload":"El teu esborrany es perdrà si surts de Mastodon.",
"search_results.total":"{count, number} {count, plural, one {دەرئەنجام} other {دەرئەنجام}}",
"search_results.total":"{count, number} {count, plural, one {دەرئەنجام} other {دەرئەنجام}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.translated_from":"Translated from {lang}",
"status.uncached_media_warning":"بەردەست نیە",
"status.uncached_media_warning":"بەردەست نیە",
"status.unmute_conversation":"گفتوگۆی بێدەنگ",
"status.unmute_conversation":"گفتوگۆی بێدەنگ",
"status.unpin":"لە سەرەوە لایبە",
"status.unpin":"لە سەرەوە لایبە",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"account.link_verified_on":"A prupietà di stu ligame hè stata verificata u {date}",
"account.link_verified_on":"A prupietà di stu ligame hè stata verificata u {date}",
"account.locked_info":"U statutu di vita privata di u contu hè chjosu. U pruprietariu esamina manualmente e dumande d'abbunamentu.",
"account.locked_info":"U statutu di vita privata di u contu hè chjosu. U pruprietariu esamina manualmente e dumande d'abbunamentu.",
"account.media":"Media",
"account.media":"Media",
@ -226,8 +227,8 @@
"getting_started.heading":"Per principià",
"getting_started.heading":"Per principià",
"getting_started.invite":"Invità ghjente",
"getting_started.invite":"Invità ghjente",
"getting_started.open_source_notice":"Mastodon ghjè un lugiziale liberu. Pudete cuntribuisce à u codice o a traduzione, o palisà un bug, nant'à GitHub: {github}.",
"getting_started.open_source_notice":"Mastodon ghjè un lugiziale liberu. Pudete cuntribuisce à u codice o a traduzione, o palisà un bug, nant'à GitHub: {github}.",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"Statuti",
"search_results.statuses":"Statuti",
"search_results.statuses_fts_disabled":"A ricerca di i cuntinuti di i statuti ùn hè micca attivata nant'à stu servore Mastodon.",
"search_results.statuses_fts_disabled":"A ricerca di i cuntinuti di i statuti ùn hè micca attivata nant'à stu servore Mastodon.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {risultatu} other {risultati}}",
"search_results.total":"{count, number} {count, plural, one {risultatu} other {risultati}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Apre l'interfaccia di muderazione per @{name}",
"status.admin_account":"Apre l'interfaccia di muderazione per @{name}",
"status.admin_status":"Apre stu statutu in l'interfaccia di muderazione",
"status.admin_status":"Apre stu statutu in l'interfaccia di muderazione",
"status.block":"Bluccà @{name}",
"status.block":"Bluccà @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Ripiegà tuttu",
"status.show_less_all":"Ripiegà tuttu",
"status.show_more":"Slibrà",
"status.show_more":"Slibrà",
"status.show_more_all":"Slibrà tuttu",
"status.show_more_all":"Slibrà tuttu",
"status.show_original":"Show original",
"status.show_thread":"Vede u filu",
"status.show_thread":"Vede u filu",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"status.unmute_conversation":"Ùn piattà più a cunversazione",
"status.unmute_conversation":"Ùn piattà più a cunversazione",
"status.unpin":"Spuntarulà da u prufile",
"status.unpin":"Spuntarulà da u prufile",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"account.link_verified_on":"Vlastnictví tohoto odkazu bylo zkontrolováno {date}",
"account.link_verified_on":"Vlastnictví tohoto odkazu bylo zkontrolováno {date}",
"account.locked_info":"Stav soukromí tohoto účtu je nastaven na zamčeno. Jeho vlastník ručně posuzuje, kdo ho může sledovat.",
"account.locked_info":"Stav soukromí tohoto účtu je nastaven na zamčeno. Jeho vlastník ručně posuzuje, kdo ho může sledovat.",
"account.media":"Média",
"account.media":"Média",
@ -59,7 +60,7 @@
"alert.unexpected.title":"Jejda!",
"alert.unexpected.title":"Jejda!",
"announcement.announcement":"Oznámení",
"announcement.announcement":"Oznámení",
"attachments_list.unprocessed":"(nezpracováno)",
"attachments_list.unprocessed":"(nezpracováno)",
"audio.hide":"Hide audio",
"audio.hide":"Skrýt zvuk",
"autosuggest_hashtag.per_week":"{count} za týden",
"autosuggest_hashtag.per_week":"{count} za týden",
"boost_modal.combo":"Příště můžete pro přeskočení stisknout {combo}",
"boost_modal.combo":"Příště můžete pro přeskočení stisknout {combo}",
"bundle_column_error.body":"Při načítání této komponenty se něco pokazilo.",
"bundle_column_error.body":"Při načítání této komponenty se něco pokazilo.",
@ -197,22 +198,22 @@
"explore.trending_links":"Zprávy",
"explore.trending_links":"Zprávy",
"explore.trending_statuses":"Příspěvky",
"explore.trending_statuses":"Příspěvky",
"explore.trending_tags":"Hashtagy",
"explore.trending_tags":"Hashtagy",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"Tato kategorie filtru se nevztahuje na kontext, ve kterém jste tento příspěvek otevřeli. Pokud chcete, aby byl příspěvek filtrován i v tomto kontextu, budete muset filtr upravit.",
"follow_recommendations.heading":"Sledujte lidi, jejichž příspěvky chcete vidět! Tady jsou nějaké návrhy.",
"follow_recommendations.heading":"Sledujte lidi, jejichž příspěvky chcete vidět! Tady jsou nějaké návrhy.",
"follow_recommendations.lead":"Příspěvky od lidí, které sledujete, se budou objevovat v chronologickém pořadí ve vaší domovské ose. Nebojte se, že uděláte chybu, můžete lidi stejně snadno kdykoliv přestat sledovat!",
"follow_recommendations.lead":"Příspěvky od lidí, které sledujete, se budou objevovat v chronologickém pořadí ve vaší domovské ose. Nebojte se, že uděláte chybu, můžete lidi stejně snadno kdykoliv přestat sledovat!",
@ -226,8 +227,8 @@
"getting_started.heading":"Začínáme",
"getting_started.heading":"Začínáme",
"getting_started.invite":"Pozvat lidi",
"getting_started.invite":"Pozvat lidi",
"getting_started.open_source_notice":"Mastodon je otevřený software. Přispět do jeho vývoje nebo hlásit chyby můžete na GitHubu {github}.",
"getting_started.open_source_notice":"Mastodon je otevřený software. Přispět do jeho vývoje nebo hlásit chyby můžete na GitHubu {github}.",
"search_results.nothing_found":"Pro tyto hledané výrazy nebylo nic nenalezeno",
"search_results.nothing_found":"Pro tyto hledané výrazy nebylo nic nenalezeno",
"search_results.statuses":"Příspěvky",
"search_results.statuses":"Příspěvky",
"search_results.statuses_fts_disabled":"Vyhledávání příspěvků podle jejich obsahu není na tomto Mastodon serveru povoleno.",
"search_results.statuses_fts_disabled":"Vyhledávání příspěvků podle jejich obsahu není na tomto Mastodon serveru povoleno.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {výsledek} few {výsledky} many {výsledků} other {výsledků}}",
"search_results.total":"{count, number} {count, plural, one {výsledek} few {výsledky} many {výsledků} other {výsledků}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Otevřít moderátorské rozhraní pro @{name}",
"status.admin_account":"Otevřít moderátorské rozhraní pro @{name}",
"status.admin_status":"Otevřít tento příspěvek v moderátorském rozhraní",
"status.admin_status":"Otevřít tento příspěvek v moderátorském rozhraní",
"status.block":"Zablokovat @{name}",
"status.block":"Zablokovat @{name}",
@ -487,7 +492,7 @@
"status.edited_x_times":"Upraven {count, plural, one {{count}krát} few {{count}krát} many {{count}krát} other {{count}krát}}",
"status.edited_x_times":"Upraven {count, plural, one {{count}krát} few {{count}krát} many {{count}krát} other {{count}krát}}",
"status.embed":"Vložit na web",
"status.embed":"Vložit na web",
"status.favourite":"Oblíbit",
"status.favourite":"Oblíbit",
"status.filter":"Filter this post",
"status.filter":"Filtrovat tento příspěvek",
"status.filtered":"Filtrováno",
"status.filtered":"Filtrováno",
"status.hide":"Skrýt příspěvek",
"status.hide":"Skrýt příspěvek",
"status.history.created":"Uživatel {name} vytvořil {date}",
"status.history.created":"Uživatel {name} vytvořil {date}",
@ -518,10 +523,16 @@
"status.show_less_all":"Zobrazit méně pro všechny",
"status.show_less_all":"Zobrazit méně pro všechny",
"status.show_more":"Zobrazit více",
"status.show_more":"Zobrazit více",
"status.show_more_all":"Zobrazit více pro všechny",
"status.show_more_all":"Zobrazit více pro všechny",
"status.show_original":"Zobrazit původní",
"status.show_thread":"Zobrazit vlákno",
"status.show_thread":"Zobrazit vlákno",
"status.translate":"Přeložit",
"status.translated_from":"Přeloženo z {lang}",
"status.uncached_media_warning":"Nedostupné",
"status.uncached_media_warning":"Nedostupné",
"status.unmute_conversation":"Odkrýt konverzaci",
"status.unmute_conversation":"Odkrýt konverzaci",
"status.unpin":"Odepnout z profilu",
"status.unpin":"Odepnout z profilu",
"subscribed_languages.lead":"Po změně se objeví pouze příspěvky ve vybraných jazycích na vašem domě a zobrazí se seznam časových os. Pro příjem příspěvků ve všech jazycích nevyber žádnou.",
"subscribed_languages.save":"Uložit změny",
"subscribed_languages.target":"Změnit odebírané jazyky na {target}",
"search_results.nothing_found":"Methu dod o hyd i unrhyw beth ar gyfer y termau chwilio hyn",
"search_results.nothing_found":"Methu dod o hyd i unrhyw beth ar gyfer y termau chwilio hyn",
"search_results.statuses":"Postiadau",
"search_results.statuses":"Postiadau",
"search_results.statuses_fts_disabled":"Nid yw chwilio postiadau yn ôl eu cynnwys wedi'i alluogi ar y gweinydd Mastodon hwn.",
"search_results.statuses_fts_disabled":"Nid yw chwilio postiadau yn ôl eu cynnwys wedi'i alluogi ar y gweinydd Mastodon hwn.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, zero {canlyniad} one {canlyniad} two {ganlyniad} other {o ganlyniadau}}",
"search_results.total":"{count, number} {count, plural, zero {canlyniad} one {canlyniad} two {ganlyniad} other {o ganlyniadau}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Agor rhyngwyneb goruwchwylio ar gyfer @{name}",
"status.admin_account":"Agor rhyngwyneb goruwchwylio ar gyfer @{name}",
"status.admin_status":"Agor y post hwn yn y rhyngwyneb goruwchwylio",
"status.admin_status":"Agor y post hwn yn y rhyngwyneb goruwchwylio",
"status.block":"Blocio @{name}",
"status.block":"Blocio @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Dangos llai i bawb",
"status.show_less_all":"Dangos llai i bawb",
"status.show_more":"Dangos mwy",
"status.show_more":"Dangos mwy",
"status.show_more_all":"Dangos mwy i bawb",
"status.show_more_all":"Dangos mwy i bawb",
"status.show_original":"Show original",
"status.show_thread":"Dangos edefyn",
"status.show_thread":"Dangos edefyn",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"status.uncached_media_warning":"Dim ar gael",
"status.uncached_media_warning":"Dim ar gael",
"status.unmute_conversation":"Dad-dawelu sgwrs",
"status.unmute_conversation":"Dad-dawelu sgwrs",
"status.unpin":"Dadbinio o'r proffil",
"status.unpin":"Dadbinio o'r proffil",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Diswyddo",
"suggestions.dismiss":"Diswyddo",
"suggestions.header":"Efallai y bydd gennych ddiddordeb mewn…",
"suggestions.header":"Efallai y bydd gennych ddiddordeb mewn…",
"account.link_verified_on":"Ejerskab af dette link blev tjekket {date}",
"account.link_verified_on":"Ejerskab af dette link blev tjekket {date}",
"account.locked_info":"Denne kontos fortrolighedsstatus er sat til låst. Ejeren bedømmer manuelt, hvem der kan følge vedkommende.",
"account.locked_info":"Denne kontos fortrolighedsstatus er sat til låst. Ejeren bedømmer manuelt, hvem der kan følge vedkommende.",
"account.media":"Medier",
"account.media":"Medier",
@ -197,22 +198,22 @@
"explore.trending_links":"Nyheder",
"explore.trending_links":"Nyheder",
"explore.trending_statuses":"Indlæg",
"explore.trending_statuses":"Indlæg",
"explore.trending_tags":"Hashtags",
"explore.trending_tags":"Hashtags",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"Denne filterkategori omfatter ikke konteksten, hvorunder dette indlæg er tilgået. Redigér filteret, hvis indlægget også ønskes filtreret i denne kontekst.",
"filter_modal.select_filter.prompt_new":"Ny kategori: {name}",
"filter_modal.select_filter.search":"Search or create",
"filter_modal.select_filter.search":"Søg eller opret",
"filter_modal.select_filter.subtitle":"Use an existing category or create a new one",
"filter_modal.select_filter.subtitle":"Vælg en eksisterende kategori eller opret en ny",
"filter_modal.select_filter.title":"Filter this post",
"filter_modal.select_filter.title":"Filtrér dette indlæg",
"filter_modal.title.status":"Filter a post",
"filter_modal.title.status":"Filtrér et indlæg",
"follow_recommendations.done":"Udført",
"follow_recommendations.done":"Udført",
"follow_recommendations.heading":"Følg personer du gerne vil se indlæg fra! Her er nogle forslag.",
"follow_recommendations.heading":"Følg personer du gerne vil se indlæg fra! Her er nogle forslag.",
"follow_recommendations.lead":"Indlæg, fra personer du følger, vil fremgå kronologisk ordnet i dit hjemmefeed. Vær ikke bange for at begå fejl, da du altid og meget nemt kan ændre dit valg!",
"follow_recommendations.lead":"Indlæg, fra personer du følger, vil fremgå kronologisk ordnet i dit hjemmefeed. Vær ikke bange for at begå fejl, da du altid og meget nemt kan ændre dit valg!",
@ -226,8 +227,8 @@
"getting_started.heading":"Startmenu",
"getting_started.heading":"Startmenu",
"getting_started.invite":"Invitér folk",
"getting_started.invite":"Invitér folk",
"getting_started.open_source_notice":"Mastodon er open-source software. Du kan bidrage eller anmelde fejl via GitHub {github}.",
"getting_started.open_source_notice":"Mastodon er open-source software. Du kan bidrage eller anmelde fejl via GitHub {github}.",
"search_results.nothing_found":"Ingen resultater for disse søgeord",
"search_results.nothing_found":"Ingen resultater for disse søgeord",
"search_results.statuses":"Indlæg",
"search_results.statuses":"Indlæg",
"search_results.statuses_fts_disabled":"Søgning på indlæg efter deres indhold ikke aktiveret på denne Mastodon-server.",
"search_results.statuses_fts_disabled":"Søgning på indlæg efter deres indhold ikke aktiveret på denne Mastodon-server.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {resultat} other {resultater}}",
"search_results.total":"{count, number} {count, plural, one {resultat} other {resultater}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Åbn modereringsbrugerflade for @{name}",
"status.admin_account":"Åbn modereringsbrugerflade for @{name}",
"status.admin_status":"Åbn dette indlæg i modereringsbrugerfladen",
"status.admin_status":"Åbn dette indlæg i modereringsbrugerfladen",
"status.block":"Blokér @{name}",
"status.block":"Blokér @{name}",
@ -487,7 +492,7 @@
"status.edited_x_times":"Redigeret {count, plural, one {{count} gang} other {{count} gange}}",
"status.edited_x_times":"Redigeret {count, plural, one {{count} gang} other {{count} gange}}",
"status.embed":"Indlejr",
"status.embed":"Indlejr",
"status.favourite":"Favorit",
"status.favourite":"Favorit",
"status.filter":"Filter this post",
"status.filter":"Filtrér dette indlæg",
"status.filtered":"Filtreret",
"status.filtered":"Filtreret",
"status.hide":"Skjul indlæg",
"status.hide":"Skjul indlæg",
"status.history.created":"{name} oprettet {date}",
"status.history.created":"{name} oprettet {date}",
"subscribed_languages.lead":"Kun indlæg på udvalgte sprog vil fremgå på Hjem og listetidslinjer efter ændringen. Vælg ingen for at modtage indlæg på alle sprog.",
"subscribed_languages.save":"Gem ændringer",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Afvis foreslag",
"suggestions.dismiss":"Afvis foreslag",
"suggestions.header":"Du er måske interesseret i…",
"suggestions.header":"Du er måske interesseret i…",
"empty_column.explore_statuses":"Momentan ist nichts im Trend. Schau später wieder vorbei!",
"empty_column.explore_statuses":"Momentan ist nichts im Trend. Schau später wieder vorbei!",
"empty_column.favourited_statuses":"Du hast noch keine favorisierten Tröts. Wenn du einen favorisierst, wird er hier erscheinen.",
"empty_column.favourited_statuses":"Du hast noch keine favorisierten Tröts. Wenn du einen favorisierst, wird er hier erscheinen.",
"empty_column.favourites":"Noch niemand hat diesen Beitrag favorisiert. Sobald es jemand tut, wird das hier angezeigt.",
"empty_column.favourites":"Noch niemand hat diesen Beitrag favorisiert. Sobald es jemand tut, wird das hier angezeigt.",
"empty_column.follow_recommendations":"Es sieht so aus, als könnten keine Vorschläge für dich generiert werden. Du kannst versuchen nach Leuten zu suchen, die du vielleicht kennst oder du kannst angesagte Hashtags erkunden.",
"empty_column.follow_recommendations":"Es sieht so aus, als könnten keine Vorschläge für dich generiert werden. Du kannst versuchen, nach Leuten zu suchen, die du vielleicht kennst, oder du kannst angesagte Hashtags erkunden.",
"empty_column.follow_requests":"Du hast noch keine Folge-Anfragen. Sobald du eine erhältst, wird sie hier angezeigt.",
"empty_column.follow_requests":"Du hast noch keine Folge-Anfragen. Sobald du eine erhältst, wird sie hier angezeigt.",
"empty_column.hashtag":"Unter diesem Hashtag gibt es noch nichts.",
"empty_column.hashtag":"Unter diesem Hashtag gibt es noch nichts.",
"empty_column.home":"Deine Startseite ist leer! Folge mehr Leuten, um sie zu füllen. {suggestions}",
"empty_column.home":"Deine Startseite ist leer! Folge mehr Leuten, um sie zu füllen. {suggestions}",
"empty_column.home.suggestions":"Ein paar Vorschläge ansehen",
"empty_column.home.suggestions":"Ein paar Vorschläge ansehen",
"empty_column.list":"Diese Liste ist derzeit leer. Wenn Konten auf dieser Liste neue Beiträge veröffentlichen werden sie hier erscheinen.",
"empty_column.list":"Diese Liste ist derzeit leer. Wenn Konten auf dieser Liste neue Beiträge veröffentlichen werden sie hier erscheinen.",
"empty_column.lists":"Du hast noch keine Listen. Wenn du eine anlegst, wird sie hier angezeigt.",
"empty_column.lists":"Du hast noch keine Listen. Wenn du eine anlegst, wird sie hier angezeigt werden.",
"empty_column.mutes":"Du hast keine Profile stummgeschaltet.",
"empty_column.mutes":"Du hast keine Profile stummgeschaltet.",
"empty_column.notifications":"Du hast noch keine Mitteilungen. Interagiere mit anderen, um ins Gespräch zu kommen.",
"empty_column.notifications":"Du hast noch keine Mitteilungen. Interagiere mit anderen, um ins Gespräch zu kommen.",
"empty_column.public":"Hier ist nichts zu sehen! Schreibe etwas öffentlich oder folge Profilen von anderen Servern, um die Zeitleiste aufzufüllen",
"empty_column.public":"Hier ist nichts zu sehen! Schreibe etwas öffentlich oder folge Profilen von anderen Servern, um die Zeitleiste aufzufüllen",
"error.unexpected_crash.explanation":"Aufgrund eines Fehlers in unserem Code oder einer Browsereinkompatibilität konnte diese Seite nicht korrekt angezeigt werden.",
"error.unexpected_crash.explanation":"Aufgrund eines Fehlers in unserem Code oder einer Browser-Inkompatibilität konnte diese Seite nicht korrekt angezeigt werden.",
"error.unexpected_crash.explanation_addons":"Diese Seite konnte nicht korrekt angezeigt werden. Dieser Fehler wird wahrscheinlich durch ein Browser-Add-on oder automatische Übersetzungswerkzeuge verursacht.",
"error.unexpected_crash.explanation_addons":"Diese Seite konnte nicht korrekt angezeigt werden. Dieser Fehler wird wahrscheinlich durch ein Browser-Add-on oder automatische Übersetzungswerkzeuge verursacht.",
"error.unexpected_crash.next_steps":"Versuche die Seite zu aktualisieren. Wenn das nicht hilft, kannst du Mastodon über einen anderen Browser oder eine native App verwenden.",
"error.unexpected_crash.next_steps":"Versuche, die Seite zu aktualisieren. Wenn das nicht hilft, kannst du Mastodon über einen anderen Browser oder eine native App verwenden.",
"error.unexpected_crash.next_steps_addons":"Versuche sie zu deaktivieren und lade dann die Seite neu. Wenn das Problem weiterhin besteht, solltest du Mastodon über einen anderen Browser oder eine native App nutzen.",
"error.unexpected_crash.next_steps_addons":"Versuche, sie zu deaktivieren, und lade dann die Seite neu. Wenn das Problem weiterhin besteht, solltest du Mastodon über einen anderen Browser oder eine native App nutzen.",
"errors.unexpected_crash.copy_stacktrace":"Fehlerlog in die Zwischenablage kopieren",
"errors.unexpected_crash.copy_stacktrace":"Fehlerlog in die Zwischenablage kopieren",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"Diese Filterkategorie gilt nicht für den Kontext, in welchem du auf diesen Beitrag zugegriffen hast. Wenn der Beitrag auch in diesem Kontext gefiltert werden soll, musst du den Filter bearbeiten.",
"follow_recommendations.heading":"Folge Leuten, von denen du Beiträge sehen möchtest! Hier sind einige Vorschläge.",
"follow_recommendations.heading":"Folge Leuten, von denen du Beiträge sehen möchtest! Hier sind einige Vorschläge.",
"follow_recommendations.lead":"Beiträge von Personen, denen du folgst, werden in chronologischer Reihenfolge auf deiner Startseite angezeigt. Hab keine Angst, Fehler zu machen, du kannst den Leuten jederzeit wieder entfolgen!",
"follow_recommendations.lead":"Beiträge von Personen, denen du folgst, werden in chronologischer Reihenfolge auf deiner Startseite angezeigt. Hab keine Angst, Fehler zu machen, du kannst den Leuten jederzeit wieder entfolgen!",
@ -226,16 +227,16 @@
"getting_started.heading":"Erste Schritte",
"getting_started.heading":"Erste Schritte",
"getting_started.invite":"Leute einladen",
"getting_started.invite":"Leute einladen",
"getting_started.open_source_notice":"Mastodon ist quelloffene Software. Du kannst auf GitHub unter {github} dazu beitragen oder Probleme melden.",
"getting_started.open_source_notice":"Mastodon ist quelloffene Software. Du kannst auf GitHub unter {github} dazu beitragen oder Probleme melden.",
"lists.search":"Suche nach Leuten denen du folgst",
"lists.search":"Suche nach Leuten, denen du folgst",
"lists.subheading":"Deine Listen",
"lists.subheading":"Deine Listen",
"load_pending":"{count, plural, one {# neuer Beitrag} other {# neue Beiträge}}",
"load_pending":"{count, plural, one {# neuer Beitrag} other {# neue Beiträge}}",
"loading_indicator.label":"Wird geladen …",
"loading_indicator.label":"Wird geladen …",
@ -341,7 +342,7 @@
"notification.follow_request":"{name} möchte dir folgen",
"notification.follow_request":"{name} möchte dir folgen",
"notification.mention":"{name} hat dich erwähnt",
"notification.mention":"{name} hat dich erwähnt",
"notification.own_poll":"Deine Umfrage ist beendet",
"notification.own_poll":"Deine Umfrage ist beendet",
"notification.poll":"Eine Umfrage in der du abgestimmt hast ist vorbei",
"notification.poll":"Eine Umfrage, an der du teilgenommen hast, ist vorbei",
"notification.reblog":"{name} hat deinen Beitrag geteilt",
"notification.reblog":"{name} hat deinen Beitrag geteilt",
"notification.status":"{name} hat gerade etwas gepostet",
"notification.status":"{name} hat gerade etwas gepostet",
"notification.update":"{name} bearbeitete einen Beitrag",
"notification.update":"{name} bearbeitete einen Beitrag",
@ -430,7 +431,7 @@
"report.forward":"An {target} weiterleiten",
"report.forward":"An {target} weiterleiten",
"report.forward_hint":"Dieses Konto gehört zu einem anderen Server. Soll eine anonymisierte Kopie der Meldung auch dorthin geschickt werden?",
"report.forward_hint":"Dieses Konto gehört zu einem anderen Server. Soll eine anonymisierte Kopie der Meldung auch dorthin geschickt werden?",
"report.mute":"Stummschalten",
"report.mute":"Stummschalten",
"report.mute_explanation":"Du wirst die Beiträge vom Konto nicht mehr sehen. Das Konto kann dir immernoch folgen und die Person hinter dem Konto wird deine Beiträge sehen können und nicht wissen, dass du sie stummgeschaltet hast.",
"report.mute_explanation":"Du wirst die Beiträge vom Konto nicht mehr sehen. Das Konto kann dir immernoch folgen, und die Person hinter dem Konto wird deine Beiträge sehen können und nicht wissen, dass du sie stummgeschaltet hast.",
"report.next":"Weiter",
"report.next":"Weiter",
"report.placeholder":"Zusätzliche Kommentare",
"report.placeholder":"Zusätzliche Kommentare",
"report.reasons.dislike":"Das gefällt mir nicht",
"report.reasons.dislike":"Das gefällt mir nicht",
@ -447,7 +448,7 @@
"report.statuses.title":"Gibt es Beiträge, die diesen Bericht unterstützen?",
"report.statuses.title":"Gibt es Beiträge, die diesen Bericht unterstützen?",
"report.submit":"Absenden",
"report.submit":"Absenden",
"report.target":"{target} melden",
"report.target":"{target} melden",
"report.thanks.take_action":"Das sind deine Möglichkeiten, zu bestimmen, was du auf Mastodon sehen möchtest:",
"report.thanks.take_action":"Das sind deine Möglichkeiten zu bestimmen, was du auf Mastodon sehen möchtest:",
"report.thanks.take_action_actionable":"Während wir dies überprüfen, kannst du gegen @{name} vorgehen:",
"report.thanks.take_action_actionable":"Während wir dies überprüfen, kannst du gegen @{name} vorgehen:",
"report.thanks.title":"Möchtest du das nicht sehen?",
"report.thanks.title":"Möchtest du das nicht sehen?",
"report.thanks.title_actionable":"Vielen Dank für die Meldung, wir werden uns das ansehen.",
"report.thanks.title_actionable":"Vielen Dank für die Meldung, wir werden uns das ansehen.",
"search_popout.tips.full_text":"Einfache Texteingabe gibt Beiträge, die du geschrieben, favorisiert und geteilt hast zurück. Außerdem auch Beiträge in denen du erwähnt wurdest, aber auch passende Nutzernamen, Anzeigenamen oder Hashtags.",
"search_popout.tips.full_text":"Einfache Texteingabe gibt Beiträge, die du geschrieben, favorisiert und geteilt hast, zurück; außerdem auch Beiträge, in denen du erwähnt wurdest, aber auch passende Nutzernamen, Anzeigenamen oder Hashtags.",
"search_popout.tips.hashtag":"Hashtag",
"search_popout.tips.hashtag":"Hashtag",
"search_popout.tips.status":"Tröt",
"search_popout.tips.status":"Tröt",
"search_popout.tips.text":"Einfache Texteingabe gibt Anzeigenamen, Benutzernamen und Hashtags zurück",
"search_popout.tips.text":"Einfache Texteingabe gibt Anzeigenamen, Benutzernamen und Hashtags zurück",
@ -471,7 +472,11 @@
"search_results.nothing_found":"Nichts für diese Suchbegriffe gefunden",
"search_results.nothing_found":"Nichts für diese Suchbegriffe gefunden",
"search_results.statuses":"Beiträge",
"search_results.statuses":"Beiträge",
"search_results.statuses_fts_disabled":"Die Suche für Beiträge nach ihrem Inhalt ist auf diesem Mastodon-Server deaktiviert.",
"search_results.statuses_fts_disabled":"Die Suche für Beiträge nach ihrem Inhalt ist auf diesem Mastodon-Server deaktiviert.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {Ergebnis} other {Ergebnisse}}",
"search_results.total":"{count, number} {count, plural, one {Ergebnis} other {Ergebnisse}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Öffne Moderationsoberfläche für @{name}",
"status.admin_account":"Öffne Moderationsoberfläche für @{name}",
"status.admin_status":"Öffne Beitrag in der Moderationsoberfläche",
"status.admin_status":"Öffne Beitrag in der Moderationsoberfläche",
"status.block":"Blockiere @{name}",
"status.block":"Blockiere @{name}",
@ -487,7 +492,7 @@
"status.edited_x_times":"{count, plural, one {{count} mal} other {{count} mal}} bearbeitet",
"status.edited_x_times":"{count, plural, one {{count} mal} other {{count} mal}} bearbeitet",
"status.unmute_conversation":"Stummschaltung von Konversation aufheben",
"status.unmute_conversation":"Stummschaltung von Konversation aufheben",
"status.unpin":"Vom Profil lösen",
"status.unpin":"Vom Profil lösen",
"subscribed_languages.lead":"Nur Beiträge in ausgewählten Sprachen werden nach der Änderung auf deiner Startseite und den Listen angezeigt. Wähle keine aus, um Beiträge in allen Sprachen zu erhalten.",
"defaultMessage":"Change subscribed languages for {target}",
"id":"subscribed_languages.target"
},
{
"defaultMessage":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"account.link_verified_on":"Η ιδιοκτησία αυτού του συνδέσμου ελέχθηκε την {date}",
"account.link_verified_on":"Η ιδιοκτησία αυτού του συνδέσμου ελέχθηκε την {date}",
"account.locked_info":"Η κατάσταση απορρήτου αυτού του λογαριασμού είναι κλειδωμένη. Ο ιδιοκτήτης επιβεβαιώνει χειροκίνητα ποιος μπορεί να τον ακολουθήσει.",
"account.locked_info":"Η κατάσταση απορρήτου αυτού του λογαριασμού είναι κλειδωμένη. Ο ιδιοκτήτης επιβεβαιώνει χειροκίνητα ποιος μπορεί να τον ακολουθήσει.",
"account.media":"Πολυμέσα",
"account.media":"Πολυμέσα",
@ -226,8 +227,8 @@
"getting_started.heading":"Αφετηρία",
"getting_started.heading":"Αφετηρία",
"getting_started.invite":"Προσκάλεσε κόσμο",
"getting_started.invite":"Προσκάλεσε κόσμο",
"getting_started.open_source_notice":"Το Mastodon είναι ελεύθερο λογισμικό. Μπορείς να συνεισφέρεις ή να αναφέρεις ζητήματα στο GitHub στο {github}.",
"getting_started.open_source_notice":"Το Mastodon είναι ελεύθερο λογισμικό. Μπορείς να συνεισφέρεις ή να αναφέρεις ζητήματα στο GitHub στο {github}.",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"Τουτ",
"search_results.statuses":"Τουτ",
"search_results.statuses_fts_disabled":"Η αναζήτηση τουτ βάσει του περιεχόμενού τους δεν είναι ενεργοποιημένη σε αυτό τον κόμβο.",
"search_results.statuses_fts_disabled":"Η αναζήτηση τουτ βάσει του περιεχόμενού τους δεν είναι ενεργοποιημένη σε αυτό τον κόμβο.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, zero {αποτελέσματα} one {αποτέλεσμα} other {αποτελέσματα}}",
"search_results.total":"{count, number} {count, plural, zero {αποτελέσματα} one {αποτέλεσμα} other {αποτελέσματα}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Άνοιγμα λειτουργίας διαμεσολάβησης για τον/την @{name}",
"status.admin_account":"Άνοιγμα λειτουργίας διαμεσολάβησης για τον/την @{name}",
"status.admin_status":"Άνοιγμα αυτής της δημοσίευσης στη λειτουργία διαμεσολάβησης",
"status.admin_status":"Άνοιγμα αυτής της δημοσίευσης στη λειτουργία διαμεσολάβησης",
"status.block":"Αποκλεισμός @{name}",
"status.block":"Αποκλεισμός @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Δείξε λιγότερα για όλα",
"status.show_less_all":"Δείξε λιγότερα για όλα",
"status.show_more":"Δείξε περισσότερα",
"status.show_more":"Δείξε περισσότερα",
"status.show_more_all":"Δείξε περισσότερα για όλα",
"status.show_more_all":"Δείξε περισσότερα για όλα",
"status.show_original":"Εμφάνιση αρχικού",
"status.show_thread":"Εμφάνιση νήματος",
"status.show_thread":"Εμφάνιση νήματος",
"status.translate":"Μετάφραση",
"status.translated_from":"Μεταφράστηκε από {lang}",
"status.uncached_media_warning":"Μη διαθέσιμα",
"status.uncached_media_warning":"Μη διαθέσιμα",
"status.unmute_conversation":"Διέκοψε την αποσιώπηση της συζήτησης",
"status.unmute_conversation":"Διέκοψε την αποσιώπηση της συζήτησης",
"status.unpin":"Ξεκαρφίτσωσε από το προφίλ",
"status.unpin":"Ξεκαρφίτσωσε από το προφίλ",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Αποθήκευση αλλαγών",
"subscribed_languages.target":"Change subscribed languages for {target}",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"Posts",
"search_results.statuses":"Posts",
"search_results.statuses_fts_disabled":"Searching posts by their content is not enabled on this Mastodon server.",
"search_results.statuses_fts_disabled":"Searching posts by their content is not enabled on this Mastodon server.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_status":"Open this status in the moderation interface",
"status.admin_status":"Open this status in the moderation interface",
"status.block":"Block @{name}",
"status.block":"Block @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Show less for all",
"status.show_less_all":"Show less for all",
"status.show_more":"Show more",
"status.show_more":"Show more",
"status.show_more_all":"Show more for all",
"status.show_more_all":"Show more for all",
"status.show_original":"Show original",
"status.show_thread":"Show thread",
"status.show_thread":"Show thread",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.header":"You might be interested in…",
"suggestions.header":"You might be interested in…",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"Posts",
"search_results.statuses":"Posts",
"search_results.statuses_fts_disabled":"Searching posts by their content is not enabled on this Mastodon server.",
"search_results.statuses_fts_disabled":"Searching posts by their content is not enabled on this Mastodon server.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_status":"Open this post in the moderation interface",
"status.admin_status":"Open this post in the moderation interface",
"status.block":"Block @{name}",
"status.block":"Block @{name}",
@ -523,10 +528,16 @@
"status.show_less_all":"Show less for all",
"status.show_less_all":"Show less for all",
"status.show_more":"Show more",
"status.show_more":"Show more",
"status.show_more_all":"Show more for all",
"status.show_more_all":"Show more for all",
"status.show_original":"Show original",
"status.show_thread":"Show thread",
"status.show_thread":"Show thread",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.header":"You might be interested in…",
"suggestions.header":"You might be interested in…",
"search_results.nothing_found":"Povis trovi nenion por ĉi tiuj serĉaj terminoj",
"search_results.nothing_found":"Povis trovi nenion por ĉi tiuj serĉaj terminoj",
"search_results.statuses":"Mesaĝoj",
"search_results.statuses":"Mesaĝoj",
"search_results.statuses_fts_disabled":"Serĉi mesaĝojn laŭ enhavo ne estas ebligita en ĉi tiu Mastodon-servilo.",
"search_results.statuses_fts_disabled":"Serĉi mesaĝojn laŭ enhavo ne estas ebligita en ĉi tiu Mastodon-servilo.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {rezulto} other {rezultoj}}",
"search_results.total":"{count, number} {count, plural, one {rezulto} other {rezultoj}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Malfermi la kontrolan interfacon por @{name}",
"status.admin_account":"Malfermi la kontrolan interfacon por @{name}",
"status.admin_status":"Malfermi ĉi tiun mesaĝon en la kontrola interfaco",
"status.admin_status":"Malfermi ĉi tiun mesaĝon en la kontrola interfaco",
"status.block":"Bloki @{name}",
"status.block":"Bloki @{name}",
@ -487,7 +492,7 @@
"status.edited_x_times":"Redactita {count, plural, one {{count} fojon} other {{count} fojojn}}",
"status.edited_x_times":"Redactita {count, plural, one {{count} fojon} other {{count} fojojn}}",
"status.embed":"Enkorpigi",
"status.embed":"Enkorpigi",
"status.favourite":"Aldoni al viaj preferaĵoj",
"status.favourite":"Aldoni al viaj preferaĵoj",
"status.filter":"Filter this post",
"status.filter":"Filtri ĉi afiŝo",
"status.filtered":"Filtrita",
"status.filtered":"Filtrita",
"status.hide":"Kaŝi la mesaĝon",
"status.hide":"Kaŝi la mesaĝon",
"status.history.created":"{name} kreis {date}",
"status.history.created":"{name} kreis {date}",
@ -518,10 +523,16 @@
"status.show_less_all":"Montri malpli ĉiun",
"status.show_less_all":"Montri malpli ĉiun",
"status.show_more":"Montri pli",
"status.show_more":"Montri pli",
"status.show_more_all":"Montri pli ĉiun",
"status.show_more_all":"Montri pli ĉiun",
"status.show_original":"Show original",
"status.show_thread":"Montri la mesaĝaron",
"status.show_thread":"Montri la mesaĝaron",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"status.uncached_media_warning":"Nedisponebla",
"status.uncached_media_warning":"Nedisponebla",
"status.unmute_conversation":"Malsilentigi la konversacion",
"status.unmute_conversation":"Malsilentigi la konversacion",
"status.unpin":"Depingli de profilo",
"status.unpin":"Depingli de profilo",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"account.hide_reblogs":"Ocultar adhesiones de @{name}",
"account.hide_reblogs":"Ocultar adhesiones de @{name}",
"account.joined":"En este servidor desde {date}",
"account.joined":"En este servidor desde {date}",
"account.languages":"Cambiar idiomas suscritos",
"account.link_verified_on":"La propiedad de este enlace fue verificada el {date}",
"account.link_verified_on":"La propiedad de este enlace fue verificada el {date}",
"account.locked_info":"Esta cuenta es privada. El propietario manualmente revisa quién puede seguirle.",
"account.locked_info":"Esta cuenta es privada. El propietario manualmente revisa quién puede seguirle.",
"account.media":"Medios",
"account.media":"Medios",
@ -197,22 +198,22 @@
"explore.trending_links":"Noticias",
"explore.trending_links":"Noticias",
"explore.trending_statuses":"Mensajes",
"explore.trending_statuses":"Mensajes",
"explore.trending_tags":"Etiquetas",
"explore.trending_tags":"Etiquetas",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"Esta categoría de filtro no se aplica al contexto en el que accediste a este mensaje. Si querés que el mensaje sea filtrado también en este contexto, vas a tener que editar el filtro.",
"filter_modal.select_filter.search":"Search or create",
"filter_modal.select_filter.search":"Buscar o crear",
"filter_modal.select_filter.subtitle":"Use an existing category or create a new one",
"filter_modal.select_filter.subtitle":"Usar una categoría existente o crear una nueva",
"filter_modal.select_filter.title":"Filter this post",
"filter_modal.select_filter.title":"Filtrar este mensaje",
"filter_modal.title.status":"Filter a post",
"filter_modal.title.status":"Filtrar un mensaje",
"follow_recommendations.done":"Listo",
"follow_recommendations.done":"Listo",
"follow_recommendations.heading":"¡Seguí cuentas cuyos mensajes te gustaría ver! Acá tenés algunas sugerencias.",
"follow_recommendations.heading":"¡Seguí cuentas cuyos mensajes te gustaría ver! Acá tenés algunas sugerencias.",
"follow_recommendations.lead":"Los mensajes de las cuentas que seguís aparecerán en orden cronológico en la columna \"Inicio\". No tengás miedo de meter la pata, ¡podés dejar de seguir cuentas fácilmente en cualquier momento!",
"follow_recommendations.lead":"Los mensajes de las cuentas que seguís aparecerán en orden cronológico en la columna \"Inicio\". No tengás miedo de meter la pata, ¡podés dejar de seguir cuentas fácilmente en cualquier momento!",
@ -226,8 +227,8 @@
"getting_started.heading":"Introducción",
"getting_started.heading":"Introducción",
"getting_started.invite":"Invitar gente",
"getting_started.invite":"Invitar gente",
"getting_started.open_source_notice":"Mastodon es software libre. Podés contribuir o informar errores en {github}.",
"getting_started.open_source_notice":"Mastodon es software libre. Podés contribuir o informar errores en {github}.",
"search_results.nothing_found":"No se pudo encontrar nada para estos términos de búsqueda",
"search_results.nothing_found":"No se pudo encontrar nada para estos términos de búsqueda",
"search_results.statuses":"Mensajes",
"search_results.statuses":"Mensajes",
"search_results.statuses_fts_disabled":"No se pueden buscar mensajes por contenido en este servidor de Mastodon.",
"search_results.statuses_fts_disabled":"No se pueden buscar mensajes por contenido en este servidor de Mastodon.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {resultado} other {resultados}}",
"search_results.total":"{count, number} {count, plural, one {resultado} other {resultados}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Abrir interface de moderación para @{name}",
"status.admin_account":"Abrir interface de moderación para @{name}",
"status.admin_status":"Abrir este mensaje en la interface de moderación",
"status.admin_status":"Abrir este mensaje en la interface de moderación",
"status.block":"Bloquear a @{name}",
"status.block":"Bloquear a @{name}",
@ -487,7 +492,7 @@
"status.edited_x_times":"Editado {count, plural, one {{count} vez} other {{count} veces}}",
"status.edited_x_times":"Editado {count, plural, one {{count} vez} other {{count} veces}}",
"status.embed":"Insertar",
"status.embed":"Insertar",
"status.favourite":"Marcar como favorito",
"status.favourite":"Marcar como favorito",
"status.filter":"Filter this post",
"status.filter":"Filtrar este mensaje",
"status.filtered":"Filtrado",
"status.filtered":"Filtrado",
"status.hide":"Ocultar mensaje",
"status.hide":"Ocultar mensaje",
"status.history.created":"Creado por {name} el {date}",
"status.history.created":"Creado por {name} el {date}",
@ -518,10 +523,16 @@
"status.show_less_all":"Mostrar menos para todo",
"status.show_less_all":"Mostrar menos para todo",
"status.show_more":"Mostrar más",
"status.show_more":"Mostrar más",
"status.show_more_all":"Mostrar más para todo",
"status.show_more_all":"Mostrar más para todo",
"status.show_original":"Mostrar original",
"status.show_thread":"Mostrar hilo",
"status.show_thread":"Mostrar hilo",
"status.translate":"Traducir",
"status.translated_from":"Traducido desde el {lang}",
"status.uncached_media_warning":"No disponible",
"status.uncached_media_warning":"No disponible",
"status.unmute_conversation":"Dejar de silenciar conversación",
"status.unmute_conversation":"Dejar de silenciar conversación",
"status.unpin":"Dejar de fijar",
"status.unpin":"Dejar de fijar",
"subscribed_languages.lead":"Después del cambio, sólo los mensajes en los idiomas seleccionados aparecerán en tu línea temporal Principal y en las líneas de tiempo de lista. No seleccionés ningún idioma para poder recibir mensajes en todos los idiomas.",
"subscribed_languages.save":"Guardar cambios",
"subscribed_languages.target":"Cambiar idiomas suscritos para {target}",
"suggestions.dismiss":"Descartar sugerencia",
"suggestions.dismiss":"Descartar sugerencia",
"suggestions.header":"Es posible que te interese…",
"suggestions.header":"Es posible que te interese…",
"account.hide_reblogs":"Ocultar retoots de @{name}",
"account.hide_reblogs":"Ocultar retoots de @{name}",
"account.joined":"Se unió el {date}",
"account.joined":"Se unió el {date}",
"account.languages":"Cambiar idiomas suscritos",
"account.link_verified_on":"El proprietario de este link fue comprobado el {date}",
"account.link_verified_on":"El proprietario de este link fue comprobado el {date}",
"account.locked_info":"El estado de privacidad de esta cuenta està configurado como bloqueado. El proprietario debe revisar manualmente quien puede seguirle.",
"account.locked_info":"El estado de privacidad de esta cuenta està configurado como bloqueado. El proprietario debe revisar manualmente quien puede seguirle.",
"account.media":"Multimedia",
"account.media":"Multimedia",
@ -59,7 +60,7 @@
"alert.unexpected.title":"¡Ups!",
"alert.unexpected.title":"¡Ups!",
"announcement.announcement":"Anuncio",
"announcement.announcement":"Anuncio",
"attachments_list.unprocessed":"(sin procesar)",
"attachments_list.unprocessed":"(sin procesar)",
"audio.hide":"Hide audio",
"audio.hide":"Ocultar audio",
"autosuggest_hashtag.per_week":"{count} por semana",
"autosuggest_hashtag.per_week":"{count} por semana",
"boost_modal.combo":"Puedes hacer clic en {combo} para saltar este aviso la próxima vez",
"boost_modal.combo":"Puedes hacer clic en {combo} para saltar este aviso la próxima vez",
"bundle_column_error.body":"Algo salió mal al cargar este componente.",
"bundle_column_error.body":"Algo salió mal al cargar este componente.",
@ -197,22 +198,22 @@
"explore.trending_links":"Noticias",
"explore.trending_links":"Noticias",
"explore.trending_statuses":"Publicaciones",
"explore.trending_statuses":"Publicaciones",
"explore.trending_tags":"Hashtags",
"explore.trending_tags":"Hashtags",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"Esta categoría de filtro no se aplica al contexto en el que ha accedido a esta publlicación. Si quieres que la publicación sea filtrada también en este contexto, tendrás que editar el filtro.",
"filter_modal.select_filter.search":"Search or create",
"filter_modal.select_filter.search":"Buscar o crear",
"filter_modal.select_filter.subtitle":"Use an existing category or create a new one",
"filter_modal.select_filter.subtitle":"Usar una categoría existente o crear una nueva",
"filter_modal.select_filter.title":"Filter this post",
"filter_modal.select_filter.title":"Filtrar esta publicación",
"filter_modal.title.status":"Filter a post",
"filter_modal.title.status":"Filtrar una publicación",
"follow_recommendations.done":"Hecho",
"follow_recommendations.done":"Hecho",
"follow_recommendations.heading":"¡Sigue a gente que publique cosas que te gusten! Aquí tienes algunas sugerencias.",
"follow_recommendations.heading":"¡Sigue a gente que publique cosas que te gusten! Aquí tienes algunas sugerencias.",
"follow_recommendations.lead":"Las publicaciones de la gente a la que sigas aparecerán ordenadas cronológicamente en Inicio. No tengas miedo de cometer errores, ¡puedes dejarles de seguir en cualquier momento con la misma facilidad!",
"follow_recommendations.lead":"Las publicaciones de la gente a la que sigas aparecerán ordenadas cronológicamente en Inicio. No tengas miedo de cometer errores, ¡puedes dejarles de seguir en cualquier momento con la misma facilidad!",
@ -226,8 +227,8 @@
"getting_started.heading":"Primeros pasos",
"getting_started.heading":"Primeros pasos",
"getting_started.invite":"Invitar usuarios",
"getting_started.invite":"Invitar usuarios",
"getting_started.open_source_notice":"Mastodon es software libre. Puedes contribuir o reportar errores en {github}.",
"getting_started.open_source_notice":"Mastodon es software libre. Puedes contribuir o reportar errores en {github}.",
"search_results.nothing_found":"No se pudo encontrar nada para estos términos de busqueda",
"search_results.nothing_found":"No se pudo encontrar nada para estos términos de busqueda",
"search_results.statuses":"Toots",
"search_results.statuses":"Toots",
"search_results.statuses_fts_disabled":"Buscar toots por su contenido no está disponible en este servidor de Mastodon.",
"search_results.statuses_fts_disabled":"Buscar toots por su contenido no está disponible en este servidor de Mastodon.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {resultado} other {resultados}}",
"search_results.total":"{count, number} {count, plural, one {resultado} other {resultados}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Abrir interfaz de moderación para @{name}",
"status.admin_account":"Abrir interfaz de moderación para @{name}",
"status.admin_status":"Abrir este estado en la interfaz de moderación",
"status.admin_status":"Abrir este estado en la interfaz de moderación",
"status.block":"Bloquear a @{name}",
"status.block":"Bloquear a @{name}",
@ -487,7 +492,7 @@
"status.edited_x_times":"Editado {count, plural, one {{count} time} other {{count} veces}}",
"status.edited_x_times":"Editado {count, plural, one {{count} time} other {{count} veces}}",
"status.embed":"Incrustado",
"status.embed":"Incrustado",
"status.favourite":"Favorito",
"status.favourite":"Favorito",
"status.filter":"Filter this post",
"status.filter":"Filtrar esta publicación",
"status.filtered":"Filtrado",
"status.filtered":"Filtrado",
"status.hide":"Ocultar publicación",
"status.hide":"Ocultar publicación",
"status.history.created":"{name} creó {date}",
"status.history.created":"{name} creó {date}",
@ -518,10 +523,16 @@
"status.show_less_all":"Mostrar menos para todo",
"status.show_less_all":"Mostrar menos para todo",
"status.show_more":"Mostrar más",
"status.show_more":"Mostrar más",
"status.show_more_all":"Mostrar más para todo",
"status.show_more_all":"Mostrar más para todo",
"status.show_original":"Mostrar original",
"status.show_thread":"Mostrar hilo",
"status.show_thread":"Mostrar hilo",
"status.translate":"Traducir",
"status.translated_from":"Traducido del {lang}",
"status.uncached_media_warning":"No disponible",
"status.uncached_media_warning":"No disponible",
"status.unmute_conversation":"Dejar de silenciar conversación",
"status.unmute_conversation":"Dejar de silenciar conversación",
"status.unpin":"Dejar de fijar",
"status.unpin":"Dejar de fijar",
"subscribed_languages.lead":"Sólo los mensajes en los idiomas seleccionados aparecerán en su inicio y otras líneas de tiempo después del cambio. Seleccione ninguno para recibir mensajes en todos los idiomas.",
"subscribed_languages.save":"Guardar cambios",
"subscribed_languages.target":"Cambiar idiomas suscritos para {target}",
"suggestions.dismiss":"Descartar sugerencia",
"suggestions.dismiss":"Descartar sugerencia",
"suggestions.header":"Es posible que te interese…",
"suggestions.header":"Es posible que te interese…",
"account.hide_reblogs":"Ocultar retoots de @{name}",
"account.hide_reblogs":"Ocultar retoots de @{name}",
"account.joined":"Se unió el {date}",
"account.joined":"Se unió el {date}",
"account.languages":"Cambiar idiomas suscritos",
"account.link_verified_on":"El proprietario de este link fue comprobado el {date}",
"account.link_verified_on":"El proprietario de este link fue comprobado el {date}",
"account.locked_info":"El estado de privacidad de esta cuenta està configurado como bloqueado. El proprietario debe revisar manualmente quien puede seguirle.",
"account.locked_info":"El estado de privacidad de esta cuenta està configurado como bloqueado. El proprietario debe revisar manualmente quien puede seguirle.",
"account.media":"Multimedia",
"account.media":"Multimedia",
@ -197,22 +198,22 @@
"explore.trending_links":"Noticias",
"explore.trending_links":"Noticias",
"explore.trending_statuses":"Publicaciones",
"explore.trending_statuses":"Publicaciones",
"explore.trending_tags":"Etiquetas",
"explore.trending_tags":"Etiquetas",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"Esta categoría de filtro no se aplica al contexto en el que ha accedido a esta publlicación. Si quieres que la publicación sea filtrada también en este contexto, tendrás que editar el filtro.",
"filter_modal.select_filter.search":"Search or create",
"filter_modal.select_filter.search":"Buscar o crear",
"filter_modal.select_filter.subtitle":"Use an existing category or create a new one",
"filter_modal.select_filter.subtitle":"Usar una categoría existente o crear una nueva",
"filter_modal.select_filter.title":"Filter this post",
"filter_modal.select_filter.title":"Filtrar esta publicación",
"filter_modal.title.status":"Filter a post",
"filter_modal.title.status":"Filtrar una publicación",
"follow_recommendations.done":"Hecho",
"follow_recommendations.done":"Hecho",
"follow_recommendations.heading":"¡Sigue a gente que publique cosas que te gusten! Aquí tienes algunas sugerencias.",
"follow_recommendations.heading":"¡Sigue a gente que publique cosas que te gusten! Aquí tienes algunas sugerencias.",
"follow_recommendations.lead":"Las publicaciones de la gente a la que sigas aparecerán ordenadas cronológicamente en Inicio. No tengas miedo de cometer errores, ¡puedes dejarles de seguir en cualquier momento con la misma facilidad!",
"follow_recommendations.lead":"Las publicaciones de la gente a la que sigas aparecerán ordenadas cronológicamente en Inicio. No tengas miedo de cometer errores, ¡puedes dejarles de seguir en cualquier momento con la misma facilidad!",
@ -226,8 +227,8 @@
"getting_started.heading":"Primeros pasos",
"getting_started.heading":"Primeros pasos",
"getting_started.invite":"Invitar usuarios",
"getting_started.invite":"Invitar usuarios",
"getting_started.open_source_notice":"Mastodon es software libre. Puedes contribuir o reportar errores en {github}.",
"getting_started.open_source_notice":"Mastodon es software libre. Puedes contribuir o reportar errores en {github}.",
"search_results.nothing_found":"No se pudo encontrar nada para estos términos de búsqueda",
"search_results.nothing_found":"No se pudo encontrar nada para estos términos de búsqueda",
"search_results.statuses":"Publicaciones",
"search_results.statuses":"Publicaciones",
"search_results.statuses_fts_disabled":"Buscar publicaciones por su contenido no está disponible en este servidor de Mastodon.",
"search_results.statuses_fts_disabled":"Buscar publicaciones por su contenido no está disponible en este servidor de Mastodon.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {resultado} other {resultados}}",
"search_results.total":"{count, number} {count, plural, one {resultado} other {resultados}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Abrir interfaz de moderación para @{name}",
"status.admin_account":"Abrir interfaz de moderación para @{name}",
"status.admin_status":"Abrir este estado en la interfaz de moderación",
"status.admin_status":"Abrir este estado en la interfaz de moderación",
"status.block":"Bloquear a @{name}",
"status.block":"Bloquear a @{name}",
@ -487,7 +492,7 @@
"status.edited_x_times":"Editado {count, plural, one {{count} vez} other {{count} veces}}",
"status.edited_x_times":"Editado {count, plural, one {{count} vez} other {{count} veces}}",
"status.embed":"Incrustado",
"status.embed":"Incrustado",
"status.favourite":"Favorito",
"status.favourite":"Favorito",
"status.filter":"Filter this post",
"status.filter":"Filtrar esta publicación",
"status.filtered":"Filtrado",
"status.filtered":"Filtrado",
"status.hide":"Ocultar publicación",
"status.hide":"Ocultar publicación",
"status.history.created":"{name} creó {date}",
"status.history.created":"{name} creó {date}",
@ -518,10 +523,16 @@
"status.show_less_all":"Mostrar menos para todo",
"status.show_less_all":"Mostrar menos para todo",
"status.show_more":"Mostrar más",
"status.show_more":"Mostrar más",
"status.show_more_all":"Mostrar más para todo",
"status.show_more_all":"Mostrar más para todo",
"status.show_original":"Mostrar original",
"status.show_thread":"Mostrar hilo",
"status.show_thread":"Mostrar hilo",
"status.translate":"Traducir",
"status.translated_from":"Traducido del {lang}",
"status.uncached_media_warning":"No disponible",
"status.uncached_media_warning":"No disponible",
"status.unmute_conversation":"Dejar de silenciar conversación",
"status.unmute_conversation":"Dejar de silenciar conversación",
"status.unpin":"Dejar de fijar",
"status.unpin":"Dejar de fijar",
"subscribed_languages.lead":"Sólo los mensajes en los idiomas seleccionados aparecerán en su inicio y otras líneas de tiempo después del cambio. Seleccione ninguno para recibir mensajes en todos los idiomas.",
"subscribed_languages.save":"Guardar cambios",
"subscribed_languages.target":"Cambiar idiomas suscritos para {target}",
"suggestions.dismiss":"Descartar sugerencia",
"suggestions.dismiss":"Descartar sugerencia",
"suggestions.header":"Es posible que te interese…",
"suggestions.header":"Es posible que te interese…",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"Tuudid",
"search_results.statuses":"Tuudid",
"search_results.statuses_fts_disabled":"Tuutsude otsimine nende sisu järgi ei ole sellel Mastodoni serveril sisse lülitatud.",
"search_results.statuses_fts_disabled":"Tuutsude otsimine nende sisu järgi ei ole sellel Mastodoni serveril sisse lülitatud.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {tulemus} other {tulemust}}",
"search_results.total":"{count, number} {count, plural, one {tulemus} other {tulemust}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"search_results.nothing_found":"Ez da emaitzarik aurkitu bilaketa-termino horientzat",
"search_results.nothing_found":"Ez da emaitzarik aurkitu bilaketa-termino horientzat",
"search_results.statuses":"Bidalketak",
"search_results.statuses":"Bidalketak",
"search_results.statuses_fts_disabled":"Mastodon zerbitzari honek ez du bidalketen edukiaren bilaketa gaitu.",
"search_results.statuses_fts_disabled":"Mastodon zerbitzari honek ez du bidalketen edukiaren bilaketa gaitu.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {emaitza} other {emaitza}}",
"search_results.total":"{count, number} {count, plural, one {emaitza} other {emaitza}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"search_results.nothing_found":"چیزی برای این عبارت جستوجو یافت نشد",
"search_results.nothing_found":"چیزی برای این عبارت جستوجو یافت نشد",
"search_results.statuses":"فرستهها",
"search_results.statuses":"فرستهها",
"search_results.statuses_fts_disabled":"جستوجوی محتوای فرستهها در این کارساز ماستودون به کار انداخته نشده است.",
"search_results.statuses_fts_disabled":"جستوجوی محتوای فرستهها در این کارساز ماستودون به کار انداخته نشده است.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {نتیجه} other {نتیجه}}",
"search_results.total":"{count, number} {count, plural, one {نتیجه} other {نتیجه}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"گشودن واسط مدیریت برای @{name}",
"status.admin_account":"گشودن واسط مدیریت برای @{name}",
"status.admin_status":"گشودن این فرسته در واسط مدیریت",
"status.admin_status":"گشودن این فرسته در واسط مدیریت",
"status.block":"مسدود کردن @{name}",
"status.block":"مسدود کردن @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"نمایش کمتر همه",
"status.show_less_all":"نمایش کمتر همه",
"status.show_more":"نمایش بیشتر",
"status.show_more":"نمایش بیشتر",
"status.show_more_all":"نمایش بیشتر همه",
"status.show_more_all":"نمایش بیشتر همه",
"status.show_original":"Show original",
"status.show_thread":"نمایش رشته",
"status.show_thread":"نمایش رشته",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"status.uncached_media_warning":"ناموجود",
"status.uncached_media_warning":"ناموجود",
"status.unmute_conversation":"رفع خموشی گفتوگو",
"status.unmute_conversation":"رفع خموشی گفتوگو",
"status.unpin":"برداشتن سنجاق از نمایه",
"status.unpin":"برداشتن سنجاق از نمایه",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"نادیده گرفتن پیشنهاد",
"suggestions.dismiss":"نادیده گرفتن پیشنهاد",
"suggestions.header":"شاید این هم برایتان جالب باشد…",
"suggestions.header":"شاید این هم برایتان جالب باشد…",
"account.link_verified_on":"Tämän linkin omistaja tarkistettiin {date}",
"account.link_verified_on":"Tämän linkin omistaja tarkistettiin {date}",
"account.locked_info":"Tämän tilin yksityisyyden tila on asetettu lukituksi. Omistaja arvioi manuaalisesti, kuka voi seurata niitä.",
"account.locked_info":"Tämän tilin yksityisyyden tila on asetettu lukituksi. Omistaja arvioi manuaalisesti, kuka voi seurata niitä.",
"account.media":"Media",
"account.media":"Media",
@ -197,22 +198,22 @@
"explore.trending_links":"Uutiset",
"explore.trending_links":"Uutiset",
"explore.trending_statuses":"Viestit",
"explore.trending_statuses":"Viestit",
"explore.trending_tags":"Aihetunnisteet",
"explore.trending_tags":"Aihetunnisteet",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"Tämä suodatinluokka ei koske asiayhteyttä, jossa olet käyttänyt tätä viestiä. Jos haluat, että viesti suodatetaan myös tässä yhteydessä, sinun on muokattava suodatinta.",
"filter_modal.added.context_mismatch_title":"Asiayhteys ei täsmää!",
"filter_modal.added.expired_explanation":"This filter category has expired, you will need to change the expiration date for it to apply.",
"filter_modal.added.expired_explanation":"Tämä suodatinluokka on vanhentunut ja sinun on muutettava viimeistä voimassaolon päivää, jotta sitä voidaan käyttää.",
"filter_modal.select_filter.search":"Search or create",
"filter_modal.select_filter.search":"Etsi tai luo",
"filter_modal.select_filter.subtitle":"Use an existing category or create a new one",
"filter_modal.select_filter.subtitle":"Käytä olemassa olevaa luokkaa tai luo uusi luokka",
"filter_modal.select_filter.title":"Filter this post",
"filter_modal.select_filter.title":"Suodata tämä viesti",
"filter_modal.title.status":"Filter a post",
"filter_modal.title.status":"Suodata viesti",
"follow_recommendations.done":"Valmis",
"follow_recommendations.done":"Valmis",
"follow_recommendations.heading":"Seuraa ihmisiä, joilta haluaisit nähdä julkaisuja! Tässä on muutamia ehdotuksia.",
"follow_recommendations.heading":"Seuraa ihmisiä, joilta haluaisit nähdä julkaisuja! Tässä on muutamia ehdotuksia.",
"follow_recommendations.lead":"Seuraamiesi julkaisut näkyvät aikajärjestyksessä kotisyötteessä. Älä pelkää seurata vahingossa, voit lopettaa seuraamisen yhtä helposti!",
"follow_recommendations.lead":"Seuraamiesi julkaisut näkyvät aikajärjestyksessä kotisyötteessä. Älä pelkää seurata vahingossa, voit lopettaa seuraamisen yhtä helposti!",
@ -226,8 +227,8 @@
"getting_started.heading":"Näin pääset alkuun",
"getting_started.heading":"Näin pääset alkuun",
"getting_started.invite":"Kutsu ihmisiä",
"getting_started.invite":"Kutsu ihmisiä",
"getting_started.open_source_notice":"Mastodon on avoimen lähdekoodin ohjelma. Voit avustaa tai raportoida ongelmia GitHubissa: {github}.",
"getting_started.open_source_notice":"Mastodon on avoimen lähdekoodin ohjelma. Voit avustaa tai raportoida ongelmia GitHubissa: {github}.",
"search_results.nothing_found":"Näille hakusanoille ei löytynyt mitään",
"search_results.nothing_found":"Näille hakusanoille ei löytynyt mitään",
"search_results.statuses":"Viestit",
"search_results.statuses":"Viestit",
"search_results.statuses_fts_disabled":"Viestien haku sisällön perusteella ei ole käytössä tällä Mastodon-palvelimella.",
"search_results.statuses_fts_disabled":"Viestien haku sisällön perusteella ei ole käytössä tällä Mastodon-palvelimella.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {tulos} other {tulokset}}",
"search_results.total":"{count, number} {count, plural, one {tulos} other {tulokset}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Hylkää ehdotus",
"suggestions.dismiss":"Hylkää ehdotus",
"suggestions.header":"Saatat olla kiinnostunut myös…",
"suggestions.header":"Saatat olla kiinnostunut myös…",
"account.hide_reblogs":"Masquer les partages de @{name}",
"account.hide_reblogs":"Masquer les partages de @{name}",
"account.joined":"Ici depuis {date}",
"account.joined":"Ici depuis {date}",
"account.languages":"Changer les langues abonnées",
"account.link_verified_on":"La propriété de ce lien a été vérifiée le {date}",
"account.link_verified_on":"La propriété de ce lien a été vérifiée le {date}",
"account.locked_info":"Ce compte est privé. Son ou sa propriétaire approuve manuellement qui peut le suivre.",
"account.locked_info":"Ce compte est privé. Son ou sa propriétaire approuve manuellement qui peut le suivre.",
"account.media":"Médias",
"account.media":"Médias",
@ -59,7 +60,7 @@
"alert.unexpected.title":"Oups!",
"alert.unexpected.title":"Oups!",
"announcement.announcement":"Annonce",
"announcement.announcement":"Annonce",
"attachments_list.unprocessed":"(non traité)",
"attachments_list.unprocessed":"(non traité)",
"audio.hide":"Hide audio",
"audio.hide":"Masquer l'audio",
"autosuggest_hashtag.per_week":"{count} par semaine",
"autosuggest_hashtag.per_week":"{count} par semaine",
"boost_modal.combo":"Vous pouvez appuyer sur {combo} pour passer ceci la prochaine fois",
"boost_modal.combo":"Vous pouvez appuyer sur {combo} pour passer ceci la prochaine fois",
"bundle_column_error.body":"Une erreur s’est produite lors du chargement de ce composant.",
"bundle_column_error.body":"Une erreur s’est produite lors du chargement de ce composant.",
@ -197,10 +198,10 @@
"explore.trending_links":"Actualité",
"explore.trending_links":"Actualité",
"explore.trending_statuses":"Messages",
"explore.trending_statuses":"Messages",
"explore.trending_tags":"Hashtags",
"explore.trending_tags":"Hashtags",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"Cette catégorie de filtre ne s'applique pas au contexte dans lequel vous avez accédé à ce message. Si vous voulez que le message soit filtré dans ce contexte également, vous devrez modifier le filtre.",
"getting_started.open_source_notice":"Mastodon est un logiciel libre. Vous pouvez contribuer ou faire des rapports de bogues via {github} sur GitHub.",
"getting_started.open_source_notice":"Mastodon est un logiciel libre. Vous pouvez contribuer ou faire des rapports de bogues via {github} sur GitHub.",
"search_results.nothing_found":"Aucun résultat avec ces mots-clefs",
"search_results.nothing_found":"Aucun résultat avec ces mots-clefs",
"search_results.statuses":"Messages",
"search_results.statuses":"Messages",
"search_results.statuses_fts_disabled":"La recherche de messages par leur contenu n'est pas activée sur ce serveur Mastodon.",
"search_results.statuses_fts_disabled":"La recherche de messages par leur contenu n'est pas activée sur ce serveur Mastodon.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {résultat} other {résultats}}",
"search_results.total":"{count, number} {count, plural, one {résultat} other {résultats}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Ouvrir l’interface de modération pour @{name}",
"status.admin_account":"Ouvrir l’interface de modération pour @{name}",
"status.admin_status":"Ouvrir ce message dans l’interface de modération",
"status.admin_status":"Ouvrir ce message dans l’interface de modération",
"status.block":"Bloquer @{name}",
"status.block":"Bloquer @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Tout replier",
"status.show_less_all":"Tout replier",
"status.show_more":"Déplier",
"status.show_more":"Déplier",
"status.show_more_all":"Tout déplier",
"status.show_more_all":"Tout déplier",
"status.show_original":"Show original",
"status.show_thread":"Montrer le fil",
"status.show_thread":"Montrer le fil",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"status.uncached_media_warning":"Indisponible",
"status.uncached_media_warning":"Indisponible",
"status.unmute_conversation":"Ne plus masquer la conversation",
"status.unmute_conversation":"Ne plus masquer la conversation",
"status.unpin":"Retirer du profil",
"status.unpin":"Retirer du profil",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Rejeter la suggestion",
"suggestions.dismiss":"Rejeter la suggestion",
"suggestions.header":"Vous pourriez être intéressé·e par…",
"suggestions.header":"Vous pourriez être intéressé·e par…",
"tabs_bar.federated_timeline":"Fil public global",
"tabs_bar.federated_timeline":"Fil public global",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"Posts",
"search_results.statuses":"Posts",
"search_results.statuses_fts_disabled":"Searching posts by their content is not enabled on this Mastodon server.",
"search_results.statuses_fts_disabled":"Searching posts by their content is not enabled on this Mastodon server.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_status":"Open this status in the moderation interface",
"status.admin_status":"Open this status in the moderation interface",
"status.block":"Block @{name}",
"status.block":"Block @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Foar alles minder sjen litte",
"status.show_less_all":"Foar alles minder sjen litte",
"status.show_more":"Mear sjen litte",
"status.show_more":"Mear sjen litte",
"status.show_more_all":"Foar alles mear sjen litte",
"status.show_more_all":"Foar alles mear sjen litte",
"status.show_original":"Show original",
"status.show_thread":"Petear sjen litte",
"status.show_thread":"Petear sjen litte",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"status.uncached_media_warning":"Net beskikber",
"status.uncached_media_warning":"Net beskikber",
"status.unmute_conversation":"Petear net mear negearre",
"status.unmute_conversation":"Petear net mear negearre",
"status.unpin":"Unpin from profile",
"status.unpin":"Unpin from profile",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.header":"You might be interested in…",
"suggestions.header":"You might be interested in…",
"account.link_verified_on":"Ownership of this link was checked on {date}",
"account.link_verified_on":"Ownership of this link was checked on {date}",
"account.locked_info":"Tá an socrú príobháideachais don cuntas seo curtha go 'faoi ghlas'. Déanann an t-úinéir léirmheas ar cén daoine atá ceadaithe an cuntas leanúint.",
"account.locked_info":"Tá an socrú príobháideachais don cuntas seo curtha go 'faoi ghlas'. Déanann an t-úinéir léirmheas ar cén daoine atá ceadaithe an cuntas leanúint.",
"account.media":"Ábhair",
"account.media":"Ábhair",
@ -226,8 +227,8 @@
"getting_started.heading":"Getting started",
"getting_started.heading":"Getting started",
"getting_started.invite":"Invite people",
"getting_started.invite":"Invite people",
"getting_started.open_source_notice":"Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
"getting_started.open_source_notice":"Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"Postálacha",
"search_results.statuses":"Postálacha",
"search_results.statuses_fts_disabled":"Searching posts by their content is not enabled on this Mastodon server.",
"search_results.statuses_fts_disabled":"Searching posts by their content is not enabled on this Mastodon server.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_status":"Open this status in the moderation interface",
"status.admin_status":"Open this status in the moderation interface",
"status.block":"Block @{name}",
"status.block":"Block @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Show less for all",
"status.show_less_all":"Show less for all",
"status.show_more":"Show more",
"status.show_more":"Show more",
"status.show_more_all":"Show more for all",
"status.show_more_all":"Show more for all",
"status.show_original":"Show original",
"status.show_thread":"Show thread",
"status.show_thread":"Show thread",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.header":"You might be interested in…",
"suggestions.header":"You might be interested in…",
"autosuggest_hashtag.per_week":"{count} san t-seachdain",
"autosuggest_hashtag.per_week":"{count} san t-seachdain",
"boost_modal.combo":"Brùth air {combo} nam b’ fheàrr leat leum a ghearradh thar seo an ath-thuras",
"boost_modal.combo":"Brùth air {combo} nam b’ fheàrr leat leum a ghearradh thar seo an ath-thuras",
"bundle_column_error.body":"Chaidh rudeigin cearr nuair a dh’fheuch sinn ris a’ cho-phàirt seo a luchdadh.",
"bundle_column_error.body":"Chaidh rudeigin cearr nuair a dh’fheuch sinn ris a’ cho-phàirt seo a luchdadh.",
@ -226,8 +227,8 @@
"getting_started.heading":"Toiseach",
"getting_started.heading":"Toiseach",
"getting_started.invite":"Thoir cuireadh do dhaoine",
"getting_started.invite":"Thoir cuireadh do dhaoine",
"getting_started.open_source_notice":"’S e bathar-bog le bun-tùs fosgailte a th’ ann am Mastodon. ’S urrainn dhut cuideachadh leis no aithris a dhèanamh air duilgheadasan air GitHub fo {github}.",
"getting_started.open_source_notice":"’S e bathar-bog le bun-tùs fosgailte a th’ ann am Mastodon. ’S urrainn dhut cuideachadh leis no aithris a dhèanamh air duilgheadasan air GitHub fo {github}.",
"search_results.nothing_found":"Cha do lorg sinn dad dha na h-abairtean-luirg seo",
"search_results.nothing_found":"Cha do lorg sinn dad dha na h-abairtean-luirg seo",
"search_results.statuses":"Postaichean",
"search_results.statuses":"Postaichean",
"search_results.statuses_fts_disabled":"Chan eil lorg phostaichean a-rèir an susbaint an comas air an fhrithealaiche Mastodon seo.",
"search_results.statuses_fts_disabled":"Chan eil lorg phostaichean a-rèir an susbaint an comas air an fhrithealaiche Mastodon seo.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {toradh} two {thoradh} few {toraidhean} other {toradh}}",
"search_results.total":"{count, number} {count, plural, one {toradh} two {thoradh} few {toraidhean} other {toradh}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Fosgail eadar-aghaidh na maorsainneachd dha @{name}",
"status.admin_account":"Fosgail eadar-aghaidh na maorsainneachd dha @{name}",
"status.admin_status":"Fosgail am post seo ann an eadar-aghaidh na maorsainneachd",
"status.admin_status":"Fosgail am post seo ann an eadar-aghaidh na maorsainneachd",
"status.block":"Bac @{name}",
"status.block":"Bac @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Seall nas lugha dhen a h-uile",
"status.show_less_all":"Seall nas lugha dhen a h-uile",
"status.show_more":"Seall barrachd dheth",
"status.show_more":"Seall barrachd dheth",
"status.show_more_all":"Seall barrachd dhen a h-uile",
"status.show_more_all":"Seall barrachd dhen a h-uile",
"status.show_original":"Show original",
"status.show_thread":"Seall an snàithlean",
"status.show_thread":"Seall an snàithlean",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"status.uncached_media_warning":"Chan eil seo ri fhaighinn",
"status.uncached_media_warning":"Chan eil seo ri fhaighinn",
"status.unmute_conversation":"Dì-mhùch an còmhradh",
"status.unmute_conversation":"Dì-mhùch an còmhradh",
"status.unpin":"Dì-phrìnich on phròifil",
"status.unpin":"Dì-phrìnich on phròifil",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Leig seachad am moladh",
"suggestions.dismiss":"Leig seachad am moladh",
"suggestions.header":"Dh’fhaoidte gu bheil ùidh agad ann an…",
"suggestions.header":"Dh’fhaoidte gu bheil ùidh agad ann an…",
"account.hide_reblogs":"Agochar repeticións de @{name}",
"account.hide_reblogs":"Agochar repeticións de @{name}",
"account.joined":"Uníuse {date}",
"account.joined":"Uníuse {date}",
"account.languages":"Modificar os idiomas subscritos",
"account.link_verified_on":"A propiedade desta ligazón foi verificada o {date}",
"account.link_verified_on":"A propiedade desta ligazón foi verificada o {date}",
"account.locked_info":"Esta é unha conta privada. A propietaria revisa de xeito manual quen pode seguila.",
"account.locked_info":"Esta é unha conta privada. A propietaria revisa de xeito manual quen pode seguila.",
"account.media":"Multimedia",
"account.media":"Multimedia",
@ -197,22 +198,22 @@
"explore.trending_links":"Novas",
"explore.trending_links":"Novas",
"explore.trending_statuses":"Publicacións",
"explore.trending_statuses":"Publicacións",
"explore.trending_tags":"Cancelos",
"explore.trending_tags":"Cancelos",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"Esta categoría de filtro non se aplica ao contexto no que accedeches a esta publicación. Se queres que a publicación se filtre nese contexto tamén, terás que editar o filtro.",
"filter_modal.select_filter.search":"Search or create",
"filter_modal.select_filter.search":"Buscar ou crear",
"filter_modal.select_filter.subtitle":"Use an existing category or create a new one",
"filter_modal.select_filter.subtitle":"Usar unha categoría existente ou crear unha nova",
"filter_modal.select_filter.title":"Filter this post",
"filter_modal.select_filter.title":"Filtrar esta publicación",
"filter_modal.title.status":"Filter a post",
"filter_modal.title.status":"Filtrar unha publicación",
"follow_recommendations.done":"Feito",
"follow_recommendations.done":"Feito",
"follow_recommendations.heading":"Segue a persoas das que queiras ler publicacións! Aqui tes unhas suxestións.",
"follow_recommendations.heading":"Segue a persoas das que queiras ler publicacións! Aqui tes unhas suxestións.",
"follow_recommendations.lead":"As publicacións das persoas que segues aparecerán na túa cronoloxía de inicio ordenadas temporalmente. Non teñas medo a equivocarte, podes deixar de seguirlas igual de fácil en calquera momento!",
"follow_recommendations.lead":"As publicacións das persoas que segues aparecerán na túa cronoloxía de inicio ordenadas temporalmente. Non teñas medo a equivocarte, podes deixar de seguirlas igual de fácil en calquera momento!",
@ -226,8 +227,8 @@
"getting_started.heading":"Primeiros pasos",
"getting_started.heading":"Primeiros pasos",
"getting_started.invite":"Convidar persoas",
"getting_started.invite":"Convidar persoas",
"getting_started.open_source_notice":"Mastodon é software de código aberto. Podes contribuír ou informar de fallos en GitHub en {github}.",
"getting_started.open_source_notice":"Mastodon é software de código aberto. Podes contribuír ou informar de fallos en GitHub en {github}.",
"search_results.nothing_found":"Non atopamos nada con estos termos de busca",
"search_results.nothing_found":"Non atopamos nada con estos termos de busca",
"search_results.statuses":"Publicacións",
"search_results.statuses":"Publicacións",
"search_results.statuses_fts_disabled":"Procurar publicacións polo seu contido non está activado neste servidor do Mastodon.",
"search_results.statuses_fts_disabled":"Procurar publicacións polo seu contido non está activado neste servidor do Mastodon.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {resultado} other {resultados}}",
"search_results.total":"{count, number} {count, plural, one {resultado} other {resultados}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Abrir interface de moderación para @{name}",
"status.admin_account":"Abrir interface de moderación para @{name}",
"status.admin_status":"Abrir esta publicación na interface de moderación",
"status.admin_status":"Abrir esta publicación na interface de moderación",
"status.block":"Bloquear a @{name}",
"status.block":"Bloquear a @{name}",
@ -487,7 +492,7 @@
"status.edited_x_times":"Editado {count, plural, one {{count} vez} other {{count} veces}}",
"status.edited_x_times":"Editado {count, plural, one {{count} vez} other {{count} veces}}",
"status.embed":"Incrustar",
"status.embed":"Incrustar",
"status.favourite":"Favorito",
"status.favourite":"Favorito",
"status.filter":"Filter this post",
"status.filter":"Filtrar esta publicación",
"status.filtered":"Filtrado",
"status.filtered":"Filtrado",
"status.hide":"Agochar publicación",
"status.hide":"Agochar publicación",
"status.history.created":"{name} creouno o {date}",
"status.history.created":"{name} creouno o {date}",
@ -518,10 +523,16 @@
"status.show_less_all":"Amosar menos para todos",
"status.show_less_all":"Amosar menos para todos",
"status.show_more":"Amosar máis",
"status.show_more":"Amosar máis",
"status.show_more_all":"Amosar máis para todos",
"status.show_more_all":"Amosar máis para todos",
"status.show_original":"Mostrar o orixinal",
"status.show_thread":"Amosar fío",
"status.show_thread":"Amosar fío",
"status.translate":"Traducir",
"status.translated_from":"Traducido do {lang}",
"status.uncached_media_warning":"Non dispoñíbel",
"status.uncached_media_warning":"Non dispoñíbel",
"status.unmute_conversation":"Deixar de silenciar conversa",
"status.unmute_conversation":"Deixar de silenciar conversa",
"status.unpin":"Desafixar do perfil",
"status.unpin":"Desafixar do perfil",
"subscribed_languages.lead":"Ao facer cambios só as publicacións nos idiomas seleccionados aparecerán nas túas cronoloxías. Non elixas ningún para poder ver publicacións en tódolos idiomas.",
"subscribed_languages.save":"Gardar cambios",
"subscribed_languages.target":"Cambiar a subscrición a idiomas para {target}",
"account.link_verified_on":"בעלות על הקישור הזה נבדקה לאחרונה ב{date}",
"account.link_verified_on":"בעלות על הקישור הזה נבדקה לאחרונה ב{date}",
"account.locked_info":"מצב הפרטיות של החשבון הנוכחי הוגדר כנעול. בעל החשבון קובע באופן פרטני מי יכול לעקוב אחריו.",
"account.locked_info":"מצב הפרטיות של החשבון הנוכחי הוגדר כנעול. בעל החשבון קובע באופן פרטני מי יכול לעקוב אחריו.",
"account.media":"מדיה",
"account.media":"מדיה",
@ -59,7 +60,7 @@
"alert.unexpected.title":"אופס!",
"alert.unexpected.title":"אופס!",
"announcement.announcement":"הכרזה",
"announcement.announcement":"הכרזה",
"attachments_list.unprocessed":"(לא מעובד)",
"attachments_list.unprocessed":"(לא מעובד)",
"audio.hide":"Hide audio",
"audio.hide":"השתק",
"autosuggest_hashtag.per_week":"{count} לשבוע",
"autosuggest_hashtag.per_week":"{count} לשבוע",
"boost_modal.combo":"ניתן להקיש {combo} כדי לדלג בפעם הבאה",
"boost_modal.combo":"ניתן להקיש {combo} כדי לדלג בפעם הבאה",
"bundle_column_error.body":"משהו השתבש בעת טעינת הרכיב הזה.",
"bundle_column_error.body":"משהו השתבש בעת טעינת הרכיב הזה.",
@ -197,22 +198,22 @@
"explore.trending_links":"חדשות",
"explore.trending_links":"חדשות",
"explore.trending_statuses":"פוסטים",
"explore.trending_statuses":"פוסטים",
"explore.trending_tags":"האשטאגים",
"explore.trending_tags":"האשטאגים",
"filter_modal.added.context_mismatch_explanation":"This filter category does not apply to the context in which you have accessed this post. If you want the post to be filtered in this context too, you will have to edit the filter.",
"filter_modal.added.context_mismatch_explanation":"קטגוריית הפילטר הזאת לא חלה על ההקשר שממנו הגעת אל הפוסט הזה. אם תרצה/י שהפוסט יסונן גם בהקשר זה, תצטרך/י לערוך את הפילטר.",
"report.category.subtitle":"בחר/י את המתאים ביותר",
"report.category.subtitle":"בחר/י את המתאים ביותר",
"report.category.title":"ספר/י לנו מה קורה עם ה-{type} הזה",
"report.category.title":"ספר/י לנו מה קורה עם ה-{type} הזה",
"report.category.title_account":"פרופיל",
"report.category.title_account":"פרופיל",
"report.category.title_status":"חצרוץ",
"report.category.title_status":"פוסט",
"report.close":"בוצע",
"report.close":"בוצע",
"report.comment.title":"האם יש דבר נוסף שלדעתך חשוב שנדע?",
"report.comment.title":"האם יש דבר נוסף שלדעתך חשוב שנדע?",
"report.forward":"קדם ל-{target}",
"report.forward":"קדם ל-{target}",
"report.forward_hint":"חשבון זה הוא משרת אחר. האם לשלוח בנוסף עותק אנונימי לשם?",
"report.forward_hint":"חשבון זה הוא משרת אחר. האם לשלוח בנוסף עותק אנונימי לשם?",
"report.mute":"להשתיק",
"report.mute":"להשתיק",
"report.mute_explanation":"לא ניתן יהיה לראות את חצרוציהם. הם עדיין יוכלו לעקוב אחריך ולראות את חצרוציך ולא ידעו שהם מושתקים.",
"report.mute_explanation":"לא ניתן יהיה לראות את הפוסטים. הם עדיין יוכלו לעקוב אחריך ולראות את הפוסטים שלך ולא ידעו שהם מושתקים.",
"report.next":"הבא",
"report.next":"הבא",
"report.placeholder":"הערות נוספות",
"report.placeholder":"הערות נוספות",
"report.reasons.dislike":"אני לא אוהב את זה",
"report.reasons.dislike":"אני לא אוהב את זה",
@ -444,7 +445,7 @@
"report.rules.subtitle":"בחר/י את כל המתאימים",
"report.rules.subtitle":"בחר/י את כל המתאימים",
"report.rules.title":"אילו חוקים מופרים?",
"report.rules.title":"אילו חוקים מופרים?",
"report.statuses.subtitle":"בחר/י את כל המתאימים",
"report.statuses.subtitle":"בחר/י את כל המתאימים",
"report.statuses.title":"האם ישנם חצרוצים התומכים בדיווח זה?",
"report.statuses.title":"האם ישנם פוסטים התומכים בדיווח זה?",
"report.submit":"שליחה",
"report.submit":"שליחה",
"report.target":"דיווח על {target}",
"report.target":"דיווח על {target}",
"report.thanks.take_action":"הנה כמה אפשרויות לשליטה בתצוגת מסטודון:",
"report.thanks.take_action":"הנה כמה אפשרויות לשליטה בתצוגת מסטודון:",
@ -471,7 +472,11 @@
"search_results.nothing_found":"לא נמצא דבר עבור תנאי חיפוש אלה",
"search_results.nothing_found":"לא נמצא דבר עבור תנאי חיפוש אלה",
"search_results.statuses":"פוסטים",
"search_results.statuses":"פוסטים",
"search_results.statuses_fts_disabled":"חיפוש פוסטים לפי תוכן לא מאופשר בשרת מסטודון זה.",
"search_results.statuses_fts_disabled":"חיפוש פוסטים לפי תוכן לא מאופשר בשרת מסטודון זה.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {תוצאה} other {תוצאות}}",
"search_results.total":"{count, number} {count, plural, one {תוצאה} other {תוצאות}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"פתח/י ממשק ניהול עבור @{name}",
"status.admin_account":"פתח/י ממשק ניהול עבור @{name}",
"status.admin_status":"Open this status in the moderation interface",
"status.admin_status":"Open this status in the moderation interface",
"status.block":"חסימת @{name}",
"status.block":"חסימת @{name}",
@ -487,7 +492,7 @@
"status.edited_x_times":"נערך {count, plural, one {פעם {count}} other {{count} פעמים}}",
"status.edited_x_times":"נערך {count, plural, one {פעם {count}} other {{count} פעמים}}",
"status.embed":"הטמעה",
"status.embed":"הטמעה",
"status.favourite":"חיבוב",
"status.favourite":"חיבוב",
"status.filter":"Filter this post",
"status.filter":"סנן פוסט זה",
"status.filtered":"סונן",
"status.filtered":"סונן",
"status.hide":"הסתר פוסט",
"status.hide":"הסתר פוסט",
"status.history.created":"{name} יצר/ה {date}",
"status.history.created":"{name} יצר/ה {date}",
@ -505,7 +510,7 @@
"status.reblog":"הדהוד",
"status.reblog":"הדהוד",
"status.reblog_private":"להדהד ברמת הנראות המקורית",
"status.reblog_private":"להדהד ברמת הנראות המקורית",
"status.reblogged_by":"{name} הידהד/ה:",
"status.reblogged_by":"{name} הידהד/ה:",
"status.reblogs.empty":"No one has boosted this toot yet. When someone does, they will show up here.",
"status.reblogs.empty":"עוד לא הידהדו את הפוסט הזה. כאשר זה יקרה, ההדהודים יופיעו כאן.",
"status.redraft":"מחיקה ועריכה מחדש",
"status.redraft":"מחיקה ועריכה מחדש",
"status.remove_bookmark":"הסרת סימניה",
"status.remove_bookmark":"הסרת סימניה",
"status.reply":"תגובה",
"status.reply":"תגובה",
@ -518,10 +523,16 @@
"status.show_less_all":"להציג פחות מהכל",
"status.show_less_all":"להציג פחות מהכל",
"status.show_more":"הראה יותר",
"status.show_more":"הראה יותר",
"status.show_more_all":"להציג יותר מהכל",
"status.show_more_all":"להציג יותר מהכל",
"status.show_original":"Show original",
"status.show_thread":"הצג כחלק מפתיל",
"status.show_thread":"הצג כחלק מפתיל",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"status.uncached_media_warning":"לא זמין",
"status.uncached_media_warning":"לא זמין",
"status.unmute_conversation":"הסרת השתקת שיחה",
"status.unmute_conversation":"הסרת השתקת שיחה",
"status.unpin":"לשחרר מקיבוע באודות",
"status.unpin":"לשחרר מקיבוע באודות",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"להתעלם מהצעה",
"suggestions.dismiss":"להתעלם מהצעה",
"suggestions.header":"ייתכן שזה יעניין אותך…",
"suggestions.header":"ייתכן שזה יעניין אותך…",
"tabs_bar.federated_timeline":"פיד כללי (בין-קהילתי)",
"tabs_bar.federated_timeline":"פיד כללי (בין-קהילתי)",
"account.link_verified_on":"इस लिंक का स्वामित्व {date} को चेक किया गया था",
"account.link_verified_on":"इस लिंक का स्वामित्व {date} को चेक किया गया था",
"account.locked_info":"यह खाता गोपनीयता स्थिति लॉक करने के लिए सेट है। मालिक मैन्युअल रूप से समीक्षा करता है कि कौन उनको फॉलो कर सकता है।",
"account.locked_info":"यह खाता गोपनीयता स्थिति लॉक करने के लिए सेट है। मालिक मैन्युअल रूप से समीक्षा करता है कि कौन उनको फॉलो कर सकता है।",
"account.media":"मीडिया",
"account.media":"मीडिया",
@ -226,8 +227,8 @@
"getting_started.heading":"पहले कदम रखें",
"getting_started.heading":"पहले कदम रखें",
"getting_started.invite":"दोस्तों को आमंत्रित करें",
"getting_started.invite":"दोस्तों को आमंत्रित करें",
"getting_started.open_source_notice":"मास्टोडॉन एक मुक्त स्रोत सॉफ्टवेयर है. आप गिटहब {github} पर इस सॉफ्टवेयर में योगदान या किसी भी समस्या को सूचित कर सकते है.",
"getting_started.open_source_notice":"मास्टोडॉन एक मुक्त स्रोत सॉफ्टवेयर है. आप गिटहब {github} पर इस सॉफ्टवेयर में योगदान या किसी भी समस्या को सूचित कर सकते है.",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"Toots",
"search_results.statuses":"Toots",
"search_results.statuses_fts_disabled":"Searching toots by their content is not enabled on this Mastodon server.",
"search_results.statuses_fts_disabled":"Searching toots by their content is not enabled on this Mastodon server.",
"search_results.title":"Search for {q}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_status":"Open this status in the moderation interface",
"status.admin_status":"Open this status in the moderation interface",
"status.block":"Block @{name}",
"status.block":"Block @{name}",
@ -518,10 +523,16 @@
"status.show_less_all":"Show less for all",
"status.show_less_all":"Show less for all",
"status.show_more":"और दिखाएँ",
"status.show_more":"और दिखाएँ",
"status.show_more_all":"Show more for all",
"status.show_more_all":"Show more for all",
"status.show_original":"Show original",
"status.show_thread":"Show thread",
"status.show_thread":"Show thread",
"status.translate":"Translate",
"status.translated_from":"Translated from {lang}",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.header":"You might be interested in…",
"suggestions.header":"You might be interested in…",
"tabs_bar.federated_timeline":"फ़ेडरेटेड",
"tabs_bar.federated_timeline":"फ़ेडरेटेड",
Some files were not shown because too many files have changed in this diff
Show More