2
0

Compare commits

...

34 Commits

Author SHA1 Message Date
Nicolas Dextraze
d926537305 fix max chars to 1024 2025-10-22 18:00:32 -04:00
Claire
c2fb12d22d Bump version to v4.4.8 (#36542) 2025-10-21 15:12:37 +02:00
Claire
2dc4552229 Merge commit from fork
* Add validation to reject quotes of reblogs

* Do not process quotes of reblogs as potentially valid quotes

* Refuse to serve quoted reblogs over REST API
2025-10-21 15:00:28 +02:00
Claire
8965e1bfa9 Bump version to v4.4.7 (#36473) 2025-10-15 10:12:23 +02:00
Claire
1e27ab0885 Fix moderation warning e-mails that include posts (#36462) 2025-10-14 17:15:58 +02:00
Jonathan de Jong
cef2c50a71 Fix allow_referrer_origin typo (#36460) 2025-10-14 17:15:58 +02:00
Claire
d7f4eca801 Fix streaming still being authorized for suspended accounts (#36449) 2025-10-13 15:35:58 +02:00
Claire
adf291631e Bump version to v4.4.6 (#36444) 2025-10-13 14:43:01 +02:00
Emelia Smith
cbef4c9e65 Merge commit from fork 2025-10-13 14:20:57 +02:00
Claire
1631fb80e8 Merge commit from fork
* Ensure tootctl revokes sessions, access tokens and web push subscriptions

* Fix test coverage

---------

Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
2025-10-13 14:20:23 +02:00
Claire
8477bec2f2 Merge commit from fork
* Streaming: Ensure disabled users cannot connect to streaming

* Streaming: Disconnect when the user is disabled

---------

Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
2025-10-13 14:19:14 +02:00
Claire
6796765363 Update dependency openssl 2025-10-13 11:03:33 +02:00
Claire
044a20f12d Update dependency rack 2025-10-13 11:03:33 +02:00
github-actions[bot]
e4bdbccba8 New Crowdin Translations for stable-4.4 (automated) (#36431)
Co-authored-by: GitHub Actions <noreply@github.com>
2025-10-10 18:19:25 +02:00
Claire
d7d6407d41 Explicitly record Tombstone quotes as deleted
This adds a `deleted` state to the internal representation, but this does
not change the API, which already included such a state.
2025-10-09 17:37:23 +02:00
Claire
a186bad399 Fix "quote": { "type": "Tombstone" } being ignored 2025-10-09 17:37:23 +02:00
Claire
67575e59e6 Fix quote post state sometimes not being updated through streaming server (#36408) 2025-10-09 17:37:23 +02:00
Matt Jankowski
d9113976c8 Use tag filter for pending tag count on admin dashboard (#36404) 2025-10-09 17:37:23 +02:00
Claire
670316499f Update dependency uri 2025-10-08 16:26:13 +02:00
Claire
3c725240fd Update dependency rack 2025-10-08 16:26:13 +02:00
Claire
d8ddf95485 Fix JSON payload being potentially mutated when processing interaction policies (#36392) 2025-10-08 16:26:13 +02:00
Emelia Smith
4c12c2ed60 Add integration tests for mastodon-streaming (#36025)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: David Roetzel <david@roetzel.de>
2025-10-08 16:26:13 +02:00
diondiondion
636ecd1d03 Display quotes in email notifications (#36379) 2025-10-08 16:26:13 +02:00
Claire
cb0065cfe9 Fix redirect to external object when URL is missing or malformed (#36347) 2025-10-08 16:26:13 +02:00
diondiondion
6ae1b4fae9 Allow quotes to be displayed in the featured carousel (#36335) 2025-10-08 16:26:13 +02:00
Claire
dc6d8f8825 Bump version to v4.4.5 2025-09-23 14:33:16 +02:00
Claire
dd0647ca45 Update dependency rexml 2025-09-23 14:33:16 +02:00
Claire
70e2eb49df Add support for has:quote in search (#36217) 2025-09-23 14:33:16 +02:00
Claire
bef28b2e51 Fix processing of out-of-order Update as implicit updates (#36190) 2025-09-22 16:54:04 +02:00
Claire
0b66bd591f Fix getting Create and Update out of order (#36176) 2025-09-22 16:54:04 +02:00
Claire
a94d7bf520 Change quoted posts from silenced accounts not to be hidden (#36166) 2025-09-22 16:54:04 +02:00
Claire
c8551a3eca Add click-through for quoted limited accounts (#36167) 2025-09-22 16:54:04 +02:00
Claire
06c2393805 Fix quote with CW but no text being shown without CW (#36150) 2025-09-17 18:01:19 +02:00
Claire
4e85b9073b Fix typo in changelog (#36140) 2025-09-16 17:39:45 +02:00
117 changed files with 1858 additions and 488 deletions

View File

@@ -2,6 +2,62 @@
All notable changes to this project will be documented in this file.
## [4.4.8] - 2025-10-21
### Security
- Fix quote control bypass ([GHSA-8h43-rcqj-wpc6](https://github.com/mastodon/mastodon/security/advisories/GHSA-8h43-rcqj-wpc6))
## [4.4.7] - 2025-10-15
### Fixed
- Fix forwarder being called with `nil` status when quote post is soft-deleted (#36463 by @ClearlyClaire)
- Fix moderation warning e-mails that include posts (#36462 by @ClearlyClaire)
- Fix allow_referrer_origin typo (#36460 by @ShadowJonathan)
## [4.4.6] - 2025-10-13
### Security
- Update dependencies `rack` and `uri`
- Fix streaming server connection not being closed on user suspension (by @ThisIsMissEm, [GHSA-r2fh-jr9c-9pxh](https://github.com/mastodon/mastodon/security/advisories/GHSA-r2fh-jr9c-9pxh))
- Fix password change through admin CLI not invalidating existing sessions and access tokens (by @ThisIsMissEm, [GHSA-f3q3-rmf7-9655](https://github.com/mastodon/mastodon/security/advisories/GHSA-f3q3-rmf7-9655))
- Fix streaming server allowing access to public timelines even without the `read` or `read:statuses` OAuth scopes (by @ThisIsMissEm, [GHSA-7gwh-mw97-qjgp](https://github.com/mastodon/mastodon/security/advisories/GHSA-7gwh-mw97-qjgp))
### Added
- Add support for processing quotes of deleted posts signaled through a `Tombstone` (#36381 by @ClearlyClaire)
### Fixed
- Fix quote post state sometimes not being updated through streaming server (#36408 by @ClearlyClaire)
- Fix inconsistent “pending tags” count on admin dashboard (#36404 by @mjankowski)
- Fix JSON payload being potentially mutated when processing interaction policies (#36392 by @ClearlyClaire)
- Fix quotes not being displayed in email notifications (#36379 by @diondiondion)
- Fix redirect to external object when URL is missing or malformed (#36347 by @ClearlyClaire)
- Fix quotes not being displayed in the featured carousel (#36335 by @diondiondion)
## [4.4.5] - 2025-09-23
### Security
- Update dependencies
### Added
- Add support for `has:quote` in search (#36217 by @ClearlyClaire)
### Changed
- Change quoted posts from silenced accounts to use a click-through rather than being hidden (#36166 and #36167 by @ClearlyClaire)
### Fixed
- Fix processing of out-of-order `Update` as implicit updates (#36190 by @ClearlyClaire)
- Fix getting `Create` and `Update` out of order (#36176 by @ClearlyClaire)
- Fix quotes with Content Warnings but no text being shown without Content Warnings (#36150 by @ClearlyClaire)
## [4.4.4] - 2025-09-16
### Security
@@ -18,7 +74,7 @@ All notable changes to this project will be documented in this file.
- Fix WebUI handling of deleted quoted posts (#35909 and #35918 by @ClearlyClaire and @diondiondion)
- Fix “Edit” and “Delete & Redraft” on a poll not inserting empty option (#35892 by @ClearlyClaire)
- Fix loading of some compatibility CSS on some configurations (#35876 by @shleeable)
- Fix HttpLog not being enabled with `RAILS_LOGÈ_LEVEL=debug` (#35833 by @mjankowski)
- Fix HttpLog not being enabled with `RAILS_LOG_LEVEL=debug` (#35833 by @mjankowski)
- Fix self-destruct scheduler behavior on some Redis setups (#35823 by @ClearlyClaire)
- Fix `tootctl admin create` not bypassing reserved username checks (#35779 by @ClearlyClaire)
- Fix interaction policy changes in implicit updates not being saved (#35751 by @ClearlyClaire)

View File

@@ -159,6 +159,9 @@ group :test do
# Stub web requests for specs
gem 'webmock', '~> 3.18'
# Websocket driver for testing integration between rails/sidekiq and streaming
gem 'websocket-driver', '~> 0.8', require: false
end
group :development do

View File

@@ -494,7 +494,7 @@ GEM
tzinfo
validate_url
webfinger (~> 2.0)
openssl (3.3.0)
openssl (3.3.1)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
opentelemetry-api (1.5.0)
@@ -642,7 +642,7 @@ GEM
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.16)
rack (3.1.18)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (3.0.0)
@@ -725,7 +725,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.4.1)
rexml (3.4.4)
rotp (6.3.0)
rouge (4.5.2)
rpam2 (4.0.2)
@@ -899,7 +899,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.3)
uri (1.0.4)
useragent (0.16.11)
validate_url (1.0.15)
activemodel (>= 3.0.0)
@@ -932,7 +932,7 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.1)
websocket-driver (0.7.7)
websocket-driver (0.8.0)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
@@ -1096,6 +1096,7 @@ DEPENDENCIES
webauthn (~> 3.0)
webmock (~> 3.18)
webpush!
websocket-driver (~> 0.8)
xorcist (~> 1.1)
RUBY VERSION

View File

@@ -9,10 +9,16 @@ module Admin
@pending_appeals_count = Appeal.pending.async_count
@pending_reports_count = Report.unresolved.async_count
@pending_tags_count = Tag.pending_review.async_count
@pending_tags_count = pending_tags.async_count
@pending_users_count = User.pending.async_count
@system_checks = Admin::SystemCheck.perform(current_user)
@time_period = (29.days.ago.to_date...Time.now.utc.to_date)
end
private
def pending_tags
::Trends::TagFilter.new(status: :pending_review).results
end
end
end

View File

@@ -81,7 +81,7 @@ export function normalizeStatus(status, normalOldStatus) {
} else {
// If the status has a CW but no contents, treat the CW as if it were the
// status' contents, to avoid having a CW toggle with seemingly no effect.
if (normalStatus.spoiler_text && !normalStatus.content) {
if (normalStatus.spoiler_text && !normalStatus.content && !normalStatus.quote) {
normalStatus.content = normalStatus.spoiler_text;
normalStatus.spoiler_text = '';
}

View File

@@ -20,7 +20,7 @@ import { useDrag } from '@use-gesture/react';
import { expandAccountFeaturedTimeline } from '@/mastodon/actions/timelines';
import { Icon } from '@/mastodon/components/icon';
import { IconButton } from '@/mastodon/components/icon_button';
import StatusContainer from '@/mastodon/containers/status_container';
import { StatusQuoteManager } from '@/mastodon/components/status_quoted';
import { usePrevious } from '@/mastodon/hooks/usePrevious';
import { useAppDispatch, useAppSelector } from '@/mastodon/store';
import ChevronLeftIcon from '@/material-icons/400-24px/chevron_left.svg?react';
@@ -218,12 +218,7 @@ const FeaturedCarouselItem: React.FC<
ref={handleRef}
{...props}
>
<StatusContainer
// @ts-expect-error inferred props are wrong
id={statusId}
contextType='account'
withCounters
/>
<StatusQuoteManager id={statusId} contextType='account' withCounters />
</animated.div>
);
};

View File

@@ -1,4 +1,4 @@
import { useEffect, useMemo } from 'react';
import { useCallback, useEffect, useMemo } from 'react';
import { FormattedMessage } from 'react-intl';
@@ -11,13 +11,16 @@ import ArticleIcon from '@/material-icons/400-24px/article.svg?react';
import ChevronRightIcon from '@/material-icons/400-24px/chevron_right.svg?react';
import { Icon } from 'mastodon/components/icon';
import StatusContainer from 'mastodon/containers/status_container';
import { domain } from 'mastodon/initial_state';
import type { Status } from 'mastodon/models/status';
import type { RootState } from 'mastodon/store';
import { useAppDispatch, useAppSelector } from 'mastodon/store';
import QuoteIcon from '../../images/quote.svg?react';
import { revealAccount } from '../actions/accounts_typed';
import { fetchStatus } from '../actions/statuses';
import { makeGetStatus } from '../selectors';
import { getAccountHidden } from '../selectors/accounts';
const MAX_QUOTE_POSTS_NESTING_LEVEL = 1;
@@ -73,6 +76,29 @@ type GetStatusSelector = (
props: { id?: string | null; contextType?: string },
) => Status | null;
const LimitedAccountHint: React.FC<{ accountId: string }> = ({ accountId }) => {
const dispatch = useAppDispatch();
const reveal = useCallback(() => {
dispatch(revealAccount({ id: accountId }));
}, [dispatch, accountId]);
return (
<>
<FormattedMessage
id='status.quote_error.limited_account_hint.title'
defaultMessage='This account has been hidden by the moderators of {domain}.'
values={{ domain }}
/>
<button onClick={reveal} className='link-button'>
<FormattedMessage
id='status.quote_error.limited_account_hint.action'
defaultMessage='Show anyway'
/>
</button>
</>
);
};
export const QuotedStatus: React.FC<{
quote: QuoteMap;
contextType?: string;
@@ -100,6 +126,14 @@ export const QuotedStatus: React.FC<{
const shouldLoadQuote = !status?.get('isLoading') && quoteState !== 'deleted';
const accountId: string | null = status?.get('account', null) as
| string
| null;
const hiddenAccount = useAppSelector(
(state) => accountId && getAccountHidden(state, accountId),
);
useEffect(() => {
if (shouldLoadQuote && quotedStatusId) {
dispatch(
@@ -164,6 +198,8 @@ export const QuotedStatus: React.FC<{
defaultMessage='This post cannot be displayed.'
/>
);
} else if (hiddenAccount && accountId) {
quoteError = <LimitedAccountHint accountId={accountId} />;
}
if (quoteError) {

View File

@@ -115,7 +115,7 @@
"annual_report.summary.archetype.replier": "الفراشة الاجتماعية",
"annual_report.summary.followers.followers": "المُتابِعُون",
"annual_report.summary.followers.total": "{count} في المجمل",
"annual_report.summary.here_it_is": "هذا ملخص الخص بك لسنة {year}:",
"annual_report.summary.here_it_is": "فيما يلي ملخصك لسنة {year}:",
"annual_report.summary.highlighted_post.by_favourites": "المنشور ذو أعلى عدد تفضيلات",
"annual_report.summary.highlighted_post.by_reblogs": "أكثر منشور مُعاد نشره",
"annual_report.summary.highlighted_post.by_replies": "المنشور بأعلى عدد تعليقات",
@@ -873,6 +873,7 @@
"status.open": "وسّع هذا المنشور",
"status.pin": "دبّسه على الصفحة التعريفية",
"status.quote_error.filtered": "مُخفي بسبب إحدى إعدادات التصفية خاصتك",
"status.quote_error.limited_account_hint.action": "إظهاره على أي حال",
"status.quote_error.not_found": "لا يمكن عرض هذا المنشور.",
"status.quote_error.pending_approval": "هذا المنشور ينتظر موافقة صاحب المنشور الأصلي.",
"status.quote_error.rejected": "لا يمكن عرض هذا المنشور لأن صاحب المنشور الأصلي لا يسمح له بأن يكون مقتبس.",

View File

@@ -57,7 +57,7 @@
"account.locked_info": "Гэты ўліковы запіс пазначаны як схаваны. Уладальнік сам вырашае, хто можа падпісвацца на яго.",
"account.media": "Медыя",
"account.mention": "Згадаць @{name}",
"account.moved_to": "{name} указаў, што яго/яе новы ўліковы запіс цяпер:",
"account.moved_to": "{name} указаў(-ла), што яго/яе новы ўліковы запіс цяпер:",
"account.mute": "Ігнараваць @{name}",
"account.mute_notifications_short": "Не апавяшчаць",
"account.mute_short": "Ігнараваць",
@@ -68,10 +68,10 @@
"account.open_original_page": "Адкрыць арыгінальную старонку",
"account.posts": "Допісы",
"account.posts_with_replies": "Допісы і адказы",
"account.remove_from_followers": "Выдаліць карыстальніка {name} з падпісчыкаў",
"account.remove_from_followers": "Выдаліць {name} з падпісчыкаў",
"account.report": "Паскардзіцца на @{name}",
"account.requested": "Чакаецца ўхваленне. Націсніце, каб скасаваць запыт на падпіску",
"account.requested_follow": "{name} адправіў запыт на падпіску",
"account.requested_follow": "{name} адправіў(-ла) запыт на падпіску",
"account.requests_to_follow_you": "Хоча падпісацца на вас",
"account.share": "Абагуліць профіль @{name}",
"account.show_reblogs": "Паказаць падштурхоўванні ад @{name}",
@@ -229,7 +229,7 @@
"confirmations.discard_edit_media.confirm": "Адмяніць",
"confirmations.discard_edit_media.message": "У вас ёсць незахаваныя змены ў апісанні або прэв'ю, усе роўна скасаваць іх?",
"confirmations.follow_to_list.confirm": "Падпісацца і дадаць у спіс",
"confirmations.follow_to_list.message": "Вам трэба падпісацца на карыстальніка {name}, каб дадаць яго ў спіс.",
"confirmations.follow_to_list.message": "Вам трэба падпісацца на {name}, каб дадаць яго/яе ў спіс.",
"confirmations.follow_to_list.title": "Падпісацца на карыстальніка?",
"confirmations.logout.confirm": "Выйсці",
"confirmations.logout.message": "Вы ўпэўненыя, што хочаце выйсці?",
@@ -243,7 +243,7 @@
"confirmations.redraft.message": "Вы ўпэўнены, што хочаце выдаліць допіс і перапісаць яго? Упадабанні і пашырэнні згубяцца, а адказы да арыгінальнага допісу асірацеюць.",
"confirmations.redraft.title": "Выдаліць і перапісаць допіс?",
"confirmations.remove_from_followers.confirm": "Выдаліць падпісчыка",
"confirmations.remove_from_followers.message": "Карыстальнік {name} больш не будзе падпісаны на Вас. Упэўненыя, што хочаце працягнуць?",
"confirmations.remove_from_followers.message": "{name} больш не будзе падпісаны(-ая) на Вас. Упэўненыя, што хочаце працягнуць?",
"confirmations.remove_from_followers.title": "Выдаліць падпісчыка?",
"confirmations.unfollow.confirm": "Адпісацца",
"confirmations.unfollow.message": "Вы ўпэўненыя, што хочаце адпісацца ад {name}?",
@@ -580,29 +580,29 @@
"navigation_panel.expand_followed_tags": "Разгарнуць меню падпісак на хэштэгі",
"navigation_panel.expand_lists": "Разгарнуць меню спіса",
"not_signed_in_indicator.not_signed_in": "Вам трэба ўвайсці каб атрымаць доступ да гэтага рэсурсу.",
"notification.admin.report": "{name} паскардзіўся на {target}",
"notification.admin.report_account": "{name} паскардзіўся на {count, plural, one {# допіс} many {# допісаў} other {# допіса}} ад {target} з прычыны {category}",
"notification.admin.report_account_other": "{name} паскардзіўся на {count, plural, one {# допіс} many {# допісаў} other {# допіса}} ад {target}",
"notification.admin.report_statuses": "{name} паскардзіўся на {target} з прычыны {category}",
"notification.admin.report_statuses_other": "{name} паскардзіўся на {target}",
"notification.admin.sign_up": "{name} зарэгістраваўся",
"notification.admin.sign_up.name_and_others": "{name} і {count, plural, one {# іншы} other {# іншых}} зарэгістраваліся",
"notification.admin.report": "{name} паскардзіўся(-лась) на {target}",
"notification.admin.report_account": "{name} паскардзіўся(-лась) на {count, plural, one {# допіс} many {# допісаў} other {# допіса}} ад {target} з прычыны {category}",
"notification.admin.report_account_other": "{name} паскардзіўся(-лась) на {count, plural, one {# допіс} many {# допісаў} other {# допіса}} ад {target}",
"notification.admin.report_statuses": "{name} паскардзіўся(-лась) на {target} з прычыны {category}",
"notification.admin.report_statuses_other": "{name} паскардзіўся(-лась) на {target}",
"notification.admin.sign_up": "{name} зарэгістраваўся(-лась)",
"notification.admin.sign_up.name_and_others": "{name} і {count, plural, one {# іншы(-ая)} other {# іншых}} зарэгістраваліся",
"notification.annual_report.message": "Вас чакае Ваш #Wrapstodon нумар {year}! Падзяліцеся сваімі галоўнымі падзеямі і запамінальнымі момантамі ў Mastodon!",
"notification.annual_report.view": "Перайсці да #Wrapstodon",
"notification.favourite": "Карыстальнік {name} упадабаў Ваш допіс",
"notification.favourite.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы} other {# іншыя}}</a> ўпадабалі Ваш допіс",
"notification.favourite_pm": "Ваша асабістае згадванне ўпадабана {name}",
"notification.favourite_pm.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы} few {# іншыя} many {# іншых} other {# іншых}}</a> ўпадабалі ваша асабістае згадванне",
"notification.follow": "{name} падпісаўся на вас",
"notification.follow.name_and_others": "{name} і <a>{count, plural, one {# іншы} other {# іншыя}}</a> падпісаліся на Вас",
"notification.follow_request": "{name} адправіў запыт на падпіску",
"notification.favourite": "{name} упадабаў(-ла) Ваш допіс",
"notification.favourite.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы(-ая)} other {# іншыя}}</a> ўпадабалі Ваш допіс",
"notification.favourite_pm": "{name} упадабаў(-ла) Вашае прыватнае згадванне",
"notification.favourite_pm.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы(-ая)} few {# іншыя} many {# іншых} other {# іншых}}</a> ўпадабалі ваша асабістае згадванне",
"notification.follow": "{name} падпісаўся(-лась) на Вас",
"notification.follow.name_and_others": "{name} і <a>{count, plural, one {# іншы(-ая)} other {# іншыя}}</a> падпісаліся на Вас",
"notification.follow_request": "{name} адправіў(-ла) запыт на падпіску",
"notification.follow_request.name_and_others": "{name} і {count, plural, one {# іншы} many {# іншых} other {# іншых}} запыталіся падпісацца на вас",
"notification.label.mention": "Згадванне",
"notification.label.private_mention": "Асабістае згадванне",
"notification.label.private_reply": "Асабісты адказ",
"notification.label.reply": "Адказ",
"notification.mention": "Згадванне",
"notification.mentioned_you": "{name} згадаў вас",
"notification.mentioned_you": "{name} згадаў(-ла) Вас",
"notification.moderation-warning.learn_more": "Даведацца больш",
"notification.moderation_warning": "Вы атрымалі папярэджанне ад мадэратараў",
"notification.moderation_warning.action_delete_statuses": "Некаторыя Вашыя допісы былі выдаленыя.",
@@ -614,8 +614,8 @@
"notification.moderation_warning.action_suspend": "Ваш уліковы запіс быў заблакіраваны.",
"notification.own_poll": "Ваша апытанне скончылася",
"notification.poll": "Апытанне, дзе Вы прынялі ўдзел, скончылася",
"notification.reblog": "{name} пашырыў ваш допіс",
"notification.reblog.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы} many {# іншых} other {# іншых}}</a> пашырылі ваш допіс",
"notification.reblog": "{name} пашырыў(-ла) Ваш допіс",
"notification.reblog.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы(-ая)} many {# іншых} other {# іншых}}</a> пашырылі Ваш допіс",
"notification.relationships_severance_event": "Страціў сувязь з {name}",
"notification.relationships_severance_event.account_suspension": "Адміністратар з {from} прыпыніў працу ўліковага запісу {target}, што азначае, што Вы больш не можаце атрымліваць ад іх абнаўленні ці ўзаемадзейнічаць з імі.",
"notification.relationships_severance_event.domain_block": "Адміністратар з {from} заблакіраваў {target}, у тым ліку {followersCount} вашых падпісчыка(-аў) і {followingCount, plural, one {# уліковы запіс} few {# уліковыя запісы} many {# уліковых запісаў} other {# уліковых запісаў}}.",
@@ -843,7 +843,7 @@
"status.admin_account": "Адкрыць інтэрфейс мадэратара для @{name}",
"status.admin_domain": "Адкрыць інтэрфейс мадэратара для {domain}",
"status.admin_status": "Адкрыць гэты допіс у інтэрфейсе мадэрацыі",
"status.block": "Заблакаваць @{name}",
"status.block": "Заблакіраваць @{name}",
"status.bookmark": "Дадаць закладку",
"status.cancel_reblog_private": "Прыбраць",
"status.cannot_reblog": "Гэты допіс нельга пашырыць",
@@ -873,6 +873,8 @@
"status.open": "Разгарнуць гэты допіс",
"status.pin": "Замацаваць у профілі",
"status.quote_error.filtered": "Схавана адным з Вашых фільтраў",
"status.quote_error.limited_account_hint.action": "Усё адно паказаць",
"status.quote_error.limited_account_hint.title": "Гэты ўліковы запіс быў схаваны мадэратарамі {domain}.",
"status.quote_error.not_found": "Гэты допіс немагчыма паказаць.",
"status.quote_error.pending_approval": "Гэты допіс чакае ўхвалення ад аўтара арыгінала.",
"status.quote_error.rejected": "Гэты допіс немагчыма паказаць, паколькі аўтар арыгінала не дазваляе цытаваць яго.",

View File

@@ -240,6 +240,7 @@
"domain_block_modal.block_account_instead": "Stankañ @{name} kentoc'h",
"domain_block_modal.title": "Stankañ an domani?",
"domain_pill.server": "Dafariad",
"domain_pill.their_handle": "H·ec'h anaouder:",
"domain_pill.username": "Anv-implijer",
"domain_pill.whats_in_a_handle": "Petra eo an anaouder?",
"domain_pill.your_handle": "Hoc'h anaouder:",
@@ -260,6 +261,7 @@
"emoji_button.search_results": "Disoc'hoù an enklask",
"emoji_button.symbols": "Arouezioù",
"emoji_button.travel": "Beajiñ & Lec'hioù",
"empty_column.account_featured_other.unknown": "N'eo ket bet lakaet netra en a-raok gant ar gont-mañ.",
"empty_column.account_suspended": "Kont astalet",
"empty_column.account_timeline": "Embannadur ebet amañ!",
"empty_column.account_unavailable": "Profil dihegerz",
@@ -316,7 +318,7 @@
"follow_suggestions.popular_suggestion_longer": "Diouzh ar c'hiz war {domain}",
"follow_suggestions.view_all": "Gwelet pep tra",
"follow_suggestions.who_to_follow": "Piv heuliañ",
"followed_tags": "Gerioù-klik o heuli",
"followed_tags": "Gerioù-klik heuliet",
"footer.about": "Diwar-benn",
"footer.directory": "Kavlec'h ar profiloù",
"footer.get_app": "Pellgargañ an arload",
@@ -445,7 +447,7 @@
"navigation_bar.favourites": "Muiañ-karet",
"navigation_bar.filters": "Gerioù kuzhet",
"navigation_bar.follow_requests": "Rekedoù heuliañ",
"navigation_bar.followed_tags": "Gerioù-klik o heuli",
"navigation_bar.followed_tags": "Gerioù-klik heuliet",
"navigation_bar.follows_and_followers": "Heuliadennoù ha heulier·ezed·ien",
"navigation_bar.import_export": "Enporzhiañ hag ezporzhiañ",
"navigation_bar.lists": "Listennoù",
@@ -486,6 +488,7 @@
"notifications.column_settings.admin.sign_up": "Enskrivadurioù nevez :",
"notifications.column_settings.alert": "Kemennoù war ar burev",
"notifications.column_settings.favourite": "Muiañ-karet:",
"notifications.column_settings.filter_bar.advanced": "Diskouez an holl rummadoù",
"notifications.column_settings.follow": "Heulierien nevez:",
"notifications.column_settings.follow_request": "Rekedoù heuliañ nevez:",
"notifications.column_settings.group": "Strollañ",
@@ -510,7 +513,7 @@
"notifications.group": "{count} a gemennoù",
"notifications.mark_as_read": "Merkañ an holl kemennoù evel bezañ lennet",
"notifications.permission_denied": "Kemennoù war ar burev n'int ket hegerz rak pedadenn aotren ar merdeer a zo bet nullet araok",
"notifications.permission_denied_alert": "Kemennoù wa ar burev na c'hellont ket bezañ lezelet, rak aotre ar merdeer a zo bet nac'het a-raok",
"notifications.permission_denied_alert": "Kemennoù war ar burev na c'hellont ket bezañ lezelet, rak aotre ar merdeer a zo bet nac'het a-raok",
"notifications.permission_required": "Kemennoù war ar burev n'int ket hegerz abalamour d'an aotre rekis n'eo ket bet roet.",
"notifications.policy.accept": "Asantiñ",
"notifications.policy.accept_hint": "Diskouez er chemennoù",

View File

@@ -872,6 +872,8 @@
"status.open": "Amplia el tut",
"status.pin": "Fixa en el perfil",
"status.quote_error.filtered": "No es mostra a causa d'un dels vostres filtres",
"status.quote_error.limited_account_hint.action": "Mostra-la igualment",
"status.quote_error.limited_account_hint.title": "Aquest perfil l'han amagat els moderadors de {domain}.",
"status.quote_error.not_found": "No es pot mostrar aquesta publicació.",
"status.quote_error.pending_approval": "Aquesta publicació està pendent d'aprovació per l'autor original.",
"status.quote_error.rejected": "No es pot mostrar aquesta publicació perquè l'autor original no en permet la citació.",

View File

@@ -873,6 +873,8 @@
"status.open": "Rozbalit tento příspěvek",
"status.pin": "Připnout na profil",
"status.quote_error.filtered": "Skryté kvůli jednomu z vašich filtrů",
"status.quote_error.limited_account_hint.action": "Přesto zobrazit",
"status.quote_error.limited_account_hint.title": "Tento účet byl skryt moderátory {domain}.",
"status.quote_error.not_found": "Tento příspěvek nelze zobrazit.",
"status.quote_error.pending_approval": "Tento příspěvek čeká na schválení od původního autora.",
"status.quote_error.rejected": "Tento příspěvek nemůže být zobrazen, protože původní autor neumožňuje, aby byl citován.",

View File

@@ -873,6 +873,8 @@
"status.open": "Ehangu'r post hwn",
"status.pin": "Pinio ar y proffil",
"status.quote_error.filtered": "Wedi'i guddio oherwydd un o'ch hidlwyr",
"status.quote_error.limited_account_hint.action": "Dangos beth bynnag",
"status.quote_error.limited_account_hint.title": "Mae'r cyfrif hwn wedi'i guddio gan gymedrolwyr {domain}.",
"status.quote_error.not_found": "Does dim modd dangos y postiad hwn.",
"status.quote_error.pending_approval": "Mae'r postiad hwn yn aros am gymeradwyaeth yr awdur gwreiddiol.",
"status.quote_error.rejected": "Does dim modd dangos y postiad hwn gan nad yw'r awdur gwreiddiol yn caniatáu iddo gael ei ddyfynnu.",

View File

@@ -873,6 +873,8 @@
"status.open": "Udvid dette indlæg",
"status.pin": "Fastgør til profil",
"status.quote_error.filtered": "Skjult grundet et af filterne",
"status.quote_error.limited_account_hint.action": "Vis alligevel",
"status.quote_error.limited_account_hint.title": "Denne profil er blevet skjult af {domain}-moderatorerne.",
"status.quote_error.not_found": "Dette indlæg kan ikke vises.",
"status.quote_error.pending_approval": "Dette indlæg afventer godkendelse fra den oprindelige forfatter.",
"status.quote_error.rejected": "Dette indlæg kan ikke vises, da den oprindelige forfatter ikke tillader citering heraf.",

View File

@@ -873,6 +873,8 @@
"status.open": "Beitrag öffnen",
"status.pin": "Im Profil anheften",
"status.quote_error.filtered": "Ausgeblendet wegen eines deiner Filter",
"status.quote_error.limited_account_hint.action": "Trotzdem anzeigen",
"status.quote_error.limited_account_hint.title": "Dieses Profil wurde von den Moderator*innen von {domain} ausgeblendet.",
"status.quote_error.not_found": "Dieser Beitrag kann nicht angezeigt werden.",
"status.quote_error.pending_approval": "Dieser Beitrag muss noch durch das ursprüngliche Profil genehmigt werden.",
"status.quote_error.rejected": "Dieser Beitrag kann nicht angezeigt werden, weil das ursprüngliche Profil das Zitieren nicht erlaubt.",

View File

@@ -622,7 +622,7 @@
"notification.relationships_severance_event.learn_more": "Μάθε περισσότερα",
"notification.relationships_severance_event.user_domain_block": "Έχεις αποκλείσει τον λογαριασμό {target}, αφαιρώντας {followersCount} από τους ακόλουθούς σου και {followingCount, plural, one {# λογαριασμό} other {# λογαριασμοί}} που ακολουθείς.",
"notification.status": "Ο/Η {name} μόλις ανέρτησε κάτι",
"notification.update": "ο {name} επεξεργάστηκε μια ανάρτηση",
"notification.update": "Ο/Η {name} επεξεργάστηκε μια ανάρτηση",
"notification_requests.accept": "Αποδοχή",
"notification_requests.accept_multiple": "{count, plural, one {Αποδοχή # αιτήματος…} other {Αποδοχή # αιτημάτων…}}",
"notification_requests.confirm_accept_multiple.button": "{count, plural, one {Αποδοχή αιτήματος} other {Αποδοχή αιτημάτων}}",
@@ -731,7 +731,7 @@
"privacy.private.long": "Μόνο οι ακόλουθοί σας",
"privacy.private.short": "Ακόλουθοι",
"privacy.public.long": "Όλοι εντός και εκτός του Mastodon",
"privacy.public.short": "Δημόσιο",
"privacy.public.short": "Δημόσια",
"privacy.unlisted.additional": "Αυτό συμπεριφέρεται ακριβώς όπως το δημόσιο, εκτός από το ότι η ανάρτηση δεν θα εμφανιστεί σε ζωντανές ροές ή ετικέτες, εξερεύνηση ή αναζήτηση στο Mastodon, ακόμη και αν το έχεις επιλέξει για τον λογαριασμό σου.",
"privacy.unlisted.long": "Λιγότερα αλγοριθμικά κόλπα",
"privacy.unlisted.short": "Ήσυχα δημόσια",
@@ -873,6 +873,8 @@
"status.open": "Επέκταση ανάρτησης",
"status.pin": "Καρφίτσωσε στο προφίλ",
"status.quote_error.filtered": "Κρυφό λόγω ενός από τα φίλτρα σου",
"status.quote_error.limited_account_hint.action": "Εμφάνιση ούτως ή άλλως",
"status.quote_error.limited_account_hint.title": "Αυτό το προφίλ έχει αποκρυφτεί από τους διαχειριστές του διακομιστή {domain}.",
"status.quote_error.not_found": "Αυτή η ανάρτηση δεν μπορεί να εμφανιστεί.",
"status.quote_error.pending_approval": "Αυτή η ανάρτηση εκκρεμεί έγκριση από τον αρχικό συντάκτη.",
"status.quote_error.rejected": "Αυτή η ανάρτηση δεν μπορεί να εμφανιστεί καθώς ο αρχικός συντάκτης δεν επιτρέπει τις παραθέσεις.",

View File

@@ -873,6 +873,8 @@
"status.open": "Expand this post",
"status.pin": "Pin on profile",
"status.quote_error.filtered": "Hidden due to one of your filters",
"status.quote_error.limited_account_hint.action": "Show anyway",
"status.quote_error.limited_account_hint.title": "This account has been hidden by the moderators of {domain}.",
"status.quote_error.not_found": "This post cannot be displayed.",
"status.quote_error.pending_approval": "This post is pending approval from the original author.",
"status.quote_error.rejected": "This post cannot be displayed as the original author does not allow it to be quoted.",

View File

@@ -222,6 +222,7 @@
"confirmations.discard_draft.edit.cancel": "Daŭrigi redaktadon",
"confirmations.discard_draft.edit.title": "Ĉu forĵeti ŝanĝojn al via afiŝo?",
"confirmations.discard_draft.post.cancel": "Daŭrigi malneton",
"confirmations.discard_draft.post.message": "Daŭrigo forigos la afiŝon, kiun vi nun verkas.",
"confirmations.discard_draft.post.title": "Ĉu forĵeti vian malneton?",
"confirmations.discard_edit_media.confirm": "Forĵeti",
"confirmations.discard_edit_media.message": "Vi havas nekonservitajn ŝanĝojn de la priskribo aŭ la antaŭvidigo de la vidaŭdaĵo, ĉu vi forĵetu ilin malgraŭe?",

View File

@@ -873,6 +873,8 @@
"status.open": "Expandir este mensaje",
"status.pin": "Fijar en el perfil",
"status.quote_error.filtered": "Oculto debido a uno de tus filtros",
"status.quote_error.limited_account_hint.action": "Mostrar de todos modos",
"status.quote_error.limited_account_hint.title": "Esta cuenta fue ocultada por los moderadores de {domain}.",
"status.quote_error.not_found": "No se puede mostrar este mensaje.",
"status.quote_error.pending_approval": "Este mensaje está pendiente de aprobación del autor original.",
"status.quote_error.rejected": "No se puede mostrar este mensaje, ya que el autor original no permite que se cite.",

View File

@@ -873,6 +873,8 @@
"status.open": "Expandir estado",
"status.pin": "Fijar",
"status.quote_error.filtered": "Oculto debido a uno de tus filtros",
"status.quote_error.limited_account_hint.action": "Mostrar de todas formas",
"status.quote_error.limited_account_hint.title": "Esta cuenta ha sido ocultada por los moderadores de {domain}.",
"status.quote_error.not_found": "No se puede mostrar esta publicación.",
"status.quote_error.pending_approval": "Esta publicación está pendiente de aprobación del autor original.",
"status.quote_error.rejected": "No se puede mostrar esta publicación, puesto que el autor original no permite que sea citado.",

View File

@@ -77,7 +77,7 @@
"account.show_reblogs": "Mostrar impulsos de @{name}",
"account.statuses_counter": "{count, plural, one {{counter} publicación} other {{counter} publicaciones}}",
"account.unblock": "Desbloquear a @{name}",
"account.unblock_domain": "Desbloquear dominio {domain}",
"account.unblock_domain": "Desbloquear el dominio {domain}",
"account.unblock_domain_short": "Desbloquear",
"account.unblock_short": "Desbloquear",
"account.unendorse": "No mostrar en el perfil",
@@ -851,7 +851,7 @@
"status.copy": "Copiar enlace a la publicación",
"status.delete": "Borrar",
"status.detailed_status": "Vista de conversación detallada",
"status.direct": "Mención privada @{name}",
"status.direct": "Mencionar en privado a @{name}",
"status.direct_indicator": "Mención privada",
"status.edit": "Editar",
"status.edited": "Última edición {date}",
@@ -873,6 +873,8 @@
"status.open": "Expandir publicación",
"status.pin": "Fijar",
"status.quote_error.filtered": "Oculto debido a uno de tus filtros",
"status.quote_error.limited_account_hint.action": "Mostrar de todos modos",
"status.quote_error.limited_account_hint.title": "Esta cuenta ha sido ocultada por los moderadores de {domain}.",
"status.quote_error.not_found": "No se puede mostrar esta publicación.",
"status.quote_error.pending_approval": "Esta publicación está pendiente de aprobación del autor original.",
"status.quote_error.rejected": "Esta publicación no puede mostrarse porque el autor original no permite que se cite.",

View File

@@ -873,6 +873,8 @@
"status.open": "Laienda postitus",
"status.pin": "Kinnita profiilile",
"status.quote_error.filtered": "Peidetud mõne kasutatud filtri tõttu",
"status.quote_error.limited_account_hint.action": "Näita ikkagi",
"status.quote_error.limited_account_hint.title": "See profiil on peidetud {domain} serveri moderaatorite poolt.",
"status.quote_error.not_found": "Seda postitust ei saa näidata.",
"status.quote_error.pending_approval": "See postitus on algse autori kinnituse ootel.",
"status.quote_error.rejected": "Seda postitust ei saa näidata, kuina algne autor ei luba teda tsiteerida.",

View File

@@ -505,7 +505,7 @@
"lightbox.previous": "Edellinen",
"lightbox.zoom_in": "Näytä todellisen kokoisena",
"lightbox.zoom_out": "Näytä sovitettuna",
"limited_account_hint.action": "Näytä profiili joka tapauksessa",
"limited_account_hint.action": "Näytä profiili kuitenkin",
"limited_account_hint.title": "Palvelimen {domain} moderaattorit ovat piilottaneet tämän profiilin.",
"link_preview.author": "Tehnyt {name}",
"link_preview.more_from_author": "Lisää tekijältä {name}",
@@ -873,6 +873,8 @@
"status.open": "Laajenna julkaisu",
"status.pin": "Kiinnitä profiiliin",
"status.quote_error.filtered": "Piilotettu jonkin asettamasi suodattimen takia",
"status.quote_error.limited_account_hint.action": "Näytä kuitenkin",
"status.quote_error.limited_account_hint.title": "Palvelimen {domain} moderaattorit ovat piilottaneet tämän profiilin.",
"status.quote_error.not_found": "Tätä julkaisua ei voi näyttää.",
"status.quote_error.pending_approval": "Tämä julkaisu odottaa alkuperäisen tekijänsä hyväksyntää.",
"status.quote_error.rejected": "Tätä julkaisua ei voi näyttää, sillä sen alkuperäinen tekijä ei salli lainattavan julkaisua.",

View File

@@ -19,7 +19,7 @@
"account.badges.group": "Bólkur",
"account.block": "Banna @{name}",
"account.block_domain": "Banna økisnavnið {domain}",
"account.block_short": "Blokera",
"account.block_short": "Banna",
"account.blocked": "Bannað/ur",
"account.blocking": "Banni",
"account.cancel_follow_request": "Strika fylgjaraumbøn",
@@ -873,6 +873,8 @@
"status.open": "Víðka henda postin",
"status.pin": "Ger fastan í vangan",
"status.quote_error.filtered": "Eitt av tínum filtrum fjalir hetta",
"status.quote_error.limited_account_hint.action": "Vís kortini",
"status.quote_error.limited_account_hint.title": "Hendan kontan er fjald av kjakleiðarunum á {domain}.",
"status.quote_error.not_found": "Tað ber ikki til at vísa hendan postin.",
"status.quote_error.pending_approval": "Hesin posturin bíðar eftir góðkenning frá upprunahøvundinum.",
"status.quote_error.rejected": "Hesin posturin kann ikki vísast, tí upprunahøvundurin loyvir ikki at posturin verður siteraður.",

View File

@@ -341,6 +341,7 @@
"explore.trending_links": "Nouvelles",
"explore.trending_statuses": "Messages",
"explore.trending_tags": "Hashtags",
"featured_carousel.header": "{count, plural, one {Pinned Post} other {Pinned Posts}}",
"featured_carousel.next": "Suivant",
"featured_carousel.post": "Poste",
"featured_carousel.previous": "Précédent",
@@ -574,6 +575,10 @@
"navigation_bar.privacy_and_reach": "Vie privée et visibilité",
"navigation_bar.search": "Rechercher",
"navigation_bar.search_trends": "Recherche / Tendance",
"navigation_panel.collapse_followed_tags": "Réduire le menu des hashtags suivis",
"navigation_panel.collapse_lists": "Réduire le menu de la liste",
"navigation_panel.expand_followed_tags": "Développer le menu des hashtags suivis",
"navigation_panel.expand_lists": "Développer le menu de la liste",
"not_signed_in_indicator.not_signed_in": "Vous devez vous connecter pour accéder à cette ressource.",
"notification.admin.report": "{name} a signalé {target}",
"notification.admin.report_account": "{name} a signalé {count, plural, one {un message} other {# messages}} de {target} pour {category}",
@@ -868,6 +873,8 @@
"status.open": "Afficher la publication entière",
"status.pin": "Épingler sur profil",
"status.quote_error.filtered": "Caché en raison de l'un de vos filtres",
"status.quote_error.limited_account_hint.action": "Afficher quand même",
"status.quote_error.limited_account_hint.title": "Ce profil a été masqué par la modération de {domain}.",
"status.quote_error.not_found": "La publication ne peut pas être affichée.",
"status.quote_error.pending_approval": "La publication est en attente de validation par l'auteur·ice original⋅e.",
"status.quote_error.rejected": "La publication ne peut pas être affichée car l'auteur·ice original⋅e n'autorise pas la citation.",
@@ -944,6 +951,7 @@
"video.pause": "Pause",
"video.play": "Lecture",
"video.skip_backward": "Revenir en arrière",
"video.skip_forward": "Avancer",
"video.unmute": "Rétablir le son",
"video.volume_down": "Baisser le volume",
"video.volume_up": "Augmenter le volume"

View File

@@ -341,6 +341,7 @@
"explore.trending_links": "Nouvelles",
"explore.trending_statuses": "Messages",
"explore.trending_tags": "Hashtags",
"featured_carousel.header": "{count, plural, one {Pinned Post} other {Pinned Posts}}",
"featured_carousel.next": "Suivant",
"featured_carousel.post": "Poste",
"featured_carousel.previous": "Précédent",
@@ -574,6 +575,10 @@
"navigation_bar.privacy_and_reach": "Vie privée et visibilité",
"navigation_bar.search": "Rechercher",
"navigation_bar.search_trends": "Recherche / Tendance",
"navigation_panel.collapse_followed_tags": "Réduire le menu des hashtags suivis",
"navigation_panel.collapse_lists": "Réduire le menu de la liste",
"navigation_panel.expand_followed_tags": "Développer le menu des hashtags suivis",
"navigation_panel.expand_lists": "Développer le menu de la liste",
"not_signed_in_indicator.not_signed_in": "Vous devez vous connecter pour accéder à cette ressource.",
"notification.admin.report": "{name} a signalé {target}",
"notification.admin.report_account": "{name} a signalé {count, plural, one {un message} other {# messages}} de {target} pour {category}",
@@ -868,13 +873,15 @@
"status.open": "Afficher le message entier",
"status.pin": "Épingler sur le profil",
"status.quote_error.filtered": "Caché en raison de l'un de vos filtres",
"status.quote_error.limited_account_hint.action": "Afficher quand même",
"status.quote_error.limited_account_hint.title": "Ce profil a été masqué par la modération de {domain}.",
"status.quote_error.not_found": "La publication ne peut pas être affichée.",
"status.quote_error.pending_approval": "La publication est en attente de validation par l'auteur·ice original⋅e.",
"status.quote_error.rejected": "La publication ne peut pas être affichée car l'auteur·ice original⋅e n'autorise pas la citation.",
"status.quote_error.removed": "Ce message a été retiré par son auteur·ice.",
"status.quote_error.unauthorized": "Ce message ne peut pas être affiché car vous n'êtes pas autorisé·e à le voir.",
"status.quote_post_author": "Message par {name}",
"status.read_more": "En savoir plus",
"status.read_more": "Lire la suite",
"status.reblog": "Partager",
"status.reblog_private": "Partager à laudience originale",
"status.reblogged_by": "{name} a partagé",
@@ -944,6 +951,7 @@
"video.pause": "Pause",
"video.play": "Lecture",
"video.skip_backward": "Revenir en arrière",
"video.skip_forward": "Avancer",
"video.unmute": "Rétablir le son",
"video.volume_down": "Baisser le volume",
"video.volume_up": "Augmenter le volume"

View File

@@ -873,6 +873,8 @@
"status.open": "Leathnaigh an post seo",
"status.pin": "Pionnáil ar do phróifíl",
"status.quote_error.filtered": "I bhfolach mar gheall ar cheann de do scagairí",
"status.quote_error.limited_account_hint.action": "Taispeáin ar aon nós",
"status.quote_error.limited_account_hint.title": "Tá an cuntas seo i bhfolach ag modhnóirí {domain}.",
"status.quote_error.not_found": "Ní féidir an post seo a thaispeáint.",
"status.quote_error.pending_approval": "Tá an post seo ag feitheamh ar cheadú ón údar bunaidh.",
"status.quote_error.rejected": "Ní féidir an post seo a thaispeáint mar ní cheadaíonn an t-údar bunaidh é a lua.",

View File

@@ -836,7 +836,7 @@
"server_banner.is_one_of_many": "{domain} é un dos moitos servidores Mastodon independentes que podes usar para participar do Fediverso.",
"server_banner.server_stats": "Estatísticas do servidor:",
"sign_in_banner.create_account": "Crear conta",
"sign_in_banner.follow_anyone": "Sigue a quen queiras no Fediverso e le as publicacións en orde cronolóxica. Sen algoritmos, publicidade nin titulares engañosos.",
"sign_in_banner.follow_anyone": "Sigue a quen queiras no Fediverso e le as publicacións en orde cronolóxica. Sen algoritmos, publicidade nin titulares enganosos.",
"sign_in_banner.mastodon_is": "Mastodon é o mellor xeito de estar ao día do que acontece.",
"sign_in_banner.sign_in": "Iniciar sesión",
"sign_in_banner.sso_redirect": "Acceder ou Crear conta",
@@ -873,6 +873,8 @@
"status.open": "Estender esta publicación",
"status.pin": "Fixar no perfil",
"status.quote_error.filtered": "Oculto debido a un dos teus filtros",
"status.quote_error.limited_account_hint.action": "Mostrar igualmente",
"status.quote_error.limited_account_hint.title": "A moderación de {domain} ocultou esta conta.",
"status.quote_error.not_found": "Non se pode mostrar a publicación.",
"status.quote_error.pending_approval": "A publicación está pendente da aprobación pola autora orixinal.",
"status.quote_error.rejected": "Non se pode mostrar esta publicación xa que a autora orixinal non permite que se cite.",

View File

@@ -873,6 +873,8 @@
"status.open": "הרחבת הודעה זו",
"status.pin": "הצמדה לפרופיל שלי",
"status.quote_error.filtered": "מוסתר בהתאם לסננים שלך",
"status.quote_error.limited_account_hint.action": "להציג בכל זאת",
"status.quote_error.limited_account_hint.title": "חשבון הזה הוסתר על ידי מנחי הדיון של {domain}.",
"status.quote_error.not_found": "לא ניתן להציג הודעה זו.",
"status.quote_error.pending_approval": "הודעה זו מחכה לאישור מידי היוצר המקורי.",
"status.quote_error.rejected": "לא ניתן להציג הודעה זו שכן המחבר.ת המקוריים לא הרשו לצטט אותה.",

View File

@@ -873,6 +873,8 @@
"status.open": "Bejegyzés kibontása",
"status.pin": "Kitűzés a profilodra",
"status.quote_error.filtered": "A szűrőid miatt rejtett",
"status.quote_error.limited_account_hint.action": "Megjelenítés mindenképp",
"status.quote_error.limited_account_hint.title": "Ezt a fiókot elrejtették a(z) {domain} moderátorai.",
"status.quote_error.not_found": "Ez a bejegyzés nem jeleníthető meg.",
"status.quote_error.pending_approval": "Ez a bejegyzés az eredeti szerző jóváhagyására vár.",
"status.quote_error.rejected": "Ez a bejegyzés nem jeleníthető meg, mert az eredeti szerzője nem engedélyezi az idézését.",

View File

@@ -873,6 +873,8 @@
"status.open": "Expander iste message",
"status.pin": "Fixar sur profilo",
"status.quote_error.filtered": "Celate a causa de un de tu filtros",
"status.quote_error.limited_account_hint.action": "Monstrar in omne caso",
"status.quote_error.limited_account_hint.title": "Iste conto ha essite celate per le moderatores de {domain}.",
"status.quote_error.not_found": "Iste message non pote esser monstrate.",
"status.quote_error.pending_approval": "Iste message attende le approbation del autor original.",
"status.quote_error.rejected": "Iste message non pote esser monstrate perque le autor original non permitte citar lo.",

View File

@@ -873,6 +873,8 @@
"status.open": "Opna þessa færslu",
"status.pin": "Festa á notandasnið",
"status.quote_error.filtered": "Falið vegna einnar síu sem er virk",
"status.quote_error.limited_account_hint.action": "Birta samt",
"status.quote_error.limited_account_hint.title": "Þessi notandaaðgangur hefur verið falinn af stjórnendum á {domain}.",
"status.quote_error.not_found": "Þessa færslu er ekki hægt að birta.",
"status.quote_error.pending_approval": "Þessi færsla bíður eftir samþykki frá upprunalegum höfundi hennar.",
"status.quote_error.rejected": "Þessa færslu er ekki hægt að birta þar sem upphaflegur höfundur hennar leyfir ekki að vitnað sé til hennar.",

View File

@@ -873,6 +873,8 @@
"status.open": "Espandi questo post",
"status.pin": "Fissa in cima sul profilo",
"status.quote_error.filtered": "Nascosto a causa di uno dei tuoi filtri",
"status.quote_error.limited_account_hint.action": "Mostra comunque",
"status.quote_error.limited_account_hint.title": "Questo profilo è stato nascosto dai moderatori di {domain}.",
"status.quote_error.not_found": "Questo post non può essere visualizzato.",
"status.quote_error.pending_approval": "Questo post è in attesa di approvazione dell'autore originale.",
"status.quote_error.rejected": "Questo post non può essere visualizzato perché l'autore originale non consente che venga citato.",

View File

@@ -341,6 +341,7 @@
"explore.trending_links": "ニュース",
"explore.trending_statuses": "投稿",
"explore.trending_tags": "ハッシュタグ",
"featured_carousel.header": "{count, plural, other {固定された投稿}}",
"featured_carousel.next": "次へ",
"featured_carousel.post": "投稿",
"featured_carousel.previous": "前へ",
@@ -642,25 +643,25 @@
"notifications.clear": "通知を消去",
"notifications.clear_confirmation": "本当に通知を消去しますか?",
"notifications.clear_title": "通知を消去しようとしています",
"notifications.column_settings.admin.report": "新しい通報:",
"notifications.column_settings.admin.sign_up": "新規登録:",
"notifications.column_settings.admin.report": "新しい通報",
"notifications.column_settings.admin.sign_up": "新規登録",
"notifications.column_settings.alert": "デスクトップ通知",
"notifications.column_settings.favourite": "お気に入り:",
"notifications.column_settings.favourite": "お気に入り",
"notifications.column_settings.filter_bar.advanced": "すべてのカテゴリを表示",
"notifications.column_settings.filter_bar.category": "クイックフィルターバー:",
"notifications.column_settings.follow": "新しいフォロワー:",
"notifications.column_settings.follow_request": "新しいフォローリクエスト:",
"notifications.column_settings.filter_bar.category": "クイックフィルターバー",
"notifications.column_settings.follow": "新しいフォロワー",
"notifications.column_settings.follow_request": "新しいフォローリクエスト",
"notifications.column_settings.group": "グループ",
"notifications.column_settings.mention": "返信:",
"notifications.column_settings.poll": "アンケート結果:",
"notifications.column_settings.mention": "返信",
"notifications.column_settings.poll": "アンケート結果",
"notifications.column_settings.push": "プッシュ通知",
"notifications.column_settings.reblog": "ブースト:",
"notifications.column_settings.reblog": "ブースト",
"notifications.column_settings.show": "カラムに表示",
"notifications.column_settings.sound": "通知音を再生",
"notifications.column_settings.status": "新しい投稿:",
"notifications.column_settings.unread_notifications.category": "未読の通知:",
"notifications.column_settings.status": "新しい投稿",
"notifications.column_settings.unread_notifications.category": "未読の通知",
"notifications.column_settings.unread_notifications.highlight": "未読の通知を強調表示",
"notifications.column_settings.update": "編集:",
"notifications.column_settings.update": "編集",
"notifications.filter.all": "すべて",
"notifications.filter.boosts": "ブースト",
"notifications.filter.favourites": "お気に入り",
@@ -674,7 +675,7 @@
"notifications.permission_denied": "ブラウザの通知が拒否されているためデスクトップ通知は利用できません",
"notifications.permission_denied_alert": "ブラウザの通知が拒否されているためデスクトップ通知を有効にできません",
"notifications.permission_required": "必要な権限が付与されていないため、デスクトップ通知は利用できません。",
"notifications.policy.accept": "受入れ",
"notifications.policy.accept": "受入れ",
"notifications.policy.accept_hint": "通知を表示します",
"notifications.policy.drop": "無視",
"notifications.policy.drop_hint": "通知を破棄します。再表示はできません。",

View File

@@ -1,6 +1,7 @@
{
"about.blocks": "Iqeddacen yettwaɛassen",
"about.contact": "Anermis:",
"about.default_locale": "Tamezwert",
"about.disclaimer": "Mastodon d aseɣẓan ilelli, d aseɣẓan n uɣbalu yeldin, d tnezzut n Mastodon gGmbH.",
"about.domain_blocks.no_reason_available": "Ulac taɣẓint",
"about.domain_blocks.preamble": "Maṣṭudun s umata yeḍmen-ak ad teẓreḍ agbur, ad tesdemreḍ akked yimseqdacen-nniḍen seg yal aqeddac deg fedivers. Ha-tent-an ɣur-k tsuraf i yellan deg uqeddac-agi.",
@@ -89,6 +90,7 @@
"alt_text_modal.done": "Immed",
"announcement.announcement": "Ulɣu",
"annual_report.summary.followers.followers": "imeḍfaṛen",
"annual_report.summary.followers.total": "{count} deg aɣrud",
"annual_report.summary.most_used_app.most_used_app": "asnas yettwasqedcen s waṭas",
"annual_report.summary.most_used_hashtag.none": "Ula yiwen",
"annual_report.summary.new_posts.new_posts": "tisuffaɣ timaynutin",
@@ -260,6 +262,7 @@
"explore.trending_links": "Isallen",
"explore.trending_statuses": "Tisuffaɣ",
"explore.trending_tags": "Ihacṭagen",
"featured_carousel.header": "{count, plural, one {n tsuffeɣt tunṭiḍt} other {n tsuffaɣ tunṭiḍin}}",
"featured_carousel.next": "Uḍfiṛ",
"featured_carousel.post": "Tasuffeɣt",
"featured_carousel.previous": "Uzwir",
@@ -354,6 +357,7 @@
"keyboard_shortcuts.direct": "to open direct messages column",
"keyboard_shortcuts.down": "i kennu ɣer wadda n tebdart",
"keyboard_shortcuts.enter": "i tildin n tsuffeɣt",
"keyboard_shortcuts.favourite": "Smenyef tassuɣeft",
"keyboard_shortcuts.favourites": "Ldi tabdert n yismenyifen",
"keyboard_shortcuts.federated": "i tildin n tsuddemt tamatut n yisallen",
"keyboard_shortcuts.heading": "Inegzumen n unasiw",
@@ -366,7 +370,7 @@
"keyboard_shortcuts.my_profile": "akken ad d-teldiḍ amaɣnu-ik",
"keyboard_shortcuts.notifications": "Ad d-yeldi ajgu n yilɣa",
"keyboard_shortcuts.open_media": "i tiɣwalin yeldin",
"keyboard_shortcuts.pinned": "akken ad teldiḍ tabdart n tjewwiqin yettwasentḍen",
"keyboard_shortcuts.pinned": "akken ad teldiḍ tabdart n tsuffaɣ tunṭiḍin",
"keyboard_shortcuts.profile": "akken ad d-teldiḍ amaɣnu n umeskar",
"keyboard_shortcuts.reply": "i tririt",
"keyboard_shortcuts.requests": "akken ad d-teldiḍ tabdert n yisuturen n teḍfeṛt",
@@ -421,6 +425,7 @@
"navigation_bar.account_settings": "Awal n uɛeddi akked tɣellist",
"navigation_bar.administration": "Tadbelt",
"navigation_bar.advanced_interface": "Ldi deg ugrudem n web leqqayen",
"navigation_bar.automated_deletion": "Tukksa tawurmant n tsuffaɣ",
"navigation_bar.blocks": "Iseqdacen yettusḥebsen",
"navigation_bar.bookmarks": "Ticraḍ",
"navigation_bar.direct": "Tibdarin tusligin",
@@ -443,6 +448,7 @@
"navigation_bar.privacy_and_reach": "Tabḍnit akked wagwaḍ",
"navigation_bar.search": "Nadi",
"navigation_bar.search_trends": "Anadi / Anezzuɣ",
"navigation_panel.collapse_lists": "Sneḍfes umuɣ n tebdart",
"not_signed_in_indicator.not_signed_in": "You need to sign in to access this resource.",
"notification.admin.report": "Yemla-t-id {name} {target}",
"notification.admin.sign_up": "Ijerred {name}",
@@ -463,6 +469,7 @@
"notification.moderation_warning.action_suspend": "Yettwaseḥbes umiḍan-ik.",
"notification.own_poll": "Tafrant-ik·im tfuk",
"notification.reblog": "{name} yebḍa tajewwiqt-ik i tikelt-nniḍen",
"notification.reblog.name_and_others_with_link": "{name} akked <a>{count, plural, one {# nnayeḍ} other {# nniḍen}}</a> zzuzren tasuffeɣt-ik·im",
"notification.relationships_severance_event.learn_more": "Issin ugar",
"notification.status": "{name} akken i d-yessufeɣ",
"notification_requests.accept": "Qbel",
@@ -554,6 +561,8 @@
"regeneration_indicator.please_stand_by": "Ttxil rǧu.",
"regeneration_indicator.preparing_your_home_feed": "Ha-tt-an tsuddemt-ik·im tagejdant tettwaheggay…",
"relative_time.days": "{number}u",
"relative_time.full.days": "{number, plural, one {# n wass} other {# n wussan}} aya",
"relative_time.full.hours": "{number, plural, one {# n usrag} other {# n yesragen}} aya",
"relative_time.full.just_now": "tura kan",
"relative_time.hours": "{number}isr",
"relative_time.just_now": "tura",
@@ -602,6 +611,7 @@
"report_notification.categories.spam": "Aspam",
"report_notification.categories.spam_sentence": "aspam",
"report_notification.open": "Ldi aneqqis",
"search.clear": "Sfeḍ anadi",
"search.no_recent_searches": "Ulac inadiyen ineggura",
"search.placeholder": "Nadi",
"search.quick_action.account_search": "Imaɣnuten mṣadan d {x}",
@@ -627,6 +637,7 @@
"search_results.title": "Igemmaḍ n unadi ɣef \"{q}\"",
"server_banner.active_users": "iseqdacen urmiden",
"server_banner.administered_by": "Yettwadbel sɣur :",
"server_banner.is_one_of_many": "{domain} d yiwen seg seg waṭṭas n iqeddacen imzurag n Mastodon i tzemreḍ ad tsqesdceḍ i wakken ad tettekkiḍ deg fediverse.",
"server_banner.server_stats": "Tidaddanin n uqeddac:",
"sign_in_banner.create_account": "Snulfu-d amiḍan",
"sign_in_banner.sign_in": "Qqen",
@@ -660,6 +671,7 @@
"status.mute_conversation": "Sgugem adiwenni",
"status.open": "Semɣeṛ tasuffeɣt-ayi",
"status.pin": "Senteḍ-itt deg umaɣnu",
"status.quote_error.limited_account_hint.action": "Sken-d akken ibɣu yili",
"status.quote_error.not_found": "Tasuffeɣt-a ur tezmir ara ad d-tettwasken.",
"status.quote_error.removed": "Tasuffeɣt-a yekkes-itt umeskar-is.",
"status.quote_post_author": "Izen sɣur {name}",
@@ -721,5 +733,7 @@
"video.mute": "Sgugem",
"video.pause": "Sgunfu",
"video.play": "Seddu",
"video.skip_backward": "Uɣal ɣer deffir",
"video.skip_forward": "Ddu ɣer zdat",
"video.unmute": "Kkes asgugem"
}

View File

@@ -1,6 +1,7 @@
{
"about.blocks": "Rajekarên çavdêrkirî",
"about.contact": "Têkilî:",
"about.default_locale": "Berdest",
"about.disclaimer": "Mastodon belaş e, nermalaveke çavkaniya vekirî ye û markeyeke Mastodon gGmbHê ye.",
"about.domain_blocks.no_reason_available": "Sedem ne berdest e",
"about.domain_blocks.preamble": "Mastodon bi gelemperî dihêle ku tu naverokê bibînî û bi bikarhênerên ji rajekareke din a li fendiverse re têkilî dayne. Ev awaretyên ku li ser vê rajekara taybetî hatine çêkirin ev in.",
@@ -8,6 +9,7 @@
"about.domain_blocks.silenced.title": "Sînorkirî",
"about.domain_blocks.suspended.explanation": "Dê tu daneya ji van rajekaran neyê berhev kirin, tomarkirin an jî guhertin, ku têkilî an danûstendinek bi bikarhênerên van rajekaran re tune dike.",
"about.domain_blocks.suspended.title": "Hatiye rawestandin",
"about.language_label": "Ziman",
"about.not_available": "Ev zanyarî li ser vê rajekarê nehatine peydakirin.",
"about.powered_by": "Medyaya civakî ya nenavendî bi hêzdariya {mastodon}",
"about.rules": "Rêbazên rajekar",
@@ -19,6 +21,7 @@
"account.block_domain": "Navpera {domain} asteng bike",
"account.block_short": "Asteng bike",
"account.blocked": "Astengkirî",
"account.blocking": "Astengkirin",
"account.cancel_follow_request": "Daxwaza şopandinê vekişîne",
"account.copy": "Girêdanê bo profîlê jê bigire",
"account.direct": "Bi taybetî qale @{name} bike",
@@ -26,6 +29,8 @@
"account.edit_profile": "Profîlê serrast bike",
"account.enable_notifications": "Min agahdar bike gava @{name} diweşîne",
"account.endorse": "Taybetiyên li ser profîl",
"account.featured.accounts": "Profîl",
"account.featured.hashtags": "Hashtag",
"account.featured_tags.last_status_at": "Şandiya dawî di {date} de",
"account.featured_tags.last_status_never": "Şandî tune ne",
"account.follow": "Bişopîne",

View File

@@ -125,8 +125,13 @@
"hashtag.counter_by_uses": "{count, plural, one {{counter} nuntius} other {{counter} nuntii}}",
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} nuntius} other {{counter} nuntii}} hodie",
"hashtags.and_other": "…et {count, plural, other {# plus}}",
"hints.threads.replies_may_be_missing": "Responsa ex aliis servis deesse possunt.",
"hints.threads.see_more": "Plura responsa in {domain} vide",
"ignore_notifications_modal.filter_to_act_users": "Adhuc poteris accipere, reicere, vel referre usores",
"ignore_notifications_modal.filter_to_review_separately": "Percolantur notificatiōnes separātim recensere potes",
"interaction_modal.title.favourite": "Praedilige nuntium quem {name} misit",
"interaction_modal.title.follow": "{name} sequendum est",
"interaction_modal.title.reblog": "Nuntium divulgandum est",
"intervals.full.days": "{number, plural, one {# die} other {# dies}}",
"intervals.full.hours": "{number, plural, one {# hora} other {# horae}}",
"intervals.full.minutes": "{number, plural, one {# minutum} other {# minuta}}",

View File

@@ -100,6 +100,7 @@
"announcement.announcement": "Pregon",
"annual_report.summary.archetype.pollster": "El anketero",
"annual_report.summary.followers.followers": "suivantes",
"annual_report.summary.followers.total": "{count} en total",
"annual_report.summary.highlighted_post.by_favourites": "la puvlikasyon mas favoritada",
"annual_report.summary.highlighted_post.by_reblogs": "la puvlikasyon mas repartajada",
"annual_report.summary.highlighted_post.by_replies": "la puvlikasyon kon mas repuestas",
@@ -130,6 +131,7 @@
"bundle_column_error.routing.body": "No se pudo trokar la pajina solisitada. Estas siguro ke el adreso URL en la vara de adreso es djusto?",
"bundle_column_error.routing.title": "404",
"bundle_modal_error.close": "Serra",
"bundle_modal_error.message": "Algo negro afito al eskargar este ekran.",
"bundle_modal_error.retry": "Aprova de muevo",
"closed_registrations.other_server_instructions": "Deke Mastodon es desentralizado, puedes kriyar un kuento en otro sirvidor i ainda enteraktuar kon este.",
"closed_registrations_modal.description": "Aktualmente no es posivle kriyar un kuento en {domain}, ama por favor akodrate de ke no ay menester de tener un kuento espesifikamente en {domain} para kulanear Mastodon.",
@@ -197,6 +199,7 @@
"confirmations.delete_list.confirm": "Efasa",
"confirmations.delete_list.message": "Estas siguro ke keres permanentemente efasar esta lista?",
"confirmations.delete_list.title": "Efasa lista?",
"confirmations.discard_draft.confirm": "Kita i kontinua",
"confirmations.discard_edit_media.confirm": "Anula",
"confirmations.discard_edit_media.message": "Tienes trokamientos no guadrados en la deskripsion o vista previa. Keres efasarlos entanto?",
"confirmations.follow_to_list.title": "Segir utilizador?",
@@ -734,6 +737,7 @@
"status.mute_conversation": "Silensia konversasyon",
"status.open": "Espande publikasyon",
"status.pin": "Fiksa en profil",
"status.quote_post_author": "Puvlikasyon de {name}",
"status.read_more": "Melda mas",
"status.reblog": "Repartaja",
"status.reblog_private": "Repartaja kon vizibilita orijinala",

View File

@@ -321,6 +321,7 @@
"errors.unexpected_crash.copy_stacktrace": "Kopēt stacktrace uz starpliktuvi",
"errors.unexpected_crash.report_issue": "Ziņot par problēmu",
"explore.suggested_follows": "Cilvēki",
"explore.title": "Populārākie",
"explore.trending_links": "Jaunumi",
"explore.trending_statuses": "Ieraksti",
"explore.trending_tags": "Tēmturi",
@@ -495,8 +496,10 @@
"mute_modal.show_options": "Parādīt iespējas",
"mute_modal.title": "Apklusināt lietotāju?",
"navigation_bar.about": "Par",
"navigation_bar.account_settings": "Parole un drošība",
"navigation_bar.administration": "Pārvaldība",
"navigation_bar.advanced_interface": "Atvērt paplašinātā tīmekļa saskarnē",
"navigation_bar.automated_deletion": "Automātiska ziņu dzēšana",
"navigation_bar.blocks": "Bloķētie lietotāji",
"navigation_bar.bookmarks": "Grāmatzīmes",
"navigation_bar.direct": "Privātas pieminēšanas",
@@ -506,6 +509,7 @@
"navigation_bar.follow_requests": "Sekošanas pieprasījumi",
"navigation_bar.followed_tags": "Sekojamie tēmturi",
"navigation_bar.follows_and_followers": "Seko un sekotāji",
"navigation_bar.import_export": "Imports un eksports",
"navigation_bar.lists": "Saraksti",
"navigation_bar.logout": "Iziet",
"navigation_bar.moderation": "Satura pārraudzība",
@@ -513,6 +517,7 @@
"navigation_bar.mutes": "Apklusinātie lietotāji",
"navigation_bar.opened_in_classic_interface": "Ieraksti, konti un citas noteiktas lapas pēc noklusējuma tiek atvērtas klasiskajā tīmekļa saskarnē.",
"navigation_bar.preferences": "Iestatījumi",
"navigation_bar.privacy_and_reach": "Privātums un sasniedzamība",
"navigation_bar.search": "Meklēt",
"not_signed_in_indicator.not_signed_in": "Ir jāpiesakās, lai piekļūtu šim resursam.",
"notification.admin.report": "{name} ziņoja par {target}",

View File

@@ -872,6 +872,8 @@
"status.mute_conversation": "Kā對話消音",
"status.open": "Kā PO文展開",
"status.quote_error.filtered": "Lí所設定ê過濾器kā tse khàm起來",
"status.quote_error.limited_account_hint.action": "Iáu是顯示",
"status.quote_error.limited_account_hint.title": "Tsit ê口座予 {domain} ê管理員tshàng起來ah。",
"status.quote_error.not_found": "Tsit篇PO文bē當顯示。",
"status.quote_error.pending_approval": "Tsit篇PO文teh等原作者審查。",
"status.quote_error.rejected": "因為原作者無允准引用tsit篇PO文bē當顯示。",

View File

@@ -873,6 +873,8 @@
"status.open": "Volledig bericht tonen",
"status.pin": "Aan profielpagina vastmaken",
"status.quote_error.filtered": "Verborgen door een van je filters",
"status.quote_error.limited_account_hint.action": "Alsnog tonen",
"status.quote_error.limited_account_hint.title": "Dit account is door de moderatoren van {domain} verborgen.",
"status.quote_error.not_found": "Dit bericht kan niet worden weergegeven.",
"status.quote_error.pending_approval": "Dit bericht is in afwachting van goedkeuring door de oorspronkelijke auteur.",
"status.quote_error.rejected": "Dit bericht kan niet worden weergegeven omdat de oorspronkelijke auteur niet toestaat dat het wordt geciteerd.",

View File

@@ -24,7 +24,7 @@
"account.blocking": "Blokkerer",
"account.cancel_follow_request": "Trekk attende fylgeførespurnad",
"account.copy": "Kopier lenka til profilen",
"account.direct": "Nevn @{name} privat",
"account.direct": "Nemn @{name} privat",
"account.disable_notifications": "Slutt å varsle meg når @{name} skriv innlegg",
"account.domain_blocking": "Blokkerer domenet",
"account.edit_profile": "Rediger profil",
@@ -422,7 +422,7 @@
"hints.profiles.follows_may_be_missing": "Kven denne profilen fylgjer manglar kanskje.",
"hints.profiles.posts_may_be_missing": "Nokre innlegg frå denne profilen manglar kanskje.",
"hints.profiles.see_more_followers": "Sjå fleire fylgjarar på {domain}",
"hints.profiles.see_more_follows": "Sjå fleire fylgjer på {domain}",
"hints.profiles.see_more_follows": "Sjå fleire fylgje på {domain}",
"hints.profiles.see_more_posts": "Sjå fleire innlegg på {domain}",
"hints.threads.replies_may_be_missing": "Svar frå andre tenarar manglar kanskje.",
"hints.threads.see_more": "Sjå fleire svar på {domain}",
@@ -873,6 +873,8 @@
"status.open": "Utvid denne statusen",
"status.pin": "Fest på profil",
"status.quote_error.filtered": "Gøymt på grunn av eitt av filtra dine",
"status.quote_error.limited_account_hint.action": "Vis likevel",
"status.quote_error.limited_account_hint.title": "Denne kontoen har vorte skjult av moderatorane på {domain}.",
"status.quote_error.not_found": "Du kan ikkje visa dette innlegget.",
"status.quote_error.pending_approval": "Dette innlegget ventar på at skribenten skal godkjenna det.",
"status.quote_error.rejected": "Du kan ikkje visa dette innlegget fordi skribenten ikkje vil at det skal siterast.",

View File

@@ -873,6 +873,8 @@
"status.open": "Expandir esta publicação",
"status.pin": "Afixar no perfil",
"status.quote_error.filtered": "Oculto devido a um dos seus filtros",
"status.quote_error.limited_account_hint.action": "Mostrar na mesma",
"status.quote_error.limited_account_hint.title": "Esta conta foi ocultada pelos moderadores de {domain}.",
"status.quote_error.not_found": "Esta publicação não pode ser exibida.",
"status.quote_error.pending_approval": "Esta publicação está a aguardar a aprovação do autor original.",
"status.quote_error.rejected": "Esta publicação não pode ser exibida porque o autor original não permite que seja citada.",

View File

@@ -1,6 +1,7 @@
{
"about.blocks": "Moderované servery",
"about.contact": "Kontakt:",
"about.default_locale": "Predvolený",
"about.disclaimer": "Mastodon je bezplatný open-source softvér s otvoreným zdrojovým kódom a ochranná známka spoločnosti Mastodon gGmbH.",
"about.domain_blocks.no_reason_available": "Dôvod nebol uvedený",
"about.domain_blocks.preamble": "Mastodon vo všeobecnosti umožňuje prezerať obsah a komunikovať s používateľmi z akéhokoľvek iného servera vo fediverze. Tu sú uvedené výnimky, ktoré boli urobené na tomto konkrétnom serveri.",
@@ -20,13 +21,16 @@
"account.block_domain": "Blokovať doménu {domain}",
"account.block_short": "Blokovať",
"account.blocked": "Účet blokovaný",
"account.blocking": "Blokované",
"account.cancel_follow_request": "Zrušiť žiadosť o sledovanie",
"account.copy": "Skopírovať odkaz na profil",
"account.direct": "Súkromne označiť @{name}",
"account.disable_notifications": "Zrušiť upozornenia na príspevky od @{name}",
"account.domain_blocking": "Blokované domény",
"account.edit_profile": "Upraviť profil",
"account.enable_notifications": "Zapnúť upozornenia na príspevky od @{name}",
"account.endorse": "Zobraziť na vlastnom profile",
"account.familiar_followers_many": "Sleduje {name1}, {name2} a {othersCount, plural, one {ďalší účet, ktorý poznáte} few {# ďalšie účty, ktoré poznáte} many {#} other {# ďalších účtov, ktoré poznáte}}",
"account.familiar_followers_one": "Nasledovanie od {name1}",
"account.familiar_followers_two": "Nasledovanie od {name1} a {name2}",
"account.featured": "Zviditeľnené",
@@ -36,13 +40,14 @@
"account.featured_tags.last_status_never": "Žiadne príspevky",
"account.follow": "Sledovať",
"account.follow_back": "Sledovať späť",
"account.followers": "Sledovatelia",
"account.followers": "Sledujúce účty",
"account.followers.empty": "Ešte nikto nesleduje tohto užívateľa.",
"account.followers_counter": "{count, plural, one {{counter} sledujúci} other {{counter} sledujúci}}",
"account.following": "Sledovaný účet",
"account.followers_counter": "{count, plural, one {{counter} sledujúci účet} few {{counter} sledujúce účty} many {{counter} followers} other {{counter} sledujúcich účtov}}",
"account.followers_you_know_counter": "{count, one {{counter}, ktorý poznáte}, few {{counter}, ktoré poznáte}, many {{counter}, kterých znáte} other {{counter}, ktoré poznáte}}",
"account.following": "Sledovaných účtov",
"account.following_counter": "{count, plural, one {{counter} sledovaných} other {{counter} sledovaných}}",
"account.follows.empty": "Tento účet ešte nikoho nesleduje.",
"account.follows_you": "Nasleduje ťa",
"account.follows_you": "Sleduje vás",
"account.go_to_profile": "Prejsť na profil",
"account.hide_reblogs": "Skryť zdieľania od @{name}",
"account.in_memoriam": "In memoriam.",
@@ -58,14 +63,16 @@
"account.mute_short": "Stíšiť",
"account.muted": "Účet stíšený",
"account.muting": "Stíšenie",
"account.mutual": "Nasledujete sa navzájom",
"account.mutual": "Sledujete sa navzájom",
"account.no_bio": "Nie je uvedený žiadny popis.",
"account.open_original_page": "Otvoriť pôvodnú stránku",
"account.posts": "Príspevky",
"account.posts_with_replies": "Príspevky a odpovede",
"account.remove_from_followers": "Zrušiť sledovanie od {name}",
"account.report": "Nahlásiť @{name}",
"account.requested": "Čaká na schválenie. Žiadosť zrušíte kliknutím sem",
"account.requested_follow": "{name} vás chce sledovať",
"account.requests_to_follow_you": "Žiadosti o sledovanie",
"account.share": "Zdieľaj profil @{name}",
"account.show_reblogs": "Zobrazovať zdieľania od @{name}",
"account.statuses_counter": "{count, plural, one {{counter} príspevok} other {{counter} príspevkov}}",
@@ -92,26 +99,37 @@
"alert.rate_limited.title": "Priveľa žiadostí",
"alert.unexpected.message": "Vyskytla sa nečakaná chyba.",
"alert.unexpected.title": "Ups!",
"alt_text_badge.title": "Alternatívny popis",
"alt_text_modal.add_text_from_image": "Pridaj text z obrázka",
"alt_text_badge.title": "Opis",
"alt_text_modal.add_alt_text": "Pridať opis",
"alt_text_modal.add_text_from_image": "Pridať text z obrázka",
"alt_text_modal.cancel": "Zrušiť",
"alt_text_modal.change_thumbnail": "Zmeniť náhľad",
"alt_text_modal.describe_for_people_with_hearing_impairments": "Opíšte obsah pre ľudí so sluchovým postihnutím…",
"alt_text_modal.describe_for_people_with_visual_impairments": "Opíšte obsah pre ľudí so zrakovým postihnutím…",
"alt_text_modal.done": "Hotovo",
"announcement.announcement": "Oznámenie",
"annual_report.summary.archetype.oracle": "Veštec",
"annual_report.summary.archetype.booster": "Zdieľač*ka",
"annual_report.summary.archetype.lurker": "Sliedič*ka",
"annual_report.summary.archetype.oracle": "Divoká karta",
"annual_report.summary.archetype.pollster": "Anketár*ka",
"annual_report.summary.archetype.replier": "Hlasná trúba",
"annual_report.summary.followers.followers": "sledovatelia",
"annual_report.summary.followers.total": "{count} celkovo",
"annual_report.summary.here_it_is": "Tu je tvoja {year} v zhrnutí:",
"annual_report.summary.highlighted_post.by_favourites": "najviac obľúbený príspevok",
"annual_report.summary.highlighted_post.by_reblogs": "najviac vyzdvihovaný príspevok",
"annual_report.summary.highlighted_post.by_reblogs": "najviac zdieľaný príspevok",
"annual_report.summary.highlighted_post.by_replies": "príspevok s najviac odpoveďami",
"annual_report.summary.highlighted_post.possessive": "{name}",
"annual_report.summary.most_used_app.most_used_app": "najviac používaná aplikácia",
"annual_report.summary.most_used_hashtag.most_used_hashtag": "najviac užívaný hashtag",
"annual_report.summary.most_used_hashtag.none": "Žiaden",
"annual_report.summary.new_posts.new_posts": "nové príspevky",
"annual_report.summary.percentile.text": "<topLabel>Takže patríte do top</topLabel><percentage></percentage><bottomLabel>účtov na {domain}</bottomLabel>",
"annual_report.summary.percentile.we_wont_tell_bernie": "Nepovieme Berniemu.",
"annual_report.summary.thanks": "Vďaka, že si súčasťou Mastodonu!",
"attachments_list.unprocessed": "(nespracované)",
"audio.hide": "Skryť zvuk",
"block_modal.remote_users_caveat": "Požiadame server {domain} o rešpektovanie vášho rozhodnutia. Nevieme to však zaručiť, keďže niektoré servery pristupujú k blokovaniu inak. Verejné príspevky sa stále môžu zobrazovať neprihláseným ľuďom.",
"block_modal.show_less": "Zobraziť menej",
"block_modal.show_more": "Zobraziť viac",
"block_modal.they_cant_mention": "Nemôžu ťa spomenúť, alebo nasledovať.",
@@ -120,7 +138,8 @@
"block_modal.title": "Blokovať užívateľa?",
"block_modal.you_wont_see_mentions": "Neuvidíš príspevky, ktoré ich spomínajú.",
"boost_modal.combo": "Nabudúce môžete preskočiť stlačením {combo}",
"boost_modal.reblog": "Vyzdvihnúť príspevok?",
"boost_modal.reblog": "Zdieľať príspevok?",
"boost_modal.undo_reblog": "Zrušiť zdieľanie?",
"bundle_column_error.copy_stacktrace": "Kopírovať chybovú hlášku",
"bundle_column_error.error.body": "Požadovanú stránku nebolo možné vykresliť. Môže to byť spôsobené chybou v našom kóde alebo problémom s kompatibilitou prehliadača.",
"bundle_column_error.error.title": "Ale nie!",
@@ -131,6 +150,7 @@
"bundle_column_error.routing.body": "Žiadaná stránka nebola nájdená. Ste si istí, že zadaná adresa URL je správna?",
"bundle_column_error.routing.title": "404",
"bundle_modal_error.close": "Zatvoriť",
"bundle_modal_error.message": "Pri načítavaní tejto obrazovky nastala chyba.",
"bundle_modal_error.retry": "Skúsiť znova",
"closed_registrations.other_server_instructions": "Keďže Mastodon je decentralizovaný, môžete si vytvoriť účet na inom serveri a stále komunikovať s týmto serverom.",
"closed_registrations_modal.description": "Vytvorenie účtu na {domain} nie je v súčasnosti možné, ale myslite na to, že na používanie Mastodonu nepotrebujete účet práve na {domain}.",
@@ -146,7 +166,7 @@
"column.directory": "Prehľadávať profily",
"column.domain_blocks": "Blokované domény",
"column.edit_list": "Uprav zoznam",
"column.favourites": "Obľúbené",
"column.favourites": "Ohviezdičkované",
"column.firehose": "Živé kanály",
"column.follow_requests": "Žiadosti o sledovanie",
"column.home": "Domov",
@@ -175,7 +195,7 @@
"compose_form.direct_message_warning_learn_more": "Viac informácií",
"compose_form.encryption_warning": "Príspevky na Mastodone nie sú šifrované end-to-end. Nezdieľajte cez Mastodon žiadne citlivé informácie.",
"compose_form.hashtag_warning": "Tento príspevok nebude zobrazený pod žiadným hashtagom, lebo nie je verejný. Iba verejné príspevky môžu byť nájdené podľa hashtagu.",
"compose_form.lock_disclaimer": "Váš účet nie je {locked}. Ktokoľvek vás môže sledovať a vidieť vaše príspevky pre sledujúcich.",
"compose_form.lock_disclaimer": "Váš účet nie je {locked}. Ktokoľvek vás môže sledovať a vidieť vaše príspevky pre sledujúce účty.",
"compose_form.lock_disclaimer.lock": "zamknutý",
"compose_form.placeholder": "Na čo práve myslíte?",
"compose_form.poll.duration": "Trvanie ankety",
@@ -199,6 +219,8 @@
"confirmations.delete_list.confirm": "Vymazať",
"confirmations.delete_list.message": "Určite chcete tento zoznam trvalo vymazať?",
"confirmations.delete_list.title": "Vymazať zoznam?",
"confirmations.discard_draft.confirm": "Zahodiť a pokračovať",
"confirmations.discard_draft.edit.cancel": "Pokračovať v úpravách",
"confirmations.discard_edit_media.confirm": "Zahodiť",
"confirmations.discard_edit_media.message": "Máte neuložené zmeny v popise alebo náhľade média, zahodiť ich aj tak?",
"confirmations.follow_to_list.confirm": "Nasleduj a pridaj do zoznamu",
@@ -207,13 +229,16 @@
"confirmations.logout.confirm": "Odhlásiť sa",
"confirmations.logout.message": "Určite sa chcete odhlásiť?",
"confirmations.logout.title": "Odhlásiť sa?",
"confirmations.missing_alt_text.secondary": "Odošli aj tak",
"confirmations.missing_alt_text.confirm": "Pridať opis",
"confirmations.missing_alt_text.message": "Váš príspevok obsahuje médiá bez opisu. Pridanie opisu sprístupňuje váš obsah viac ľuďom.",
"confirmations.missing_alt_text.secondary": "Aj tak uverejniť",
"confirmations.missing_alt_text.title": "Pridať opis?",
"confirmations.mute.confirm": "Stíšiť",
"confirmations.redraft.confirm": "Vymazať a prepísať",
"confirmations.redraft.message": "Určite chcete tento príspevok vymazať a prepísať? Prídete o jeho zdieľania a ohviezdičkovania a odpovede na pôvodný príspevok budú odlúčené.",
"confirmations.redraft.title": "Vymazať a prepísať príspevok?",
"confirmations.remove_from_followers.confirm": "Odstrániť nasledovateľa",
"confirmations.unfollow.confirm": "Prestať sledovať",
"confirmations.unfollow.confirm": "Zrušiť sledovanie",
"confirmations.unfollow.message": "Určite chcete prestať sledovať {name}?",
"confirmations.unfollow.title": "Prestať sledovať užívateľa?",
"content_warning.hide": "Skryť príspevok",
@@ -268,7 +293,7 @@
"empty_column.account_timeline": "Nie sú tu žiadne príspevky.",
"empty_column.account_unavailable": "Profil nedostupný",
"empty_column.blocks": "Nemáte blokované žiadne účty.",
"empty_column.bookmarked_statuses": "Ešte nemáte záložku v žiadnom príspevku. Keď si ju do nejakého príspevkuk pridáte, zobrazí sa tu.",
"empty_column.bookmarked_statuses": "Ešte nemáte záložku v žiadnom príspevku. Keď si ju do nejakého príspevku pridáte, zobrazí sa tu.",
"empty_column.community": "Miesta časová os je prázdna. Napíšte niečo, aby to tu ožilo!",
"empty_column.direct": "Ešte nemáte žiadne súkromné označenia. Keď nejaké pošlete alebo dostanete, zobrazí sa tu.",
"empty_column.domain_blocks": "Žiadne domény ešte nie sú blokované.",
@@ -294,6 +319,7 @@
"explore.trending_links": "Správy",
"explore.trending_statuses": "Príspevky",
"explore.trending_tags": "Hashtagy",
"featured_carousel.header": "{count, plural, one {Pripnutý príspevok} few {Pripnuté príspevky} many {} other {Pripnutých príspevkov}}",
"filter_modal.added.context_mismatch_explanation": "Táto kategória filtrov sa nevzťahuje na kontext, v ktorom ste získali prístup k tomuto príspevku. Ak chcete, aby sa príspevok filtroval aj v tomto kontexte, budete musieť filter upraviť.",
"filter_modal.added.context_mismatch_title": "Nesúlad kontextu!",
"filter_modal.added.expired_explanation": "Platnosť tejto kategórie filtra vypršala, aby sa použila, je potrebné zmeniť dátum vypršania platnosti.",
@@ -354,12 +380,12 @@
"hashtag.column_settings.tag_mode.any": "Ľubovoľné z týchto",
"hashtag.column_settings.tag_mode.none": "Žiaden z týchto",
"hashtag.column_settings.tag_toggle": "Vložte dodatočné hashtagy pre tento stĺpec",
"hashtag.counter_by_accounts": "{count, plural, one {{counter} prispievateľ} few {{counter} prispievatelia} many {{counter} prispievateľov} other {{counter} prispievateľov}}",
"hashtag.counter_by_accounts": "{count, plural, one {{counter} prispievajúci účet} few {{counter} prispievajúce účty} many {{counter} participants} other {{counter} prispievajúcich účtov}}",
"hashtag.counter_by_uses": "{count, plural, one {{counter} príspevok} few {{counter} príspevky} many {{counter} príspevkov} other {{counter} príspevkov}}",
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} príspevok} few {{counter} príspevky} many {{counter} príspevkov} other {{counter} príspevkov}} dnes",
"hashtag.follow": "Sledovať hashtag",
"hashtag.mute": "Utlmiť #{hashtag}",
"hashtag.unfollow": "Prestať sledovať hashtag",
"hashtag.unfollow": "Zrušiť sledovanie hashtagu",
"hashtags.and_other": "…a {count, plural, other {# ďalších}}",
"hints.profiles.followers_may_be_missing": "Nasledovatelia tohto profilu môžu chýbať.",
"hints.profiles.follows_may_be_missing": "Nasledovatelia tohto profilu môžu chýbať.",
@@ -378,7 +404,7 @@
"home.show_announcements": "Zobraziť oznámenia",
"ignore_notifications_modal.filter_instead": "Radšej triediť",
"ignore_notifications_modal.filter_to_act_users": "Stále budeš môcť akceptovať, odmietnuť, alebo nahlásiť užívateľov",
"ignore_notifications_modal.filter_to_avoid_confusion": "Triedenie pomáha vyvarovať sa možnému zmäteniu",
"ignore_notifications_modal.filter_to_avoid_confusion": "Filtrovanie pomáha vyvarovať sa možnému zmäteniu",
"ignore_notifications_modal.ignore": "Ignoruj upozornenia",
"ignore_notifications_modal.limited_accounts_title": "Ignorovať oboznámenia z obmedzených účtov?",
"ignore_notifications_modal.new_accounts_title": "Nevšímať si oznámenia z nových účtov?",
@@ -386,6 +412,7 @@
"ignore_notifications_modal.not_following_title": "Nevšímať si oznámenia od ľudí, ktorých nenasleduješ?",
"ignore_notifications_modal.private_mentions_title": "Nevšímať si oznámenia o nevyžiadaných súkromných spomínaniach?",
"info_button.label": "Pomoc",
"info_button.what_is_alt_text": "<h1>Čo je to opis?</h1> <p>Opis médií umožňuje ľuďom so zdravotným postihnutím alebo slabým pripojením porozumieť obsahu príspevku.</p> <p>Zrozumiteľné, stručné a objektívne opisy sprístupňujú a vysvetľujú váš obsah väčšiemu počtu ľudí.</p> <ul> <li>Spomeňte dôležité prvky</li> <li>Zhrňte text na obrázkoch a fotkách</li> <li>Píšte bežné vety</li> <li>Vynechajte zbytočné informácie</li> <li>Pri zložitých vizuáloch (napr. nákresoch či mapách) sa sústreďte na kľúčové vzorce a závery</li> </ul>",
"interaction_modal.action.favourite": "Pre pokračovanie si musíš obľúbiť zo svojho účtu.",
"interaction_modal.action.follow": "Pre pokračovanie musíš nasledovať zo svojho účtu.",
"interaction_modal.action.reply": "Pre pokračovanie musíš odpovedať s tvojho účtu.",
@@ -435,7 +462,7 @@
"keyboard_shortcuts.toggle_hidden": "Zobraziť/skryť text za varovaním o obsahu",
"keyboard_shortcuts.toggle_sensitivity": "Zobraziť/skryť médiá",
"keyboard_shortcuts.toot": "Vytvoriť nový príspevok",
"keyboard_shortcuts.translate": "preložiť príspevok",
"keyboard_shortcuts.translate": "Preložiť príspevok",
"keyboard_shortcuts.unfocus": "Odísť z textového poľa",
"keyboard_shortcuts.up": "Posunúť sa vyššie v zozname",
"lightbox.close": "Zatvoriť",
@@ -451,7 +478,7 @@
"lists.add_to_list": "Pridaj do zoznamu",
"lists.add_to_lists": "Pridaj {name} do zoznamov",
"lists.create": "Vytvor",
"lists.create_a_list_to_organize": "Vytvor nový zoznam pre spravovanie tvojej domovskej osi",
"lists.create_a_list_to_organize": "Vytvorte si nový zoznam na organizáciu svojho domovského kanála",
"lists.create_list": "Vytvor zoznam",
"lists.delete": "Vymazať zoznam",
"lists.done": "Hotovo",
@@ -461,7 +488,7 @@
"lists.find_users_to_add": "Nájdi užívateľov na pridanie",
"lists.list_name": "Názov zoznamu",
"lists.new_list_name": "Názov nového zoznamu",
"lists.no_lists_yet": "te žiadne zoznamy.",
"lists.no_lists_yet": "Zatiaľ nemáte žiadne zoznamy.",
"lists.no_members_yet": "Zatiaľ bez členov.",
"lists.no_results_found": "Žiadne výsledky nenájdené.",
"lists.remove_member": "Odstráň",
@@ -485,8 +512,10 @@
"mute_modal.you_wont_see_mentions": "Neuvidíš príspevky, ktoré ho/ju spomínajú.",
"mute_modal.you_wont_see_posts": "Stále uvidí tvoje príspevky, ale ty neuvidíš jeho/jej.",
"navigation_bar.about": "O tomto serveri",
"navigation_bar.account_settings": "Heslo a zabezpečenie",
"navigation_bar.administration": "Spravovanie",
"navigation_bar.advanced_interface": "Otvoriť v pokročilom webovom rozhraní",
"navigation_bar.automated_deletion": "Automatické mazanie príspevkov",
"navigation_bar.blocks": "Blokované účty",
"navigation_bar.bookmarks": "Záložky",
"navigation_bar.direct": "Súkromné označenia",
@@ -495,13 +524,16 @@
"navigation_bar.filters": "Filtrované slová",
"navigation_bar.follow_requests": "Žiadosti o sledovanie",
"navigation_bar.followed_tags": "Sledované hashtagy",
"navigation_bar.follows_and_followers": "Sledovania a sledovatelia",
"navigation_bar.follows_and_followers": "Sledované a sledujúce účty",
"navigation_bar.import_export": "Import a export",
"navigation_bar.lists": "Zoznamy",
"navigation_bar.logout": "Odhlásiť sa",
"navigation_bar.moderation": "Moderovanie",
"navigation_bar.more": "Viac",
"navigation_bar.mutes": "Stíšené účty",
"navigation_bar.opened_in_classic_interface": "Príspevky, účty a iné špeciálne stránky sú predvolene otvárané v klasickom webovom rozhraní.",
"navigation_bar.preferences": "Nastavenia",
"navigation_bar.privacy_and_reach": "Súkromie a dosah",
"navigation_bar.search": "Hľadať",
"not_signed_in_indicator.not_signed_in": "Ak chcete získať prístup k tomuto zdroju, prihláste sa.",
"notification.admin.report": "Účet {name} nahlásil {target}",
@@ -512,24 +544,25 @@
"notification.favourite_pm": "{name} obľúbil/a tvoje súkromné spomenutie",
"notification.follow": "{name} vás sleduje",
"notification.follow_request": "{name} vás žiada sledovať",
"notification.label.mention": "Zmienka",
"notification.label.private_mention": "Súkromná zmienka",
"notification.label.mention": "Označenie",
"notification.label.private_mention": "Súkromné označenie",
"notification.label.private_reply": "Súkromná odpoveď",
"notification.label.reply": "Odpoveď",
"notification.mention": "Zmienka",
"notification.mention": "Označenie",
"notification.mentioned_you": "{name} ťa spomenul/a",
"notification.moderation-warning.learn_more": "Zisti viac",
"notification.moderation_warning": "Dostal/a si varovanie od moderátora",
"notification.moderation_warning.action_delete_statuses": "Niektoré z tvojich príspevkov boli odstránené.",
"notification.moderation_warning.action_disable": "Tvoj účet bol vypnutý.",
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Niektoré tvoje príspevky boli označené za chúlostivé.",
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Niektoré vaše príspevky boli označené ako citlivé.",
"notification.moderation_warning.action_none": "Tvoj účet dostal upozornenie od moderátora.",
"notification.moderation_warning.action_sensitive": "Tvoje príspevky budú odteraz označované ako chúlostivé.",
"notification.moderation_warning.action_sensitive": "Vaše príspevky budú odteraz označované ako citlivé.",
"notification.moderation_warning.action_silence": "Tvoj účet bol obmedzený.",
"notification.moderation_warning.action_suspend": "Tvoj účet bol pozastavený.",
"notification.own_poll": "Vaša anketa sa skončila",
"notification.poll": "Anketa, v ktorej si hlasoval/a, skončila",
"notification.reblog": "{name} zdieľa váš príspevok",
"notification.reblog.name_and_others_with_link": "{name} a <a>{count, plural, one {# ďalší človek} few {# ďalší ľudia} many {#} other {# ďalších ľudí}}</a> zdieľa váš príspevok",
"notification.relationships_severance_event": "Stratené prepojenia s {name}",
"notification.relationships_severance_event.account_suspension": "Správca z {from} pozastavil/a {target}, čo znamená, že od nich viac nemôžeš dostávať aktualizácie, alebo s nimi interaktovať.",
"notification.relationships_severance_event.learn_more": "Zisti viac",
@@ -606,7 +639,7 @@
"onboarding.profile.save_and_continue": "Uložiť a pokračovať",
"onboarding.profile.title": "Nastavenie profilu",
"onboarding.profile.upload_avatar": "Nahrať profilový obrázok",
"onboarding.profile.upload_header": "Nahrať obrázok záhlavia profilu",
"onboarding.profile.upload_header": "Nahrať obrázok v záhlaví profilu",
"password_confirmation.exceeds_maxlength": "Potvrdené heslo presahuje maximálnu dĺžku hesla",
"password_confirmation.mismatching": "Zadané heslá sa nezhodujú",
"picture_in_picture.restore": "Vrátiť späť",
@@ -748,7 +781,7 @@
"status.edit": "Upraviť",
"status.edited": "Naposledy upravený {date}",
"status.edited_x_times": "Upravený {count, plural, other {{count}×}}",
"status.favourite": "Ohviezdičkova",
"status.favourite": "Ohviezdičkovať",
"status.filter": "Filtrovanie tohto príspevku",
"status.history.created": "Vytvorené účtom {name} {date}",
"status.history.edited": "Upravené účtom {name} {date}",
@@ -766,10 +799,11 @@
"status.reblog": "Zdieľať",
"status.reblog_private": "Zdieľať pôvodnému publiku",
"status.reblogged_by": "{name} zdieľa",
"status.reblogs": "{count, plural, one {zdieľanie} few {zdieľania} many {} other {zdieľaní}}",
"status.reblogs.empty": "Nikto ešte tento príspevok nezdieľal. Keď tak niekto urobí, zobrazí sa to tu.",
"status.redraft": "Vymazať a prepísať",
"status.remove_bookmark": "Odstrániť záložku",
"status.remove_favourite": "Odstráň z obľúbených",
"status.remove_favourite": "Zrušiť ohviezdičkovanie",
"status.replied_in_thread": "Odpovedal/a vo vlákne",
"status.replied_to": "Odpoveď na {name}",
"status.reply": "Odpovedať",

View File

@@ -108,6 +108,7 @@
"alt_text_modal.describe_for_people_with_visual_impairments": "Përshkruajeni këtë për persona me mangësi shikimi…",
"alt_text_modal.done": "U bë",
"announcement.announcement": "Lajmërim",
"annual_report.summary.archetype.oracle": "Orakulli",
"annual_report.summary.followers.followers": "ndjekës",
"annual_report.summary.followers.total": "{count} gjithsej",
"annual_report.summary.here_it_is": "Ja {year} juaj e shqyrtuar:",
@@ -559,6 +560,8 @@
"navigation_bar.follows_and_followers": "Ndjekje dhe ndjekës",
"navigation_bar.import_export": "Importim dhe eksportim",
"navigation_bar.lists": "Lista",
"navigation_bar.live_feed_local": "Pryrje e atypëratyshme (vendore)",
"navigation_bar.live_feed_public": "Prurje e atypëratyshme (publike)",
"navigation_bar.logout": "Dalje",
"navigation_bar.moderation": "Moderim",
"navigation_bar.more": "Më tepër",
@@ -866,6 +869,8 @@
"status.open": "Zgjeroje këtë mesazh",
"status.pin": "Fiksoje në profil",
"status.quote_error.filtered": "Fshehur për shkak të njërit nga filtrat tuaj",
"status.quote_error.limited_account_hint.action": "Shfaqe, sido qoftë",
"status.quote_error.limited_account_hint.title": "Kjo llogari është fshehur nga moderatorët e {domain}.",
"status.quote_error.not_found": "Ky postim smund të shfaqet.",
"status.quote_error.pending_approval": "Ky postim është në pritje të miratimit nga autori origjinal.",
"status.quote_error.rejected": "Ky postim smund të shfaqet, ngaqë autori origjinal nuk lejon citim të tij.",

View File

@@ -873,6 +873,8 @@
"status.open": "Bu gönderiyi genişlet",
"status.pin": "Profile sabitle",
"status.quote_error.filtered": "Bazı filtrelerinizden dolayı gizlenmiştir",
"status.quote_error.limited_account_hint.action": "Yine de göster",
"status.quote_error.limited_account_hint.title": "Bu hesap {domain} moderatörleri tarafından gizlendi.",
"status.quote_error.not_found": "Bu gönderi görüntülenemez.",
"status.quote_error.pending_approval": "Bu gönderi özgün yazarın onayını bekliyor.",
"status.quote_error.rejected": "Bu gönderi, özgün yazar alıntılanmasına izin vermediği için görüntülenemez.",

View File

@@ -873,6 +873,8 @@
"status.open": "Mở tút",
"status.pin": "Ghim lên hồ sơ",
"status.quote_error.filtered": "Bị ẩn vì một bộ lọc của bạn",
"status.quote_error.limited_account_hint.action": "Vẫn xem",
"status.quote_error.limited_account_hint.title": "Người này đã bị ẩn bởi quản trị viên {domain}.",
"status.quote_error.not_found": "Tút này không thể hiển thị.",
"status.quote_error.pending_approval": "Tút này cần chờ cho phép từ người đăng.",
"status.quote_error.rejected": "Tút này không thể hiển thị vì người đăng không cho phép trích dẫn nó.",

View File

@@ -72,7 +72,7 @@
"account.report": "举报 @{name}",
"account.requested": "正在等待对方同意。点击取消发送关注请求",
"account.requested_follow": "{name} 向你发送了关注请求",
"account.requests_to_follow_you": "请求关注",
"account.requests_to_follow_you": "请求关注",
"account.share": "分享 @{name} 的个人资料",
"account.show_reblogs": "显示来自 @{name} 的转嘟",
"account.statuses_counter": "{count, plural, other {{counter} 条嘟文}}",
@@ -219,13 +219,13 @@
"confirmations.delete_list.confirm": "删除",
"confirmations.delete_list.message": "确定要永久删除此列表吗?",
"confirmations.delete_list.title": "确定要删除列表?",
"confirmations.discard_draft.confirm": "弃并继续",
"confirmations.discard_draft.confirm": "弃并继续",
"confirmations.discard_draft.edit.cancel": "恢复编辑",
"confirmations.discard_draft.edit.message": "继续将丢弃您对您正在编辑的嘟文所作的任何更改。",
"confirmations.discard_draft.edit.title": "是否丢弃对嘟文的更改?",
"confirmations.discard_draft.edit.message": "继续将丢弃你对你正在编辑的嘟文所作的任何更改。",
"confirmations.discard_draft.edit.title": "是否丢弃对嘟文的更改?",
"confirmations.discard_draft.post.cancel": "恢复草稿",
"confirmations.discard_draft.post.message": "继续将丢弃正在编辑的嘟文。",
"confirmations.discard_draft.post.title": "丢弃的嘟文草稿?",
"confirmations.discard_draft.post.message": "继续将丢弃正在编辑的嘟文。",
"confirmations.discard_draft.post.title": "丢弃的嘟文草稿?",
"confirmations.discard_edit_media.confirm": "丢弃",
"confirmations.discard_edit_media.message": "你还有未保存的媒体描述或预览修改,仍要丢弃吗?",
"confirmations.follow_to_list.confirm": "关注并添加到列表",
@@ -243,7 +243,7 @@
"confirmations.redraft.message": "确定删除这条嘟文并重写吗?所有相关的喜欢和转嘟都将丢失,嘟文的回复也会失去关联。",
"confirmations.redraft.title": "是否删除并重新编辑嘟文?",
"confirmations.remove_from_followers.confirm": "移除关注者",
"confirmations.remove_from_followers.message": "{name} 将停止关注您。您确定要继续吗?",
"confirmations.remove_from_followers.message": "{name} 将停止关注你。你确定要继续吗?",
"confirmations.remove_from_followers.title": "移除关注者?",
"confirmations.unfollow.confirm": "取消关注",
"confirmations.unfollow.message": "你确定要取消关注 {name} 吗?",
@@ -306,8 +306,8 @@
"emoji_button.search_results": "搜索结果",
"emoji_button.symbols": "符号",
"emoji_button.travel": "旅行与地点",
"empty_column.account_featured.me": "你尚未设置任何精选。你知道吗?你可以将自己最常使用的话题标签,甚至是好友的账号,在你的个人主页上设为精选。",
"empty_column.account_featured.other": "{acct} 尚未设置任何精选。你知道吗?你可以将自己最常使用的话题标签,甚至是好友的账号,在你的个人主页上设为精选。",
"empty_column.account_featured.me": "你尚未设置任何精选。你知道吗?你可以将自己最常使用的话题标签,甚至是好友的账号,在你的个人主页上设为精选。",
"empty_column.account_featured.other": "{acct} 尚未设置任何精选。你知道吗?你可以将自己最常使用的话题标签,甚至是好友的账号,在你的个人主页上设为精选。",
"empty_column.account_featured_other.unknown": "此账号尚未设置任何精选。",
"empty_column.account_hides_collections": "该用户选择不公开此信息",
"empty_column.account_suspended": "账号已被停用",
@@ -732,7 +732,7 @@
"privacy.private.short": "关注者",
"privacy.public.long": "所有 Mastodon 内外的人",
"privacy.public.short": "公开",
"privacy.unlisted.additional": "此模式的行为与“公开”类似,只是嘟文不会出现在实时动态、话题、探索或 Mastodon 搜索页面中,即使已全局开启了对应的发现设置。",
"privacy.unlisted.additional": "此模式的行为与“公开”类似,只是嘟文不会出现在实时动态、话题、探索或 Mastodon 搜索页面中,即使已全局开启了对应的发现设置。",
"privacy.unlisted.long": "减少算法影响",
"privacy.unlisted.short": "悄悄公开",
"privacy_policy.last_updated": "最近更新于 {date}",
@@ -873,6 +873,8 @@
"status.open": "展开嘟文",
"status.pin": "在个人资料页面置顶",
"status.quote_error.filtered": "已根据你的筛选器过滤",
"status.quote_error.limited_account_hint.action": "仍然显示",
"status.quote_error.limited_account_hint.title": "此账号已被 {domain} 管理员隐藏。",
"status.quote_error.not_found": "无法显示这篇嘟文。",
"status.quote_error.pending_approval": "此嘟文正在等待原作者批准。",
"status.quote_error.rejected": "由于原作者不允许引用转发,无法显示这篇嘟文。",

View File

@@ -458,8 +458,8 @@
"interaction_modal.on_this_server": "於此伺服器",
"interaction_modal.title.favourite": "將 {name} 之嘟文加入最愛",
"interaction_modal.title.follow": "跟隨 {name}",
"interaction_modal.title.reblog": "轉嘟 {name} 嘟文",
"interaction_modal.title.reply": "回覆 {name} 嘟文",
"interaction_modal.title.reblog": "轉嘟 {name} 嘟文",
"interaction_modal.title.reply": "回覆 {name} 嘟文",
"interaction_modal.title.vote": "參與 {name} 之投票",
"interaction_modal.username_prompt": "例如 {example}",
"intervals.full.days": "{number, plural, other {# 天}}",
@@ -560,7 +560,7 @@
"navigation_bar.favourites": "最愛",
"navigation_bar.filters": "已靜音的關鍵字",
"navigation_bar.follow_requests": "跟隨請求",
"navigation_bar.followed_tags": "已跟隨主題標籤",
"navigation_bar.followed_tags": "主題標籤",
"navigation_bar.follows_and_followers": "跟隨中與跟隨者",
"navigation_bar.import_export": "匯入及匯出",
"navigation_bar.lists": "列表",
@@ -873,6 +873,8 @@
"status.open": "展開此嘟文",
"status.pin": "釘選至個人檔案頁面",
"status.quote_error.filtered": "由於您的過濾器,該嘟文被隱藏",
"status.quote_error.limited_account_hint.action": "仍要顯示",
"status.quote_error.limited_account_hint.title": "此個人檔案已被 {domain} 的管理員隱藏。",
"status.quote_error.not_found": "這則嘟文無法被顯示。",
"status.quote_error.pending_approval": "此嘟文正在等待原作者審核。",
"status.quote_error.rejected": "由於原作者不允許引用,此嘟文無法被顯示。",
@@ -884,7 +886,7 @@
"status.reblog_private": "依照原嘟可見性轉嘟",
"status.reblogged_by": "{name} 已轉嘟",
"status.reblogs": "{count, plural, other {則轉嘟}}",
"status.reblogs.empty": "還沒有人轉嘟過這則嘟文。當有人轉嘟時,它將於此顯示。",
"status.reblogs.empty": "還沒有人轉嘟過這則嘟文。當有人轉嘟時,它將於此顯示。",
"status.redraft": "刪除並重新編輯",
"status.remove_bookmark": "自書籤中移除",
"status.remove_favourite": "自最愛中移除",

View File

@@ -88,6 +88,14 @@ table + p {
padding: 24px;
}
.email-inner-nested-card-td {
border-radius: 12px;
padding: 18px;
overflow: hidden;
background-color: #fff;
border: 1px solid #dfdee3;
}
// Account
.email-account-banner-table {
background-color: #f3f2f5;
@@ -559,12 +567,29 @@ table + p {
}
}
.email-quote-header-img {
width: 34px;
img {
width: 34px;
height: 34px;
border-radius: 8px;
overflow: hidden;
}
}
.email-status-header-text {
padding-left: 16px;
padding-right: 16px;
vertical-align: middle;
}
.email-quote-header-text {
padding-left: 14px;
padding-right: 14px;
vertical-align: middle;
}
.email-status-header-name {
font-size: 16px;
font-weight: 600;
@@ -578,6 +603,19 @@ table + p {
color: #746a89;
}
.email-quote-header-name {
font-size: 14px;
font-weight: 600;
line-height: 18px;
color: #17063b;
}
.email-quote-header-handle {
font-size: 13px;
line-height: 18px;
color: #746a89;
}
.email-status-content {
padding-top: 24px;
}
@@ -589,6 +627,10 @@ table + p {
}
.email-status-prose {
.quote-inline {
display: none;
}
p {
font-size: 14px;
line-height: 20px;

View File

@@ -217,11 +217,11 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
def process_quote
@quote_uri = @status_parser.quote_uri
return if @quote_uri.blank?
return unless @status_parser.quote?
approval_uri = @status_parser.quote_approval_uri
approval_uri = nil if unsupported_uri_scheme?(approval_uri)
@quote = Quote.new(account: @account, approval_uri: approval_uri, legacy: @status_parser.legacy_quote?)
approval_uri = nil if unsupported_uri_scheme?(approval_uri) || TagManager.instance.local_url?(approval_uri)
@quote = Quote.new(account: @account, approval_uri: approval_uri, legacy: @status_parser.legacy_quote?, state: @status_parser.deleted_quote? ? :deleted : :pending)
end
def process_hashtag(tag)

View File

@@ -59,9 +59,11 @@ class ActivityPub::Activity::Delete < ActivityPub::Activity
@quote = Quote.find_by(approval_uri: object_uri, quoted_account: @account)
return if @quote.nil?
ActivityPub::Forwarder.new(@account, @json, @quote.status).forward!
ActivityPub::Forwarder.new(@account, @json, @quote.status).forward! if @quote.status.present?
@quote.reject!
DistributionWorker.perform_async(@quote.status_id, { 'update' => true })
DistributionWorker.perform_async(@quote.status_id, { 'update' => true }) if @quote.status.present?
end
def forwarder

View File

@@ -28,6 +28,9 @@ class ActivityPub::Activity::Update < ActivityPub::Activity
@status = Status.find_by(uri: object_uri, account_id: @account.id)
# We may be getting `Create` and `Update` out of order
@status ||= ActivityPub::Activity::Create.new(@json, @account, **@options).perform
return if @status.nil?
ActivityPub::ProcessStatusUpdateService.new.call(@status, @json, @object, request_id: @options[:request_id])

View File

@@ -117,6 +117,14 @@ class ActivityPub::Parser::StatusParser
flags
end
def quote?
%w(quote _misskey_quote quoteUrl quoteUri).any? { |key| @object[key].present? }
end
def deleted_quote?
@object['quote'].is_a?(Hash) && @object['quote']['type'] == 'Tombstone'
end
def quote_uri
%w(quote _misskey_quote quoteUrl quoteUri).filter_map do |key|
value_or_id(as_array(@object[key]).first)
@@ -141,7 +149,7 @@ class ActivityPub::Parser::StatusParser
def quote_subpolicy(subpolicy)
flags = 0
allowed_actors = as_array(subpolicy)
allowed_actors = as_array(subpolicy).dup
allowed_actors.uniq!
flags |= Status::QUOTE_APPROVAL_POLICY_FLAGS[:public] if allowed_actors.delete('as:Public') || allowed_actors.delete('Public') || allowed_actors.delete('https://www.w3.org/ns/activitystreams#Public')

View File

@@ -26,7 +26,7 @@ class PermalinkRedirector
end
def redirect_path
return ActivityPub::TagManager.instance.url_for(object) if object.present?
return ActivityPub::TagManager.instance.url_for(object) || ActivityPub::TagManager.instance.uri_for(object) if object.present?
@path.delete_prefix('/deck') if @path.start_with?('/deck')
end

View File

@@ -85,7 +85,7 @@ class StatusCacheHydrator
if quote.quoted_status.nil?
payload[nested ? :quoted_status_id : :quoted_status] = nil
payload[:state] = 'deleted'
elsif StatusFilter.new(quote.quoted_status, Account.find_by(id: account_id)).filtered?
elsif StatusFilter.new(quote.quoted_status, Account.find_by(id: account_id)).filtered_for_quote?
payload[nested ? :quoted_status_id : :quoted_status] = nil
payload[:state] = 'unauthorized'
else

View File

@@ -15,6 +15,12 @@ class StatusFilter
blocked_by_policy? || (account_present? && filtered_status?) || silenced_account?
end
def filtered_for_quote?
return false if !account.nil? && account.id == status.account_id
blocked_by_policy? || (account_present? && filtered_status?)
end
private
def account_present?

View File

@@ -32,6 +32,10 @@ module Account::Suspensions
update!(suspended_at: date, suspension_origin: origin)
create_canonical_email_block! if block_email
end
# This terminates all connections for the given account with the streaming
# server:
redis.publish("timeline:system:#{id}", Oj.dump(event: :kill)) if local?
end
def unsuspend!

View File

@@ -43,6 +43,7 @@ module Status::SearchConcern
properties << 'embed' if preview_card&.video?
properties << 'sensitive' if sensitive?
properties << 'reply' if reply?
properties << 'quote' if with_quote?
end
end
end

View File

@@ -21,7 +21,7 @@ class Quote < ApplicationRecord
REFRESH_DEADLINE = 6.hours
enum :state,
{ pending: 0, accepted: 1, rejected: 2, revoked: 3 },
{ pending: 0, accepted: 1, rejected: 2, revoked: 3, deleted: 4 },
validate: true
belongs_to :status
@@ -34,6 +34,7 @@ class Quote < ApplicationRecord
before_validation :set_activity_uri, only: :create, if: -> { account.local? && quoted_account&.remote? }
validates :activity_uri, presence: true, if: -> { account.local? && quoted_account&.remote? }
validate :validate_visibility
validate :validate_original_quoted_status
def accept!
update!(state: :accepted)
@@ -70,6 +71,10 @@ class Quote < ApplicationRecord
errors.add(:quoted_status_id, :visibility_mismatch)
end
def validate_original_quoted_status
errors.add(:quoted_status_id, :reblog_unallowed) if quoted_status&.reblog?
end
def set_activity_uri
self.activity_uri = [ActivityPub::TagManager.instance.uri_for(account), '/quote_requests/', SecureRandom.uuid].join
end

View File

@@ -197,6 +197,10 @@ class User < ApplicationRecord
def disable!
update!(disabled: true)
# This terminates all connections for the given account with the streaming
# server:
redis.publish("timeline:system:#{account.id}", Oj.dump(event: :kill))
end
def enable!
@@ -389,17 +393,22 @@ class User < ApplicationRecord
end
def reset_password!
# First, change password to something random, this revokes sessions and on-going access:
change_password!(SecureRandom.hex)
# Finally, send a reset password prompt to the user
send_reset_password_instructions
end
def change_password!(new_password)
# First, change password to something random and deactivate all sessions
transaction do
update(password: SecureRandom.hex)
update(password: new_password)
session_activations.destroy_all
end
# Then, remove all authorized applications and connected push subscriptions
revoke_access!
# Finally, send a reset password prompt to the user
send_reset_password_instructions
end
protected

View File

@@ -8,13 +8,13 @@ class REST::BaseQuoteSerializer < ActiveModel::Serializer
# Extra states when a status is unavailable
return 'deleted' if object.quoted_status.nil?
return 'unauthorized' if status_filter.filtered?
return 'unauthorized' if status_filter.filtered_for_quote?
object.state
end
def quoted_status
object.quoted_status if object.accepted? && object.quoted_status.present? && !status_filter.filtered?
object.quoted_status if object.accepted? && object.quoted_status.present? && !object.quoted_status&.reblog? && !status_filter.filtered_for_quote?
end
private

View File

@@ -12,7 +12,7 @@ class REST::InstanceSerializer < ActiveModel::Serializer
attributes :domain, :title, :version, :source_url, :description,
:usage, :thumbnail, :icon, :languages, :configuration,
:registrations, :api_versions
:registrations, :api_versions, :max_toot_chars
has_one :contact, serializer: ContactSerializer
has_many :rules, serializer: REST::RuleSerializer
@@ -119,6 +119,10 @@ class REST::InstanceSerializer < ActiveModel::Serializer
Mastodon::Version.api_versions
end
def max_toot_chars
StatusLengthValidator::MAX_CHARS
end
private
def registrations_enabled?

View File

@@ -25,6 +25,9 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
if @status_parser.edited_at.present? && (@status.edited_at.nil? || @status_parser.edited_at > @status.edited_at)
handle_explicit_update!
elsif @status.edited_at.present? && (@status_parser.edited_at.nil? || @status_parser.edited_at < @status.edited_at)
# This is an older update, reject it
return @status
else
handle_implicit_update!
end
@@ -71,6 +74,8 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
update_quote_approval!
update_counts!
end
broadcast_updates! if @status.quote&.state_previously_changed?
end
def update_interaction_policies!
@@ -295,15 +300,17 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
def update_quote!
quote_uri = @status_parser.quote_uri
if quote_uri.present?
if @status_parser.quote?
approval_uri = @status_parser.quote_approval_uri
approval_uri = nil if unsupported_uri_scheme?(approval_uri)
if @status.quote.present?
state = @status_parser.deleted_quote? ? :deleted : :pending
# If the quoted post has changed, discard the old object and create a new one
if @status.quote.quoted_status.present? && ActivityPub::TagManager.instance.uri_for(@status.quote.quoted_status) != quote_uri
@status.quote.destroy
quote = Quote.create(status: @status, approval_uri: approval_uri, legacy: @status_parser.legacy_quote?)
quote = Quote.create(status: @status, approval_uri: approval_uri, legacy: @status_parser.legacy_quote?, state: state)
@quote_changed = true
else
quote = @status.quote

View File

@@ -72,7 +72,7 @@ class ActivityPub::VerifyQuoteService < BaseService
status ||= ActivityPub::FetchRemoteStatusService.new.call(uri, on_behalf_of: @quote.account.followers.local.first, prefetched_body:, request_id: @request_id, depth: @depth + 1)
@quote.update(quoted_status: status) if status.present?
@quote.update(quoted_status: status) if status.present? && !status.reblog?
rescue Mastodon::RecursionLimitExceededError, Mastodon::UnexpectedResponseError, *Mastodon::HTTP_CONNECTION_ERRORS => e
@fetching_error = e
end
@@ -90,7 +90,7 @@ class ActivityPub::VerifyQuoteService < BaseService
status = ActivityPub::FetchRemoteStatusService.new.call(object['id'], prefetched_body: object, on_behalf_of: @quote.account.followers.local.first, request_id: @request_id, depth: @depth)
if status.present?
if status.present? && !status.reblog?
@quote.update(quoted_status: status)
true
else

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
class StatusLengthValidator < ActiveModel::Validator
MAX_CHARS = 500
MAX_CHARS = 1024
URL_PLACEHOLDER_CHARS = 23
URL_PLACEHOLDER = 'x' * 23

View File

@@ -0,0 +1,17 @@
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
%tr
%td.email-quote-header-img
= image_tag full_asset_url(status.account.avatar.url), alt: '', width: 34, height: 34
%td.email-quote-header-text
%h2.email-quote-header-name
= display_name(status.account)
%p.email-quote-header-handle
@#{status.account.pretty_acct}
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
%tr
%td.email-status-content
= render 'notification_mailer/status_content', status: status
%p.email-status-footer
= link_to l(status.created_at.in_time_zone(time_zone.presence), format: :with_time_zone), web_url("@#{status.account.pretty_acct}/#{status.id}")

View File

@@ -11,21 +11,12 @@
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
%tr
%td.email-status-content
.auto-dir
- if status.spoiler_text?
%p.email-status-spoiler
= status.spoiler_text
.email-status-prose
= status_content_format(status)
- if status.ordered_media_attachments.size.positive?
%p.email-status-media
- status.ordered_media_attachments.each do |a|
- if status.local?
= link_to full_asset_url(a.file.url(:original)), full_asset_url(a.file.url(:original))
- else
= link_to a.remote_url, a.remote_url
= render 'notification_mailer/status_content', status: status
- if status.local? && status.quote
%table.email-inner-card-table{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
%tr
%td.email-inner-nested-card-td
= render 'notification_mailer/nested_quote', status: status.quote.quoted_status, time_zone: time_zone
%p.email-status-footer
= link_to l(status.created_at.in_time_zone(time_zone.presence), format: :with_time_zone), web_url("@#{status.account.pretty_acct}/#{status.id}")

View File

@@ -4,5 +4,9 @@
>
<% end %>
> <%= raw word_wrap(extract_status_plain_text(status), break_sequence: "\n> ") %>
<% if status.local? && status.quote %>
>
>> <%= raw word_wrap(extract_status_plain_text(status.quote.quoted_status), break_sequence: "\n>> ") %>
<% end %>
<%= raw t('application_mailer.view')%> <%= web_url("@#{status.account.pretty_acct}/#{status.id}") %>

View File

@@ -0,0 +1,15 @@
.auto-dir
- if status.spoiler_text?
%p.email-status-spoiler
= status.spoiler_text
.email-status-prose
= status_content_format(status)
- if status.ordered_media_attachments.size.positive?
%p.email-status-media
- status.ordered_media_attachments.each do |a|
- if status.local?
= link_to full_asset_url(a.file.url(:original)), full_asset_url(a.file.url(:original))
- else
= link_to a.remote_url, a.remote_url

View File

@@ -10,6 +10,7 @@ class ActivityPub::RefetchAndVerifyQuoteWorker
def perform(quote_id, quoted_uri, options = {})
quote = Quote.find(quote_id)
ActivityPub::VerifyQuoteService.new.call(quote, fetchable_quoted_uri: quoted_uri, request_id: options[:request_id])
::DistributionWorker.perform_async(quote.status_id, { 'update' => true }) if quote.state_previously_changed?
rescue ActiveRecord::RecordNotFound
# Do nothing
true

View File

@@ -19,7 +19,7 @@ ja:
domain:
invalid: 有効なドメイン名ではありません
messages:
invalid_domain_on_line: "%{value} は有効なドメイン名ではありません"
invalid_domain_on_line: "%{value}は有効なドメイン名ではありません"
models:
account:
attributes:

View File

@@ -4,7 +4,7 @@ sk:
attributes:
poll:
expires_at: Trvá do
options: Voľby
options: Možnosti
user:
agreement: Dohoda o poskytovaní služieb
email: E-mailová adresa

View File

@@ -701,7 +701,7 @@ be:
created_at: Створана
delete_and_resolve: Выдаліць допісы
forwarded: Пераслана
forwarded_replies_explanation: Гэтае паведамленне паступіла ад выдаленага карыстальніка і дакранаецца выдаленага змесціва. Яно было накіраванае вам, бо змесціва паведамлення з'яўляецца адказам аднаму з вашых карыстальнікаў.
forwarded_replies_explanation: Гэтае паведамленне паступіла ад карыстальніка з іншага сервера і дакранаецца змесціва адтуль. Яно было накіраванае вам, бо змесціва паведамлення з'яўляецца адказам аднаму з вашых карыстальнікаў.
forwarded_to: Пераслана на %{domain}
mark_as_resolved: Пазначыць як вырашаную
mark_as_sensitive: Пазначыць як далікатны
@@ -1718,7 +1718,7 @@ be:
subject: "%{name} зарэгістраваўся"
favourite:
body: "%{name} упадабаў(-ла) Ваш допіс:"
subject: "%{name} упадабаў ваш допіс"
subject: "%{name} упадабаў(-ла) Ваш допіс"
title: Новае ўпадабанае
follow:
body: "%{name} цяпер падпісаны на вас!"

View File

@@ -145,6 +145,7 @@ br:
destroy_custom_emoji_html: Dilamet eo bet ar fromlun %{target} gant %{name}
destroy_email_domain_block_html: Distanket eo bet an domani postel %{target} gant %{name}
destroy_status_html: Dilamet eo bet toud %{target} gant %{name}
destroy_user_role_html: Dilamet eo bet ar perzh %{target} gant %{name}
disable_custom_emoji_html: Diweredekaet eo bet ar fromlun %{target} gant %{name}
enable_custom_emoji_html: Gweredekaet eo bet ar fromlun %{target} gant %{name}
resend_user_html: Adkaset eo bet ar postel kadarnaat evit %{target} gant %{name}
@@ -372,6 +373,7 @@ br:
manage_rules: Merañ reolennoù ar servijer
title: Diwar-benn
appearance:
preamble: Personelaat etrefas web Mastodon.
title: Neuz
content_retention:
danger_zone: Takad dañjer
@@ -766,12 +768,13 @@ br:
account: Kont
account_settings: Arventennoù ar gont
aliases: Aliasoù ar gont
appearance: Neuz
back: Distreiñ da vMastodon
delete: Dilemel ar gont
development: Diorren
edit_profile: Kemmañ ar profil
export: Ezporzhiañ
featured_tags: Gerioù-klik en a-raok
featured_tags: Penngerioù-klik
import: Enporzhiañ
import_and_export: Enporzhiañ hag ezporzhiañ
notifications: Kemennoù dre bostel

View File

@@ -1704,6 +1704,7 @@ ca:
self_vote: No pots votar en les teves propies enquestes
too_few_options: ha de tenir més d'una opció
too_many_options: no pot contenir més de %{max} opcions
vote: Voteu
preferences:
other: Altres
posting_defaults: Valors per defecte de publicació

View File

@@ -1256,7 +1256,7 @@ da:
account_status: Kontostatus
confirming: Afventer færdiggørelse af e-mailbekræftelse.
functional: Din konto er fuldt funktionel.
pending: Ansøgningen afventer gennemgang af vores personale. Dette kan tage noget tid. Man bør modtage en e-mail, såfremt ansøgningen godkendes.
pending: Ansøgningen afventer gennemgang af vores personale. Dette kan tage noget tid. Du modtager en e-mail, hvis din ansøgning bliver godkendt.
redirecting_to: Din konto er inaktiv, da den pt. er omdirigerer til %{acct}.
self_destruct: Da %{domain} er under nedlukning, vil kontoadgangen være begrænset.
view_strikes: Se tidligere anmeldelser af din konto
@@ -1470,39 +1470,39 @@ da:
overwrite_long: Erstat aktuelle poster med de nye
overwrite_preambles:
blocking_html:
one: Man er ved at <strong>erstatte sin sortliste</strong> med <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
other: Man er ved at <strong>erstatte sin sortliste</strong> med optil <strong>%{count} konti</strong> fra <strong>%{filename}</strong>.
one: Du er ved at <strong>erstatte din sortliste</strong> med <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
other: Du er ved at <strong>erstatte din sortliste</strong> med op til <strong>%{count} konti</strong> fra <strong>%{filename}</strong>.
bookmarks_html:
one: Du er ved at <strong>erstatte dine bogmærker</strong> med <strong>%{count} indlæg</strong> fra <strong>%{filename}</strong>.
other: Du er ved at <strong>erstatte dine bogmærker</strong> med op til <strong>%{count} indlæg</strong> fra <strong>%{filename}</strong>.
domain_blocking_html:
one: Man er ved at <strong>erstatte sin domænesortliste</strong> med <strong>%{count} domæne</strong> fra <strong>%{filename}</strong>.
other: Man er ved at <strong>erstatte sin domænesortliste</strong> med op til <strong>%{count} domæner</strong> fra <strong>%{filename}</strong>.
one: Du er ved at <strong>erstatte din domænesortliste</strong> med <strong>%{count} domæne</strong> fra <strong>%{filename}</strong>.
other: Du er ved at <strong>erstatte din domænesortliste</strong> med op til <strong>%{count} domæner</strong> fra <strong>%{filename}</strong>.
following_html:
one: Du er ved at <strong>følge</strong> <strong>%{count} konto</strong> fra <strong>%{filename}</strong> og <strong>stoppe med at følge andre</strong>.
other: Du er ved at <strong>følge</strong> <strong>%{count} konti</strong> fra <strong>%{filename}</strong> og <strong>stoppe med at følge andre</strong>.
lists_html:
one: Man er ved at <strong>erstatte sine lister</strong> med indhold fra <strong>%{filename}</strong>. <strong>%{count} konto</strong> føjes til nye lister.
other: Man er ved at <strong>erstatte sine lister</strong> med indhold fra <strong>%{filename}</strong>. Op til <strong>%{count} konti</strong> føjes til nye lister.
one: Du er ved at <strong>erstatte dine lister</strong> med indhold fra <strong>%{filename}</strong>. <strong>%{count} konto</strong> føjes til nye lister.
other: Du er ved at <strong>erstatte dine lister</strong> med indhold fra <strong>%{filename}</strong>. Op til <strong>%{count} konti</strong> føjes til nye lister.
muting_html:
one: Du er ved at <strong>erstatte din liste over en skjult konto</strong> med op til <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
other: Du er ved at <strong>erstatte din liste over skjulte konti</strong> med op til <strong>%{count} konti</strong> fra <strong>%{filename}</strong>.
preambles:
blocking_html:
one: Man er ved at <strong>blokere</strong> <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
other: Man er ved at <strong>blokere</strong> op til <strong>%{count} konti</strong> fra <strong>%{filename}</strong>.
one: Du er ved at <strong>blokere</strong> <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
other: Du er ved at <strong>blokere</strong> op til <strong>%{count} konti</strong> fra <strong>%{filename}</strong>.
bookmarks_html:
one: Du er ved at tilføje <strong>%{count} indlæg</strong> fra <strong>%{filename}</strong> til dine <strong>bogmærker</strong>.
other: Du er ved at tilføje <strong>%{count} indlæg</strong> fra <strong>%{filename}</strong> til dine <strong>bogmærker</strong>.
domain_blocking_html:
one: Man er ved at <strong>blokere</strong> <strong>%{count} domæne</strong> fra <strong>%{filename}</strong>.
one: Du er ved at <strong>blokere</strong> <strong>%{count} domæne</strong> fra <strong>%{filename}</strong>.
other: Man er ved at <strong>blokere</strong> op til <strong>%{count} domæner</strong> fra <strong>%{filename}</strong>.
following_html:
one: Man er ved at <strong>følge</strong> <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
one: Du er ved at <strong>følge</strong> <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
other: Man er ved at <strong>følge</strong> op til<strong>%{count} konti</strong> fra <strong>%{filename}</strong>.
lists_html:
one: Man er ved at tilføje <strong>%{count} konto</strong> fra <strong>%{filename}</strong> til sine <strong>lister</strong>. Nye lister oprettes, hvis der ikke findes nogen liste at tilføje til.
other: Man er ved at tilføje <strong>%{count} konti</strong> fra <strong>%{filename}</strong> til sine <strong>lister</strong>. Nye lister oprettes, hvis der ikke findes nogen liste at tilføje til.
one: Du er ved at tilføje <strong>%{count} konto</strong> fra <strong>%{filename}</strong> til dine <strong>lister</strong>. Nye lister oprettes, hvis der ikke findes nogen liste at tilføje til.
other: Du er ved at tilføje <strong>%{count} konti</strong> fra <strong>%{filename}</strong> til dine <strong>lister</strong>. Nye lister oprettes, hvis der ikke findes nogen liste at tilføje til.
muting_html:
one: Du er ved at <strong>skjule</strong> op til <strong>%{count} konto</strong> fra <strong>%{filename}</strong>.
other: Du er ved at <strong>skjule</strong> op til <strong>%{count} konti</strong> fra <strong>%{filename}</strong>.
@@ -1605,7 +1605,7 @@ da:
not_found: kunne ikke findes
on_cooldown: Du er på nedkøling
followers_count: Følgere på flytningstidspunktet
incoming_migrations: Flytter fra en anden konto
incoming_migrations: Flytning fra en anden konto
incoming_migrations_html: For at flytte fra en anden konto til denne skal der først <a href="%{path}">oprettes et kontoalias</a>.
moved_msg: Din konto omdirigeres nu til %{acct} og dine følgere overflyttes.
not_redirecting: Din konto omdirigerer pt. ikke til nogen anden konto.

View File

@@ -4,7 +4,7 @@ sk:
confirmations:
confirmed: Vaša e-mailová adresa bola úspešne potvrdená.
send_instructions: O niekoľko minút obdržíte e-mail s pokynmi na potvrdenie svojho účtu. Prosíme, skontrolujte si aj zložku spam, ak ste tento e-mail nedostali.
send_paranoid_instructions: Ak sa vaša e-mailová adresa nachádza v našej databáze, o niekoľko minút obdržíte e-mail s pokynmi na potvrdenie svojho účtu. Prosíme, skontrolujte aj zložku spam, ste tento e-mail nedostali.
send_paranoid_instructions: Ak sa vaša e-mailová adresa nachádza v našej databáze, o niekoľko minút obdržíte e-mail s pokynmi na potvrdenie svojho účtu. Prosíme, skontrolujte aj zložku spam, ak ste tento e-mail nedostali.
failure:
already_authenticated: Už ste sa prihlásili.
inactive: Váš účet ešte nie je aktivovaný.
@@ -88,8 +88,8 @@ sk:
success: Úspešné overenie z účtu %{kind}.
passwords:
no_token: Túto stránku nemôžete navštíviť, ak vás sem nepresmeroval e-mail s pokynmi na obnovu hesla. Pokiaľ prichádzate z tohto e-mailu, uistite sa, že ste použili celú adresu URL z e-mailu.
send_instructions: Ak sa vaša emailová adresa nachádza v databáze, o niekoľko minút dostanete e-mail s pokynmi na nastavenie nového hesla. Ak ste ho nedostali, skontrolujte aj priečinok pre spam.
send_paranoid_instructions: Ak sa vaša emailová adresa nachádza v databáze, o niekoľko minút dostanete e-mail s pokynmi na nastavenie nového hesla. Ak ste ho nedostali, skontrolujte aj priečinok pre spam.
send_instructions: Ak sa vaša e-mailová adresa nachádza v databáze, o niekoľko minút dostanete e-mail s pokynmi na nastavenie nového hesla. Ak ste ho nedostali, skontrolujte aj priečinok pre spam.
send_paranoid_instructions: Ak sa vaša e-mailová adresa nachádza v databáze, o niekoľko minút dostanete e-mail s pokynmi na nastavenie nového hesla. Ak ste ho nedostali, skontrolujte aj priečinok pre spam.
updated: Vaše heslo bolo úspešne zmenené. Teraz ste sa prihlásili.
updated_not_active: Vaše heslo bolo úspešne zmenené.
registrations:
@@ -97,9 +97,9 @@ sk:
update_needs_confirmation: Váš účet bol úspešne zmenený, ale ešte potrebujeme overiť vašu novú e-mailovú adresu. Overíte ju kliknutím na potvrdzovací odkaz zaslaný na váš e-mail. Ak ste e-mail nedostali, skontrolujte svoj priečinok pre spam.
updated: Váš účet bol úspešne aktualizovaný.
sessions:
already_signed_out: Úspešne ste sa odhlásili.
already_signed_out: Odhlásenie prebehlo úspešne.
signed_in: Úspešne ste sa prihlásili.
signed_out: Úspešne ste sa odhlásili.
signed_out: Odhlásenie prebehlo úspešne.
unlocks:
send_instructions: O niekoľko minút obdržíte e-mail s pokynmi na odomknutie svojho účtu. Prosíme, skontrolujte si aj zložku spam, ak ste tento e-mail nedostali.
send_paranoid_instructions: Ak váš účet existuje, o niekoľko minút obdržíte e-mail s pokynmi na jeho odomknutie. Prosíme, skontrolujte si aj zložku spam, ak ste tento e-mail nedostali.

View File

@@ -60,7 +60,7 @@ ja:
error:
title: エラーが発生しました
new:
prompt_html: "%{client_name} があなたのアカウントにアクセスするための許可を求めています。<strong>このリクエストを承認するのは、信頼できる相手であると認識している場合のみです。</strong>"
prompt_html: "%{client_name}があなたのアカウントにアクセスするための許可を求めています。<strong>このリクエストを承認するのは、信頼できる相手であると認識している場合のみです。</strong>"
review_permissions: アクセス許可を確認
title: 認証が必要です
show:

View File

@@ -131,7 +131,7 @@ nn:
favourites: Favorittar
filters: Filter
follow: Dei du fylgjer, dempar og blokkerer
follows: Fylgjer
follows: Fylgje
lists: Lister
media: Mediavedlegg
mutes: Dempingar
@@ -175,7 +175,7 @@ nn:
read:bookmarks: sjå bokmerka dine
read:favourites: sjå favorittane dine
read:filters: sjå filtera dine
read:follows: sjå fylgjarane dine
read:follows: sjå kven du fylgjer
read:lists: sjå listene dine
read:mutes: sjå kven du har målbunde
read:notifications: sjå varsla dine

View File

@@ -114,7 +114,7 @@ el:
other: Αυτός ο λογαριασμός έχει <strong>%{count}</strong> παραπτώματα.
promote: Προαγωγή
protocol: Πρωτόκολλο
public: Δημόσιο
public: Δημόσιος
push_subscription_expires: Η εγγραφή PuSH λήγει
redownload: Ανανέωση άβαταρ
redownloaded_msg: Επιτυχής ανανέωση προφίλ του/της %{username} από την πηγή
@@ -239,7 +239,7 @@ el:
update_user_role: Ενημέρωση ρόλου
actions:
approve_appeal_html: Ο/Η %{name} ενέκρινε την ένσταση της απόφασης των συντονιστών από %{target}
approve_user_html: ο %{name} ενέκρινε την εγγραφή του %{target}
approve_user_html: Ο/Η %{name} ενέκρινε την εγγραφή του χρήστη %{target}
assigned_to_self_report_html: Ο/Η %{name} ανάθεσε την αναφορά %{target} στον εαυτό του/της
change_email_user_html: Ο χρήστης %{name} άλλαξε τη διεύθυνση email του χρήστη %{target}
change_role_user_html: Ο/Η %{name} άλλαξε ρόλο του/της %{target}
@@ -281,8 +281,8 @@ el:
promote_user_html: Ο/Η %{name} προβίβασε το χρήστη %{target}
publish_terms_of_service_html: Ο χρήστης %{name} δημοσίευσε ενημερώσεις για τους όρους της υπηρεσίας
reject_appeal_html: Ο/Η %{name} απέρριψε την ένσταση της απόφασης των συντονιστών από %{target}
reject_user_html: ο %{name} απέρριψε την εγγραφή από %{target}
remove_avatar_user_html: ο %{name} αφαίρεσε το άβαταρ του/της %{target}
reject_user_html: Ο/Η %{name} απέρριψε την εγγραφή του χρήστη %{target}
remove_avatar_user_html: Ο/Η %{name} αφαίρεσε το άβαταρ του/της %{target}
reopen_report_html: Ο/Η %{name} ξανάνοιξε την αναφορά %{target}
resend_user_html: Ο χρήστης %{name} έστειλε ξανά email επιβεβαίωσης για τον χρήστη %{target}
reset_password_user_html: Ο/Η %{name} επανέφερε το συνθηματικό του χρήστη %{target}
@@ -912,7 +912,7 @@ el:
none: Ο/Η %{name} έστειλε προειδοποίηση προς τον/την %{target}
sensitive: Ο/Η %{name} επισήμανε τα πολυμέσα του λογαριασμού %{target} ως ευαίσθητα
silence: Ο/Η %{name} περιόρισε τον λογαριασμό %{target}
suspend: ο %{name} ανέστειλε τον λογαριασμό %{target}
suspend: Ο/Η %{name} ανέστειλε τον λογαριασμό %{target}
appeal_approved: Έγινε έφεση
appeal_pending: Έφεση σε εκκρεμότητα
appeal_rejected: Η έφεση απορρίφθηκε
@@ -1884,7 +1884,7 @@ el:
direct: Ιδιωτική επισήμανση
private: Μόνο ακόλουθοι
private_long: Εμφάνιση μόνο σε ακόλουθους
public: Δημόσιο
public: Δημόσια
public_long: Βλέπει ο οποιοσδήποτε
unlisted: Μη καταχωρημένο
unlisted_long: Βλέπει ο οποιοσδήποτε, αλλά δεν καταχωρείται στις δημόσιες ροές

View File

@@ -579,6 +579,10 @@ eo:
limited: Limigita
title: Moderigado
moderation_notes:
create: Aldoni moderigan noton
created_msg: Noto pri moderigo de instanco sukcese kreita!
description_html: Vidu kaj lasu notojn por aliaj moderigantoj kaj via estonta memo
destroyed_msg: Noto pri moderigo de instanco sukcese forigita!
title: Notoj de moderigado
private_comment: Privata komento
public_comment: Publika komento

View File

@@ -1784,6 +1784,7 @@ gd:
self_vote: Chan urrainn dhut bhòtadh sna chunntasan-bheachd agad fhèin
too_few_options: " feumaidh iomadh nì a bhith aige"
too_many_options: " chan fhaod còrr is %{max} nì a bhith na bhroinn"
vote: Bhòt
preferences:
other: Eile
posting_defaults: Bun-roghainnean a phostaidh
@@ -1960,8 +1961,13 @@ gd:
limit: Tha an àireamh as motha de phostaichean prìnichte agad a tha ceadaichte
ownership: Chan urrainn dhut post càich a phrìneachadh
reblog: Chan urrainn dhut brosnachadh a phrìneachadh
quote_policies:
followers: Luchd-leantainn a-mhàin
nobody: Mi fhìn a-mhàin
public: Duine sam bith
title: "%{name}: “%{quote}”"
visibilities:
direct: Iomradh prìobhaideach
private: Luchd-leantainn a-mhàin
private_long: Na seall ach dhan luchd-leantainn
public: Poblach

View File

@@ -170,7 +170,7 @@ ja:
whitelisted: 連合許可済み
action_logs:
action_types:
approve_appeal: 抗議を承認
approve_appeal: 異議申立を承認
approve_user: ユーザーの承認
assigned_to_self_report: 通報の担当者に設定
change_email_user: ユーザーのメールアドレスの変更
@@ -212,7 +212,7 @@ ja:
memorialize_account: 追悼アカウント化
promote_user: ユーザーを昇格
publish_terms_of_service: サービス利用規約を公開
reject_appeal: 抗議を却下
reject_appeal: 異議申立を却下
reject_user: ユーザーを拒否
remove_avatar_user: アイコンを削除
reopen_report: 未解決に戻す
@@ -235,7 +235,7 @@ ja:
update_status: 投稿を更新
update_user_role: ロールを更新
actions:
approve_appeal_html: "%{name}さんが%{target}さんからの抗議を承認しました"
approve_appeal_html: "%{name}さんが%{target}さんからの異議申立を承認しました"
approve_user_html: "%{name}さんが%{target}さんからの登録を承認しました"
assigned_to_self_report_html: "%{name}さんが通報 %{target}を自身の担当に割り当てました"
change_email_user_html: "%{name} さんが %{target} さんのメールアドレスを変更しました"
@@ -277,7 +277,7 @@ ja:
memorialize_account_html: "%{name}さんが%{target}さんを追悼アカウントページに登録しました"
promote_user_html: "%{name}さんが%{target}さんを昇格しました"
publish_terms_of_service_html: "%{name} がサービス利用規約の更新を公開しました"
reject_appeal_html: "%{name}さんが%{target}からの抗議を却下しました"
reject_appeal_html: "%{name}さんが%{target}からの異議申立を却下しました"
reject_user_html: "%{name}さんが%{target}さんからの登録を拒否しました"
remove_avatar_user_html: "%{name}さんが%{target}さんのアイコンを削除しました"
reopen_report_html: "%{name}さんが通報 %{target}を未解決に戻しました"
@@ -369,7 +369,7 @@ ja:
new_users: 新規ユーザー
opened_reports: 新規通報
pending_appeals_html:
other: 保留中の抗議 <strong>%{count}</strong>件
other: "<strong>%{count}</strong>件の保留中の異議申立"
pending_reports_html:
other: 保留中の通報 <strong>%{count}</strong>件
pending_tags_html:
@@ -386,8 +386,8 @@ ja:
website: ウェブサイト
disputes:
appeals:
empty: 抗議はありません。
title: 抗議
empty: 異議申立はありません。
title: 異議申立
domain_allows:
add_new: 連合を許可
created_msg: 連合を許可しました
@@ -567,6 +567,9 @@ ja:
all: すべて
limited: 制限あり
title: モデレーション
moderation_notes:
create: モデレーションノートを追加
title: モデレーションメモ
private_comment: コメント (非公開)
public_comment: コメント (公開)
purge: パージ
@@ -737,8 +740,8 @@ ja:
invite_users_description: ユーザーが新しい人を招待できるようにします
manage_announcements: お知らせの管理
manage_announcements_description: ユーザーがアナウンスを管理できるようにします
manage_appeals: 抗議の管理
manage_appeals_description: ユーザーはモデレーションアクションに対する抗議を確認できます
manage_appeals: 異議申立の管理
manage_appeals_description: ユーザーはモデレーションアクションに対する異議申立を確認できます
manage_blocks: ブロックの管理
manage_blocks_description: メールプロバイダとIPアドレスのブロックを許可
manage_custom_emojis: カスタム絵文字を管理
@@ -892,9 +895,9 @@ ja:
sensitive: "%{name}さんが%{target}さんのアカウントを閲覧注意としてマークしました"
silence: "%{name}さんが%{target}さんを制限しました"
suspend: "%{name}さんが%{target}さんのアカウントを停止しました"
appeal_approved: 抗議済み
appeal_pending: 保留中の抗議
appeal_rejected: 却下済みの抗議
appeal_approved: 異議申立済み
appeal_pending: 保留中の異議申立
appeal_rejected: 却下済みの異議申立
system_checks:
database_schema_check:
message_html: 未実行のデータベースマイグレーションがあります。実行して正常に動作するようにしてください。
@@ -1292,19 +1295,19 @@ ja:
disputes:
strikes:
action_taken: 取られた措置
appeal: 抗議
appeal: 異議申立
appeal_approved: このストライクは申し立てが承認され、有効ではありません。
appeal_rejected: 申し立ては拒否されました
appeal_submitted_at: 抗議が送信されました
appeal_submitted_at: 異議申立の送信日時
appealed_msg: 申し立てが送信されました。承認されると通知されます。
appeals:
submit: 抗議を送信
approve_appeal: 抗議を承認
submit: 異議申立を送信
approve_appeal: 異議申立を承認
associated_report: 関連する通報
created_at: 日時
description_html: これらは、%{instance}のスタッフがあなたのアカウントに対して行った措置や、あなたに送られた警告です。
recipient: 送信元
reject_appeal: 抗議を却下
reject_appeal: 異議申立を却下
status: '投稿 #%{id}'
status_removed: 既に削除されています
title: "%{date}に%{action}"
@@ -1660,6 +1663,7 @@ ja:
self_vote: 自分のアンケートには解答できません
too_few_options: は複数必要です
too_many_options: は%{max}個までです
vote: 投票
preferences:
other: その他
posting_defaults: デフォルトの投稿設定
@@ -1824,6 +1828,10 @@ ja:
limit: 固定できる投稿数の上限に達しました
ownership: 他人の投稿を固定することはできません
reblog: ブーストを固定することはできません
quote_policies:
followers: フォロワーのみ
nobody: 自分のみ
public: 誰でも
title: '%{name}: "%{quote}"'
visibilities:
private: フォロワー限定
@@ -1871,7 +1879,7 @@ ja:
sensitive_content: 閲覧注意
strikes:
errors:
too_late: このストライクに抗議するには遅すぎます
too_late: 異議申立をするには遅すぎます
tags:
does_not_match_previous_name: 以前の名前と一致しません
terms_of_service:
@@ -1926,7 +1934,7 @@ ja:
explanation: "%{strike_date}のストライクに対して、あなたが%{appeal_date}に行った申し立ては却下されました。"
subject: "%{date}の申し立てが拒否されました"
subtitle: 申し立ては拒否されました。
title: 却下された抗議
title: 却下された異議申立
backup_ready:
explanation: Mastodonアカウントの完全バックアップをリクエストしました。
extra: ダウンロードの準備ができました!
@@ -1955,7 +1963,7 @@ ja:
subtitle: "%{domain} の利用規約が変更されています"
title: 重要な更新
warning:
appeal: 抗議を送信
appeal: 異議申立を送信
appeal_description: これが間違いだと思われる場合は、%{instance}のスタッフに申し立てすることができます。
categories:
spam: スパム

View File

@@ -33,6 +33,11 @@ kab:
new_email: Imayl amaynut
submit: Beddel imayl
title: Beddel imayl-ik s %{username}
change_role:
edit_roles: Sefrek timlilin n usqdac
label: Snifel tamlilt
no_role: War tamlilt
title: Snifel tamlilt n %{username}
confirm: Sentem
confirmed: Yettwasentem
confirming: Asentem
@@ -95,6 +100,7 @@ kab:
reset: Wennez
reset_password: Beddel awal uffir
resubscribe: Ales ajerred
role: Tamlilt
search: Nadi
search_same_ip: Imseqdacen-nniḍen s tansa IP am tinn-ik
security: Taɣellist
@@ -121,6 +127,7 @@ kab:
whitelisted: Deg tebdert tamellalt
action_logs:
action_types:
change_role_user: Snifel tamlilt n useqdac
confirm_user: Sentem aseqdac
create_announcement: Rnu-d ulɣu
create_custom_emoji: Rnu imujit udmawan
@@ -128,6 +135,7 @@ kab:
create_domain_block: Rnu-d asewḥel n taɣult
create_ip_block: Rnu alugen n IP
create_unavailable_domain: Rnu-d taɣult ur nelli ara
create_user_role: Snulfu-d tamlilt
destroy_announcement: Kkes ulɣu
destroy_custom_emoji: Kkes imujit udmawan
destroy_domain_allow: Kkes taɣult yettusirgen
@@ -135,6 +143,7 @@ kab:
destroy_ip_block: Kkes alugen n IP
destroy_status: Kkes tasufeɣt
destroy_unavailable_domain: Kkes taɣult ur nelli ara
destroy_user_role: Senger tamlilt
disable_2fa_user: Gdel 2FA
disable_custom_emoji: Sens imujit udmawan
disable_user: Sens aseqdac
@@ -150,6 +159,7 @@ kab:
update_custom_emoji: Leqqem imuji udmawan
update_domain_block: Leqqem iḥder n taɣult
update_status: Leqqem tasufeɣt
update_user_role: Leqqem tamlilt
actions:
assigned_to_self_report_html: "%{name} imudd aneqqis %{target} i yiman-nsen"
create_account_warning_html: "%{name} yuzen alɣu i %{target}"
@@ -274,7 +284,10 @@ kab:
delete: Kkes
ip: Tansa IP
providers:
active: D urmid
delete: Kkes
edit: Ẓreg asaǧǧaw
finish_registration: Fakk ajerred
name: Isem
providers: Asaǧǧaw
registrations:
@@ -384,6 +397,7 @@ kab:
updated_at: Yettwaleqqem
view_profile: Wali amaɣnu
roles:
add_new: Rnu tawuri
assigned_users:
one: "%{count} n useqdac"
other: "%{count} n iseqdacen"
@@ -396,7 +410,10 @@ kab:
privileges:
administrator: Anedbal
manage_federation: Sefrek Tafidiralit
manage_roles: Sefrek ilugan
manage_rules: Sefrek ilugan
manage_settings: Asefrek n iɣewwaṛen
manage_users: Sefrek iqeddacen
view_dashboard: Timẓriwt n tfelwit
rules:
add_new: Rnu alugen
@@ -441,6 +458,7 @@ kab:
contents: Agbur
deleted: Yettwakkes
favourites: Imenyafen
in_reply_to: Tiririt i
language: Tutlayt
media:
title: Amidya
@@ -553,10 +571,10 @@ kab:
migrate_account: Gujj ɣer umiḍan nniḍen
or_log_in_with: Neɣ eqqen s
progress:
confirm: Sentem imayl
details: Isalli-inek
confirm: Asentem n imayl
details: Isalli-inek·inem
review: Tamuɣli-nneɣ
rules: Qbel ilugan
rules: Abal n ilugan
providers:
cas: CAS
saml: SAML
@@ -586,6 +604,8 @@ kab:
account_status: Addad n umiḍan
functional: Amiḍan-inek·inem yetteddu s lekmal-is.
use_security_key: Seqdec tasarut n teɣlist
user_agreement_html: Ɣriɣ yerna qebleɣ <a href="<a href="%{terms_of_service_path}" target="_blank">" target="_blank">tiwtilin ne useqdec</a> akked <a href="%{privacy_policy_path}" target="_blank">tsertit n tbaḍnit</a>
user_privacy_agreement_html: Ɣriɣ yerna qebleɣ <a href="%{privacy_policy_path}" target="_blank">tasertit n tbaḍnit</a>
author_attribution:
example_title: Amedya n weḍris
more_from_html: Ugar s ɣur %{name}
@@ -869,8 +889,15 @@ kab:
one: "%{count} n tbidyutt"
other: "%{count} n tbidyutin"
edited_at_html: Tettwaẓreg ass n %{date}
pin_errors:
reblog: Azuzer ur yezmir ara ad yili d unṭiḍ
quote_policies:
followers: Imeḍfaṛen kan
nobody: Nekki kan
public: Yal yiwen
title: '%{name}: "%{quote}"'
visibilities:
direct: Abdar uslig
private: Imeḍfaṛen kan
private_long: Ssken i ymeḍfaṛen kan
public: Azayez
@@ -878,6 +905,7 @@ kab:
unlisted: War tabdert
statuses_cleanup:
enabled: Tukksa n tsuffaɣ tiqburin s wudem awurman
keep_pinned: Eǧǧ tisuffaɣ tunṭiḍin
min_age:
'1209600': 2 n yimalasen
'15778476': 6 n wayyuren
@@ -942,6 +970,7 @@ kab:
hashtags_subtitle: Snirem ayen yellan d anezzuɣ deg 2 n wussan-a iεeddan
hashtags_title: Ihacṭagen inezzaɣ
hashtags_view_more: Sken-d ugar n yihacṭagen inezzaɣ
post_action: Aru
post_step: Ini-as azul i umaḍal s uḍris, s tiwlafin, s tividyutin neɣ s tefranin.
post_title: Aru tasuffeɣt-inek·inem tamezwarut
share_step: Init-asen i yimeddukal-nwen amek ara ken-id-afen deg Mastodon.

View File

@@ -204,6 +204,7 @@ lad:
destroy_user_role: Efasa rolo
disable_2fa_user: Inkapasita autentifikasyon en dos pasos
disable_custom_emoji: Inkapasita emoji personalizados
disable_relay: Dezaktiva relevo
disable_sign_in_token_auth_user: Inkapasita la autentifikasyon por token de posta elektronika para el utilizador
disable_user: Inkapasita utilizador
enable_custom_emoji: Kapasita emoji personalizados
@@ -484,6 +485,7 @@ lad:
save: Guadra
sign_in: Konektate
status: Estado
title: FASP
follow_recommendations:
description_html: "<strong>Las rekomendasyones de kuentos ayudan a los muevos utilizadores a topar presto kontenido enteresante</strong>. Kuando un utilizador no tiene enteraktuado kon otros lo sufisiente komo para djenerar rekomendasyones personalizadas de kuentos a las ke segir, en sus lugar se le rekomiendan estes kuentos. Se rekalkulan diariamente a partir de una mikstura de kuentos kon el mayor numero de enteraksyones rezientes i kon el mayor numero de suivantes lokales kon una lingua determinada."
language: Para la lingua
@@ -794,6 +796,7 @@ lad:
discovery:
follow_recommendations: Rekomendasyones de kuentos
preamble: Ekspone kontenido enteresante a la superfisie es fundamental para inkorporar muevos utilizadores ke pueden no koneser a dinguno Mastodon. Kontrola komo fonksionan varias opsiones de diskuvrimiento en tu sirvidor.
privacy: Privasita
profile_directory: Katalogo de profiles
public_timelines: Linyas de tiempo publikas
publish_statistics: Publika estatistikas
@@ -1580,6 +1583,7 @@ lad:
self_vote: No puedes votar en tus propias anketas
too_few_options: deve tener mas de un elemento
too_many_options: no puede kontener mas de %{max} elementos
vote: Vota
preferences:
other: Otros
posting_defaults: Konfigurasyon predeterminada de publikasyones
@@ -1742,8 +1746,11 @@ lad:
limit: Ya tienes fiksado el numero maksimo de publikasyones
ownership: La publikasyon de otra persona no puede fiksarse
reblog: No se puede fixar una repartajasyon
quote_policies:
nobody: Solo yo
title: '%{name}: "%{quote}"'
visibilities:
direct: Enmentadura privada
private: Solo suivantes
private_long: Solo amostra a tus segidores
public: Publiko

View File

@@ -365,7 +365,7 @@ lv:
dashboard:
active_users: aktīvie lietotāji
interactions: mijiedarbības
media_storage: Multividesu krātuve
media_storage: Multivides uzglabāšana
new_users: jauni lietotāji
opened_reports: atvērtie ziņojumi
pending_appeals_html:
@@ -1164,7 +1164,7 @@ lv:
remove: Atsaistīt aizstājvārdu
appearance:
advanced_web_interface: Paplašinātā tīmekļa saskarne
advanced_web_interface_hint: 'Ja vēlies izmantot visu ekrāna platumu, uzlabotā tīmekļa saskarne ļauj konfigurēt daudzas dažādas kolonnas, lai vienlaikus redzētu tik daudz informācijas, cik vēlies: Sākums, paziņojumi, apvienotā ziņu lenta, neierobežots skaits sarakstu un tēmturu.'
advanced_web_interface_hint: 'Ja vēlies izmantot visu ekrāna platumu, paplašinātā tīmekļa saskarne ļauj konfigurēt daudzas dažādas kolonnas, lai vienlaikus redzētu tik daudz informācijas, cik vēlies: Sākums, paziņojumi, apvienotā ziņu lenta, neierobežots skaits sarakstu un tēmturu.'
animations_and_accessibility: Animācijas un pieejamība
confirmation_dialogs: Apstiprināšanas dialogi
discovery: Atklāšana
@@ -1728,7 +1728,7 @@ lv:
duration_too_short: ir par agru
expired: Aptauja jau ir beigusies
invalid_choice: Izvēlētā balsošanas iespēja nepastāv
over_character_limit: katrs nedrīkst būt garāks par %{max} rakstzīmēm
over_character_limit: nedrīkst būt garākas par %{max} rakstzīmēm
self_vote: Tu nevari balsot pats savā aptaujā
too_few_options: jābūt vairāk nekā vienam vienumam
too_many_options: nevar saturēt vairāk par %{max} vienumiem
@@ -1904,6 +1904,10 @@ lv:
limit: Jau ir piesprausts lielākais iespējamais ierakstu skaits
ownership: Kāda cita ierakstu nevar piespraust
reblog: Pastiprinātu ierakstu nevar piespraust
quote_policies:
followers: Tikai sekotāji
nobody: Tikai es
public: Jebkurš
title: "%{name}: “%{quote}”"
visibilities:
private: Tikai sekotājiem

View File

@@ -211,7 +211,7 @@ nan:
enable_user: 啟用口座
memorialize_account: 設做故人ê口座
promote_user: Kā用者升級
publish_terms_of_service: 公佈服務ê使用規則
publish_terms_of_service: 公佈服務規定
reject_appeal: 拒絕申訴
reject_user: 拒絕用者
remove_avatar_user: Thâi掉標頭
@@ -276,7 +276,7 @@ nan:
enable_user_html: "%{name} kā 用者 %{target} 設做允准登入"
memorialize_account_html: "%{name} kā %{target} 設做故人口座"
promote_user_html: "%{name} kā 用者 %{target} 升級"
publish_terms_of_service_html: "%{name} 公佈服務規ê更新"
publish_terms_of_service_html: "%{name} 公佈服務規ê更新"
reject_appeal_html: "%{name} 拒絕 %{target} 所寫ê tuì管理決定ê投訴"
reject_user_html: "%{name} 拒絕 %{target} ê 註冊"
remove_avatar_user_html: "%{name} thâi掉 %{target} ê標頭"
@@ -781,7 +781,7 @@ nan:
add_new: 加添規則
add_translation: 加添翻譯
delete: Thâi掉
description_html: 雖bóng大部份ê lóng講有讀kap同意使用規則m̄-koh攏無讀了直到發生問題ê時。<strong>提供in列單ē當hōo tsi̍t kái看服侍器ê規則khah快。</strong>請試kā個別ê規則寫kah短koh簡單m̄-kú m̄通kā in拆做tsē-tsē分開ê項目。
description_html: 雖bóng大部份ê lóng講有讀kap同意服務規定m̄-koh攏無讀了直到發生問題ê時。<strong>提供in列單ē當hōo tsi̍t kái看服侍器ê規則khah快。</strong>請試kā個別ê規則寫kah短koh簡單m̄-kú m̄通kā in拆做tsē-tsē分開ê項目。
edit: 編輯規則
empty: Iáu bē定義服侍器ê規則。
move_down: Suá khah落來
@@ -940,9 +940,109 @@ nan:
software_version_patch_check:
action: 看ē當the̍h ê更新
message_html: 有修正錯誤ê Mastodon ê更新,ē當載落去。
upload_check_privacy_error:
action: 檢查tsethe̍h著其他資訊
message_html: "<strong>Lí ê網頁服侍器設定錯誤。Lí ê服侍器ê隱私權有風險。</strong>"
upload_check_privacy_error_object_storage:
action: 檢查tsethe̍h著其他資訊
message_html: "<strong>Lí ê物件儲存空間設定錯誤。Lí ê服侍器ê隱私權有風險。</strong>"
tags:
moderation:
not_trendable: Bē當做趨勢
not_usable: Bē當用
pending_review: Teh等審核
review_requested: 審核請求ah
reviewed: 審核ah
title: 狀態
trendable: 通列做趨勢
unreviewed: Iáu bē審核
usable: 通用
name:
newest: 上新ê
oldest: 上舊ê
open: 公開看
reset: 重頭設
review: 審核狀態
search: Tshiau-tshuē
title: Hashtag
updated_msg: Hashtag設定更新成功ah
terms_of_service:
back: 轉去服務規定
changelog: Siánn物有改
create: 用lí家tī ê
current: 目前ê
draft: 草稿
generate: 用枋模
generates:
action: 生成
chance_to_review_html: "<strong>所生成ê服務規定bē自動發布。</strong>Lí ē有機會來看結果。請添必要ê詳細來繼續。"
explanation_html: 提供ê服務規定kan-ta做參考用bē當成做任何法律建議。請照lí ê情形kap有ê特別ê法律問題諮詢lí ê法律顧問。
title: 設定服務規定
going_live_on_html: 目前規定tuì %{date} 施行
history: 歷史
live: 目前ê
no_history: Iáu無半項服務規定ê改變記錄。
no_terms_of_service_html: Lí目前iáu無設定任何服務規定。服務規定是beh提供明確性兼保護lí佇kap用者ê爭議中毋免承受可能ê責任。
notified_on_html: 佇 %{date} 通知ê用者
notify_users: 通知用者
preview:
send_preview: Kā tāi先看ê內容寄kàu %{email}
send_to_all:
other: 寄出 %{display_count} 張電子phue
title: 先kā服務規定ê通知看māi
publish: 公開
published_on_html: 公開tī %{date}
save_draft: 儲存草稿
title: 服務規定
title: 管理
trends:
allow: 允准
approved: 允准ah
confirm_allow: Lí kám確定beh允准所揀ê標簽
confirm_disallow: Lí kám確定無愛允准所揀ê標簽
disallow: 無愛允准
links:
allow: 允准連結
allow_provider: 允准提供者
confirm_allow: Lí kám確定beh允准所揀ê連結
confirm_allow_provider: Lí kám確定beh允准所揀ê提供者
confirm_disallow: Lí kám確定無愛允准所揀ê連結
confirm_disallow_provider: Lí kám確定無愛允准所揀ê提供者
disallow: 無愛允准連結
disallow_provider: 無愛允准提供者
no_link_selected: 因為無揀任何連結所以lóng無改變
publishers:
no_publisher_selected: 因為無揀任何提供者所以lóng無改變
shared_by_over_week:
other: 頂禮拜hōo %{count} 位用者分享
title: 趨勢ê連結
usage_comparison: Tī kin-á日hōo %{today} ê lâng分享比較tsa-hng有 %{yesterday} ê
not_allowed_to_trend: 無允准刊tī趨勢
only_allowed: Kan-ta允准
pending_review: Teh等審核
preview_card_providers:
allowed: Tsit ê提供者ê連結通刊tī趨勢
rejected: Tsit ê提供者ê連結bē刊tī趨勢
title: 發布者
rejected: 拒絕ê
statuses:
allow: 允准PO文
allow_account: 允准作者
confirm_allow: Lí kám確定beh允准所揀ê狀態
confirm_allow_account: Lí kám確定beh允准所揀ê口座
confirm_disallow: Lí kám確定無愛允准所揀ê狀態
confirm_disallow_account: Lí kám確定無愛允准所揀ê口座
disallow: 無允准PO文
disallow_account: 無允准作者
no_status_selected: 因為無揀任何趨勢PO文所以lóng無改變
not_discoverable: 作者iáu bē揀通hōo lâng發現
shared_by:
other: Hōo lâng分享á是收藏 %{friendly_count} kái
title: 趨勢ê PO文
tags:
current_score: 目前ê分數:%{score}
dashboard:
tag_accounts_measure: 無重複用
tag_languages_dimension: Tsia̍p用ê語言
scheduled_statuses:
too_soon: Tio̍h用未來ê日期。

View File

@@ -1709,7 +1709,7 @@ nl:
vote: Stemmen
preferences:
other: Overig
posting_defaults: Standaardinstellingen voor berichten
posting_defaults: Instellingen voor berichten
public_timelines: Openbare tijdlijnen
privacy:
hint_html: "<strong>Hoe wil je dat jouw profiel en berichten kunnen worden gevonden?</strong> Een verscheidenheid aan functies in Mastodon kunnen je helpen om een groter publiek te bereiken als ze zijn ingeschakeld. Neem rustig de tijd om deze instellingen te bekijken, om er zo zeker van te zijn dat ze aan jouw wensen voldoen."

View File

@@ -230,7 +230,7 @@ nn:
unsensitive_account: Angr tving ømtolig konto
unsilence_account: Angre avgrensing av konto
unsuspend_account: Opphev utestenginga av kontoen
update_announcement: Oppdater kunngjøringen
update_announcement: Oppdater kunngjeringa
update_custom_emoji: Oppdater tilpassa emoji
update_domain_block: Oppdater domene-sperring
update_ip_block: Oppdater IP-regel
@@ -310,26 +310,26 @@ nn:
unavailable_instance: "(domenenamn er utilgjengeleg)"
announcements:
back: Tilbake til kunngjeringane
destroyed_msg: Kunngjøringen er slettet!
destroyed_msg: Kunngjeringa er sletta
edit:
title: Rediger kunngjøring
empty: Ingen kunngjøringer funnet.
title: Rediger kunngjeringa
empty: Fann ingen kunngjeringar.
live: Direkte
new:
create: Lag kunngjøring
title: Ny kunngjøring
create: Skriv ei kunngjering
title: Ny kunngjering
preview:
disclaimer: Av di folk ikkje kan velja bort epostvarsel, bør du avgrensa dei til viktige kunngjeringar som datainnbrot eller varsel om at tenaren skal stengja.
explanation_html: 'Denne eposten blir send til <strong>%{display_count} folk</strong>. Denne teksten vil stå i eposten:'
title: Førehandsvis kunngjeringa
publish: Publiser
published_msg: Kunngjøring publisert!
published_msg: Kunngjeringa er offentleggjord!
scheduled_for: Planlagt for %{time}
scheduled_msg: Kunngjøring planlagt for publisering!
title: Kunngjøringer
scheduled_msg: Du har planlagt kunngjeringa.
title: Kunngjeringar
unpublish: Avpubliser
unpublished_msg: Kunngjøring upublisert!
updated_msg: Kunngjøringen er oppdatert!
unpublished_msg: Du avpubliserte kunngjeringa.
updated_msg: Du oppdaterte kunngjeringa.
critical_update_pending: Kritisk oppdatering ventar
custom_emojis:
assign_category: Vel kategori
@@ -625,7 +625,7 @@ nn:
relays:
add_new: Legg til ny overgang
delete: Slett
description_html: En <strong>federert overgang</strong> er en mellomleddsserver som utveksler store mengder av offentlige tuter mellom servere som abonnerer og publiserer til den. <strong>Det kan hjelpe små og mellomstore servere til å oppdage innhold fra strømiverset</strong>, noe som ellers ville ha krevd at lokale brukere manuelt fulgte andre personer på fjerne servere.
description_html: Eit <strong>føderert rele</strong> er ein tenar som er mellomledd og handterer store mengder offentlege innlegg mellom tenarar som abonnerer på og sender innlegg til han. <strong>Det kan hjelpa små og mellomstore tenarar å oppdaga innhald frå allheimen</strong>, noko som elles ville krevja at lokale brukarar manuelt fylgde andre folk på andre tenarar.
disable: Slå av
disabled: Slege av
enable: Slå på
@@ -782,8 +782,8 @@ nn:
manage_user_access_description: Let brukarar deaktivere 2-trinnsautentisering, endre e-postadressa og tilbakestille passordet til andre brukarar
manage_users: Handtere brukarar
manage_users_description: Let brukarar sjå detaljar om andre brukarar og utføre moderasjonshandlingar mot dei
manage_webhooks: Handtere webhooks
manage_webhooks_description: Let brukarar setje opp webhooks for administrative hendingar
manage_webhooks: Handter vevkoplingar
manage_webhooks_description: Lèt brukarar setja opp vevkoplingar for administrative hendingar
view_audit_log: Sjå revisjonslogg
view_audit_log_description: Let brukarar sjå historikk over administrative handlingar på tenaren
view_dashboard: Vis dashbord
@@ -800,7 +800,7 @@ nn:
empty: Ingen serverregler har blitt definert ennå.
move_down: Flytt ned
move_up: Flytt opp
title: Server regler
title: Tenarreglar
translation: Omsetjing
translations: Omsetjingar
translations_explanation: Du kan leggja til omsetjingar av retningslinene for denne tenaren. Standardverdien vil syna dersom det ikkje finst noka omsetjing. Ver god å passa på at alle omsetjingar er i samsvar med standardverdien.
@@ -863,7 +863,7 @@ nn:
destroyed_msg: Vellukka sletting av sideopplasting!
software_updates:
critical_update: Kritisk gjer vel og oppdater snart
description: Det er anbefalt å halda Mastodon-installasjonen oppdatert for å dra nytte av nye feilrettingar og funksjonar. Dessutan er det av og til kritisk å oppdatera Mastodon til rett tid for å ungå sikkerheitsproblem. På grunn av dette vil Mastodon sjå etter oppdateringar kvart 30. minutt og halda deg orientert etter innstillingane du har sett for e-postvarsling.
description: Me rår til å halda Mastodon-installasjonen oppdatert for å dra nytte av nye feilrettingar og funksjonar. Dessutan er det av og til kritisk å oppdatera Mastodon til rett tid for å ungå sikkerheitsproblem. På grunn av dette vil Mastodon sjå etter oppdateringar kvart 30. minutt og halda deg orientert etter innstillingane du har sett for e-postvarsling.
documentation_link: Lær meir
release_notes: Oppdateringsnotat
title: Tilgjengelege oppdateringar
@@ -941,8 +941,8 @@ nn:
message_html: 'Inkompatibel Elasticsearch-versjon: %{value}'
version_comparison: Elasticsearch %{running_version} kjører mens %{required_version} er påkrevd
rules_check:
action: Behandle serverregler
message_html: Du har ikke definert noen serverregler.
action: Handter tenarreglar
message_html: Du har ikkje laga reglar for denne tenaren.
sidekiq_process_check:
message_html: Ingen Sidekiq-prosess kjører for %{value} køen(e). Vennligst se gjennom Sidekiq-konfigurasjonen din
software_version_check:
@@ -1083,7 +1083,7 @@ nn:
used_by_over_week:
one: Brukt av én person i løpet av den seneste uken
other: Brukt av %{count} personer i løpet av den seneste uken
title: Anbefalingar og trendar
title: Tilrådingar og trendar
trending: Trender
warning_presets:
add_new: Legg til ny
@@ -1094,23 +1094,23 @@ nn:
webhooks:
add_new: Legg til endepunkt
delete: Slett
description_html: En <strong>webhook</strong> gjør det mulig for Mastodon å sende <strong>varsler i sanntid</strong> om utvalgte hendelser til din egen applikasjon, sånn at applikasjonen din kan <strong>reagere automatisk</strong>.
disable: Deaktiver
disabled: Deaktivert
description_html: Ei <strong>vevkopling</strong> gjer det mogleg for Mastodon å senda <strong>varsel i sanntid</strong> om utvalde hendingar til ditt eige program, slik at programmet ditt kan <strong>reagera automatisk</strong>.
disable: Skru av
disabled: Skrudd av
edit: Rediger endepunkt
empty: Du har ingen webhook-endepunkter konfigurert ennå.
enable: Aktiver
empty: Du har ikkje laga nokon vevkoplingsendepunkt enno.
enable: Skru på
enabled: Aktiv
enabled_events:
one: 1 aktivert hendelse
other: "%{count} aktiverte hendelser"
events: Hendelser
new: Ny webhook
rotate_secret: Roter hemmelighet
secret: Hemmelighet for signering
other: "%{count} aktiverte hendingar"
events: Hendingar
new: Ny vevkopling
rotate_secret: Roter løyndomen
secret: Signeringsrløyndom
status: Status
title: Webhooker
webhook: Webhook
title: Vevkoplingar
webhook: Vevkopling
admin_mailer:
auto_close_registrations:
body: På grunn av mangel på nyleg moderatoraktivitet, er registreringar på %{instance} automatisk bytt til å krevje manuell gjennomgang, for å hindre at %{instance} vert brukt som ein plattform for potensielle dårlege aktørar. Du kan byte tilbake for å opne registreringar når som helst.
@@ -1235,7 +1235,7 @@ nn:
invited_by: 'Du kan bli med i %{domain} takka vere invitasjonen du har fått frå:'
preamble: Disse angis og håndheves av %{domain}-moderatorene.
preamble_invited: Før du held fram, ver snill og sjå gjennom reglane bestemt av moderatorane av %{domain}.
title: Noen grunnregler.
title: Nokre grunnreglar.
title_invited: Du har blitt invitert.
security: Tryggleik
set_new_password: Lag nytt passord
@@ -1525,7 +1525,7 @@ nn:
muting: Importerer dempa brukarkontoar
type: Type import
type_groups:
constructive: Fylgjer og bokmerke
constructive: Fylgje og bokmerke
destructive: Blokkeringar og dempingar
types:
blocking: Blokkeringsliste
@@ -1706,6 +1706,7 @@ nn:
self_vote: Du kan ikkje stemme i di eiga avstemming
too_few_options: må ha meir enn eitt element
too_many_options: kan ikkje ha meir enn %{max} element
vote: Røyst
preferences:
other: Anna
posting_defaults: Innleggsstandarder
@@ -1753,7 +1754,7 @@ nn:
missing_resource: Kunne ikke finne URLen for din konto
reports:
errors:
invalid_rules: refererer ikke til gyldige regler
invalid_rules: viser ikkje til gyldige reglar
rss:
content_warning: 'Innhaldsvarsel:'
descriptions:
@@ -1830,7 +1831,7 @@ nn:
notifications: Epostvarsel
preferences: Innstillingar
profile: Profil
relationships: Fylgjar og fylgjarar
relationships: Fylgje og fylgjarar
severed_relationships: Brotne forhold
statuses_cleanup: Automatisert sletting av innlegg
strikes: Modereringsadvarsler

View File

@@ -89,7 +89,7 @@ be:
custom_css: Вы можаце прымяняць карыстальніцкія стылі ў вэб-версіі Mastodon.
favicon: WEBP, PNG, GIF ці JPG. Замяняе прадвызначаны favicon Mastodon на ўласны значок.
mascot: Замяняе ілюстрацыю ў пашыраным вэб-інтэрфейсе.
media_cache_retention_period: Медыяфайлы з допісаў, зробленых выдаленымі карыстальнікамі, кэшыруюцца на вашым серверы. Пры станоўчым значэнні медыяфайлы будуць выдалены праз пазначаную колькасць дзён. Калі медыяданыя будуць запытаны пасля выдалення, яны будуць спампаваны зноў, калі зыходнае змесціва усё яшчэ даступнае. У сувязі з абмежаваннямі на частату абнаўлення картак перадпрагляду іншых сайтаў, рэкамендуецца ўсталяваць значэнне не менш за 14 дзён, інакш гэтыя карткі не будуць абнаўляцца па запыце раней за гэты тэрмін.
media_cache_retention_period: Медыяфайлы з допісаў, зробленых карыстальнікамі з іншых сервераў, кэшыруюцца на вашым серверы. Пры станоўчым значэнні медыяфайлы будуць выдалены праз пазначаную колькасць дзён. Калі медыяданыя будуць запытаныя пасля выдалення, яны будуць спампаваныя зноў, калі зыходнае змесціва усё яшчэ даступнае. У сувязі з абмежаваннямі на частату абнаўлення картак перадпрагляду іншых сайтаў, рэкамендуецца ўсталяваць значэнне не менш за 14 дзён, інакш гэтыя карткі не будуць абнаўляцца па запыце раней за гэты тэрмін.
min_age: Карыстальнікі будуць атрымліваць запыт на пацвярджэнне даты нараджэння падчас рэгістрацыі
peers_api_enabled: Спіс даменных імён, з якімі сутыкнуўся гэты сервер у федэральным сусвеце. Даныя пра тое, ці знаходзіцеся вы з дадзеным серверам у федэрацыі, не ўключаны. Уключаны толькі даныя пра тое, што ваш сервер ведае пра іншыя серверы. Гэта выкарыстоўваецца сэрвісамі, якія збіраюць статыстыку па федэрацыі ў агульным сэнсе.
profile_directory: Дырэкторыя профіляў змяшчае спіс усіх карыстальнікаў, якія вырашылі быць бачнымі.
@@ -276,7 +276,7 @@ be:
backups_retention_period: Працягласць захавання архіву карыстальніка
bootstrap_timeline_accounts: Заўсёды раіць гэтыя ўліковыя запісы новым карыстальнікам
closed_registrations_message: Уласнае паведамленне, калі рэгістрацыя немагчымая
content_cache_retention_period: Перыяд захоўвання выдаленага змесціва
content_cache_retention_period: Перыяд захоўвання змесціва з іншых сервераў
custom_css: CSS карыстальніка
favicon: Значок сайта
mascot: Уласны маскот(спадчына)

View File

@@ -56,6 +56,7 @@ gd:
scopes: Na APIan a dhfhaodas an aplacaid inntrigeadh. Ma thaghas tu sgòp air ìre as àirde, cha leig thu leas sgòpaichean fa leth a thaghadh.
setting_aggregate_reblogs: Na seall brosnachaidhean ùra do phostaichean a chaidh a bhrosnachadh o chionn goirid (cha doir seo buaidh ach air brosnachaidhean ùra o seo a-mach)
setting_always_send_emails: Mar as àbhaist, cha dèid brathan puist-d a chur nuair a a bhios tu ri Mastodon gu cunbhalach
setting_default_quote_policy: Cha bhi an roghainn seo ann sàs ach air postaichean a thèid a chruthachadh leis an ath-thionndadh de Mhastodon ach s urrainn dhut do roghainn a thaghadh airson ullachadh dha.
setting_default_sensitive: Thèid meadhanan frionasach fhalach a ghnàth is gabhaidh an nochdadh le briogadh orra
setting_display_media_default: Falaich meadhanan ris a bheil comharra gu bheil iad frionasach
setting_display_media_hide_all: Falaich na meadhanan an-còmhnaidh
@@ -148,6 +149,11 @@ gd:
min_age: Cha bu chòir seo a bhith fon aois as lugha a dhiarras laghain an t-uachdranais laghail agad.
user:
chosen_languages: Nuair a bhios cromag ris, cha nochd ach postaichean sna cànain a thagh thu air loidhnichean-ama poblach
date_of_birth:
few: Feumaidh sinn dèanamh cinnteach gu bheil thu %{count} bliadhnaichean a dhaois air a char as lugha mus cleachd thu %{domain}. Cha chlàraich sinn seo.
one: Feumaidh sinn dèanamh cinnteach gu bheil thu %{count} bhliadhna a dhaois air a char as lugha mus cleachd thu %{domain}. Cha chlàraich sinn seo.
other: Feumaidh sinn dèanamh cinnteach gu bheil thu %{count} bliadhna a dhaois air a char as lugha mus cleachd thu %{domain}. Cha chlàraich sinn seo.
two: Feumaidh sinn dèanamh cinnteach gu bheil thu %{count} bhliadhna a dhaois air a char as lugha mus cleachd thu %{domain}. Cha chlàraich sinn seo.
role: Stiùiridh an dreuchd dè na ceadan a bhios aig cleachdaiche.
user_role:
color: An datha a bhios air an dreuchd air feadh na h-eadar-aghaidh, na RGB san fhòrmat sia-dheicheach

View File

@@ -57,9 +57,9 @@ lv:
setting_aggregate_reblogs: Nerādīt jaunus izcēlumus ziņām, kas nesen tika palielinātas (ietekmē tikai nesen saņemtos palielinājumus)
setting_always_send_emails: Parasti e-pasta paziņojumi netiek sūtīti, kad aktīvi izmantojat Mastodon
setting_default_sensitive: Pēc noklusējuma jūtīgi informācijas nesēji ir paslēpti, un tos var atklāt ar klikšķi
setting_display_media_default: Paslēpt informācijas nesējus, kas atzīmēti kā jūtīgi
setting_display_media_hide_all: Vienmēr slēpt multividi
setting_display_media_show_all: Vienmēr rādīt multividi
setting_display_media_default: Paslēpt attēlus un video, kas atzīmēti kā jūtīgi
setting_display_media_hide_all: Vienmēr slēpt attēlus un video
setting_display_media_show_all: Vienmēr rādīt attēlus un video
setting_system_scrollbars_ui: Attiecas tikai uz darbvirsmas pārlūkiem, kuru pamatā ir Safari vai Chrome
setting_use_blurhash: Pāreju pamatā ir paslēpto uzskatāmo līdzekļu krāsas, bet saturs tiek padarīts neskaidrs
setting_use_pending_items: Paslēpt laika skalas atjauninājumus aiz klikšķa, nevis ar automātisku plūsmas ritināšanu
@@ -224,7 +224,7 @@ lv:
setting_default_privacy: Publicēšanas privātums
setting_default_quote_policy: Kas var citēt
setting_default_sensitive: Vienmēr atzīmēt informācijas nesējus kā jūtīgus
setting_delete_modal: Parādīt apstiprinājuma dialogu pirms ziņas dzēšanas
setting_delete_modal: Rādīt apstiprinājuma dialogu pirms ziņas dzēšanas
setting_disable_hover_cards: Atspējot profila priekšskatījumu pēc kursora novietošanas
setting_disable_swiping: Atspējot vilkšanas kustības
setting_display_media: Multivides rādīšana
@@ -233,13 +233,13 @@ lv:
setting_display_media_show_all: Parādīt visu
setting_expand_spoilers: Vienmēr izvērst ziņas, kas apzīmētas ar brīdinājumiem par saturu
setting_hide_network: Slēpt savu sociālo grafu
setting_missing_alt_text_modal: Rādīt apstiprināšanas lodziņu pirms informācijas nesēju bez aprakstošā teksta iesūtīšanas
setting_missing_alt_text_modal: Rādīt apstiprināšanas lodziņu pirms iesūtīt attēlus vai video bez aprakstošā teksta
setting_reduce_motion: Ierobežot kustību animācijās
setting_system_font_ui: Lietot sistēmas noklusējuma fontu
setting_system_scrollbars_ui: Lietot sistēmas noklusējuma ritjoslu
setting_theme: Vietnes motīvs
setting_trends: Parādīt šodienas tendences
setting_unfollow_modal: Parādīt apstiprinājuma dialogu pirms pārtraukt kādam sekot
setting_unfollow_modal: Rādīt apstiprinājuma dialogu pirms pārtraukt kādam sekot
setting_use_blurhash: Rādīt krāsainas pārejas paslēptajiem informācijas nesējiem
setting_use_pending_items: Lēnais režīms
severity: Smagums
@@ -255,7 +255,7 @@ lv:
name: Tēmturis
filters:
actions:
blur: Paslēpt informācijas nesējus ar brīdinājumu
blur: Paslēpt attēlus un video ar brīdinājumu
hide: Paslēpt pilnībā
warn: Paslēpt ar brīdinājumu
form_admin_settings:

View File

@@ -230,7 +230,7 @@ nl:
setting_always_send_emails: Altijd e-mailmeldingen verzenden
setting_auto_play_gif: Geanimeerde GIF's automatisch afspelen
setting_boost_modal: Vraag voor het boosten van een bericht een bevestiging
setting_default_language: Taal van jouw berichten
setting_default_language: Taal van berichten
setting_default_privacy: Privacy voor nieuwe berichten
setting_default_quote_policy: Wie mag jou citeren
setting_default_sensitive: Media altijd als gevoelig markeren

View File

@@ -236,7 +236,7 @@ nn:
setting_default_sensitive: Merk alltid media som nærtakande
setting_delete_modal: Vis stadfesting før du slettar eit tut
setting_disable_hover_cards: Skru av profilvising når peikaren er over
setting_disable_swiping: Skru av sveipebevegelser
setting_disable_swiping: Skru av sveiperørsler
setting_display_media: Medievisning
setting_display_media_default: Standard
setting_display_media_hide_all: Gøym alle
@@ -329,12 +329,12 @@ nn:
all: Varsle om alle oppdateringar
critical: Varsle kun om kristiske oppdateringar
label: Ein ny versjon av Mastodon er tilgjengeleg
none: Aldri varsle om oppdateringar (ikkje anbefalt)
none: Aldri varsle om oppdateringar (ikkje tilrådd)
patch: Varsle om feilrettingsoppdateringar
trending_tag: Ny trend krev gjennomgang
rule:
hint: Meir informasjon
text: Regler
text: Regel
settings:
indexable: Ta med profilsida i søkjemotorar
show_application: Vis kva app du brukte når du skreiv innlegg
@@ -374,7 +374,7 @@ nn:
template: Nyttelastmal
url: Endepunkts-URL
'no': Nei
not_recommended: Ikkje anbefalt
not_recommended: Ikkje tilrådd
overridden: Overstyrt
recommended: Tilrådt
required:

View File

@@ -2,12 +2,21 @@
sk:
simple_form:
hints:
account:
attribution_domains: Jeden na riadok. Chráni vás pred falošným pripisovaním autorstva.
discoverable: Vaše verejné príspevky a profil môžu byť zobrazované a odporúčané v rôznych častiach Mastodonu a váš profil môže byť navrhovaný ostatným.
display_name: Vaše meno a priezvisko alebo prezývka.
fields: Váš web, zámená, vek, čokoľvek, čo chcete o sebe uviesť.
indexable: Vaše verejné príspevky sa môžu zobrazovať vo výsledkoch vyhľadávania na Mastodone. Ľudia, ktorí s nimi interagovali, ich môžu nájsť vždy.
note: 'Môžete @označiť iných ľudí alebo #hashtagy.'
show_collections: Ľudia si budú môcť prezrieť, ktoré účty sledujete a ktoré účty sledujú vás. Ľudia, ktorých sledujete, o tom budú vždy vedieť.
unlocked: Ľudia vás budú môcť sledovať bez vášho schválenia. Zrušenie vám dá možnosť kontrolovať žiadosti o sledovanie a rozhodovať sa o prijímaní alebo zamietaní nových sledujúcich.
account_alias:
acct: Urči prezyvku@domenu účtu, s ktorého sa chceš presunúť
account_migration:
acct: Urči prezyvku@domenu účtu, na ktorý sa chceš presunúť
account_warning_preset:
text: Môžeš používať rovnakú syntaxiu ako v rámci príspevkov, čiže URL, haštagy, a spomenutia
text: Môžete používať syntax príspevk, ako sú adresy URL, hashtagy a označenia
admin_account_action:
include_statuses: Užívateľ uvidí, ktoré príspevky majú za následok moderačný zásah, alebo upozornenie
send_email_notification: Užívateľ dostane vysvetlenie ohľadom toho, čo sa stalo s ich účtom
@@ -17,29 +26,37 @@ sk:
defaults:
autofollow: Ľudia ktorí sa zaregistrujú prostredníctvom pozvánky, ťa budú inheď nasledovať
avatar: WEBP, PNG, GIF, alebo JPG. Najviac %{size}. Bude zmenšený na %{dimensions}px
bot: Tento účet vykonáva hlavne automatizované akcie, a je pravdepodobne nespravovaný
bot: Tento účet vykonáva hlavne automatizované akcie a je pravdepodobne nespravovaný
context: Jedno, alebo viac kritérií, v ktorých má byť filtrovanie uplatnené
current_password: Z bezpečtnostných dôvodov prosím zadaj heslo súčasného účtu
current_username: Pre potvrdenie prosím zadaj prezývku súčasného účtu
digest: Odoslané iba v prípade dlhodobej neprítomnosti, a len ak si obdržal/a nejaké osobné správy kým si bol/a preč
email: Bude ti odoslaný potvrdzujúci email
email: Odošleme vám potvrdzujúci e-mail
header: WEBP, PNG, GIF, alebo JPG. Najviac %{size}. Bude zmenšený na %{dimensions}px
inbox_url: Skopíruj adresu z hlavnej stránky mostíka, ktorý chceš používať
irreversible: Vytriedené príspevky zmiznú nenávratne, aj keď triedenie neskôr zrušíš
locale: Jazyk užívateľského rozhrania, emailových, a nástenkových oboznámení
password: Zadaj aspoň osem znakov
irreversible: Filtrované príspevky nenávratne zmiznú, aj keď filter neskôr zrušíte
locale: Jazyk používateľského rozhrania, e-mailových a push upozornení
password: Heslo musí obsahovať aspoň 8 znakov
phrase: Zhoda sa nájde nezávisle od toho, či je text napísaný, veľkými, alebo malými písmenami, či už v tele, alebo v hlavičke
scopes: Ktoré API budú povolené aplikácii pre prístup. Ak vyberieš vrcholný stupeň, nemusíš už potom vyberať po jednom.
setting_aggregate_reblogs: Nezobrazuj nové vyzdvihnutia pre príspevky, ktoré už boli len nedávno povýšené (týka sa iba nanovo získaných povýšení)
setting_default_sensitive: Chúlostivé médiá sú štandardne ukryté, a môžu byť zobrazené kliknutím
setting_display_media_default: Ukry médiá označené ako chúlostivé
setting_display_media_hide_all: Vždy ukry všetky médiá
setting_display_media_show_all: Vždy zobrazuj médiá
setting_use_blurhash: Prechody sú založené na farbách skrytých vizuálov, ale zahaľujú akékoľvek podrobnosti
setting_use_pending_items: Skry aktualizovanie časovej osi tak, aby bola načitávaná iba po kliknutí, namiesto samostatného posúvania
setting_aggregate_reblogs: Nezobrazovať nové zdieľania pre nedávno zdieľané príspevky (týka sa iba nových zdieľaní)
setting_always_send_emails: Pri bežnom používaní Mastodonu nebudete dostávať e-mailové upozornenia
setting_default_sensitive: Citlivé médiá sú predvolene ukryté a môžu byť zobrazené kliknutím
setting_display_media_default: Skrývať médiá označené ako citlivé
setting_display_media_hide_all: Vždy skrývať médiá
setting_display_media_show_all: Vždy zobrazovať médiá
setting_system_scrollbars_ui: Platí len pre počítačové prehliadače využívajúce technológiu Chrome alebo Safari
setting_use_blurhash: Prechody sú založené na farbách skrytých vizuálov, ale skrývajú akékoľvek podrobnosti
setting_use_pending_items: Časová os bude aktualizovaná až po kliknutí, feed sa nebúde posúvať automaticky
whole_word: Ak je kľúčové slovo, alebo fráza poskladaná iba s písmen a čísel, bude použité iba ak sa zhoduje s celým výrazom
domain_allow:
domain: Táto doména bude schopná získavať dáta z tohto servera, a prichádzajúce dáta ním budú spracovávané a uložené
featured_tag:
name: 'Nedávno ste použili napríklad tieto hashtagy:'
form_admin_settings:
site_contact_email: Spôsob, ako vás môžu ľudia kontaktovať pre právne účely alebo podporu.
site_contact_username: Ako vás môžu ľudia na Mastodone nájsť.
thumbnail: 'Obrázok v pomere približne 2 : 1, ktorý sa zobrazí pri informáciách o serveri.'
form_challenge:
current_password: Vstupuješ do zabezpečenej časti
imports:
@@ -51,16 +68,23 @@ sk:
sign_up_block: Nové registrácie nebudú možné
sessions:
otp: 'Napíš sem dvoj-faktorový kód z telefónu, alebo použi jeden z tvojích obnovovacích kódov:'
settings:
indexable: Váš profil sa môže zobraziť vo výsledkoch vyhľadávania cez Google, Bing a ďalšie.
show_application: Tebe sa táto informácia zobrazí vždy.
tag:
name: Zmeniť môžeš iba veľkosť písmen, napríklad aby boli ľahšie čítateľné
user:
chosen_languages: Keď je zaškrtnuté, vo verejnej osi budú zobrazené iba príspevky vo vybraných jazykoch
chosen_languages: Po zaškrtnutí budú na verejných časových osiach zobrazované iba príspevky vo vybraných jazykoch
labels:
account:
attribution_domains: Weby, ktoré vám môžu pripisovať autorstvo
discoverable: Zobrazovať profil a príspevky v objavovacích algoritmoch
fields:
name: Označenie
value: Obsah
unlocked: Automaticky prijímaj nových nasledovateľov
name: Definícia
value: Hodnota
indexable: Zobrazovať verejné príspevky vo vyhľadávaní
show_collections: Zobrazovať v profile sledované a sledujúce účty
unlocked: Automaticky schvaľovať nové sledovania
account_alias:
acct: Adresa starého účtu
account_migration:
@@ -77,7 +101,7 @@ sk:
disable: Deaktivuj
none: Neurob nič
silence: Utíš
suspend: Vylúč a nenávratne vymaž dáta na účte
suspend: Vylúč
warning_preset_id: Použi varovnú predlohu
announcement:
all_day: Celodenná udalosť
@@ -86,19 +110,19 @@ sk:
text: Oboznámenie
defaults:
autofollow: Pozvi k následovaniu tvojho profilu
avatar: Maskot
avatar: Profilová fotka
bot: Toto je automatizovaný bot účet
chosen_languages: Filtruj jazyky
confirm_new_password: Znovu tvoje nové heslo, pre potvrdenie
chosen_languages: Filtrovanie jazykov
confirm_new_password: Overenie nového hesla
confirm_password: Over heslo
context: Triedenie kontextov
context: Kontexty filtra
current_password: Súčasné heslo
data: Dáta
display_name: Zobrazované meno
email: Emailová adresa
email: E-mailová adresa
expires_in: Expiruj po
fields: Metadáta profilu
header: Obrázok v hlavičke
header: Obrázok v hlaví
inbox_url: URL adresa prechodnej schránky
irreversible: Zahoď, namiesto ukrytia
locale: Jazyk rozhrania
@@ -108,26 +132,32 @@ sk:
otp_attempt: Dvoj-faktorový overovací kód
password: Heslo
phrase: Kľúčové slovo, alebo fráza
setting_advanced_layout: Zapni pokročilé užívateľské rozhranie
setting_aggregate_reblogs: Zoskupuj vyzdvihnutia v časovej osi
setting_auto_play_gif: Automaticky prehrávaj animované GIFy
setting_boost_modal: Zobrazuj potvrdzovacie okno pred povýšením
setting_default_language: Píšeš v jazyku
setting_advanced_layout: Zapnúť pokročilé používateľské rozhranie
setting_aggregate_reblogs: Zoskupovať zdieľania na časových osiach
setting_always_send_emails: Vždy posielať e-mailové upozornenia
setting_auto_play_gif: Automaticky prehrávať animácie GIF
setting_boost_modal: Zobrazovať potvrdzovacie okno pred zdieľaním
setting_default_language: Jazyk príspevkov
setting_default_privacy: Súkromie príspevkov
setting_default_sensitive: Označ všetky mediálne súbory ako chúlostivé
setting_delete_modal: Zobrazuj potvrdzovacie okno pred vymazaním toot-u
setting_default_quote_policy: Kto vás môže citovať
setting_default_sensitive: Vždy označovať médiá ako citlivé
setting_delete_modal: Zobrazovať potvrdzovacie okno pred vymazaním príspevku
setting_disable_hover_cards: Vypnúť náhľady profilov pri ukázaní kurzorom
setting_disable_swiping: Vypnúť gestá posúvaním
setting_display_media: Zobrazovanie médií
setting_display_media_default: Štandard
setting_display_media_hide_all: Ukry všetky
setting_display_media_show_all: Ukáž všetky
setting_expand_spoilers: Stále rozbaľ príspevky označené varovaním o chúlostivom obsahu
setting_expand_spoilers: Stále rozbaľovať príspevky označené varovaním o obsahu
setting_hide_network: Ukry svoju sieť kontaktov
setting_reduce_motion: Mierni pohyb pri animáciách
setting_system_font_ui: Použi základné systémové písmo
setting_missing_alt_text_modal: Zobrazovať potvrdzovacie okno pred uverejnením média bez opisu
setting_reduce_motion: Stlmiť animácie
setting_system_font_ui: Používať predvolené písmo systému
setting_system_scrollbars_ui: Používať predvolený posuvník systému
setting_theme: Vzhľad webu
setting_trends: Ukáž dnešné trendy
setting_trends: Zobrazovať dnešné trendy
setting_unfollow_modal: Vyžaduj potvrdenie pred tým, než niekoho prestaneš sledovať
setting_use_blurhash: Ukáž farebné prechody pre skryté médiá
setting_use_blurhash: Zobrazovať farebné prechody skrytých médií
setting_use_pending_items: Pomalý režim
severity: Závažnosť
sign_in_token_attempt: Bezpečnostný kód
@@ -136,10 +166,11 @@ sk:
username_or_email: Prezývka, alebo email
whole_word: Celé slovo
featured_tag:
name: Haštag
name: Hashtag
form_admin_settings:
peers_api_enabled: Zverejni zoznam objavených serverov v API
status_page_url: URL adresa stránky stavu
thumbnail: Náhľad servera
interactions:
must_be_follower: Blokuj oboznámenia od užívateľov, ktorí ma nenasledujú
must_be_following: Blokuj oboznámenia od ľudí, ktorých nesledujem
@@ -154,17 +185,31 @@ sk:
sign_up_requires_approval: Obmedz registrácie
severity: Pravidlo
notification_emails:
appeal: Niekto sa odvoláva voči moderátorskému rozhodnutiu
digest: Zasielať súhrnné emaily
favourite: Zaslať email, ak si niekto obľúbi tvoj príspevok
follow: Niekto ťa začal nasledovať
follow_request: Zaslať email, ak ti niekto pošle žiadosť o sledovanie
mention: Zaslať email, ak ťa niekto spomenie vo svojom príspevku
pending_account: Zaslať email, ak treba prehodnotiť nový účet
reblog: Zaslať email, ak niekto re-tootne tvoj príspevok
favourite: Niekto ohviezdičkuje váš príspevok
follow: Niekto vás začal sledovať
follow_request: Niekto vám posiela žiadosť o sledovanie
mention: Niekto vás označí
pending_account: Je potrebná kontrola nového účtu
reblog: Niekto zdieľa váš príspevok
report: Niekto niečo nahlásil
software_updates:
all: Upozorňovať na všetky novinky
critical: Upozorňovať iba na kritické novinky
label: Je dostupná nová verzia Mastodonu
none: Nikdy neupozorňovať na novinky (neodporúčané)
patch: Upozorňovať na novinky s riešením chýb
trending_tag: Je potrebné skontrolovať nový trend
settings:
indexable: Zobrazovať profil v internetových vyhľadávačoch
show_application: Zobrazovať apku, z ktorej sú uverejňované príspevky
tag:
listable: Povoľ zobrazovanie tohto haštagu v návrhoch vyhľadávaní
name: Haštag
trendable: Povoľ zobrazovanie tohto haštagu medzi trendujúcimi
listable: Povoliť zobrazovanie tohto hashtagu v návrhoch vyhľadávaní
name: Hashtag
trendable: Povoliť zobrazovanie tohto hashtagu medzi trendujúcimi
user:
time_zone: Časové pásmo
'no': Nie
recommended: Odporúčané
required:

View File

@@ -56,6 +56,7 @@ sq:
scopes: Cilat API do të lejohen të përdorin aplikacioni. Nëse përzgjidhni një shkallë të epërme, nuk ju duhet të përzgjidhni individualet një nga një.
setting_aggregate_reblogs: Mos shfaq përforcime të reja për mesazhe që janë përforcuar tani së fundi (prek vetëm përforcime të marra rishtas)
setting_always_send_emails: Normalisht sdo të dërgohen njoftime, kur përdorni aktivisht Mastodon-in
setting_default_quote_policy: Ky rregullim do të ketë efekt vetëm për postime të krijuar me versionin pasues të Mastodon-it, por mund të përzgjidhni parapëlqimin tuaj paraprakisht.
setting_default_sensitive: Media rezervat fshihet, si parazgjedhje, dhe mund të shfaqet me një klikim
setting_display_media_default: Fshih media me shenjën rezervat
setting_display_media_hide_all: Fshih përherë mediat
@@ -147,6 +148,9 @@ sq:
min_age: Sduhet të jetë nën moshën minimum të domosdoshme nga ligjet në juridiksionin tuaj.
user:
chosen_languages: Në iu vëntë shenjë, te rrjedha kohore publike do të shfaqen vetëm mesazhe në gjuhët e përzgjedhura
date_of_birth:
one: Na duhet të sigurohemi se jeni të paktën %{count} që të përdorni %{domain}. Sdo ta depozitojmë këtë.
other: Na duhet të sigurohemi se jeni të paktën %{count} që të përdorni %{domain}. Sdo ta depozitojmë këtë.
role: Roli kontrollon cilat leje ka përdoruesi.
user_role:
color: Ngjyrë për tu përdorur për rolin nëpër UI, si RGB në format gjashtëmbëdhjetësh

View File

@@ -14,7 +14,7 @@ sk:
other: Sledujúci
following: Nasledujem
instance_actor_flash: Toto konto je virtuálny aktér, ktorý predstavuje samotný server, a nie konkrétneho používateľa. Používa sa na účely federácie a nemal by byť pozastavený.
last_active: naposledy aktívny
last_active: posled aktivita
link_verified_on: Vlastníctvo tohto odkazu bolo skontrolované %{date}
nothing_here: Nič tu nie je!
pin_errors:
@@ -41,7 +41,7 @@ sk:
approve: Schváľ
approved_msg: Úspešne schválená prihláška %{username}
are_you_sure: Si si istý/á?
avatar: Maskot
avatar: Profilová fotka
by_domain: Doména
change_email:
changed_msg: E-mail úspešne zmenený!
@@ -60,13 +60,13 @@ sk:
confirmed: Potvrdený
confirming: Potvrdzujúci
custom: Vlastné
delete: Vymaž dáta
delete: Vymazať dáta
deleted: Vymazané
demote: Degraduj
destroyed_msg: "%{username} je teraz zaradený do fronty na okamžité vymazanie"
disable: Zablokuj
disable_sign_in_token_auth: Vypni overovanie e-mailovým tokenom
disable_two_factor_authentication: Vypni dvoj-faktorové overovanie
disable_two_factor_authentication: Vypnúť dvojstupňové overenie
disabled: Blokovaný
display_name: Ukáž meno
domain: Doména
@@ -119,14 +119,14 @@ sk:
push_subscription_expires: PuSH odoberanie expiruje
redownload: Obnov profil
redownloaded_msg: Úspešne obnovený profil %{username} z pôvodného
reject: Zamietni
reject: Zamietn
rejected_msg: Úspešne zamietnutá prihláška %{username}
remote_suspension_irreversible: Údaje tohto účtu boli nenávratne zmazané.
remote_suspension_reversible_hint_html: Účet bol pozastavený na ich serveri a údaje budú úplne odstránené dňa %{date}. Dovtedy môže vzdialený server účet obnoviť bez akýchkoľvek nepriaznivých účinkov. Ak chceš odstrániť všetky údaje účtu ihneď, môžeš tak urobiť nižšie.
remove_avatar: Vymaž avatar
remove_header: Vymaž záhlavie
remove_avatar: Vymazať profilovú fotku
remove_header: Vymazať záhlavie
removed_avatar_msg: Úspešne odstránený obrázok avatara %{username}
removed_header_msg: Úspešne odstránený obrázok hlavičky %{username}
removed_header_msg: Obrázok v záhlaví profilu %{username} bol úspešne odstránený
resend_confirmation:
already_confirmed: Tento užívateľ je už potvrdený
send: Odošli potvrdzovací odkaz znovu
@@ -142,7 +142,7 @@ sk:
only_password: Iba heslo
password_and_2fa: Heslo a dvoj-faktorové overovanie
sensitive: Citlivé na silu
sensitized: Označený ako chúlostivý
sensitized: Označený ako citlivý
shared_inbox_url: URL zdieľanej schránky
show:
created_reports: Vytvorené hlásenia
@@ -190,15 +190,15 @@ sk:
create_unavailable_domain: Vytvor nedostupnú doménu
create_user_role: Vytvoriť rolu
demote_user: Zniž užívateľskú rolu
destroy_announcement: Vymaž oboznámenie
destroy_announcement: Vymazať oznámenie
destroy_canonical_email_block: Zruš blokovanie emailu
destroy_custom_emoji: Vymaž vlastné emotikony
destroy_custom_emoji: Vymazať vlastné emotikony
destroy_domain_allow: Zmaž povolenie pre doménu
destroy_domain_block: Zruš blokovanie domény
destroy_instance: Vyčistiť doménu
destroy_ip_block: Vymaž IP pravidlo
destroy_status: Vymaž príspevok
destroy_unavailable_domain: Vymaž nedostupnú doménu
destroy_ip_block: Vymazať IP pravidlo
destroy_status: Vymazať príspevok
destroy_unavailable_domain: Vymazať nedostupnú doménu
destroy_user_role: Zničiť rolu
disable_2fa_user: Vypni dvoj-faktorové overovanie
disable_custom_emoji: Vypni vlastné emotikony
@@ -208,14 +208,14 @@ sk:
memorialize_account: Zmena na „in memoriam“
promote_user: Povýš užívateľskú rolu
publish_terms_of_service: Zverejni podmienky prevozu
reject_appeal: Zamietni námietku
reject_user: Zamietni užívateľa
remove_avatar_user: Vymaž avatar
reject_appeal: Zamietnuť odvolanie
reject_user: Zamietnuť používateľa
remove_avatar_user: Vymazať profilovú fotku
reopen_report: Znovu otvor hlásenie
resend_user: Preposlať overovací email
reset_password_user: Obnov heslo
resolve_report: Vyrieš nahlásený problém
sensitive_account: Vynúť všetky médiá na účte ako chúlostivé
sensitive_account: Označiť všetky médiá na účte ako citlivé
silence_account: Utíš účet
suspend_account: Pozastav účet
unassigned_report: Odober priradenie nahlásenia
@@ -263,12 +263,12 @@ sk:
reopen_report_html: "%{name} znovu otvoril/a nahlásenie %{target}"
reset_password_user_html: "%{name} resetoval/a heslo používateľa %{target}"
resolve_report_html: "%{name} vyriešil/a nahlásenie %{target}"
sensitive_account_html: "%{name} označil/a médium od %{target} za chúlostivé"
sensitive_account_html: "%{name} uvádza médiá od %{target} ako citlivé"
silence_account_html: "%{name} obmedzil/a účet %{target}"
suspend_account_html: "%{name} zablokoval/a účet používateľa %{target}"
unassigned_report_html: "%{name} odobral/a report od %{target}"
unblock_email_account_html: "%{name} odblokoval/a %{target}ovu/inu emailovú adresu"
unsensitive_account_html: "%{name} odznačil/a médium od %{target} ako chúlostivé"
unsensitive_account_html: "%{name} ruší uvádzanie médií od %{target} ako citlivé"
unsilence_account_html: "%{name} zrušil/a obmedzenie %{target}ovho/inho účtu"
unsuspend_account_html: "%{name} spojazdnil/a účet %{target}"
update_announcement_html: "%{name} aktualizoval/a oboznámenie %{target}"
@@ -291,6 +291,8 @@ sk:
new:
create: Vytvor oznam
title: Nové oznámenie
preview:
disclaimer: Keďže si používatelia nemôžu e-mailové upozornenia vypnúť, mali by byť využívané iba na dôležité oznamy, napríklad upozornenia o úniku osobných údajov alebo rušení servera.
publish: Zverejni
published_msg: Oboznámenie úspešne zverejnené!
scheduled_for: Načasované na %{time}
@@ -307,7 +309,7 @@ sk:
copy_failed_msg: Nebolo možné vytvoriť miestnu kópiu tohto emoji
create_new_category: Vytvor novú kategóriu
created_msg: Emoji úspešne vytvorené!
delete: Vymaž
delete: Vymazať
destroyed_msg: Emoji úspešne zničené!
disable: Zakáž
disabled: Vypnuté
@@ -354,7 +356,7 @@ sk:
add_new: Povolená doména
created_msg: Doména bola úspešne povolená
destroyed_msg: Doména bola odstránená zo zoznamu povolených
export: Exportuj
export: Export
import: Nahraj
undo: Odober zo zoznamu povolených
domain_blocks:
@@ -370,7 +372,7 @@ sk:
domain: Doména
edit: Uprav blokovanie domény
existing_domain_block_html: Pre účet %{name} si už nahodil/a přísnejšie obmedzenie, najskôr ho teda musíš <a href="%{unblock_url}">odblokovať</a>.
export: Exportuj
export: Export
import: Nahraj
new:
create: Vytvor blokovanie domény
@@ -393,10 +395,10 @@ sk:
undo: Odvolaj blokovanie domény
view: Ukáž blokovanie domén
email_domain_blocks:
add_new: Pridaj nový
add_new: Pridať nový
allow_registrations_with_approval: Povoľ registrovanie so schválením
created_msg: Úspešne zablokovaná emailová doména
delete: Vymaž
delete: Vymazať
dns:
types:
mx: MX záznam
@@ -411,7 +413,7 @@ sk:
export_domain_allows:
new:
title: Nahraj povolené domény
no_file: Nevybraný žiaden súbor
no_file: Nebol vybraný žiadny súbor
export_domain_blocks:
import:
existing_relationships_warning: Existujúce vzťahy nasledovania
@@ -419,7 +421,7 @@ sk:
title: Nahraj zákazy domén
new:
title: Nahraj zákazy domén
no_file: Nevybraný žiaden súbor
no_file: Nebol vybraný žiadny súbor
follow_recommendations:
description_html: "<strong>Odporúčania na sledovanie pomáhaju novým užívateľom rýchlo nájsť zaujímavý obsah</strong>. Ak užívateľ zatiaľ nedostatočne interagoval s ostatnými aby si vyformoval personalizované odporúčania na sledovanie, tak mu budú odporúčané tieto účty. Sú prepočítavané na dennej báze z mixu účtov s nedávnym najvyšším záujmom a najvyšším počtom lokálnych sledujúcich pre daný jazyk."
language: Pre jazyk
@@ -430,6 +432,7 @@ sk:
unsuppress: Obnoviť odporúčanie na sledovanie
instances:
availability:
failure_threshold_reached: Limit neúspešných pokusov bol dosiahnutý %{date}.
no_failures_recorded: Žiadne zlyhania nezaznamenané.
title: Dostupnosť
back_to_all: Všetko
@@ -489,7 +492,7 @@ sk:
ip_blocks:
add_new: Vytvor pravidlo
created_msg: Nové IP pravidlo úspešne pridané
delete: Vymaž
delete: Vymazať
expires_in:
'1209600': 2 týždne
'15778476': 6 mesiacov
@@ -504,8 +507,8 @@ sk:
relationships:
title: Vzťahy užívateľa %{acct}
relays:
add_new: Pridaj nový federovací mostík
delete: Vymaž
add_new: Pridať nový federovací mostík
delete: Vymazať
description_html: "<strong>Federovací mostík</strong> je prechodný server, ktorý obmieňa veľké množstvá verejných príspevkov medzi tými servermi ktoré na od neho odoberajú, aj doňho prispievajú. <strong>Môže to pomôcť malým a stredným instanciám objavovať federovaný obsah</strong>, čo inak vyžaduje aby miestni užívatelia ručne následovali iných ľudí zo vzdialených instancií."
disable: Vypni
disabled: Vypnutý
@@ -532,6 +535,7 @@ sk:
action_log: Denník auditu
action_taken_by: Zákrok vykonal/a
actions:
silence_description_html: Účet bude viditeľný iba pre účty, ktoré ho už sledujú alebo si ho vyhľadali ručne, čo výrazne zredukuje jeho dosah. Toto nastavenie je kedykoľvek možné zmeniť. Ukončí všetky hlásenia voči tomuto účtu.
suspend_description_html: Tento účet a všetok jeho obsah bude nedostupný a nakoniec zmazaný, interaktovať s ním bude nemožné. Zvrátiteľné v rámci 30 dní. Uzatvára všetky hlásenia voči tomuto účtu.
add_to_report: Pridaj viac do hlásenia
already_suspended_badges:
@@ -548,18 +552,18 @@ sk:
confirm: Potvrď
confirm_action: Potvrď moderovací úkon proti @%{acct}
created_at: Nahlásené
delete_and_resolve: Vymaž príspevky
delete_and_resolve: Vymazať príspevky
forwarded: Preposlané
forwarded_to: Preposlané na %{domain}
mark_as_resolved: Označiť ako vyriešené
mark_as_sensitive: Označ ako chúlostivé
mark_as_sensitive: Označ ako citlivý obsah
mark_as_unresolved: Označ ako nevyriešené
no_one_assigned: Nikoho
notes:
create: Pridaj poznámku
create_and_resolve: Vyrieš s poznámkou
create_and_unresolve: Otvor znovu, s poznámkou
delete: Vymaž
delete: Vymazať
placeholder: Opíš aké opatrenia boli urobené, alebo akékoľvek iné súvisiace aktualizácie…
title: Poznámky
remote_user_placeholder: vzdialený užívateľ z %{instance}
@@ -576,8 +580,9 @@ sk:
action_preambles:
suspend_html: 'Chystáš sa <strong>pozastaviť</strong> účet <strong>@%{acct}</strong>. To urobí:'
actions:
delete_html: Vymaž pohoršujúce príspevky
mark_as_sensitive_html: Označ médiá pohoršujúcich príspevkov za chúlostivé
delete_html: Vymazať príspevky porušujúce pravidlá
mark_as_sensitive_html: Označ médiá v príspevkoch porušujúcich pravidlá ako citlivé
silence_html: Zásadne obmedzí dosah profilu <strong>@%{acct}</strong> zmenou jeho viditeľnosti spolu s jeho obsahom iba pre ľudí, ktorí ho už sledujú alebo si ho ručne vyhľadali
close_report: 'Označ hlásenie #%{id} za vyriešené'
target_origin: Pôvod nahláseného účtu
title: Hlásenia
@@ -598,7 +603,7 @@ sk:
invites: Pozvánky
moderation: Moderácia
special: Špeciálne
delete: Vymaž
delete: Vymazať
edit: Uprav postavenie %{name}
everyone: Východzie oprávnenia
permissions_count:
@@ -609,7 +614,7 @@ sk:
privileges:
administrator: Správca
administrator_description: Užívatelia s týmto povolením, obídu všetky povolenia
delete_user_data: Vymaž užívateľské dáta
delete_user_data: Vymazať používateľské dáta
invite_users: Pozvi užívateľov
manage_announcements: Spravuj oboznámenia
manage_appeals: Spravuj námietky
@@ -626,7 +631,7 @@ sk:
title: Postavenia
rules:
add_new: Pridaj pravidlo
delete: Vymaž
delete: Vymazať
edit: Uprav pravidlo
empty: Žiadne pravidlá servera ešte neboli určené.
title: Serverové pravidlá
@@ -660,9 +665,11 @@ sk:
none: Nikto sa nemôže registrovať
open: Ktokoľvek sa môže zaregistrovať
warning_hint: Odporúčame používať "Pre registráciu je potrebné schválenie", pokiaľ si niesi istý/á, že tvoj moderovací tím vie zvládnuť spam a záškodné registrácie včas.
security:
authorized_fetch_hint: Vyžadovanie overenia od federovaných serverov umožňuje dôkladnejšie vykonávania blokov na úrovni používateľa aj severa. Prináša to so sebou však aj zhoršenie výkonu a dosahu vašich odpovedí a môže spôsobiť problémy s kompatibilitou s niektorými federovanými službami. Okrem toho to nezabráni prístupu k vašim verejným príspevkom a účtom.
title: Nastavenia servera
site_uploads:
delete: Vymaž nahratý súbor
delete: Vymazať nahratý súbor
destroyed_msg: Nahratie bolo zo stránky úspešne vymazané!
software_updates:
critical_update: Kritické — prosím aktualizuj rýchlo
@@ -680,10 +687,10 @@ sk:
back_to_account: Späť na účet
back_to_report: Späť na stránku hlásenia
batch:
remove_from_report: Vymaž z hlásenia
remove_from_report: Vymazať z hlásenia
report: Hlásenie
deleted: Vymazané
favourites: Obľúbené
favourites: Ohviezdičkovania
history: História verzií
in_reply_to: Odpoveď na
language: Jazyk
@@ -717,7 +724,7 @@ sk:
action: Pozri tu pre viac informácií
tags:
review: Prehodnoť stav
updated_msg: Nastavenia haštagov boli úspešne aktualizované
updated_msg: Nastavenia hashtagov boli úspešne aktualizované
title: Spravovanie
trends:
allow: Povoľ
@@ -758,10 +765,10 @@ sk:
trending: Populárne
warning_presets:
add_new: Pridaj nové
delete: Vymaž
delete: Vymazať
edit_preset: Uprav varovnú predlohu
webhooks:
delete: Vymaž
delete: Vymazať
disable: Vypni
disabled: Vypnuté
enable: Povoľ
@@ -789,7 +796,7 @@ sk:
new_trending_statuses:
title: Populárne príspevky
new_trending_tags:
title: Populárne haštagy
title: Populárne hashtagy
aliases:
add_new: Vytvor alias
created_msg: Nový alias úspešne vytvorený. Teraz môžeš začať presun zo starého účtu.
@@ -797,14 +804,14 @@ sk:
remove: Odpoj alias
appearance:
advanced_web_interface: Pokročilé webové rozhranie
advanced_web_interface_hint: 'Ak chceš využiť celkovú šírku tvojej obrazovky, pokročilé webové rozhranie ti umožňuje nastaviť mnoho rôznych stĺpcov, aby si videl/a toľko informácií naraz, koľko chceš: Domov, oboznámenia, federovanú časovú os, a ľubovolný počet zoznamov, či haštagov.'
advanced_web_interface_hint: 'Ak chcete využiť celkú šírku svojej obrazovky, pokročilé webové rozhranie vám umožňuje nastaviť mnoho rôznych stĺpcov, aby ste videli naraz toľko informácií, koľko chcete: Domov, upozornenia, federovanú časovú os a ľubovolný počet zoznamov či hashtagov.'
animations_and_accessibility: Animácie a prístupnosť
confirmation_dialogs: Potvrdzovacie dialógy
discovery: Nájdenie
discovery: Objavovanie
localization:
body: Mastodon je prekladaný dobrovoľníkmi.
guide_link_text: Prispievať môže každý.
sensitive_content: Chúlostivý obsah
sensitive_content: Citlivý obsah
application_mailer:
unsubscribe: Prestaň odoberať
view: 'Zobraziť:'
@@ -813,7 +820,7 @@ sk:
applications:
created: Aplikácia bola vytvorená úspešne
destroyed: Aplikáciu sa podarilo odstrániť
logout: Odhlás sa
logout: Odhlás sa
regenerate_token: Znovu vygeneruj prístupový token
token_regenerated: Prístupový token bol úspešne vygenerovaný znova
warning: Na tieto údaje dávaj ohromný pozor. Nikdy ich s nikým nezďieľaj!
@@ -827,8 +834,8 @@ sk:
login_link: prihlás sa
proceed_to_login_html: Teraz môžeš pokračovať na %{login_link}.
welcome_title: Vitaj, %{name}!
delete_account: Vymaž účet
delete_account_html: Pokiaľ chceš svoj účet odtiaľto vymazať, môžeš tak <a href="%{path}">urobiť tu</a>. Budeš požiadaný/á o potvrdenie tohto kroku.
delete_account: Odstránenie účtu
delete_account_html: Pokiaľ chcete odstrániť svoj účet, môžete to <a href="%{path}">urobiť tu</a>. Toto rozhodnutie ešte budete musieť potvrdiť.
description:
prefix_invited_by_user: "@%{name} ťa pozýva na tento Mastodon server!"
prefix_sign_up: Zaregistruj sa na Mastodone už dnes!
@@ -839,9 +846,9 @@ sk:
invalid_reset_password_token: Token na obnovu hesla vypršal. Prosím vypítaj si nový.
log_in_with: Prihlás sa s
login: Prihlás sa
logout: Odhlás sa
migrate_account: Presúvam sa na iný účet
migrate_account_html: Ak si želáš presmerovať tento účet na nejaký iný, môžeš si to <a href="%{path}">nastaviť tu</a>.
logout: Odhlás sa
migrate_account: Presun na iný účet
migrate_account_html: Ak chcete presmerovať tento účet na nejaký iný, môžete to <a href="%{path}">nastaviť tu</a>.
or_log_in_with: Alebo prihlás s
progress:
confirm: Potvrď email
@@ -865,8 +872,21 @@ sk:
title: Prihlás sa na %{domain}
status:
account_status: Stav účtu
redirecting_to: Tvoj účet je neaktívny, lebo v súčasnosti presmerováva na %{acct}.
confirming: Čaká sa na dokončenie overenia e-mailu.
functional: Váš účet je funkčný.
pending: Vaša žiadosť je na kontrole naším tímom. Môže to trvať. Po jej prípadnom schválení dostanete e-mail.
redirecting_to: Váš účet je neaktívny, pretože v súčasnosti presmerúva na %{acct}.
self_destruct: Keďže %{domain} končí, budete mať k účtu iba obmedzený prístup.
view_strikes: Zobraziť predošlé sankcie vášho účtu
use_security_key: Použi bezpečnostný kľúč
author_attribution:
example_title: Názorný text
hint_html: Píšete novinové alebo blogové články mimo Mastodonu? Rozhodujte o tom, ako sú vám pripisované, keď ich niekto zdieľa na Mastodone.
instructions: 'Vložte tento kód do kódu HTML vo vašom článku:'
more_from_html: Viac od %{name}
s_blog: Blog %{name}
then_instructions: Potom do poľa nižšie zadajte názov domény média.
title: Uvádzanie autorstva
challenge:
confirm: Pokračuj
hint_html: "<strong>Tip:</strong> Hodinu nebudeme znovu vyžadovať tvoje heslo."
@@ -890,7 +910,7 @@ sk:
challenge_not_passed: Údaje, ktoré si zadal/a, sú nesprávne
confirm_password: Napíš svoje terajšie heslo pre overenie tvojej identity
confirm_username: Zadaj svoju prezývku, na potvrdenie úkonu
proceed: Vymaž účet
proceed: Odstrániť účet
success_msg: Tvoj účet bol úspešne vymazaný
warning:
before: 'Než budeš pokračovať, prosím pozorne si prečítaj tieto poznámky:'
@@ -913,14 +933,15 @@ sk:
reject_appeal: Zamietni námietku
title_actions:
disable: Zmrazenie účtu
mark_statuses_as_sensitive: Označenie príspevkov za chúlostivé
mark_statuses_as_sensitive: Označenie príspevkov ako citlivé
none: Varovanie
sensitive: Označenie účtu ako chúlostivý
sensitive: Označenie účtu ako citlivého
silence: Obmedzenie účtu
your_appeal_approved: Tvoja námietka bola schválená
your_appeal_pending: Odoslal si námietku
edit_profile:
basic_information: Základné informácie
hint_html: "<strong>Upravte, čo ľudia vidia vo vašom verejom profile a pri vašich príspevkoch.</strong> S vyplneným profilom a nahratou profilovou fotkou sa zvýšia šance, že vás iní ľudia budú sledovať a budú s vami komunikovať."
other: Ostatné
errors:
'400': Požiadavka, ktorú si odoslal/a, bola buď nesprávna, alebo znehodnotená.
@@ -944,9 +965,9 @@ sk:
archive_takeout:
date: Dátum
download: Stiahni si svoj archív
hint_html: Môžeš si vyžiadať <strong>archív svojích príspevkov a nahratých médií</strong>. Exportované dáta budú v ActivityPub formáte, čítateľné hociakým kompatibilným softvérom. Archív si je možné vyžiadať každých sedem dní.
in_progress: Balím tvoj archív...
request: Vyžiadaj si tvoj archív
hint_html: Môžete si vyžiadať <strong>archív svojich príspevkov a nahratých médií</strong>. Dáta budú exportované vo formáte ActivityPub, ktorý prečíta ľubovoľný kompatibilný softvér. Archív si je možné vyžiadať každých sedem dní.
in_progress: Prebieha kompilácia archívu…
request: Požiadať o archív
size: Veľkosť
blocks: Blokujete
bookmarks: Záložky
@@ -955,9 +976,10 @@ sk:
mutes: Stíšil/a si
storage: Úložisko médií
featured_tags:
add_new: Pridaj nový
add_new: Pridať nový
errors:
limit: Už si si predvolil/a najvyšší možný počet haštagov
limit: Už ste si predvolili najvyšší možný počet hashtagov
hint_html: "<strong>Zobrazte vo svojom profile vaše najvýznamnejšie hashtagy.</strong> Zvýraznené hashtagy majú viditeľné miesto vo vašom profile a umožňujú vám rýchly prístup k vašim príspevkom, aby ste mali svoje diela a dlhodobé projekty vždy poruke."
filters:
contexts:
account: Profily
@@ -968,29 +990,29 @@ sk:
edit:
add_keyword: Pridaj kľúčové slovo
keywords: Kľúčové slová
title: Uprav triedenie
title: Upraviť filter
errors:
invalid_context: Nebola poskytnutá žiadna, alebo ide o neplatnú súvislosť
index:
delete: Vymaž
delete: Vymazať
empty: Nemáš žiadné filtrovanie.
expires_on: Expiruje dňa %{date}
title: Triedenia
title: Filtre
new:
save: Uložiť nový filter
title: Pridaj nové triedenie
title: Pridať nový filter
statuses:
batch:
remove: Odstrániť z filtrovania
generic:
all: Všetko
cancel: Zruš
changes_saved_msg: Zmeny boli úspešne uložené!
changes_saved_msg: Zmeny boli úspešne uložené.
confirm: Potvrď
copy: Kopíruj
delete: Vymaž
order_by: Zoraď podľa
save_changes: Ulož zmeny
delete: Vymazať
order_by: Zoradiť podľa
save_changes: Ulož zmeny
today: dnes
validation_errors:
few: Niečo ešte nieje celkom v poriadku! Prosím skontroluj %{count} chýb uvedených nižšie
@@ -1004,11 +1026,11 @@ sk:
failures: Zlyhaní(a)
imported: Nahrané
modes:
merge: Spoj dohromady
merge_long: Ponechaj existujúce záznamy a pridaj k nim nové
overwrite: Prepíš
overwrite_long: Nahraď súčasné záznamy novými
preface: Môžeš nahrať dáta ktoré si exportoval/a z iného Mastodon serveru, ako sú napríklad zoznamy ľudí ktorých sleduješ, alebo blokuješ.
merge: Pridať
merge_long: Ponechať existujúce záznamy a pridať k nim nové
overwrite: Prepísať
overwrite_long: Nahradiť súčasné záznamy novými
preface: Môžete importovať dáta exportova z iného serveru na Mastodone, napríklad zoznam sledovaných alebo blokovaných účtov.
recent_imports: Nedávne nahrania
states:
finished: Dokončené
@@ -1021,7 +1043,7 @@ sk:
lists: Nahrávanie zoznamov
type_groups:
constructive: Sledovania a záložky
destructive: Blokovania a utíšenia
destructive: Blokovania a stíšenia
types:
blocking: Zoznam blokovaných
bookmarks: Záložky
@@ -1057,7 +1079,7 @@ sk:
title: Pozvi ľudí
lists:
errors:
limit: Dosiahli ste maximálny počet zoznamov
limit: Bol dosiahnutý maximálny počet zoznamov
login_activities:
authentication_methods:
password: heslom
@@ -1065,6 +1087,9 @@ sk:
title: História overení
mail_subscriptions:
unsubscribe:
emails:
notification_emails:
reblog: e-mailové upozornenia na zdieľania
title: Ukonči odber
media_attachments:
validations:
@@ -1082,8 +1107,8 @@ sk:
not_found: nebolo možné nájsť
on_cooldown: Si v spánkovom stave
followers_count: Následovatelia v čase presunu
incoming_migrations: Presúvam sa z iného účtu
incoming_migrations_html: K presunutiu z iného účtu na tento, si najskôr potrebuješ <a href="%{path}">vytvoriť alias pre účet</a>.
incoming_migrations: Presun z iného účtu
incoming_migrations_html: Ak sa chcete na tento účet presunúť z iného účtu, najprv si <a href="%{path}">vytvorte nový alias</a>.
moved_msg: Tvoj účet teraz presmerováva na %{acct} a tvoji sledovatelia sú presúvaní tam.
not_redirecting: Tvoj účet v súčasnosti nepresmerováva na žiaden iný účet.
on_cooldown: Účet si si presunul/a len nedávno. Táto vymoženosť bude znovu sprístupnená za %{count} dní.
@@ -1108,12 +1133,12 @@ sk:
carry_mutes_over_text: Tento užívateľ sa presunul z účtu %{acct}, ktorý si mal/a stíšený.
notification_mailer:
favourite:
body: 'Tvoj príspevok bol obľúbený užívateľom %{name}:'
body: "%{name} hviezdičkuje váš príspevok:"
subject: "%{name} si obľúbil/a tvoj príspevok"
title: Novo obľúbené
title: Nové ohviezdičkovanie
follow:
body: "%{name} ťa teraz nasleduje!"
subject: "%{name} ťa teraz nasleduje"
body: "%{name} vás teraz sleduje."
subject: "%{name} vás teraz sleduje"
title: Nový sledovateľ
follow_request:
action: Spravuj žiadosti o sledovanie
@@ -1128,15 +1153,17 @@ sk:
poll:
subject: Anketa od %{name} skončila
reblog:
body: 'Tvoj príspevok bol vyzdvihnutý užívateľom %{name}:'
subject: "%{name} vyzdvihli tvoj príspevok"
title: Novo vyzdvyhnuté
body: "%{name} zdieľa váš príspevok:"
subject: "%{name} zdieľa váš príspevok"
title: Nové zdieľanie
status:
subject: "%{name} práve prispel/a"
update:
subject: "%{name} upravil/a príspevok"
notifications:
email_events_hint: 'Vyber si udalosti, pre ktoré chceš dostávať oboznámenia:'
administration_emails: Administrátorské e-mailové upozornenia
email_events: Udalosti pre e-mailové upozornenia
email_events_hint: 'Vyberte udalosti, pre ktoré chcete dostávať upozornenia:'
otp_authentication:
enable: Povoľ
pagination:
@@ -1157,11 +1184,16 @@ sk:
too_many_options: nemôže zahŕňať viac ako %{max} položiek
preferences:
other: Ostatné
posting_defaults: Východiskové nastavenia príspevkov
posting_defaults: Predvolené nastavenia príspevkov
public_timelines: Verejné časové osi
privacy:
hint_html: "<strong>Upravte si spôsob nachádzania vášho profilu a príspevkov.</strong> Tieto funkcie vám môžu pomôcť osloviť väčšie publikum na Mastodone. Skontrolujte tieto nastavenia, aby bolo všetko tak, ako to chcete."
privacy: Súkromie
privacy_hint_html: Rozhodujte o tom, koľko svojej aktivity chcete ukázať ostatným. Ľudia nachádzajú zaujímavé profily a aplikácie aj v profiloch iných, v zoznamoch sledovateľov a sledovaných. Máte možnosť ich skryť.
reach: Dosah
reach_hint_html: Rozhodnite o tom, či chcete aby vás iní ľudia nachádzali a sledovali. Chcete, aby sa vaše príspevky zobrazovali vo feede Objavovanie? Chcete, aby bol váš účet zobrazovaný ostatným v návrhoch na sledovanie? Chcete automatický schváliť všetky sledovania vás alebo o nich chcete jednotlivo rozhodovať?
search: Vyhľadávanie
search_hint_html: Rozhodujte o tom, ako je možné vás nájsť. Chcete, aby vás ľudia mohli nájsť cez vaše verejné príspevky? Chcete, aby ľudia mimo Mastodonu mohli nachádzať váš profil pri prehľadávaní internetu? Upozorňujeme, že verejné informácie nie je možné úplne odizolovať od vyhľadávačov.
title: Súkromie a dosah
privacy_policy:
title: Pravidlá ochrany súkromia
@@ -1177,21 +1209,21 @@ sk:
confirm_follow_selected_followers: Si si istý/á, že chceš nasledovať vybraných sledujúcich?
confirm_remove_selected_followers: Si si istý/á, že chceš odstrániť vybraných sledovateľov?
confirm_remove_selected_follows: Si si istý/á, že chceš odstrániť vybraných sledovaných?
dormant: Spiace
dormant: Neaktívne
follow_failure: Nemožno nasledovať niektoré z vybraných účtov.
follow_selected_followers: Následuj označených sledovatelov
followers: Sledovatelia
following: Nasledovaní
followers: Sledujú vás
following: Sledované vami
invited: Pozvaný/á
last_active: Naposledy aktívny
last_active: Naposledy aktívne
most_recent: Najnovšie
moved: Presunuli sa
mutual: Spoloč
moved: Presunu
mutual: Vzájom
primary: Hlavné
relationship: Vzťah
remove_selected_domains: Vymaž všetkých následovateľov z vybraných domén
remove_selected_domains: Vymazať všetky sledujúce účty z vybraných domén
remove_selected_followers: Odstráň vybraných následovatrľov
remove_selected_follows: Prestaň sledovať vybraných užívateľov
remove_selected_follows: Zrušiť sledovanie vybraných účtov
status: Stav účtu
remote_follow:
missing_resource: Nemožno nájsť potrebnú presmerovaciu adresu k tvojmu účtu
@@ -1204,7 +1236,7 @@ sk:
over_daily_limit: Prekročil/a si denný limit %{limit} predplánovaných príspevkov
over_total_limit: Prekročil/a si limit %{limit} predplánovaných príspevkov
sessions:
activity: Najnovšia aktivita
activity: Posledná aktivita
browser: Prehliadač
browsers:
chrome: Google Chrome
@@ -1216,10 +1248,10 @@ sk:
safari: Apple Safari
unknown_browser: Neznámy prehliadač
weibo: Sina/Tencent Weibo
current_session: Aktuálna sezóna
current_session: Vaše aktuálne prihlásenie
date: Dátum
description: "%{browser} na %{platform}"
explanation: Tieto prehliadače ktoré sú teraz prihlásené na tvoj Mastodon účet.
explanation: Tieto prehliadače sú práve prihlásené do vášho účtu na Mastodone.
ip: IP adresa
platforms:
ios: Apple iOS
@@ -1227,9 +1259,10 @@ sk:
mac: MacOSX
unknown_platform: Neznáma platforma
windows: Microsoft Windows
revoke: Zamietni
revoke_success: Sezóna úspešne zamietnutá
title: Sezóny
revoke: Zrušiť
revoke_success: Prihlásenie bolo zrušené
title: Aktívne prihlásenia
view_authentication_history: Zobraziť históriu prihlásení účtu
settings:
account: Účet
account_settings: Nastavenia účtu
@@ -1239,19 +1272,30 @@ sk:
back: Späť na Mastodon
delete: Vymazanie účtu
development: Vývoj
edit_profile: Uprav profil
featured_tags: Zvýraznené haštagy
import: Importuj
edit_profile: Úprava profilu
featured_tags: Zvýraznené hashtagy
import: Import
import_and_export: Import a export
migrate: Presuň účet
preferences: Voľby
notifications: E-mailové upozornenia
preferences: Predvoľby
profile: Profil
relationships: Sledovania a sledovatelia
two_factor_authentication: Dvojfázové overenie
relationships: Sledované a sledujúce účty
severed_relationships: Prerušené vzťahy
statuses_cleanup: Automatické mazanie príspevkov
two_factor_authentication: Dvojstupňové overenie
webauthn_authentication: Bezpečnostné kľúče
severed_relationships:
lost_followers: Stratení nasledovatelia
lost_follows: Stratené sledovania
download: Stiahnuť (%{count})
event_type:
account_suspension: Pozastavenie účtu (%{target_name})
domain_block: Pozastavenie servera (%{target_name})
user_domain_block: Zablokovali ste %{target_name}
lost_followers: Zrušenie sledovania účtami
lost_follows: Zrušenie sledovania účtov
preamble: Pri blokovaní domény alebo pri pozastavení pripojenia s iným serverom moderátorským tímom vášho servera môžete prísť o sledované a sledujúce účty. Keď sa to stane, tu si môžete stiahnuť zoznam prerušených vzťahov, ktorý môžete skontrolovať a prípadne importovať na inom serveri.
purged: Informácie o tomto serveri boli odstránené administrátorským tímom vášho servera.
type: Udalosť
statuses:
attached:
description: 'Priložené: %{attached}'
@@ -1260,14 +1304,14 @@ sk:
many: "%{count} obrázkov"
one: "%{count} obrázok"
other: "%{count} obrázky"
boosted_from_html: Vyzdvihnuté od %{acct_link}
boosted_from_html: Zdieľané od %{acct_link}
content_warning: 'Varovanie o obsahu: %{warning}'
default_language: Rovnaký ako jazyk rozhrania
disallowed_hashtags:
few: 'obsah nepovolených haštagov: %{tags}'
many: 'obsah nepovolených haštagov: %{tags}'
one: 'obsahoval nepovolený haštag: %{tags}'
other: 'obsahoval nepovolené haštagy: %{tags}'
few: 'obsahoval nepovolené hashtagy: %{tags}'
many: 'obsahoval nepovolené hashtagy: %{tags}'
one: 'obsahoval nepovolený hashtag: %{tags}'
other: 'obsahoval nepovolené hashtagy: %{tags}'
edited_at_html: Upravené %{date}
errors:
in_reply_not_found: Príspevok, na ktorý sa snažíš odpovedať, pravdepodobne neexistuje.
@@ -1275,34 +1319,51 @@ sk:
pin_errors:
limit: Už si si pripol ten najvyšší možný počet hlášok
ownership: Nieje možné pripnúť hlášku od niekoho iného
reblog: Vyzdvihnutie sa nedá pripnúť
reblog: Zdieľanie nie je možné pripnúť
title: '%{name}: „%{quote}"'
visibilities:
private: Iba pre sledovateľov
private_long: Ukáž iba následovateľom
direct: Súkromné označenie
private: Iba pre sledujúce účty
private_long: Zobrazovať iba sledujúcim účtom
public: Verejné
public_long: Všetci môžu vidieť
public_long: Zobrazujú sa všetkým
unlisted: Nezaradené
unlisted_long: Všetci môžu vidieť, ale nieje zaradené do verejnej osi
unlisted_long: Zobrazujú sa všetkým, ale nezobrazujú sa na verejných časových osiach
statuses_cleanup:
enabled: Automaticky mazať staré príspevky
enabled_hint: Automaticky vymaže vaše príspevky po dosiahnutí stanoveného veku, pokiaľ nespadajú do niektorej z výnimiek nižšie
exceptions: Výnimky
ignore_favs: Ignoruj obľúbe
ignore_reblogs: Ignoruj vyzdvihnutia
keep_direct: Ponechaj súkromné správy
keep_pinned: Ponechaj pripnuté príspevky
keep_pinned_hint: Nevymaže žiadne s tvojich pripnutých príspevkov
keep_polls: Ponechaj ankety
keep_self_bookmark: Ponechaj príspevky, ktoré sú záložkami
keep_self_fav: Ponechať príspevky, ktoré si si obľúbil/a
explanation: Keďže je mazanie príspevkov drahým procesom, bude sa to diať pomaly a postupne v časoch, keď server nie je inak vyťažovaný. Preto môže príspevkom po dosiahnutí stanoveného veku ešte chvíľu trvať, než budú vymaza.
ignore_favs: Ignorovať hviezdičky
ignore_reblogs: Ignorovať zdieľania
interaction_exceptions: Výnimky podľa interakcií
interaction_exceptions_explanation: Vymazanie príspevkov nie je zaručené, pokiaľ klesnú pod limit hviezdičkovaní alebo zdieľaní až po kontrole.
keep_direct: Ponechať súkromné správy
keep_direct_hint: Vaše súkromné správy nebudú vymazané
keep_media: Ponechať príspevky s médiami
keep_media_hint: Vaše príspevky s mediálnymi prílohami nebudú vymazané
keep_pinned: Ponechať pripnuté príspevky
keep_pinned_hint: Vaše pripnuté príspevky nebudú vymazané
keep_polls: Ponechať ankety
keep_polls_hint: Vaše ankety nebudú vymazané
keep_self_bookmark: Ponechať príspevky označené záložkou
keep_self_bookmark_hint: Vaše príspevky označené záložkou nebudú vymazané
keep_self_fav: Ponechať ohviezdičkované príspevky
keep_self_fav_hint: Vaše ohviezdičkované príspevky nebudú vymazané
min_age:
'1209600': 2 týždne
'15778476': 6 mesačné
'2629746': 1 mesačné
'31556952': 1 ročné
'5259492': 2 mesačné
'15778476': 6 mesiacov
'2629746': 1 mesiac
'31556952': 1 rok
'5259492': 2 mesiace
'604800': 1 týždeň
'63113904': 2 ročné
'7889238': 3 mesačné
'63113904': 2 roky
'7889238': 3 mesiace
min_age_label: Časová hranica
min_favs: Ponechať príspevky s aspoň týmto počtom hviezdičiek
min_favs_hint: Vaše príspevky, ktoré majú aspoň tento počet hviezdičiek, nebudú vymazané. Nevypĺňajte, pokiaľ chcete mazať príspevky bez ohľadu na ich počet hviezdičiek
min_reblogs: Ponechať príspevky s aspoň týmto počtom zdieľaní
min_reblogs_hint: Vaše príspevky, ktoré majú aspoň tento počet zdieľaní, nebudú vymazané. Nevypĺňajte, pokiaľ chcete mazať príspevky bez ohľadu na ich počet zdieľaní
stream_entries:
sensitive_content: Senzitívny obsah
tags:
@@ -1314,18 +1375,25 @@ sk:
time:
formats:
default: "%b %d, %R, %H:%M"
with_time_zone: "%b %d, %Y, %H:%M %Z"
translation:
errors:
too_many_requests: V poslednej dobe bolo na prekladateľskú službu vykonaných priveľa požiadaviek.
two_factor_authentication:
disable: Zakáž
enabled: Dvojfázové overovanie je povolené
enabled_success: Dvojfázové overovanie úspešne povolené
generate_recovery_codes: Vygeneruj zálohové kódy
lost_recovery_codes: Zálohové kódy ti umožnia dostať sa k svojmu účtu ak stratíš telefón. Pokiaľ si stratila svoje zálohové kódy, môžeš si ich tu znovu vygenerovať. Tvoje staré zálohové kódy budú zneplatnené.
recovery_codes: Zálohuj kódy pre obnovu
recovery_codes_regenerated: Zálohové kódy boli úspešne zvova vygenerované
recovery_instructions_html: Keď hocikedy stratíš prístup k svojmu telefónu, môžeš použiť jeden z prístupových kódov nižšie pre obnovenie prístupu k svojmu účtu. <strong>Skladuj tieto prístupové kódy na bezpečnom mieste</strong>. Napríklad ich môžeš vytlačiť a uložiť ich spolu s inými dôležitými dokumentami.
add: Pridať
disable: Vypnúť dvojstupňové overenie
disabled_success: Dvojstupňové overenie bolo úspešne vypnuté
edit: Upraviť
enabled: Dvojstupňové overovanie je zapnuté
enabled_success: Dvojstupňové overovanie bolo úspešne zapnuté
generate_recovery_codes: Vygenerovať záložné kódy
lost_recovery_codes: Záložné kódy vás umožnia prístup k účtu v prípade straty mobilného telefónu. Pokiaľ ste svoje zálohové kódy stratili, môžete si tu vygenerovať nové. Staré zálohové kódy budú deaktivované.
methods: Metódy dvojstupňového overenia
otp: Overovacia apka
recovery_codes: Zálohovať záložné kódy
recovery_codes_regenerated: Záložné kódy boli úspešne znova vygenerované
recovery_instructions_html: Ak niekedy prídete o prístup k svojmu mobilnému telefónu, prístup k účtu môžete obnoviť použitím jedného zo záložných kódov nižšie. <strong>Záložné kódy si bezpečne uložte.</strong> Môžete si ich napríklad vytlačiť a založiť k iným dôležitým dokumentom.
webauthn: Bezpečnostné kľúče
user_mailer:
appeal_approved:
action: Nastavenia účtu
@@ -1336,7 +1404,7 @@ sk:
backup_ready:
explanation: Vyžiadal/a si si úplnú zálohu svojho Mastodon účtu.
extra: Teraz je pripravená na stiahnutie!
subject: Tvoj archív je pripravený na stiahnutie
subject: Váš archív je pripravený na stiahnutie
title: Odber archívu
failed_2fa:
details: 'Tu sú podrobnosti o pokuse o prihlásenie:'
@@ -1354,9 +1422,9 @@ sk:
title:
delete_statuses: Príspevky vymazané
disable: Účet bol zamrazený
mark_statuses_as_sensitive: Príspevky označené za chúlostivé
mark_statuses_as_sensitive: Príspevky označené ako citlivé
none: Varovanie
sensitive: Účet označený za chúlostivý
sensitive: Účty označené ako citlivé
silence: Účet bol obmedzený
suspend: Tvoj účet bol vylúčený
welcome:
@@ -1365,9 +1433,11 @@ sk:
apps_step: Stiahni naše oficiálne aplikácie.
apps_title: Mastodon aplikácie
edit_profile_action: Prispôsob
edit_profile_step: Naštartuje svoje interakcie vyplnením svojho profilu.
edit_profile_title: Prispôsob si svoj profil
explanation: Tu nájdeš nejaké tipy do začiatku
feature_action: Zisti viac
feature_creativity: Mastodon vám pri tvorbe obsahu a vyjadrovaní sa online umožňuje používať audio, video, obrázky a fotky, opisy pre zleplšenie prístupnosti, ankety, varovania o obsahu, animované profilové fotky, vlastné emoji, upravené náhľady a ďalšie. Nech už chcete zverejňovať svoje vizuálne diela, hudbu či podcasty, Mastodon je tu pre vás.
follow_action: Nasleduj
follow_title: Prispôsob svoj domáci kanál
follows_title: Koho nasledovať
@@ -1376,10 +1446,15 @@ sk:
subject: Vitaj na Mastodone
title: Vitaj na palube, %{name}!
users:
follow_limit_reached: Nemôžeš nasledovať viac ako %{limit} ľudí
follow_limit_reached: Nemôžete sledovať viac ako %{limit} ľudí
invalid_otp_token: Neplatný kód pre dvojfaktorovú autentikáciu
otp_lost_help_html: Pokiaľ si stratil/a prístup k obom, môžeš dať vedieť %{email}
rate_limited: Príliš veľa pokusov o overenie, skús to znova neskôr.
signed_in_as: 'Prihlásená/ý ako:'
verification:
extra_instructions_html: <strong>Tip:</strong> Odkaz na vašom webe môže byť neviditeľný. Najdôležitejšia časť je <code>rel="me"</code>, zabraňuje tomu, že sa za vás bude niekto vydávať na weboch s obsahom generovaným používateľmi. V záhlaví stránky môžete dokonca namiesto tagu <code>a</code> použiť tag <code>link</code>, ale kód HTML musí byť prístupný bez potreby spustenia JavaScriptu.
here_is_how: Ako na to
hint_html: "<strong>Každý na Mastodone môže overiť svoju totožnosť.</strong> Okamžite, zadarmo a navždy s využitím otvorených webových štandardov. Potrebujete len svoju vlastnú webovú stránku. Keď odkaz na ňu uvediete vo svojom profile, skontrolujeme, či je prepojená s vaším profilom a úspešné overenie zvýrazníme vizuálnym indikátorom."
instructions_html: Skopírujte kód nižšie a vložte ho do kódu HTML svojho webu. Potom pridajte svoju webovú stránku do jedného z extra polí v karte Úprava profilu a uložte zmeny.
verification: Overenie
website_verification: Overenie webu

View File

@@ -505,6 +505,7 @@ sq:
select_capabilities: Përzgjidhni Aftësi
sign_in: Hyni
status: Gjendje
title: Shërbyes Shërbimesh Ndihmëse Fediversi
title: FASP
follow_recommendations:
description_html: "<strong>Rekomandimet për ndjekje ndihmojnë përdoruesit e rinj të gjejnë shpejt lëndë me interes</strong>. Kur një përdorues nuk ka ndërvepruar mjaftueshëm me të tjerët, që të formohen rekomandime të personalizuara ndjekjeje, rekomandohen këto llogari. Ato përzgjidhen çdo ditë, prej një përzierje llogarish me shkallën më të lartë të angazhimit dhe numrin më të lartë të ndjekësve vendorë për një gjuhë të dhënë."
@@ -1696,6 +1697,7 @@ sq:
self_vote: Smund të votoni në pyetësorët tuaj
too_few_options: duhet të ketë më tepër se një element
too_many_options: smund të përmbajë më tepër se %{max} elementë
vote: Votoni
preferences:
other: Tjetër
posting_defaults: Parazgjedhje postimesh
@@ -1864,8 +1866,13 @@ sq:
limit: Keni fiksuar tashmë numrin maksimum të mesazheve
ownership: Smund të fiksohen mesazhet e të tjerëve
reblog: Smund të fiksohet një përforcim
quote_policies:
followers: Vetëm ndjekës
nobody: Thjesht unë
public: Cilido
title: '%{name}: "%{quote}"'
visibilities:
direct: Përmendje private
private: Vetëm ndjekësve
private_long: Shfaqua vetëm ndjekësve
public: Publike

View File

@@ -1706,6 +1706,7 @@ tr:
self_vote: Kendi anketlerinizde oy kullanamazsınız
too_few_options: birden fazla öğeye sahip olmalı
too_many_options: "%{max} öğeden fazla öğe içeremez"
vote: Oyla
preferences:
other: Diğer
posting_defaults: Gönderi varsayılanları

Some files were not shown because too many files have changed in this diff Show More