All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.
## [4.1.0] - UNRELEASED
## [4.1.0] - 2023-02-10
### Added
### Added
- **Add support for importing/exporting server-wide domain blocks** ([enbylenore](https://github.com/mastodon/mastodon/pull/20597), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/21471), [dariusk](https://github.com/mastodon/mastodon/pull/22803), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/21470))
- **Add support for importing/exporting server-wide domain blocks** ([enbylenore](https://github.com/mastodon/mastodon/pull/20597), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/21471), [dariusk](https://github.com/mastodon/mastodon/pull/22803), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/21470))
- Add listing of followed hashtags ([connorshea](https://github.com/mastodon/mastodon/pull/21773))
- **Add listing of followed hashtags** ([connorshea](https://github.com/mastodon/mastodon/pull/21773))
- Add support for editing media description and focus point of already-sent posts ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20878))
- **Add support for editing media description and focus point of already-sent posts** ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20878))
- Add follow request banner on account header ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20785))
- Previously, you could add and remove attachments, but not edit media description of already-attached media
- Add confirmation screen when handling reports ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22375), [Gargron](https://github.com/mastodon/mastodon/pull/23156), [tribela](https://github.com/mastodon/mastodon/pull/23178))
- REST API changes:
- `PUT /api/v1/statuses/:id` now takes an extra `media_attributes[]` array parameter with the `id` of the updated media and their updated `description`, `focus`, and `thumbnail`
- **Add follow request banner on account header** ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20785))
- REST API changes:
- `Relationship` entities have an extra `requested_by` boolean attribute representing whether the represented user has requested to follow you
- **Add confirmation screen when handling reports** ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22375), [Gargron](https://github.com/mastodon/mastodon/pull/23156), [tribela](https://github.com/mastodon/mastodon/pull/23178))
- Add option to make the landing page be `/about` even when trends are enabled ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20808))
- Add option to make the landing page be `/about` even when trends are enabled ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/20808))
- Add `noindex` setting back to the admin interface ([prplecake](https://github.com/mastodon/mastodon/pull/22205))
- Add `noindex` setting back to the admin interface ([prplecake](https://github.com/mastodon/mastodon/pull/22205))
- Add instance peers API endpoint toggle back to the admin interface ([dariusk](https://github.com/mastodon/mastodon/pull/22810))
- Add instance peers API endpoint toggle back to the admin interface ([dariusk](https://github.com/mastodon/mastodon/pull/22810))
- Add instance activity API endpoint toggle back to the admin interface ([dariusk](https://github.com/mastodon/mastodon/pull/22833))
- Add instance activity API endpoint toggle back to the admin interface ([dariusk](https://github.com/mastodon/mastodon/pull/22833))
- Add setting for status page URL ([Gargron](https://github.com/mastodon/mastodon/pull/23390), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/23499))
- REST API changes:
- Add `configuration.urls.status` attribute to the object returned by `GET /api/v1/instance`
- Add `DB_POOL` environment variable support for streaming server ([Gargron](https://github.com/mastodon/mastodon/pull/23470))
- Add `MIN_THREADS` environment variable to set minimum Puma threads ([jimeh](https://github.com/mastodon/mastodon/pull/21048))
- 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 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 user profile OpenGraph tag on post pages ([bramus](https://github.com/mastodon/mastodon/pull/21423))
@ -39,12 +48,14 @@ All notable changes to this project will be documented in this file.
- Add “disabled” account filter to the `/admin/accounts` UI ([tribela](https://github.com/mastodon/mastodon/pull/21282))
- 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 transparency to modal background for accessibility ([edent](https://github.com/mastodon/mastodon/pull/18081))
- Add `lang` attribute to image description textarea and poll option field ([c960657](https://github.com/mastodon/mastodon/pull/23293))
- Add `lang` attribute to image description textarea and poll option field ([c960657](https://github.com/mastodon/mastodon/pull/23293))
- Add `spellcheck` attribute to Content Warning and poll option input fields ([c960657](https://github.com/mastodon/mastodon/pull/23395))
- Add `title` attribute to video elements in media attachments ([bramus](https://github.com/mastodon/mastodon/pull/21420))
- 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 left and right margins to emojis ([dsblank](https://github.com/mastodon/mastodon/pull/20464))
- Add `roles` attribute to `Account` entities in REST API ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23255))
- Add `roles` attribute to `Account` entities in REST API ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23255), [tribela](https://github.com/mastodon/mastodon/pull/23428))
- Add `reading:autoplay:gifs` to `/api/v1/preferences` ([j-f1](https://github.com/mastodon/mastodon/pull/22706))
- 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 `hide_collections` parameter to `/api/v1/accounts/credentials` ([CarlSchwan](https://github.com/mastodon/mastodon/pull/22790))
- Add `policy` attribute to web push subscription objects in `/api/v1/push/subscriptions` ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23210))
- Add `policy` attribute to web push subscription objects in REST API at `/api/v1/push/subscriptions` ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23210))
- Add metrics endpoint to streaming API ([Gargron](https://github.com/mastodon/mastodon/pull/23388), [Gargron](https://github.com/mastodon/mastodon/pull/23469))
- Add more specific error messages to HTTP signature verification ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21617))
- 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 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 checkmark symbol in the checkbox for sensitive media ([sidp](https://github.com/mastodon/mastodon/pull/22795))
@ -110,13 +121,15 @@ All notable changes to this project will be documented in this file.
- Remove `object-fit` polyfill used for old versions of Microsoft Edge ([shuuji3](https://github.com/mastodon/mastodon/pull/22693))
- Remove `object-fit` polyfill used for old versions of Microsoft Edge ([shuuji3](https://github.com/mastodon/mastodon/pull/22693))
- Remove `intersection-observer` polyfill for old Safari support ([shuuji3](https://github.com/mastodon/mastodon/pull/23284))
- Remove `intersection-observer` polyfill for old Safari support ([shuuji3](https://github.com/mastodon/mastodon/pull/23284))
- Remove empty `title` tag from mailer layout ([nametoolong](https://github.com/mastodon/mastodon/pull/23078))
- Remove empty `title` tag from mailer layout ([nametoolong](https://github.com/mastodon/mastodon/pull/23078))
- Remove post count and last posts from ActivityPub representation of hashtag collections ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23460))
- Fix suspension worker crashing on S3-compatible setups without ACL support ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22487))
- 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 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 being stuck in edit mode when deleting the edited posts ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22126))
- Fix attached media uploads not being cleared when replying to a post ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23504))
- Fix filters not being applied to some notification types ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23211))
- Fix filters not being applied to some notification types ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23211))
- Fix incorrect link in push notifications for some event types ([elizabeth-dev](https://github.com/mastodon/mastodon/pull/23286))
- Fix incorrect link in push notifications for some event types ([elizabeth-dev](https://github.com/mastodon/mastodon/pull/23286))
- Fix some performance issues with `/admin/instances` ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21907))
- Fix some performance issues with `/admin/instances` ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21907))
@ -125,16 +138,18 @@ All notable changes to this project will be documented in this file.
- Fix account activation being sometimes triggered before email confirmation ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23245))
- Fix account activation being sometimes triggered before email confirmation ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23245))
- Fix missing OAuth scopes for admin APIs ([trwnh](https://github.com/mastodon/mastodon/pull/20918), [trwnh](https://github.com/mastodon/mastodon/pull/20979))
- 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 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 attachments of edited posts 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 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 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 expanded posts 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 not being able to scroll the remote interaction modal on small screens ([xendke](https://github.com/mastodon/mastodon/pull/21763))
- Fix not being able to scroll in post history modal ([cadars](https://github.com/mastodon/mastodon/pull/23396))
- Fix audio player volume control on Safari ([minacle](https://github.com/mastodon/mastodon/pull/23187))
- Fix audio player volume control on Safari ([minacle](https://github.com/mastodon/mastodon/pull/23187))
- Fix disappearing “Explore” tabs on Safari ([nyura](https://github.com/mastodon/mastodon/pull/20917), [ykzts](https://github.com/mastodon/mastodon/pull/20982))
- 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 wrong padding in RTL layout ([Gargron](https://github.com/mastodon/mastodon/pull/23157))
- Fix drag & drop upload area display in single-column mode ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23217))
- Fix drag & drop upload area display in single-column mode ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23217))
- Fix being unable to get a single EmailDomainBlock from the admin API ([trwnh](https://github.com/mastodon/mastodon/pull/20846))
- Fix being unable to get a single EmailDomainBlock from the admin API ([trwnh](https://github.com/mastodon/mastodon/pull/20846))
- Fix admin-set follow recommandations being case-sensitive ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23500))
- Fix unserialized `role` on account entities in admin API ([Gargron](https://github.com/mastodon/mastodon/pull/23290))
- Fix unserialized `role` on account entities in admin API ([Gargron](https://github.com/mastodon/mastodon/pull/23290))
- Fix pagination of followed tags ([trwnh](https://github.com/mastodon/mastodon/pull/20861))
- 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 dropdown menu positions when scrolling ([sidp](https://github.com/mastodon/mastodon/pull/22916), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/23062))
@ -146,9 +161,11 @@ All notable changes to this project will be documented in this file.
- Fix error in `VerifyLinkService` when processing links with invalid URLs ([untitaker](https://github.com/mastodon/mastodon/pull/23204))
- Fix error in `VerifyLinkService` when processing links with invalid URLs ([untitaker](https://github.com/mastodon/mastodon/pull/23204))
- Fix media uploads with FFmpeg 5 ([dead10ck](https://github.com/mastodon/mastodon/pull/21191))
- 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 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 misleading message briefly showing up when loading follow requests under some conditions ([c960657](https://github.com/mastodon/mastodon/pull/23386))
- 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 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 autoplay on iOS ([jamesadney](https://github.com/mastodon/mastodon/pull/21422))
- Fix user clean-up scheduler crash when an unconfirmed account has a moderation note ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23318))
- Fix spaces not being stripped in admin account search ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21324))
- 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 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 infinite loading spinner instead of soft 404 for non-existing remote accounts ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21303))
@ -158,7 +175,8 @@ All notable changes to this project will be documented in this file.
- Fix UI header overflowing on mobile ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/21783))
- 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 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 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 processing error on incoming malformed JSON-LD under some situations ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23416))
- Fix potential duplicate posts 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 deprecation warning in `tootctl accounts rotate` ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22120))
- Fix styling of featured tags in light theme ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23252))
- Fix styling of featured tags in light theme ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/23252))
- 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 missing style in warning and strike cards ([AtelierSnek](https://github.com/mastodon/mastodon/pull/22177), [ClearlyClaire](https://github.com/mastodon/mastodon/pull/22302))
@ -178,7 +196,7 @@ All notable changes to this project will be documented in this file.
- Fix CSP violation warning by removing inline CSS from SVG logo ([luxiaba](https://github.com/mastodon/mastodon/pull/20814))
- 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 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 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 minor post cache hydration discrepancy ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/19879))
- Fix `・` detection in hashtags ([parthoghosh24](https://github.com/mastodon/mastodon/pull/22888))
- 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 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 moved accounts being incorrectly redirected to account settings when trying to view a remote profile ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/22497))
@ -198,6 +216,7 @@ All notable changes to this project will be documented in this file.
"lists.replies_policy.list":"Miembros de la llista",
"lists.replies_policy.list":"Miembros de la llista",
"lists.replies_policy.none":"Naide",
"lists.replies_policy.none":"Naide",
"lists.replies_policy.title":"Show replies to:",
"lists.replies_policy.title":"Show replies to:",
"lists.search":"Search among people you follow",
"lists.search":"Search among people you follow",
"lists.subheading":"Your lists",
"lists.subheading":"Les tos llistes",
"load_pending":"{count, plural, one {# elementu nuevu} other {# elementos nuevos}}",
"load_pending":"{count, plural, one {# elementu nuevu} other {# elementos nuevos}}",
"loading_indicator.label":"Cargando…",
"loading_indicator.label":"Cargando…",
"media_gallery.toggle_visible":"{number, plural, one {Anubrir la imaxe} other {Anubrir les imáxenes}}",
"media_gallery.toggle_visible":"{number, plural, one {Anubrir la imaxe} other {Anubrir les imáxenes}}",
@ -543,7 +543,7 @@
"server_banner.learn_more":"Saber más",
"server_banner.learn_more":"Saber más",
"server_banner.server_stats":"Estadístiques del sirvidor:",
"server_banner.server_stats":"Estadístiques del sirvidor:",
"sign_in_banner.create_account":"Crear una cuenta",
"sign_in_banner.create_account":"Crear una cuenta",
"sign_in_banner.sign_in":"Sign in",
"sign_in_banner.sign_in":"Aniciar la sesió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.",
"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_account":"Open moderation interface for @{name}",
"status.admin_domain":"Open moderation interface for {domain}",
"status.admin_domain":"Open moderation interface for {domain}",
@ -580,7 +580,7 @@
"status.reblog_private":"Boost with original visibility",
"status.reblog_private":"Boost with original visibility",
"status.reblogged_by":"{name} compartió",
"status.reblogged_by":"{name} compartió",
"status.reblogs.empty":"Naide nun compartió esti artículu entá. Cuando daquién lo faiga, apaez equí.",
"status.reblogs.empty":"Naide nun compartió esti artículu entá. Cuando daquién lo faiga, apaez equí.",
"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} persona} other {{counter} persones}} {days, plural, one {nel últimu día} other {nos últimos {days} díes}}",
"trends.trending_now":"En tendencia",
"trends.trending_now":"En tendencia",
"ui.beforeunload":"El borrador piérdese si coles de Mastodon.",
"ui.beforeunload":"El borrador piérdese si coles de Mastodon.",
"about.domain_blocks.preamble":"Mastodon звычайна дазваляе вам бачыць змесціва і камунікаваць з карыстальнікамі з іншых сервераў федэсвету. Гэта выключэнні, якія былі зробленыя на гэтым канкрэтным серверы.",
"about.domain_blocks.preamble":"Mastodon, у асноўным, дазваляе вам праглядаць кантэнт і ўзаемадзейнічаць з карыстальнікамі з іншых сервераў у федэсвету. Гэтыя выключэнні былі зроблены дакладна на гэтым серверы.",
"about.domain_blocks.silenced.explanation":"Вы не будзеце бачыць профілі і змесціва гэтага серверу, калі не шукаеце іх мэтанакіравана ці не падпісаны на карыстальнікаў адтуль.",
"about.domain_blocks.silenced.explanation":"Вы не будзеце бачыць профілі і змесціва гэтага серверу, калі не шукаеце іх мэтанакіравана ці не падпісаны на карыстальнікаў адтуль.",
"about.domain_blocks.suspended.explanation":"Ніякая інфармацыя з гэтага сервера не будзе апрацавана, захавана або абменена, узаемадзеянне або камунікацыя з карыстальнікамі гэтага сервера немагчымы.",
"about.domain_blocks.suspended.explanation":"Ніякая інфармацыя з гэтага сервера не будзе апрацавана, захавана або абменена, узаемадзеянне або камунікацыя з карыстальнікамі гэтага сервера немагчымы.",
@ -21,7 +21,7 @@
"account.browse_more_on_origin_server":"Глядзіце больш у арыгінальным профілі",
"account.browse_more_on_origin_server":"Глядзіце больш у арыгінальным профілі",
"account.cancel_follow_request":"Скасаваць запыт на падпіску",
"account.cancel_follow_request":"Скасаваць запыт на падпіску",
"interaction_modal.description.favourite":"Mit einem Mastodon-Konto kannst du diesen Beitrag favorisieren, um deine Wertschätzung auszudrücken, und ihn für einen späteren Zeitpunkt speichern.",
"interaction_modal.description.favourite":"Mit einem Mastodon-Konto kannst du diesen Beitrag favorisieren, um deine Wertschätzung auszudrücken, und ihn für einen späteren Zeitpunkt speichern.",
"interaction_modal.description.follow":"Mit einem Mastodon-Konto kannst du {name} folgen, um die Beiträge auf deiner Startseite zu sehen.",
"interaction_modal.description.follow":"Mit einem Mastodon-Konto kannst du {name} folgen, um die Beiträge auf deiner Startseite zu sehen.",
"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.suspended.explanation":"No data from this server will be processed, stored or exchanged, making any interaction or communication with users from this server impossible.",
"empty_column.favourites":"Никто ещё не добавил этот пост в «Избранное». Как только кто-то это сделает, это отобразится здесь.",
"empty_column.favourites":"Никто ещё не добавил этот пост в «Избранное». Как только кто-то это сделает, это отобразится здесь.",
"empty_column.follow_recommendations":"Похоже, у нас нет предложений для вас. Вы можете попробовать поискать людей, которых уже знаете, или изучить актуальные хэштеги.",
"empty_column.follow_recommendations":"Похоже, у нас нет предложений для вас. Вы можете попробовать поискать людей, которых уже знаете, или изучить актуальные хэштеги.",
"empty_column.follow_requests":"Вам ещё не приходили запросы на подписку. Все новые запросы будут показаны здесь.",
"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.followed_tags":"Вы еще не подписались ни на один хэштег. Когда вы это сделаете, они появятся здесь.",
"empty_column.hashtag":"С этим хэштегом пока ещё ничего не постили.",
"empty_column.hashtag":"С этим хэштегом пока ещё ничего не постили.",
"empty_column.home":"Ваша лента совсем пуста! Подпишитесь на других, чтобы заполнить её. {suggestions}",
"empty_column.home":"Ваша лента совсем пуста! Подпишитесь на других, чтобы заполнить её. {suggestions}",
"empty_column.home.suggestions":"Посмотреть некоторые предложения",
"empty_column.home.suggestions":"Посмотреть некоторые предложения",
@ -264,7 +264,7 @@
"follow_request.authorize":"Авторизовать",
"follow_request.authorize":"Авторизовать",
"follow_request.reject":"Отказать",
"follow_request.reject":"Отказать",
"follow_requests.unlocked_explanation":"Хотя ваша учетная запись не закрыта, команда {domain} подумала, что вы захотите просмотреть запросы от этих учетных записей вручную.",
"follow_requests.unlocked_explanation":"Хотя ваша учетная запись не закрыта, команда {domain} подумала, что вы захотите просмотреть запросы от этих учетных записей вручную.",
"about.domain_blocks.preamble":"Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
"about.domain_blocks.preamble":"Mastodōn normalniy pozwŏlŏ na ôglōndaniy treściōw a interakcyje ze używŏczami inkszych serwerōw we fediverse, ale sōm ôd tygo wyjōntki, kere bōły poczyniōne na tym serwerze.",
"about.domain_blocks.silenced.explanation":"You will generally not see profiles and content from this server, unless you explicitly look it up or opt into it by following.",
"about.domain_blocks.silenced.explanation":"Normalniy niy bydziesz widzieć profilōw a treściōw ze tygo serwera. Ôboczysz je ino jak specjalniy bydziesz ich szukać abo jak je zaôbserwujesz.",
"about.domain_blocks.suspended.explanation":"No data from this server will be processed, stored or exchanged, making any interaction or communication with users from this server impossible.",
"about.domain_blocks.suspended.explanation":"Żŏdne dane ze tygo serwera niy bydōm przetwarzane, przechowywane abo wymieniane, beztoż wszelakŏ interakcyjŏ abo komunikacyjŏ ze używŏczami tygo serwera bydzie niymożliwŏ.",
delete_account_html:Si quies desaniciar la cuenta, pues facelo <a href="%{path}">equí</a>. Va pidísete que confirmes l'aición.
delete_account_html:Si quies desaniciar la cuenta, pues facelo <a href="%{path}">equí</a>. Va pidísete que confirmes l'aición.
description:
prefix_sign_up:"¡Rexístrate güei en Mastodon!"
didnt_get_confirmation:"¿Nun recibiesti les instrucciones de confirmación?"
didnt_get_confirmation:"¿Nun recibiesti les instrucciones de confirmación?"
dont_have_your_security_key:"¿Nun tienes una llave de seguranza?"
dont_have_your_security_key:"¿Nun tienes una llave de seguranza?"
forgot_password:"¿Escaeciesti la contraseña?"
forgot_password:"¿Escaeciesti la contraseña?"
login:Aniciar la sesión
login:Aniciar la sesión
logout:Zarrar la sesión
logout:Zarrar la sesión
migrate_account:Cambéu de cuenta
privacy_policy_agreement_html:Lleí ya acepto la <a href="%{privacy_policy_path}" target="_blank">política de privacidá</a>
privacy_policy_agreement_html:Lleí ya acepto la <a href="%{privacy_policy_path}" target="_blank">política de privacidá</a>
providers:
providers:
cas:CAS
cas:CAS
saml:SAML
saml:SAML
register:Rexistrase
register:Rexistrase
registration_closed:"%{instance} nun acepta cuentes nueves"
security:Seguranza
security:Seguranza
setup:
setup:
email_settings_hint_html:Unvióse'l mensaxe de confirmación a %{email}. Si la direición de corréu electrónicu nun ye correuta, pues camudala na configuración de la cuenta.
email_settings_hint_html:Unvióse'l mensaxe de confirmación a %{email}. Si la direición de corréu electrónicu nun ye correuta, pues camudala na configuración de la cuenta.
sign_in:
preamble_html:Anicia la sesión colos tos datos d'accesu en <strong>%{domain}</strong>. Si la cuenta ta agospiada n'otru sirvidor, nun vas ser a aniciar la sesión equí.
title:Aniciu de la sesión en «%{domain}»
sign_up:
sign_up:
preamble:Con una cuenta nesti sirvidor de Mastodon vas ser a siguir a cualesquier perfil de la rede, independientemente del sirvidor onde s'agospie la so cuenta.
preamble:Con una cuenta nesti sirvidor de Mastodon vas ser a siguir a cualesquier perfil de la rede, independientemente del sirvidor onde s'agospie la so cuenta.
title: 'Creación d''una cuenta en:%{domain}.'
title: 'Creación d''una cuenta en:%{domain}.'
@ -412,7 +420,9 @@ ast:
return:Amosar el perfil de la cuenta
return:Amosar el perfil de la cuenta
web:Dir a la web
web:Dir a la web
challenge:
challenge:
confirm:Siguir
hint_html:"<strong>Conseyu:</strong> nun vamos volver pidite la contraseña hasta dientro d'una hora."
hint_html:"<strong>Conseyu:</strong> nun vamos volver pidite la contraseña hasta dientro d'una hora."
invalid_password:La contraseña nun ye válida
prompt:Confirma la contraseña pa siguir
prompt:Confirma la contraseña pa siguir
crypto:
crypto:
errors:
errors:
@ -480,6 +490,7 @@ ast:
lists:Llistes
lists:Llistes
storage:Almacenamientu multimedia
storage:Almacenamientu multimedia
featured_tags:
featured_tags:
add_new:Amestar
hint_html:"<strong>¿Qué son les etiquetes destacaes?</strong> Apaecen de forma bien visible nel perfil públicu ya permite que les persones restolen los tos artículos públicos per duana d'eses etiquetes. Son una gran ferramienta pa tener un rexistru de trabayos creativos o de proyeutos a plazu llongu."
hint_html:"<strong>¿Qué son les etiquetes destacaes?</strong> Apaecen de forma bien visible nel perfil públicu ya permite que les persones restolen los tos artículos públicos per duana d'eses etiquetes. Son una gran ferramienta pa tener un rexistru de trabayos creativos o de proyeutos a plazu llongu."
filters:
filters:
contexts:
contexts:
@ -597,9 +608,13 @@ ast:
thousand:mil
thousand:mil
trillion:B
trillion:B
otp_authentication:
otp_authentication:
code_hint:Introduz el códigu que xeneró l'aplicación autenticadora pa confirmar l'aición
description_html:Si actives l'<strong>autenticación en dos pasos</strong> con una aplicación autenticadora, al aniciar la sesión va ser obligatorio que tengas el teléfonu a mano, preséu que xenera los pases que tienes d'introducir.
description_html:Si actives l'<strong>autenticación en dos pasos</strong> con una aplicación autenticadora, al aniciar la sesión va ser obligatorio que tengas el teléfonu a mano, preséu que xenera los pases que tienes d'introducir.
enable:Activar
instructions_html:"<strong>Escania esti códigu QR con Google Authenticator o otra aplicación asemeyada nel móvil</strong>. Dende agora, esa aplicación va xenerar los pases que tienes d'introducir cuando anicies la sesión."
manual_instructions:'Si nun pues escaniar el códigu QR ya tienes d''introducilu manualmente, equí tienes el secretu en testu ensin formatu:'
manual_instructions:'Si nun pues escaniar el códigu QR ya tienes d''introducilu manualmente, equí tienes el secretu en testu ensin formatu:'
setup:Configurar
setup:Configurar
wrong_code:"¡El códigu introducíu nun yera válidu! ¿La hora del sirvidor y la del preséu son correutes?"
pagination:
pagination:
next:Siguiente
next:Siguiente
truncate:"…"
truncate:"…"
@ -668,6 +683,7 @@ ast:
authorized_apps:Aplicaciones autorizaes
authorized_apps:Aplicaciones autorizaes
back:Volver a Mastodon
back:Volver a Mastodon
development:Desendolcu
development:Desendolcu
edit_profile:Edición del perfil
export:Esportación de datos
export:Esportación de datos
featured_tags:Etiquetes destacaes
featured_tags:Etiquetes destacaes
import:Importación
import:Importación
@ -761,6 +777,7 @@ ast:
suspend:Cuenta suspendida
suspend:Cuenta suspendida
welcome:
welcome:
edit_profile_action:Configurar el perfil
edit_profile_action:Configurar el perfil
edit_profile_step:Pues personalizar el perfil pente la xuba d'una semeya, el cambéu del nome visible y muncho más. Tamién, si lo prefieres, pues revisar los perfiles nuevos enantes de que puedan siguite.
explanation:Equí tienes dalgunos conseyos pa que comiences
explanation:Equí tienes dalgunos conseyos pa que comiences
send_instructions:Vi ricevos retmesaĝon kun instrukcioj por konfirmi vian retadreson ene de kelkaj minutoj. Bonvolu kontroli vian spamujon se vi ne ricevis ĉi tiun retmesaĝon.
send_instructions:Vi ricevos retmesaĝon kun instrukcioj por konfirmi vian retadreson ene de kelkaj minutoj. Bonvolu kontroli vian spamujon se vi ne ricevis ĉi tiun retmesaĝon.
send_paranoid_instructions:Se via retadreso ekzistas en nia datumbazo, vi ricevos retmesaĝon kun instrukcioj por konfirmi vian retadreson ene de kelkaj minutoj. Bonvolu kontroli vian spamujon se vi ne ricevis ĉi tiun retmesaĝon.
send_paranoid_instructions:Se via retadreso ekzistas en nia datumbazo, vi ricevos retmesaĝon kun instrukcioj por konfirmi vian retadreson ene de kelkaj minutoj. Bonvolu kontroli vian spamujon se vi ne ricevis ĉi tiun retmesaĝon.
failure:
failure:
already_authenticated:Vi jam ensalutis.
already_authenticated:Vi jam salutis.
inactive:Via konto ankoraŭ ne estas konfirmita.
inactive:Via konto ankoraŭ ne estas konfirmita.
invalid:Nevalida %{authentication_keys} aŭ pasvorto.
invalid:Nevalida %{authentication_keys} aŭ pasvorto.
last_attempt:Vi ankoraŭ povas provi unufoje antaŭ ol via konto estos ŝlosita.
last_attempt:Vi ankoraŭ povas provi unufoje antaŭ ol via konto estos ŝlosita.
not_found_in_database:알맞지 않은 %{authentication_keys} 혹은 암호입니다.
not_found_in_database:올바르지 않은 %{authentication_keys} 혹은 암호입니다.
pending:이 계정은 아직 검토 중입니다.
pending:이 계정은 아직 검토 중입니다.
timeout:세션이 만료 되었습니다. 다시 로그인 해 주세요.
timeout:세션이 만료 되었습니다. 다시 로그인 해 주세요.
unauthenticated:계속 하려면 로그인을 해야 합니다.
unauthenticated:계속 하려면 로그인을 해야 합니다.
unconfirmed:계속 하려면 이메일을 확인 받아야 합니다.
unconfirmed:계속 하려면 이메일을 확인 받아야 합니다.
mailer:
mailer:
confirmation_instructions:
confirmation_instructions:
action:이메일 주소 검증
action:이메일 확인
action_with_app:확인하고 %{app}으로 돌아가기
action_with_app:확인하고 %{app}으로 돌아가기
explanation:당신은 %{host}에서 이 이메일로 가입하셨습니다. 클릭만 하시면 계정이 활성화 됩니다. 만약 당신이 가입한 게 아니라면 이 메일을 무시해 주세요.
explanation:당신은 %{host}에서 이 이메일로 가입하셨습니다. 클릭만 하시면 계정이 활성화 됩니다. 만약 당신이 가입한 게 아니라면 이 메일을 무시해 주세요.
explanation_when_pending:당신은 %{host}에 가입 요청을 하셨습니다. 이 이메일이 확인 되면 우리가 가입 요청을 리뷰하고 승인할 수 있습니다. 그 전까지는 로그인을 할 수 없습니다. 당신의 가입 요청이 거부 될 경우 당신에 대한 정보는 모두 삭제 되며 따로 요청 할 필요는 없습니다. 만약 당신이 가입 요청을 한 게 아니라면 이 메일을 무시해 주세요.
explanation_when_pending:당신은 %{host}에 가입 요청을 하셨습니다. 이 이메일이 확인 되면 우리가 가입 요청을 리뷰하고 승인할 수 있습니다. 그 전까지는 로그인을 할 수 없습니다. 당신의 가입 요청이 거부 될 경우 당신에 대한 정보는 모두 삭제 되며 따로 요청 할 필요는 없습니다. 만약 당신이 가입 요청을 한 게 아니라면 이 메일을 무시해 주세요.
description_html:Estes son les aplicaciones que puen acceder a la cuenta cola API. Si equí hai aplicaciones que nun conoces o hai dalguna aplicación que nun funciona correutamente, pues revocar el so accesu.
description_html:Estes son les aplicaciones que puen acceder a la cuenta cola API. Si equí hai aplicaciones que nun conoces o hai dalguna aplicación que nun funciona correutamente, pues revocar el so accesu.
never_used:Enxamás s'usó
never_used:Enxamás s'usó
scopes:Permisos
scopes:Permisos
title:Les aplicaciones qu'autoricesti
errors:
errors:
messages:
messages:
access_denied:El propietariu del recursu o'l sirvidor d'autorización negó la solicitú.
access_denied:El propietariu del recursu o'l sirvidor d'autorización negó la solicitú.
rejected_msg:Sukcese malaprobis aliĝ-peton de %{username}
rejected_msg:Sukcese malaprobis aliĝ-peton de %{username}
remote_suspension_irreversible:La informoj de ĉi tiu konto estis neinversigeble forigitaj.
remote_suspension_irreversible:La informoj de ĉi tiu konto estis neinversigeble forigitaj.
remote_suspension_reversible_hint_html:La konto estas suspendita, kaj la datumoj estos komplete forigitaj je %{date}. Ĝis tiam, la konto povas esti malsuspendita sen flankefiko. Se vi deziras tuj forigi ĉiujn datumojn de la konto, vi povas fari tion sube.
remove_avatar:Forigi la profilbildon
remove_avatar:Forigi la profilbildon
remove_header:Forigi kapan bildon
remove_header:Forigi kapan bildon
removed_avatar_msg:La rolfiguro de %{username} estas sukcese forigita
removed_avatar_msg:La rolfiguro de %{username} estas sukcese forigita
@ -440,6 +441,7 @@ eo:
private_comment_description_html: 'Por helpi vin, importitaj blokoj kreitas kun la privata komento:<q>%{comment}</q>'
private_comment_description_html: 'Por helpi vin, importitaj blokoj kreitas kun la privata komento:<q>%{comment}</q>'
private_comment_template:Enportita el %{source} je %{date}
private_comment_template:Enportita el %{source} je %{date}
title:Importi domajnblokojn
title:Importi domajnblokojn
invalid_domain_block: '1 au pli da domajnblokadoj ignoritas ĉar la eraro:%{error}'
new:
new:
title:Importi domajnblokojn
title:Importi domajnblokojn
no_file:Neniu dosiero elektita
no_file:Neniu dosiero elektita
@ -574,7 +576,10 @@ eo:
mark_as_sensitive_description_html:La audovidaĵo en la raportita mesaĝo markotas kiel sentema kaj admono rekorditas.
mark_as_sensitive_description_html:La audovidaĵo en la raportita mesaĝo markotas kiel sentema kaj admono rekorditas.
other_description_html:Vidu pli da ebloj por regi la sintenon de la konto kaj por personigi la komunikadon kun la raportita konto.
other_description_html:Vidu pli da ebloj por regi la sintenon de la konto kaj por personigi la komunikadon kun la raportita konto.
resolve_description_html:Nenio okazotas al la raportita konto kaj la raporto fermotas.
resolve_description_html:Nenio okazotas al la raportita konto kaj la raporto fermotas.
silence_description_html:La konto estos videbla al nur personoj kiu jam sekvis ĝin au permane serĉo ĝin, ege limigante ĝian atingon. Malfermi ciujn raportojn kontra ĉi tiun konton.
suspend_description_html:La konto kaj ciuj ĝiaj enhavoj estos neatingebla kaj poŝte forigitas, kaj interagi per ĝi estos neebla. Malfermi ciujn raportojn kontra ĉi tiu konto.
actions_description_html:Decidu kiu ago por solvi ĉi tiuj raporto. <strong>Spamo</strong> kategorio elektitas.
actions_description_html:Decidu kiu ago por solvi ĉi tiuj raporto. <strong>Spamo</strong> kategorio elektitas.
actions_description_remote_html:Decidu kiun klopodon por solvi ĉi tiun raporton. Ĉi tiu efikas kiel nur <strong>via</strong> servilo komuniki per ĉi tiu fora konto kaj trakti ĝian enhavon.
add_to_report:Aldoni pli al raporto
add_to_report:Aldoni pli al raporto
are_you_sure:Ĉu vi certas?
are_you_sure:Ĉu vi certas?
assign_to_self:Asigni al mi
assign_to_self:Asigni al mi
@ -585,6 +590,7 @@ eo:
comment:
comment:
none:Nenio
none:Nenio
comment_description_html:'Por doni pli da informo, %{name} skribis:'
comment_description_html:'Por doni pli da informo, %{name} skribis:'
confirm_action:Konfirmi moderigadagon kontra @%{acct}
created_at:Signalita
created_at:Signalita
delete_and_resolve:Forigi afiŝojn
delete_and_resolve:Forigi afiŝojn
forwarded:Plusendita
forwarded:Plusendita
@ -621,10 +627,17 @@ eo:
silence_html:'Vi ja tuj <strong>limigos</strong> kelke da afiŝoj de <strong>@%{acct}</strong>. Tio faros kiel:'
silence_html:'Vi ja tuj <strong>limigos</strong> kelke da afiŝoj de <strong>@%{acct}</strong>. Tio faros kiel:'
suspend_html:'Vi ja tuj <strong>suspendos</strong> la konton de <strong>@%{acct}</strong>. Tio faros kiel:'
suspend_html:'Vi ja tuj <strong>suspendos</strong> la konton de <strong>@%{acct}</strong>. Tio faros kiel:'
actions:
actions:
delete_html:Forigi la sentemajn afiŝojn
mark_as_sensitive_html:Markigi la audovidaĵojn de sentemaj afiŝoj kiel sentemaj
silence_html:Ege limigi atingon de <strong>@%{acct}</strong> per kauzi ilia profilo kaj enhavoj esti videbla nur al personoj kiu jam sekvis ilin au permane serĉi ĝin
suspend_html:Suspendi <strong>@%{acct}</strong>, fari ties profilon kaj enhavojn neatingeblaj kaj maleblaj interagi kun
suspend_html:Suspendi <strong>@%{acct}</strong>, fari ties profilon kaj enhavojn neatingeblaj kaj maleblaj interagi kun
close_report:'Marki la raporto #%{id} kiel solvita'
close_report:'Marki la raporto #%{id} kiel solvita'
close_reports_html:Marki <strong>ĉiuj</strong> raportoj kontraŭ <strong>@%{acct}</strong> kiel solvitaj
close_reports_html:Marki <strong>ĉiuj</strong> raportoj kontraŭ <strong>@%{acct}</strong> kiel solvitaj
delete_data_html:Forigi profilon kaj enhavojn de <strong>@%{acct}</strong> post 30 tagoj se ili ne malsuspenditas dum la dauro
preview_preamble_html:"<strong>@%{acct}</strong> akiros averton kun ĉi tiuj enhavoj:"
record_strike_html:Rekordu admonon kontra <strong>@%{acct}</strong> por helpi vi plikontroli estontajn malobservojn de ĉi tiu konto
send_email_html:Sendi al <strong>@%{acct}</strong> retpoŝtaĵon de averto
send_email_html:Sendi al <strong>@%{acct}</strong> retpoŝtaĵon de averto
warning_placeholder:Nedeviga aldona kialo por la moderigadago.
target_origin:Origino de raportita konto
target_origin:Origino de raportita konto
title:Signaloj
title:Signaloj
unassign:Malasigni
unassign:Malasigni
@ -990,6 +1003,7 @@ eo:
email_settings_hint_html:La konfirmretpoŝto senditas al %{email}.
email_settings_hint_html:La konfirmretpoŝto senditas al %{email}.
title:Agordi
title:Agordi
sign_in:
sign_in:
preamble_html:Ensalutu per via detaloj de <strong>%{domain}</strong>. Se via konto gastigantigas sur malsama servilo, vi ne povas ensaluti ĉi tie.
title:Saluti en %{domain}
title:Saluti en %{domain}
sign_up:
sign_up:
preamble:Per konto ĉe ĉi tiu Mastodon-servilo, vi povas sekvi ajn personojn en la reto.
preamble:Per konto ĉe ĉi tiu Mastodon-servilo, vi povas sekvi ajn personojn en la reto.
@ -1382,6 +1396,7 @@ eo:
unrecognized_emoji:ne estas rekonita emoĝio
unrecognized_emoji:ne estas rekonita emoĝio
relationships:
relationships:
activity:Konta aktiveco
activity:Konta aktiveco
confirm_follow_selected_followers:Ĉu vi certas ke vi volas sekvi la elektitajn sekvantojn?
confirm_remove_selected_followers:Ĉu vi certas, ke vi volas forigi la elektitajn sekvantojn?
confirm_remove_selected_followers:Ĉu vi certas, ke vi volas forigi la elektitajn sekvantojn?
confirm_remove_selected_follows:Ĉu vi certas, ke vi volas forigi la elektitajn sekvatojn?
confirm_remove_selected_follows:Ĉu vi certas, ke vi volas forigi la elektitajn sekvatojn?
private_comment_description_html: 'Tuodun estolistan alkuperän selvillä pitämiseksi, lisätään tietojen yhteyteen seuraava yksityinen kommentti:<q>%{comment}</q>'
private_comment_description_html: 'Tuodun estolistan alkuperän selvillä pitämiseksi, lisätään tietojen yhteyteen seuraava yksityinen kommentti:<q>%{comment}</q>'
invalid_domain_block: 'Yksi tai useampi verkkotunnuksen lohko ohitettiin seuraavien virheiden vuoksi:%{error}'
new:
new:
title:Tuo luettelo verkkoalue-estoista
title:Tuo luettelo verkkoalue-estoista
no_file:Yhtäkään tiedostoa ei ole valittu
no_file:Yhtäkään tiedostoa ei ole valittu
@ -575,7 +576,10 @@ fi:
mark_as_sensitive_description_html:Ilmoitettujen viestien media merkitään arkaluonteisiksi ja varoitus tallennetaan, jotta voit kärjistää saman tilin tulevia rikkomuksia.
mark_as_sensitive_description_html:Ilmoitettujen viestien media merkitään arkaluonteisiksi ja varoitus tallennetaan, jotta voit kärjistää saman tilin tulevia rikkomuksia.
other_description_html:Katso lisää vaihtoehtoja tilin käytöksen hallitsemiseksi ja ilmoitetun tilin viestinnän mukauttamiseksi.
other_description_html:Katso lisää vaihtoehtoja tilin käytöksen hallitsemiseksi ja ilmoitetun tilin viestinnän mukauttamiseksi.
resolve_description_html:Ilmoitettua tiliä vastaan ei ryhdytä toimenpiteisiin, varoitusta ei kirjata ja raportti suljetaan.
resolve_description_html:Ilmoitettua tiliä vastaan ei ryhdytä toimenpiteisiin, varoitusta ei kirjata ja raportti suljetaan.
silence_description_html:Tili näkyy vain niille, jotka jo seuraavat sitä tai estävät sen manuaalisesti, mikä rajoittaa merkittävästi sen kattavuutta. Se voidaan aina palauttaa. Sulkee kaikki raportit tätä tiliä vastaan.
suspend_description_html:Tili ja kaikki sen sisältö eivät ole käytettävissä ja vuorovaikutus sen kanssa on mahdotonta, sekä lopulta poistetaan. Palautettava 30 päivän kuluessa. Sulkee kaikki raportit tätä tiliä vastaan.
actions_description_html:Päätä, mihin toimiin ryhdyt tämän ilmoituksen ratkaisemiseksi. Jos ryhdyt rangaistustoimeen ilmoitettua tiliä vastaan, heille lähetetään sähköposti-ilmoitus, paitsi jos <strong>Roskaposti</strong> luokka on valittuna.
actions_description_html:Päätä, mihin toimiin ryhdyt tämän ilmoituksen ratkaisemiseksi. Jos ryhdyt rangaistustoimeen ilmoitettua tiliä vastaan, heille lähetetään sähköposti-ilmoitus, paitsi jos <strong>Roskaposti</strong> luokka on valittuna.
actions_description_remote_html:Päätä, mihin toimiin ryhdyt tämän raportin ratkaisemiseksi. Tämä vaikuttaa vain siihen, miten <strong>palvelimesi</strong> kommunikoi tämän etätilin kanssa ja käsittelee sen sisältöä.
add_to_report:Lisää raporttiin
add_to_report:Lisää raporttiin
are_you_sure:Oletko varma?
are_you_sure:Oletko varma?
assign_to_self:Ota tehtäväksi
assign_to_self:Ota tehtäväksi
@ -629,7 +633,9 @@ fi:
suspend_html:Rajoita <strong>@%{acct}</strong>, jolloin heidän profiilinsa ja sisällönsä ei ole käytettävissä ja on mahdotonta olla vuorovaikutuksessa
suspend_html:Rajoita <strong>@%{acct}</strong>, jolloin heidän profiilinsa ja sisällönsä ei ole käytettävissä ja on mahdotonta olla vuorovaikutuksessa
preamble:Mielenkiintoisen sisällön esille tuominen auttaa saamaan uusia käyttäjiä, jotka eivät ehkä tunne ketään Mastodonista. Määrittele, kuinka erilaiset etsintäominaisuudet toimivat palvelimellasi.
preamble:Mielenkiintoisen sisällön esille tuominen auttaa saamaan uusia käyttäjiä, jotka eivät ehkä tunne ketään Mastodonista. Määrittele, kuinka erilaiset etsintäominaisuudet toimivat palvelimellasi.
no_email_domain_block_selected:아무 것도 선택 되지 않아 어떤 이메일 도메인 차단도 변경되지 않았습니다
no_email_domain_block_selected:아무 것도 선택 되지 않아 어떤 이메일 도메인 차단도 변경되지 않았습니다
resolved_dns_records_hint_html:도메인 네임은 다음의 MX 도메인으로 연결되어 있으며, 이메일을 받는데 필수적입니다. MX 도메인을 차단하면 같은 MX 도메인을 사용하는 어떤 이메일이라도 가입할 수 없게 되며, 보여지는 도메인이 다르더라도 적용됩니다. <strong>주요 이메일 제공자를 차단하지 않도록 조심하세요.</strong>
resolved_dns_records_hint_html:도메인 네임은 다음의 MX 도메인으로 연결되어 있으며, 이메일을 받는데 필수적입니다. MX 도메인을 차단하면 같은 MX 도메인을 사용하는 어떤 이메일이라도 가입할 수 없게 되며, 보여지는 도메인이 다르더라도 적용됩니다. <strong>주요 이메일 제공자를 차단하지 않도록 조심하세요.</strong>
resolved_through_html:"%{domain}을 통해 해결됨"
resolved_through_html:"%{domain}을 통해 리졸빙됨"
title:Email 도메인 차단
title:Email 도메인 차단
export_domain_allows:
export_domain_allows:
new:
new:
@ -467,7 +467,7 @@ ko:
description_html:이 도메인과 하위 도메인의 모든 계정에 적용될 콘텐츠 정책을 정의할 수 있습니다.
description_html:이 도메인과 하위 도메인의 모든 계정에 적용될 콘텐츠 정책을 정의할 수 있습니다.
policies:
policies:
reject_media:미디어 거부
reject_media:미디어 거부
reject_reports:신고 반려
reject_reports:신고 거부
silence:제한
silence:제한
suspend:정지
suspend:정지
policy:정책
policy:정책
@ -558,7 +558,7 @@ ko:
reports:
reports:
account:
account:
notes:
notes:
other:"%{count}개의 참고사항"
other:"%{count}개의 참고사항"
action_log:감사 기록
action_log:감사 기록
action_taken_by:신고 처리자
action_taken_by:신고 처리자
actions:
actions:
@ -590,9 +590,9 @@ ko:
mark_as_unresolved:미해결로 표시
mark_as_unresolved:미해결로 표시
no_one_assigned:아무도 없음
no_one_assigned:아무도 없음
notes:
notes:
create:기록 추가
create:참고사항 추가
create_and_resolve:종결 및 참고사항 기재
create_and_resolve:참고사항 기재 및 종결
create_and_unresolve:재검토 및 참고사항 기재
create_and_unresolve:참고사항 기재 및 재개
delete:삭제
delete:삭제
placeholder:어떤 대응을 했는지 설명 또는 그 밖의 관련된 갱신 사항들
placeholder:어떤 대응을 했는지 설명 또는 그 밖의 관련된 갱신 사항들
title:참고사항
title:참고사항
@ -794,7 +794,7 @@ ko:
sidekiq_process_check:
sidekiq_process_check:
message_html:"%{value} 큐에 대한 사이드킥 프로세스가 발견되지 않았습니다. 사이드킥 설정을 검토해주세요"
message_html:"%{value} 큐에 대한 사이드킥 프로세스가 발견되지 않았습니다. 사이드킥 설정을 검토해주세요"
preamble:Наблюдение интересного контента играет важную роль при открытии новых пользователей, которые могут не знать ни одного Mastodon. Контролируйте как работают различные функции обнаружения на вашем сервере.
preamble:Наблюдение интересного контента играет важную роль при открытии новых пользователей, которые могут не знать ни одного Mastodon. Контролируйте как работают различные функции обнаружения на вашем сервере.
timeline_preview:Наведвальнікі, якія выйшлі, змогуць праглядаць апошнія публічныя допісы на серверы.
timeline_preview:Наведвальнікі, якія выйшлі, змогуць праглядаць апошнія публічныя допісы на серверы.
trendable_by_default:Прапусціць ручны агляд трэндавага змесціва. Асобныя элементы ўсё яшчэ можна будзе выдаліць з трэндаў пастфактум.
trendable_by_default:Прапусціць ручны агляд трэндавага змесціва. Асобныя элементы ўсё яшчэ можна будзе выдаліць з трэндаў пастфактум.
trends:Трэнды паказваюць, якія допісы, хэштэгі і навіны набываюць папулярнасць на вашым серверы.
trends:Трэнды паказваюць, якія допісы, хэштэгі і навіны набываюць папулярнасць на вашым серверы.
trends_as_landing_page:Паказваць папулярнае змесціва карыстальнікам, якія выйшлі з сістэмы, і наведвальнікам, замест апісання гэтага сервера. Патрабуецца ўключэнне трэндаў.
form_challenge:
form_challenge:
current_password:Вы ўваходзіце ў бяспечную зону
current_password:Вы ўваходзіце ў бяспечную зону
imports:
imports:
@ -227,6 +228,7 @@ be:
hide:Схаваць цалкам
hide:Схаваць цалкам
warn:Схаваць з папярэджаннем
warn:Схаваць з папярэджаннем
form_admin_settings:
form_admin_settings:
activity_api_enabled:Апублікаваць зводную статыстыку аб актыўнасці карыстальнікаў API
backups_retention_period:Працягласць захавання архіву карыстальніка
backups_retention_period:Працягласць захавання архіву карыстальніка
bootstrap_timeline_accounts:Заўсёды раіць гэтыя ўліковыя запісы новым карыстальнікам
bootstrap_timeline_accounts:Заўсёды раіць гэтыя ўліковыя запісы новым карыстальнікам
closed_registrations_message:Уласнае паведамленне, калі рэгістрацыя немагчымая
closed_registrations_message:Уласнае паведамленне, калі рэгістрацыя немагчымая
@ -234,6 +236,7 @@ be:
custom_css:CSS карыстальніка
custom_css:CSS карыстальніка
mascot:Уласны маскот(спадчына)
mascot:Уласны маскот(спадчына)
media_cache_retention_period:Працягласць захавання кэшу для медыя
media_cache_retention_period:Працягласць захавання кэшу для медыя
peers_api_enabled:Апублікаваць спіс знойдзеных сервераў у API
site_short_description:Disgrifiad byr i helpu i adnabod eich gweinydd yn unigryw. Pwy sy'n ei redeg, ar gyfer pwy mae e?
site_short_description:Disgrifiad byr i helpu i adnabod eich gweinydd yn unigryw. Pwy sy'n ei redeg, ar gyfer pwy mae e?
site_terms:Defnyddiwch eich polisi preifatrwydd eich hun neu gadewch yn wag i ddefnyddio'r rhagosodiad. Mae modd ei strwythuro gyda chystrawen Markdown.
site_terms:Defnyddiwch eich polisi preifatrwydd eich hun neu gadewch yn wag i ddefnyddio'r rhagosodiad. Mae modd ei strwythuro gyda chystrawen Markdown.
site_title:Sut y gall pobl gyfeirio at eich gweinydd ar wahân i'w enw parth.
site_title:Sut y gall pobl gyfeirio at eich gweinydd ar wahân i'w enw parth.
status_page_url:URL tudalen lle gall pobl weld statws y gweinydd hwn yn ystod cyfnod o doriad gwasanaeth
theme:Thema sy'n allgofnodi ymwelwyr a defnyddwyr newydd yn gweld.
theme:Thema sy'n allgofnodi ymwelwyr a defnyddwyr newydd yn gweld.
thumbnail:Delwedd tua 2:1 yn cael ei dangos ochr yn ochr â manylion eich gweinydd.
thumbnail:Delwedd tua 2:1 yn cael ei dangos ochr yn ochr â manylion eich gweinydd.
timeline_preview:Bydd ymwelwyr sydd wedi allgofnodi yn gallu pori drwy'r postiadau cyhoeddus diweddaraf sydd ar gael ar y gweinydd.
timeline_preview:Bydd ymwelwyr sydd wedi allgofnodi yn gallu pori drwy'r postiadau cyhoeddus diweddaraf sydd ar gael ar y gweinydd.
trendable_by_default:Hepgor adolygiad llaw o gynnwys sy'n tueddu. Gall eitemau unigol gael eu tynnu o dueddiadau o hyd ar ôl y ffaith.
trendable_by_default:Hepgor adolygiad llaw o gynnwys sy'n tueddu. Gall eitemau unigol gael eu tynnu o dueddiadau o hyd ar ôl y ffaith.
trends:Mae pynciau llosg yn dangos y postiadau, hashnodau, a newyddion sy'n denu sylw ar eich gweinydd.
trends:Mae pynciau llosg yn dangos y postiadau, hashnodau, a newyddion sy'n denu sylw ar eich gweinydd.
trends_as_landing_page:Dangos cynnwys tueddiadol i ddefnyddwyr ac ymwelwyr sydd wedi allgofnodi yn lle disgrifiad o'r gweinydd hwn. Mae angen galluogi tueddiadau.
form_challenge:
form_challenge:
current_password:Rydych chi'n mynd i mewn i ardal ddiogel
current_password:Rydych chi'n mynd i mewn i ardal ddiogel
imports:
imports:
@ -251,11 +253,13 @@ cy:
site_short_description:Disgrifiad y gweinydd
site_short_description:Disgrifiad y gweinydd
site_terms:Polisi Preifatrwydd
site_terms:Polisi Preifatrwydd
site_title:Enw'r gweinydd
site_title:Enw'r gweinydd
status_page_url:URL tudalen statws
theme:Thema ragosodedig
theme:Thema ragosodedig
thumbnail:Lluniau bach gweinydd
thumbnail:Lluniau bach gweinydd
timeline_preview:Caniatáu mynediad heb ei ddilysu i linellau amser cyhoeddus
timeline_preview:Caniatáu mynediad heb ei ddilysu i linellau amser cyhoeddus
trendable_by_default:Caniatáu pynciau llosg heb adolygiad
trendable_by_default:Caniatáu pynciau llosg heb adolygiad
trends:Galluogi pynciau llosg
trends:Galluogi pynciau llosg
trends_as_landing_page:Defnyddio tueddiadau fel y dudalen gartref
interactions:
interactions:
must_be_follower:Blocio hysbysiadau o bobl nad ydynt yn eich dilyn
must_be_follower:Blocio hysbysiadau o bobl nad ydynt yn eich dilyn
must_be_following:Blocio hysbysiadau o bobl nad ydych yn eu dilyn
must_be_following:Blocio hysbysiadau o bobl nad ydych yn eu dilyn
setting_aggregate_reblogs:Zeige denselben Beitrag nicht nochmal an, wenn er erneut geteilt wurde (dies betrifft nur neulich erhaltene erneut geteilte Beiträge)
setting_aggregate_reblogs:Zeige denselben Beitrag nicht nochmal an, wenn er erneut geteilt wurde (dies betrifft nur neulich erhaltene erneut geteilte Beiträge)
setting_always_send_emails:Normalerweise werden Benachrichtigungen nicht per E-Mail verschickt, wenn du gerade auf Mastodon aktiv bist
setting_always_send_emails:Normalerweise werden Benachrichtigungen nicht per E-Mail verschickt, wenn du gerade auf Mastodon aktiv bist
setting_default_sensitive:Medien, die mit einer Inhaltswarnung versehen worden sind, werden erst nach einem zusätzlichen Klick angezeigt
setting_default_sensitive:Medien, die mit einer Inhaltswarnung versehen worden sind, werden erst nach einem zusätzlichen Klick angezeigt
setting_display_media_default:Medien mit Inhaltswarnung verbergen
setting_display_media_default:Medien mit Inhaltswarnung ausblenden
setting_display_media_hide_all:Medien immer verbergen
setting_display_media_hide_all:Medien immer ausblenden
setting_display_media_show_all:Medien mit Inhaltswarnung immer anzeigen
setting_display_media_show_all:Medien mit Inhaltswarnung immer anzeigen
setting_hide_network:Wem du folgst und wer dir folgt, wird in deinem Profil nicht angezeigt
setting_hide_network:Wem du folgst und wer dir folgt, wird in deinem Profil nicht angezeigt
setting_noindex:Betrifft alle öffentlichen Daten deines Profils, z. B. deine Beiträge, Account-Empfehlungen und „Über mich“
setting_noindex:Betrifft alle öffentlichen Daten deines Profils, z. B. deine Beiträge, Account-Empfehlungen und „Über mich“
disable:Malhelpi la uzanton uzi sian konton, sed ne forigi aŭ kaŝi ties enhavojn.
disable:Malhelpi la uzanton uzi sian konton, sed ne forigi aŭ kaŝi ties enhavojn.
none:Uzu ĉi tion por sendi averton al la uzanto, sen ekigi alian agon.
none:Uzu ĉi tion por sendi averton al la uzanto, sen ekigi alian agon.
sensitive:Devigi ĉiujn da plurmediaj aldonaĵoj esti markitaj kiel sentemaj.
sensitive:Devigi ĉiujn da plurmediaj aldonaĵoj esti markitaj kiel sentemaj.
silence:Malhelpu la uzanton povi afiŝi kun publika videbleco, kaŝu iliajn afiŝojn kaj sciigojn de homoj, kiuj ne sekvas ilin. Fermas ĉiujn raportojn kontraŭ ĉi tiu konto.
suspend:Malhelpu ajnan interagadon de aŭ al ĉi tiu konto kaj forigu ĝian enhavon. Revertebla ene de 30 tagoj. Fermas ĉiujn raportojn kontraŭ ĉi tiu konto.
warning_preset_id:Malnepra. Vi povas ankoraŭ aldoni propran tekston al la fino de la antaŭagordo
warning_preset_id:Malnepra. Vi povas ankoraŭ aldoni propran tekston al la fino de la antaŭagordo
announcement:
announcement:
all_day:Kiam markita, nur la datoj de la tempointervalo estos montrataj
all_day:Kiam markita, nur la datoj de la tempointervalo estos montrataj
@ -72,6 +74,7 @@ eo:
hide:Tute kaŝigi la filtritajn enhavojn, kvazau ĝi ne ekzistis
hide:Tute kaŝigi la filtritajn enhavojn, kvazau ĝi ne ekzistis
warn:Kaŝi la enhavon filtritan malantaŭ averto mencianta la nomon de la filtro
warn:Kaŝi la enhavon filtritan malantaŭ averto mencianta la nomon de la filtro
form_admin_settings:
form_admin_settings:
activity_api_enabled:Nombroj de loke publikigitaj afiŝoj, aktivaj uzantoj kaj novaj registradoj en semajnaj siteloj
backups_retention_period:Konservi generitajn uzantoarkivojn por la kvanto de tagoj.
backups_retention_period:Konservi generitajn uzantoarkivojn por la kvanto de tagoj.
bootstrap_timeline_accounts:Ĉi tiuj kontoj pinglitas al la supro de sekvorekomendoj de novaj uzantoj.
bootstrap_timeline_accounts:Ĉi tiuj kontoj pinglitas al la supro de sekvorekomendoj de novaj uzantoj.
closed_registrations_message:Montrita kiam registroj fermitas
closed_registrations_message:Montrita kiam registroj fermitas
@ -79,6 +82,7 @@ eo:
custom_css:Vi povas meti propajn stilojn en la retversio de Mastodon.
custom_css:Vi povas meti propajn stilojn en la retversio de Mastodon.
mascot:Anstatauigi la ilustraĵon en la altnivela retinterfaco.
mascot:Anstatauigi la ilustraĵon en la altnivela retinterfaco.
media_cache_retention_period:Elŝutitaj audovidaĵojn forigotas post la kvanto de tagoj kiam fiksitas al pozitiva nombro.
media_cache_retention_period:Elŝutitaj audovidaĵojn forigotas post la kvanto de tagoj kiam fiksitas al pozitiva nombro.
peers_api_enabled:Listo de domajnaj nomoj kiujn ĉi tiu servilo renkontis en la fediverso. Neniuj datumoj estas inkluditaj ĉi tie pri ĉu vi federacias kun donita servilo, nur ke via servilo scias pri ĝi. Ĉi tio estas uzata de servoj kiuj kolektas statistikojn pri federacio en ĝenerala signifo.
profile_directory:La profilujo listigas ĉiujn uzantojn kiu volonte malkovrebli.
profile_directory:La profilujo listigas ĉiujn uzantojn kiu volonte malkovrebli.
require_invite_text:Kiam registroj bezonas permanan aprobon, igi la "Kial vi volas aliĝi?" tekstoenigon deviga anstau nedeviga
require_invite_text:Kiam registroj bezonas permanan aprobon, igi la "Kial vi volas aliĝi?" tekstoenigon deviga anstau nedeviga
site_contact_email:Kiel personoj povas kontakti vin por juraj au subtenaj demandoj.
site_contact_email:Kiel personoj povas kontakti vin por juraj au subtenaj demandoj.
@ -87,11 +91,13 @@ eo:
site_short_description:Mallonga priskribo por helpi unike identigi vian servilon. Kiu faras, por kiu?
site_short_description:Mallonga priskribo por helpi unike identigi vian servilon. Kiu faras, por kiu?
site_terms:Uzu vian sian privatecan politekon au ignoru por uzi la defaulton.
site_terms:Uzu vian sian privatecan politekon au ignoru por uzi la defaulton.
site_title:Kiel personoj voki vian servilon anstatau ĝia domajnnomo.
site_title:Kiel personoj voki vian servilon anstatau ĝia domajnnomo.
status_page_url:URL de paĝo kie homoj povas vidi la staton de ĉi tiu servilo dum malfunkcio
theme:Etoso kiun elsalutitaj vizitantoj kaj novaj uzantoj vidas.
theme:Etoso kiun elsalutitaj vizitantoj kaj novaj uzantoj vidas.
thumbnail:Ĉirkaua 2:1 bildo montritas kun via servilinformo.
thumbnail:Ĉirkaua 2:1 bildo montritas kun via servilinformo.
timeline_preview:Elsalutitaj vizitantoj povos vidi la plej lastajn publikajn mesaĝojn disponeblaj en la servilo.
timeline_preview:Elsalutitaj vizitantoj povos vidi la plej lastajn publikajn mesaĝojn disponeblaj en la servilo.
trendable_by_default:Ignori permanan kontrolon de tendenca enhavo.
trendable_by_default:Ignori permanan kontrolon de tendenca enhavo.
trends:Tendencoj montras kiu mesaĝoj, kradvortoj kaj novaĵoj populariĝas en via servilo.
trends:Tendencoj montras kiu mesaĝoj, kradvortoj kaj novaĵoj populariĝas en via servilo.
trends_as_landing_page:Montru tendencan enhavon al elsalutitaj uzantoj kaj vizitantoj anstataŭ priskribo de ĉi tiu servilo. Necesas ke tendencoj estu ebligitaj.
form_challenge:
form_challenge:
current_password:Vi eniras sekuran areon
current_password:Vi eniras sekuran areon
imports:
imports:
@ -227,6 +233,7 @@ eo:
hide:Kaŝi komplete
hide:Kaŝi komplete
warn:Kaŝi malantaŭ averto
warn:Kaŝi malantaŭ averto
form_admin_settings:
form_admin_settings:
activity_api_enabled:Publikigi entutajn statistikojn pri uzantagado en la API
backups_retention_period:Uzantoarkivretendauro
backups_retention_period:Uzantoarkivretendauro
bootstrap_timeline_accounts:Ĉiam rekomendi ĉi tiujn kontojn al novaj uzantoj
bootstrap_timeline_accounts:Ĉiam rekomendi ĉi tiujn kontojn al novaj uzantoj
closed_registrations_message:Kutima mesaĝo kiam registroj ne estas disponeblaj
closed_registrations_message:Kutima mesaĝo kiam registroj ne estas disponeblaj
disable:Estä käyttäjää käyttämästä tiliään, mutta älä poista tai piilota sen sisältöä.
disable:Estä käyttäjää käyttämästä tiliään, mutta älä poista tai piilota sen sisältöä.
none:Käytä tätä lähettääksesi varoituksen käyttäjälle käynnistämättä mitään muita toimintoja.
none:Käytä tätä lähettääksesi varoituksen käyttäjälle käynnistämättä mitään muita toimintoja.
sensitive:Pakota kaikki tämän käyttäjän mediatiedostot arkaluontoisiksi.
sensitive:Pakota kaikki tämän käyttäjän mediatiedostot arkaluontoisiksi.
silence:Estä käyttäjää lähettämästä viestejä julkisesti, piilota hänen viestinsä ja ilmoituksensa ihmisiltä, jotka eivät seuraa häntä. Sulkee kaikki tämän tilin raportit.
suspend:Estä kaikki vuorovaikutus tältä -tai tälle tilille ja poista sen kaikki sisältö. Päätös voidaan peruuttaa 30 päivän aikana. Sulkee kaikki raportit tätä tiliä vasten.
suspend:Estä kaikki vuorovaikutus tältä -tai tälle tilille ja poista sen kaikki sisältö. Päätös voidaan peruuttaa 30 päivän aikana. Sulkee kaikki raportit tätä tiliä vasten.
warning_preset_id:Valinnainen. Voit silti lisätä mukautetun tekstin esiasetuksen loppuun
warning_preset_id:Valinnainen. Voit silti lisätä mukautetun tekstin esiasetuksen loppuun
site_short_description:Краткое описание, помогающее однозначно идентифицировать ваш сервер. Кто им управляет, для кого он предназначен?
site_short_description:Краткое описание, помогающее однозначно идентифицировать ваш сервер. Кто им управляет, для кого он предназначен?
site_terms:Используйте свою собственную политику конфиденциальности или оставьте пустым, чтобы использовать политику по умолчанию. Можно использовать синтаксис Markdown.
site_terms:Используйте свою собственную политику конфиденциальности или оставьте пустым, чтобы использовать политику по умолчанию. Можно использовать синтаксис Markdown.
site_title:Как люди могут ссылаться на ваш сервер, помимо его доменного имени.
site_title:Как люди могут ссылаться на ваш сервер, помимо его доменного имени.
status_page_url:URL страницы, на которой люди могут видеть статус этого сервера во время отключения
theme:Тема, которую видят вышедшие из системы посетители и новые пользователи.
theme:Тема, которую видят вышедшие из системы посетители и новые пользователи.
thumbnail:Изображение примерно 2:1, отображаемое рядом с информацией о вашем сервере.
thumbnail:Изображение примерно 2:1, отображаемое рядом с информацией о вашем сервере.
timeline_preview:Посетители, вышедшие из системы, смогут просматривать последние публичные сообщения, имеющиеся на сервере.
timeline_preview:Посетители, вышедшие из системы, смогут просматривать последние публичные сообщения, имеющиеся на сервере.
trendable_by_default:Пропустить ручной просмотр трендового контента. Отдельные элементы могут быть удалены из трендов уже постфактум.
trendable_by_default:Пропустить ручной просмотр трендового контента. Отдельные элементы могут быть удалены из трендов уже постфактум.
trends:Тренды показывают, какие посты, хэштеги и новостные истории набирают обороты на вашем сервере.
trends:Тренды показывают, какие посты, хэштеги и новостные истории набирают обороты на вашем сервере.
trends_as_landing_page:Показывать популярный контент для выходов пользователей и посетителей, а не для описания этого сервера. Требует включения тенденций.
form_challenge:
form_challenge:
current_password:Вы переходите к настройкам безопасности
current_password:Вы переходите к настройкам безопасности
imports:
imports:
@ -251,11 +253,13 @@ ru:
site_short_description:Описание сервера
site_short_description:Описание сервера
site_terms:Политика конфиденциальности
site_terms:Политика конфиденциальности
site_title:Имя сервера
site_title:Имя сервера
status_page_url:Страница уведомлений
theme:Тема по умолчанию
theme:Тема по умолчанию
thumbnail:Изображение сервера
thumbnail:Изображение сервера
timeline_preview:Разрешить доступ к публичным лентам без авторизации
timeline_preview:Разрешить доступ к публичным лентам без авторизации
trendable_by_default:Разрешить треды без предварительной проверки
trendable_by_default:Разрешить треды без предварительной проверки
trends:Включить тренды
trends:Включить тренды
trends_as_landing_page:Использовать тенденции в качестве целевой страницы
interactions:
interactions:
must_be_follower:Присылать уведомления только от подписчиков
must_be_follower:Присылать уведомления только от подписчиков
must_be_following:Присылать уведомления только от людей на которых вы подписаны
must_be_following:Присылать уведомления только от людей на которых вы подписаны
about_mastodon_html:Mastodon <em>ücretsiz ve açık kaynaklı</em> bir sosyal ağdır. <em>Merkezileştirilmemiş</em> yapısı sayesinde diğer ticari sosyal platformların aksine iletişimininizin tek bir firmada tutulmasının/yönetilmesinin önüne geçer. Güvendiğiniz bir sunucuyu seçerek oradaki kişilerle etkileşimde bulunabilirsiniz. Herkes kendi Mastodon sunucusunu kurabilir ve sorunsuz bir şekilde Mastodon <em>sosyal ağına</em> dahil edebilir.
about_mastodon_html:Mastodon <em>ücretsiz ve açık kaynaklı</em> bir sosyal ağdır. <em>Merkezileştirilmemiş</em> yapısı sayesinde diğer ticari sosyal platformların aksine iletişimininizin tek bir firmada tutulmasının/yönetilmesinin önüne geçer. Güvendiğiniz bir sunucuyu seçerek oradaki kişilerle etkileşimde bulunabilirsiniz. Herkes kendi Mastodon sunucusunu kurabilir ve sorunsuz bir şekilde Mastodon <em>sosyal ağına</em> dahil edebilir.
contact_missing:Ayarlanmadı
contact_missing:Ayarlanmadı
contact_unavailable:Yok
contact_unavailable:Bulunamadı
hosted_on:Mastodon %{domain} üzerinde barındırılıyor
hosted_on:Mastodon %{domain} üzerinde barındırılıyor
title:Hakkında
title:Hakkında
accounts:
accounts:
@ -11,7 +11,7 @@ tr:
followers:
followers:
one:Takipçi
one:Takipçi
other:Takipçi
other:Takipçi
following:Takip edilenler
following:Takip ediliyor
instance_actor_flash:Bu hesap, herhangi bir bireysel kullanıcı değil, sunucunun kendisini temsil etmek için kullanılan sanal bir aktördür. Birleştirme amacıyla kullanılmaktadır ve askıya alınmamalıdır.
instance_actor_flash:Bu hesap, herhangi bir bireysel kullanıcı değil, sunucunun kendisini temsil etmek için kullanılan sanal bir aktördür. Birleştirme amacıyla kullanılmaktadır ve askıya alınmamalıdır.
last_active:son etkinlik
last_active:son etkinlik
link_verified_on:Bu bağlantının mülkiyeti %{date} tarihinde kontrol edildi
link_verified_on:Bu bağlantının mülkiyeti %{date} tarihinde kontrol edildi
@ -34,7 +34,7 @@ tr:
add_email_domain_block:E-posta alan adını engelle
add_email_domain_block:E-posta alan adını engelle
approve:Onayla
approve:Onayla
approved_msg:"%{username} adlı kullanıcının kayıt başvurusu başarıyla onaylandı"
approved_msg:"%{username} adlı kullanıcının kayıt başvurusu başarıyla onaylandı"
are_you_sure:Emin misiniz?
are_you_sure:Emin misin?
avatar:Profil resmi
avatar:Profil resmi
by_domain:Alan adı
by_domain:Alan adı
change_email:
change_email:
@ -56,17 +56,17 @@ tr:
delete:Veriyi sil
delete:Veriyi sil
deleted:Silindi
deleted:Silindi
demote:Düşür
demote:Düşür
destroyed_msg:"%{username} verilerinin hemen silinmesi için kuyruğa alındı"
destroyed_msg:"%{username} adlı kullanıcının verilerinin silinmesi sıraya alındı"
disable:Devre dışı
disable:Dondur
disable_sign_in_token_auth:E-posta token doğrulamayı devre dışı bırak
disable_sign_in_token_auth:E-posta token doğrulamayı devre dışı bırak
enabled_msg:"%{username} hesabı başarıyla çözüldü"
enabled_msg:"%{username} hesabı başarıyla çözüldü"
@ -634,6 +634,8 @@ tr:
close_reports_html:"<strong>@%{acct}</strong> hesabına yönelik <strong>tüm</strong> bildirimleri çözüldü olarak işaretle"
close_reports_html:"<strong>@%{acct}</strong> hesabına yönelik <strong>tüm</strong> bildirimleri çözüldü olarak işaretle"
delete_data_html:İlgili sürede askıdan alınması kaldırılmazsa <strong>@%{acct}</strong> hesabının profilini ve içeriğini şu andan itibaren 30 gün içinde sil
delete_data_html:İlgili sürede askıdan alınması kaldırılmazsa <strong>@%{acct}</strong> hesabının profilini ve içeriğini şu andan itibaren 30 gün içinde sil
preview_preamble_html:"<strong>@%{acct}</strong> aşağıdaki içerikle bir uyarı alacaktır:"
preview_preamble_html:"<strong>@%{acct}</strong> aşağıdaki içerikle bir uyarı alacaktır:"
send_email_html:"<strong>@%{acct}</strong> adlı kullanıcıya uyarı e-maili gönder"
warning_placeholder:İsteğe bağlı ek nedenden denetim eylemi.