- Add 12 hours option to polls ([Pleclown](https://github.com/mastodon/mastodon/pull/21131))
- Add dropdown menu item to open admin interface for remote domains ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21895))
- Add `--remove-headers`, `--prune-profiles` and `--include-follows` flags to `tootctl media remove` ([evanphilip](https://github.com/mastodon/mastodon/pull/22149))
- Add `--email` and `--dry-run` options to `tootctl accounts delete` ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22328))
- Add `MIN_THREADS` environment variable to set minimum Puma threads ([jimeh](https://github.com/mastodon/mastodon/pull/21048))
- Add explanation text to log-in page ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20946))
- Add user profile OpenGraph tag on post pages ([bramus](https://github.com/mastodon/mastodon/pull/21423))
- Add maskable icon support for Android ([workeffortwaste](https://github.com/mastodon/mastodon/pull/20904))
- Add Belarusian to supported languages ([Mixaill](https://github.com/mastodon/mastodon/pull/22022))
- Add Western Frisian to supported languages ([ykzts](https://github.com/mastodon/mastodon/pull/18602))
- Add Montenegrin to the language picker ([ayefries](https://github.com/mastodon/mastodon/pull/21013))
- Add Southern Sami and Lule Sami to the language picker ([Jullan-M](https://github.com/mastodon/mastodon/pull/21262))
- Add logging for Rails cache timeouts ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21667))
- Add color highlight for active hashtag “follow” button ([MFTabriz](https://github.com/mastodon/mastodon/pull/21629))
- Add brotli compression to `assets:precompile` ([Izorkin](https://github.com/mastodon/mastodon/pull/19025))
- Add “disabled” account filter to the `/admin/accounts` UI ([tribela](https://github.com/mastodon/mastodon/pull/21282))
- Add transparency to modal background for accessibility ([edent](https://github.com/mastodon/mastodon/pull/18081))
- Add `title` attribute to video elements in media attachments ([bramus](https://github.com/mastodon/mastodon/pull/21420))
- Add left and right margins to emojis ([dsblank](https://github.com/mastodon/mastodon/pull/20464))
- Add `reading:autoplay:gifs` to `/api/v1/preferences` ([j-f1](https://github.com/mastodon/mastodon/pull/22706))
- Add `hide_collections` parameter to `/api/v1/accounts/credentials` ([CarlSchwan](https://github.com/mastodon/mastodon/pull/22790))
- Add more specific error messages to HTTP signature verification ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21617))
- Add Storj DCS to cloud object storage options in the `mastodon:setup` rake task ([jtolio](https://github.com/mastodon/mastodon/pull/21929))
- Add checkmark symbol in the checkbox for sensitive media ([sidp](https://github.com/mastodon/mastodon/pull/22795))
- Add missing accessibility attributes to logout link in modals ([kytta](https://github.com/mastodon/mastodon/pull/22549))
- Add missing accessibility attributes to “Hide image” button in `MediaGallery` ([hs4man21](https://github.com/mastodon/mastodon/pull/22513))
- Add missing accessibility attributes to hide content warning field when disabled ([hs4man21](https://github.com/mastodon/mastodon/pull/22568))
- Add `aria-hidden` to footer circle dividers to improve accessibility ([hs4man21](https://github.com/mastodon/mastodon/pull/22576))
### Changed
- **Ensure exact match is the first result in hashtag searches** ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21315))
- Change account search to return followed accounts first ([dariusk](https://github.com/mastodon/mastodon/pull/22956))
- Change batch account suspension to create a strike ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20897))
- Change default reply language to match the default language when replying to a translated post ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22272))
- Change misleading wording about waitlists ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20850))
- Increase width of the unread notification border ([connorshea](https://github.com/mastodon/mastodon/pull/21692))
- Change new post notification button on profiles to make it more apparent when it is enabled ([tribela](https://github.com/mastodon/mastodon/pull/22541))
- Change trending tags admin interface to always show batch action controls ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23013))
- Change wording of some OAuth scope descriptions ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22491))
- Change wording of admin report handling actions ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/18388))
- Change confirm prompts for relationships management ([tribela](https://github.com/mastodon/mastodon/pull/19411))
- Change language surrounding disability in prompts for media descriptions ([hs4man21](https://github.com/mastodon/mastodon/pull/20923))
- Change confusing wording in the sign in banner ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22490))
- Change account moderation notes to make links clickable ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22553))
- Save avatar or header correctly even if the other one fails ([tribela](https://github.com/mastodon/mastodon/pull/18465))
- Change `referrer-policy` to `same-origin` application-wide ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23014), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/23037))
- Add 'private' to `Cache-Control`, match Rails expectations ([daxtens](https://github.com/mastodon/mastodon/pull/20608))
- Make the button that expands the compose form differentiable from the button that publishes a post ([Tak](https://github.com/mastodon/mastodon/pull/20864))
- Change automatic post deletion configuration to be accessible to moved users ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20774))
- Make tag following idempotent ([trwnh](https://github.com/mastodon/mastodon/pull/20860), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/21285))
- Use buildx functions for faster builds ([inductor](https://github.com/mastodon/mastodon/pull/20692))
- Split off Dockerfile components for faster builds ([moritzheiber](https://github.com/mastodon/mastodon/pull/20933), [ineffyble](https://github.com/mastodon/mastodon/pull/20948), [BtbN](https://github.com/mastodon/mastodon/pull/21028))
- Change last occurrence of “silence” to “limit” in UI text ([cincodenada](https://github.com/mastodon/mastodon/pull/20637))
- Change “hide toot” to “hide post” ([seanthegeek](https://github.com/mastodon/mastodon/pull/22385))
- Don't allow URLs that contain non-normalized paths to be verified ([dgl](https://github.com/mastodon/mastodon/pull/20999))
- Change the “Trending now” header to be a link to the Explore page ([connorshea](https://github.com/mastodon/mastodon/pull/21759))
- Change PostgreSQL connection timeout from 2 minutes to 15 seconds ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21790))
- Make handle more easily selectable on profile page ([cadars](https://github.com/mastodon/mastodon/pull/21479))
- Allow admins to refresh remotely-suspended accounts ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22327))
- Change dropdown menu to contain “Copy link to post” even for non-public posts ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21316))
- Allow adding relays in secure mode and limited federation mode ([ineffyble](https://github.com/mastodon/mastodon/pull/22324))
- Change timestamps to be displayed using the user's timezone throughout the moderation interface ([FrancisMurillo](https://github.com/mastodon/mastodon/pull/21878), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/22555))
- Change CSP directives on API to be tight and concise ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20960))
- Change web UI to not autofocus the compose form ([raboof](https://github.com/mastodon/mastodon/pull/16517))
- Change idempotency key handling for posting when database access is slow ([lambda](https://github.com/mastodon/mastodon/pull/21840))
- Change remote media files to be downloaded outside of transactions ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21796))
- Improve contrast of charts in “poll has ended” notifications ([j-f1](https://github.com/mastodon/mastodon/pull/22575))
- Change OEmbed detection and validation to be somewhat more lenient ([ineffyble](https://github.com/mastodon/mastodon/pull/22533))
- Widen ElasticSearch version detection to not display a warning for OpenSearch ([VyrCossont](https://github.com/mastodon/mastodon/pull/22422), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/23064))
- Change link verification to allow pages larger than 1MB as long as the link is in the first 1MB ([untitaker](https://github.com/mastodon/mastodon/pull/22879))
- Update default Node.js version to Node.js 16 ([ineffyble](https://github.com/mastodon/mastodon/pull/22223), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/22342))
### Removed
- Officially remove support for Ruby 2.6 ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21477))
- Remove LDSignature on actor Delete activities ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21466))
- Remove `object-fit` polyfill used for old versions of Microsoft Edge ([shuuji3](https://github.com/mastodon/mastodon/pull/22693))
- Remove empty `title` tag from mailer layout ([nametoolong](https://github.com/mastodon/mastodon/pull/23078))
- Fix suspension worker crashing on S3-compatible setups without ACL support ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22487))
- Fix possible race conditions when suspending/unsuspending accounts ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22363))
- Fix being stuck in edit mode when deleting the edited status ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22126))
- Fix some performance issues with `/admin/instances` ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21907))
- Fix some pre-4.0 admin audit logs ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22091))
- Fix missing OAuth scopes for admin APIs ([trwnh](https://github.com/mastodon/mastodon/pull/20918), [trwnh](https://github.com/mastodon/mastodon/pull/20979))
- Fix voter count not being cleared when a poll is reset ([afontenot](https://github.com/mastodon/mastodon/pull/21700))
- Fix attachments of edited statuses not being fetched ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21565))
- Fix irreversible and whole_word parameters handling in `/api/v1/filters` ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21988))
- Fix 500 error when marking posts as sensitive while some of them are deleted ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22134))
- Fix expanded statuses not always being scrolled into view ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21797))
- Fix not being able to scroll the remote interaction modal on small screens ([xendke](https://github.com/mastodon/mastodon/pull/21763))
- Fix disappearing “Explore” tabs on Safari ([nyura](https://github.com/mastodon/mastodon/pull/20917), [ykzts](https://github.com/mastodon/mastodon/pull/20982))
- Fix wrong padding in RTL layout ([Gargron](https://github.com/mastodon/mastodon/pull/23157))
- Fix being unable to get a single EmailDomainBlock from the admin API ([trwnh](https://github.com/mastodon/mastodon/pull/20846))
- Fix pagination of followed tags ([trwnh](https://github.com/mastodon/mastodon/pull/20861))
- Fix dropdown menu positions when scrolling ([sidp](https://github.com/mastodon/mastodon/pull/22916), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/23062))
- Fix mysterious registration failure when “Require a reason to join” is set with open registrations ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22127))
- Fix attachment rendering of edited posts in OpenGraph ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22270))
- Fix invalid/empty RSS feed link on account pages ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20772))
- Fix error in `VerifyLinkService` when processing links with no href ([joshuap](https://github.com/mastodon/mastodon/pull/20741))
- Fix media uploads with FFmpeg 5 ([dead10ck](https://github.com/mastodon/mastodon/pull/21191))
- Fix sensitive flag not being set when replying to a post with a content warning under certain conditions ([kedamaDQ](https://github.com/mastodon/mastodon/pull/21724))
- Fix “Share @user's profile” profile menu item not working ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21490))
- Fix crash and incorrect behavior in `tootctl domains crawl` ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/19004))
- Fix autoplay on iOS ([jamesadney](https://github.com/mastodon/mastodon/pull/21422))
- Fix spaces not being stripped in admin account search ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21324))
- Fix spaces not being stripped when adding relays ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22655))
- Fix infinite loading spinner instead of soft 404 for non-existing remote accounts ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21303))
- Fix minor visual issue with the top border of verified account fields ([j-f1](https://github.com/mastodon/mastodon/pull/22006))
- Fix pending account approval and rejection not being recorded in the admin audit log ([FrancisMurillo](https://github.com/mastodon/mastodon/pull/22088))
- Fix “Sign up” button with closed registrations not opening modal on mobile ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22060))
- Fix UI header overflowing on mobile ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21783))
- Fix 500 error when trying to migrate to an invalid address ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21462))
- Fix crash when trying to fetch unobtainable avatar of user using external authentication ([lochiiconnectivity](https://github.com/mastodon/mastodon/pull/22462))
- Fix potential duplicate statuses in Explore tab ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22121))
- Fix deprecation warning in `tootctl accounts rotate` ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22120))
- Fix missing style in warning and strike cards ([AtelierSnek](https://github.com/mastodon/mastodon/pull/22177), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/22302))
- Fix wasteful request to `/api/v1/custom_emojis` when not logged in ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22326))
- Fix replies sometimes being delivered to user-blocked domains ([tribela](https://github.com/mastodon/mastodon/pull/22117))
- Fix admin dashboard crash when using some ElasticSearch replacements ([cortices](https://github.com/mastodon/mastodon/pull/21006))
- Fix profile avatar being slightly offset into left border ([RiedleroD](https://github.com/mastodon/mastodon/pull/20994))
- Fix N+1 queries in `NotificationsController` ([nametoolong](https://github.com/mastodon/mastodon/pull/21202))
- Fix being unable to react to announcements with the keycap number sign emoji ([kescherCode](https://github.com/mastodon/mastodon/pull/22231))
- Fix height computation of post embeds ([hodgesmr](https://github.com/mastodon/mastodon/pull/22141))
- Fix accessibility issue of the search bar due to hidden placeholder ([alexstine](https://github.com/mastodon/mastodon/pull/21275))
- Fix layout change handler not being removed due to a typo ([nschonni](https://github.com/mastodon/mastodon/pull/21829))
- Fix typo in the default `S3_HOSTNAME` used in the `mastodon:setup` rake task ([danp](https://github.com/mastodon/mastodon/pull/19932))
- Fix the top action bar appearing in the multi-column layout ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20943))
- Fix inability to use local LibreTranslate without setting `ALLOWED_PRIVATE_ADDRESSES` ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21926))
- Fix punycoded local domains not being prettified in initial state ([Tritlo](https://github.com/mastodon/mastodon/pull/21440))
- Fix CSP violation warning by removing inline CSS from SVG logo ([luxiaba](https://github.com/mastodon/mastodon/pull/20814))
- Fix margin for search field on medium window size ([minacle](https://github.com/mastodon/mastodon/pull/21606))
- Fix search popout scrolling with the page in single-column mode ([rgroothuijsen](https://github.com/mastodon/mastodon/pull/16463))
- Fix minor status cache hydration discrepancy ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/19879))
- Fix `・` detection in hashtags ([parthoghosh24](https://github.com/mastodon/mastodon/pull/22888))
- Fix hashtag follows bypassing user blocks ([tribela](https://github.com/mastodon/mastodon/pull/22849))
- Fix moved accounts being incorrectly redirected to account settings when trying to view a remote profile ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22497))
- Fix site upload validations ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22479))
- Fix “Add new domain block” button using last submitted search value instead of the current one ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22485))
- Fix misleading hashtag warning when posting with “Followers only” or “Mentioned people only” visibility ([n0toose](https://github.com/mastodon/mastodon/pull/22827))
- Fix embedded posts with videos grabbing focus ([Akkiesoft](https://github.com/mastodon/mastodon/pull/22778))
- Fix `$` not being escaped in `.env.production` files generated by the `mastodon:setup` rake task ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23012), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/23072))
- Fix sanitizer parsing link text as HTML when stripping unsupported links ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22558))
- Fix `scheduled_at` input not using `datetime-local` when editing announcements ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21896))
- Fix REST API serializer for `Account` not including `moved` when the moved account has itself moved ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22483))
- Fix `/api/v1/admin/trends/tags` using wrong serializer ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/18943))
- Fix situations in which instance actor can be set to a Mastodon-incompatible name ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22307))
"empty_column.favourites":"Hierdie plasing het nog nie goedkeurings ontvang nie. As iemand dit as gunsteling merk, sien jy dit hier.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"Jy het nog geen volgversoeke nie. Wanneer jy een ontvang, sal dit hier vertoon.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Daar is nog niks vir hierdie hutsetiket nie.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lyste",
"navigation_bar.logout":"Teken uit",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open hierdie plasing as moderator",
"compose_form.encryption_warning":"Las publicacions en Mastodon no son zifradas de cabo a cabo. No comparta garra información sensible en Mastodon.",
"compose_form.hashtag_warning":"This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
"compose_form.hashtag_warning":"Este tut no s'amostrará en cada etiqueta, ya que no ye publico. Nomás los tuts publicos se pueden buscar per etiqueta.",
"compose_form.lock_disclaimer":"La tuya cuenta no ye {locked}. Totz pueden seguir-te pa veyer las tuyas publicacions nomás pa seguidores.",
"empty_column.favourites":"Dengún ha marcau esta publicación como favorita. Quan belún lo faiga, amaneixerá aquí.",
"empty_column.follow_recommendations":"Pareixe que no s'ha puesto chenerar garra sucherencia pa tu. Puetz prebar a buscar a chent que talment conoixcas u explorar los hashtags que son en tendencia.",
"empty_column.follow_requests":"No tiens garra petición de seguidor. Quan recibas una, s'amostrará aquí.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"No i hai cosa en este hashtag encara.",
"empty_column.home":"La tuya linia temporal ye vueda! Sigue a mas personas pa replenar-la. {suggestions}",
"empty_column.home.suggestions":"Veyer qualques sucherencias",
@ -236,11 +237,11 @@
"errors.unexpected_crash.copy_stacktrace":"Copiar lo seguimiento de pila en o portafuellas",
"errors.unexpected_crash.report_issue":"Informar d'un problema/error",
"explore.search_results":"Resultaus de busqueda",
"explore.suggested_follows":"For you",
"explore.suggested_follows":"Pa tu",
"explore.title":"Explorar",
"explore.trending_links":"News",
"explore.trending_statuses":"Posts",
"explore.trending_tags":"Hashtags",
"explore.trending_links":"Noticias",
"explore.trending_statuses":"Publicacions",
"explore.trending_tags":"Etiquetas",
"filter_modal.added.context_mismatch_explanation":"Esta categoría de filtro no s'aplica a lo contexto en o qual ha accediu a esta publlicación. Si quiers que la publicación sía filtrada tamién en este contexto, habrás d'editar lo filtro.",
"filter_modal.added.context_mismatch_title":"Lo contexto no coincide!",
"filter_modal.added.expired_explanation":"Esta categoría de filtro ha caducau, amenesterá cambiar la calendata de caducidat pa que s'aplique.",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autorizar",
"follow_request.reject":"Refusar",
"follow_requests.unlocked_explanation":"Tot y que la tuya cuenta no ye privada, lo personal de {domain} ha pensau que talment habrías de revisar manualment las solicitutz de seguimiento d'estas cuentas.",
"followed_tags":"Followed hashtags",
"footer.about":"Sobre",
"footer.directory":"Directorio de perfils",
"footer.get_app":"Obtener l'aplicación",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Favoritos",
"navigation_bar.filters":"Parolas silenciadas",
"navigation_bar.follow_requests":"Solicitutz pa seguir-te",
"navigation_bar.follows_and_followers":"Seguindo y seguidores",
"navigation_bar.lists":"Listas",
"navigation_bar.logout":"Zarrar sesión",
@ -540,9 +543,9 @@
"server_banner.server_stats":"Estatisticas d'o servidor:",
"sign_in_banner.create_account":"Creyar cuenta",
"sign_in_banner.sign_in":"Iniciar sesión",
"sign_in_banner.text":"Inicia sesión en este servidor pa seguir perfils u etiquetas, alzar, compartir y responder a mensaches. Tamién puetz interactuar dende unatra cuenta en un servidor diferent.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Ubrir interficie de moderación pa @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_domain":"Ubrir interficie de moderación pa {domain}",
"status.admin_status":"Ubrir este estau en a interficie de moderación",
"empty_column.favourites":"لم يقم أي أحد بالإعجاب بهذا المنشور بعد. عندما يقوم أحدهم بذلك سوف يظهر هنا.",
"empty_column.follow_recommendations":"يبدو أنه لا يمكن إنشاء أي اقتراحات لك. يمكنك البحث عن أشخاص قد تعرفهم أو استكشاف الوسوم الرائجة.",
"empty_column.follow_requests":"ليس عندك أي طلب للمتابعة بعد. سوف تظهر طلباتك هنا إن قمت بتلقي البعض منها.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"ليس هناك بعدُ أي محتوى ذو علاقة بهذا الوسم.",
"empty_column.home":"إنّ الخيط الزمني لصفحتك الرئيسية فارغ. قم بزيارة {public} أو استخدم حقل البحث لكي تكتشف مستخدمين آخرين.",
"empty_column.home.suggestions":"شاهد بعض الاقتراحات",
@ -263,6 +264,7 @@
"follow_request.authorize":"ترخيص",
"follow_request.reject":"رفض",
"follow_requests.unlocked_explanation":"على الرغم من أن حسابك غير مقفل، فإن موظفين الـ{domain} ظنوا أنك قد ترغب في مراجعة طلبات المتابعة من هذه الحسابات يدوياً.",
"sign_in_banner.text":"قم بالولوج بحسابك لمتابعة الصفحات الشخصية أو الوسوم، أو لإضافة الرسائل إلى المفضلة ومشاركتها والرد عليها أو التفاعل بواسطة حسابك المتواجد على خادم مختلف.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"افتح الواجهة الإدارية لـ @{name}",
"status.admin_domain":"فتح واجهة الإشراف لـ {domain}",
"status.admin_status":"افتح هذا المنشور على واجهة الإشراف",
"about.disclaimer":"Mastodon ye software gratuito ya de códigu llibre, ya una marca rexistrada de Mastodon gGmbH.",
"about.domain_blocks.no_reason_available":"El motivu nun ta disponible",
"about.domain_blocks.preamble":"Polo xeneral, Mastodon permítete ver el conteníu ya interactuar colos perfiles d'otros sirvidores nel fediversu. Estes son les esceiciones que se ficieron nesti sirvidor.",
"about.domain_blocks.silenced.explanation":"Polo xeneral, nun ves los perfiles ya el conteníu d'esti sirvidor sacante que los busques o decidas siguilos.",
"about.domain_blocks.silenced.explanation":"Polo xeneral, nun ves los perfiles ya'l conteníu d'esti sirvidor sacante que los busques o decidas siguilos.",
"about.domain_blocks.silenced.title":"Llendóse",
"about.domain_blocks.suspended.explanation":"Nun se procesa, atroxa nin intercambia nengún datu d'esti sirvidor, lo que fai que cualesquier interaición o comunicación colos sos perfiles seya imposible.",
"account.show_reblogs":"Amosar los artículos compartíos de @{name}",
"account.statuses_counter":"{count, plural, one {{counter} artículu} other {{counter} artículos}}",
@ -221,6 +221,7 @@
"empty_column.favourites":"No one has favourited this post yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Paez que nun se puen xenerar suxerencies pa ti. Pues tentar d'usar la busca p'atopar perfiles que pues conocer o esplorar les etiquetes en tendencia.",
"empty_column.follow_requests":"Entá nun tienes nenguna solicitú de siguimientu. Cuando recibas una, apaez equí.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Entá nun hai nada con esta etiqueta.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autorizar",
"follow_request.reject":"Refugar",
"follow_requests.unlocked_explanation":"Magar que la to cuenta nun seya privada, el personal del dominiu «{domain}» pensó qu'a lo meyor quies revisar manualmente les solicitúes de siguimientu d'estes cuentes.",
"followed_tags":"Followed hashtags",
"footer.about":"Tocante a",
"footer.directory":"Direutoriu de perfiles",
"footer.get_app":"Consiguir l'aplicación",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Favoritos",
"navigation_bar.filters":"Pallabres desactivaes",
"navigation_bar.follow_requests":"Solicitúes de siguimientu",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Llistes",
"navigation_bar.logout":"Zarrar la sesión",
@ -389,7 +392,7 @@
"navigation_bar.public_timeline":"Llinia de tiempu federada",
"navigation_bar.search":"Search",
"navigation_bar.security":"Seguranza",
"not_signed_in_indicator.not_signed_in":"You need to sign in to access this resource.",
"not_signed_in_indicator.not_signed_in":"Tienes d'aniciar la sesión p'acceder a esti recursu.",
"notification.admin.report":"{name} informó de: {target}",
"notification.admin.sign_up":"{name} rexistróse",
"notification.favourite":"{name} marcó'l to artículu como favoritu",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Estadístiques del sirvidor:",
"sign_in_banner.create_account":"Crear una cuenta",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Anicia la sesión pa siguir a perfiles o etiquetes, marcar como favoritu, compartir o responder a artículos, o interactuar cola to cuenta nun sirvidor diferente.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"Ніхто яшчэ не ўпадабаў гэты допіс. Калі гэта адбудзецца, вы ўбачыце гэтых людзей тут.",
"empty_column.follow_recommendations":"Здаецца, прапаноў для вас няма. Вы можаце паспрабаваць выкарыстаць пошук, каб знайсці людзей, якіх вы можаце ведаць, ці даследаваць папулярныя хэштэгі.",
"empty_column.follow_requests":"У вас яшчэ няма запытаў на падпіскуі. Калі вы атрымаеце запыт, ён з'явяцца тут.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Па гэтаму хэштэгу пакуль што нічога няма.",
"empty_column.home":"Галоўная стужка пустая! Падпішыцеся на іншых людзей, каб запоўніць яе. {suggestions}",
"follow_requests.unlocked_explanation":"Ваш акаўнт не схаваны, аднак прадстаўнікі {domain} палічылі, што вы можаце захацець праглядзець запыты на падпіску з гэтых профіляў уручную.",
"followed_tags":"Followed hashtags",
"footer.about":"Пра нас",
"footer.directory":"Дырэкторыя профіляў",
"footer.get_app":"Спампаваць праграму",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Упадабаныя",
"navigation_bar.filters":"Ігнараваныя словы",
"navigation_bar.follow_requests":"Запыты на падпіску",
"sign_in_banner.text":"Увайдзіце, каб падпісацца на людзей і тэгі, каб адказваць на допісы, дзяліцца імі і падабаць іх, альбо кантактаваць з вашага ўліковага запісу на іншым серверы.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Адкрыць інтэрфейс мадэратара для @{name}",
"status.admin_domain":"Адкрыць інтэрфейс мадэратара для {domain}",
"status.admin_status":"Адкрыць гэты допіс у інтэрфейсе мадэрацыі",
"empty_column.favourites":"Още никой не е поставил публикацията в любими. Когато някой го направи, този човек ще се покаже тук.",
"empty_column.follow_recommendations":"Изглежда, че няма предложения, които може да се породят за вас. Може да опитате да потърсите хора, които познавате или да разгледате налагащи се хаштагове.",
"empty_column.follow_requests":"Още нямате заявки за последване. Получавайки такава, то тя ще се покаже тук.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Още няма нищо в този хаштаг.",
"empty_column.home":"Вашата начална часова осе празна! Последвайте повече хора, за да я запълните. {suggestions}",
"empty_column.home.suggestions":"Преглед на някои предложения",
@ -263,6 +264,7 @@
"follow_request.authorize":"Упълномощаване",
"follow_request.reject":"Отхвърляне",
"follow_requests.unlocked_explanation":"Въпреки че акаунтът ви не е заключен, служителите на {domain} помислиха, че може да искате да преглеждате ръчно заявките за последване на тези профили.",
"followed_tags":"Followed hashtags",
"footer.about":"Относно",
"footer.directory":"Директория на профилите",
"footer.get_app":"Вземане на приложението",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Любими",
"navigation_bar.filters":"Заглушени думи",
"navigation_bar.follow_requests":"Заявки за последване",
"navigation_bar.follows_and_followers":"Последвания и последователи",
"navigation_bar.lists":"Списъци",
"navigation_bar.logout":"Излизане",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Статистика на сървъра:",
"sign_in_banner.create_account":"Създаване на акаунт",
"sign_in_banner.sign_in":"Вход",
"sign_in_banner.text":"Влезте, за да последвате профили или хаштагове, любимо, споделяне и отговаряне на публикации или взаимодействие от акаунта ви на друг сървър.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Отваряне на интерфейс за модериране за @{name}",
"status.admin_domain":"Отваряне на модериращия интерфейс за {domain}",
"status.admin_status":"Отваряне на публикацията в интерфейса за модериране",
"empty_column.favourites":"কেও এখনো এটাকে পছন্দের টুট হিসেবে চিহ্নিত করেনি। যদি করে, তখন তাদের এখানে পাওয়া যাবে।",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"তোমার এখনো কোনো অনুসরণের আবেদন পাওনি। যদি কেউ পাঠায়, এখানে পাওয়া যাবে।",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"এই হেসটাগে এখনো কিছু নেই।",
"empty_column.home":"আপনার বাড়ির সময়রেখা এখনো খালি! {public} এ ঘুরে আসুন অথবা অনুসন্ধান বেবহার করে শুরু করতে পারেন এবং অন্য ব্যবহারকারীদের সাথে সাক্ষাৎ করতে পারেন।",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"অনুমতি দিন",
"follow_request.reject":"প্রত্যাখ্যান করুন",
"follow_requests.unlocked_explanation":"আপনার অ্যাকাউন্টটি লক না থাকলেও, {domain} কর্মীরা ভেবেছিলেন যে আপনি এই অ্যাকাউন্টগুলি থেকে ম্যানুয়ালি অনুসরণের অনুরোধগুলি পর্যালোচনা করতে চাইতে পারেন।",
"navigation_bar.follows_and_followers":"অনুসরণ এবং অনুসরণকারী",
"navigation_bar.lists":"তালিকাগুলো",
"navigation_bar.logout":"বাইরে যান",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"@{name} র জন্য পরিচালনার ইন্টারফেসে ঢুকুন",
"status.admin_domain":"Open moderation interface for {domain}",
"empty_column.favourites":"Den ebet n'eus ouzhpennet an toud-mañ en e reoù muiañ-karet c'hoazh. Pa vo graet gant unan bennak e teuio war wel amañ.",
"empty_column.follow_recommendations":"War a seblant ne c'hall ket bezañ savet erbedadenn ebet evidoc'h. Gallout a rit implijout un enklask evit kavout tud a anavezfec'h pe furchal ar gerioù-klik diouzh ar c'hiz.",
"empty_column.follow_requests":"N'ho peus reked heuliañ ebet c'hoazh. Pa vo resevet unan e teuio war wel amañ.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"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.",
"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.",
"navigation_bar.follows_and_followers":"Heuliadennoù ha heulier·ezed·ien",
"navigation_bar.lists":"Listennoù",
"navigation_bar.logout":"Digennaskañ",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Stadegoù ar servijer :",
"sign_in_banner.create_account":"Krouiñ ur gont",
"sign_in_banner.sign_in":"Kevreañ",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Digeriñ etrefas evezherezh evit @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Digeriñ an toud e-barzh an etrefas evezherezh",
"empty_column.favourites":"No one has favourited this post yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"Encara no ha marcat ningú aquesta publicació com a preferida. Quan ho faci algú apareixerà aquí.",
"empty_column.follow_recommendations":"Sembla que no s'han pogut generar suggeriments per a tu. Pots provar d'usar la cerca per a trobar persones que vulguis conèixer o explorar les etiquetes en tendència.",
"empty_column.follow_requests":"Encara no tens cap petició de seguiment. Quan en rebis una, apareixerà aquí.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Encara no hi ha res en aquesta etiqueta.",
"empty_column.home":"La teva línia de temps és buida! Segueix més gent per a emplenar-la. {suggestions}",
"empty_column.home.suggestions":"Mostra alguns suggeriments",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autoritza",
"follow_request.reject":"Rebutja",
"follow_requests.unlocked_explanation":"Tot i que el teu compte no està blocat, el personal de {domain} ha pensat que és possible que vulguis revisar manualment les sol·licituds de seguiment d’aquests comptes.",
"followed_tags":"Followed hashtags",
"footer.about":"Quant a",
"footer.directory":"Directori de perfils",
"footer.get_app":"Aconsegueix l'app",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Preferits",
"navigation_bar.filters":"Paraules silenciades",
"navigation_bar.follow_requests":"Sol·licituds de seguiment",
"navigation_bar.follows_and_followers":"Seguint i seguidors",
"navigation_bar.lists":"Llistes",
"navigation_bar.logout":"Tanca la sessió",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Estadístiques del servidor:",
"sign_in_banner.create_account":"Registra'm",
"sign_in_banner.sign_in":"Inicia sessió",
"sign_in_banner.text":"Inicia la sessió per a seguir perfils o etiquetes, afavorir, compartir i respondre tuts o interactuar des del teu compte en un servidor diferent.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Obre la interfície de moderació per a @{name}",
"status.admin_domain":"Obre la interfície de moderació per a @{domain}",
"status.admin_status":"Obrir aquest tut a la interfície de moderació",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"empty_column.favourites":"Nisunu hà aghjuntu stu statutu à i so favuriti. Quandu qualch'unu farà quessa, u so contu sarà mustratu quì.",
"empty_column.follow_recommendations":"Si pare ch'ùn s'hè micca pussutu generà e ricumandazione per voi. Pudete sempre pruvà d'utilizà a ricerca per truvà ghjente chì cunnuscete, o splurà l'hashtag in tindenza.",
"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.",
"navigation_bar.follows_and_followers":"Abbunati è abbunamenti",
"navigation_bar.lists":"Liste",
"navigation_bar.logout":"Scunnettassi",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Apre l'interfaccia di muderazione per @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Apre stu statutu in l'interfaccia di muderazione",
"empty_column.favourites":"Tento příspěvek si zatím nikdo neoblíbil. Až to někdo udělá, zobrazí se zde.",
"empty_column.follow_recommendations":"Zdá se, že pro vás nelze vygenerovat žádné návrhy. Můžete zkusit přes vyhledávání nalézt lidi, které znáte, nebo prozkoumat populární hashtagy.",
"empty_column.follow_requests":"Zatím nemáte žádné žádosti o sledování. Až nějakou obdržíte, zobrazí se zde.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Pod tímto hashtagem zde zatím nic není.",
"empty_column.home":"Vaše domovská časová osa je prázdná! Naplňte ji sledováním dalších lidí. {suggestions}",
"empty_column.home.suggestions":"Prohlédněte si návrhy",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autorizovat",
"follow_request.reject":"Zamítnout",
"follow_requests.unlocked_explanation":"Přestože váš účet není zamčený, administrátor {domain} usoudil, že byste mohli chtít tyto žádosti o sledování zkontrolovat ručně.",
"followed_tags":"Followed hashtags",
"footer.about":"O aplikaci",
"footer.directory":"Adresář profilů",
"footer.get_app":"Získat aplikaci",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Oblíbené",
"navigation_bar.filters":"Skrytá slova",
"navigation_bar.follow_requests":"Žádosti o sledování",
"sign_in_banner.text":"Přihlaste se pro sledování profilů nebo hashtagů, oblíbení, sdílení a odpovědí na příspěvky nebo interakci z vašeho účtu na jiném serveru.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Otevřít moderátorské rozhraní pro @{name}",
"status.admin_domain":"Otevřít moderátorské rozhraní pro {domain}",
"status.admin_status":"Otevřít tento příspěvek v moderátorském rozhraní",
"about.domain_blocks.suspended.explanation":"Ni fydd data o'r gweinydd hwn yn cael ei brosesu, ei storio na'i gyfnewid, gan wneud unrhyw ryngweithio neu gyfathrebu gyda defnyddwyr o'r gweinydd hwn yn amhosibl.",
"about.domain_blocks.suspended.title":"Ataliwyd",
"about.not_available":"Nid yw'r wybodaeth hon ar gael ar y gweinydd hwn.",
"about.powered_by":"Cyfrwng cymdeithasol datganoledig yn cael ei yrru gan {mastodon}",
"about.powered_by":"Cyfrwng cymdeithasol datganoledig sy'n cael ei yrru gan {mastodon}",
"about.rules":"Rheolau'r gweinydd",
"account.account_note_header":"Nodyn",
"account.add_or_remove_from_list":"Ychwanegu neu Dileu o'r rhestrau",
@ -187,20 +187,20 @@
"disabled_account_banner.text":"Mae eich cyfrif {disabledAccount} wedi ei analluogi ar hyn o bryd.",
"dismissable_banner.community_timeline":"Dyma'r postiadau cyhoeddus diweddaraf gan bobl gyda chyfrifon ar {domain}.",
"dismissable_banner.dismiss":"Diddymu",
"dismissable_banner.explore_links":"Mae'r straeon newyddion hyn yn cael eu trafod gan bobl ar y gweinydd hwn a rhai eraill ar y rhwydwaith datganoledig hwn, ar hyn o bryd.",
"dismissable_banner.explore_statuses":"Mae'r postiadau hyn o'r gweinydd hwn a gweinyddion eraill yn y rhwydwaith datganoledig yn denu sylw ar y gweinydd hwn ar hyn o bryd.",
"dismissable_banner.explore_links":"Dyma'r straeon newyddion sy'n cael eu trafod ar hyn o bryd gan bobl ar y gweinydd hwn a rhai eraill ar y rhwydwaith datganoledig yma.",
"dismissable_banner.explore_statuses":"Dyma'r postiadau o'r gweinydd hwn a gweinyddion eraill ar y rhwydwaith datganoledig sy'n denu sylw ar y gweinydd hwn ar hyn o bryd.",
"dismissable_banner.explore_tags":"Mae'r hashnodau hyn yn denu sylw ymhlith pobl ar y gweinydd hwn a gweinyddwyr eraill y rhwydwaith datganoledig ar hyn o bryd.",
"dismissable_banner.public_timeline":"Dyma'r postiadau cyhoeddus diweddaraf gan bobl ar y gweinydd hwn a gweinyddwyr eraill y rhwydwaith datganoledig y mae'r gweinydd hwn yn gwybod amdano.",
"embed.instructions":"Gosodwch y post hwn ar eich gwefan drwy gopïo'r côd isod.",
"embed.preview":"Dyma sut olwg fydd arno:",
"emoji_button.activity":"Gweithgarwch",
"emoji_button.clear":"Clirio",
"emoji_button.custom":"Unigryw",
"emoji_button.custom":"Cyfaddas",
"emoji_button.flags":"Baneri",
"emoji_button.food":"Bwyd & Diod",
"emoji_button.label":"Mewnosodwch emoji",
"emoji_button.nature":"Natur",
"emoji_button.not_found":"Dim emojau'n cydweddu",
"emoji_button.not_found":"Dim emojiau'n cydweddu i'w cael",
"emoji_button.objects":"Gwrthrychau",
"emoji_button.people":"Pobl",
"emoji_button.recent":"Defnydd cyffredin",
@ -210,17 +210,18 @@
"emoji_button.travel":"Teithio a Llefydd",
"empty_column.account_suspended":"Cyfrif wedi'i atal",
"empty_column.account_unavailable":"Proffil ddim ar gael",
"empty_column.account_unavailable":"Nid yw'r proffil ar gael",
"empty_column.blocks":"Nid ydych wedi blocio unrhyw ddefnyddwyr eto.",
"empty_column.bookmarked_statuses":"Nid oes gennych unrhyw bostiad wedi'u cadw fel nodau tudalen eto. Pan fyddwch yn gosod nod tudalen i un, mi fydd yn ymddangos yma.",
"empty_column.community":"Mae'r ffrwd lleol yn wag. Beth am ysgrifennu rhywbeth yn gyhoeddus?",
"empty_column.community":"Mae'r ffrwd lleol yn wag. Beth am ysgrifennu rhywbeth cyhoeddus?",
"empty_column.direct":"Does gennych unrhyw negeseuon preifat eto. Pan byddwch yn anfon neu derbyn un, bydd yn ymddangos yma.",
"empty_column.domain_blocks":"Nid oes yna unrhyw barthau cuddiedig eto.",
"empty_column.explore_statuses":"Does dim trendio ar hyn o bryd. Dewch nôl nes ymlaen!",
"empty_column.favourited_statuses":"Nid oes gennych unrhyw hoff bostiadau eto. Pan y byddwch yn hoffi un, mi fydd yn ymddangos yma.",
"empty_column.explore_statuses":"Does dim yn trendio ar hyn o bryd. Dewch nôl nes ymlaen!",
"empty_column.favourited_statuses":"Nid oes gennych unrhyw hoff bostiadau eto. Pan byddwch yn hoffi un, bydd yn ymddangos yma.",
"empty_column.favourites":"Does neb wedi hoffi'r post hwn eto. Pan bydd rhywun yn ei hoffi, byddent yn ymddangos yma.",
"empty_column.follow_recommendations":"Does dim awgrymiadau yma i chi. Gallwch geisio chwilio am bobl yr ydych yn eu hadnabod neu archwilio hashnodau sy'n trendio.",
"empty_column.follow_recommendations":"Does dim awgrymiadau yma i chi. Gallwch geisio chwilio am bobl rydych yn eu hadnabod neu edrych drwy hashnodau sy'n trendio.",
"empty_column.follow_requests":"Nid oes gennych unrhyw geisiadau dilyn eto. Pan fyddwch yn derbyn un, byddan nhw'n ymddangos yma.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Nid oes dim ar yr hashnod hwn eto.",
"empty_column.home":"Mae eich ffrwd gartref yn wag! Ymwelwch â {public} neu defnyddiwch y chwilotwr i ddechrau arni ac i gwrdd â defnyddwyr eraill.",
"empty_column.home.suggestions":"Dyma rai awgrymiadau",
@ -237,7 +238,7 @@
"errors.unexpected_crash.report_issue":"Rhoi gwybod am broblem",
"explore.search_results":"Canlyniadau chwilio",
"explore.suggested_follows":"I chi",
"explore.title":"Archwilio",
"explore.title":"Darganfod",
"explore.trending_links":"Newyddion",
"explore.trending_statuses":"Postiadau",
"explore.trending_tags":"Hashnodau",
@ -263,6 +264,7 @@
"follow_request.authorize":"Awdurdodi",
"follow_request.reject":"Gwrthod",
"follow_requests.unlocked_explanation":"Er nid yw eich cyfrif wedi'i gloi, roedd y staff {domain} yn meddwl efallai hoffech adolygu ceisiadau dilyn o'r cyfrifau rhain wrth law.",
"sign_in_banner.text":"Mewngofnodwch i ddilyn proffiliau neu hashnodau, ffefrynnau, rhannu ac ymateb i bostiadau, neu ryngweithio o'ch cyfrif ar weinydd gwahanol.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Agor rhyngwyneb cymedroli ar gyfer @{name}",
"empty_column.favourites":"Ingen har endnu gjort dette indlæg til favorit. Når nogen gør dét, vil det dukke op hér.",
"empty_column.follow_recommendations":"Det ser ud til, at der ikke kunne genereres forslag til dig. Du kan prøve med Søg for at lede efter personer, du måske kender, eller udforske hashtags.",
"empty_column.follow_requests":"Du har endnu ingen følgeanmodninger. Når du modtager én, vil den dukke op hér.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Der er intet med dette hashtag endnu.",
"empty_column.home":"Din hjemmetidslinje er tom! Følg nogle personer, for at udfylde den. {suggestions}",
"empty_column.home.suggestions":"Se nogle forslag",
@ -263,6 +264,7 @@
"follow_request.authorize":"Godkend",
"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.",
"navigation_bar.follows_and_followers":"Følges og følgere",
"navigation_bar.lists":"Lister",
"navigation_bar.logout":"Log af",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Serverstatstik:",
"sign_in_banner.create_account":"Opret konto",
"sign_in_banner.sign_in":"Log ind",
"sign_in_banner.text":"Log ind for at følge profiler eller hashtags, markere som favorit, dele og svare på indlæg eller interagere fra din konto på en anden server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Åbn modereringsbrugerflade for @{name}",
"status.admin_domain":"Åbn modereringsbrugerflade for {domain}",
"status.admin_status":"Åbn dette indlæg i modereringsbrugerfladen",
"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_requests":"Es liegen derzeit keine Follower-Anfragen vor. Sobald du eine erhältst, wird sie hier angezeigt.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Unter diesem Hashtag gibt es noch nichts.",
"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",
@ -263,6 +264,7 @@
"follow_request.authorize":"Genehmigen",
"follow_request.reject":"Ablehnen",
"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.",
"followed_tags":"Followed hashtags",
"footer.about":"Über",
"footer.directory":"Profilverzeichnis",
"footer.get_app":"App herunterladen",
@ -359,7 +361,7 @@
"lists.subheading":"Deine Listen",
"load_pending":"{count, plural, one {# neuer Beitrag} other {# neue Beiträge}}",
"loading_indicator.label":"Wird geladen …",
"media_gallery.toggle_visible":"{number, plural, one {Bild verbergen} other {Bilder verbergen}}",
"media_gallery.toggle_visible":"{number, plural, one {Medium ausblenden} other {Medien ausblenden}}",
"missing_indicator.label":"Nicht gefunden",
"missing_indicator.sublabel":"Der Inhalt konnte nicht gefunden werden",
"moved_to_account_banner.text":"Dein Konto {disabledAccount} ist derzeit deaktiviert, weil du zu {movedToAccount} umgezogen bist.",
"sign_in_banner.text":"Melde dich an, um Profilen oder Hashtags zu folgen, Beiträge zu favorisieren, zu teilen und auf sie zu antworten oder um von deinem Konto aus auf einem anderen Server zu interagieren.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Moderationsoberfläche für @{name} öffnen",
"status.admin_domain":"Moderationsoberfläche für {domain} öffnen",
"status.admin_status":"Diesen Beitrag in der Moderationsoberfläche öffnen",
"empty_column.favourites":"Κανείς δεν έχει αγαπήσει αυτό το τουτ ακόμα. Μόλις το κάνει κάποια, θα εμφανιστούν εδώ.",
"empty_column.follow_recommendations":"Φαίνεται ότι δεν υπάρχει καμία πρόταση για σένα. Μπορείς να κάνεις μια αναζήτηση για άτομα που μπορεί να γνωρίζεις ή για hashtags που τρεντάρουν.",
"empty_column.follow_requests":"Δεν έχεις κανένα αίτημα παρακολούθησης ακόμα. Μόλις λάβεις κάποιο, θα εμφανιστεί εδώ.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Δεν υπάρχει ακόμα κάτι για αυτή την ετικέτα.",
"empty_column.home":"Η τοπική σου ροή είναι κενή! Πήγαινε στο {public} ή κάνε αναζήτηση γιανα ξεκινήσεις και να γνωρίσεις άλλους χρήστες.",
"empty_column.home.suggestions":"Ορίστε μερικές προτάσεις",
@ -263,6 +264,7 @@
"follow_request.authorize":"Ενέκρινε",
"follow_request.reject":"Απέρριψε",
"follow_requests.unlocked_explanation":"Παρόλο που ο λογαριασμός σου δεν είναι κλειδωμένος, οι διαχειριστές του {domain} θεώρησαν πως ίσως να θέλεις να ελέγξεις χειροκίνητα αυτά τα αιτήματα ακολούθησης.",
"sign_in_banner.text":"Συνδεθείτε γιανα ακολουθήσετε προφίλ ή ταμπέλες, αγαπημένα, να μοιραστείτε και να απαντήσετε σε δημοσιεύσεις ή να αλληλεπιδράσετε από το λογαριασμό σας σε διαφορετικό διακομιστή.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Άνοιγμα λειτουργίας διαμεσολάβησης για τον/την @{name}",
"status.admin_domain":"Άνοιγμα λειτουργίας διαμεσολάβησης για {domain}",
"status.admin_status":"Άνοιγμα αυτής της δημοσίευσης στη λειτουργία διαμεσολάβησης",
"empty_column.favourites":"No one has favourited this post yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorise",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"No one has favourited this post yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -267,6 +268,7 @@
"follow_request.authorize":"Authorize",
"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.",
"compose_form.sensitive.hide":"{count, plural, one {Marki la aŭdovidaĵon kiel tikla} other {Marki la aŭdovidaĵojn kiel tikla}}",
"compose_form.sensitive.marked":"{count, plural, one {La aŭdovidaĵo estas markita kiel tikla} other {La aŭdovidaĵoj estas markitaj kiel tikla}}",
"compose_form.sensitive.unmarked":"{count, plural, one {La aŭdovidaĵo ne estas markita kiel tikla} other {La aŭdovidaĵoj ne estas markitaj kiel tikla}}",
"compose_form.sensitive.hide":"{count, plural, one {Marki la plurmedio kiel tikla} other {Marki la plurmedioj kiel tiklaj}}",
"compose_form.sensitive.marked":"{count, plural, one {La plurmedio estas markita kiel tikla} other {La plurmedioj estas markitaj kiel tiklaj}}",
"compose_form.sensitive.unmarked":"{count, plural, one {La plurmedio ne estas markita kiel tikla} other {La plurmedioj ne estas markitaj kiel tiklaj}}",
"compose_form.spoiler.marked":"Forigi la averton de enhavo",
"compose_form.spoiler.unmarked":"Aldoni averton de enhavo",
"compose_form.spoiler_placeholder":"Skribu vian averton ĉi tie",
@ -159,7 +159,7 @@
"confirmations.delete_list.confirm":"Forigi",
"confirmations.delete_list.message":"Ĉu vi certas, ke vi volas porĉiame forigi ĉi tiun liston?",
"confirmations.discard_edit_media.message":"Vi havas nekonservitajn ŝanĝojn de la priskribo aŭ la antaŭmontro de la aŭdovidaĵo, ĉu forĵetu ilin malgraŭe?",
"confirmations.discard_edit_media.message":"Vi havas nekonservitajn ŝanĝojn de la priskribo aŭ la antaŭmontro de la plurmedio, ĉu vi forĵetu ilin malgraŭe?",
"confirmations.domain_block.confirm":"Bloki la tutan domajnon",
"confirmations.domain_block.message":"Ĉu vi vere, vere certas, ke vi volas tute bloki {domain}? Plej ofte, trafa blokado kaj silentigado sufiĉas kaj preferindas. Vi ne vidos enhavon de tiu domajno en publika templinio aŭ en viaj sciigoj. Viaj sekvantoj de tiu domajno estos forigitaj.",
"confirmations.logout.confirm":"Adiaŭi",
@ -221,6 +221,7 @@
"empty_column.favourites":"Ankoraŭ neniu stelumis tiun mesaĝon. Kiam iu faros tion, tiu aperos ĉi tie.",
"empty_column.follow_recommendations":"Ŝajnas, ke neniuj sugestoj povis esti generitaj por vi. Vi povas provi uzi serĉon por serĉi homojn, kiujn vi eble konas, aŭ esplori tendencajn kradvortojn.",
"empty_column.follow_requests":"Vi ne ankoraŭ havas iun peton de sekvado. Kiam vi ricevos unu, ĝi aperos ĉi tie.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Ankoraŭ estas nenio per ĉi tiu kradvorto.",
"empty_column.home":"Via hejma tempolinio estas malplena! Vizitu {public} aŭ uzu la serĉilon por renkonti aliajn uzantojn.",
"filter_modal.added.context_mismatch_explanation":"Ĉi tiu filtrilkategorio ne kongruas la kuntekston de ĉi tiu mesaĝo. Vi devas redakti la filtrilon.",
"filter_modal.added.context_mismatch_title":"Ne kongruas la kunteksto!",
"filter_modal.added.expired_explanation":"Ĉi tiu filtrilkategorio eksvalidiĝis, vu bezonos ŝanĝi la eksvaliddaton por ĝi.",
@ -263,6 +264,7 @@
"follow_request.authorize":"Rajtigi",
"follow_request.reject":"Rifuzi",
"follow_requests.unlocked_explanation":"Kvankam via konto ne estas ŝlosita, la dungitaro de {domain} opiniis, ke vi eble volus revizii petojn de sekvadon el ĉi tiuj kontoj permane.",
"followed_tags":"Followed hashtags",
"footer.about":"Pri",
"footer.directory":"Profilujo",
"footer.get_app":"Akiru la Programon",
@ -324,7 +326,7 @@
"keyboard_shortcuts.muted":"malfermi la liston de silentigitaj uzantoj",
"navigation_bar.follows_and_followers":"Sekvatoj kaj sekvantoj",
"navigation_bar.lists":"Listoj",
"navigation_bar.logout":"Adiaŭi",
@ -540,9 +543,9 @@
"server_banner.server_stats":"Statistikoj de la servilo:",
"sign_in_banner.create_account":"Krei konton",
"sign_in_banner.sign_in":"Saluti",
"sign_in_banner.text":"Ensalutu por sekvi profilojn aŭ kradvortojn, stelumi, diskonigi afiŝojn kaj respondi al ili, aŭ interagi per via konto de alia servilo.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Malfermi fasadon de moderigado por @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_domain":"Malfermu moderigan interfacon por {domain}",
"status.admin_status":"Malfermi ĉi tiun mesaĝon en la kontrola interfaco",
"status.block":"Bloki @{name}",
"status.bookmark":"Aldoni al la legosignoj",
@ -563,7 +566,7 @@
"status.history.created":"{name} kreis {date}",
"status.history.edited":"{name} redaktis {date}",
"status.load_more":"Ŝargi pli",
"status.media_hidden":"Aŭdovidaĵo kaŝita",
"status.media_hidden":"Plurmedio kaŝita",
"status.mention":"Mencii @{name}",
"status.more":"Pli",
"status.mute":"Silentigi @{name}",
@ -636,7 +639,7 @@
"upload_modal.choose_image":"Elekti bildon",
"upload_modal.description_placeholder":"Laŭ Ludoviko Zamenhof bongustas freŝa ĉeĥa manĝaĵo kun spicoj",
"upload_modal.detect_text":"Detekti tekston de la bildo",
"upload_modal.edit_media":"Redakti la aŭdovidaĵon",
"upload_modal.edit_media":"Redakti la plurmedion",
"upload_modal.hint":"Klaku aŭ trenu la cirklon en la antaŭvidilo por elekti la fokuspunkton kiu ĉiam videblos en ĉiuj etigitaj bildoj.",
"bundle_modal_error.message":"Algo salió mal al cargar este componente.",
"bundle_modal_error.retry":"Intentá de nuevo",
"closed_registrations.other_server_instructions":"Ya que Mastodon es descentralizado, podés crearte una cuenta en otro servidor y todavía interactuar con éste.",
"closed_registrations_modal.description":"Actualmente no es posible la creación de una cuenta en {domain}. pero tené en cuenta que no necesitás una cuenta específica en {domain} para usar Mastodon.",
"closed_registrations_modal.description":"Actualmente no es posible crearte una cuenta en {domain}. pero recordá que no necesitás tener una cuenta puntualmente dentro de {domain} para poder usar Mastodon.",
"closed_registrations_modal.find_another_server":"Buscar otro servidor",
"closed_registrations_modal.preamble":"Mastodon es descentralizado, por lo que no importa dónde creés tu cuenta, podrás seguir e interactuar con cualquier persona en este servidor. ¡Incluso podés montar tu propio servidor!",
"closed_registrations_modal.title":"Registrarse en Mastodon",
@ -221,6 +221,7 @@
"empty_column.favourites":"Todavía nadie marcó este mensaje como favorito. Cuando alguien lo haga, se mostrará acá.",
"empty_column.follow_recommendations":"Parece que no se pudieron generar sugerencias para vos. Podés intentar buscar gente que conozcas o explorar las tendencias de las etiquetas.",
"empty_column.follow_requests":"Todavía no tenés ninguna solicitud de seguimiento. Cuando recibás una, se mostrará acá.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Todavía no hay nada con esta etiqueta.",
"empty_column.home":"¡Tu línea temporal principal está vacía! Seguí a más cuentas para llenarla. {suggestions}",
"empty_column.home.suggestions":"Mirá algunas sugerencias.",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autorizar",
"follow_request.reject":"Rechazar",
"follow_requests.unlocked_explanation":"A pesar de que tu cuenta no es privada, el equipo de {domain} pensó que podrías querer revisar manualmente las solicitudes de seguimiento de estas cuentas.",
"followed_tags":"Followed hashtags",
"footer.about":"Información",
"footer.directory":"Directorio de perfiles",
"footer.get_app":"Conseguí la aplicación",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Favoritos",
"navigation_bar.filters":"Palabras silenciadas",
"navigation_bar.follow_requests":"Solicitudes de seguimiento",
"navigation_bar.follows_and_followers":"Cuentas seguidas y seguidores",
"navigation_bar.lists":"Listas",
"navigation_bar.logout":"Cerrar sesión",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Estadísticas del servidor:",
"sign_in_banner.create_account":"Crear cuenta",
"sign_in_banner.sign_in":"Iniciar sesión",
"sign_in_banner.text":"Iniciá sesión para seguir cuentas o etiquetas, marcar mensajes como favoritos, compartirlos y responderlos o interactuar desde tu cuenta en un servidor diferente.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Abrir interface de moderación para @{name}",
"status.admin_domain":"Abrir interface de moderación para {domain}",
"status.admin_status":"Abrir este mensaje en la interface de moderación",
"about.disclaimer":"Mastodon es software libre de código abierto, y una marca comercial de Mastodon gGmbH.",
"about.domain_blocks.no_reason_available":"Razón no disponible",
"about.domain_blocks.no_reason_available":"Motivo no disponible",
"about.domain_blocks.preamble":"Mastodon generalmente te permite ver contenido e interactuar con usuarios de cualquier otro servidor del fediverso. Estas son las excepciones que se han hecho en este servidor en particular.",
"about.domain_blocks.silenced.explanation":"Normalmente no verás perfiles y contenido de este servidor, a menos que lo busques explicitamente o vayas a el siguiendo alguna cuenta.",
"about.domain_blocks.silenced.title":"Limitado",
@ -221,6 +221,7 @@
"empty_column.favourites":"Nadie ha marcado este toot como preferido. Cuando alguien lo haga, aparecerá aquí.",
"empty_column.follow_recommendations":"Parece que no se ha podido generar ninguna sugerencia para ti. Puedes probar a buscar a gente que quizá conozcas o explorar los hashtags que están en tendencia.",
"empty_column.follow_requests":"No tienes ninguna petición de seguidor. Cuando recibas una, se mostrará aquí.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"No hay nada en este hashtag aún.",
"empty_column.home":"No estás siguiendo a nadie aún. Visita {public} o haz búsquedas para empezar y conocer gente nueva.",
"empty_column.home.suggestions":"Ver algunas sugerencias",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autorizar",
"follow_request.reject":"Rechazar",
"follow_requests.unlocked_explanation":"A pesar de que tu cuenta no es privada, el personal de {domain} ha pensado que quizás deberías revisar manualmente las solicitudes de seguimiento de estas cuentas.",
"followed_tags":"Followed hashtags",
"footer.about":"Acerca de",
"footer.directory":"Directorio de perfiles",
"footer.get_app":"Obtener la aplicación",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Favoritos",
"navigation_bar.filters":"Palabras silenciadas",
"navigation_bar.follow_requests":"Solicitudes para seguirte",
"navigation_bar.follows_and_followers":"Siguiendo y seguidores",
"navigation_bar.lists":"Listas",
"navigation_bar.logout":"Cerrar sesión",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Estadísticas del servidor:",
"sign_in_banner.create_account":"Crear cuenta",
"sign_in_banner.sign_in":"Iniciar sesión",
"sign_in_banner.text":"Inicia sesión para seguir perfiles o etiquetas, marcar favorito, compartir y responder a publicaciones, o interactua desde tu cuenta en un servidor diferente.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Abrir interfaz de moderación para @{name}",
"status.admin_domain":"Abrir interfaz de moderación para {domain}",
"status.admin_status":"Abrir este estado en la interfaz de moderación",
"compose_form.encryption_warning":"Las publicaciones en Mastodon no están cifradas de extremo a extremo. No comparta ninguna información sensible en Mastodon.",
"compose_form.hashtag_warning":"Esta publicación no se mostrará bajo ningún hashtag no está pública. Solo las publicaciones públicas se pueden buscar por hashtag.",
"compose_form.hashtag_warning":"Esta publicación no se mostrará bajo ninguna etiqueta, ya que no es pública. Solo las publicaciones públicas pueden ser buscadas por etiqueta.",
"compose_form.lock_disclaimer":"Tu cuenta no está {locked}. Todos pueden seguirte para ver tus publicaciones solo para seguidores.",
"empty_column.favourites":"Nadie ha marcado esta publicación como favorita. Cuando alguien lo haga, aparecerá aquí.",
"empty_column.follow_recommendations":"Parece que no se ha podido generar ninguna sugerencia para ti. Puedes probar a buscar a gente que quizá conozcas o explorar los hashtags que están en tendencia.",
"empty_column.follow_requests":"No tienes ninguna petición de seguidor. Cuando recibas una, se mostrará aquí.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"No hay nada en este hashtag aún.",
"empty_column.home":"¡Tu línea temporal está vacía! Sigue a más personas para rellenarla. {suggestions}",
"empty_column.home.suggestions":"Ver algunas sugerencias",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autorizar",
"follow_request.reject":"Rechazar",
"follow_requests.unlocked_explanation":"A pesar de que tu cuenta no es privada, el personal de {domain} ha pensado que quizás deberías revisar manualmente las solicitudes de seguimiento de estas cuentas.",
"followed_tags":"Followed hashtags",
"footer.about":"Acerca de",
"footer.directory":"Directorio de perfiles",
"footer.get_app":"Obtener la aplicación",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Favoritos",
"navigation_bar.filters":"Palabras silenciadas",
"navigation_bar.follow_requests":"Solicitudes para seguirte",
"navigation_bar.follows_and_followers":"Siguiendo y seguidores",
"navigation_bar.lists":"Listas",
"navigation_bar.logout":"Cerrar sesión",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Estadísticas del servidor:",
"sign_in_banner.create_account":"Crear cuenta",
"sign_in_banner.sign_in":"Iniciar sesión",
"sign_in_banner.text":"Inicia sesión en este servidor para seguir perfiles o etiquetas, guardar, compartir y responder a mensajes. También puedes interactuar desde otra cuenta en un servidor diferente.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Abrir interfaz de moderación para @{name}",
"status.admin_domain":"Abrir interfaz de moderación para {domain}",
"status.admin_status":"Abrir este estado en la interfaz de moderación",
"about.domain_blocks.preamble":"Mastodon lubab tavaliselt vaadata sisu ning suhelda kasutajatega ükskõik millisest teisest fediversumi serverist. Need on erandid, mis on paika pandud sellel kindlal serveril.",
"about.domain_blocks.silenced.explanation":"Sa ei näe üldiselt profiile ja sisu sellelt serverilt, kui sa just tahtlikult seda ei otsi või jälgimise moel nõusolekut ei anna.",
"about.domain_blocks.silenced.title":"Piiratud",
@ -221,6 +221,7 @@
"empty_column.favourites":"Keegi pole veel seda postitust lemmikuks märkinud. Kui seegi seda teeb, näed seda siin.",
"empty_column.follow_recommendations":"Tundub, et sinu jaoks ei ole võimalik soovitusi luua. Proovi kasutada otsingut, et leida tuttavaid inimesi, või sirvi populaarseid silte.",
"empty_column.follow_requests":"Pole hetkel ühtegi jälgimistaotlust. Kui saad mõne, näed neid siin.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Seda sildi all ei ole ühtegi postitust.",
"empty_column.home":"Su koduajajoon on tühi. Jälgi rohkemaid inimesi, et seda täita {suggestions}",
"follow_requests.unlocked_explanation":"Kuigi su konto pole lukustatud, soovitab {domain} personal siiski nende kontode jälgimistaotlused käsitsi üle vaadata.",
"sign_in_banner.text":"Logi sisse, et jälgida profiile või silte, märkida lemmikuks, jagada ja vastata postitustele või kasutada suhtlemiseks kontot teises serveris.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"empty_column.favourites":"Ez du inork gogokoetara gehitu bidalketa hau oraindik. Inork egiten duenean, hemen agertuko dira.",
"empty_column.follow_recommendations":"Dirudienez ezin izan da zuretzako proposamenik sortu. Bilaketa erabili dezakezu ezagutzen duzun jendea aurkitzeko edo traolen joerak arakatu.",
"empty_column.follow_requests":"Ez duzu jarraitzeko eskaririk oraindik. Baten bat jasotzen duzunean, hemen agertuko da.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Ez dago ezer traola honetan oraindik.",
"empty_column.home":"Zure hasierako denbora-lerroa hutsik dago! Ikusi {public} edo erabili bilaketa lehen urratsak eman eta beste batzuk aurkitzeko.",
"follow_requests.unlocked_explanation":"Zure kontua blokeatuta ez badago ere, {domain} domeinuko arduradunek uste dute kontu hauetako jarraipen eskariak agian eskuz begiratu nahiko dituzula.",
"sign_in_banner.text":"Hasi saioa beste zerbitzari bateko zure kontuarekin profilak edo traolak jarraitu, bidalketei erantzun, gogoko egin edo partekatzeko.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"about.disclaimer":"ماستودون نرمافزار آزاد، متن باز و یک شرکت غیر انتفاعی با مسئولیت محدود طبق قوانین آلمان است.",
"about.disclaimer":"ماستودون نرمافزار آزاد و یک شرکت غیر انتفاعی آلمانی با مسئولیت محدود است.",
"about.domain_blocks.no_reason_available":"دلیلی موجود نیست",
"about.domain_blocks.preamble":"ماستودون عموماً میگذارد محتوا را از از هر کارساز دیگری در دنیای شبکههای اجتماعی غیرمتمرکز دیده و با آنان برهمکنش داشته باشید. اینها استثناهایی هستند که روی این کارساز خاص وضع شدهاند.",
"about.domain_blocks.silenced.explanation":"عموماً نمایهها و محتوا از این کارساز را نمیبینید، مگر این که به طور خاص دنبالشان گشته یا با پی گیری، داوطلب دیدنشان شوید.",
@ -29,14 +29,14 @@
"account.featured_tags.last_status_at":"آخرین فرسته در {date}",
"compose_form.encryption_warning":"فرستههای ماستودون رمزگذاری سرتاسری نشدهاند. هیچ اطّلاعات حساسی را روی ماستودون همرسانی نکنید.",
"compose_form.hashtag_warning":"This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
"compose_form.hashtag_warning":"از آنجا که این فرسته عمومی نیست زیر هیچ برچسبی سیاهه نخواهد شد. تنها فرستههای عمومی میتوانند با برچسب جستوجو شوند.",
"compose_form.lock_disclaimer":"حسابتان {locked} نیست. هر کسی میتواند پیگیرتان شده و فرستههای ویژهٔ پیگیرانتان را ببیند.",
"compose_form.lock_disclaimer.lock":"قفلشده",
"compose_form.placeholder":"تازه چه خبر؟",
@ -171,7 +171,7 @@
"confirmations.redraft.message":"مطمئنید که میخواهید این فرسته را حذف کنید و از نو بنویسید؟ با این کار تقویتها و پسندهای آن از دست میرود و پاسخها به آن بیمرجع میشود.",
"confirmations.reply.confirm":"پاسخ",
"confirmations.reply.message":"اگر الان پاسخ دهید، چیزی که در حال نوشتنش بودید پاک خواهد شد. میخواهید ادامه دهید؟",
"confirmations.unfollow.confirm":"ناپیگیری",
"confirmations.unfollow.confirm":"پینگرفتن",
"confirmations.unfollow.message":"مطمئنید که میخواهید به پیگیری از {name} پایان دهید؟",
"conversation.delete":"حذف گفتگو",
"conversation.mark_as_read":"علامتگذاری به عنوان خوانده شده",
@ -219,8 +219,9 @@
"empty_column.explore_statuses":"الآن چیزی پرطرفدار نیست. بعداً دوباره بررسی کنید!",
"empty_column.favourited_statuses":"شما هنوز هیچ فرستهای را نپسندیدهاید. هنگامی که فرستهای را بپسندید، اینجا نشان داده خواهد شد.",
"empty_column.favourites":"هنوز هیچ کسی این فرسته را نپسندیده است. هنگامی که کسی آن را بپسندد، اینجا نشان داده خواهد شد.",
"empty_column.follow_recommendations":"ظاهرا هیچ پیشنهادی برای شما نمیتوانیم تولید کنیم. میتوانید از امکان جستوجو برای یافتن افرادی که ممکن است بشناسید و یا کاوش میان برچسبهای داغ استفاده کنید.",
"empty_column.follow_recommendations":"به نظر نمیتوان هیچ پیشنهادی برایتان ایجاد کرد. میتوانید برای یافتن افرادی که ممکن است بشناسید از جستوجو یا کاوش برچسبهای داغ استفاده کنید.",
"empty_column.follow_requests":"شما هنوز هیچ درخواست پیگیریای ندارید. هنگامی که چنین درخواستی بگیرید، اینجا نشان داده خواهد شد.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"هنوز هیچ چیزی در این برچسب نیست.",
"empty_column.home":"خط زمانی خانگیتان خالی است! برای پر کردنش، افراد بیشتری را پی بگیرید. {suggestions}",
"empty_column.home.suggestions":"چند پیشنهاد را ببینید",
@ -239,8 +240,8 @@
"explore.suggested_follows":"برای شما",
"explore.title":"کاوش",
"explore.trending_links":"اخبار",
"explore.trending_statuses":"Posts",
"explore.trending_tags":"هشتگها",
"explore.trending_statuses":"فرستهها",
"explore.trending_tags":"برچسبها",
"filter_modal.added.context_mismatch_explanation":"این دستهٔ پالایه به بافتاری که در آن به این فرسته دسترسی دارید اعمال نمیشود. اگر میخواهید فرسته در این بافتار هم پالوده شود، باید پالایه را ویرایش کنید.",
"filter_modal.added.expired_explanation":"این دستهٔ پالایه منقضی شده است. برای اعمالش باید تاریخ انقضا را عوض کنید.",
@ -263,6 +264,7 @@
"follow_request.authorize":"اجازه دهید",
"follow_request.reject":"رد کنید",
"follow_requests.unlocked_explanation":"با این که حسابتان قفل نیست، کارکنان {domain} فکر کردند که ممکن است بخواهید درخواستها از این حسابها را به صورت دستی بازبینی کنید.",
"followed_tags":"Followed hashtags",
"footer.about":"درباره",
"footer.directory":"فهرست نمایهها",
"footer.get_app":"گرفتن کاره",
@ -281,8 +283,8 @@
"hashtag.column_settings.tag_mode.any":"هرکدام از اینها",
"hashtag.column_settings.tag_mode.none":"هیچکدام از اینها",
"hashtag.column_settings.tag_toggle":"افزودن برچسبهایی بیشتر به این ستون",
"navigation_bar.follows_and_followers":"پیگرفتگان و پیگیرندگان",
"navigation_bar.lists":"سیاههها",
"navigation_bar.logout":"خروج",
@ -445,7 +448,7 @@
"poll.total_votes":"{count, plural, one {# رأی} other {# رأی}}",
"poll.vote":"رأی",
"poll.voted":"شما به این جواب رأی دادید",
"poll.votes":"# رأی",
"poll.votes":"{votes, plural, one {# رأی} other {# رأی}}",
"poll_button.add_poll":"افزودن نظرسنجی",
"poll_button.remove_poll":"برداشتن نظرسنجی",
"privacy.change":"تغییر محرمانگی فرسته",
@ -509,7 +512,7 @@
"report.thanks.take_action_actionable":"در حالی که ما این مورد را بررسی میکنیم، میتوانید علیه @{name} اقدام کنید:",
"report.thanks.title":"نمیخواهید این را ببینید؟",
"report.thanks.title_actionable":"ممنون بابت گزارش، ما آن را بررسی خواهیم کرد.",
"report.unfollow":"ناپیگیری@{name}",
"report.unfollow":"پینگرفتن@{name}",
"report.unfollow_explanation":"شما این حساب را پیگرفتهاید، برای اینکه دیگر فرستههایش را در خوراک خانهتان نبینید؛ آن را پینگیرید.",
"report_notification.attached_statuses":"{count, plural, one {{count} فرسته} other {{count} فرسته}} پیوست شده",
"report_notification.categories.other":"دیگر",
@ -540,9 +543,9 @@
"server_banner.server_stats":"آمار کارساز:",
"sign_in_banner.create_account":"ایجاد حساب",
"sign_in_banner.sign_in":"ورود",
"sign_in_banner.text":"برای پیگیری نمایهها یا برچسبها، همرسانی و پاسخ به فرستهها یا تعامل از حسابتان روی کارسازی دیگر، وارد شوید.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"گشودن واسط مدیریت برای @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_domain":"گشودن واسط مدیریت برای {domain}",
"status.admin_status":"گشودن این فرسته در واسط مدیریت",
"status.block":"مسدود کردن @{name}",
"status.bookmark":"نشانک",
@ -559,7 +562,7 @@
"status.favourite":"پسندیدن",
"status.filter":"پالایش این فرسته",
"status.filtered":"پالوده",
"status.hide":"Hide post",
"status.hide":"نهفتن فرسته",
"status.history.created":"توسط {name} در {date} ایجاد شد",
"status.history.edited":"توسط {name} در {date} ویرایش شد",
"status.load_more":"بار کردن بیشتر",
@ -610,7 +613,7 @@
"time_remaining.moments":"زمان باقیمانده",
"time_remaining.seconds":"{number, plural, one {# ثانیه} other {# ثانیه}} باقی مانده",
"timeline_hint.remote_resource_not_displayed":"{resource} از دیگر کارسازها نمایش داده نمیشوند.",
"empty_column.favourites":"Kukaan ei ole vielä lisännyt tätä viestiä suosikkeihinsa. Kun joku tekee niin, näkyy kyseinen henkilö tässä.",
"empty_column.follow_recommendations":"Näyttää siltä, että sinulle ei voi luoda ehdotuksia. Voit yrittää etsiä ihmisiä, jotka saatat tuntea tai tutkia trendaavia aihetunnisteita.",
"empty_column.follow_requests":"Et ole vielä vastaanottanut seurauspyyntöjä. Saamasi pyynnöt näytetään täällä.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Tällä hashtagilla ei ole vielä mitään.",
"empty_column.home":"Kotisi aikajana on tyhjä! Seuraa lisää ihmisiä täyttääksesi sen. {suggestions}",
"empty_column.home.suggestions":"Katso joitakin ehdotuksia",
@ -263,6 +264,7 @@
"follow_request.authorize":"Valtuuta",
"follow_request.reject":"Hylkää",
"follow_requests.unlocked_explanation":"Vaikkei tiliäsi ole lukittu, palvelun {domain} ylläpito on arvioinut, että voi olla halukas tarkistamaan nämä seurauspyynnöt erikseen.",
"sign_in_banner.text":"Kirjaudu sisään seurataksesi profiileja tai aihetunnisteita, lisätäksesi suosikkeihin, jakaaksesi julkaisuja ja vastataksesi niihin tai ollaksesi vuorovaikutuksessa tililläsi toisella palvelimella.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"empty_column.favourites":"Eingin hevur givið hesum postinum yndismerki enn. Tá onkur ger, so sæst tað her.",
"empty_column.follow_recommendations":"Tað sær út sum, at eingi uppskot kundu fáast fram til tín. Tú kanst royna at brúka leiting fyri at finna fólk, sum tú kanska kennir, ella at kanna frámerki, sum eru vælumtókt í løtuni.",
"empty_column.follow_requests":"Tú hevur ongar umbønir um at verða fylgd/ur enn. Tá tú fær eina, so sæst hon her.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Einki er í hesum frámerkinum enn.",
"empty_column.home":"Heima-tíðarlinjan hjá tær er tóm! Fylg fleiri fyri at fylla hana. {suggestions}",
"follow_requests.unlocked_explanation":"Sjálvt um konta tín ikki er læst, so hugsa {domain} starvsfólkini, at tú kanska hevur hug at kanna umbønir um at fylgja frá hesum kontum við hond.",
"followed_tags":"Followed hashtags",
"footer.about":"Um",
"footer.directory":"Vangaskrá",
"footer.get_app":"Heinta appina",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Dámd",
"navigation_bar.filters":"Doyvd orð",
"navigation_bar.follow_requests":"Umbønir um at fylgja",
"navigation_bar.follows_and_followers":"Fylgd og fylgjarar",
"navigation_bar.lists":"Listar",
"navigation_bar.logout":"Rita út",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Ambætarahagtøl:",
"sign_in_banner.create_account":"Stovna kontu",
"sign_in_banner.sign_in":"Rita inn",
"sign_in_banner.text":"Innrita fyri at fylgja vangum og frámerkjum, seta yndismerki á, deila og svara postum, ella at brúka kontuna til at samvirka á einum øðrum ambætara.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Lat kjakleiðaramarkamót upp fyri @{name}",
"status.admin_domain":"Lat umsjónarmarkamót upp fyri {domain}",
"status.admin_status":"Lat hendan postin upp í kjakleiðaramarkamótinum",
"compose_form.encryption_warning":"Les publications sur Mastodon ne sont pas chiffrées de bout en bout. Veuillez ne partager aucune information sensible sur Mastodon.",
"compose_form.hashtag_warning":"This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
"compose_form.hashtag_warning":"Ce message n'apparaîtra pas dans les listes de hashtags, car il n'est pas public. Seuls les messages publics peuvent appaître dans les recherches par hashtags.",
"compose_form.lock_disclaimer":"Votre compte n’est pas {locked}. Tout le monde peut vous suivre et voir vos publications privés.",
"compose_form.lock_disclaimer.lock":"verrouillé",
"compose_form.placeholder":"À quoi pensez-vous?",
@ -221,6 +221,7 @@
"empty_column.favourites":"Personne n’a encore ajouté cette publication à ses favoris. Lorsque quelqu’un le fera, elle apparaîtra ici.",
"empty_column.follow_recommendations":"Il semble qu’aucune suggestion n’ait pu être générée pour vous. Vous pouvez essayer d’utiliser la recherche pour découvrir des personnes que vous pourriez connaître ou explorer les hashtags populaires.",
"empty_column.follow_requests":"Vous n’avez pas encore de demande d'abonnement. Lorsque vous en recevrez une, elle apparaîtra ici.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Il n’y a pas encore de contenu associé à ce hashtag.",
"empty_column.home":"Votre fil d'accueil est vide! Suivez plus de personnes pour la remplir. {suggestions}",
"empty_column.home.suggestions":"Voir quelques suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autoriser",
"follow_request.reject":"Rejeter",
"follow_requests.unlocked_explanation":"Même si votre compte n’est pas privé, l’équipe de {domain} a pensé que vous pourriez vouloir peut-être consulter manuellement les demandes d'abonnement de ces comptes.",
"navigation_bar.follows_and_followers":"Abonnements et abonnés",
"navigation_bar.lists":"Listes",
"navigation_bar.logout":"Se déconnecter",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Statistiques du serveur:",
"sign_in_banner.create_account":"Créer un compte",
"sign_in_banner.sign_in":"Se connecter",
"sign_in_banner.text":"Connectez-vous pour suivre les profils ou les hashtags, ajouter aux favoris, partager et répondre aux publications, ou interagir depuis votre compte sur un autre serveur.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Ouvrir l’interface de modération pour @{name}",
"status.admin_domain":"Ouvrir l’interface de modération pour {domain}",
"status.admin_status":"Ouvrir ce message dans l’interface de modération",
"empty_column.favourites":"Personne n’a encore ajouté ce message à ses favoris. Lorsque quelqu’un le fera, il apparaîtra ici.",
"empty_column.follow_recommendations":"Il semble qu’aucune suggestion n’ait pu être générée pour vous. Vous pouvez essayer d’utiliser la recherche pour découvrir des personnes que vous pourriez connaître ou explorer les hashtags tendance.",
"empty_column.follow_requests":"Vous n’avez pas encore de demande de suivi. Lorsque vous en recevrez une, elle apparaîtra ici.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Il n’y a encore aucun contenu associé à ce hashtag.",
"empty_column.home":"Vous ne suivez personne. Visitez {public} ou utilisez la recherche pour trouver d’autres personnes à suivre.",
"empty_column.home.suggestions":"Voir quelques suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Accepter",
"follow_request.reject":"Rejeter",
"follow_requests.unlocked_explanation":"Même si votre compte n’est pas privé, l’équipe de {domain} a pensé que vous pourriez vouloir consulter manuellement les demandes de suivi de ces comptes.",
"navigation_bar.follows_and_followers":"Abonnements et abonnés",
"navigation_bar.lists":"Listes",
"navigation_bar.logout":"Déconnexion",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Statistiques du serveur :",
"sign_in_banner.create_account":"Créer un compte",
"sign_in_banner.sign_in":"Se connecter",
"sign_in_banner.text":"Connectez-vous pour suivre les profils ou les hashtags, ajouter aux favoris, partager et répondre aux messages, ou interagir depuis votre compte sur un autre serveur.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Ouvrir l’interface de modération pour @{name}",
"status.admin_domain":"Ouvrir l’interface de modération pour {domain}",
"status.admin_status":"Ouvrir ce message dans l’interface de modération",
"empty_column.favourites":"Net ien hat dit berjocht noch as favoryt markearre. Wannear’t ien dit docht, falt dat hjir te sjen.",
"empty_column.follow_recommendations":"It liket der op dat der gjin oanrekommandaasjes foar jo oanmakke wurde kinne. Jo kinne probearje te sykjen nei minsken dy’t jo miskien kinne, sykje op hashtags, de lokale en globale tiidlinen besjen of de brûkersgids trochblêdzje.",
"empty_column.follow_requests":"Jo hawwe noch gjin folchfersiken ûntfongen. Wannear’t jo der ien ûntfange, falt dat hjir te sjen.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Der is noch neat te finen ûnder dizze hashtag.",
"empty_column.home":"Dizze tiidline is leech! Folgje mear minsken om it te foljen. {suggestions}",
"follow_requests.unlocked_explanation":"Ek al is jo account net besletten, de meiwurkers fan {domain} tinke dat jo miskien de folgjende folchfersiken hânmjittich kontrolearje.",
"sign_in_banner.text":"Wannear’t jo in account op dizze server hawwe, kinne jo oanmelde om minsken of hashtags te folgjen, op berjochten te reagearjen of om dizze te dielen. Wannear’t jo in account op in oare server hawwe, kinne jo dêr oanmelde en dêr ynteraksje mei minsken op dizze server hawwe.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Moderaasje-omjouwing fan @{name} iepenje",
"status.admin_domain":"Moderaasje-omjouwing fan {domain} iepenje",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"Níor thogh éinne an phostáil seo fós. Nuair a thoghfaidh duine éigin í, taispeánfar anseo é sin.",
"empty_column.follow_recommendations":"Is cosúil nár fhéadfaí moltaí a ghineadh. D'fhéadfá cuardach a úsáid le teacht ar dhaoine a bhfuil aithne agat orthu, nó iniúchadh ar haischlibeanna atá ag treochtáil a dhéanamh.",
"empty_column.follow_requests":"Níl aon phostáil leabharmharcaithe agat fós. Nuair a dhéanann tú leabharmharc, feicfear anseo é.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Níl rud ar bith faoin haischlib seo go fóill.",
"empty_column.home":"Tá d'amlíne baile folamh! B'fhiú duit cúpla duine eile a leanúint lena líonadh! {suggestions}",
"empty_column.home.suggestions":"Féach ar roinnt moltaí",
@ -263,6 +264,7 @@
"follow_request.authorize":"Ceadaigh",
"follow_request.reject":"Diúltaigh",
"follow_requests.unlocked_explanation":"Cé nach bhfuil do chuntas faoi ghlas, cheap foireann {domain} gur mhaith leat súil siar ar iarratais leanúnaí as na cuntais seo.",
"notifications.permission_required":"Desktop notifications are unavailable because the required permission has not been granted.",
"notifications_permission_banner.enable":"Ceadaigh fógraí ar an deasc",
"notifications_permission_banner.how_to_control":"To receive notifications when Mastodon isn't open, enable desktop notifications. You can control precisely which types of interactions generate desktop notifications through the {icon} button above once they're enabled.",
"notifications_permission_banner.title":"Never miss a thing",
"notifications_permission_banner.title":"Ná caill aon rud go deo",
"picture_in_picture.restore":"Cuir é ar ais",
"poll.closed":"Dúnta",
"poll.refresh":"Athnuaigh",
"poll.total_people":"{count, plural, one {# person} other {# people}}",
"poll.total_votes":"{count, plural, one {# vote} other {# votes}}",
"poll.total_people":"{count, plural, one {# duine} other {# duine}}",
"poll.total_votes":"{count, plural, one {# vóta} other {# vóta}}",
"poll.vote":"Vótáil",
"poll.voted":"You voted for this answer",
"poll.votes":"{votes, plural, one {# vote} other {# votes}}",
"poll.voted":"Vótáil tú don freagra seo",
"poll.votes":"{votes, plural, one {# vóta} other {# vóta}}",
"poll_button.add_poll":"Cruthaigh suirbhé",
"poll_button.remove_poll":"Bain suirbhé",
"privacy.change":"Adjust status privacy",
@ -485,7 +488,7 @@
"report.category.title_status":"postáil",
"report.close":"Déanta",
"report.comment.title":"Is there anything else you think we should know?",
"report.forward":"Forward to {target}",
"report.forward":"Seol ar aghaidh chun {target}",
"report.forward_hint":"The account is from another server. Send an anonymized copy of the report there as well?",
"report.mute":"Balbhaigh",
"report.mute_explanation":"Ní fheicfidh tú a postálacha. Is féidir an té seo tú a leanúint agus do phostálacha a fheiceáil, agus ní fhios go bhfuil iad balbhaithe.",
@ -530,17 +533,17 @@
"search_results.nothing_found":"Could not find anything for these search terms",
"search_results.statuses":"Postálacha",
"search_results.statuses_fts_disabled":"Searching posts by their content is not enabled on this Mastodon server.",
"search_results.title":"Search for {q}",
"search_results.title":"Cuardaigh ar thóir {q}",
"search_results.total":"{count, number} {count, plural, one {result} other {results}}",
"server_banner.about_active_users":"People using this server during the last 30 days (Monthly Active Users)",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
@ -558,12 +561,12 @@
"status.embed":"Leabaigh",
"status.favourite":"Rogha",
"status.filter":"Déan scagadh ar an bpostáil seo",
"subscribed_languages.lead":"Only posts in selected languages will appear on your home and list timelines after the change. Select none to receive posts in all languages.",
"subscribed_languages.save":"Save changes",
"subscribed_languages.save":"Sábháil athruithe",
"subscribed_languages.target":"Change subscribed languages for {target}",
"suggestions.dismiss":"Dismiss suggestion",
"suggestions.header":"You might be interested in…",
"suggestions.header":"Seans go mbeidh suim agat i…",
"tabs_bar.federated_timeline":"Cónasctha",
"tabs_bar.home":"Baile",
"tabs_bar.local_timeline":"Áitiúil",
"tabs_bar.notifications":"Fógraí",
"time_remaining.days":"{number, plural, one {# day} other {# days}} left",
"time_remaining.hours":"{number, plural, one {# hour} other {# hours}} left",
"time_remaining.minutes":"{number, plural, one {# minute} other {# minutes}} left",
"time_remaining.days":"{number, plural, one {# lá} other {# lá}} fágtha",
"time_remaining.hours":"{number, plural, one {# uair} other {# uair}} fágtha",
"time_remaining.minutes":"{number, plural, one {# nóiméad} other {# nóiméad}} fágtha",
"time_remaining.moments":"Moments remaining",
"time_remaining.seconds":"{number, plural, one {# second} other {# seconds}} left",
"time_remaining.seconds":"{number, plural, one {# soicind} other {# soicind}} fágtha",
"timeline_hint.remote_resource_not_displayed":"{resource} from other servers are not displayed.",
"timeline_hint.resources.statuses":"Postáilí níos sine",
"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} duine} other {{counter} duine}} le {days, plural, one {lá} other {{days} lá}} anuas",
"trends.trending_now":"Ag treochtáil anois",
"ui.beforeunload":"Your draft will be lost if you leave Mastodon.",
"empty_column.favourites":"Chan eil am post seo ’na annsachd aig duine sam bith fhathast. Nuair a nì daoine annsachd dheth, nochdaidh iad an-seo.",
"empty_column.follow_recommendations":"Chan urrainn dhuinn dad a mholadh dhut. Cleachd gleus an luirg feuch an lorg thu daoine air a bheil thu eòlach no rùraich na tagaichean-hais a tha a’ treandadh.",
"empty_column.follow_requests":"Chan eil iarrtas leantainn agad fhathast. Nuair a gheibh thu fear, nochdaidh e an-seo.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Chan eil dad san taga hais seo fhathast.",
"empty_column.home":"Tha loidhne-ama na dachaigh agad falamh! Lean barrachd dhaoine gus a lìonadh. {suggestions}",
"empty_column.home.suggestions":"Faic moladh no dhà",
@ -263,6 +264,7 @@
"follow_request.authorize":"Ùghdarraich",
"follow_request.reject":"Diùlt",
"follow_requests.unlocked_explanation":"Ged nach eil an cunntas agad glaiste, tha sgioba {domain} dhen bheachd gum b’ fheàirrde thu lèirmheas a dhèanamh air na h-iarrtasan leantainn o na cunntasan seo a làimh.",
"sign_in_banner.text":"Clàraich a-steach a leantainn phròifilean no thagaichean hais, a’ cur postaichean ris na h-annsachdan ’s ’gan co-roinneadh is freagairt dhaibh no gabh gnìomh le cunntas o fhrithealaiche eile.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Fosgail eadar-aghaidh na maorsainneachd dha @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Fosgail am post seo ann an eadar-aghaidh na maorsainneachd",
"empty_column.favourites":"A ninguén lle gustou esta publicación polo momento. Cando a alguén lle guste, aparecerá aquí.",
"empty_column.follow_recommendations":"Semella que non temos suxestións para ti. Podes utilizar a busca para atopar persoas que coñezas ou explorar os cancelos en voga.",
"empty_column.follow_requests":"Non tes peticións de seguimento. Cando recibas unha, amosarase aquí.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Aínda non hai nada con este cancelo.",
"empty_column.home":"A túa cronoloxía inicial está baleira! Segue a outras usuarias para enchela. {suggestions}",
"empty_column.home.suggestions":"Ver suxestións",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autorizar",
"follow_request.reject":"Rexeitar",
"follow_requests.unlocked_explanation":"Malia que a túa conta non é privada, a administración de {domain} pensou que quizabes terías que revisar de xeito manual as solicitudes de seguiminto.",
"followed_tags":"Followed hashtags",
"footer.about":"Acerca de",
"footer.directory":"Directorio de perfís",
"footer.get_app":"Descarga a app",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Favoritas",
"navigation_bar.filters":"Palabras silenciadas",
"navigation_bar.follow_requests":"Peticións de seguimento",
"navigation_bar.follows_and_followers":"Seguindo e seguidoras",
"navigation_bar.lists":"Listaxes",
"navigation_bar.logout":"Pechar sesión",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Estatísticas do servidor:",
"sign_in_banner.create_account":"Crear conta",
"sign_in_banner.sign_in":"Acceder",
"sign_in_banner.text":"Inicia sesión para seguir perfís ou etiquetas, marcar como favorita, responder a publicacións ou interactuar con outro servidor desde a túa conta.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Abrir interface de moderación para @{name}",
"status.admin_domain":"Abrir interface de moderación para {domain}",
"status.admin_status":"Abrir esta publicación na interface de moderación",
"sign_in_banner.text":"יש להתחבר כדי לעקוב אחרי משתמשים או תגיות, לחבב, לשתף ולענות לחצרוצים, או לנהל תקשורת מהחשבון שלך על שרת אחר.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"פתח/י ממשק ניהול עבור @{name}",
"status.admin_domain":"פתיחת ממשק ניהול עבור {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"अभी तक किसी ने भी इस टूट को पसंद (स्टार) नहीं किया है. जब भी कोई इसे पसंद करेगा, उनका नाम यहाँ दिखेगा।",
"empty_column.follow_recommendations":"ऐसा लगता है कि आपके लिए कोई सुझाव जेनरेट नहीं किया जा सका. आप उन लोगों को खोजने के लिए सर्च का उपयोग करने का प्रयास कर सकते हैं जिन्हें आप जानते हैं या ट्रेंडिंग हैशटैग का पता लगा सकते हैं।",
"empty_column.follow_requests":"अभी तक किसी ने भी आपका अनुसरण करने की विनती नहीं की है. जब भी कोई आपको विनती भेजेगा, वो यहाँ दिखेगी.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"यह हैशटैग अभी तक खाली है।",
"empty_column.home":"आपकी मुख्य कालक्रम अभी खली है. अन्य उपयोगकर्ताओं से मिलने के लिए और अपनी गतिविधियां शुरू करने के लिए या तो {public} पर जाएं या खोज का उपयोग करें।",
"filter_modal.added.context_mismatch_explanation":"यह फ़िल्टर श्रेणी उस संदर्भ पर लागू नहीं होती जिसमें आपने इस पोस्ट को एक्सेस किया है। यदि आप चाहते हैं कि इस संदर्भ में भी पोस्ट को फ़िल्टर किया जाए, तो आपको फ़िल्टर को एडिट करना होगा।",
@ -263,6 +264,7 @@
"follow_request.authorize":"अधिकार दें",
"follow_request.reject":"अस्वीकार करें",
"follow_requests.unlocked_explanation":"हालाँकि आपका खाता लॉक नहीं है, फिर भी {domain} डोमेन स्टाफ ने सोचा कि आप इन खातों के मैन्युअल अनुरोधों की समीक्षा करना चाहते हैं।",
"followed_tags":"Followed hashtags",
"footer.about":"अबाउट",
"footer.directory":"प्रोफाइल्स डायरेक्टरी",
"footer.get_app":"अप्प प्राप्त करें",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"पसंदीदा",
"navigation_bar.filters":"वारित शब्द",
"navigation_bar.follow_requests":"अनुसरण करने के अनुरोध",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"सूचियाँ",
"navigation_bar.logout":"बाहर जाए",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Čini se da se ne postoje sugestije generirane za tebe. Možeš pokušati koristiti pretragu kako bi pronašao osobe koje poznaš ili istraži popularne hashtagove.",
"empty_column.follow_requests":"Nemaš niti jedan zahtjev za praćenjem. Ako ga dobiješ, prikazat će se ovdje.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Još ne postoji ništa s ovim hashtagom.",
"empty_column.home":"Vaša početna vremenska crta je prazna! Posjetite {public} ili koristite tražilicu kako biste započeli i upoznali druge korisnike.",
"empty_column.home.suggestions":"Pogledajte neke prijedloge",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autoriziraj",
"follow_request.reject":"Odbij",
"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.",
"followed_tags":"Followed hashtags",
"footer.about":"About",
"footer.directory":"Profiles directory",
"footer.get_app":"Preuzmi aplikaciju",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Favoriti",
"navigation_bar.filters":"Utišane riječi",
"navigation_bar.follow_requests":"Zahtjevi za praćenje",
"navigation_bar.follows_and_followers":"Praćeni i pratitelji",
"navigation_bar.lists":"Liste",
"navigation_bar.logout":"Odjavi se",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Stvori račun",
"sign_in_banner.sign_in":"Prijavi se",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"Még senki sem jelölte ezt a bejegyzést kedvencnek. Ha valaki mégis megteszi, itt fogjuk mutatni.",
"empty_column.follow_recommendations":"Úgy tűnik, neked nem tudunk javaslatokat adni. Próbáld a keresést használni olyanok megtalálására, akiket ismerhetsz, vagy fedezd fel a felkapott hastageket.",
"empty_column.follow_requests":"Még nincs egy követési kérésed sem. Ha kapsz egyet, itt fogjuk feltüntetni.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Jelenleg nem található semmi ezzel a hashtaggel.",
"empty_column.home":"A saját idővonalad üres! Látogasd meg a {public} oldalt vagy használd a keresőt, hogy megismerj másokat.",
"empty_column.home.suggestions":"Nézzünk pár javaslatot",
@ -263,6 +264,7 @@
"follow_request.authorize":"Engedélyezés",
"follow_request.reject":"Elutasítás",
"follow_requests.unlocked_explanation":"Bár a fiókod nincs zárolva, a(z) {domain} csapata úgy gondolta, hogy talán kézzel szeretnéd ellenőrizni a fiók követési kéréseit.",
"sign_in_banner.text":"Jelentkezz be profilok vagy hashtagek követéséhez, bejegyzések megosztásához, megválaszolásához, vagy kommunikálj a fiókodból más kiszolgálókkal.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"empty_column.favourites":"Այս գրառումը ոչ մէկ դեռ չի հաւանել։ Հաւանողները կերեւան այստեղ, երբ հաւանեն։",
"empty_column.follow_recommendations":"Կարծես քեզ համար ոչ մի առաջարկ չի գեներացուել։ Օգտագործիր որոնման դաշտը մարդկանց փնտրելու համար կամ բացայայտիր յայտնի պիտակներով։",
"empty_column.follow_requests":"Դու դեռ չունես որեւէ հետեւելու յայտ։ Բոլոր նման յայտերը կը յայտնուեն այստեղ։",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Այս պիտակով դեռ ոչինչ չկայ։",
"empty_column.home":"Քո հիմնական հոսքը դատարկ է։ Այցելի՛ր {public}ը կամ օգտուիր որոնումից՝ այլ մարդկանց հանդիպելու համար։",
"empty_column.home.suggestions":"Տեսնել որոշ առաջարկներ",
@ -263,6 +264,7 @@
"follow_request.authorize":"Վաւերացնել",
"follow_request.reject":"Մերժել",
"follow_requests.unlocked_explanation":"Այս հարցումը ուղարկուած է հաշուից, որի համար {domain}-ի անձնակազմը միացրել է ձեռքով ստուգում։",
"navigation_bar.follows_and_followers":"Հետեւածներ եւ հետեւողներ",
"navigation_bar.lists":"Ցանկեր",
"navigation_bar.logout":"Դուրս գալ",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"empty_column.favourites":"Belum ada yang memfavoritkan toot ini. Ketika seseorang melakukannya, mereka akan muncul di sini.",
"empty_column.follow_recommendations":"Sepertinya tak ada saran yang dibuat untuk Anda. Anda dapat mencoba menggunakan pencarian untuk menemukan orang yang Anda ketahui atau menjelajahi tagar yang sedang tren.",
"empty_column.follow_requests":"Anda belum memiliki permintaan mengikuti. Ketika Anda menerimanya, maka itu akan muncul di sini.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Tidak ada apa pun dalam hashtag ini.",
"empty_column.home":"Linimasa anda kosong! Kunjungi {public} atau gunakan pencarian untuk memulai dan bertemu pengguna lain.",
"empty_column.home.suggestions":"Lihat beberapa saran",
@ -263,6 +264,7 @@
"follow_request.authorize":"Izinkan",
"follow_request.reject":"Tolak",
"follow_requests.unlocked_explanation":"Meskipun akun Anda tidak dikunci, staf {domain} menyarankan Anda untuk meninjau permintaan mengikuti dari akun-akun ini secara manual.",
"navigation_bar.follows_and_followers":"Ikuti dan pengikut",
"navigation_bar.lists":"Daftar",
"navigation_bar.logout":"Keluar",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Statistik server:",
"sign_in_banner.create_account":"Buat akun",
"sign_in_banner.sign_in":"Masuk",
"sign_in_banner.text":"Masuk untuk mengikuti profil atau tagar, favorit, bagikan, dan balas ke kiriman, atau berinteraksi dari akun Anda di server yang lain.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Buka antarmuka moderasi untuk @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Buka kiriman ini dalam antar muka moderasi",
"empty_column.favourites":"No one has favourited this post yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Ndepụta",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Semblas tale nula sugestato povas facesar por vu. Vu povas probar trovar personi quon vu forsan konocas o exploras tendenca hashtagi.",
"empty_column.follow_requests":"Vu ne havas irga sequodemandi til nun. Kande vu ganas talo, ol montresos hike.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Esas ankore nulo en ta gretovorto.",
"empty_column.home":"Vua hemtempolineo esas vakua! Sequez plu multa personi por plenigar lu. {suggestions}",
"follow_requests.unlocked_explanation":"Quankam vua konto ne klefklozesis, la {domain} laborero pensas ke vu forsan volas kontralar sequodemandi de ca konti manuale.",
"followed_tags":"Followed hashtags",
"footer.about":"About",
"footer.directory":"Profiles directory",
"footer.get_app":"Get the app",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Favorati",
"navigation_bar.filters":"Silencigita vorti",
"navigation_bar.follow_requests":"Demandi di sequado",
"navigation_bar.follows_and_followers":"Sequati e sequanti",
"navigation_bar.lists":"Listi",
"navigation_bar.logout":"Ekirar",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Servilstatistiko:",
"sign_in_banner.create_account":"Kreez konto",
"sign_in_banner.sign_in":"Enirez",
"sign_in_banner.text":"Enirez por sequar profili o hashtagi, favorizar, partigar e respondizar posti, o interagar de vua konto de diferanta servilo.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Apertez jerintervizajo por @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"Enginn hefur ennþá sett þessa færslu í eftirlæti. Þegar einhver gerir það, mun það birtast hér.",
"empty_column.follow_recommendations":"Það lítur út fyrir að ekki hafi verið hægt að útbúa neinar tillögur fyrir þig. Þú getur reynt að leita að fólki sem þú gætir þekkt eða skoðað myllumerki sem eru í umræðunni.",
"empty_column.follow_requests":"Þú átt ennþá engar beiðnir um að fylgja þér. Þegar þú færð slíkar beiðnir, munu þær birtast hér.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Það er ekkert ennþá undir þessu myllumerki.",
"empty_column.home":"Heimatímalínan þín er tóm! Fylgstu með fleira fólki til að fylla hana. {suggestions}",
"empty_column.home.suggestions":"Skoðaðu nokkrar tillögur",
@ -263,6 +264,7 @@
"follow_request.authorize":"Heimila",
"follow_request.reject":"Hafna",
"follow_requests.unlocked_explanation":"Jafnvel þótt aðgangurinn þinn sé ekki læstur, hafa umsjónarmenn {domain} ímyndað sér að þú gætir viljað yfirfara handvirkt fylgjendabeiðnir frá þessum notendum.",
"followed_tags":"Followed hashtags",
"footer.about":"Nánari upplýsingar",
"footer.directory":"Notandasniðamappa",
"footer.get_app":"Ná í forritið",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Eftirlæti",
"navigation_bar.filters":"Þögguð orð",
"navigation_bar.follow_requests":"Beiðnir um að fylgjast með",
"navigation_bar.follows_and_followers":"Fylgist með og fylgjendur",
"navigation_bar.lists":"Listar",
"navigation_bar.logout":"Útskráning",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Tölfræði þjóns:",
"sign_in_banner.create_account":"Búa til notandaaðgang",
"sign_in_banner.sign_in":"Skrá inn",
"sign_in_banner.text":"Skráðu þig inn til að fylgjast með notendum eða myllumerkjum, svara færslum, deila þeim eða setja í eftirlæti, eða eiga í samskiptum á aðgangnum þínum á öðrum netþjónum.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Opna umsjónarviðmót fyrir @{name}",
"status.admin_domain":"Opna umsjónarviðmót fyrir @{domain}",
"status.admin_status":"Opna þessa færslu í umsjónarviðmótinu",
"empty_column.favourites":"Nessuno ha ancora messo questo post tra i preferiti. Quando qualcuno lo farà, apparirà qui.",
"empty_column.follow_recommendations":"Sembra che non sia stato possibile generare alcun suggerimento per te. Puoi provare a utilizzare la ricerca per cercare persone che potresti conoscere, o a esplorare gli hashtag in tendenza.",
"empty_column.follow_requests":"Non hai ancora alcuna richiesta di seguirti. Quando ne riceverai una, apparirà qui.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Non c'è ancora nulla in questo hashtag.",
"empty_column.home":"La cronologia della tua home è vuota! Segui altre persone per riempirla. {suggestions}",
"empty_column.home.suggestions":"Vedi alcuni suggerimenti",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autorizza",
"follow_request.reject":"Rifiuta",
"follow_requests.unlocked_explanation":"Anche se il tuo profilo non è privato, lo staff di {domain} ha pensato che potresti voler revisionare manualmente le richieste di seguirti da questi profili.",
"followed_tags":"Followed hashtags",
"footer.about":"Info",
"footer.directory":"Cartella dei profili",
"footer.get_app":"Scarica l'app",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Preferiti",
"navigation_bar.filters":"Parole silenziate",
"navigation_bar.follow_requests":"Richieste di seguirti",
"navigation_bar.follows_and_followers":"Seguiti e seguaci",
"navigation_bar.lists":"Liste",
"navigation_bar.logout":"Disconnettiti",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Statistiche del server:",
"sign_in_banner.create_account":"Crea un profilo",
"sign_in_banner.sign_in":"Accedi",
"sign_in_banner.text":"Accedi per seguire profili o hashtag, salvare tra i preferiti, condividere e rispondere ai post, o interagire dal tuo profilo su un server differente.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Apri interfaccia di moderazione per @{name}",
"status.admin_domain":"Apri l'interfaccia di moderazione per {domain}",
"status.admin_status":"Apri questo post nell'interfaccia di moderazione",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"ამ ჰეშტეგში ჯერ არაფერია.",
"empty_column.home":"თქვენი სახლის თაიმლაინი ცარიელია! ესტუმრეთ {public}-ს ან დასაწყისისთვის გამოიყენეთ ძებნა, რომ შეხვდეთ სხვა მომხმარებლებს.",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"ავტორიზაცია",
"follow_request.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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"სიები",
"navigation_bar.logout":"გასვლა",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"Ula yiwen ur yerri tajewwaqt-agi deg yismenyifen-is. Melmi i d-yella waya, ad d-yettwasken da.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"Ulac ɣur-k ula yiwen n usuter n teḍfeṛt. Ticki teṭṭfeḍ-d yiwen ad d-yettwasken da.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Ar tura ulac kra n ugbur yesɛan assaɣɣer uhacṭag-agi.",
"empty_column.home":"Tasuddemt tagejdant n yisallen d tilemt! Ẓer {public} neɣ nadi ad tafeḍ imseqdacen-nniḍen ad ten-ḍefṛeḍ.",
"empty_column.home.suggestions":"Ẓer kra n yisumar",
@ -263,6 +264,7 @@
"follow_request.authorize":"Ssireg",
"follow_request.reject":"Agi",
"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.",
"followed_tags":"Followed hashtags",
"footer.about":"Γef",
"footer.directory":"Akaram n imaγnuten",
"footer.get_app":"Awi-d asnas",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Ismenyifen",
"navigation_bar.filters":"Awalen i yettwasgugmen",
"navigation_bar.follow_requests":"Isuturen n teḍfeṛt",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"about.disclaimer":"Mastodon is free, open-source software, and a trademark of Mastodon gGmbH.",
"about.domain_blocks.no_reason_available":"Reason not available",
"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.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.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.preamble":"Mastodon әдетте сізге Fediverse'тің кез келген серверінің қолданушыларының контентін көріп, олармен байланысуға мүмкіндік береді. Осы белгілі серверде жасалған ережеден тыс жағдайлар міне.",
"about.domain_blocks.silenced.explanation":"Сіз бұл сервердің профильдері мен контентін іздегенше немесе жазылмағанша, оларды әдетте көрмейсіз.",
"about.domain_blocks.silenced.title":"Шектеулі",
"about.domain_blocks.suspended.explanation":"Бұл сервердің деректері өңделмейді, сақталмайды және айырбасталмайды, сондықтан бұл сервердің қолданушыларымен кез келген әрекеттесу немесе байланыс мүмкін емес.",
"account.posts_with_replies":"Постар мен жауаптар",
"account.report":"Шағымдану @{name}",
"account.requested":"Растауын күтіңіз. Жазылудан бас тарту үшін басыңыз",
"account.requested_follow":"{name} has requested to follow you",
@ -221,6 +221,7 @@
"empty_column.favourites":"Бұл постты әлі ешкім 'Таңдаулылар' тізіміне қоспапты. Біреу бастағаннан кейін осында көрінетін болады.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"Әлі ешқандай жазылуға сұранымдар келмеді. Жаңа сұранымдар осында көрінетін болады.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Бұндай хэштегпен әлі ешкім жазбапты.",
"empty_column.home":"Әлі ешкімге жазылмапсыз. Бәлкім {public} жазбаларын қарап немесе іздеуді қолданып көрерсіз.",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Авторизация",
"follow_request.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.",
"navigation_bar.follows_and_followers":"Жазылымдар және оқырмандар",
"navigation_bar.lists":"Тізімдер",
"navigation_bar.logout":"Шығу",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"@{name} үшін модерация интерфейсін аш",
"status.admin_domain":"Open moderation interface for {domain}",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"sign_in_banner.text":"로그인을 통해 프로필이나 해시태그를 팔로우하거나 마음에 들어하거나 공유하고 답글을 달 수 있습니다, 혹은 다른 서버에 있는 본인의 계정을 통해 참여할 수도 있습니다.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"empty_column.favourites":"Hîn tu kes vê peyamê nebijartiye. Gava ku hin kes bijartin, ew ê li vir xûya bikin.",
"empty_column.follow_recommendations":"Wusa dixuye ku ji bo we tu pêşniyar nehatine çêkirin. Hûn dikarin lêgerînê bikarbînin da ku li kesên ku hûn nas dikin bigerin an hashtagên trendî bigerin.",
"empty_column.follow_requests":"Hê jî daxwaza şopandinê tunne ye. Dema daxwazek hat, yê li vir were nîşan kirin.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Di vê hashtagê de hêj tiştekî tune.",
"empty_column.home":"Rojeva demnameya te vala ye! Ji bona tijîkirinê bêtir mirovan bişopîne. {suggestions}",
"follow_requests.unlocked_explanation":"Tevlî ku ajimêra te ne kilît kiriye, karmendên {domain} digotin qey tu dixwazî ku pêşdîtina daxwazên şopandinê bi destan bike.",
"sign_in_banner.text":"Têkeve ji bo şopandina profîlan an hashtagan, bijartekirin, parvekirin û bersivdana şandiyan, an ji ajimêrê xwe li ser rajekarek cuda têkilî deyine.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Ji bo @{name} navrûya venihêrtinê veke",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Vê şandîyê di navrûya venihêrtinê de veke",
"empty_column.favourites":"Ny wrug nagonan merkya'n post ma vel drudh hwath. Pan wra, hynn a wra omdhiskwedhes omma.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"Nyns eus dhywgh govynnow holya hwath. Pan wrewgh degemeres onan, ev a wra omdhiskwedhes omma.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Nyns eus travyth y'n bòlnos ma hwath.",
"empty_column.home":"Agas amserlin dre yw gwag! Holyewgh moy a dus dh'y lenwel. {suggestions}",
"follow_requests.unlocked_explanation":"Kyn na vo agas akont alhwedhys, an meni {domain} a wrug tybi y fia da genowgh dasweles govynnow holya a'n akontys ma dre leuv.",
"navigation_bar.follows_and_followers":"Holyansow ha holyoryon",
"navigation_bar.lists":"Rolyow",
"navigation_bar.logout":"Digelmi",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different 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.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.",
"empty_column.favourites":"No one has favourited this post yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"account.followers.empty":"Šim lietotājam vēl nav sekotāju.",
"account.followers_counter":"{count, plural, zero {{counter} sekotāju} one {{counter} sekotājs} other {{counter} sekotāji}}",
"account.followers_counter":"{count, plural, one {{counter} Sekotājs} other {{counter} Sekotāji}}",
"account.following":"Seko",
"account.following_counter":"{count, plural, one {{counter} sekojamais} other {{counter} sekojamie}}",
"account.follows.empty":"Šis lietotājs pagaidām nevienam neseko.",
@ -221,6 +221,7 @@
"empty_column.favourites":"Neviens šo ziņojumu vel nav izcēlis. Kad kāds to izdarīs, tas parādīsies šeit.",
"empty_column.follow_recommendations":"Neizdevās ģenerēt tev pielāgotus ieteikumus. Vari mēģināt izmantot meklēšanu, lai meklētu cilvēkus, kurus tu varētu pazīt, vai izpētīt populārākos tēmturus.",
"empty_column.follow_requests":"Šobrīd tev nav sekošanas pieprasījumu. Kad kāds pieteiksies tev sekot, pieprasījums parādīsies šeit.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Ar šo tēmturi nekas nav atrodams.",
"empty_column.home":"Tava mājas laika līnija ir tukša! Lai to aizpildītu, pieseko vairāk cilvēkiem. {suggestions}",
"empty_column.home.suggestions":"Apskatīt dažus ieteikumus",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autorizēt",
"follow_request.reject":"Noraidīt",
"follow_requests.unlocked_explanation":"Lai gan tavs konts nav bloķēts, {domain} darbinieki iedomājās, ka, iespējams, vēlēsies pārskatīt pieprasījumus no šiem kontiem.",
"sign_in_banner.text":"Pieraksties, lai sekotu profiliem vai atsaucēm, pievienotu ziņas izlasei, kopīgotu ziņas un atbildētu uz tām vai mijiedarbotos no sava konta citā serverī.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Одобри",
"follow_request.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.",
"navigation_bar.follows_and_followers":"Следења и следбеници",
"navigation_bar.lists":"Листи",
"navigation_bar.logout":"Одјави се",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"ഇതുവരെ ആരും ഈ ടൂട്ട് പ്രിയപ്പെട്ടതായി അടയാളപ്പെടുത്തിയിട്ടില്ല. ആരെങ്കിലും അങ്ങനെ ചെയ്യുന്നപക്ഷം അതിവിടെ കാണപ്പെടുന്നതാണ്.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"ഈ ഹാഷ്ടാഗിൽ ഇതുവരെ ഒന്നുമില്ല.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"ചില നിർദ്ദേശങ്ങൾ കാണുക",
@ -263,6 +264,7 @@
"follow_request.authorize":"ചുമതലപ്പെടുത്തുക",
"follow_request.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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"ലിസ്റ്റുകൾ",
"navigation_bar.logout":"ലോഗൗട്ട്",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"Tiada sesiapa yang menggemari hantaran ini. Apabila ada yang menggemari, ia akan muncul di sini.",
"empty_column.follow_recommendations":"Nampaknya tiada cadangan yang boleh dijana untuk anda. Anda boleh cuba gunakan gelintar untuk mencari orang yang anda mungkin kenal atau jelajahi tanda pagar sohor kini.",
"empty_column.follow_requests":"Anda belum mempunyai permintaan ikutan. Ia akan terpapar di sini apabila ada nanti.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Belum ada apa-apa dengan tanda pagar ini.",
"empty_column.home":"Garis masa laman utama anda kosong! Ikuti lebih ramai orang untuk mengisinya. {suggestions}",
"empty_column.home.suggestions":"Lihat cadangan",
@ -263,6 +264,7 @@
"follow_request.authorize":"Benarkan",
"follow_request.reject":"Tolak",
"follow_requests.unlocked_explanation":"Walaupun akaun anda tidak dikunci, kakitangan {domain} merasakan anda mungkin ingin menyemak permintaan ikutan daripada akaun ini secara manual.",
"followed_tags":"Followed hashtags",
"footer.about":"Perihal",
"footer.directory":"Direktori profil",
"footer.get_app":"Dapatkan app",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Kegemaran",
"navigation_bar.filters":"Perkataan yang dibisukan",
"sign_in_banner.text":"Daftar masuk untuk mengikut profil atau tanda pagar, menggemari, mengkongsi dan membalas kepada hantaran, atau berinteraksi daripada akaun anda pada pelayan lain.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Buka antara muka penyederhanaan untuk @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Buka hantaran ini dalam antara muka penyederhanaan",
"empty_column.favourites":"No one has favourited this post yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"compose_form.encryption_warning":"Berichten op Mastodon worden, net zoals op andere social media, niet end-to-end versleuteld. Deel daarom geen gevoelige informatie via Mastodon.",
"compose_form.hashtag_warning":"Dit bericht valt niet onder een hashtag te bekijken, omdat deze niet op openbaar is. Alleen openbare berichten kunnen via hashtags gevonden worden.",
"compose_form.hashtag_warning":"Dit bericht valt niet onder een hashtag te bekijken, omdat deze niet openbaar is. Alleen openbare berichten kunnen via hashtags gevonden worden.",
"compose_form.lock_disclaimer":"Jouw account is niet {locked}. Iedereen kan jou volgen en kan de berichten zien die je alleen aan jouw volgers hebt gericht.",
"compose_form.lock_disclaimer.lock":"besloten",
"compose_form.placeholder":"Wat wil je kwijt?",
@ -221,6 +221,7 @@
"empty_column.favourites":"Niemand heeft dit bericht nog als favoriet gemarkeerd. Wanneer iemand dit doet, valt dat hier te zien.",
"empty_column.follow_recommendations":"Het lijkt er op dat er geen aanbevelingen voor jou aangemaakt kunnen worden. Je kunt proberen te zoeken naar mensen die je wellicht kent, zoeken op hashtags, de lokale en globale tijdlijnen bekijken of de gebruikersgids doorbladeren.",
"empty_column.follow_requests":"Jij hebt nog enkel volgverzoek ontvangen. Wanneer je er eentje ontvangt, valt dat hier te zien.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Er is nog niks te vinden onder deze hashtag.",
"empty_column.home":"Deze tijdlijn is leeg! Volg meer mensen om het te vullen. {suggestions}",
"follow_requests.unlocked_explanation":"Ook al is jouw account niet besloten, de medewerkers van {domain} denken dat jij misschien de volgende volgverzoeken handmatig wil controleren.",
"navigation_bar.follows_and_followers":"Volgers en gevolgden",
"navigation_bar.lists":"Lijsten",
"navigation_bar.logout":"Uitloggen",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Serverstats:",
"sign_in_banner.create_account":"Registreren",
"sign_in_banner.sign_in":"Inloggen",
"sign_in_banner.text":"Wanneer je een account op deze server hebt, kun je inloggen om mensen of hashtags te volgen, op berichten te reageren of om deze te delen. Wanneer je een account op een andere server hebt, kun je daar inloggen en daar interactie met mensen op deze server hebben.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Moderatie-omgeving van @{name} openen",
"status.admin_domain":"Moderatie-omgeving van {domain} openen",
"status.admin_status":"Dit bericht in de moderatie-omgeving tonen",
"empty_column.favourites":"Ingen har merkt dette tutet som favoritt enno. Når nokon gjer det, så dukkar det opp her.",
"empty_column.follow_recommendations":"Det ser ikkje ut til at noko forslag kunne genererast til deg. Prøv søkjefunksjonen for å finna folk du kjenner, eller utforsk populære emneknaggar.",
"empty_column.follow_requests":"Du har ingen følgjeførespurnadar ennå. Når du får ein, så vil den dukke opp her.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Det er ingenting i denne emneknaggen enno.",
"empty_column.home":"Heime-tidslina di er tom! Følg fleire folk for å fylle ho med innhald. {suggestions}",
"empty_column.home.suggestions":"Sjå nokre forslag",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autoriser",
"follow_request.reject":"Avvis",
"follow_requests.unlocked_explanation":"Sjølv om kontoen din ikkje er låst tenkte dei som driv {domain} at du kanskje ville gå gjennom førespurnadar frå desse kontoane manuelt.",
"navigation_bar.follows_and_followers":"Fylgje og fylgjarar",
"navigation_bar.lists":"Lister",
"navigation_bar.logout":"Logg ut",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Tenarstatistikk:",
"sign_in_banner.create_account":"Opprett konto",
"sign_in_banner.sign_in":"Logg inn",
"sign_in_banner.text":"Logg inn for å fylgje profiler eller emneknaggar, markere, framheve og svare på innlegg – eller samhandle med aktivitet på denne tenaren frå kontoen din på ein annan tenar.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Opne moderasjonsgrensesnitt for @{name}",
"status.admin_domain":"Opna moderatorgrensesnittet for {domain}",
"status.admin_status":"Opne denne statusen i moderasjonsgrensesnittet",
"empty_column.favourites":"Ingen har favorittmarkert dette innlegget ennå. Når noen gjør det, vil de dukke opp her.",
"empty_column.follow_recommendations":"Ser ut som at det ikke finnes noen forslag for deg. Du kan prøve å bruke søk for å se etter folk du kan vite eller utforske trendende hashtags.",
"empty_column.follow_requests":"Du har ingen følgeforespørsler enda. Når du mottar en, vil den dukke opp her.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Det er ingenting i denne emneknaggen ennå.",
"empty_column.home":"Hjem-tidslinjen din er tom! Følg flere folk for å fylle den. {suggestions}",
"empty_column.home.suggestions":"Se noen forslag",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autoriser",
"follow_request.reject":"Avvis",
"follow_requests.unlocked_explanation":"Selv om kontoen din ikke er låst, tror {domain} ansatte at du kanskje vil gjennomgå forespørsler fra disse kontoene manuelt.",
"navigation_bar.follows_and_followers":"Følginger og følgere",
"navigation_bar.lists":"Lister",
"navigation_bar.logout":"Logg ut",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Serverstatistikk:",
"sign_in_banner.create_account":"Opprett konto",
"sign_in_banner.sign_in":"Logg inn",
"sign_in_banner.text":"Logg inn for å følge profiler eller hashtags, like, dele og svare på innlegg eller interagere fra din konto på en annen server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Åpne moderatorgrensesnittet for @{name}",
"status.admin_domain":"Åpne moderatorgrensesnittet for {domain}",
"status.admin_status":"Åpne denne statusen i moderatorgrensesnittet",
"empty_column.favourites":"Degun a pas encara mes en favorit aqueste tut. Quand qualqu’un o farà, apareisserà aquí.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"Avètz pas encara de demanda d’abonament. Quand n’auretz una apareisserà aquí.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"I a pas encara de contengut ligat a aquesta etiqueta.",
"empty_column.home":"Vòstre flux d’acuèlh es void. Visitatz {public} o utilizatz la recèrca per vos connectar a d’autras personas.",
"empty_column.home.suggestions":"Veire mai de suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Acceptar",
"follow_request.reject":"Regetar",
"follow_requests.unlocked_explanation":"Encara que vòstre compte siasque pas verrolhat, la còla de {domain} pensèt que volriatz benlèu repassar las demandas d’abonament d’aquestes comptes.",
"navigation_bar.follows_and_followers":"Abonament e seguidors",
"navigation_bar.lists":"Listas",
"navigation_bar.logout":"Desconnexion",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Estatisticas del servidor:",
"sign_in_banner.create_account":"Crear un compte",
"sign_in_banner.sign_in":"Se connectar",
"sign_in_banner.text":"Connectatz-vos per sègre perfils o etiquetas, apondre als favorits, partejar e respondre als messatges o interagir de vòstre compte estant d’un autre servidor.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Dobrir l’interfàcia de moderacion per @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Dobrir aqueste estatut dins l’interfàcia de moderacion",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"Nikt nie dodał tego wpisu do ulubionych. Gdy ktoś to zrobi, pojawi się tutaj.",
"empty_column.follow_recommendations":"Wygląda na to, że nie można wygenerować dla Ciebie żadnych sugestii. Możesz spróbować wyszukać osoby, które znasz, lub przeglądać popularne hasztagi.",
"empty_column.follow_requests":"Nie masz żadnych próśb o możliwość obserwacji. Kiedy ktoś utworzy ją, pojawi się tutaj.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Nie ma wpisów oznaczonych tym hasztagiem. Możesz napisać pierwszy(-a).",
"empty_column.home":"Nie obserwujesz nikogo. Odwiedź globalną oś czasu lub użyj wyszukiwarki, aby znaleźć interesujące Cię profile.",
"empty_column.home.suggestions":"Zobacz kilka sugestii",
@ -267,6 +268,7 @@
"follow_request.authorize":"Autoryzuj",
"follow_request.reject":"Odrzuć",
"follow_requests.unlocked_explanation":"Mimo że Twoje konto nie jest zablokowane, zespół {domain} uznał że możesz chcieć ręcznie przejrzeć prośby o możliwość obserwacji.",
"followed_tags":"Followed hashtags",
"footer.about":"O serwerze",
"footer.directory":"Katalog profilów",
"footer.get_app":"Pobierz aplikację",
@ -383,6 +385,7 @@
"navigation_bar.favourites":"Ulubione",
"navigation_bar.filters":"Wyciszone słowa",
"navigation_bar.follow_requests":"Prośby o obserwację",
"sign_in_banner.text":"Zaloguj się, aby obserwować profile lub hasztagi, jak również dodawaj wpisy do ulubionych, udostępniaj je dalej i odpowiadaj na nie lub wchodź w interakcje z kontem na innym serwerze.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Otwórz interfejs moderacyjny dla @{name}",
"status.admin_domain":"Otwórz interfejs moderacyjny dla {domain}",
"status.admin_status":"Otwórz ten wpis w interfejsie moderacyjnym",
"empty_column.favourites":"Nada aqui. Quando alguém favoritar, o autor aparecerá aqui.",
"empty_column.follow_recommendations":"Parece que não há sugestões para você. Tente usar a pesquisa para encontrar pessoas que você possa conhecer ou explorar hashtags.",
"empty_column.follow_requests":"Nada aqui. Quando você tiver seguidores pendentes, eles aparecerão aqui.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Nada aqui.",
"empty_column.home":"Sua página inicial está vazia! Siga mais pessoas para começar: {suggestions}",
"empty_column.home.suggestions":"Veja algumas sugestões",
@ -263,6 +264,7 @@
"follow_request.authorize":"Aprovar",
"follow_request.reject":"Recusar",
"follow_requests.unlocked_explanation":"Apesar de seu perfil não ser trancado, {domain} exige que você revise a solicitação para te seguir destes perfis manualmente.",
"navigation_bar.follows_and_followers":"Segue e seguidores",
"navigation_bar.lists":"Listas",
"navigation_bar.logout":"Sair",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Estatísticas do servidor:",
"sign_in_banner.create_account":"Criar conta",
"sign_in_banner.sign_in":"Entrar",
"sign_in_banner.text":"Entre para seguir perfis ou hashtags, favoritar, compartilhar e responder publicações, interagir a partir da sua conta em um servidor diferente.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Abrir interface de moderação para @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Abrir este toot na interface de moderação",
"empty_column.blocks":"Ainda não bloqueaste qualquer utilizador.",
"empty_column.bookmarked_statuses":"Ainda não tem nenhuma publicação nos seus marcadores. Quando tiver, serão exibidas aqui.",
"empty_column.bookmarked_statuses":"Ainda não adicionou nenhuma publicação aos itens salvos. Quando adicionar, eles serão exibidos aqui.",
"empty_column.community":"A cronologia local está vazia. Escreve algo público para começar!",
"empty_column.direct":"Ainda não tem qualquer mensagem direta. Quando enviar ou receber alguma, ela irá aparecer aqui.",
"empty_column.domain_blocks":"Ainda não há qualquer domínio escondido.",
@ -221,6 +221,7 @@
"empty_column.favourites":"Ainda ninguém tem esta publicação nos seus marcadores. Quando alguém o tiver, ele irá aparecer aqui.",
"empty_column.follow_recommendations":"Parece que não foi possível gerar nenhuma sugestão para si. Pode tentar utilizar a pesquisa para procurar pessoas que conheça ou explorar as #etiquetas em destaque.",
"empty_column.follow_requests":"Ainda não tens nenhum pedido de seguidor. Quando receberes algum, ele irá aparecer aqui.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Não foram encontradas publicações com essa #etiqueta.",
"empty_column.home":"Ainda não segues qualquer utilizador. Visita {public} ou utiliza a pesquisa para procurar outros utilizadores.",
"empty_column.home.suggestions":"Ver algumas sugestões",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autorizar",
"follow_request.reject":"Rejeitar",
"follow_requests.unlocked_explanation":"Apesar de a sua não ser privada, a administração de {domain} pensa que poderá querer rever manualmente os pedidos de seguimento dessas contas.",
"followed_tags":"Followed hashtags",
"footer.about":"Sobre",
"footer.directory":"Diretório de perfis",
"footer.get_app":"Obtém a aplicação",
@ -270,7 +272,7 @@
"footer.keyboard_shortcuts":"Atalhos do teclado",
"footer.privacy_policy":"Política de privacidade",
"navigation_bar.follows_and_followers":"Seguindo e seguidores",
"navigation_bar.lists":"Listas",
"navigation_bar.logout":"Sair",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Estatísticas do servidor:",
"sign_in_banner.create_account":"Criar conta",
"sign_in_banner.sign_in":"Iniciar sessão",
"sign_in_banner.text":"Inicie sessão para seguir perfis ou #etiquetas, ou marcadores, para partilhar ou responder às publicações, ou interagir através da sua conta noutro servidor.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Abrir a interface de moderação para @{name}",
"status.admin_domain":"Abrir interface de moderação para {domain}",
"status.admin_status":"Abrir esta publicação na interface de moderação",
"empty_column.favourites":"Momentan nimeni nu a adăugat această postare la favorite. Când cineva o va face, va apărea aici.",
"empty_column.follow_recommendations":"Se pare că nu am putut genera nicio sugestie pentru tine. Poți încerca funcția de căutare pentru a căuta persoane pe care le cunoști, sau poți explora tendințele.",
"empty_column.follow_requests":"Momentan nu ai nicio cerere de abonare. Când vei primi una, va apărea aici.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Acest hashtag încă nu a fost folosit.",
"empty_column.home":"Nu există nimic în cronologia ta! Abonează-te la mai multe persoane pentru a o umple. {suggestions}",
"follow_requests.unlocked_explanation":"Chiar dacă contul tău nu este blocat, personalul {domain} a considerat că ai putea prefera să consulți manual cererile de abonare de la aceste conturi.",
"followed_tags":"Followed hashtags",
"footer.about":"Despre",
"footer.directory":"Catalogul de profiluri",
"footer.get_app":"Obține aplicația",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Favorite",
"navigation_bar.filters":"Cuvinte ignorate",
"navigation_bar.follow_requests":"Cereri de abonare",
"sign_in_banner.create_account":"Creează-ți un cont",
"sign_in_banner.sign_in":"Conectează-te",
"sign_in_banner.text":"Conectează-te pentru a te abona la profiluri și haștaguri, pentru a aprecia, distribui și a răspunde postărilor, sau interacționează folosindu-ți contul de pe un alt server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Deschide interfața de moderare pentru @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Deschide această stare în interfața de moderare",
"empty_column.favourites":"Никто ещё не добавил этот пост в «Избранное». Как только кто-то это сделает, это отобразится здесь.",
"empty_column.follow_recommendations":"Похоже, у нас нет предложений для вас. Вы можете попробовать поискать людей, которых уже знаете, или изучить актуальные хэштеги.",
"empty_column.follow_requests":"Вам ещё не приходили запросы на подписку. Все новые запросы будут показаны здесь.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"С этим хэштегом пока ещё ничего не постили.",
"empty_column.home":"Ваша лента совсем пуста! Подпишитесь на других, чтобы заполнить её. {suggestions}",
"empty_column.home.suggestions":"Посмотреть некоторые предложения",
@ -263,6 +264,7 @@
"follow_request.authorize":"Авторизовать",
"follow_request.reject":"Отказать",
"follow_requests.unlocked_explanation":"Хотя ваша учетная запись не закрыта, команда {domain} подумала, что вы захотите просмотреть запросы от этих учетных записей вручную.",
"followed_tags":"Followed hashtags",
"footer.about":"О проекте",
"footer.directory":"Каталог профилей",
"footer.get_app":"Скачать приложение",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Избранное",
"navigation_bar.filters":"Игнорируемые слова",
"navigation_bar.follow_requests":"Запросы на подписку",
"sign_in_banner.text":"Войдите, чтобы следить за профилями, хэштегами или избранным, делиться сообщениями и отвечать на них или взаимодействовать с вашей учётной записью на другом сервере.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Открыть интерфейс модератора для @{name}",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"Nemos at marcadu ancora custa publicatzione comente preferida. Cando calicunu dd'at a fàghere, at a èssere ammustrada inoghe.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"Non tenes ancora peruna rechesta de sighidura. Cando nd'as a retzire una, at a èssere ammustrada inoghe.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Ancora nudda in custa eticheta.",
"empty_column.home":"Sa lìnia de tempus printzipale tua est bòida. Visita {public} o imprea sa chirca pro cumintzare e agatare àteras persones.",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autoriza",
"follow_request.reject":"Refuda",
"follow_requests.unlocked_explanation":"Fintzas si su contu tuo no est blocadu, su personale de {domain} at pensadu chi forsis bolias revisionare a manu is rechestas de custos contos.",
"followed_tags":"Followed hashtags",
"footer.about":"Informatziones",
"footer.directory":"Profiles directory",
"footer.get_app":"Get the app",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Preferidos",
"navigation_bar.filters":"Faeddos a sa muda",
"navigation_bar.follow_requests":"Rechestas de sighidura",
"navigation_bar.follows_and_followers":"Gente chi sighis e sighiduras",
"navigation_bar.lists":"Listas",
"navigation_bar.logout":"Essi",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Aberi s'interfache de moderatzione pro @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Aberi custa publicatzione in s'interfache de moderatzione",
"empty_column.favourites":"Naebody haes favouritit this post yit. Whan somebody dis, they'll shaw up here.",
"empty_column.follow_recommendations":"It luiks lik nae suggestions cuid be generatit fir ye. Ye kin try uisin seirch fir tae luik fir fowk ye wad mibbie ken, or splore uisin trendin hashtags.",
"empty_column.follow_requests":"Ye dinnae hae onie follaer requests yit. Whan ye get ane, it'll shaw up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There naethin in this hashtag yit.",
"empty_column.home":"Yer hame timeline is toum! Follae mair fowk fir tae full it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Gie permission",
"follow_request.reject":"Dingie",
"follow_requests.unlocked_explanation":"Tho yer accoont isnae snibbed, the {domain} staff thocht ye'd mibbie want tae review follae requests fae thir accoonts bi haun.",
"navigation_bar.follows_and_followers":"Follaes an follaers",
"navigation_bar.lists":"Leets",
"navigation_bar.logout":"Logoot",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Mak accoont",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in fir tae follae profiles o hashtags, favourite, shaire an reply tae posts, or interack fae yer accoont on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface fir @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this post in the moderation interface",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"empty_column.account_suspended":"Účet bol vylúčený",
@ -221,6 +221,7 @@
"empty_column.favourites":"Tento toot si ešte nikto neobľúbil. Ten kto si ho obľúbi, bude zobrazený tu.",
"empty_column.follow_recommendations":"Zdá sa že pre Vás nemohli byť vygenerované žiadne návrhy. Môžete skúsiť použiť vyhľadávanie aby ste našli ľudi ktorých poznáte, alebo preskúmať trendujúce heštegy.",
"empty_column.follow_requests":"Ešte nemáš žiadne požiadavky o následovanie. Keď nejaké dostaneš, budú tu zobrazené.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Pod týmto hashtagom sa ešte nič nenachádza.",
"empty_column.home":"Tvoja lokálna osa je zatiaľ prázdna! Pre začiatok navštív {public}, alebo použi vyhľadávanie a nájdi tak aj iných užívateľov.",
"follow_requests.unlocked_explanation":"Síce Váš učet nie je uzamknutý, ale {domain} tím si myslel že môžete chcieť skontrolovať žiadosti o sledovanie z týchto účtov manuálne.",
"followed_tags":"Followed hashtags",
"footer.about":"O",
"footer.directory":"Adresár profilov",
"footer.get_app":"Stiahnuť aplikáciu",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Obľúbené",
"navigation_bar.filters":"Filtrované slová",
"navigation_bar.follow_requests":"Žiadosti o sledovanie",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"empty_column.favourites":"Nihče še ni vzljubil te objave. Ko jo bo nekdo, se bo pojavila tukaj.",
"empty_column.follow_recommendations":"Kaže, da za vas ni mogoče pripraviti nobenih predlogov. Poskusite uporabiti iskanje, da poiščete osebe, ki jih poznate, ali raziščete ključnike, ki so v trendu.",
"empty_column.follow_requests":"Nimate prošenj za sledenje. Ko boste prejeli kakšno, se bo prikazala tukaj.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"V tem ključniku še ni nič.",
"empty_column.home":"Vaša domača časovnica je prazna! Sledite več osebam, da jo zapolnite. {suggestions}",
"empty_column.home.suggestions":"Oglejte si nekaj predlogov",
@ -263,6 +264,7 @@
"follow_request.authorize":"Overi",
"follow_request.reject":"Zavrni",
"follow_requests.unlocked_explanation":"Čeprav vaš račun ni zaklenjen, zaposleni pri {domain} menijo, da bi morda želeli pregledati zahteve za sledenje teh računov ročno.",
"followed_tags":"Followed hashtags",
"footer.about":"O Mastodonu",
"footer.directory":"Imenik profilov",
"footer.get_app":"Prenesite aplikacijo",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Priljubljeni",
"navigation_bar.filters":"Utišane besede",
"navigation_bar.follow_requests":"Prošnje za sledenje",
"sign_in_banner.text":"Prijavite se, da sledite profilom ali ključnikom, dodajate med priljubljene, delite z drugimi ter odgovarjate na objave, pa tudi ostajate v interakciji iz svojega računa na drugem strežniku.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Odpri vmesnik za moderiranje za @{name}",
"status.admin_domain":"Odpri vmesnik za moderiranje za {domain}",
"status.admin_status":"Odpri to objavo v vmesniku za moderiranje",
"about.domain_blocks.suspended.explanation":"S’do të përpunohen, depozitohen apo shkëmbehen të dhëna të këtij shërbyesi, duke e bërë të pamundur çfarëdo ndërveprimi apo komunikimi me përdorues nga ky shërbyes.",
"disabled_account_banner.text":"Llogaria juaj {disabledAccount} është aktualisht e çaktivizuar.",
"dismissable_banner.community_timeline":"Këto janë postime më të freskëta publike nga persona llogaritë e të cilëve strehohen nga {domain}.",
"dismissable_banner.community_timeline":"Këto janë postimet më të freskëta publike nga persona llogaritë e të cilëve strehohen nga {domain}.",
"dismissable_banner.dismiss":"Hidhe tej",
"dismissable_banner.explore_links":"Këto histori të reja po tirren nga persona në këtë shërbyes dhe të tjerë të tillë të rrjetit të decentralizuar mu tani.",
"dismissable_banner.explore_statuses":"Këto postime nga ky shërbyes dhe të tjerë në rrjetin e decentralizuar po tërheqin vëmendjen tani.",
"dismissable_banner.explore_tags":"Këta hashtag-ë po tërheqin vëmendjen mes personave në këtë shërbyes dhe të tjerë të tillë të rrjetit të decentralizuar mu tani.",
"dismissable_banner.public_timeline":"Këto janë postimet publike më të freskëta nga persona në këtë shërbyes dhe të tjerë të rrejtit të decentralizuar për të cilët ky shërbyes ka dijeni.",
"dismissable_banner.public_timeline":"Këto janë postimet publike më të freskëta nga persona në këtë shërbyes dhe të tjerë të rrjetit të decentralizuar për të cilët ky shërbyes ka dijeni.",
"embed.instructions":"Trupëzojeni këtë gjendje në sajtin tuaj duke kopjuar kodin më poshtë.",
"embed.preview":"Ja si do të duket:",
"emoji_button.activity":"Veprimtari",
@ -221,6 +221,7 @@
"empty_column.favourites":"Askush s’e ka parapëlqyer ende këtë mesazh. Kur e bën dikush, ai do të shfaqet këtu.",
"empty_column.follow_recommendations":"Duket se s’u prodhuan dot sugjerime për ju. Mund të provoni të kërkoni për persona që mund të njihni, ose të eksploroni hashtag-ë që janë në modë.",
"empty_column.follow_requests":"Ende s’keni ndonjë kërkesë ndjekjeje. Kur të merrni një të tillë, do të shfaqet këtu.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Ende s’ka gjë nën këtë hashtag.",
"empty_column.home":"Rrjedha juaj kohore është e zbrazët! Vizitoni {public} ose përdorni kërkimin që t’ia filloni dhe të takoni përdorues të tjerë.",
"empty_column.home.suggestions":"Shihni disa sugjerime",
@ -263,6 +264,7 @@
"follow_request.authorize":"Autorizoje",
"follow_request.reject":"Hidhe tej",
"follow_requests.unlocked_explanation":"Edhe pse llogaria juaj s’është e kyçur, ekipi i {domain} mendoi se mund të donit të shqyrtonit dorazi kërkesa ndjekjeje prej këtyre llogarive.",
"followed_tags":"Followed hashtags",
"footer.about":"Mbi",
"footer.directory":"Drejtori profilesh",
"footer.get_app":"Merreni aplikacionin",
@ -295,7 +297,7 @@
"interaction_modal.on_another_server":"Në një tjetër shërbyes",
"interaction_modal.on_this_server":"Në këtë shërbyes",
"interaction_modal.other_server_instructions":"Kopjojeni dhe ngjiteni këtë URL te fusha e kërkimeve të aplikacionit tuaj të parapëlqyer Mastodon, ose të ndërfaqes web të shërbyesit tuaj Mastodon.",
"interaction_modal.preamble":"Ngaqë Mastodon-i është i decentralizuar, mund të përdorni llogarinë tuaj ekzistuese të sterhuar nga një tjetër shërbyes Mastodon, ose platformë e përputhshme, nëse s’keni një llogari në këtë shërbyes.",
"interaction_modal.preamble":"Ngaqë Mastodon-i është i decentralizuar, mund të përdorni llogarinë tuaj ekzistuese të strehuar nga një tjetër shërbyes Mastodon, ose platformë e përputhshme, nëse s’keni një llogari në këtë shërbyes.",
"interaction_modal.title.favourite":"Parapëlqejeni postimin e {name}",
"interaction_modal.title.follow":"Ndiq {name}",
"interaction_modal.title.reblog":"Përforconi postimin e {name}",
@ -314,7 +316,7 @@
"keyboard_shortcuts.enter":"Për hapje postimi",
"keyboard_shortcuts.favourite":"Për t’i vënë shenjë si të parapëlqyer një postimi",
"keyboard_shortcuts.favourites":"Për hapje liste të parapëlqyerish",
"keyboard_shortcuts.federated":"Për hapje rrjedhe kohore të të federuarve",
"keyboard_shortcuts.federated":"Për hapje rrjedhe kohore të të federuarave",
"sign_in_banner.text":"Që të ndiqni profile ose hashtag-ë, të pëlqeni, të ndani me të tjerë dhe të përgjigjeni në postime, apo të ndërveproni me llogarinë tuaj nga një shërbyes tjetër, bëni hyrjen.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Hap ndërfaqe moderimi për @{name}",
"status.admin_domain":"Hap ndërfaqe moderimi për {domain}",
"status.admin_status":"Hape këtë mesazh te ndërfaqja e moderimit",
@ -600,7 +603,7 @@
"subscribed_languages.target":"Ndryshoni gjuhë pajtimesh për {target}",
"suggestions.dismiss":"Mos e merr parasysh sugjerimin",
"empty_column.favourites":"Niko još nije označio ovu objavu kao omiljenu. Kada neko to uradi, pojaviće se ovde.",
"empty_column.follow_recommendations":"Izgleda da ne mogu da se generišu bilo kakvi predlozi za vas. Možete pokušati da koristite pretragu kako biste potražili ljude koje možda poznajete ili istražili popularne heš oznake.",
"empty_column.follow_requests":"Još uvek nemate zahteva za praćenje. Kada primite zahtev, pojaviće se ovde.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Još uvek nema ničega u ovoj heš oznaci.",
"empty_column.home":"Vaša početna vremenska linija je prazna! Pratite više ljudi da biste je popunili. {suggestions}",
"empty_column.home.suggestions":"Pogledajte neke predloge",
@ -263,6 +264,7 @@
"follow_request.authorize":"Odobri",
"follow_request.reject":"Odbij",
"follow_requests.unlocked_explanation":"Iako vaš nalog nije zaključan, osoblje {domain} smatra da biste možda želeli da ručno pregledate zahteve za praćenje sa ovih naloga.",
"followed_tags":"Followed hashtags",
"footer.about":"Osnovni podaci",
"footer.directory":"Direktorijum profila",
"footer.get_app":"Preuzmite aplikaciju",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Omiljeno",
"navigation_bar.filters":"Ignorisane reči",
"navigation_bar.follow_requests":"Zahtevi za praćenje",
"sign_in_banner.text":"Prijavite se da pratite profile ili heštegove, stavite objave kao omiljene, delite i odgovarate na njih ili komunicirate sa svog naloga sa drugog servera.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Otvori moderatorsko okruženje za @{name}",
"status.admin_domain":"Otvori moderatorsko okruženje za {domain}",
"status.admin_status":"Otvori ovu objavu u moderatorskom okruženju",
"empty_column.favourites":"Нико још није означио ову објаву као омиљену. Када неко то уради, појавиће се овде.",
"empty_column.follow_recommendations":"Изгледа да не могу да се генеришу било какви предлози за вас. Можете покушати да користите претрагу како бисте потражили људе које можда познајете или истражили популарне хеш ознаке.",
"empty_column.follow_requests":"Још увек немате захтева за праћење. Када примите захтев, појавиће се овде.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Још увек нема ничега у овој хеш ознаци.",
"empty_column.home":"Ваша почетна временска линија је празна! Пратите више људи да бисте је попунили. {suggestions}",
"empty_column.home.suggestions":"Погледајте неке предлоге",
@ -263,6 +264,7 @@
"follow_request.authorize":"Одобри",
"follow_request.reject":"Одбиј",
"follow_requests.unlocked_explanation":"Иако ваш налог није закључан, особље {domain} сматра да бисте можда желели да ручно прегледате захтеве за праћење са ових налога.",
"followed_tags":"Followed hashtags",
"footer.about":"Основни подаци",
"footer.directory":"Директоријум профила",
"footer.get_app":"Преузмите апликацију",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Омиљено",
"navigation_bar.filters":"Игнорисане речи",
"navigation_bar.follow_requests":"Захтеви за праћење",
"sign_in_banner.text":"Пријавите се да пратите профиле или хештегове, ставите објаве као омиљене, делите и одговарате на њих или комуницирате са свог налога са другог сервера.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Отвори модераторско окружење за @{name}",
"status.admin_domain":"Отвори модераторско окружење за {domain}",
"status.admin_status":"Отвори ову објаву у модераторском окружењу",
"empty_column.favourites":"Ingen har favoritmarkerat detta inlägg än. När någon gör det kommer de synas här.",
"empty_column.follow_recommendations":"Det ser ut som om inga förslag kan genereras till dig. Du kan prova att använda sök för att leta efter personer som du kanske känner eller utforska trendande hash-taggar.",
"empty_column.follow_requests":"Du har inga följarförfrågningar än. När du får en kommer den visas här.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Det finns inget i denna hashtag ännu.",
"empty_column.home":"Din hemma-tidslinje är tom! Följ fler användare för att fylla den. {suggestions}",
"empty_column.home.suggestions":"Se några förslag",
@ -263,6 +264,7 @@
"follow_request.authorize":"Godkänn",
"follow_request.reject":"Avvisa",
"follow_requests.unlocked_explanation":"Även om ditt konto inte är låst tror {domain} personalen att du kanske vill granska dessa följares förfrågningar manuellt.",
"navigation_bar.follows_and_followers":"Följer och följare",
"navigation_bar.lists":"Listor",
"navigation_bar.logout":"Logga ut",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Serverstatistik:",
"sign_in_banner.create_account":"Skapa konto",
"sign_in_banner.sign_in":"Logga in",
"sign_in_banner.text":"Logga in för att följa profiler eller hashtaggar, favoritmarkera, dela och svara på inlägg eller interagera från ditt konto på en annan server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Öppet modereringsgränssnitt för @{name}",
"status.admin_domain":"Öppet modereringsgränssnitt för @{domain}",
"status.admin_status":"Öppna detta inlägg i modereringsgränssnittet",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"இந்த டூட்டில் இதுவரை யாரும் விருப்பக்குறி இடவில்லை. யாரேனும் விரும்பினால், அது இங்கே காண்பிக்கப்படும்.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"வாசகர் கோரிக்கைகள் இதுவரை ஏதும் இல்லை. யாரேனும் கோரிக்கையை அனுப்பினால், அது இங்கே காண்பிக்கப்படும்.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"இந்த சிட்டையில் இதுவரை ஏதும் இல்லை.",
"empty_column.home":"உங்கள் மாஸ்டடான் வீட்டில் யாரும் இல்லை. {public} -இல் சென்று பார்க்கவும், அல்லது தேடல் கருவியைப் பயன்படுத்திப் பிற பயனர்களைக் கண்டடையவும்.",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"அனுமதியளி",
"follow_request.reject":"நிராகரி",
"follow_requests.unlocked_explanation":"உங்கள் கணக்கு பூட்டப்படவில்லை என்றாலும், இந்தக் கணக்குகளிலிருந்து உங்களைப் பின்தொடர விரும்பும் கோரிக்கைகளை நீங்கள் பரீசீலிப்பது நலம் என்று {domain} ஊழியர் எண்ணுகிறார்.",
"navigation_bar.follows_and_followers":"பின்பற்றல்கள் மற்றும் பின்பற்றுபவர்கள்",
"navigation_bar.lists":"குதிரை வீர்ர்கள்",
"navigation_bar.logout":"விடு பதிகை",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"ఈ టూట్ను ఇంకా ఎవరూ ఇష్టపడలేదు. ఎవరైనా అలా చేసినప్పుడు, అవి ఇక్కడ కనబడతాయి.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"మీకు ఇంకా ఫాలో రిక్వెస్టులు ఏమీ రాలేదు. మీకు ఒకటి రాగానే, అది ఇక్కడ కనబడుతుంది.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"ఇంకా హాష్ ట్యాగ్లో ఏమీ లేదు.",
"empty_column.home":"మీ హోమ్ కాలక్రమం ఖాళీగా ఉంది! {Public} ను సందర్శించండి లేదా ఇతర వినియోగదారులను కలుసుకోవడానికి మరియు అన్వేషణ కోసం శోధనను ఉపయోగించండి.",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"అనుమతించు",
"follow_request.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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"జాబితాలు",
"navigation_bar.logout":"లాగ్ అవుట్ చేయండి",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"@{name} కొరకు సమన్వయ వినిమయసీమను తెరువు",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"సమన్వయ వినిమయసీమలో ఈ స్టేటస్ ను తెరవండి",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"compose_form.direct_message_warning_learn_more":"Daha fazla bilgi edinin",
"compose_form.encryption_warning":"Mastodon gönderileri uçtan uca şifrelemeli değildir. Hassas olabilecek herhangi bir bilgiyi Mastodon'da paylaşmayın.",
"compose_form.hashtag_warning":"This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
"compose_form.hashtag_warning":"Bu gönderi herkese açık olmadığı için hiç bir etikette yer almayacak. Sadece herkese açık gönderiler etiketlerde bulunabilir.",
"compose_form.lock_disclaimer":"Hesabın {locked} değil. Yalnızca takipçilere özel gönderilerini görüntülemek için herkes seni takip edebilir.",
"compose_form.lock_disclaimer.lock":"kilitli",
"compose_form.placeholder":"Aklında ne var?",
@ -221,6 +221,7 @@
"empty_column.favourites":"Kimse bu gönderiyi favorilerine eklememiş. Biri eklediğinde burada görünecek.",
"empty_column.follow_recommendations":"Öyle görünüyor ki sizin için hiçbir öneri oluşturulamıyor. Tanıdığınız kişileri aramak için aramayı kullanabilir veya öne çıkanlara bakabilirsiniz.",
"empty_column.follow_requests":"Hiç takip isteğiniz yok. Bir tane aldığınızda burada görünecek.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Henüz bu etikete sahip hiçbir gönderi yok.",
"empty_column.home":"Ana zaman tünelin boş! Akışını doldurmak için daha fazla kişiyi takip et. {suggestions}",
"follow_requests.unlocked_explanation":"Hesabınız kilitli olmasa bile, {domain} personeli bu hesaplardan gelen takip isteklerini gözden geçirmek isteyebileceğinizi düşündü.",
"followed_tags":"Followed hashtags",
"footer.about":"Hakkında",
"footer.directory":"Profil dizini",
"footer.get_app":"Uygulamayı indir",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Favoriler",
"navigation_bar.filters":"Sessize alınmış kelimeler",
"sign_in_banner.text":"Profilleri veya etiketleri izlemek, gönderileri beğenmek, paylaşmak ve yanıtlamak için veya başka bir sunucunuzdaki hesabınızla etkileşmek için giriş yapın.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"@{name} için denetim arayüzünü açın",
"status.admin_domain":"{domain} için denetim arayüzünü açın",
"status.admin_status":"Denetim arayüzünde bu gönderiyi açın",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"Lists",
"navigation_bar.logout":"Logout",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"Ніхто ще не вподобав цей допис. Коли хтось це зробить, він з'явиться тут.",
"empty_column.follow_recommendations":"Схоже, для вас не було створено жодної пропозиції. Ви можете спробувати скористатися пошуком людей, яких ви можете знати, або переглянути популярні гештеґи.",
"empty_column.follow_requests":"У вас ще немає запитів на підписку. Коли ви їх отримаєте, вони з'являться тут.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Дописів з цим гештеґом поки не існує.",
"empty_column.home":"Ваша стрічка порожня! Підпишіться на інших, щоб її заповнити. {suggestions}",
"follow_requests.unlocked_explanation":"Хоча ваш обліковий запис не заблоковано, персонал {domain} припускає, що, можливо, ви хотіли б переглянути ці запити на підписку.",
"followed_tags":"Followed hashtags",
"footer.about":"Про проєкт",
"footer.directory":"Каталог профілів",
"footer.get_app":"Завантажити застосунок",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Вподобане",
"navigation_bar.filters":"Приховані слова",
"navigation_bar.follow_requests":"Запити на підписку",
"sign_in_banner.text":"Увійдіть, щоб слідкувати за профілями або хештеґами, вподобаними, ділитися і відповідати на повідомлення або взаємодіяти з вашого облікового запису на іншому сервері.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Відкрити інтерфейс модерації для @{name}",
"status.admin_domain":"Відкрити інтерфейс модерації для {domain}",
"status.admin_status":"Відкрити цей допис в інтерфейсі модерації",
"empty_column.favourites":"ابھی تک کسی نے بھی اس ٹوٹ کو پسند نہیں کیا ہے. جب بھی کوئی اسے پسند کرے گا، ان کا نام یہاں نظر آئے گا.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"ابھی تک آپ کی پیری کرنے کی درخواست نہیں کی ہے. جب کوئی درخواست کرے گا، ان کا نام یہاں نظر آئے گا.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"ابھی یہ ہیش ٹیگ خالی ہے.",
"empty_column.home":"آپ کا خانگی جدول خالی ہے! {public} دیکھیں یا شروعات کیلئے تلاش کریں اور دیگر صارفین سے ملیں.",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"اجازت دیں",
"follow_request.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.",
"followed_tags":"Followed hashtags",
"footer.about":"About",
"footer.directory":"Profiles directory",
"footer.get_app":"Get the app",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"پسندیدہ",
"navigation_bar.filters":"خاموش کردہ الفاظ",
"navigation_bar.follow_requests":"پیروی کی درخواستیں",
"navigation_bar.follows_and_followers":"پیروی کردہ اور پیروکار",
"navigation_bar.lists":"فہرستیں",
"navigation_bar.logout":"لاگ آؤٹ",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"empty_column.favourites":"Chưa có ai thích tút này.",
"empty_column.follow_recommendations":"Bạn chưa có gợi ý theo dõi nào. Hãy thử tìm kiếm những người thú vị hoặc khám phá những hashtag nổi bật.",
"empty_column.follow_requests":"Bạn chưa có yêu cầu theo dõi nào.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"Chưa có bài đăng nào dùng hashtag này.",
"empty_column.home":"Bảng tin của bạn đang trống! Hãy theo dõi nhiều người hơn. {suggestions}",
"empty_column.home.suggestions":"Gợi ý dành cho bạn",
@ -263,6 +264,7 @@
"follow_request.authorize":"Cho phép",
"follow_request.reject":"Từ chối",
"follow_requests.unlocked_explanation":"Mặc dù tài khoản của bạn đang ở chế độ công khai, quản trị viên của {domain} vẫn tin rằng bạn sẽ muốn xem lại yêu cầu theo dõi từ những người khác.",
"followed_tags":"Followed hashtags",
"footer.about":"Giới thiệu",
"footer.directory":"Cộng đồng",
"footer.get_app":"Ứng dụng",
@ -379,6 +381,7 @@
"navigation_bar.favourites":"Thích",
"navigation_bar.filters":"Bộ lọc từ ngữ",
"navigation_bar.follow_requests":"Yêu cầu theo dõi",
"sign_in_banner.text":"Đăng nhập để theo dõi người hoặc hashtag; cũng như thích, chia sẻ và trả lời tút.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Mở giao diện quản trị @{name}",
"status.admin_domain":"Mở giao diện quản trị @{domain}",
"status.admin_status":"Mở tút này trong giao diện quản trị",
"empty_column.favourites":"No one has favourited this toot yet. When someone does, they will show up here.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"empty_column.follow_requests":"You don't have any follow requests yet. When you receive one, it will show up here.",
"empty_column.followed_tags":"You have not followed any hashtags yet. When you do, they will show up here.",
"empty_column.hashtag":"There is nothing in this hashtag yet.",
"empty_column.home":"Your home timeline is empty! Follow more people to fill it up. {suggestions}",
"empty_column.home.suggestions":"See some suggestions",
@ -263,6 +264,7 @@
"follow_request.authorize":"Authorize",
"follow_request.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.",
"navigation_bar.follows_and_followers":"Follows and followers",
"navigation_bar.lists":"ⵜⵉⵍⴳⴰⵎⵉⵏ",
"navigation_bar.logout":"ⴼⴼⵖ",
@ -540,7 +543,7 @@
"server_banner.server_stats":"Server stats:",
"sign_in_banner.create_account":"Create account",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_status":"Open this status in the moderation interface",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",
"status.admin_account":"開啟 @{name} 的管理介面",
"status.admin_domain":"Open moderation interface for {domain}",
"sign_in_banner.text":"Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.",