Conflicts:
- `app/javascript/mastodon/features/compose/components/poll_form.js`:
glitch-soc change because of having changed the default number of
available poll options.
Applied upstream's changes while keeping glitch-soc's default number of
poll options.
- `public/oops.png`:
We had a minor graphics change, probably not worth diverging from upstream.
Took upstream version.
- Add featured tags to web UI ([noellabo](https://github.com/mastodon/mastodon/pull/19408), [noellabo](https://github.com/mastodon/mastodon/pull/19380), [noellabo](https://github.com/mastodon/mastodon/pull/19358), [noellabo](https://github.com/mastodon/mastodon/pull/19409), [Gargron](https://github.com/mastodon/mastodon/pull/19382), [ykzts](https://github.com/mastodon/mastodon/pull/19418), [noellabo](https://github.com/mastodon/mastodon/pull/19403), [noellabo](https://github.com/mastodon/mastodon/pull/19404), [Gargron](https://github.com/mastodon/mastodon/pull/19398))
- Add featured tags to web UI ([noellabo](https://github.com/mastodon/mastodon/pull/19408), [noellabo](https://github.com/mastodon/mastodon/pull/19380), [noellabo](https://github.com/mastodon/mastodon/pull/19358), [noellabo](https://github.com/mastodon/mastodon/pull/19409), [Gargron](https://github.com/mastodon/mastodon/pull/19382), [ykzts](https://github.com/mastodon/mastodon/pull/19418), [noellabo](https://github.com/mastodon/mastodon/pull/19403), [noellabo](https://github.com/mastodon/mastodon/pull/19404), [Gargron](https://github.com/mastodon/mastodon/pull/19398), [Gargron](https://github.com/mastodon/mastodon/pull/19712))
- **Add support for language preferences for trending statuses and links** ([Gargron](https://github.com/mastodon/mastodon/pull/18288), [Gargron](https://github.com/mastodon/mastodon/pull/19349), [ykzts](https://github.com/mastodon/mastodon/pull/19335))
- **Add support for language preferences for trending statuses and links** ([Gargron](https://github.com/mastodon/mastodon/pull/18288), [Gargron](https://github.com/mastodon/mastodon/pull/19349), [ykzts](https://github.com/mastodon/mastodon/pull/19335))
- Previously, you could only see trends in your current language
- Previously, you could only see trends in your current language
- For less popular languages, that meant empty trends
- For less popular languages, that meant empty trends
@ -23,9 +23,10 @@ Some of the features in this release have been funded through the [NGI0 Discover
- Add `noopener` to links to remote profiles in web UI ([shleeable](https://github.com/mastodon/mastodon/pull/19014))
- Add `noopener` to links to remote profiles in web UI ([shleeable](https://github.com/mastodon/mastodon/pull/19014))
- Add warning for sensitive audio posts in web UI ([rgroothuijsen](https://github.com/mastodon/mastodon/pull/17885))
- Add warning for sensitive audio posts in web UI ([rgroothuijsen](https://github.com/mastodon/mastodon/pull/17885))
- Add language attribute to posts in web UI ([tribela](https://github.com/mastodon/mastodon/pull/18544))
- Add language attribute to posts in web UI ([tribela](https://github.com/mastodon/mastodon/pull/18544))
- Add meta tag for official iOS app ([Gargron](https://github.com/mastodon/mastodon/pull/16599))
- Add support for uploading WebP files ([Saiv46](https://github.com/mastodon/mastodon/pull/18506))
- Add support for uploading WebP files ([Saiv46](https://github.com/mastodon/mastodon/pull/18506))
- Add support for uploading `audio/vnd.wave` files ([tribela](https://github.com/mastodon/mastodon/pull/18737))
- Add support for uploading `audio/vnd.wave` files ([tribela](https://github.com/mastodon/mastodon/pull/18737))
- Add support for uploading AVIF files ([txt-file](https://github.com/mastodon/mastodon/pull/19647))
- Add support for uploading HEIC files ([Gargron](https://github.com/mastodon/mastodon/pull/19618))
- Add more debug information when processing remote accounts ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/15605), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/19209))
- Add more debug information when processing remote accounts ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/15605), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/19209))
- **Add retention policy for cached content and media** ([Gargron](https://github.com/mastodon/mastodon/pull/19232), [zunda](https://github.com/mastodon/mastodon/pull/19478), [Gargron](https://github.com/mastodon/mastodon/pull/19458), [Gargron](https://github.com/mastodon/mastodon/pull/19248))
- **Add retention policy for cached content and media** ([Gargron](https://github.com/mastodon/mastodon/pull/19232), [zunda](https://github.com/mastodon/mastodon/pull/19478), [Gargron](https://github.com/mastodon/mastodon/pull/19458), [Gargron](https://github.com/mastodon/mastodon/pull/19248))
- Set for how long remote posts or media should be cached on your server
- Set for how long remote posts or media should be cached on your server
@ -49,12 +50,15 @@ Some of the features in this release have been funded through the [NGI0 Discover
- The web app can now be accessed without being logged in
- The web app can now be accessed without being logged in
- No more `/web` prefix on web app paths
- No more `/web` prefix on web app paths
- Profiles, posts, and other public pages now use the same interface for logged in and logged out users
- Profiles, posts, and other public pages now use the same interface for logged in and logged out users
@ -77,15 +81,20 @@ Some of the features in this release have been funded through the [NGI0 Discover
- You can peek inside filtered posts anyway
- You can peek inside filtered posts anyway
- Change path of privacy policy page from `/terms` to `/privacy-policy` ([Gargron](https://github.com/mastodon/mastodon/pull/19249))
- Change path of privacy policy page from `/terms` to `/privacy-policy` ([Gargron](https://github.com/mastodon/mastodon/pull/19249))
- Change how hashtags are normalized ([Gargron](https://github.com/mastodon/mastodon/pull/18795), [Gargron](https://github.com/mastodon/mastodon/pull/18863), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/18854))
- Change how hashtags are normalized ([Gargron](https://github.com/mastodon/mastodon/pull/18795), [Gargron](https://github.com/mastodon/mastodon/pull/18863), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/18854))
- Change public timelines to be filtered by current locale by default ([Gargron](https://github.com/mastodon/mastodon/pull/19291))
- Change public (but not hashtag) timelines to be filtered by current locale by default ([Gargron](https://github.com/mastodon/mastodon/pull/19291), [Gargron](https://github.com/mastodon/mastodon/pull/19563))
- Change settings area to be separated into categories in admin UI ([Gargron](https://github.com/mastodon/mastodon/pull/19407))
- Change settings area to be separated into categories in admin UI ([Gargron](https://github.com/mastodon/mastodon/pull/19407), [Gargron](https://github.com/mastodon/mastodon/pull/19533))
- Change "No accounts selected" errors to use the appropriate noun in admin UI ([prplecake](https://github.com/mastodon/mastodon/pull/19356))
- Change "No accounts selected" errors to use the appropriate noun in admin UI ([prplecake](https://github.com/mastodon/mastodon/pull/19356))
- Change e-mail domain blocks to match subdomains of blocked domains ([Gargron](https://github.com/mastodon/mastodon/pull/18979))
- Change e-mail domain blocks to match subdomains of blocked domains ([Gargron](https://github.com/mastodon/mastodon/pull/18979))
- Change custom emoji file size limit from 50 KB to 256 KB ([Gargron](https://github.com/mastodon/mastodon/pull/18788))
- Change custom emoji file size limit from 50 KB to 256 KB ([Gargron](https://github.com/mastodon/mastodon/pull/18788))
- Change "Allow trends without prior review" setting to also work for trending posts ([Gargron](https://github.com/mastodon/mastodon/pull/17977))
- Change "Allow trends without prior review" setting to also work for trending posts ([Gargron](https://github.com/mastodon/mastodon/pull/17977))
- Change admin announcements form to use single inputs for date and time in admin UI ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/18321))
- Change search API to be accessible without being logged in ([Gargron](https://github.com/mastodon/mastodon/pull/18963), [Gargron](https://github.com/mastodon/mastodon/pull/19326))
- Change search API to be accessible without being logged in ([Gargron](https://github.com/mastodon/mastodon/pull/18963), [Gargron](https://github.com/mastodon/mastodon/pull/19326))
- Change following and followers API to be accessible without being logged in ([Gargron](https://github.com/mastodon/mastodon/pull/18964))
- Change following and followers API to be accessible without being logged in ([Gargron](https://github.com/mastodon/mastodon/pull/18964))
- Change `AUTHORIZED_FETCH` to not block unauthenticated REST API access ([Gargron](https://github.com/mastodon/mastodon/pull/19803))
- Change mentions of blocked users to not be processed ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/19725))
- Change max. thumbnail dimensions to 640x360px (360p) ([Gargron](https://github.com/mastodon/mastodon/pull/19619))
- Change post-processing to be deferred only for large media types ([Gargron](https://github.com/mastodon/mastodon/pull/19617))
### Removed
### Removed
@ -98,6 +107,25 @@ Some of the features in this release have been funded through the [NGI0 Discover
### Fixed
### Fixed
- Fix featured tags not saving preferred casing ([Gargron](https://github.com/mastodon/mastodon/pull/19732))
- Fix language not being saved when editing status ([Gargron](https://github.com/mastodon/mastodon/pull/19543))
- Fix not being able to input featured tag with hash symbol ([Gargron](https://github.com/mastodon/mastodon/pull/19535))
- Fix user clean-up scheduler crash when an unconfirmed account has a moderation note ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/19629))
- Fix being unable to withdraw follow request when confirmation modal is disabled in web UI ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/19687))
If you believe you've identified a security vulnerability in Mastodon (a bug that allows something to happen that shouldn't be possible), you should submit the report through our [Bug Bounty Program][bug-bounty]. Alternatively, you can reach us at <hello@joinmastodon.org>.
If you believe you've identified a security vulnerability in Mastodon (a bug that allows something to happen that shouldn't be possible), you can reach us at <hello@joinmastodon.org>.
You should *not* report such issues on GitHub or in other public spaces to give us time to publish a fix for the issue without exposing Mastodon's users to increased risk.
You should *not* report such issues on GitHub or in other public spaces to give us time to publish a fix for the issue without exposing Mastodon's users to increased risk.
@ -16,5 +16,3 @@ A "vulnerability in Mastodon" is a vulnerability in the code distributed through
@ -26,7 +27,7 @@ class LimitedAccountHint extends React.PureComponent {
return(
return(
<divclassName='limited-account-hint'>
<divclassName='limited-account-hint'>
<p><FormattedMessageid='limited_account_hint.title'defaultMessage='This profile has been hidden by the moderators of your server.'/></p>
<p><FormattedMessageid='limited_account_hint.title'defaultMessage='This profile has been hidden by the moderators of {domain}.' values={{domain}}/></p>
<FormattedMessageid='account.moved_to'defaultMessage='{name} has indicated that their new account is now:'values={{name:<bdi><strongdangerouslySetInnerHTML={{__html:from.get('display_name_html')}}/></bdi> }} />
<FormattedMessageid='account.moved_to'defaultMessage='{name} has moved to:'values={{name:<bdi><strongdangerouslySetInnerHTML={displayNameHtml}/></bdi> }} />
<Permalinkhref={to.get('url')}to={`/@${to.get('acct')}`}className='button'><FormattedMessageid='account.go_to_profile'defaultMessage='Go to profile'/></Permalink>
message:<FormattedMessageid='confirmations.cancel_follow_request.message'defaultMessage='Are you sure you want to withdraw your request to follow {name}?'values={{name:<strong>@{account.get('acct')}</strong> }} />,
items.push(<akey='apps'href='https://joinmastodon.org/apps'target='_blank'><FormattedMessageid='navigation_bar.apps'defaultMessage='Get the app'/></a>);
"about.disclaimer":"Mastodon is gratis, oop-bron sagteware, en 'n handelsmerk van Mastodon gGmbH.",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.comment":"Rede",
"about.domain_blocks.domain":"Domein",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.severity":"Severity",
"about.domain_blocks.severity":"Ernstigheid",
"about.domain_blocks.silenced.explanation":"You will generally not see profiles and content from this server, unless you explicitly look it up or opt into it by following.",
"about.domain_blocks.silenced.explanation":"You will generally not see profiles and content from this server, unless you explicitly look it up or opt into it by following.",
"about.domain_blocks.silenced.title":"Limited",
"about.domain_blocks.silenced.title":"Limited",
"about.domain_blocks.suspended.explanation":"No data from this server will be processed, stored or exchanged, making any interaction or communication with users from this server impossible.",
"about.domain_blocks.suspended.explanation":"No data from this server will be processed, stored or exchanged, making any interaction or communication with users from this server impossible.",
"bundle_column_error.error.body":"The requested page could not be rendered. It could be due to a bug in our code, or a browser compatibility issue.",
"bundle_column_error.error.body":"The requested page could not be rendered. It could be due to a bug in our code, or a browser compatibility issue.",
"bundle_column_error.error.title":"Oh, no!",
"bundle_column_error.error.title":"Ag nee!",
"bundle_column_error.network.body":"There was an error when trying to load this page. This could be due to a temporary problem with your internet connection or this server.",
"bundle_column_error.network.body":"There was an error when trying to load this page. This could be due to a temporary problem with your internet connection or this server.",
"bundle_column_error.return":"Gaan terug huistoe",
"bundle_column_error.routing.body":"The requested page could not be found. Are you sure the URL in the address bar is correct?",
"bundle_column_error.routing.body":"The requested page could not be found. Are you sure the URL in the address bar is correct?",
"bundle_column_error.routing.title":"404",
"bundle_column_error.routing.title":"404",
"bundle_modal_error.close":"Close",
"bundle_modal_error.close":"Close",
@ -96,8 +97,8 @@
"closed_registrations_modal.find_another_server":"Find another server",
"closed_registrations_modal.find_another_server":"Find another server",
"closed_registrations_modal.preamble":"Mastodon is decentralized, so no matter where you create your account, you will be able to follow and interact with anyone on this server. You can even self-host it!",
"closed_registrations_modal.preamble":"Mastodon is decentralized, so no matter where you create your account, you will be able to follow and interact with anyone on this server. You can even self-host it!",
"closed_registrations_modal.title":"Signing up on Mastodon",
"closed_registrations_modal.title":"Signing up on Mastodon",
"column.about":"About",
"column.about":"Aangaande",
"column.blocks":"Blocked users",
"column.blocks":"Geblokkeerde gebruikers",
"column.bookmarks":"Boekmerke",
"column.bookmarks":"Boekmerke",
"column.community":"Plaaslike tydlyn",
"column.community":"Plaaslike tydlyn",
"column.direct":"Direkte boodskappe",
"column.direct":"Direkte boodskappe",
@ -136,7 +137,7 @@
"compose_form.poll.remove_option":"Verwyder hierdie keuse",
"compose_form.poll.remove_option":"Verwyder hierdie keuse",
"compose_form.poll.switch_to_multiple":"Verander die peiling na verskeie keuses",
"compose_form.poll.switch_to_multiple":"Verander die peiling na verskeie keuses",
"compose_form.poll.switch_to_single":"Verander die peiling na 'n enkel keuse",
"compose_form.poll.switch_to_single":"Verander die peiling na 'n enkel keuse",
"compose_form.publish":"Publisheer",
"compose_form.publish":"Publiseer",
"compose_form.publish_loud":"{publish}!",
"compose_form.publish_loud":"{publish}!",
"compose_form.save_changes":"Stoor veranderinge",
"compose_form.save_changes":"Stoor veranderinge",
"compose_form.sensitive.hide":"{count, plural, one {Mark media as sensitive} other {Mark media as sensitive}}",
"compose_form.sensitive.hide":"{count, plural, one {Mark media as sensitive} other {Mark media as sensitive}}",
@ -258,15 +259,15 @@
"follow_request.authorize":"Authorize",
"follow_request.authorize":"Authorize",
"follow_request.reject":"Reject",
"follow_request.reject":"Reject",
"follow_requests.unlocked_explanation":"Even though your account is not locked, the {domain} staff thought you might want to review follow requests from these accounts manually.",
"follow_requests.unlocked_explanation":"Even though your account is not locked, the {domain} staff thought you might want to review follow requests from these accounts manually.",
"footer.about":"About",
"footer.directory":"Profiles directory",
"footer.get_app":"Get the app",
"footer.invite":"Invite people",
"footer.keyboard_shortcuts":"Keyboard shortcuts",
"footer.privacy_policy":"Privacy policy",
"footer.source_code":"View source code",
"generic.saved":"Saved",
"generic.saved":"Saved",
"getting_started.directory":"Directory",
"getting_started.documentation":"Documentation",
"getting_started.free_software_notice":"Mastodon is free, open source software. You can view the source code, contribute or report issues at {repository}.",
"search_popout.tips.full_text":"Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
"search_popout.tips.full_text":"Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
"about.disclaimer":"Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.",
"about.domain_blocks.comment":"السبب",
"about.domain_blocks.comment":"السبب",
"about.domain_blocks.domain":"النطاق",
"about.domain_blocks.domain":"النطاق",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
@ -10,7 +11,7 @@
"about.domain_blocks.suspended.explanation":"No data from this server will be processed, stored or exchanged, making any interaction or communication with users from this server impossible.",
"about.domain_blocks.suspended.explanation":"No data from this server will be processed, stored or exchanged, making any interaction or communication with users from this server impossible.",
"account.link_verified_on":"تمَّ التَّحقق مِن مِلْكيّة هذا الرابط بتاريخ {date}",
"account.link_verified_on":"تمَّ التَّحقق مِن مِلْكيّة هذا الرابط بتاريخ {date}",
"account.locked_info":"تمَّ تعيين حالة خصوصية هذا الحساب إلى مُقفَل. يُراجع المالك يدويًا من يمكنه متابعته.",
"account.locked_info":"تمَّ تعيين حالة خصوصية هذا الحساب إلى مُقفَل. يُراجع المالك يدويًا من يمكنه متابعته.",
"account.media":"وسائط",
"account.media":"وسائط",
@ -85,16 +86,16 @@
"bundle_column_error.network.body":"There was an error when trying to load this page. This could be due to a temporary problem with your internet connection or this server.",
"bundle_column_error.network.body":"There was an error when trying to load this page. This could be due to a temporary problem with your internet connection or this server.",
"bundle_column_error.network.title":"خطأ في الشبكة",
"bundle_column_error.network.title":"خطأ في الشبكة",
"bundle_column_error.retry":"إعادة المُحاولة",
"bundle_column_error.retry":"إعادة المُحاولة",
"bundle_column_error.return":"Go back home",
"bundle_column_error.return":"العودة إلى الرئيسية",
"bundle_column_error.routing.body":"The requested page could not be found. Are you sure the URL in the address bar is correct?",
"bundle_column_error.routing.body":"تعذر العثور على الصفحة المطلوبة. هل أنت متأكد من أنّ عنوان URL في شريط العناوين صحيح؟",
"bundle_column_error.routing.title":"404",
"bundle_column_error.routing.title":"404",
"bundle_modal_error.close":"إغلاق",
"bundle_modal_error.close":"إغلاق",
"bundle_modal_error.message":"لقد حدث خطأ ما أثناء تحميل هذا العنصر.",
"bundle_modal_error.message":"لقد حدث خطأ ما أثناء تحميل هذا العنصر.",
"bundle_modal_error.retry":"إعادة المُحاولة",
"bundle_modal_error.retry":"إعادة المُحاولة",
"closed_registrations.other_server_instructions":"Since Mastodon is decentralized, you can create an account on another server and still interact with this one.",
"closed_registrations.other_server_instructions":"بما أن ماستدون لامركزي، يمكنك إنشاء حساب على خادم آخر للاستمرار في التفاعل مع هذا الخادم.",
"closed_registrations_modal.description":"Creating an account on {domain} is currently not possible, but please keep in mind that you do not need an account specifically on {domain} to use Mastodon.",
"closed_registrations_modal.description":"لا يمكن إنشاء حساب على {domain} حاليا، ولكن على فكرة لست بحاجة إلى حساب على {domain} بذاته لاستخدام ماستدون.",
"closed_registrations_modal.find_another_server":"Find another server",
"closed_registrations_modal.find_another_server":"ابحث على خادم آخر",
"closed_registrations_modal.preamble":"Mastodon is decentralized, so no matter where you create your account, you will be able to follow and interact with anyone on this server. You can even self-host it!",
"closed_registrations_modal.preamble":"ماستدون لامركزي، لذلك بغض النظر عن مكان إنشاء حسابك، سيكون بإمكانك المتابعة والتفاعل مع أي شخص على هذا الخادم. يمكنك حتى أن تستضيفه ذاتياً!",
"closed_registrations_modal.title":"Signing up on Mastodon",
"closed_registrations_modal.title":"Signing up on Mastodon",
"column.about":"عن",
"column.about":"عن",
"column.blocks":"المُستَخدِمون المَحظورون",
"column.blocks":"المُستَخدِمون المَحظورون",
@ -258,15 +259,15 @@
"follow_request.authorize":"ترخيص",
"follow_request.authorize":"ترخيص",
"follow_request.reject":"رفض",
"follow_request.reject":"رفض",
"follow_requests.unlocked_explanation":"على الرغم من أن حسابك غير مقفل، فإن موظفين الـ{domain} ظنوا أنك قد ترغب في مراجعة طلبات المتابعة من هذه الحسابات يدوياً.",
"follow_requests.unlocked_explanation":"على الرغم من أن حسابك غير مقفل، فإن موظفين الـ{domain} ظنوا أنك قد ترغب في مراجعة طلبات المتابعة من هذه الحسابات يدوياً.",
"footer.about":"About",
"footer.directory":"Profiles directory",
"footer.get_app":"Get the app",
"footer.invite":"Invite people",
"footer.keyboard_shortcuts":"Keyboard shortcuts",
"footer.privacy_policy":"Privacy policy",
"footer.source_code":"View source code",
"generic.saved":"تم الحفظ",
"generic.saved":"تم الحفظ",
"getting_started.directory":"الدليل",
"getting_started.documentation":"الدليل",
"getting_started.free_software_notice":"Mastodon is free, open source software. You can view the source code, contribute or report issues at {repository}.",
"interaction_modal.on_this_server":"على هذا الخادم",
"interaction_modal.on_this_server":"على هذا الخادم",
"interaction_modal.other_server_instructions":"Simply copy and paste this URL into the search bar of your favourite app or the web interface where you are signed in.",
"interaction_modal.other_server_instructions":"ببساطة قم بنسخ ولصق هذا الرابط في شريط البحث في تطبيقك المفضل أو على واجهة الويب أين ولجت بحسابك.",
"interaction_modal.preamble":"Since Mastodon is decentralized, you can use your existing account hosted by another Mastodon server or compatible platform if you don't have an account on this one.",
"interaction_modal.preamble":"Since Mastodon is decentralized, you can use your existing account hosted by another Mastodon server or compatible platform if you don't have an account on this one.",
"search_popout.search_format":"نمط البحث المتقدم",
"search_popout.search_format":"نمط البحث المتقدم",
"search_popout.tips.full_text":"النص البسيط يقوم بعرض المنشورات التي كتبتها أو قمت بإرسالها أو ترقيتها أو تمت الإشارة إليك فيها من طرف آخرين ، بالإضافة إلى مطابقة أسماء المستخدمين وأسماء العرض وعلامات التصنيف.",
"search_popout.tips.full_text":"النص البسيط يقوم بعرض المنشورات التي كتبتها أو قمت بإرسالها أو ترقيتها أو تمت الإشارة إليك فيها من طرف آخرين ، بالإضافة إلى مطابقة أسماء المستخدمين وأسماء العرض وعلامات التصنيف.",
"search_popout.tips.hashtag":"وسم",
"search_popout.tips.hashtag":"وسم",
@ -528,10 +527,10 @@
"search_results.statuses_fts_disabled":"البحث عن المنشورات عن طريق المحتوى ليس مفعل في خادم ماستدون هذا.",
"search_results.statuses_fts_disabled":"البحث عن المنشورات عن طريق المحتوى ليس مفعل في خادم ماستدون هذا.",
"search_results.title":"Search for {q}",
"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 {نتائج}}",
"server_banner.about_active_users":"People using this server during the last 30 days (Monthly Active Users)",
"server_banner.about_active_users":"الأشخاص الذين يستخدمون هذا الخادم خلال الأيام الثلاثين الأخيرة (المستخدمون النشطون شهريًا)",
"server_banner.active_users":"مستخدم نشط",
"server_banner.active_users":"مستخدم نشط",
"server_banner.administered_by":"يُديره:",
"server_banner.administered_by":"يُديره:",
"server_banner.introduction":"{domain} is part of the decentralized social network powered by {mastodon}.",
"server_banner.introduction":"{domain} هو جزء من الشبكة الاجتماعية اللامركزية المدعومة من {mastodon}.",
"server_banner.learn_more":"تعلم المزيد",
"server_banner.learn_more":"تعلم المزيد",
"server_banner.server_stats":"إحصائيات الخادم:",
"server_banner.server_stats":"إحصائيات الخادم:",
"sign_in_banner.create_account":"أنشئ حسابًا",
"sign_in_banner.create_account":"أنشئ حسابًا",
@ -573,7 +572,7 @@
"status.reblogs.empty":"لم يقم أي أحد بمشاركة هذا المنشور بعد. عندما يقوم أحدهم بذلك سوف يظهر هنا.",
"status.reblogs.empty":"لم يقم أي أحد بمشاركة هذا المنشور بعد. عندما يقوم أحدهم بذلك سوف يظهر هنا.",
"about.disclaimer":"Mastodon ye software gratuito y de códigu llibre, y una marca rexistrada de Mastodon gGmbH.",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.comment":"Motivu",
"about.domain_blocks.domain":"Dominiu",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.severity":"Severity",
"about.domain_blocks.severity":"Gravedá",
"about.domain_blocks.silenced.explanation":"You will generally not see profiles and content from this server, unless you explicitly look it up or opt into it by following.",
"about.domain_blocks.silenced.explanation":"You will generally not see profiles and content from this server, unless you explicitly look it up or opt into it by following.",
"about.domain_blocks.silenced.title":"Limited",
"about.domain_blocks.silenced.title":"Limited",
"about.domain_blocks.suspended.explanation":"No data from this server will be processed, stored or exchanged, making any interaction or communication with users from this server impossible.",
"about.domain_blocks.suspended.explanation":"No data from this server will be processed, stored or exchanged, making any interaction or communication with users from this server impossible.",
@ -13,17 +14,17 @@
"about.powered_by":"Decentralized social media powered by {mastodon}",
"about.powered_by":"Decentralized social media powered by {mastodon}",
"about.rules":"Server rules",
"about.rules":"Server rules",
"account.account_note_header":"Note",
"account.account_note_header":"Note",
"account.add_or_remove_from_list":"Amestar o desaniciar de les llistes",
"account.add_or_remove_from_list":"Add or Remove from lists",
"account.badges.bot":"Robó",
"account.badges.bot":"Robó",
"account.badges.group":"Grupu",
"account.badges.group":"Grupu",
"account.block":"Bloquiar a @{name}",
"account.block":"Bloquiar a @{name}",
"account.block_domain":"Anubrir tolo de {domain}",
"account.block_domain":"Block domain {domain}",
"account.blocked":"Bloquiada",
"account.blocked":"Blocked",
"account.browse_more_on_origin_server":"Browse more on the original profile",
"account.browse_more_on_origin_server":"Browse more on the original profile",
"bundle_modal_error.message":"Asocedió daqué malo mentanto se cargaba esti componente.",
"bundle_modal_error.message":"Asocedió daqué malo mentanto se cargaba esti componente.",
"bundle_modal_error.retry":"Try again",
"bundle_modal_error.retry":"Try again",
"closed_registrations.other_server_instructions":"Since Mastodon is decentralized, you can create an account on another server and still interact with this one.",
"closed_registrations.other_server_instructions":"Darréu que Mastodon ye descentralizáu, pues crear una cuenta n'otru sirvidor y siguir interactuando con esti.",
"closed_registrations_modal.description":"Creating an account on {domain} is currently not possible, but please keep in mind that you do not need an account specifically on {domain} to use Mastodon.",
"closed_registrations_modal.description":"Creating an account on {domain} is currently not possible, but please keep in mind that you do not need an account specifically on {domain} to use Mastodon.",
"closed_registrations_modal.find_another_server":"Find another server",
"closed_registrations_modal.find_another_server":"Find another server",
"closed_registrations_modal.preamble":"Mastodon is decentralized, so no matter where you create your account, you will be able to follow and interact with anyone on this server. You can even self-host it!",
"closed_registrations_modal.preamble":"Mastodon is decentralized, so no matter where you create your account, you will be able to follow and interact with anyone on this server. You can even self-host it!",
@ -209,7 +210,7 @@
"empty_column.blocks":"Entá nun bloquiesti a nengún usuariu.",
"empty_column.blocks":"Entá nun bloquiesti a nengún usuariu.",
"empty_column.bookmarked_statuses":"Entá nun tienes nengún barritu en Marcadores. Cuando amiestes unu, va amosase equí.",
"empty_column.bookmarked_statuses":"Entá nun tienes nengún barritu en Marcadores. Cuando amiestes unu, va amosase equí.",
"empty_column.community":"The local timeline is empty. Write something publicly to get the ball rolling!",
"empty_column.community":"The local timeline is empty. Write something publicly to get the ball rolling!",
"empty_column.direct":"Entá nun tienes nengún mensaxe direutu. Cuando unvies o recibas dalgún, apaecen equí.",
"empty_column.direct":"Entá nun tienes nengún mensaxe direutu. Cuando unvies o recibas dalgún, va apaecer equí.",
"empty_column.domain_blocks":"Entá nun hai dominios anubríos.",
"empty_column.domain_blocks":"Entá nun hai dominios anubríos.",
"empty_column.explore_statuses":"Nothing is trending right now. Check back later!",
"empty_column.explore_statuses":"Nothing is trending right now. Check back later!",
"empty_column.favourited_statuses":"Entá nun tienes nengún barritu en Favoritos. Cuando amiestes unu, va amosase equí.",
"empty_column.favourited_statuses":"Entá nun tienes nengún barritu en Favoritos. Cuando amiestes unu, va amosase equí.",
@ -225,7 +226,7 @@
"empty_column.notifications":"You don't have any notifications yet. When other people interact with you, you will see it here.",
"empty_column.notifications":"You don't have any notifications yet. When other people interact with you, you will see it here.",
"empty_column.public":"¡Equí nun hai nada! Escribi daqué público o sigui a usuarios d'otros sirvidores pa rellenar esto",
"empty_column.public":"¡Equí nun hai nada! Escribi daqué público o sigui a usuarios d'otros sirvidores pa rellenar esto",
"error.unexpected_crash.explanation":"Pola mor d'un fallu nel códigu o un problema de compatibilidá del restolador, esta páxina nun se pudo amosar correutamente.",
"error.unexpected_crash.explanation":"Pola mor d'un fallu nel códigu o un problema de compatibilidá del restolador, esta páxina nun se pudo amosar correutamente.",
"error.unexpected_crash.explanation_addons":"Esta páxina nun se pudo amosar correutamente. Ye probable que dalgún complementu del restolador o dalguna ferramienta de traducción automática produxere esti fallu.",
"error.unexpected_crash.explanation_addons":"Esta páxina nun se pudo amosar correutamente. Ye probable que dalgún complementu del restolador o dalguna ferramienta de traducción automática produxere esti error.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"error.unexpected_crash.next_steps":"Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"error.unexpected_crash.next_steps_addons":"Try disabling them and refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"error.unexpected_crash.next_steps_addons":"Try disabling them and refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
"errors.unexpected_crash.copy_stacktrace":"Copy stacktrace to clipboard",
@ -258,15 +259,15 @@
"follow_request.authorize":"Autorizar",
"follow_request.authorize":"Autorizar",
"follow_request.reject":"Refugar",
"follow_request.reject":"Refugar",
"follow_requests.unlocked_explanation":"Even though your account is not locked, the {domain} staff thought you might want to review follow requests from these accounts manually.",
"follow_requests.unlocked_explanation":"Even though your account is not locked, the {domain} staff thought you might want to review follow requests from these accounts manually.",
"footer.about":"About",
"footer.directory":"Direutoriu de perfiles",
"footer.get_app":"Get the app",
"footer.invite":"Invite people",
"footer.keyboard_shortcuts":"Atayos del tecláu",
"footer.privacy_policy":"Política de privacidá",
"footer.source_code":"View source code",
"generic.saved":"Saved",
"generic.saved":"Saved",
"getting_started.directory":"Directory",
"getting_started.documentation":"Documentación",
"getting_started.free_software_notice":"Mastodon ye software llibre y de códigu abiertu. Pues ver el códigu fonte, collaborar ya informar de fallos en {repository}.",
"privacy.direct.long":"Post to mentioned users only",
"privacy.direct.long":"Visible for mentioned users only",
"privacy.direct.short":"Direct",
"privacy.direct.short":"Direct",
"privacy.private.long":"Post to followers only",
"privacy.private.long":"Visible for followers only",
"privacy.private.short":"Followers-only",
"privacy.private.short":"Followers-only",
"privacy.public.long":"Visible for all",
"privacy.public.long":"Visible for all",
"privacy.public.short":"Public",
"privacy.public.short":"Public",
@ -471,25 +469,25 @@
"relative_time.seconds":"{number} s",
"relative_time.seconds":"{number} s",
"relative_time.today":"güei",
"relative_time.today":"güei",
"reply_indicator.cancel":"Encaboxar",
"reply_indicator.cancel":"Encaboxar",
"report.block":"Block",
"report.block":"Bloquiar",
"report.block_explanation":"You will not see their posts. They will not be able to see your posts or follow you. They will be able to tell that they are blocked.",
"report.block_explanation":"You will not see their posts. They will not be able to see your posts or follow you. They will be able to tell that they are blocked.",
"report.categories.other":"Other",
"report.categories.other":"Other",
"report.categories.spam":"Spam",
"report.categories.spam":"Spam",
"report.categories.violation":"Content violates one or more server rules",
"report.categories.violation":"El conteníu incumple una o más regles del sirvidor",
"report.category.subtitle":"Choose the best match",
"report.category.subtitle":"Escueyi la meyor opción",
"report.category.title":"Tell us what's going on with this {type}",
"report.category.title":"Dinos qué pasa con esti {type}",
"report.category.title_account":"profile",
"report.category.title_account":"perfil",
"report.category.title_status":"post",
"report.category.title_status":"artículu",
"report.close":"Done",
"report.close":"Fecho",
"report.comment.title":"Is there anything else you think we should know?",
"report.comment.title":"¿Hai daqué más qu'habríemos saber?",
"report.forward":"Forward to {target}",
"report.forward":"Reunviar a {target}",
"report.forward_hint":"La cuenta ye d'otru sirvidor. ¿Quies unviar ellí tamién una copia anónima del informe?",
"report.forward_hint":"La cuenta ye d'otru sirvidor. ¿Quies unviar a esi sirvidor una copia anónima del informe?",
"report.mute":"Mute",
"report.mute":"Mute",
"report.mute_explanation":"You will not see their posts. They can still follow you and see your posts and will not know that they are muted.",
"report.mute_explanation":"You will not see their posts. They can still follow you and see your posts and will not know that they are muted.",
"report.next":"Siguiente",
"report.next":"Siguiente",
"report.placeholder":"Comentarios adicionales",
"report.placeholder":"Comentarios adicionales",
"report.reasons.dislike":"I don't like it",
"report.reasons.dislike":"I don't like it",
"report.reasons.dislike_description":"It is not something you want to see",
"report.reasons.dislike_description":"Nun ye daqué que quiera ver",
"report.reasons.other":"Ye daqué más",
"report.reasons.other":"Ye daqué más",
"report.reasons.other_description":"La incidencia nun s'axusta a les demás categoríes",
"report.reasons.other_description":"La incidencia nun s'axusta a les demás categoríes",
"report.reasons.spam":"Ye spam",
"report.reasons.spam":"Ye spam",
@ -502,7 +500,7 @@
"report.statuses.title":"Are there any posts that back up this report?",
"report.statuses.title":"Are there any posts that back up this report?",
"report.submit":"Unviar",
"report.submit":"Unviar",
"report.target":"Report {target}",
"report.target":"Report {target}",
"report.thanks.take_action":"Equí tan les opciones pa controlar qué ver en Mastodon:",
"report.thanks.take_action":"Equí tienes les opciones pa controlar qué ves en Mastodon:",
"report.thanks.take_action_actionable":"While we review this, you can take action against @{name}:",
"report.thanks.take_action_actionable":"While we review this, you can take action against @{name}:",
"report.thanks.title":"Don't want to see this?",
"report.thanks.title":"Don't want to see this?",
"report.thanks.title_actionable":"Thanks for reporting, we'll look into this.",
"report.thanks.title_actionable":"Thanks for reporting, we'll look into this.",
"search_popout.search_format":"Formatu de gueta avanzada",
"search_popout.search_format":"Formatu de gueta avanzada",
"search_popout.tips.full_text":"Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
"search_popout.tips.full_text":"Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
"search_popout.tips.hashtag":"etiqueta",
"search_popout.tips.hashtag":"etiqueta",
@ -611,9 +610,9 @@
"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} people}} in the past {days, plural, one {day} other {{days} days}}",
"trends.trending_now":"En tendencia",
"trends.trending_now":"En tendencia",
"ui.beforeunload":"El borrador va perdese si coles de Mastodon.",
"ui.beforeunload":"El borrador va perdese si coles de Mastodon.",
"units.short.billion":"{count} B",
"units.short.billion":"{count} MM",
"units.short.million":"{count} M",
"units.short.million":"{count} M",
"units.short.thousand":"{count} K",
"units.short.thousand":"{count} mil",
"upload_area.title":"Arrastra y suelta pa xubir",
"upload_area.title":"Arrastra y suelta pa xubir",
"upload_button.label":"Add images, a video or an audio file",
"upload_button.label":"Add images, a video or an audio file",
"about.disclaimer":"Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.comment":"Причина",
"about.domain_blocks.domain":"Домейн",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.severity":"Severity",
"about.domain_blocks.severity":"Severity",
"about.domain_blocks.silenced.explanation":"You will generally not see profiles and content from this server, unless you explicitly look it up or opt into it by following.",
"about.domain_blocks.silenced.explanation":"You will generally not see profiles and content from this server, unless you explicitly look it up or opt into it by following.",
@ -91,7 +92,7 @@
"bundle_modal_error.close":"Затваряне",
"bundle_modal_error.close":"Затваряне",
"bundle_modal_error.message":"Нещо се обърка при зареждането на този компонент.",
"bundle_modal_error.message":"Нещо се обърка при зареждането на този компонент.",
"bundle_modal_error.retry":"Опитайте отново",
"bundle_modal_error.retry":"Опитайте отново",
"closed_registrations.other_server_instructions":"Since Mastodon is decentralized, you can create an account on another server and still interact with this one.",
"closed_registrations.other_server_instructions":"Поради това че Mastodon е децентрализиран, можеш да създадеш акаунт на друг сървър, от който можеш да комуникираш с този.",
"closed_registrations_modal.description":"Creating an account on {domain} is currently not possible, but please keep in mind that you do not need an account specifically on {domain} to use Mastodon.",
"closed_registrations_modal.description":"Creating an account on {domain} is currently not possible, but please keep in mind that you do not need an account specifically on {domain} to use Mastodon.",
"closed_registrations_modal.find_another_server":"Find another server",
"closed_registrations_modal.find_another_server":"Find another server",
"closed_registrations_modal.preamble":"Mastodon is decentralized, so no matter where you create your account, you will be able to follow and interact with anyone on this server. You can even self-host it!",
"closed_registrations_modal.preamble":"Mastodon is decentralized, so no matter where you create your account, you will be able to follow and interact with anyone on this server. You can even self-host it!",
@ -258,15 +259,15 @@
"follow_request.authorize":"Упълномощаване",
"follow_request.authorize":"Упълномощаване",
"follow_request.reject":"Отхвърляне",
"follow_request.reject":"Отхвърляне",
"follow_requests.unlocked_explanation":"Въпреки че акаунтът ви не е заключен, служителите на {domain} помислиха, че може да искате да преглеждате ръчно заявките за последване на тези профили.",
"follow_requests.unlocked_explanation":"Въпреки че акаунтът ви не е заключен, служителите на {domain} помислиха, че може да искате да преглеждате ръчно заявките за последване на тези профили.",
"footer.about":"About",
"footer.directory":"Profiles directory",
"footer.get_app":"Get the app",
"footer.invite":"Invite people",
"footer.keyboard_shortcuts":"Keyboard shortcuts",
"footer.privacy_policy":"Privacy policy",
"footer.source_code":"View source code",
"generic.saved":"Запазено",
"generic.saved":"Запазено",
"getting_started.directory":"Directory",
"getting_started.documentation":"Документация",
"getting_started.free_software_notice":"Mastodon is free, open source software. You can view the source code, contribute or report issues at {repository}.",
"search_popout.search_format":"Формат за разширено търсене",
"search_popout.search_format":"Формат за разширено търсене",
"search_popout.tips.full_text":"Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
"search_popout.tips.full_text":"Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
"search_popout.tips.hashtag":"хаштаг",
"search_popout.tips.hashtag":"хаштаг",
@ -636,6 +635,7 @@
"upload_modal.preparing_ocr":"Подготване на ОРС…",
"upload_modal.preparing_ocr":"Подготване на ОРС…",
"about.disclaimer":"Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.",
"about.domain_blocks.comment":"Reason",
"about.domain_blocks.comment":"Reason",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
@ -258,15 +259,15 @@
"follow_request.authorize":"অনুমতি দিন",
"follow_request.authorize":"অনুমতি দিন",
"follow_request.reject":"প্রত্যাখ্যান করুন",
"follow_request.reject":"প্রত্যাখ্যান করুন",
"follow_requests.unlocked_explanation":"আপনার অ্যাকাউন্টটি লক না থাকলেও, {domain} কর্মীরা ভেবেছিলেন যে আপনি এই অ্যাকাউন্টগুলি থেকে ম্যানুয়ালি অনুসরণের অনুরোধগুলি পর্যালোচনা করতে চাইতে পারেন।",
"follow_requests.unlocked_explanation":"আপনার অ্যাকাউন্টটি লক না থাকলেও, {domain} কর্মীরা ভেবেছিলেন যে আপনি এই অ্যাকাউন্টগুলি থেকে ম্যানুয়ালি অনুসরণের অনুরোধগুলি পর্যালোচনা করতে চাইতে পারেন।",
"footer.about":"About",
"footer.directory":"Profiles directory",
"footer.get_app":"Get the app",
"footer.invite":"Invite people",
"footer.keyboard_shortcuts":"Keyboard shortcuts",
"footer.privacy_policy":"Privacy policy",
"footer.source_code":"View source code",
"generic.saved":"সংরক্ষণ হয়েছে",
"generic.saved":"সংরক্ষণ হয়েছে",
"getting_started.directory":"Directory",
"getting_started.documentation":"নথিপত্র",
"getting_started.free_software_notice":"Mastodon is free, open source software. You can view the source code, contribute or report issues at {repository}.",
"search_popout.tips.full_text":"সাধারণ লেখা দিয়ে খুঁজলে বের হবে সেরকম আপনার লেখা, পছন্দের লেখা, সমর্থন করা লেখা, আপনাকে উল্লেখকরা কোনো লেখা, যা খুঁজছেন সেরকম কোনো ব্যবহারকারীর নাম বা কোনো হ্যাশট্যাগগুলো।",
"search_popout.tips.full_text":"সাধারণ লেখা দিয়ে খুঁজলে বের হবে সেরকম আপনার লেখা, পছন্দের লেখা, সমর্থন করা লেখা, আপনাকে উল্লেখকরা কোনো লেখা, যা খুঁজছেন সেরকম কোনো ব্যবহারকারীর নাম বা কোনো হ্যাশট্যাগগুলো।",
"search_popout.tips.hashtag":"হ্যাশট্যাগ",
"search_popout.tips.hashtag":"হ্যাশট্যাগ",
@ -636,6 +635,7 @@
"upload_modal.preparing_ocr":"Preparing OCR…",
"upload_modal.preparing_ocr":"Preparing OCR…",
"upload_modal.preview_label":"পূর্বরূপ({ratio})",
"upload_modal.preview_label":"পূর্বরূপ({ratio})",
"upload_progress.label":"যুক্ত করতে পাঠানো হচ্ছে...",
"upload_progress.label":"যুক্ত করতে পাঠানো হচ্ছে...",
"upload_progress.processing":"Processing…",
"video.close":"ভিডিওটি বন্ধ করতে",
"video.close":"ভিডিওটি বন্ধ করতে",
"video.download":"ফাইলটি ডাউনলোড করুন",
"video.download":"ফাইলটি ডাউনলোড করুন",
"video.exit_fullscreen":"পূর্ণ পর্দা থেকে বাইরে বের হতে",
"video.exit_fullscreen":"পূর্ণ পর্দা থেকে বাইরে বের হতে",
"about.disclaimer":"Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.",
"about.domain_blocks.comment":"Abeg",
"about.domain_blocks.comment":"Abeg",
"about.domain_blocks.domain":"Domani",
"about.domain_blocks.domain":"Domani",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.severity":"Strizhder",
"about.domain_blocks.severity":"Strizhder",
"about.domain_blocks.silenced.explanation":"Ne vo ket gwelet profiloù eus ar servijer-mañ ganeoc'h peurliesañ, nemet ma vefec'h o klask war o lec'h pe choazfec'h o heuliañ.",
"about.domain_blocks.silenced.explanation":"Ne vo ket gwelet profiloù eus ar servijer-mañ ganeoc'h peurliesañ, nemet ma vefec'h o klask war o lec'h pe choazfec'h o heuliañ.",
"about.domain_blocks.silenced.title":"Limited",
"about.domain_blocks.silenced.title":"Bevennet",
"about.domain_blocks.suspended.explanation":"No data from this server will be processed, stored or exchanged, making any interaction or communication with users from this server impossible.",
"about.domain_blocks.suspended.explanation":"No data from this server will be processed, stored or exchanged, making any interaction or communication with users from this server impossible.",
"confirmations.cancel_follow_request.message":"Are you sure you want to withdraw your request to follow {name}?",
"confirmations.cancel_follow_request.message":"Ha sur oc'h e fell deoc'h nullañ ho reked evit heuliañ {name} ?",
"confirmations.delete.confirm":"Dilemel",
"confirmations.delete.confirm":"Dilemel",
"confirmations.delete.message":"Ha sur oc'h e fell deoc'h dilemel ar c'hemennad-mañ ?",
"confirmations.delete.message":"Ha sur oc'h e fell deoc'h dilemel ar c'hemennad-mañ ?",
"confirmations.delete_list.confirm":"Dilemel",
"confirmations.delete_list.confirm":"Dilemel",
@ -169,13 +170,13 @@
"confirmations.reply.confirm":"Respont",
"confirmations.reply.confirm":"Respont",
"confirmations.reply.message":"Respont bremañ a zilamo ar gemennadenn emaoc'h o skrivañ. Sur e oc'h e fell deoc'h kenderc'hel ganti?",
"confirmations.reply.message":"Respont bremañ a zilamo ar gemennadenn emaoc'h o skrivañ. Sur e oc'h e fell deoc'h kenderc'hel ganti?",
"confirmations.unfollow.confirm":"Diheuliañ",
"confirmations.unfollow.confirm":"Diheuliañ",
"confirmations.unfollow.message":"Ha sur oc'h e fell deoc'h paouez da heuliañ {name}?",
"confirmations.unfollow.message":"Ha sur oc'h e fell deoc'h paouez da heuliañ {name}?",
"conversation.delete":"Dilemel ar gaozeadenn",
"conversation.delete":"Dilemel ar gaozeadenn",
"conversation.mark_as_read":"Merkañ evel lennet",
"conversation.mark_as_read":"Merkañ evel lennet",
"conversation.open":"Gwelout ar gaozeadenn",
"conversation.open":"Gwelout ar gaozeadenn",
"conversation.with":"Gant {names}",
"conversation.with":"Gant {names}",
"copypaste.copied":"Copied",
"copypaste.copied":"Eilet",
"copypaste.copy":"Copy",
"copypaste.copy":"Eilañ",
"directory.federated":"Eus ar fedibed anavezet",
"directory.federated":"Eus ar fedibed anavezet",
"directory.local":"Eus {domain} hepken",
"directory.local":"Eus {domain} hepken",
"directory.new_arrivals":"Degouezhet a-nevez",
"directory.new_arrivals":"Degouezhet a-nevez",
@ -215,7 +216,7 @@
"empty_column.favourited_statuses":"N'ho peus kemennad muiañ-karet ebet c'hoazh. Pa vo ouzhpennet unan e teuio war wel amañ.",
"empty_column.favourited_statuses":"N'ho peus kemennad muiañ-karet ebet c'hoazh. Pa vo ouzhpennet unan e teuio war wel amañ.",
"empty_column.favourites":"Den ebet n'eus lakaet ar c'hemennad-mañ en e reoù muiañ-karet c'hoazh. Pa vo graet gant unan bennak e teuio war wel amañ.",
"empty_column.favourites":"Den ebet n'eus lakaet ar c'hemennad-mañ en e reoù muiañ-karet c'hoazh. Pa vo graet gant unan bennak e teuio war wel amañ.",
"empty_column.follow_recommendations":"Seblant a ra ne vez ket genelet damvenegoù evidoc'h. Gallout a rit implijout un enklask evit klask tud hag a vefe anavezet ganeoc'h pe ergerzhout gerioù-klik diouzh ar c'hiz.",
"empty_column.follow_recommendations":"Seblant a ra ne vez ket genelet damvenegoù evidoc'h. Gallout a rit implijout un enklask evit klask tud hag a vefe anavezet ganeoc'h pe ergerzhout gerioù-klik diouzh ar c'hiz.",
"empty_column.follow_requests":"N'ho peus goulenn heuliañ ebet c'hoazh. Pa resevot reoù e vo diskouezet amañ.",
"empty_column.follow_requests":"N'ho peus reked heuliañ ebet c'hoazh. Pa vo resevet unan e teuio war wel amañ.",
"empty_column.hashtag":"N'eus netra er ger-klik-mañ c'hoazh.",
"empty_column.hashtag":"N'eus netra er ger-klik-mañ c'hoazh.",
"empty_column.home":"Goullo eo ho red-amzer degemer! Kit da weladenniñ {public} pe implijit ar c'hlask evit kregiñ ganti ha kejañ gant implijer·ien·ezed all.",
"empty_column.home":"Goullo eo ho red-amzer degemer! Kit da weladenniñ {public} pe implijit ar c'hlask evit kregiñ ganti ha kejañ gant implijer·ien·ezed all.",
"follow_requests.unlocked_explanation":"Daoust ma n'eo ket ho kont prennet, skipailh {domain} a soñj e fellfe deoc'h gwiriekaat pedadennoù heuliañ deus ar c'hontoù-se diwar-zorn.",
"follow_requests.unlocked_explanation":"Daoust ma n'eo ket ho kont prennet, skipailh {domain} a soñj e fellfe deoc'h gwiriekaat pedadennoù heuliañ deus ar c'hontoù-se diwar-zorn.",
"getting_started.free_software_notice":"Mastodon is free, open source software. You can view the source code, contribute or report issues at {repository}.",
"hashtag.column_settings.tag_mode.none":"Hini ebet anezho",
"hashtag.column_settings.tag_mode.none":"Hini ebet anezho",
"hashtag.column_settings.tag_toggle":"Endelc'her gerioù-alc'hwez ouzhpenn evit ar bannad-mañ",
"hashtag.column_settings.tag_toggle":"Endelc'her gerioù-alc'hwez ouzhpenn evit ar bannad-mañ",
"hashtag.follow":"Heuliañ ar ger-klik",
"hashtag.follow":"Heuliañ ar ger-klik",
"hashtag.unfollow":"Paouez heuliañ ar ger-klik",
"hashtag.unfollow":"Diheuliañ ar ger-klik",
"home.column_settings.basic":"Diazez",
"home.column_settings.basic":"Diazez",
"home.column_settings.show_reblogs":"Diskouez ar skignadennoù",
"home.column_settings.show_reblogs":"Diskouez ar skignadennoù",
"home.column_settings.show_replies":"Diskouez ar respontoù",
"home.column_settings.show_replies":"Diskouez ar respontoù",
@ -287,12 +288,12 @@
"interaction_modal.description.follow":"Gant ur gont Mastodon e c'hellit heuliañ {name} evit resev h·e gemennadoù war ho red degemer.",
"interaction_modal.description.follow":"Gant ur gont Mastodon e c'hellit heuliañ {name} evit resev h·e gemennadoù war ho red degemer.",
"interaction_modal.description.reblog":"Gant ur gont Mastodon e c'hellit skignañ ar c'hemennad-mañ evit rannañ anezhañ gant ho heulierien·ezed.",
"interaction_modal.description.reblog":"Gant ur gont Mastodon e c'hellit skignañ ar c'hemennad-mañ evit rannañ anezhañ gant ho heulierien·ezed.",
"interaction_modal.description.reply":"Gant ur gont Mastodon e c'hellit respont d'ar c'hemennad-mañ.",
"interaction_modal.description.reply":"Gant ur gont Mastodon e c'hellit respont d'ar c'hemennad-mañ.",
"interaction_modal.on_another_server":"On a different server",
"interaction_modal.on_another_server":"War ur servijer all",
"interaction_modal.on_this_server":"On this server",
"interaction_modal.on_this_server":"War ar servijer-mañ",
"interaction_modal.other_server_instructions":"Simply copy and paste this URL into the search bar of your favourite app or the web interface where you are signed in.",
"interaction_modal.other_server_instructions":"Simply copy and paste this URL into the search bar of your favourite app or the web interface where you are signed in.",
"interaction_modal.preamble":"Since Mastodon is decentralized, you can use your existing account hosted by another Mastodon server or compatible platform if you don't have an account on this one.",
"interaction_modal.preamble":"Since Mastodon is decentralized, you can use your existing account hosted by another Mastodon server or compatible platform if you don't have an account on this one.",
"interaction_modal.title.favourite":"Ouzhpennañ kemennad {name} d'ar re vuiañ-karet",
"interaction_modal.title.favourite":"Ouzhpennañ kemennad {name} d'ar re vuiañ-karet",
"regeneration_indicator.sublabel":"War brientiñ emañ ho red degemer!",
"regeneration_indicator.sublabel":"War brientiñ emañ ho red degemer!",
@ -473,10 +471,10 @@
"reply_indicator.cancel":"Nullañ",
"reply_indicator.cancel":"Nullañ",
"report.block":"Stankañ",
"report.block":"Stankañ",
"report.block_explanation":"Ne vo ket gwelet h·e gemennadoù ken. Ne welo ket ho kemennadoù ha ne c'hello ket ho heuliañ ken. Gouzout a raio eo bet stanket ganeoc'h.",
"report.block_explanation":"Ne vo ket gwelet h·e gemennadoù ken. Ne welo ket ho kemennadoù ha ne c'hello ket ho heuliañ ken. Gouzout a raio eo bet stanket ganeoc'h.",
"report.categories.other":"Other",
"report.categories.other":"All",
"report.categories.spam":"Spam",
"report.categories.spam":"Spam",
"report.categories.violation":"Content violates one or more server rules",
"report.categories.violation":"Content violates one or more server rules",
"report.category.subtitle":"Choose the best match",
"report.category.subtitle":"Choazit ar pezh a glot ar gwellañ",
"report.category.title":"Lârit deomp petra c'hoarvez gant {type}",
"report.category.title":"Lârit deomp petra c'hoarvez gant {type}",
"search_popout.tips.full_text":"Testenn simpl a adkas toudoù skrivet ganeoc'h, merket ganeoc'h evel miuañ-karet, toudoù skignet, pe e-lec'h oc'h bet meneget, met ivez anvioù skrammañ, anvioù implijer ha gêrioù-klik hag a glot.",
"search_popout.tips.full_text":"Testenn simpl a adkas toudoù skrivet ganeoc'h, merket ganeoc'h evel miuañ-karet, toudoù skignet, pe e-lec'h oc'h bet meneget, met ivez anvioù skrammañ, anvioù implijer ha gêrioù-klik hag a glot.",
"search_popout.tips.hashtag":"ger-klik",
"search_popout.tips.hashtag":"ger-klik",
@ -555,8 +554,8 @@
"status.filter":"Filter this post",
"status.filter":"Filter this post",
"status.filtered":"Silet",
"status.filtered":"Silet",
"status.hide":"Hide toot",
"status.hide":"Hide toot",
"status.history.created":"{name} created {date}",
"status.history.created":"Krouet gant {name} {date}",
"status.history.edited":"{name} edited {date}",
"status.history.edited":"Kemmet gant {name} {date}",
"status.load_more":"Kargañ muioc'h",
"status.load_more":"Kargañ muioc'h",
"status.media_hidden":"Media kuzhet",
"status.media_hidden":"Media kuzhet",
"status.mention":"Menegiñ @{name}",
"status.mention":"Menegiñ @{name}",
@ -636,6 +635,7 @@
"upload_modal.preparing_ocr":"Oc'h aozañ OCR…",
"upload_modal.preparing_ocr":"Oc'h aozañ OCR…",
"upload_modal.preview_label":"Rakwel ({ratio})",
"upload_modal.preview_label":"Rakwel ({ratio})",
"upload_progress.label":"O pellgargañ...",
"upload_progress.label":"O pellgargañ...",
"upload_progress.processing":"Processing…",
"video.close":"Serriñ ar video",
"video.close":"Serriñ ar video",
"video.download":"Pellgargañ ar restr",
"video.download":"Pellgargañ ar restr",
"video.exit_fullscreen":"Kuitaat ar mod skramm leun",
"video.exit_fullscreen":"Kuitaat ar mod skramm leun",
"about.disclaimer":"Mastodon és un programari lliure de codi obert i una marca comercial de Mastodon gGmbH.",
"about.domain_blocks.comment":"Motiu",
"about.domain_blocks.comment":"Motiu",
"about.domain_blocks.domain":"Domini",
"about.domain_blocks.domain":"Domini",
"about.domain_blocks.preamble":"En general, Mastodon et permet veure el contingut i interaccionar amb els usuaris de qualsevol altre servidor del fedivers. Aquestes són les excepcions que s'han fet en aquest servidor particular.",
"about.domain_blocks.preamble":"En general, Mastodon et permet veure el contingut i interaccionar amb els usuaris de qualsevol altre servidor del fedivers. Aquestes són les excepcions que s'han fet en aquest servidor particular.",
@ -39,7 +40,7 @@
"account.follows.empty":"Aquest usuari encara no segueix ningú.",
"account.follows.empty":"Aquest usuari encara no segueix ningú.",
"account.follows_you":"Et segueix",
"account.follows_you":"Et segueix",
"account.hide_reblogs":"Amaga els impulsos de @{name}",
"account.hide_reblogs":"Amaga els impulsos de @{name}",
"account.joined_short":"Joined",
"account.joined_short":"S'ha unit",
"account.languages":"Canviar les llengües subscrits",
"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.",
@ -91,11 +92,11 @@
"bundle_modal_error.close":"Tanca",
"bundle_modal_error.close":"Tanca",
"bundle_modal_error.message":"S'ha produït un error en carregar aquest component.",
"bundle_modal_error.message":"S'ha produït un error en carregar aquest component.",
"bundle_modal_error.retry":"Tornar-ho a provar",
"bundle_modal_error.retry":"Tornar-ho a provar",
"closed_registrations.other_server_instructions":"Since Mastodon is decentralized, you can create an account on another server and still interact with this one.",
"closed_registrations.other_server_instructions":"Donat que Mastodon és descentralitzat, pots crear un compte en un altre servidor i encara interactuar amb aquest.",
"closed_registrations_modal.description":"Creating an account on {domain} is currently not possible, but please keep in mind that you do not need an account specifically on {domain} to use Mastodon.",
"closed_registrations_modal.description":"Crear un compte a {domain} no és possible ara mateix però, si us plau, tingues en compte que no necessites específicament un compte a {domain} per a usar Mastodon.",
"closed_registrations_modal.find_another_server":"Find another server",
"closed_registrations_modal.find_another_server":"Troba un altre servidor",
"closed_registrations_modal.preamble":"Mastodon is decentralized, so no matter where you create your account, you will be able to follow and interact with anyone on this server. You can even self-host it!",
"closed_registrations_modal.preamble":"Mastodon és descentralitzat per tant no importa on tinguis el teu compte, seràs capaç de seguir i interactuar amb tothom des d'aquest servidor. Fins i tot pots tenir el compte en el teu propi servidor!",
"closed_registrations_modal.title":"Signing up on Mastodon",
"closed_registrations_modal.title":"Registrant-se a Mastodon",
"column.about":"Quant a",
"column.about":"Quant a",
"column.blocks":"Usuaris bloquejats",
"column.blocks":"Usuaris bloquejats",
"column.bookmarks":"Marcadors",
"column.bookmarks":"Marcadors",
@ -258,15 +259,15 @@
"follow_request.authorize":"Autoritza",
"follow_request.authorize":"Autoritza",
"follow_request.reject":"Rebutja",
"follow_request.reject":"Rebutja",
"follow_requests.unlocked_explanation":"Tot i que el teu compte no està bloquejat, el personal de {domain} ha pensat que és possible que vulguis revisar les sol·licituds de seguiment d’aquests comptes manualment.",
"follow_requests.unlocked_explanation":"Tot i que el teu compte no està bloquejat, el personal de {domain} ha pensat que és possible que vulguis revisar les sol·licituds de seguiment d’aquests comptes manualment.",
"footer.about":"Quant a",
"footer.directory":"Directori de perfils",
"footer.get_app":"Aconsegueix l'app",
"footer.invite":"Convida persones",
"footer.keyboard_shortcuts":"Dreceres de teclat",
"footer.privacy_policy":"Política de privadesa",
"footer.source_code":"Mostra el codi font",
"generic.saved":"Desat",
"generic.saved":"Desat",
"getting_started.directory":"Directori",
"getting_started.documentation":"Documentació",
"getting_started.free_software_notice":"Mastodon és lliure, programari de codi obert. Pots veure el codi font, contribuir-hi o reportar-hi incidències a {repository}.",
"getting_started.heading":"Primers passos",
"getting_started.heading":"Primers passos",
"getting_started.invite":"Convidar gent",
"getting_started.privacy_policy":"Política de Privacitat",
"getting_started.security":"Configuració del compte",
"getting_started.what_is_mastodon":"Quant a Mastodon",
"limited_account_hint.title":"Aquest perfil ha estat amagat pels moderadors del servidor.",
"limited_account_hint.title":"Aquest perfil ha estat amagat pels moderadors de {domain}.",
"lists.account.add":"Afegeix a la llista",
"lists.account.add":"Afegeix a la llista",
"lists.account.remove":"Elimina de la llista",
"lists.account.remove":"Elimina de la llista",
"lists.delete":"Esborra la llista",
"lists.delete":"Esborra la llista",
@ -361,7 +362,6 @@
"mute_modal.hide_notifications":"Amagar les notificacions d'aquest usuari?",
"mute_modal.hide_notifications":"Amagar les notificacions d'aquest usuari?",
"mute_modal.indefinite":"Indefinit",
"mute_modal.indefinite":"Indefinit",
"navigation_bar.about":"Quant a",
"navigation_bar.about":"Quant a",
"navigation_bar.apps":"Aconsegueix l'app",
"navigation_bar.blocks":"Usuaris bloquejats",
"navigation_bar.blocks":"Usuaris bloquejats",
"navigation_bar.bookmarks":"Marcadors",
"navigation_bar.bookmarks":"Marcadors",
"navigation_bar.community_timeline":"Línia de temps local",
"navigation_bar.community_timeline":"Línia de temps local",
@ -375,8 +375,6 @@
"navigation_bar.filters":"Paraules silenciades",
"navigation_bar.filters":"Paraules silenciades",
"navigation_bar.follow_requests":"Sol·licituds de seguiment",
"navigation_bar.follow_requests":"Sol·licituds de seguiment",
"navigation_bar.follows_and_followers":"Seguits i seguidors",
"navigation_bar.follows_and_followers":"Seguits i seguidors",
"navigation_bar.info":"Quant a",
"navigation_bar.keyboard_shortcuts":"Dreceres de teclat",
"navigation_bar.lists":"Llistes",
"navigation_bar.lists":"Llistes",
"navigation_bar.logout":"Tancar sessió",
"navigation_bar.logout":"Tancar sessió",
"navigation_bar.mutes":"Usuaris silenciats",
"navigation_bar.mutes":"Usuaris silenciats",
@ -384,7 +382,7 @@
"navigation_bar.pins":"Publicacions fixades",
"navigation_bar.pins":"Publicacions fixades",
"navigation_bar.preferences":"Preferències",
"navigation_bar.preferences":"Preferències",
"navigation_bar.public_timeline":"Línia de temps federada",
"navigation_bar.public_timeline":"Línia de temps federada",
"navigation_bar.search":"Search",
"navigation_bar.search":"Cerca",
"navigation_bar.security":"Seguretat",
"navigation_bar.security":"Seguretat",
"not_signed_in_indicator.not_signed_in":"Necessites registrar-te per a accedir aquest recurs.",
"not_signed_in_indicator.not_signed_in":"Necessites registrar-te per a accedir aquest recurs.",
"notification.admin.report":"{name} ha reportat {target}",
"notification.admin.report":"{name} ha reportat {target}",
@ -514,6 +512,7 @@
"report_notification.categories.violation":"Violació de norma",
"report_notification.categories.violation":"Violació de norma",
"report_notification.open":"Informe obert",
"report_notification.open":"Informe obert",
"search.placeholder":"Cerca",
"search.placeholder":"Cerca",
"search.search_or_paste":"Cerqueu o escriu l'URL",
"search_popout.search_format":"Format de cerca avançada",
"search_popout.search_format":"Format de cerca avançada",
"search_popout.tips.full_text":"El text simple recupera publicacions que has escrit, marcat com a preferides, que has impulsat o on t'han esmentat, així com els usuaris, els noms d'usuaris i les etiquetes.",
"search_popout.tips.full_text":"El text simple recupera publicacions que has escrit, marcat com a preferides, que has impulsat o on t'han esmentat, així com els usuaris, els noms d'usuaris i les etiquetes.",
"search_popout.tips.hashtag":"etiqueta",
"search_popout.tips.hashtag":"etiqueta",
@ -573,7 +572,7 @@
"status.reblogs.empty":"Encara ningú no ha impulsat aquesta publicació. Quan algú ho faci, apareixeran aquí.",
"status.reblogs.empty":"Encara ningú no ha impulsat aquesta publicació. Quan algú ho faci, apareixeran aquí.",
"status.redraft":"Esborra-la i reescriure-la",
"status.redraft":"Esborra-la i reescriure-la",
"status.remove_bookmark":"Suprimeix el marcador",
"status.remove_bookmark":"Suprimeix el marcador",
"status.replied_to":"Replied to {name}",
"status.replied_to":"Ha respòs a {name}",
"status.reply":"Respon",
"status.reply":"Respon",
"status.replyAll":"Respon al fil",
"status.replyAll":"Respon al fil",
"status.report":"Denuncia @{name}",
"status.report":"Denuncia @{name}",
@ -586,7 +585,7 @@
"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_original":"Mostra l'original",
"status.translate":"Tradueix",
"status.translate":"Tradueix",
"status.translated_from_with":"Translated from {lang} using {provider}",
"status.translated_from_with":"Traduït des de {lang} usant {provider}",
"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",
"about.disclaimer":"Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.",
"about.domain_blocks.comment":"Reason",
"about.domain_blocks.comment":"Reason",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"getting_started.free_software_notice":"Mastodon is free, open source software. You can view the source code, contribute or report issues at {repository}.",
"about.disclaimer":"Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.",
"about.domain_blocks.comment":"Reason",
"about.domain_blocks.comment":"Reason",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
@ -258,15 +259,15 @@
"follow_request.authorize":"Auturizà",
"follow_request.authorize":"Auturizà",
"follow_request.reject":"Righjittà",
"follow_request.reject":"Righjittà",
"follow_requests.unlocked_explanation":"U vostru contu ùn hè micca privatu, ma a squadra d'amministrazione di {domain} pensa chì e dumande d'abbunamentu di questi conti anu bisognu d'esse verificate manualmente.",
"follow_requests.unlocked_explanation":"U vostru contu ùn hè micca privatu, ma a squadra d'amministrazione di {domain} pensa chì e dumande d'abbunamentu di questi conti anu bisognu d'esse verificate manualmente.",
"footer.about":"About",
"footer.directory":"Profiles directory",
"footer.get_app":"Get the app",
"footer.invite":"Invite people",
"footer.keyboard_shortcuts":"Keyboard shortcuts",
"footer.privacy_policy":"Privacy policy",
"footer.source_code":"View source code",
"generic.saved":"Salvatu",
"generic.saved":"Salvatu",
"getting_started.directory":"Directory",
"getting_started.documentation":"Ducumentazione",
"getting_started.free_software_notice":"Mastodon is free, open source software. You can view the source code, contribute or report issues at {repository}.",
"search_popout.tips.full_text":"I testi simplici rimandanu i statuti ch'avete scritti, aghjunti à i vostri favuriti, spartuti o induve quelli site mintuvatu·a, è ancu i cugnomi, nomi pubblichi è hashtag chì currispondenu.",
"search_popout.tips.full_text":"I testi simplici rimandanu i statuti ch'avete scritti, aghjunti à i vostri favuriti, spartuti o induve quelli site mintuvatu·a, è ancu i cugnomi, nomi pubblichi è hashtag chì currispondenu.",
"search_popout.tips.hashtag":"hashtag",
"search_popout.tips.hashtag":"hashtag",
@ -636,6 +635,7 @@
"upload_modal.preparing_ocr":"Priparazione di l'OCR…",
"upload_modal.preparing_ocr":"Priparazione di l'OCR…",
"about.disclaimer":"Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.",
"about.domain_blocks.comment":"Důvod",
"about.domain_blocks.comment":"Důvod",
"about.domain_blocks.domain":"Doména",
"about.domain_blocks.domain":"Doména",
"about.domain_blocks.preamble":"Mastodon vám obecně umožňuje prohlížet obsah a komunikovat s uživateli z jakéhokoliv jiného serveru ve fediveru. Toto jsou výjimky, které byly uděleny na tomto konkrétním serveru.",
"about.domain_blocks.preamble":"Mastodon umožňuje prohlížet obsah a komunikovat s uživateli jakéhokoliv serveru ve fediversu. Pro tento konkrétní server se vztahují následující výjimky.",
"about.domain_blocks.severity":"Závažnost",
"about.domain_blocks.severity":"Závažnost",
"about.domain_blocks.silenced.explanation":"Z tohoto serveru obecně neuvidíte profily a obsah, pokud se na něj výslovně nepodíváte, nebo se k němu připojíte sledováním.",
"about.domain_blocks.silenced.explanation":"Uživatele a obsah tohoto serveru neuvidíte, pokud je nebudete výslovně hledat nebo je nezačnete sledovat.",
"about.domain_blocks.silenced.title":"Omezeno",
"about.domain_blocks.silenced.title":"Omezeno",
"about.domain_blocks.suspended.explanation":"Žádná data z tohoto serveru nebudou zpracovávána, uložena ani vyměňována, což znemožňuje jakoukoli interakci nebo komunikaci s uživateli z tohoto serveru.",
"about.domain_blocks.suspended.explanation":"Žádná data z tohoto serveru nebudou zpracovávána, uložena ani vyměňována, což znemožňuje jakoukoli interakci nebo komunikaci s uživateli z tohoto serveru.",
"account.browse_more_on_origin_server":"Více na původním profilu",
"account.browse_more_on_origin_server":"Více na původním profilu",
"account.cancel_follow_request":"Vybrat žádost o následování",
"account.cancel_follow_request":"Zrušit žádost o následování",
"account.direct":"Poslat @{name} přímou zprávu",
"account.direct":"Poslat @{name} přímou zprávu",
"account.disable_notifications":"Zrušit upozorňování na příspěvky @{name}",
"account.disable_notifications":"Zrušit upozorňování na příspěvky @{name}",
"account.domain_blocked":"Doména blokována",
"account.domain_blocked":"Doména blokována",
@ -39,7 +40,7 @@
"account.follows.empty":"Tento uživatel ještě nikoho nesleduje.",
"account.follows.empty":"Tento uživatel ještě nikoho nesleduje.",
"account.follows_you":"Sleduje vás",
"account.follows_you":"Sleduje vás",
"account.hide_reblogs":"Skrýt boosty od @{name}",
"account.hide_reblogs":"Skrýt boosty od @{name}",
"account.joined_short":"Joined",
"account.joined_short":"Připojen/a",
"account.languages":"Změnit odebírané jazyky",
"account.languages":"Změnit odebírané jazyky",
"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.",
@ -91,11 +92,11 @@
"bundle_modal_error.close":"Zavřít",
"bundle_modal_error.close":"Zavřít",
"bundle_modal_error.message":"Při načítání této komponenty se něco pokazilo.",
"bundle_modal_error.message":"Při načítání této komponenty se něco pokazilo.",
"bundle_modal_error.retry":"Zkusit znovu",
"bundle_modal_error.retry":"Zkusit znovu",
"closed_registrations.other_server_instructions":"Since Mastodon is decentralized, you can create an account on another server and still interact with this one.",
"closed_registrations.other_server_instructions":"Protože je Mastodon decentralizovaný, můžete si vytvořit účet na jiném serveru a stále s tímto serverem komunikovat.",
"closed_registrations_modal.description":"Creating an account on {domain} is currently not possible, but please keep in mind that you do not need an account specifically on {domain} to use Mastodon.",
"closed_registrations_modal.description":"V současné době není možné vytvořit účet na {domain} ale mějte prosím na paměti, že k používání Mastodonu nepotřebujete účet konkrétně na {domain}.",
"closed_registrations_modal.find_another_server":"Find another server",
"closed_registrations_modal.find_another_server":"Najít jiný server",
"closed_registrations_modal.preamble":"Mastodon is decentralized, so no matter where you create your account, you will be able to follow and interact with anyone on this server. You can even self-host it!",
"closed_registrations_modal.preamble":"Mastodon je decentralizovaný, takže bez ohledu na to, kde vytvoříte svůj účet, budete moci sledovat a komunikovat s kýmkoli na tomto serveru. Můžete ho dokonce hostit!",
"closed_registrations_modal.title":"Signing up on Mastodon",
"closed_registrations_modal.title":"Registrace na Mastodonu",
"confirmations.cancel_follow_request.message":"Are you sure you want to withdraw your request to follow {name}?",
"confirmations.cancel_follow_request.message":"Opravdu chcete zrušit svou žádost o sledování {name}?",
"confirmations.delete.confirm":"Smazat",
"confirmations.delete.confirm":"Smazat",
"confirmations.delete.message":"Opravdu chcete smazat tento příspěvek?",
"confirmations.delete.message":"Opravdu chcete smazat tento příspěvek?",
"confirmations.delete_list.confirm":"Smazat",
"confirmations.delete_list.confirm":"Smazat",
@ -258,15 +259,15 @@
"follow_request.authorize":"Autorizovat",
"follow_request.authorize":"Autorizovat",
"follow_request.reject":"Odmítnout",
"follow_request.reject":"Odmítnout",
"follow_requests.unlocked_explanation":"Přestože váš účet není uzamčen, personál {domain} usoudil, že byste mohli chtít tyto požadavky na sledování zkontrolovat ručně.",
"follow_requests.unlocked_explanation":"Přestože váš účet není uzamčen, personál {domain} usoudil, že byste mohli chtít tyto požadavky na sledování zkontrolovat ručně.",
"footer.about":"O aplikaci",
"footer.directory":"Adresář profilů",
"footer.get_app":"Stáhnout aplikaci",
"footer.invite":"Pozvat lidi",
"footer.keyboard_shortcuts":"Klávesové zkratky",
"footer.privacy_policy":"Zásady ochrany osobních údajů",
"footer.source_code":"Zobrazit zdrojový kód",
"generic.saved":"Uloženo",
"generic.saved":"Uloženo",
"getting_started.directory":"Adresář",
"getting_started.documentation":"Dokumentace",
"getting_started.free_software_notice":"Mastodon je svobodný software s otevřeným zdrojovým kódem. Zdrojový kód si můžete prohlédnout, přispět do něj nebo nahlásit problémy na {repository}.",
"getting_started.heading":"Začínáme",
"getting_started.heading":"Začínáme",
"getting_started.invite":"Pozvat lidi",
"getting_started.privacy_policy":"Zásady ochrany osobních údajů",
"search_popout.tips.full_text":"Jednoduchý text vrací příspěvky, které jste napsali, oblíbili si, boostnuli, nebo vás v nich někdo zmínil, a také odpovídající přezdívky, zobrazovaná jména a hashtagy.",
"search_popout.tips.full_text":"Jednoduchý text vrací příspěvky, které jste napsali, oblíbili si, boostnuli, nebo vás v nich někdo zmínil, a také odpovídající přezdívky, zobrazovaná jména a hashtagy.",
"search_popout.tips.hashtag":"hashtag",
"search_popout.tips.hashtag":"hashtag",
@ -573,7 +572,7 @@
"status.reblogs.empty":"Tento příspěvek ještě nikdo neboostnul. Pokud to někdo udělá, zobrazí se zde.",
"status.reblogs.empty":"Tento příspěvek ještě nikdo neboostnul. Pokud to někdo udělá, zobrazí se zde.",
"status.redraft":"Smazat a přepsat",
"status.redraft":"Smazat a přepsat",
"status.remove_bookmark":"Odstranit ze záložek",
"status.remove_bookmark":"Odstranit ze záložek",
"status.replied_to":"Replied to {name}",
"status.replied_to":"Odpověděl uživateli {name}",
"status.reply":"Odpovědět",
"status.reply":"Odpovědět",
"status.replyAll":"Odpovědět na vlákno",
"status.replyAll":"Odpovědět na vlákno",
"status.report":"Nahlásit @{name}",
"status.report":"Nahlásit @{name}",
@ -586,7 +585,7 @@
"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_original":"Zobrazit původní",
"status.translate":"Přeložit",
"status.translate":"Přeložit",
"status.translated_from_with":"Translated from {lang} using {provider}",
"status.translated_from_with":"Přeloženo z {lang} pomocí {provider}",
"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",
@ -636,6 +635,7 @@
"upload_modal.preparing_ocr":"Příprava OCR…",
"upload_modal.preparing_ocr":"Příprava OCR…",
"upload_modal.preview_label":"Náhled ({ratio})",
"upload_modal.preview_label":"Náhled ({ratio})",
"upload_progress.label":"Nahrávání…",
"upload_progress.label":"Nahrávání…",
"upload_progress.processing":"Zpracovávání…",
"video.close":"Zavřít video",
"video.close":"Zavřít video",
"video.download":"Stáhnout soubor",
"video.download":"Stáhnout soubor",
"video.exit_fullscreen":"Ukončit režim celé obrazovky",
"video.exit_fullscreen":"Ukončit režim celé obrazovky",
"about.disclaimer":"Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.",
"about.domain_blocks.comment":"Reason",
"about.domain_blocks.comment":"Reason",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
@ -258,15 +259,15 @@
"follow_request.authorize":"Caniatau",
"follow_request.authorize":"Caniatau",
"follow_request.reject":"Gwrthod",
"follow_request.reject":"Gwrthod",
"follow_requests.unlocked_explanation":"Er nid yw eich cyfrif wedi'i gloi, oedd y staff {domain} yn meddwl efallai hoffech adolygu ceisiadau dilyn o'r cyfrifau rhain wrth law.",
"follow_requests.unlocked_explanation":"Er nid yw eich cyfrif wedi'i gloi, oedd y staff {domain} yn meddwl efallai hoffech adolygu ceisiadau dilyn o'r cyfrifau rhain wrth law.",
"footer.about":"About",
"footer.directory":"Profiles directory",
"footer.get_app":"Get the app",
"footer.invite":"Invite people",
"footer.keyboard_shortcuts":"Keyboard shortcuts",
"footer.privacy_policy":"Privacy policy",
"footer.source_code":"View source code",
"generic.saved":"Wedi'i Gadw",
"generic.saved":"Wedi'i Gadw",
"getting_started.directory":"Directory",
"getting_started.documentation":"Dogfennaeth",
"getting_started.free_software_notice":"Mastodon is free, open source software. You can view the source code, contribute or report issues at {repository}.",
"search_popout.tips.full_text":"Mae testun syml yn dychwelyd postiadau yr ydych wedi ysgrifennu, hoffi, wedi'u hybio, neu wedi'ch crybwyll ynddynt, ynghyd a chyfateb a enwau defnyddwyr, enwau arddangos ac hashnodau.",
"search_popout.tips.full_text":"Mae testun syml yn dychwelyd postiadau yr ydych wedi ysgrifennu, hoffi, wedi'u hybio, neu wedi'ch crybwyll ynddynt, ynghyd a chyfateb a enwau defnyddwyr, enwau arddangos ac hashnodau.",
"about.disclaimer":"Mastodon er gratis, open-source software og et varemærke tilhørende Mastodon gGmbH.",
"about.domain_blocks.comment":"Årsag",
"about.domain_blocks.comment":"Årsag",
"about.domain_blocks.domain":"Domæne",
"about.domain_blocks.domain":"Domæne",
"about.domain_blocks.preamble":"Mastodon tillader generelt, at man ser indhold og interagere med brugere fra enhver anden server i fediverset. Disse er undtagelserne, som er implementeret på netop denne server.",
"about.domain_blocks.preamble":"Mastodon tillader generelt, at man ser indhold og interagere med brugere fra enhver anden server i fediverset. Disse er undtagelserne, som er implementeret på netop denne server.",
@ -39,7 +40,7 @@
"account.follows.empty":"Denne bruger følger ikke nogen endnu.",
"account.follows.empty":"Denne bruger følger ikke nogen endnu.",
"account.follows_you":"Følger dig",
"account.follows_you":"Følger dig",
"account.hide_reblogs":"Skjul boosts fra @{name}",
"account.hide_reblogs":"Skjul boosts fra @{name}",
"account.joined_short":"Joined",
"account.joined_short":"Oprettet",
"account.languages":"Skift abonnementssprog",
"account.languages":"Skift abonnementssprog",
"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.",
@ -91,11 +92,11 @@
"bundle_modal_error.close":"Luk",
"bundle_modal_error.close":"Luk",
"bundle_modal_error.message":"Noget gik galt under indlæsningen af denne komponent.",
"bundle_modal_error.message":"Noget gik galt under indlæsningen af denne komponent.",
"bundle_modal_error.retry":"Forsøg igen",
"bundle_modal_error.retry":"Forsøg igen",
"closed_registrations.other_server_instructions":"Since Mastodon is decentralized, you can create an account on another server and still interact with this one.",
"closed_registrations.other_server_instructions":"Da Mastodon er decentraliseret, kan du oprette en konto på en anden server og stadig interagere med denne.",
"closed_registrations_modal.description":"Creating an account on {domain} is currently not possible, but please keep in mind that you do not need an account specifically on {domain} to use Mastodon.",
"closed_registrations_modal.description":"Oprettelse af en konto på {domain} er i øjeblikket ikke muligt, men husk på, at du ikke behøver en konto specifikt på {domain} for at bruge Mastodon.",
"closed_registrations_modal.find_another_server":"Find another server",
"closed_registrations_modal.find_another_server":"Find en anden server",
"closed_registrations_modal.preamble":"Mastodon is decentralized, so no matter where you create your account, you will be able to follow and interact with anyone on this server. You can even self-host it!",
"closed_registrations_modal.preamble":"Mastodon er decentraliseret, så uanset hvor du opretter din konto, vil du være i stand til at følge og interagere med nogen på denne server. Du kan endda selv være vært for den!",
"closed_registrations_modal.title":"Signing up on Mastodon",
"closed_registrations_modal.title":"Oprettelse på Mastodon",
"column.about":"Om",
"column.about":"Om",
"column.blocks":"Blokerede brugere",
"column.blocks":"Blokerede brugere",
"column.bookmarks":"Bogmærker",
"column.bookmarks":"Bogmærker",
@ -258,15 +259,15 @@
"follow_request.authorize":"Godkend",
"follow_request.authorize":"Godkend",
"follow_request.reject":"Afvis",
"follow_request.reject":"Afvis",
"follow_requests.unlocked_explanation":"Selvom din konto ikke er låst, antog {domain}-personalet, at du måske vil gennemgå dine anmodninger manuelt.",
"follow_requests.unlocked_explanation":"Selvom din konto ikke er låst, antog {domain}-personalet, at du måske vil gennemgå dine anmodninger manuelt.",
"footer.about":"Om",
"footer.directory":"Profiloversigt",
"footer.get_app":"Hent appen",
"footer.invite":"Invitere personer",
"footer.keyboard_shortcuts":"Tastaturgenveje",
"footer.privacy_policy":"Fortrolighedspolitik",
"footer.source_code":"Vis kildekode",
"generic.saved":"Gemt",
"generic.saved":"Gemt",
"getting_started.directory":"Mappe",
"getting_started.documentation":"Dokumentation",
"getting_started.free_software_notice":"Mastodon er gratis, open-source software. Kildekoden kan ses, bidrages til eller problemer kan indrapporteres på {repository}.",
"search_popout.tips.full_text":"Simpel tekst returnerer indlæg, du har skrevet, favoritmarkeret, boostet eller som er nævnt i/matcher bruger- og profilnavne samt hashtags.",
"search_popout.tips.full_text":"Simpel tekst returnerer indlæg, du har skrevet, favoritmarkeret, boostet eller som er nævnt i/matcher bruger- og profilnavne samt hashtags.",
"search_popout.tips.hashtag":"hashtag",
"search_popout.tips.hashtag":"hashtag",
@ -573,7 +572,7 @@
"status.reblogs.empty":"Ingen har endnu boostet dette indlæg. Når nogen gør, vil det fremgå hér.",
"status.reblogs.empty":"Ingen har endnu boostet dette indlæg. Når nogen gør, vil det fremgå hér.",
"status.redraft":"Slet og omformulér",
"status.redraft":"Slet og omformulér",
"status.remove_bookmark":"Fjern bogmærke",
"status.remove_bookmark":"Fjern bogmærke",
"status.replied_to":"Replied to {name}",
"status.replied_to":"Besvarede {name}",
"status.reply":"Besvar",
"status.reply":"Besvar",
"status.replyAll":"Besvar alle",
"status.replyAll":"Besvar alle",
"status.report":"Anmeld @{name}",
"status.report":"Anmeld @{name}",
@ -586,7 +585,7 @@
"status.show_more_all":"Vis mere for alle",
"status.show_more_all":"Vis mere for alle",
"status.show_original":"Vis original",
"status.show_original":"Vis original",
"status.translate":"Oversæt",
"status.translate":"Oversæt",
"status.translated_from_with":"Translated from {lang} using {provider}",
"status.translated_from_with":"Oversat fra {lang} ved brug af {provider}",
"about.disclaimer":"Mastodon ist eine freie, quelloffene Software und eine Marke der Mastodon gGmbH.",
"about.domain_blocks.comment":"Begründung",
"about.domain_blocks.comment":"Begründung",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.domain":"Domain",
"about.domain_blocks.preamble":"Mastodon erlaubt es dir generell, mit Inhalten zu interagieren, diese anzuzeigen und mit anderen Nutzern im Fediversum über Server hinweg zu interagieren. Dies sind die Ausnahmen, die auf diesem bestimmten Server gemacht wurden.",
"about.domain_blocks.preamble":"Mastodon erlaubt es dir grundsätzlich, alle Inhalte von allen Nutzer*innen auf allen Servern im Fediversum zu sehen und mit ihnen zu interagieren. Für diese Instanz gibt es aber ein paar Ausnahmen.",
"about.domain_blocks.severity":"Schweregrad",
"about.domain_blocks.severity":"Schweregrad",
"about.domain_blocks.silenced.explanation":"In der Regel werden Sie keine Profile und Inhalte von diesem Server sehen, es sei denn, Sie suchen explizit danach oder entscheiden sich für diesen Server, indem Sie ihm folgen.",
"about.domain_blocks.silenced.explanation":"Alle Inhalte dieses Servers sind stumm geschaltet und werden zunächst nicht angezeigt. Du kannst die Profile und anderen Inhalte aber dennoch manuell aufrufen – oder Du folgst einer Person dieser Mastodon-Instanz.",
"about.domain_blocks.silenced.title":"Limitiert",
"about.domain_blocks.silenced.title":"Limitiert",
"about.domain_blocks.suspended.explanation":"Es werden keine Daten von diesem Server verarbeitet, gespeichert oder ausgetauscht, sodass eine Interaktion oder Kommunikation mit Nutzern dieses Servers nicht möglich ist.",
"about.domain_blocks.suspended.explanation":"Es werden keine Daten von diesem Server verarbeitet, gespeichert oder ausgetauscht, sodass eine Interaktion oder Kommunikation mit Nutzer*innen dieses Servers nicht möglich ist.",
"about.domain_blocks.suspended.title":"Gesperrt",
"about.domain_blocks.suspended.title":"Gesperrt",
"about.not_available":"Diese Informationen sind auf diesem Server nicht verfügbar.",
"about.not_available":"Diese Informationen sind auf diesem Server nicht verfügbar.",
"about.powered_by":"Dezentrale soziale Medien betrieben von {mastodon}",
"about.powered_by":"Ein dezentralisiertes soziales Netzwerk, angetrieben von {mastodon}",
"about.rules":"Serverregeln",
"about.rules":"Serverregeln",
"account.account_note_header":"Notiz",
"account.account_note_header":"Notiz",
"account.add_or_remove_from_list":"Hinzufügen oder Entfernen von Listen",
"account.add_or_remove_from_list":"Hinzufügen oder Entfernen von Listen",
@ -20,31 +21,31 @@
"account.block_domain":"Alles von {domain} verstecken",
"account.block_domain":"Alles von {domain} verstecken",
"account.blocked":"Blockiert",
"account.blocked":"Blockiert",
"account.browse_more_on_origin_server":"Mehr auf dem Originalprofil durchsuchen",
"account.browse_more_on_origin_server":"Mehr auf dem Originalprofil durchsuchen",
"bundle_column_error.error.body":"The requested page could not be rendered. It could be due to a bug in our code, or a browser compatibility issue.",
"bundle_column_error.error.body":"Die angeforderte Seite konnte nicht dargestellt werden. Dies könnte auf einen Fehler in unserem Code oder auf ein Browser-Kompatibilitätsproblem zurückzuführen sein.",
"bundle_column_error.error.title":"Oh nein!",
"bundle_column_error.error.title":"Oh nein!",
"bundle_column_error.network.body":"There was an error when trying to load this page. This could be due to a temporary problem with your internet connection or this server.",
"bundle_column_error.network.body":"Beim Versuch, diese Seite zu laden, ist ein Fehler aufgetreten. Dies könnte auf ein vorübergehendes Problem mit Ihrer Internetverbindung oder diesem Server zurückzuführen sein.",
"bundle_column_error.return":"Zurück zur Startseite",
"bundle_column_error.return":"Zurück zur Startseite",
"bundle_column_error.routing.body":"The requested page could not be found. Are you sure the URL in the address bar is correct?",
"bundle_column_error.routing.body":"Die angeforderte Seite konnte nicht gefunden werden. Sind Sie sicher, dass die URL in der Adressleiste korrekt ist?",
"bundle_column_error.routing.title":"404",
"bundle_column_error.routing.title":"404",
"bundle_modal_error.close":"Schließen",
"bundle_modal_error.close":"Schließen",
"bundle_modal_error.message":"Etwas ist beim Laden schiefgelaufen.",
"bundle_modal_error.message":"Etwas ist beim Laden schiefgelaufen.",
"bundle_modal_error.retry":"Erneut versuchen",
"bundle_modal_error.retry":"Erneut versuchen",
"closed_registrations.other_server_instructions":"Since Mastodon is decentralized, you can create an account on another server and still interact with this one.",
"closed_registrations.other_server_instructions":"Da Mastodon dezentralisiert ist, können Sie ein Konto auf einem anderen Server erstellen und trotzdem mit diesem Server interagieren.",
"closed_registrations_modal.description":"Creating an account on {domain} is currently not possible, but please keep in mind that you do not need an account specifically on {domain} to use Mastodon.",
"closed_registrations_modal.description":"Das Anlegen eines Kontos auf {domain} ist derzeit nicht möglich, aber bedenken Sie bitte, dass Sie kein spezielles Konto auf {domain} benötigen, um Mastodon nutzen zu können.",
"closed_registrations_modal.find_another_server":"Find another server",
"closed_registrations_modal.find_another_server":"Einen anderen Server auswählen",
"closed_registrations_modal.preamble":"Mastodon is decentralized, so no matter where you create your account, you will be able to follow and interact with anyone on this server. You can even self-host it!",
"closed_registrations_modal.preamble":"Mastodon ist dezentralisiert, d.h. unabhängig davon, wo Sie Ihr Konto erstellen, können Sie jedem auf diesem Server folgen und mit ihm interagieren. Sie können ihn sogar selbst hosten!",
"closed_registrations_modal.title":"Signing up on Mastodon",
"compose_form.encryption_warning":"Beiträge von Mastodon sind nicht Ende-zu-Ende verschlüsselt. Teile keine senible Informationen über Mastodon.",
"compose_form.encryption_warning":"Beiträge von Mastodon sind nicht Ende-zu-Ende verschlüsselt. Teile keine senible Informationen über Mastodon.",
"compose_form.hashtag_warning":"Dieser Beitrag wird nicht durch Hashtags entdeckbar sein, weil er ungelistet ist. Nur öffentliche Beiträge tauchen in Hashtag-Zeitleisten auf.",
"compose_form.hashtag_warning":"Dieser Beitrag ist über Hashtags nicht zu finden, weil er nicht gelistet ist. Nur öffentliche Beiträge tauchen in den Hashtag-Chroniken auf.",
"compose_form.lock_disclaimer":"Dein Profil ist nicht {locked}. Wer dir folgen will, kann das jederzeit tun und dann auch deine privaten Beiträge sehen.",
"compose_form.lock_disclaimer":"Dein Profil ist nicht {locked}. Wer dir folgen will, kann das jederzeit tun und dann auch deine privaten Beiträge sehen.",
"compose_form.sensitive.hide":"Medien als NSFW markieren",
"compose_form.sensitive.hide":"{count, plural, one {Mit einer Inhaltswarnung versehen} other {Mit einer Inhaltswarnung versehen}}",
"compose_form.sensitive.marked":"Medien sind als NSFW markiert",
"compose_form.sensitive.marked":"{count, plural, one {Medien-Datei ist mit einer Inhaltswarnung versehen} other {Medien-Dateien sind mit einer Inhaltswarnung versehen}}",
"compose_form.sensitive.unmarked":"Medien sind nicht als NSFW markiert",
"compose_form.sensitive.unmarked":"{count, plural, one {Medien-Datei ist nicht mit einer Inhaltswarnung versehen} other {Medien-Dateien sind nicht mit einer Inhaltswarnung versehen}}",
"compose_form.spoiler.marked":"Text ist hinter einer Warnung versteckt",
"compose_form.spoiler.marked":"Inhaltswarnung bzw. Triggerwarnung entfernen",
"compose_form.spoiler.unmarked":"Text ist nicht versteckt",
"compose_form.spoiler.unmarked":"Inhaltswarnung bzw. Triggerwarnung hinzufügen",
"confirmations.domain_block.message":"Bist du dir wirklich sicher, dass du die ganze Domain {domain} blockieren willst? In den meisten Fällen reichen ein paar gezielte Blockierungen oder Stummschaltungen aus. Du wirst den Inhalt von dieser Domain nicht in irgendwelchen öffentlichen Timelines oder den Benachrichtigungen finden. Deine Folgenden von dieser Domain werden entfernt.",
"confirmations.domain_block.message":"Bist du dir wirklich sicher, dass du die ganze Domain {domain} blockieren willst? In den meisten Fällen reichen ein paar gezielte Blockierungen oder Stummschaltungen aus. Du wirst den Inhalt von dieser Domain nicht in irgendwelchen öffentlichen Timelines oder den Benachrichtigungen finden. Auch deine Follower von dieser Domain werden entfernt.",
"confirmations.logout.confirm":"Abmelden",
"confirmations.logout.confirm":"Abmelden",
"confirmations.logout.message":"Bist du sicher, dass du dich abmelden möchtest?",
"confirmations.logout.message":"Bist du sicher, dass du dich abmelden möchtest?",
"copypaste.copied":"In die Zwischenablage kopiert",
"copypaste.copy":"Kopieren",
"copypaste.copy":"In die Zwischenablage kopieren",
"directory.federated":"Aus dem Fediverse",
"directory.federated":"Aus dem Fediverse",
"directory.local":"Nur von {domain}",
"directory.local":"Nur von der Domain {domain}",
"directory.new_arrivals":"Neue Benutzer",
"directory.new_arrivals":"Neue Profile",
"directory.recently_active":"Kürzlich aktiv",
"directory.recently_active":"Kürzlich aktiv",
"dismissable_banner.community_timeline":"Dies sind die neuesten öffentlichen Beiträge von Personen, deren Konten von {domain} gehostet werden.",
"dismissable_banner.community_timeline":"Dies sind die neuesten öffentlichen Beiträge von Personen, deren Konten von {domain} gehostet werden.",
"dismissable_banner.dismiss":"Ablehnen",
"dismissable_banner.dismiss":"Ablehnen",
@ -186,43 +187,43 @@
"dismissable_banner.explore_statuses":"Diese Beiträge von diesem und anderen Servern im dezentralen Netzwerk gewinnen gerade an Reichweite auf diesem Server.",
"dismissable_banner.explore_statuses":"Diese Beiträge von diesem und anderen Servern im dezentralen Netzwerk gewinnen gerade an Reichweite auf diesem Server.",
"dismissable_banner.explore_tags":"Diese Hashtags gewinnen gerade unter den Leuten auf diesem und anderen Servern des dezentralen Netzwerkes an Reichweite.",
"dismissable_banner.explore_tags":"Diese Hashtags gewinnen gerade unter den Leuten auf diesem und anderen Servern des dezentralen Netzwerkes an Reichweite.",
"dismissable_banner.public_timeline":"Dies sind die neuesten öffentlichen Beiträge von Personen auf diesem und anderen Servern des dezentralen Netzwerks, die dieser Server kennt.",
"dismissable_banner.public_timeline":"Dies sind die neuesten öffentlichen Beiträge von Personen auf diesem und anderen Servern des dezentralen Netzwerks, die dieser Server kennt.",
"embed.instructions":"Du kannst diesen Beitrag auf deiner Webseite einbetten, indem du den folgenden Code einfügst.",
"embed.instructions":"Du kannst diesen Beitrag außerhalb des Fediverse (z. B. auf deiner Website) einbetten, indem du diesen iFrame-Code einfügst.",
"embed.preview":"So wird es aussehen:",
"embed.preview":"Vorschau:",
"emoji_button.activity":"Aktivitäten",
"emoji_button.activity":"Aktivitäten",
"emoji_button.clear":"Leeren",
"emoji_button.clear":"Leeren",
"emoji_button.custom":"Eigene",
"emoji_button.custom":"Spezielle Emojis dieses Servers",
"empty_column.account_unavailable":"Konto nicht verfügbar",
"empty_column.account_unavailable":"Profil nicht verfügbar",
"empty_column.blocks":"Du hast keine Profile blockiert.",
"empty_column.blocks":"Du hast bisher keine Profile blockiert.",
"empty_column.bookmarked_statuses":"Du hast bis jetzt keine Beiträge als Lesezeichen gespeichert. Wenn du einen Beitrag als Lesezeichen speicherst wird er hier erscheinen.",
"empty_column.bookmarked_statuses":"Du hast bis jetzt keine Beiträge als Lesezeichen gespeichert. Wenn du einen Beitrag als Lesezeichen speicherst wird er hier erscheinen.",
"empty_column.community":"Die lokale Zeitleiste ist leer. Schreibe einen öffentlichen Beitrag, um den Stein ins Rollen zu bringen!",
"empty_column.community":"Die lokale Chronik ist leer. Schreibe einen öffentlichen Beitrag, um den Stein ins Rollen zu bringen!",
"empty_column.direct":"Du hast noch keine Direktnachrichten. Sobald du eine sendest oder empfängst, wird sie hier zu sehen sein.",
"empty_column.direct":"Du hast noch keine Direktnachrichten. Sobald du eine sendest oder empfängst, wird sie hier zu sehen sein.",
"empty_column.domain_blocks":"Es sind noch keine Domains versteckt.",
"empty_column.domain_blocks":"Du hast noch keine Domains blockiert.",
"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 Beiträge favorisiert. 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 Follower-Anfragen erhalten. 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":"Die Timeline Deiner 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 werden.",
"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. Sobald Du mit anderen Personen interagierst, wirst Du hier darüber benachrichtigt.",
"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 Browser-Inkompatibilitä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.",
@ -257,16 +258,16 @@
"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!",
"follow_request.authorize":"Erlauben",
"follow_request.authorize":"Erlauben",
"follow_request.reject":"Ablehnen",
"follow_request.reject":"Ablehnen",
"follow_requests.unlocked_explanation":"Auch wenn dein Konto nicht gesperrt ist, haben die Moderator_innen von {domain} gedacht, dass du diesen Follower lieber manuell bestätigen solltest.",
"follow_requests.unlocked_explanation":"Auch wenn dein Konto öffentlich bzw. nicht geschützt ist, haben die Moderator*innen von {domain} gedacht, dass du diesen Follower lieber manuell bestätigen solltest.",
"getting_started.free_software_notice":"Mastodon ist kostenlos, Open-Source-Software. Sie können den Quellcode einsehen, beisteuern oder Fehler melden unter {repository}.",
"interaction_modal.description.favourite":"Mit einem Account auf Mastodon können Sie diesen Beitrag favorisieren, um dem Autor mitzuteilen, dass Sie den Beitrag schätzen und ihn für einen späteren Zeitpunkt speichern.",
"interaction_modal.description.favourite":"Mit einem Account auf Mastodon können Sie diesen Beitrag favorisieren, um dem Autor mitzuteilen, dass Sie den Beitrag schätzen und ihn für einen späteren Zeitpunkt speichern.",
"interaction_modal.description.follow":"Mit einem Konto auf Mastodon kannst du {name} folgen, um seine Beiträge in deinem Home Feed zu erhalten.",
"interaction_modal.description.follow":"Mit einem Konto auf Mastodon kannst du {name} folgen, um seine Beiträge in deinem Home Feed zu erhalten.",
"interaction_modal.description.reblog":"Mit einem Account auf Mastodon, kannst du diesen Beitrag boosten um ihn mit deinen eigenen Followern teilen.",
"interaction_modal.description.reblog":"Mit einem Mastodon-Account kannst du die Reichweite dieses Beitrags erhöhen, in dem du ihn mit deinen eigenen Followern teilst.",
"interaction_modal.description.reply":"Mit einem Account auf Mastodon können Sie auf diesen Beitrag antworten.",
"interaction_modal.description.reply":"Mit einem Account auf Mastodon können Sie auf diesen Beitrag antworten.",
"interaction_modal.on_another_server":"Auf einem anderen Server",
"interaction_modal.on_another_server":"Auf einem anderen Server",
"interaction_modal.on_this_server":"Auf diesem Server",
"interaction_modal.on_this_server":"Auf diesem Server",
@ -293,7 +294,7 @@
"interaction_modal.preamble":"Da Mastodon dezentralisiert ist, kannst du dein bestehendes Konto auf einem anderen Mastodon-Server oder einer kompatiblen Plattform nutzen, wenn du kein Konto auf dieser Plattform hast.",
"interaction_modal.preamble":"Da Mastodon dezentralisiert ist, kannst du dein bestehendes Konto auf einem anderen Mastodon-Server oder einer kompatiblen Plattform nutzen, wenn du kein Konto auf dieser Plattform hast.",
"interaction_modal.title.favourite":"Lieblingsbeitrag von {name}",
"interaction_modal.title.favourite":"Lieblingsbeitrag von {name}",
"notifications.mark_as_read":"Alle Benachrichtigungen als gelesen markieren",
"notifications.mark_as_read":"Alles als gelesen markieren",
"notifications.permission_denied":"Desktop-Benachrichtigungen können nicht aktiviert werden, da die Berechtigung verweigert wurde.",
"notifications.permission_denied":"Desktop-Benachrichtigungen können nicht aktiviert werden, da die Berechtigung verweigert wurde.",
"notifications.permission_denied_alert":"Desktop-Benachrichtigungen können nicht aktiviert werden, da die Browser-Berechtigung zuvor verweigert wurde",
"notifications.permission_denied_alert":"Desktop-Benachrichtigungen können nicht aktiviert werden, da die Browser-Berechtigung zuvor verweigert wurde",
"notifications.permission_required":"Desktop-Benachrichtigungen sind nicht verfügbar, da die erforderliche Berechtigung nicht erteilt wurde.",
"notifications.permission_required":"Desktop-Benachrichtigungen sind nicht verfügbar, da die erforderliche Berechtigung nicht erteilt wurde.",
@ -436,23 +434,23 @@
"notifications_permission_banner.how_to_control":"Um Benachrichtigungen zu erhalten, wenn Mastodon nicht geöffnet ist, aktiviere die Desktop-Benachrichtigungen. Du kannst genau bestimmen, welche Arten von Interaktionen Desktop-Benachrichtigungen über die {icon} -Taste erzeugen, sobald diese aktiviert sind.",
"notifications_permission_banner.how_to_control":"Um Benachrichtigungen zu erhalten, wenn Mastodon nicht geöffnet ist, aktiviere die Desktop-Benachrichtigungen. Du kannst genau bestimmen, welche Arten von Interaktionen Desktop-Benachrichtigungen über die {icon} -Taste erzeugen, sobald diese aktiviert sind.",
"notifications_permission_banner.title":"Verpasse nie etwas",
"notifications_permission_banner.title":"Verpasse nie etwas",
"picture_in_picture.restore":"Zurücksetzen",
"picture_in_picture.restore":"Zurücksetzen",
"poll.closed":"Geschlossen",
"poll.closed":"Beendet",
"poll.refresh":"Aktualisieren",
"poll.refresh":"Aktualisieren",
"poll.total_people":"{count, plural, one {# Person} other {# Personen}}",
"poll.total_people":"{count, plural, one {# Person} other {# Personen}}",
"poll.total_votes":"{count, plural, one {# Stimme} other {# Stimmen}}",
"poll.total_votes":"{count, plural, one {# Stimme} other {# Stimmen}}",
"poll.vote":"Abstimmen",
"poll.vote":"Abstimmen",
"poll.voted":"Du hast dafür gestimmt",
"poll.voted":"Du hast für diese Auswahl gestimmt",
"poll.votes":"{votes, plural, one {# Stimme} other {# Stimmen}}",
"poll.votes":"{votes, plural, one {# Stimme} other {# Stimmen}}",
"poll_button.add_poll":"Eine Umfrage erstellen",
"poll_button.add_poll":"Eine Umfrage erstellen",
"poll_button.remove_poll":"Umfrage entfernen",
"poll_button.remove_poll":"Umfrage entfernen",
"privacy.change":"Sichtbarkeit des Beitrags anpassen",
"privacy.change":"Sichtbarkeit des Beitrags anpassen",
"privacy.direct.long":"Wird an erwähnte Profile gesendet",
"privacy.direct.long":"Nur für die genannten Profile sichtbar",
"privacy.direct.short":"Nur erwähnte Personen",
"privacy.direct.short":"Nur erwähnte Profile",
"privacy.private.long":"Nur für Folgende sichtbar",
"privacy.private.long":"Nur für deine Follower sichtbar",
"privacy.private.short":"Nur Follower",
"privacy.private.short":"Nur Follower",
"privacy.public.long":"Für alle sichtbar",
"privacy.public.long":"Für alle sichtbar",
"privacy.public.short":"Öffentlich",
"privacy.public.short":"Öffentlich",
"privacy.unlisted.long":"Sichtbar für alle, aber nicht über Entdeckungsfunktionen",
"privacy.unlisted.long":"Sichtbar für alle, aber nicht über Suchfunktion",
"privacy.unlisted.short":"Nicht gelistet",
"privacy.unlisted.short":"Nicht gelistet",
"privacy_policy.last_updated":"Letztes Update am {date}",
"privacy_policy.last_updated":"Letztes Update am {date}",
"search.search_or_paste":"Suchen oder URL einfügen",
"search_popout.search_format":"Erweiterte Suche",
"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":"Beitrag",
"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",
"search_popout.tips.user":"Nutzer",
"search_popout.tips.user":"Profil",
"search_results.accounts":"Personen",
"search_results.accounts":"Profile",
"search_results.all":"Alle",
"search_results.all":"Alle",
"search_results.hashtags":"Hashtags",
"search_results.hashtags":"Hashtags",
"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":"Suchen nach {q}",
"search_results.title":"Suchergebnisse für {q}",
"search_results.total":"{count, number} {count, plural, one {Ergebnis} other {Ergebnisse}}",
"search_results.total":"{count, number} {count, plural, one {Ergebnis} other {Ergebnisse}}",
"server_banner.about_active_users":"Personen, die diesen Server in den letzten 30 Tagen genutzt haben (monatlich aktive Benutzer)",
"server_banner.about_active_users":"Personen, die diesen Server in den vergangenen 30 Tagen genutzt haben (monatlich aktive Benutzer*innen)",
"server_banner.active_users":"aktive Benutzer",
"server_banner.active_users":"aktive Profile",
"server_banner.administered_by":"Verwaltet von:",
"server_banner.administered_by":"Verwaltet von:",
"server_banner.introduction":"{domain} ist Teil des dezentralen sozialen Netzwerks, das von {mastodon} betrieben wird.",
"server_banner.introduction":"{domain} ist Teil des dezentralen sozialen Netzwerks, das von {mastodon} betrieben wird.",
"sign_in_banner.text":"Melden Sie sich an, um Profilen oder Hashtags zu folgen, Favoriten, Teilen und Antworten auf Beiträge oder interagieren Sie von Ihrem Konto auf einem anderen Server.",
"sign_in_banner.text":"Melden Sie sich an, um Profilen oder Hashtags zu folgen, Favoriten, Teilen und Antworten auf Beiträge oder interagieren Sie von Ihrem Konto auf einem anderen Server.",
"status.admin_account":"Öffne Moderationsoberfläche für @{name}",
"status.admin_account":"Moderationsoberfläche für @{name} öffnen",
"status.admin_status":"Öffne Beitrag in der Moderationsoberfläche",
"status.admin_status":"Öffne Beitrag in der Moderationsoberfläche",
"status.block":"Blockiere @{name}",
"status.block":"@{name} blockieren",
"status.bookmark":"Lesezeichen",
"status.bookmark":"Lesezeichen setzen",
"status.cancel_reblog_private":"Nicht mehr teilen",
"status.cancel_reblog_private":"Teilen des Beitrags rückgängig machen",
"status.cannot_reblog":"Dieser Beitrag kann nicht geteilt werden",
"status.cannot_reblog":"Dieser Beitrag kann nicht geteilt werden",
"status.copy":"Kopiere Link zum Beitrag",
"status.copy":"Kopiere Link des Beitrags",
"status.delete":"Löschen",
"status.delete":"Beitrag löschen",
"status.detailed_status":"Detaillierte Ansicht der Konversation",
"status.detailed_status":"Detaillierte Ansicht der Unterhaltung",
"status.direct":"Direktnachricht @{name}",
"status.direct":"Direktnachricht an @{name}",
"status.edit":"Bearbeiten",
"status.edit":"Bearbeiten",
"status.edited":"Bearbeitet {date}",
"status.edited":"Bearbeitet {date}",
"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 der Unterhaltung 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.",
"subscribed_languages.lead":"Nach der Änderung werden nur noch Beiträge in den ausgewählten Sprachen in den Timelines deiner Startseite und deiner Listen angezeigt. Wähle keine Sprache aus, um alle Beiträge zu sehen.",
"trends.counter_by_accounts":"{count, plural, one {{count} Person} other {{count} Personen}} {days, plural, one {am vergangenen Tag} other {in den vergangenen {days} Tagen}}",
"trends.counter_by_accounts":"{count, plural, one {{count} Person} other {{count} Personen}} {days, plural, one {am vergangenen Tag} other {in den vergangenen {days} Tagen}}",
"defaultMessage":"This profile has been hidden by the moderators of your server.",
"defaultMessage":"This profile has been hidden by the moderators of {domain}.",
"id":"limited_account_hint.title"
"id":"limited_account_hint.title"
},
},
{
{
@ -1640,6 +1644,10 @@
"defaultMessage":"Search",
"defaultMessage":"Search",
"id":"search.placeholder"
"id":"search.placeholder"
},
},
{
"defaultMessage":"Search or paste URL",
"id":"search.search_or_paste"
},
{
{
"defaultMessage":"Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
"defaultMessage":"Simple text returns statuses you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",