mirror of
https://github.com/mastodon/mastodon.git
synced 2026-03-22 02:16:16 -05:00
Compare commits
30 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26c78392f8 | ||
|
|
048430f4e8 | ||
|
|
d45b4db1d7 | ||
|
|
ef3a95affc | ||
|
|
3e6a9371b0 | ||
|
|
e91c764590 | ||
|
|
cfdd9396c0 | ||
|
|
ba498ae779 | ||
|
|
5bae08d1ff | ||
|
|
5253527ec4 | ||
|
|
0b50789c5b | ||
|
|
a978e37f4c | ||
|
|
dd708298a8 | ||
|
|
449eb03f11 | ||
|
|
1baede0a7c | ||
|
|
a7ecfc1ca5 | ||
|
|
e62baacfc1 | ||
|
|
b5a6feb3bf | ||
|
|
05964f571b | ||
|
|
16a54f7158 | ||
|
|
6d53ca63d6 | ||
|
|
93acfdd7d3 | ||
|
|
a209b8e544 | ||
|
|
af4c372ab2 | ||
|
|
aa579ce286 | ||
|
|
adfabf8c80 | ||
|
|
ea710df180 | ||
|
|
e1b6e28829 | ||
|
|
214d59bd37 | ||
|
|
e4291e9b05 |
4
.github/workflows/build-releases.yml
vendored
4
.github/workflows/build-releases.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
# Only tag with latest when ran against the latest stable branch
|
||||
# This needs to be updated after each minor version release
|
||||
flavor: |
|
||||
latest=${{ startsWith(github.ref, 'refs/tags/v4.3.') }}
|
||||
latest=${{ startsWith(github.ref, 'refs/tags/v4.5.') }}
|
||||
tags: |
|
||||
type=pep440,pattern={{raw}}
|
||||
type=pep440,pattern=v{{major}}.{{minor}}
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
# Only tag with latest when ran against the latest stable branch
|
||||
# This needs to be updated after each minor version release
|
||||
flavor: |
|
||||
latest=${{ startsWith(github.ref, 'refs/tags/v4.3.') }}
|
||||
latest=${{ startsWith(github.ref, 'refs/tags/v4.5.') }}
|
||||
tags: |
|
||||
type=pep440,pattern={{raw}}
|
||||
type=pep440,pattern=v{{major}}.{{minor}}
|
||||
|
|
|
|||
23
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -2,17 +2,18 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [4.5.0] - UNRELEASED
|
||||
## [4.5.0] - 2025-11-06
|
||||
|
||||
### Added
|
||||
|
||||
- **Add support for allowing and authoring quotes** (#35355, #35578, #35614, #35618, #35624, #35626, #35652, #35629, #35665, #35653, #35670, #35677, #35690, #35697, #35689, #35699, #35700, #35701, #35709, #35714, #35713, #35715, #35725, #35749, #35769, #35780, #35762, #35804, #35808, #35805, #35819, #35824, #35828, #35822, #35835, #35865, #35860, #35832, #35891, #35894, #35895, #35820, #35917, #35924, #35925, #35914, #35930, #35941, #35939, #35948, #35955, #35967, #35990, #35991, #35975, #35971, #36002, #35986, #36031, #36034, #36038, #36054, #36052, #36055, #36065, #36068, #36083, #36087, #36080, #36091, #36090, #36118, #36119, #36128, #36094, #36129, #36138, #36132, #36151, #36158, #36171, #36194, #36220, #36169, #36130, #36249, #36153, #36299, #36291, #36301, #36315, #36317, #36364, #36383, #36381, #36459, #36464, #36461, #36516, #36528, #36549, #36550 and #36559 by @ChaosExAnima, @ClearlyClaire, @Lycolia, @diondiondion, and @tribela)\
|
||||
- **Add support for allowing and authoring quotes** (#35355, #35578, #35614, #35618, #35624, #35626, #35652, #35629, #35665, #35653, #35670, #35677, #35690, #35697, #35689, #35699, #35700, #35701, #35709, #35714, #35713, #35715, #35725, #35749, #35769, #35780, #35762, #35804, #35808, #35805, #35819, #35824, #35828, #35822, #35835, #35865, #35860, #35832, #35891, #35894, #35895, #35820, #35917, #35924, #35925, #35914, #35930, #35941, #35939, #35948, #35955, #35967, #35990, #35991, #35975, #35971, #36002, #35986, #36031, #36034, #36038, #36054, #36052, #36055, #36065, #36068, #36083, #36087, #36080, #36091, #36090, #36118, #36119, #36128, #36094, #36129, #36138, #36132, #36151, #36158, #36171, #36194, #36220, #36169, #36130, #36249, #36153, #36299, #36291, #36301, #36315, #36317, #36364, #36383, #36381, #36459, #36464, #36461, #36516, #36528, #36549, #36550, #36559, #36693, #36704, #36690, #36689, #36696, #36721, #36695 and #36736 by @ChaosExAnima, @ClearlyClaire, @Lycolia, @diondiondion, and @tribela)\
|
||||
This includes a revamp of the composer interface.\
|
||||
See https://blog.joinmastodon.org/2025/09/introducing-quote-posts/ for a user-centric overview of the feature, and https://docs.joinmastodon.org/client/quotes/ for API documentation.
|
||||
- **Add support for fetching and refreshing replies to the web UI** (#35210, #35496, #35575, #35500, #35577, #35602, #35603, #35654, #36141, #36237, #36172, #36256, #36271, #36334, #36382, #36239, #36484, #36481, #36583, #36627 and #36547 by @ClearlyClaire, @diondiondion, @Gargron and @renchap)
|
||||
- **Add ability to block words in usernames** (#35407, #35655, and #35806 by @ClearlyClaire and @Gargron)
|
||||
- Add ability to individually disable local or remote feeds for visitors or logged-in users `disabled` value to server setting for live and topic feeds, as well as user permission to bypass that (#36338, #36467, #36497, #36563, #36577, #36585, and #36607 by @ClearlyClaire)\
|
||||
This splits the `timeline_preview` setting into four more granular settings controlling live feeds and topic (hashtag, trending link) feeds, with 3 values each: `public`, `authenticated`, `disabled`.\
|
||||
- Add ability to individually disable local or remote feeds for visitors or logged-in users `disabled` value to server setting for live and topic feeds, as well as user permission to bypass that (#36338, #36467, #36497, #36563, #36577, #36585, #36607 and #36703 by @ClearlyClaire)\
|
||||
This splits the `timeline_preview` setting into four more granular settings controlling live feeds and topic (hashtag, trending link) feeds.\
|
||||
The setting for local topic feeds has 2 values: `public` and `authenticated`. Every other setting has 3 values: `public`, `authenticated`, `disabled`.\
|
||||
When `disabled`, users with the “View live and topic feeds” will still be able to view them.
|
||||
- Add support for displaying of quote posts in Moderator UI (#35964 by @ThisIsMissEm)
|
||||
- Add support for displaying link previews for Admin UI (#35958 by @ThisIsMissEm)
|
||||
|
|
@ -20,21 +21,22 @@ All notable changes to this project will be documented in this file.
|
|||
- Add support for `Update` activities on converted object types (#36322 by @ClearlyClaire)
|
||||
- Add support for dynamic viewport height (#36272 by @e1berd)
|
||||
- Add support for numeric-based URIs for new local accounts (#32724, #36304, #36316, and #36365 by @ClearlyClaire)
|
||||
- Add default visualizer for audio upload without poster (#36734 by @ChaosExAnima)
|
||||
- Add Traditional Mongolian to posting languages (#36196 by @shimon1024)
|
||||
- Add example post with manual quote approval policy to `dev:populate_sample_data` (#36099 by @ClearlyClaire)
|
||||
- Add server-side support for handling posts with a quote policy allowing followers to quote (#36093 and #36127 by @ClearlyClaire)
|
||||
- Add schema.org markup to SEO-enabled posts (#36075 by @Gargron)
|
||||
- Add migration to fill unset default quote policy based on default post privacy (#36041 by @ClearlyClaire)
|
||||
- Add “Posting defaults” setting page, moving existing settings from “Other” (#35896, #36033, #35966, #35969, and #36084 by @ClearlyClaire and @diondiondion)
|
||||
- Added emoji from Twemoji v16 (#36501 and #36530 by @ChaosExAnima)
|
||||
- Add feature to select custom emoji rendering (#35229, #35282, #35253, #35424, #35473, #35483, #35505, #35568, #35605, #35659, #35664, #35739, #35985, #36051, #36071, #36137, #36165, #36248, #36262, #36275, #36293, #36341, #36342, #36366, #36377, #36378, #36385, #36393, #36397, #36403, #36413, #36410, #36454, #36402, #36503, #36502, #36532, #36603, #36409, #36638 and #36750 by @ChaosExAnima, @ClearlyClaire and @braddunbar)\
|
||||
This also completely reworks the processing and rendering of emojis and server-rendered HTML in statuses and other places.
|
||||
- Add support for exposing conversation context for new public conversations according to FEP-7888 (#35959 and #36064 by @ClearlyClaire and @jesseplusplus)
|
||||
- Add digest re-check before removing followers in synchronization mechanism (#34273 by @ClearlyClaire)
|
||||
- Add “Posting defaults” setting page, moving existing settings from “Other” (#35896, #36033, #35966, #35969, and #36084 by @ClearlyClaire and @diondiondion)
|
||||
- Add support for displaying Valkey version on admin dashboard (#35785 by @ykzts)
|
||||
- Add delivery failure tracking and handling to FASP jobs (#35625, #35628, and #35723 by @oneiros)
|
||||
- Add example of quote post with a preview card to development sample data (#35616 by @ClearlyClaire)
|
||||
- Add second set of blocked text that applies to accounts regardless of account age for spam-blocking (#35563 by @ClearlyClaire)
|
||||
- Added emoji from Twemoji v16 (#36501 and #36530 by @ChaosExAnima)
|
||||
- Add feature to select custom emoji rendering (#35229, #35282, #35253, #35424, #35473, #35483, #35505, #35568, #35605, #35659, #35664, #35739, #35985, #36051, #36071, #36137, #36165, #36248, #36262, #36275, #36293, #36341, #36342, #36366, #36377, #36378, #36385, #36393, #36397, #36403, #36413, #36410, #36454, #36402, #36503, #36502, #36532, #36603, #36409 and #36638 by @ChaosExAnima, @ClearlyClaire and @braddunbar)\
|
||||
This also completely reworks the processing and rendering of emojis and server-rendered HTML in statuses and other places.
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
@ -43,6 +45,9 @@ All notable changes to this project will be documented in this file.
|
|||
- Change appearance settings to introduce new Advanced settings section (#36496 and #36506 by @diondiondion)
|
||||
- Change display of blocked and muted quoted users (#36619 by @ClearlyClaire)\
|
||||
This adds `blocked_account`, `blocked_domain` and `muted_account` values to the `state` attribute of `Quote` and `ShallowQuote` REST API entities.
|
||||
- Change submitting an empty post to show an error rather than failing silently (#36650 by @diondiondion)
|
||||
- Change "Privacy and reach" settings from "Public profile" to their own top-level category (#27294 by @ChaelCodes)
|
||||
- Change number of times quote verification is retried to better deal with temporary failures (#36698 by @ClearlyClaire)
|
||||
- Change display of content warnings in Admin UI (#35935 by @ThisIsMissEm)
|
||||
- Change styling of column banners (#36531 by @ClearlyClaire)
|
||||
- Change recommended Node version to 24 (LTS) (#36539 by @renchap)
|
||||
|
|
@ -70,9 +75,11 @@ All notable changes to this project will be documented in this file.
|
|||
- Fix relationship not being fetched to evaluate whether to show a quote post (#36517 by @ClearlyClaire)
|
||||
- Fix rendering of poll options in status history modal (#35633 by @ThisIsMissEm)
|
||||
- Fix “mute” button being displayed to unauthenticated visitors in hashtag dropdown (#36353 by @mkljczk)
|
||||
- Fix initially selected language in Rules panel, hide selector when no alternative translations exist (#36672 by @diondiondion)
|
||||
- Fix URL comparison for mentions in case of empty path (#36613 and #36626 by @ClearlyClaire)
|
||||
- Fix hashtags not being picked up when full-width hash sign is used (#36103 and #36625 by @ClearlyClaire and @Gargron)
|
||||
- Fix layout of severed relationships when purged events are listed (#36593 by @mejofi)
|
||||
- Fix Skeleton placeholders being animated when setting to reduce animations is enabled (#36716 by @ClearlyClaire)
|
||||
- Fix vacuum tasks being interrupted by a single batch failure (#36606 by @Gargron)
|
||||
- Fix handling of unreachable network error for search services (#36587 by @mjankowski)
|
||||
- Fix bookmarks export when a bookmarked status is soft-deleted (#36576 by @ClearlyClaire)
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@ FROM build AS libvips
|
|||
|
||||
# libvips version to compile, change with [--build-arg VIPS_VERSION="8.15.2"]
|
||||
# renovate: datasource=github-releases depName=libvips packageName=libvips/libvips
|
||||
ARG VIPS_VERSION=8.17.2
|
||||
ARG VIPS_VERSION=8.17.3
|
||||
# libvips download URL, change with [--build-arg VIPS_URL="https://github.com/libvips/libvips/releases/download"]
|
||||
ARG VIPS_URL=https://github.com/libvips/libvips/releases/download
|
||||
|
||||
|
|
|
|||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -128,7 +128,7 @@ GEM
|
|||
blurhash (0.1.8)
|
||||
bootsnap (1.18.6)
|
||||
msgpack (~> 1.2)
|
||||
brakeman (7.0.2)
|
||||
brakeman (7.1.1)
|
||||
racc
|
||||
browser (6.2.0)
|
||||
builder (3.3.0)
|
||||
|
|
@ -224,7 +224,7 @@ GEM
|
|||
mail (~> 2.7)
|
||||
email_validator (2.2.4)
|
||||
activemodel
|
||||
erb (5.1.1)
|
||||
erb (5.1.3)
|
||||
erubi (1.13.1)
|
||||
et-orbi (1.4.0)
|
||||
tzinfo
|
||||
|
|
@ -337,7 +337,7 @@ GEM
|
|||
activesupport (>= 3.0)
|
||||
nokogiri (>= 1.6)
|
||||
io-console (0.8.1)
|
||||
irb (1.15.2)
|
||||
irb (1.15.3)
|
||||
pp (>= 0.6.0)
|
||||
rdoc (>= 4.0.0)
|
||||
reline (>= 0.4.2)
|
||||
|
|
@ -621,7 +621,7 @@ GEM
|
|||
activesupport (>= 3.0.0)
|
||||
raabro (1.4.0)
|
||||
racc (1.8.1)
|
||||
rack (3.2.3)
|
||||
rack (3.2.4)
|
||||
rack-attack (6.8.0)
|
||||
rack (>= 1.0, < 4)
|
||||
rack-cors (3.0.0)
|
||||
|
|
@ -691,7 +691,7 @@ GEM
|
|||
readline (~> 0.0)
|
||||
rdf-normalize (0.7.0)
|
||||
rdf (~> 3.3)
|
||||
rdoc (6.15.0)
|
||||
rdoc (6.15.1)
|
||||
erb
|
||||
psych (>= 4.0.0)
|
||||
tsort
|
||||
|
|
@ -791,7 +791,7 @@ GEM
|
|||
ruby-vips (2.2.5)
|
||||
ffi (~> 1.12)
|
||||
logger
|
||||
rubyzip (3.2.1)
|
||||
rubyzip (3.2.2)
|
||||
rufus-scheduler (3.9.2)
|
||||
fugit (~> 1.1, >= 1.11.1)
|
||||
safety_net_attestation (0.5.0)
|
||||
|
|
@ -805,7 +805,7 @@ GEM
|
|||
securerandom (0.4.1)
|
||||
shoulda-matchers (6.5.0)
|
||||
activesupport (>= 5.2.0)
|
||||
sidekiq (8.0.8)
|
||||
sidekiq (8.0.9)
|
||||
connection_pool (>= 2.5.0)
|
||||
json (>= 2.9.0)
|
||||
logger (>= 1.6.2)
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ A "vulnerability in Mastodon" is a vulnerability in the code distributed through
|
|||
| Version | Supported |
|
||||
| ------- | ---------------- |
|
||||
| 4.4.x | Yes |
|
||||
| 4.3.x | Yes |
|
||||
| 4.3.x | Until 2026-05-06 |
|
||||
| 4.2.x | Until 2026-01-08 |
|
||||
| < 4.2 | No |
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ class ActivityPub::QuoteAuthorizationsController < ActivityPub::BaseController
|
|||
before_action :set_quote_authorization
|
||||
|
||||
def show
|
||||
expires_in 30.seconds, public: true if @quote.status.distributable? && public_fetch_mode?
|
||||
expires_in 30.seconds, public: true if @quote.quoted_status.distributable? && public_fetch_mode?
|
||||
render json: @quote, serializer: ActivityPub::QuoteAuthorizationSerializer, adapter: ActivityPub::Adapter, content_type: 'application/activity+json'
|
||||
end
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ class ActivityPub::QuoteAuthorizationsController < ActivityPub::BaseController
|
|||
@quote = Quote.accepted.where(quoted_account: @account).find(params[:id])
|
||||
return not_found unless @quote.status.present? && @quote.quoted_status.present?
|
||||
|
||||
authorize @quote.status, :show?
|
||||
authorize @quote.quoted_status, :show?
|
||||
rescue Mastodon::NotPermittedError
|
||||
not_found
|
||||
end
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ import { throttle } from 'lodash';
|
|||
|
||||
import api from 'mastodon/api';
|
||||
import { browserHistory } from 'mastodon/components/router';
|
||||
import { countableText } from 'mastodon/features/compose/util/counter';
|
||||
import { search as emojiSearch } from 'mastodon/features/emoji/emoji_mart_search_light';
|
||||
import { tagHistory } from 'mastodon/settings';
|
||||
|
||||
|
|
@ -55,7 +56,6 @@ export const COMPOSE_UNMOUNT = 'COMPOSE_UNMOUNT';
|
|||
export const COMPOSE_SENSITIVITY_CHANGE = 'COMPOSE_SENSITIVITY_CHANGE';
|
||||
export const COMPOSE_SPOILERNESS_CHANGE = 'COMPOSE_SPOILERNESS_CHANGE';
|
||||
export const COMPOSE_SPOILER_TEXT_CHANGE = 'COMPOSE_SPOILER_TEXT_CHANGE';
|
||||
export const COMPOSE_VISIBILITY_CHANGE = 'COMPOSE_VISIBILITY_CHANGE';
|
||||
export const COMPOSE_COMPOSING_CHANGE = 'COMPOSE_COMPOSING_CHANGE';
|
||||
export const COMPOSE_LANGUAGE_CHANGE = 'COMPOSE_LANGUAGE_CHANGE';
|
||||
|
||||
|
|
@ -88,6 +88,7 @@ const messages = defineMessages({
|
|||
open: { id: 'compose.published.open', defaultMessage: 'Open' },
|
||||
published: { id: 'compose.published.body', defaultMessage: 'Post published.' },
|
||||
saved: { id: 'compose.saved.body', defaultMessage: 'Post saved.' },
|
||||
blankPostError: { id: 'compose.error.blank_post', defaultMessage: 'Post can\'t be blank.' },
|
||||
});
|
||||
|
||||
export const ensureComposeIsVisible = (getState) => {
|
||||
|
|
@ -197,7 +198,15 @@ export function submitCompose(successCallback) {
|
|||
const hasQuote = !!getState().getIn(['compose', 'quoted_status_id']);
|
||||
const spoiler_text = getState().getIn(['compose', 'spoiler']) ? getState().getIn(['compose', 'spoiler_text'], '') : '';
|
||||
|
||||
if (!(status?.length || media.size !== 0 || (hasQuote && spoiler_text?.length))) {
|
||||
const fulltext = `${spoiler_text ?? ''}${countableText(status ?? '')}`;
|
||||
const hasText = fulltext.trim().length > 0;
|
||||
|
||||
if (!(hasText || media.size !== 0 || (hasQuote && spoiler_text?.length))) {
|
||||
dispatch(showAlert({
|
||||
message: messages.blankPostError,
|
||||
}));
|
||||
dispatch(focusCompose());
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -784,13 +793,6 @@ export function changeComposeSpoilerText(text) {
|
|||
};
|
||||
}
|
||||
|
||||
export function changeComposeVisibility(value) {
|
||||
return {
|
||||
type: COMPOSE_VISIBILITY_CHANGE,
|
||||
value,
|
||||
};
|
||||
}
|
||||
|
||||
export function insertEmojiCompose(position, emoji, needsSpace) {
|
||||
return {
|
||||
type: COMPOSE_EMOJI_INSERT,
|
||||
|
|
|
|||
|
|
@ -13,10 +13,11 @@ import {
|
|||
} from 'mastodon/store/typed_functions';
|
||||
|
||||
import type { ApiQuotePolicy } from '../api_types/quotes';
|
||||
import type { Status } from '../models/status';
|
||||
import type { Status, StatusVisibility } from '../models/status';
|
||||
import type { RootState } from '../store';
|
||||
|
||||
import { showAlert } from './alerts';
|
||||
import { focusCompose } from './compose';
|
||||
import { changeCompose, focusCompose } from './compose';
|
||||
import { importFetchedStatuses } from './importer';
|
||||
import { openModal } from './modal';
|
||||
|
||||
|
|
@ -41,6 +42,10 @@ const messages = defineMessages({
|
|||
id: 'quote_error.unauthorized',
|
||||
defaultMessage: 'You are not authorized to quote this post.',
|
||||
},
|
||||
quoteErrorPrivateMention: {
|
||||
id: 'quote_error.private_mentions',
|
||||
defaultMessage: 'Quoting is not allowed with direct mentions.',
|
||||
},
|
||||
});
|
||||
|
||||
type SimulatedMediaAttachmentJSON = ApiMediaAttachmentJSON & {
|
||||
|
|
@ -67,6 +72,39 @@ const simulateModifiedApiResponse = (
|
|||
return data;
|
||||
};
|
||||
|
||||
export const changeComposeVisibility = createAppThunk(
|
||||
'compose/visibility_change',
|
||||
(visibility: StatusVisibility, { dispatch, getState }) => {
|
||||
if (visibility !== 'direct') {
|
||||
return visibility;
|
||||
}
|
||||
|
||||
const state = getState();
|
||||
const quotedStatusId = state.compose.get('quoted_status_id') as
|
||||
| string
|
||||
| null;
|
||||
if (!quotedStatusId) {
|
||||
return visibility;
|
||||
}
|
||||
|
||||
// Remove the quoted status
|
||||
dispatch(quoteComposeCancel());
|
||||
const quotedStatus = state.statuses.get(quotedStatusId) as Status | null;
|
||||
if (!quotedStatus) {
|
||||
return visibility;
|
||||
}
|
||||
|
||||
// Append the quoted status URL to the compose text
|
||||
const url = quotedStatus.get('url') as string;
|
||||
const text = state.compose.get('text') as string;
|
||||
if (!text.includes(url)) {
|
||||
const newText = text.trim() ? `${text}\n\n${url}` : url;
|
||||
dispatch(changeCompose(newText));
|
||||
}
|
||||
return visibility;
|
||||
},
|
||||
);
|
||||
|
||||
export const changeUploadCompose = createDataLoadingThunk(
|
||||
'compose/changeUpload',
|
||||
async (
|
||||
|
|
@ -130,6 +168,8 @@ export const quoteComposeByStatus = createAppThunk(
|
|||
|
||||
if (composeState.get('id')) {
|
||||
dispatch(showAlert({ message: messages.quoteErrorEdit }));
|
||||
} else if (composeState.get('privacy') === 'direct') {
|
||||
dispatch(showAlert({ message: messages.quoteErrorPrivateMention }));
|
||||
} else if (composeState.get('poll')) {
|
||||
dispatch(showAlert({ message: messages.quoteErrorPoll }));
|
||||
} else if (
|
||||
|
|
@ -173,6 +213,17 @@ export const quoteComposeById = createAppThunk(
|
|||
},
|
||||
);
|
||||
|
||||
const composeStateForbidsLink = (composeState: RootState['compose']) => {
|
||||
return (
|
||||
composeState.get('quoted_status_id') ||
|
||||
composeState.get('is_submitting') ||
|
||||
composeState.get('poll') ||
|
||||
composeState.get('is_uploading') ||
|
||||
composeState.get('id') ||
|
||||
composeState.get('privacy') === 'direct'
|
||||
);
|
||||
};
|
||||
|
||||
export const pasteLinkCompose = createDataLoadingThunk(
|
||||
'compose/pasteLink',
|
||||
async ({ url }: { url: string }) => {
|
||||
|
|
@ -183,15 +234,12 @@ export const pasteLinkCompose = createDataLoadingThunk(
|
|||
limit: 2,
|
||||
});
|
||||
},
|
||||
(data, { dispatch, getState }) => {
|
||||
(data, { dispatch, getState, requestId }) => {
|
||||
const composeState = getState().compose;
|
||||
|
||||
if (
|
||||
composeState.get('quoted_status_id') ||
|
||||
composeState.get('is_submitting') ||
|
||||
composeState.get('poll') ||
|
||||
composeState.get('is_uploading') ||
|
||||
composeState.get('id')
|
||||
composeStateForbidsLink(composeState) ||
|
||||
composeState.get('fetching_link') !== requestId // Request has been cancelled
|
||||
)
|
||||
return;
|
||||
|
||||
|
|
@ -207,6 +255,17 @@ export const pasteLinkCompose = createDataLoadingThunk(
|
|||
dispatch(quoteComposeById(data.statuses[0].id));
|
||||
}
|
||||
},
|
||||
{
|
||||
useLoadingBar: false,
|
||||
condition: (_, { getState }) =>
|
||||
!getState().compose.get('fetching_link') &&
|
||||
!composeStateForbidsLink(getState().compose),
|
||||
},
|
||||
);
|
||||
|
||||
// Ideally this would cancel the action and the HTTP request, but this is good enough
|
||||
export const cancelPasteLinkCompose = createAction(
|
||||
'compose/cancelPasteLinkCompose',
|
||||
);
|
||||
|
||||
export const quoteComposeCancel = createAction('compose/quoteComposeCancel');
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ export const StatusBanner: React.FC<{
|
|||
|
||||
<button
|
||||
ref={buttonRef}
|
||||
type='button'
|
||||
className='link-button'
|
||||
onClick={onClick}
|
||||
aria-describedby={descriptionId}
|
||||
|
|
|
|||
|
|
@ -32,16 +32,38 @@ interface Rule extends BaseRule {
|
|||
translations?: Record<string, BaseRule>;
|
||||
}
|
||||
|
||||
function getDefaultSelectedLocale(
|
||||
currentUiLocale: string,
|
||||
localeOptions: SelectItem[],
|
||||
) {
|
||||
const preciseMatch = localeOptions.find(
|
||||
(option) => option.value === currentUiLocale,
|
||||
);
|
||||
if (preciseMatch) {
|
||||
return preciseMatch.value;
|
||||
}
|
||||
|
||||
const partialLocale = currentUiLocale.split('-')[0];
|
||||
const partialMatch = localeOptions.find(
|
||||
(option) => option.value.split('-')[0] === partialLocale,
|
||||
);
|
||||
|
||||
return partialMatch?.value ?? 'default';
|
||||
}
|
||||
|
||||
export const RulesSection: FC<RulesSectionProps> = ({ isLoading = false }) => {
|
||||
const intl = useIntl();
|
||||
const [locale, setLocale] = useState(intl.locale);
|
||||
const rules = useAppSelector((state) => rulesSelector(state, locale));
|
||||
const localeOptions = useAppSelector((state) =>
|
||||
localeOptionsSelector(state, intl),
|
||||
);
|
||||
const [selectedLocale, setSelectedLocale] = useState(() =>
|
||||
getDefaultSelectedLocale(intl.locale, localeOptions),
|
||||
);
|
||||
const rules = useAppSelector((state) => rulesSelector(state, selectedLocale));
|
||||
|
||||
const handleLocaleChange: ChangeEventHandler<HTMLSelectElement> = useCallback(
|
||||
(e) => {
|
||||
setLocale(e.currentTarget.value);
|
||||
setSelectedLocale(e.currentTarget.value);
|
||||
},
|
||||
[],
|
||||
);
|
||||
|
|
@ -74,25 +96,27 @@ export const RulesSection: FC<RulesSectionProps> = ({ isLoading = false }) => {
|
|||
))}
|
||||
</ol>
|
||||
|
||||
<div className='rules-languages'>
|
||||
<label htmlFor='language-select'>
|
||||
<FormattedMessage
|
||||
id='about.language_label'
|
||||
defaultMessage='Language'
|
||||
/>
|
||||
</label>
|
||||
<select onChange={handleLocaleChange} id='language-select'>
|
||||
{localeOptions.map((option) => (
|
||||
<option
|
||||
key={option.value}
|
||||
value={option.value}
|
||||
selected={option.value === locale}
|
||||
>
|
||||
{option.text}
|
||||
</option>
|
||||
))}
|
||||
</select>
|
||||
</div>
|
||||
{localeOptions.length > 1 && (
|
||||
<div className='rules-languages'>
|
||||
<label htmlFor='language-select'>
|
||||
<FormattedMessage
|
||||
id='about.language_label'
|
||||
defaultMessage='Language'
|
||||
/>
|
||||
</label>
|
||||
<select onChange={handleLocaleChange} id='language-select'>
|
||||
{localeOptions.map((option) => (
|
||||
<option
|
||||
key={option.value}
|
||||
value={option.value}
|
||||
selected={option.value === selectedLocale}
|
||||
>
|
||||
{option.text}
|
||||
</option>
|
||||
))}
|
||||
</select>
|
||||
</div>
|
||||
)}
|
||||
</Section>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { useEffect, useRef, useCallback, useState, useId } from 'react';
|
||||
import { useEffect, useRef, useCallback, useState } from 'react';
|
||||
|
||||
import { defineMessages, useIntl, FormattedMessage } from 'react-intl';
|
||||
|
||||
|
|
@ -22,6 +22,8 @@ import { useAudioVisualizer } from 'mastodon/hooks/useAudioVisualizer';
|
|||
import { displayMedia, useBlurhash } from 'mastodon/initial_state';
|
||||
import { playerSettings } from 'mastodon/settings';
|
||||
|
||||
import { AudioVisualizer } from './visualizer';
|
||||
|
||||
const messages = defineMessages({
|
||||
play: { id: 'video.play', defaultMessage: 'Play' },
|
||||
pause: { id: 'video.pause', defaultMessage: 'Pause' },
|
||||
|
|
@ -116,7 +118,6 @@ export const Audio: React.FC<{
|
|||
const seekRef = useRef<HTMLDivElement>(null);
|
||||
const volumeRef = useRef<HTMLDivElement>(null);
|
||||
const hoverTimeoutRef = useRef<ReturnType<typeof setTimeout> | null>();
|
||||
const accessibilityId = useId();
|
||||
|
||||
const { audioContextRef, sourceRef, gainNodeRef, playAudio, pauseAudio } =
|
||||
useAudioContext({ audioElementRef: audioRef });
|
||||
|
|
@ -538,19 +539,6 @@ export const Audio: React.FC<{
|
|||
[togglePlay, toggleMute],
|
||||
);
|
||||
|
||||
const springForBand0 = useSpring({
|
||||
to: { r: 50 + (frequencyBands[0] ?? 0) * 10 },
|
||||
config: config.wobbly,
|
||||
});
|
||||
const springForBand1 = useSpring({
|
||||
to: { r: 50 + (frequencyBands[1] ?? 0) * 10 },
|
||||
config: config.wobbly,
|
||||
});
|
||||
const springForBand2 = useSpring({
|
||||
to: { r: 50 + (frequencyBands[2] ?? 0) * 10 },
|
||||
config: config.wobbly,
|
||||
});
|
||||
|
||||
const progress = Math.min((currentTime / loadedDuration) * 100, 100);
|
||||
const effectivelyMuted = muted || volume === 0;
|
||||
|
||||
|
|
@ -641,81 +629,7 @@ export const Audio: React.FC<{
|
|||
</div>
|
||||
|
||||
<div className='audio-player__controls__play'>
|
||||
<svg
|
||||
className='audio-player__visualizer'
|
||||
viewBox='0 0 124 124'
|
||||
xmlns='http://www.w3.org/2000/svg'
|
||||
>
|
||||
<animated.circle
|
||||
opacity={0.5}
|
||||
cx={57}
|
||||
cy={62.5}
|
||||
r={springForBand0.r}
|
||||
fill='var(--player-accent-color)'
|
||||
/>
|
||||
<animated.circle
|
||||
opacity={0.5}
|
||||
cx={65}
|
||||
cy={57.5}
|
||||
r={springForBand1.r}
|
||||
fill='var(--player-accent-color)'
|
||||
/>
|
||||
<animated.circle
|
||||
opacity={0.5}
|
||||
cx={63}
|
||||
cy={66.5}
|
||||
r={springForBand2.r}
|
||||
fill='var(--player-accent-color)'
|
||||
/>
|
||||
|
||||
<g clipPath={`url(#${accessibilityId}-clip)`}>
|
||||
<rect
|
||||
x={14}
|
||||
y={14}
|
||||
width={96}
|
||||
height={96}
|
||||
fill={`url(#${accessibilityId}-pattern)`}
|
||||
/>
|
||||
<rect
|
||||
x={14}
|
||||
y={14}
|
||||
width={96}
|
||||
height={96}
|
||||
fill='var(--player-background-color'
|
||||
opacity={0.45}
|
||||
/>
|
||||
</g>
|
||||
|
||||
<defs>
|
||||
<pattern
|
||||
id={`${accessibilityId}-pattern`}
|
||||
patternContentUnits='objectBoundingBox'
|
||||
width='1'
|
||||
height='1'
|
||||
>
|
||||
<use href={`#${accessibilityId}-image`} />
|
||||
</pattern>
|
||||
|
||||
<clipPath id={`${accessibilityId}-clip`}>
|
||||
<rect
|
||||
x={14}
|
||||
y={14}
|
||||
width={96}
|
||||
height={96}
|
||||
rx={48}
|
||||
fill='white'
|
||||
/>
|
||||
</clipPath>
|
||||
|
||||
<image
|
||||
id={`${accessibilityId}-image`}
|
||||
href={poster}
|
||||
width={1}
|
||||
height={1}
|
||||
preserveAspectRatio='none'
|
||||
/>
|
||||
</defs>
|
||||
</svg>
|
||||
<AudioVisualizer frequencyBands={frequencyBands} poster={poster} />
|
||||
|
||||
<button
|
||||
type='button'
|
||||
|
|
|
|||
100
app/javascript/mastodon/features/audio/visualizer.tsx
Normal file
100
app/javascript/mastodon/features/audio/visualizer.tsx
Normal file
|
|
@ -0,0 +1,100 @@
|
|||
import { useId } from 'react';
|
||||
import type { FC } from 'react';
|
||||
|
||||
import { animated, config, useSpring } from '@react-spring/web';
|
||||
|
||||
interface AudioVisualizerProps {
|
||||
frequencyBands?: number[];
|
||||
poster?: string;
|
||||
}
|
||||
|
||||
export const AudioVisualizer: FC<AudioVisualizerProps> = ({
|
||||
frequencyBands = [],
|
||||
poster,
|
||||
}) => {
|
||||
const accessibilityId = useId();
|
||||
|
||||
const springForBand0 = useSpring({
|
||||
to: { r: 50 + (frequencyBands[0] ?? 0) * 10 },
|
||||
config: config.wobbly,
|
||||
});
|
||||
const springForBand1 = useSpring({
|
||||
to: { r: 50 + (frequencyBands[1] ?? 0) * 10 },
|
||||
config: config.wobbly,
|
||||
});
|
||||
const springForBand2 = useSpring({
|
||||
to: { r: 50 + (frequencyBands[2] ?? 0) * 10 },
|
||||
config: config.wobbly,
|
||||
});
|
||||
|
||||
return (
|
||||
<svg
|
||||
className='audio-player__visualizer'
|
||||
viewBox='0 0 124 124'
|
||||
xmlns='http://www.w3.org/2000/svg'
|
||||
>
|
||||
<animated.circle
|
||||
opacity={0.5}
|
||||
cx={57}
|
||||
cy={62.5}
|
||||
r={springForBand0.r}
|
||||
fill='var(--player-accent-color)'
|
||||
/>
|
||||
<animated.circle
|
||||
opacity={0.5}
|
||||
cx={65}
|
||||
cy={57.5}
|
||||
r={springForBand1.r}
|
||||
fill='var(--player-accent-color)'
|
||||
/>
|
||||
<animated.circle
|
||||
opacity={0.5}
|
||||
cx={63}
|
||||
cy={66.5}
|
||||
r={springForBand2.r}
|
||||
fill='var(--player-accent-color)'
|
||||
/>
|
||||
|
||||
<g clipPath={`url(#${accessibilityId}-clip)`}>
|
||||
<rect
|
||||
x={14}
|
||||
y={14}
|
||||
width={96}
|
||||
height={96}
|
||||
fill={`url(#${accessibilityId}-pattern)`}
|
||||
/>
|
||||
<rect
|
||||
x={14}
|
||||
y={14}
|
||||
width={96}
|
||||
height={96}
|
||||
fill='var(--player-background-color'
|
||||
opacity={0.45}
|
||||
/>
|
||||
</g>
|
||||
|
||||
<defs>
|
||||
<pattern
|
||||
id={`${accessibilityId}-pattern`}
|
||||
patternContentUnits='objectBoundingBox'
|
||||
width='1'
|
||||
height='1'
|
||||
>
|
||||
<use href={`#${accessibilityId}-image`} />
|
||||
</pattern>
|
||||
|
||||
<clipPath id={`${accessibilityId}-clip`}>
|
||||
<rect x={14} y={14} width={96} height={96} rx={48} fill='white' />
|
||||
</clipPath>
|
||||
|
||||
<image
|
||||
id={`${accessibilityId}-image`}
|
||||
href={poster}
|
||||
width={1}
|
||||
height={1}
|
||||
preserveAspectRatio='none'
|
||||
/>
|
||||
</defs>
|
||||
</svg>
|
||||
);
|
||||
};
|
||||
|
|
@ -123,11 +123,10 @@ class ComposeForm extends ImmutablePureComponent {
|
|||
};
|
||||
|
||||
canSubmit = () => {
|
||||
const { isSubmitting, isChangingUpload, isUploading, anyMedia, maxChars } = this.props;
|
||||
const { isSubmitting, isChangingUpload, isUploading, maxChars } = this.props;
|
||||
const fulltext = this.getFulltextForCharacterCounting();
|
||||
const isOnlyWhitespace = fulltext.length !== 0 && fulltext.trim().length === 0;
|
||||
|
||||
return !(isSubmitting || isUploading || isChangingUpload || length(fulltext) > maxChars || (isOnlyWhitespace && !anyMedia));
|
||||
return !(isSubmitting || isUploading || isChangingUpload || length(fulltext) > maxChars);
|
||||
};
|
||||
|
||||
handleSubmit = (e) => {
|
||||
|
|
@ -141,7 +140,10 @@ class ComposeForm extends ImmutablePureComponent {
|
|||
return;
|
||||
}
|
||||
|
||||
this.props.onSubmit(missingAltTextModal && this.props.missingAltText && this.props.privacy !== 'direct');
|
||||
this.props.onSubmit({
|
||||
missingAltText: missingAltTextModal && this.props.missingAltText && this.props.privacy !== 'direct',
|
||||
quoteToPrivate: this.props.quoteToPrivate,
|
||||
});
|
||||
|
||||
if (e) {
|
||||
e.preventDefault();
|
||||
|
|
|
|||
|
|
@ -0,0 +1,48 @@
|
|||
import { useCallback } from 'react';
|
||||
import type { FC } from 'react';
|
||||
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
|
||||
import { cancelPasteLinkCompose } from '@/mastodon/actions/compose_typed';
|
||||
import { useAppDispatch } from '@/mastodon/store';
|
||||
import CancelFillIcon from '@/material-icons/400-24px/cancel-fill.svg?react';
|
||||
import { DisplayName } from 'mastodon/components/display_name';
|
||||
import { IconButton } from 'mastodon/components/icon_button';
|
||||
import { Skeleton } from 'mastodon/components/skeleton';
|
||||
|
||||
const messages = defineMessages({
|
||||
quote_cancel: { id: 'status.quote.cancel', defaultMessage: 'Cancel quote' },
|
||||
});
|
||||
|
||||
export const QuotePlaceholder: FC = () => {
|
||||
const intl = useIntl();
|
||||
const dispatch = useAppDispatch();
|
||||
const handleQuoteCancel = useCallback(() => {
|
||||
dispatch(cancelPasteLinkCompose());
|
||||
}, [dispatch]);
|
||||
|
||||
return (
|
||||
<div className='status__quote'>
|
||||
<div className='status'>
|
||||
<div className='status__info'>
|
||||
<div className='status__avatar'>
|
||||
<Skeleton width='32px' height='32px' />
|
||||
</div>
|
||||
<div className='status__display-name'>
|
||||
<DisplayName />
|
||||
</div>
|
||||
<IconButton
|
||||
onClick={handleQuoteCancel}
|
||||
className='status__quote-cancel'
|
||||
title={intl.formatMessage(messages.quote_cancel)}
|
||||
icon='cancel-fill'
|
||||
iconComponent={CancelFillIcon}
|
||||
/>
|
||||
</div>
|
||||
<div className='status__content'>
|
||||
<Skeleton />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
@ -7,11 +7,17 @@ import { quoteComposeCancel } from '@/mastodon/actions/compose_typed';
|
|||
import { QuotedStatus } from '@/mastodon/components/status_quoted';
|
||||
import { useAppDispatch, useAppSelector } from '@/mastodon/store';
|
||||
|
||||
import { QuotePlaceholder } from './quote_placeholder';
|
||||
|
||||
export const ComposeQuotedStatus: FC = () => {
|
||||
const quotedStatusId = useAppSelector(
|
||||
(state) => state.compose.get('quoted_status_id') as string | null,
|
||||
);
|
||||
|
||||
const isFetchingLink = useAppSelector(
|
||||
(state) => !!state.compose.get('fetching_link'),
|
||||
);
|
||||
|
||||
const isEditing = useAppSelector((state) => !!state.compose.get('id'));
|
||||
|
||||
const quote = useMemo(
|
||||
|
|
@ -30,7 +36,9 @@ export const ComposeQuotedStatus: FC = () => {
|
|||
dispatch(quoteComposeCancel());
|
||||
}, [dispatch]);
|
||||
|
||||
if (!quote) {
|
||||
if (isFetchingLink && !quote) {
|
||||
return <QuotePlaceholder />;
|
||||
} else if (!quote) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ import { useSortable } from '@dnd-kit/sortable';
|
|||
import { CSS } from '@dnd-kit/utilities';
|
||||
|
||||
import CloseIcon from '@/material-icons/400-20px/close.svg?react';
|
||||
import SoundIcon from '@/material-icons/400-24px/audio.svg?react';
|
||||
import EditIcon from '@/material-icons/400-24px/edit.svg?react';
|
||||
import WarningIcon from '@/material-icons/400-24px/warning.svg?react';
|
||||
import { undoUploadCompose } from 'mastodon/actions/compose';
|
||||
|
|
@ -17,7 +18,18 @@ import { openModal } from 'mastodon/actions/modal';
|
|||
import { Blurhash } from 'mastodon/components/blurhash';
|
||||
import { Icon } from 'mastodon/components/icon';
|
||||
import type { MediaAttachment } from 'mastodon/models/media_attachment';
|
||||
import { useAppDispatch, useAppSelector } from 'mastodon/store';
|
||||
import {
|
||||
createAppSelector,
|
||||
useAppDispatch,
|
||||
useAppSelector,
|
||||
} from 'mastodon/store';
|
||||
|
||||
import { AudioVisualizer } from '../../audio/visualizer';
|
||||
|
||||
const selectUserAvatar = createAppSelector(
|
||||
[(state) => state.accounts, (state) => state.meta.get('me') as string],
|
||||
(accounts, myId) => accounts.get(myId)?.avatar_static,
|
||||
);
|
||||
|
||||
export const Upload: React.FC<{
|
||||
id: string;
|
||||
|
|
@ -38,6 +50,7 @@ export const Upload: React.FC<{
|
|||
const sensitive = useAppSelector(
|
||||
(state) => state.compose.get('spoiler') as boolean,
|
||||
);
|
||||
const userAvatar = useAppSelector(selectUserAvatar);
|
||||
|
||||
const handleUndoClick = useCallback(() => {
|
||||
dispatch(undoUploadCompose(id));
|
||||
|
|
@ -67,6 +80,8 @@ export const Upload: React.FC<{
|
|||
transform: CSS.Transform.toString(transform),
|
||||
transition,
|
||||
};
|
||||
const preview_url = media.get('preview_url') as string | null;
|
||||
const blurhash = media.get('blurhash') as string | null;
|
||||
|
||||
return (
|
||||
<div
|
||||
|
|
@ -85,17 +100,19 @@ export const Upload: React.FC<{
|
|||
<div
|
||||
className='compose-form__upload__thumbnail'
|
||||
style={{
|
||||
backgroundImage: !sensitive
|
||||
? `url(${media.get('preview_url') as string})`
|
||||
: undefined,
|
||||
backgroundImage:
|
||||
!sensitive && preview_url ? `url(${preview_url})` : undefined,
|
||||
backgroundPosition: `${x}% ${y}%`,
|
||||
}}
|
||||
>
|
||||
{sensitive && (
|
||||
<Blurhash
|
||||
hash={media.get('blurhash') as string}
|
||||
className='compose-form__upload__preview'
|
||||
/>
|
||||
{sensitive && blurhash && (
|
||||
<Blurhash hash={blurhash} className='compose-form__upload__preview' />
|
||||
)}
|
||||
{!sensitive && !preview_url && (
|
||||
<div className='compose-form__upload__visualizer'>
|
||||
<AudioVisualizer poster={userAvatar} />
|
||||
<Icon id='sound' icon={SoundIcon} />
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className='compose-form__upload__actions'>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,10 @@ import { defineMessages, useIntl } from 'react-intl';
|
|||
|
||||
import classNames from 'classnames';
|
||||
|
||||
import { changeComposeVisibility } from '@/mastodon/actions/compose';
|
||||
import { setComposeQuotePolicy } from '@/mastodon/actions/compose_typed';
|
||||
import {
|
||||
changeComposeVisibility,
|
||||
setComposeQuotePolicy,
|
||||
} from '@/mastodon/actions/compose_typed';
|
||||
import { openModal } from '@/mastodon/actions/modal';
|
||||
import type { ApiQuotePolicy } from '@/mastodon/api_types/quotes';
|
||||
import type { StatusVisibility } from '@/mastodon/api_types/statuses';
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ import {
|
|||
} from 'mastodon/actions/compose';
|
||||
import { pasteLinkCompose } from 'mastodon/actions/compose_typed';
|
||||
import { openModal } from 'mastodon/actions/modal';
|
||||
import { PRIVATE_QUOTE_MODAL_ID } from 'mastodon/features/ui/components/confirmation_modals/private_quote_notify';
|
||||
|
||||
import ComposeForm from '../components/compose_form';
|
||||
|
||||
|
|
@ -32,6 +33,10 @@ const mapStateToProps = state => ({
|
|||
isUploading: state.getIn(['compose', 'is_uploading']),
|
||||
anyMedia: state.getIn(['compose', 'media_attachments']).size > 0,
|
||||
missingAltText: state.getIn(['compose', 'media_attachments']).some(media => ['image', 'gifv'].includes(media.get('type')) && (media.get('description') ?? '').length === 0),
|
||||
quoteToPrivate:
|
||||
!!state.getIn(['compose', 'quoted_status_id'])
|
||||
&& state.getIn(['compose', 'privacy']) === 'private'
|
||||
&& !state.getIn(['settings', 'dismissed_banners', PRIVATE_QUOTE_MODAL_ID]),
|
||||
isInReply: state.getIn(['compose', 'in_reply_to']) !== null,
|
||||
lang: state.getIn(['compose', 'language']),
|
||||
maxChars: state.getIn(['server', 'server', 'configuration', 'statuses', 'max_characters'], 500),
|
||||
|
|
@ -43,12 +48,17 @@ const mapDispatchToProps = (dispatch, props) => ({
|
|||
dispatch(changeCompose(text));
|
||||
},
|
||||
|
||||
onSubmit (missingAltText) {
|
||||
onSubmit ({ missingAltText, quoteToPrivate }) {
|
||||
if (missingAltText) {
|
||||
dispatch(openModal({
|
||||
modalType: 'CONFIRM_MISSING_ALT_TEXT',
|
||||
modalProps: {},
|
||||
}));
|
||||
} else if (quoteToPrivate) {
|
||||
dispatch(openModal({
|
||||
modalType: 'CONFIRM_PRIVATE_QUOTE_NOTIFY',
|
||||
modalProps: {},
|
||||
}));
|
||||
} else {
|
||||
dispatch(submitCompose((status) => {
|
||||
if (props.redirectOnSuccess) {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
import { connect } from 'react-redux';
|
||||
|
||||
import { changeComposeVisibility } from '../../../actions/compose';
|
||||
import { openModal, closeModal } from '../../../actions/modal';
|
||||
import { isUserTouching } from '../../../is_mobile';
|
||||
import { changeComposeVisibility } from '@/mastodon/actions/compose_typed';
|
||||
|
||||
import PrivacyDropdown from '../components/privacy_dropdown';
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
import { useEffect, useState } from 'react';
|
||||
import type { FC } from 'react';
|
||||
import { useEffect, useState } from 'react';
|
||||
|
||||
import { FormattedDate, FormattedMessage } from 'react-intl';
|
||||
|
||||
import { dismissAnnouncement } from '@/mastodon/actions/announcements';
|
||||
import type { ApiAnnouncementJSON } from '@/mastodon/api_types/announcements';
|
||||
import { AnimateEmojiProvider } from '@/mastodon/components/emoji/context';
|
||||
import { EmojiHTML } from '@/mastodon/components/emoji/html';
|
||||
import { useAppDispatch } from '@/mastodon/store';
|
||||
|
||||
import { ReactionsBar } from './reactions';
|
||||
|
||||
|
|
@ -22,13 +24,23 @@ export const Announcement: FC<AnnouncementProps> = ({
|
|||
announcement,
|
||||
selected,
|
||||
}) => {
|
||||
const [unread, setUnread] = useState(!announcement.read);
|
||||
const { read, id } = announcement;
|
||||
|
||||
// Dismiss announcement when it becomes active.
|
||||
const dispatch = useAppDispatch();
|
||||
useEffect(() => {
|
||||
// Only update `unread` marker once the announcement is out of view
|
||||
if (!selected && unread !== !announcement.read) {
|
||||
setUnread(!announcement.read);
|
||||
if (selected && !read) {
|
||||
dispatch(dismissAnnouncement(id));
|
||||
}
|
||||
}, [announcement.read, selected, unread]);
|
||||
}, [selected, id, dispatch, read]);
|
||||
|
||||
// But visually show the announcement as read only when it goes out of view.
|
||||
const [unread, setUnread] = useState(!read);
|
||||
useEffect(() => {
|
||||
if (!selected && unread !== !read) {
|
||||
setUnread(!read);
|
||||
}
|
||||
}, [selected, unread, read]);
|
||||
|
||||
return (
|
||||
<AnimateEmojiProvider className='announcements__item'>
|
||||
|
|
|
|||
|
|
@ -299,6 +299,12 @@ class Status extends ImmutablePureComponent {
|
|||
dispatch(openModal({ modalType: 'COMPOSE_PRIVACY', modalProps: { statusId, onChange: handleChange } }));
|
||||
};
|
||||
|
||||
handleQuote = (status) => {
|
||||
const { dispatch } = this.props;
|
||||
|
||||
dispatch(quoteComposeById(status.get('id')));
|
||||
};
|
||||
|
||||
handleEditClick = (status) => {
|
||||
const { dispatch, askReplyConfirmation } = this.props;
|
||||
|
||||
|
|
@ -625,6 +631,7 @@ class Status extends ImmutablePureComponent {
|
|||
onDelete={this.handleDeleteClick}
|
||||
onRevokeQuote={this.handleRevokeQuoteClick}
|
||||
onQuotePolicyChange={this.handleQuotePolicyChange}
|
||||
onQuote={this.handleQuote}
|
||||
onEdit={this.handleEditClick}
|
||||
onDirect={this.handleDirectClick}
|
||||
onMention={this.handleMentionClick}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ export const ConfirmationModal: React.FC<
|
|||
onSecondary?: () => void;
|
||||
onConfirm: () => void;
|
||||
closeWhenConfirm?: boolean;
|
||||
extraContent?: React.ReactNode;
|
||||
} & BaseConfirmationModalProps
|
||||
> = ({
|
||||
title,
|
||||
|
|
@ -29,6 +30,7 @@ export const ConfirmationModal: React.FC<
|
|||
secondary,
|
||||
onSecondary,
|
||||
closeWhenConfirm = true,
|
||||
extraContent,
|
||||
}) => {
|
||||
const handleClick = useCallback(() => {
|
||||
if (closeWhenConfirm) {
|
||||
|
|
@ -49,6 +51,8 @@ export const ConfirmationModal: React.FC<
|
|||
<div className='safety-action-modal__confirmation'>
|
||||
<h1>{title}</h1>
|
||||
{message && <p>{message}</p>}
|
||||
|
||||
{extraContent}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,88 @@
|
|||
import { forwardRef, useCallback, useState } from 'react';
|
||||
|
||||
import { defineMessages, FormattedMessage, useIntl } from 'react-intl';
|
||||
|
||||
import { submitCompose } from '@/mastodon/actions/compose';
|
||||
import { changeSetting } from '@/mastodon/actions/settings';
|
||||
import { CheckBox } from '@/mastodon/components/check_box';
|
||||
import { useAppDispatch } from '@/mastodon/store';
|
||||
|
||||
import { ConfirmationModal } from './confirmation_modal';
|
||||
import type { BaseConfirmationModalProps } from './confirmation_modal';
|
||||
import classes from './styles.module.css';
|
||||
|
||||
export const PRIVATE_QUOTE_MODAL_ID = 'quote/private_notify';
|
||||
|
||||
const messages = defineMessages({
|
||||
title: {
|
||||
id: 'confirmations.private_quote_notify.title',
|
||||
defaultMessage: 'Share with followers and mentioned users?',
|
||||
},
|
||||
message: {
|
||||
id: 'confirmations.private_quote_notify.message',
|
||||
defaultMessage:
|
||||
'The person you are quoting and other mentions ' +
|
||||
"will be notified and will be able to view your post, even if they're not following you.",
|
||||
},
|
||||
confirm: {
|
||||
id: 'confirmations.private_quote_notify.confirm',
|
||||
defaultMessage: 'Publish post',
|
||||
},
|
||||
cancel: {
|
||||
id: 'confirmations.private_quote_notify.cancel',
|
||||
defaultMessage: 'Back to editing',
|
||||
},
|
||||
});
|
||||
|
||||
export const PrivateQuoteNotify = forwardRef<
|
||||
HTMLDivElement,
|
||||
BaseConfirmationModalProps
|
||||
>(
|
||||
(
|
||||
{ onClose },
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
_ref,
|
||||
) => {
|
||||
const intl = useIntl();
|
||||
|
||||
const [dismiss, setDismissed] = useState(false);
|
||||
const handleDismissToggle = useCallback(() => {
|
||||
setDismissed((prev) => !prev);
|
||||
}, []);
|
||||
|
||||
const dispatch = useAppDispatch();
|
||||
const handleConfirm = useCallback(() => {
|
||||
dispatch(submitCompose());
|
||||
if (dismiss) {
|
||||
dispatch(
|
||||
changeSetting(['dismissed_banners', PRIVATE_QUOTE_MODAL_ID], true),
|
||||
);
|
||||
}
|
||||
}, [dismiss, dispatch]);
|
||||
|
||||
return (
|
||||
<ConfirmationModal
|
||||
title={intl.formatMessage(messages.title)}
|
||||
message={intl.formatMessage(messages.message)}
|
||||
confirm={intl.formatMessage(messages.confirm)}
|
||||
cancel={intl.formatMessage(messages.cancel)}
|
||||
onConfirm={handleConfirm}
|
||||
onClose={onClose}
|
||||
extraContent={
|
||||
<label className={classes.checkbox_wrapper}>
|
||||
<CheckBox
|
||||
value='hide'
|
||||
checked={dismiss}
|
||||
onChange={handleDismissToggle}
|
||||
/>{' '}
|
||||
<FormattedMessage
|
||||
id='confirmations.private_quote_notify.do_not_show_again'
|
||||
defaultMessage="Don't show me this message again"
|
||||
/>
|
||||
</label>
|
||||
}
|
||||
/>
|
||||
);
|
||||
},
|
||||
);
|
||||
PrivateQuoteNotify.displayName = 'PrivateQuoteNotify';
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
.checkbox_wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
margin: 1rem 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
@ -47,6 +47,7 @@ import MediaModal from './media_modal';
|
|||
import { ModalPlaceholder } from './modal_placeholder';
|
||||
import VideoModal from './video_modal';
|
||||
import { VisibilityModal } from './visibility_modal';
|
||||
import { PrivateQuoteNotify } from './confirmation_modals/private_quote_notify';
|
||||
|
||||
export const MODAL_COMPONENTS = {
|
||||
'MEDIA': () => Promise.resolve({ default: MediaModal }),
|
||||
|
|
@ -66,6 +67,7 @@ export const MODAL_COMPONENTS = {
|
|||
'CONFIRM_LOG_OUT': () => Promise.resolve({ default: ConfirmLogOutModal }),
|
||||
'CONFIRM_FOLLOW_TO_LIST': () => Promise.resolve({ default: ConfirmFollowToListModal }),
|
||||
'CONFIRM_MISSING_ALT_TEXT': () => Promise.resolve({ default: ConfirmMissingAltTextModal }),
|
||||
'CONFIRM_PRIVATE_QUOTE_NOTIFY': () => Promise.resolve({ default: PrivateQuoteNotify }),
|
||||
'CONFIRM_REVOKE_QUOTE': () => Promise.resolve({ default: ConfirmRevokeQuoteModal }),
|
||||
'CONFIRM_QUIET_QUOTE': () => Promise.resolve({ default: QuietPostQuoteInfoModal }),
|
||||
'MUTE': MuteModal,
|
||||
|
|
|
|||
|
|
@ -128,9 +128,12 @@ export const VisibilityModal: FC<VisibilityModalProps> = forwardRef(
|
|||
const disableVisibility = !!statusId;
|
||||
const disableQuotePolicy =
|
||||
visibility === 'private' || visibility === 'direct';
|
||||
const disablePublicVisibilities: boolean = useAppSelector(
|
||||
const disablePublicVisibilities = useAppSelector(
|
||||
selectDisablePublicVisibilities,
|
||||
);
|
||||
const isQuotePost = useAppSelector(
|
||||
(state) => state.compose.get('quoted_status_id') !== null,
|
||||
);
|
||||
|
||||
const visibilityItems = useMemo<SelectItem<StatusVisibility>[]>(() => {
|
||||
const items: SelectItem<StatusVisibility>[] = [
|
||||
|
|
@ -315,6 +318,21 @@ export const VisibilityModal: FC<VisibilityModalProps> = forwardRef(
|
|||
id={quoteDescriptionId}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{isQuotePost && visibility === 'direct' && (
|
||||
<div className='visibility-modal__quote-warning'>
|
||||
<FormattedMessage
|
||||
id='visibility_modal.direct_quote_warning.title'
|
||||
defaultMessage="Quotes can't be embedded in private mentions"
|
||||
tagName='h3'
|
||||
/>
|
||||
<FormattedMessage
|
||||
id='visibility_modal.direct_quote_warning.text'
|
||||
defaultMessage='If you save the current settings, the embedded quote will be converted to a link.'
|
||||
tagName='p'
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
<div className='dialog-modal__content__actions'>
|
||||
<Button onClick={onClose} secondary>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ interface InitialStateMeta {
|
|||
streaming_api_base_url: string;
|
||||
local_live_feed_access: 'public' | 'authenticated' | 'disabled';
|
||||
remote_live_feed_access: 'public' | 'authenticated' | 'disabled';
|
||||
local_topic_feed_access: 'public' | 'authenticated' | 'disabled';
|
||||
local_topic_feed_access: 'public' | 'authenticated';
|
||||
remote_topic_feed_access: 'public' | 'authenticated' | 'disabled';
|
||||
title: string;
|
||||
show_trends: boolean;
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Толькі лакальныя",
|
||||
"community.column_settings.media_only": "Толькі медыя",
|
||||
"community.column_settings.remote_only": "Толькі дыстанцыйна",
|
||||
"compose.error.blank_post": "Допіс не можа быць пустым.",
|
||||
"compose.language.change": "Змяніць мову",
|
||||
"compose.language.search": "Шукаць мовы...",
|
||||
"compose.published.body": "Допіс апублікаваны.",
|
||||
|
|
@ -246,6 +247,7 @@
|
|||
"confirmations.missing_alt_text.secondary": "Усё адно апублікаваць",
|
||||
"confirmations.missing_alt_text.title": "Дадаць альтэрнатыўны тэкст?",
|
||||
"confirmations.mute.confirm": "Ігнараваць",
|
||||
"confirmations.private_quote_notify.cancel": "Звяртацца да рэдагавання",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Не нагадваць зноў",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Зразумела",
|
||||
"confirmations.quiet_post_quote_info.message": "Калі будзеце цытаваць ціхі публічны допіс, Ваш допіс будзе схаваны ад трэндавых стужак.",
|
||||
|
|
@ -911,9 +913,12 @@
|
|||
"status.pin": "Замацаваць у профілі",
|
||||
"status.quote": "Цытаваць",
|
||||
"status.quote.cancel": "Адмяніць цытаванне",
|
||||
"status.quote_error.blocked_account_hint.title": "Гэты допіс схаваны, бо Вы заблакіравалі @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Гэты допіс схаваны, бо Вы заблакіравалі @{domain}.",
|
||||
"status.quote_error.filtered": "Схавана адным з Вашых фільтраў",
|
||||
"status.quote_error.limited_account_hint.action": "Усё адно паказаць",
|
||||
"status.quote_error.limited_account_hint.title": "Гэты ўліковы запіс быў схаваны мадэратарамі {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "Гэты допіс схаваны, бо Вы вырашылі ігнараваць @{name}.",
|
||||
"status.quote_error.not_available": "Допіс недаступны",
|
||||
"status.quote_error.pending_approval": "Допіс чакае пацвярджэння",
|
||||
"status.quote_error.pending_approval_popout.body": "У Mastodon можна кантраляваць магчымасць іншых цытаваць Вас. Гэты допіс будзе знаходзіцца ў стане чакання, пакуль мы не атрымаем ухваленне на цытаванне ад аўтара арыгінальнага допісу.",
|
||||
|
|
|
|||
|
|
@ -192,6 +192,7 @@
|
|||
"community.column_settings.local_only": "Només local",
|
||||
"community.column_settings.media_only": "Només contingut",
|
||||
"community.column_settings.remote_only": "Només remot",
|
||||
"compose.error.blank_post": "La publicació no pot estar en blanc.",
|
||||
"compose.language.change": "Canvia d'idioma",
|
||||
"compose.language.search": "Cerca idiomes...",
|
||||
"compose.published.body": "Tut publicat.",
|
||||
|
|
@ -749,7 +750,9 @@
|
|||
"privacy.unlisted.short": "Públic silenciós",
|
||||
"privacy_policy.last_updated": "Darrera actualització {date}",
|
||||
"privacy_policy.title": "Política de Privacitat",
|
||||
"quote_error.edit": "No es poden afegir cites en editar una publicació.",
|
||||
"quote_error.poll": "Amb les enquestes no es permeten cites.",
|
||||
"quote_error.private_mentions": "Amb mencions directes no es permeten cites.",
|
||||
"quote_error.quote": "Només es permet una cita alhora.",
|
||||
"quote_error.unauthorized": "No se us permet de citar aquesta publicació.",
|
||||
"quote_error.upload": "Amb media adjunts no es permeten cites.",
|
||||
|
|
@ -871,6 +874,7 @@
|
|||
"status.contains_quote": "Conté una cita",
|
||||
"status.context.loading": "Es carreguen més respostes",
|
||||
"status.context.loading_error": "No s'han pogut carregar respostes noves",
|
||||
"status.context.loading_success": "S'han carregat les noves respostes",
|
||||
"status.context.more_replies_found": "S'han trobat més respostes",
|
||||
"status.context.retry": "Torna-ho a provar",
|
||||
"status.context.show": "Mostra",
|
||||
|
|
@ -902,9 +906,12 @@
|
|||
"status.pin": "Fixa en el perfil",
|
||||
"status.quote": "Cita",
|
||||
"status.quote.cancel": "Canceŀlar la citació",
|
||||
"status.quote_error.blocked_account_hint.title": "Aquesta publicació està amagada perquè heu blocat a @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Aquesta publicació està amagada perquè heu blocat a {domain}.",
|
||||
"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.muted_account_hint.title": "Aquesta publicació està amagada perquè heu silenciat a @{name}.",
|
||||
"status.quote_error.not_available": "Publicació no disponible",
|
||||
"status.quote_error.pending_approval": "Publicació pendent",
|
||||
"status.quote_error.pending_approval_popout.body": "A Mastodon pots controlar si algú et pot citar. Aquesta publicació està pendent mentre esperem l'aprovació de l'autor original.",
|
||||
|
|
@ -1003,6 +1010,7 @@
|
|||
"visibility_modal.helper.direct_quoting": "No es poden citar mencions privades fetes a Mastondon.",
|
||||
"visibility_modal.helper.private_quoting": "No es poden citar publicacions fetes a Mastodon només per a seguidors.",
|
||||
"visibility_modal.helper.unlisted_quoting": "Quan la gent et citi les seves publicacions estaran amagades de les línies de temps de tendències.",
|
||||
"visibility_modal.instructions": "Controleu qui pot interactuar amb aquesta publicació. També podeu aplicar la configuració a totes les publicacions futures navegant a <link>Preferències > Valors per defecte de publicació</link>.",
|
||||
"visibility_modal.privacy_label": "Visibilitat",
|
||||
"visibility_modal.quote_followers": "Només seguidors",
|
||||
"visibility_modal.quote_label": "Qui pot citar",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "Upravit seznam",
|
||||
"column.favourites": "Oblíbené",
|
||||
"column.firehose": "Živé kanály",
|
||||
"column.firehose_local": "Živý kanál pro tento server",
|
||||
"column.firehose_singular": "Živý kanál",
|
||||
"column.follow_requests": "Žádosti o sledování",
|
||||
"column.home": "Domů",
|
||||
"column.list_members": "Spravovat členy seznamu",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Pouze místní",
|
||||
"community.column_settings.media_only": "Pouze média",
|
||||
"community.column_settings.remote_only": "Pouze vzdálené",
|
||||
"compose.error.blank_post": "Příspěvek nemůže být prázdný.",
|
||||
"compose.language.change": "Změnit jazyk",
|
||||
"compose.language.search": "Prohledat jazyky...",
|
||||
"compose.published.body": "Příspěvek zveřejněn.",
|
||||
|
|
@ -244,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Přesto odeslat",
|
||||
"confirmations.missing_alt_text.title": "Přidat popisek?",
|
||||
"confirmations.mute.confirm": "Skrýt",
|
||||
"confirmations.private_quote_notify.cancel": "Zpět k úpravám",
|
||||
"confirmations.private_quote_notify.confirm": "Publikovat příspěvek",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Nezobrazujte mi znovu tuto zprávu",
|
||||
"confirmations.private_quote_notify.message": "Osoba, kterou citujete, a další zmínění budou upozorněni a budou moci si zobrazit váš příspěvek, i pokud vás nesledují.",
|
||||
"confirmations.private_quote_notify.title": "Sdílet se sledujícími a zmíněnými uživateli?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Znovu nepřípomínat",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Rozumím",
|
||||
"confirmations.quiet_post_quote_info.message": "Při citování ztišeného veřejného příspěvku, váš příspěvek bude skrytý z os populárních příspěvků.",
|
||||
|
|
@ -756,6 +764,7 @@
|
|||
"privacy_policy.title": "Zásady ochrany osobních údajů",
|
||||
"quote_error.edit": "Citáty nemohou být přidány při úpravě příspěvku.",
|
||||
"quote_error.poll": "Citování není u dotazníků povoleno.",
|
||||
"quote_error.private_mentions": "Citování není povoleno s přímými zmínkami.",
|
||||
"quote_error.quote": "Je povoleno citovat pouze jednou.",
|
||||
"quote_error.unauthorized": "Nemáte oprávnění citovat tento příspěvek.",
|
||||
"quote_error.upload": "Není povoleno citovat s přílohami.",
|
||||
|
|
@ -909,9 +918,12 @@
|
|||
"status.pin": "Připnout na profil",
|
||||
"status.quote": "Citovat",
|
||||
"status.quote.cancel": "Zrušit citování",
|
||||
"status.quote_error.blocked_account_hint.title": "Tento příspěvek je skryt, protože jste zablokovali @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Tento příspěvek je skryt, protože jste zablokovali {domain}.",
|
||||
"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.muted_account_hint.title": "Tento příspěvek je skryt, protože jste ztišili @{name}.",
|
||||
"status.quote_error.not_available": "Příspěvek není dostupný",
|
||||
"status.quote_error.pending_approval": "Příspěvek čeká na schválení",
|
||||
"status.quote_error.pending_approval_popout.body": "Na Mastodonu můžete kontrolovat, zda vás někdo může citovat. Tento příspěvek čeká, dokud neobdržíme schválení od původního autora.",
|
||||
|
|
@ -1006,6 +1018,8 @@
|
|||
"video.volume_down": "Snížit hlasitost",
|
||||
"video.volume_up": "Zvýšit hlasitost",
|
||||
"visibility_modal.button_title": "Nastavit viditelnost",
|
||||
"visibility_modal.direct_quote_warning.text": "Pokud uložíte aktuální nastavení, vložená citace bude převedena na odkaz.",
|
||||
"visibility_modal.direct_quote_warning.title": "Citace nemohou být vloženy do soukromých zmínek",
|
||||
"visibility_modal.header": "Viditelnost a interakce",
|
||||
"visibility_modal.helper.direct_quoting": "Soukromé zmínky, které jsou vytvořeny na Mastodonu, nemohou být citovány ostatními.",
|
||||
"visibility_modal.helper.privacy_editing": "Viditelnost nelze změnit po publikování příspěvku.",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "Golygu rhestr",
|
||||
"column.favourites": "Ffefrynnau",
|
||||
"column.firehose": "Ffrydiau byw",
|
||||
"column.firehose_local": "Ffrwd fyw ar gyfer y gweinydd hwn",
|
||||
"column.firehose_singular": "Ffrwd fyw",
|
||||
"column.follow_requests": "Ceisiadau dilyn",
|
||||
"column.home": "Cartref",
|
||||
"column.list_members": "Rheoli aelodau rhestr",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Lleol yn unig",
|
||||
"community.column_settings.media_only": "Cyfryngau yn unig",
|
||||
"community.column_settings.remote_only": "Pell yn unig",
|
||||
"compose.error.blank_post": "Gall postiad ddim bod yn wag.",
|
||||
"compose.language.change": "Newid iaith",
|
||||
"compose.language.search": "Chwilio ieithoedd...",
|
||||
"compose.published.body": "Postiad wedi ei gyhoeddi.",
|
||||
|
|
@ -909,9 +912,12 @@
|
|||
"status.pin": "Pinio ar y proffil",
|
||||
"status.quote": "Dyfynnu",
|
||||
"status.quote.cancel": "Diddymu'r dyfyniad",
|
||||
"status.quote_error.blocked_account_hint.title": "Mae'r postiad hwn wedi'i guddio oherwydd eich bod wedi rhwystro @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Mae'r postiad hwn wedi'i guddio oherwydd eich bod wedi rhwystro {domain}.",
|
||||
"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.muted_account_hint.title": "Mae'r postiad hwn wedi'i guddio oherwydd eich bod wedi mudo @{name}.",
|
||||
"status.quote_error.not_available": "Postiad ddim ar gael",
|
||||
"status.quote_error.pending_approval": "Postiad yn yr arfaeth",
|
||||
"status.quote_error.pending_approval_popout.body": "Ar Mastodon, gallwch reoli os yw rhywun yn gallu eich dyfynnu. Mae'r postiad hwn yn cael ei ddal nôl tra'n bod yn cael cymeradwyaeth yr awdur gwreiddiol.",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Kun lokalt",
|
||||
"community.column_settings.media_only": "Kun medier",
|
||||
"community.column_settings.remote_only": "Kun udefra",
|
||||
"compose.error.blank_post": "Indlæg kan ikke være tomt.",
|
||||
"compose.language.change": "Skift sprog",
|
||||
"compose.language.search": "Søg efter sprog...",
|
||||
"compose.published.body": "Indlæg udgivet.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Læg op alligevel",
|
||||
"confirmations.missing_alt_text.title": "Tilføj alt-tekst?",
|
||||
"confirmations.mute.confirm": "Skjul",
|
||||
"confirmations.private_quote_notify.cancel": "Tilbage til redigering",
|
||||
"confirmations.private_quote_notify.confirm": "Offentliggør indlæg",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Vis ikke denne besked igen",
|
||||
"confirmations.private_quote_notify.message": "Den person, du citerer og andre omtalte vil blive underrettet, og vil være i stand til at se dit indlæg, selv om de ikke følger dig.",
|
||||
"confirmations.private_quote_notify.title": "Del med følgere og omtalte brugere?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Påmind mig ikke igen",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Forstået",
|
||||
"confirmations.quiet_post_quote_info.message": "Når du citerer et stille offentligt indlæg, vil dit indlæg blive skjult fra trendtidslinjer.",
|
||||
|
|
@ -281,7 +287,7 @@
|
|||
"directory.recently_active": "Aktive for nyligt",
|
||||
"disabled_account_banner.account_settings": "Kontoindstillinger",
|
||||
"disabled_account_banner.text": "Din konto {disabledAccount} er pt. deaktiveret.",
|
||||
"dismissable_banner.community_timeline": "Disse er de seneste offentlige indlæg fra personer med konti hostet af {domain}.",
|
||||
"dismissable_banner.community_timeline": "Dette er de seneste offentlige indlæg fra personer med konti hostet af {domain}.",
|
||||
"dismissable_banner.dismiss": "Afvis",
|
||||
"dismissable_banner.public_timeline": "Dette er de seneste offentlige indlæg fra personer på fediverset, som folk på {domain} følger.",
|
||||
"domain_block_modal.block": "Blokér server",
|
||||
|
|
@ -758,6 +764,7 @@
|
|||
"privacy_policy.title": "Privatlivspolitik",
|
||||
"quote_error.edit": "Citater kan ikke tilføjes ved redigering af et indlæg.",
|
||||
"quote_error.poll": "Citering ikke tilladt i afstemninger.",
|
||||
"quote_error.private_mentions": "Citering er ikke tilladt med direkte omtaler.",
|
||||
"quote_error.quote": "Kun ét citat ad gangen er tilladt.",
|
||||
"quote_error.unauthorized": "Du har ikke tilladelse til at citere dette indlæg.",
|
||||
"quote_error.upload": "Citering ikke tilladt ved medievedhæftninger.",
|
||||
|
|
@ -911,9 +918,12 @@
|
|||
"status.pin": "Fastgør til profil",
|
||||
"status.quote": "Citér",
|
||||
"status.quote.cancel": "Annullér citat",
|
||||
"status.quote_error.blocked_account_hint.title": "Dette indlæg er skjult, fordi du har blokeret @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Dette indlæg er skjult, fordi du har blokeret @{domain}.",
|
||||
"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.muted_account_hint.title": "Dette indlæg er skjult, fordi du har skjult @{name}.",
|
||||
"status.quote_error.not_available": "Indlæg utilgængeligt",
|
||||
"status.quote_error.pending_approval": "Afventende indlæg",
|
||||
"status.quote_error.pending_approval_popout.body": "På Mastodon kan du kontrollere, om nogen kan citere dig. Dette indlæg afventer, mens vi får den oprindelige forfatters godkendelse.",
|
||||
|
|
@ -1008,6 +1018,8 @@
|
|||
"video.volume_down": "Lydstyrke ned",
|
||||
"video.volume_up": "Lydstyrke op",
|
||||
"visibility_modal.button_title": "Indstil synlighed",
|
||||
"visibility_modal.direct_quote_warning.text": "Hvis du gemmer de aktuelle indstillinger, vil det indlejrede citat blive konverteret til et link.",
|
||||
"visibility_modal.direct_quote_warning.title": "Citater kan ikke indlejres i private omtaler",
|
||||
"visibility_modal.header": "Synlighed og interaktion",
|
||||
"visibility_modal.helper.direct_quoting": "Private omtaler forfattet på Mastodon kan ikke citeres af andre.",
|
||||
"visibility_modal.helper.privacy_editing": "Synlighed kan ikke ændres, efter at et indlæg er offentliggjort.",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "Liste bearbeiten",
|
||||
"column.favourites": "Favoriten",
|
||||
"column.firehose": "Live-Feeds",
|
||||
"column.firehose_local": "Live-Feed für diesen Server",
|
||||
"column.firehose_singular": "Live-Feed",
|
||||
"column.follow_requests": "Follower-Anfragen",
|
||||
"column.home": "Startseite",
|
||||
"column.list_members": "Listenmitglieder verwalten",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Nur lokal",
|
||||
"community.column_settings.media_only": "Nur Beiträge mit Medien",
|
||||
"community.column_settings.remote_only": "Nur andere Mastodon-Server",
|
||||
"compose.error.blank_post": "Beitrag muss einen Inhalt haben.",
|
||||
"compose.language.change": "Sprache festlegen",
|
||||
"compose.language.search": "Sprachen suchen …",
|
||||
"compose.published.body": "Beitrag veröffentlicht.",
|
||||
|
|
@ -244,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Trotzdem veröffentlichen",
|
||||
"confirmations.missing_alt_text.title": "Bildbeschreibung hinzufügen?",
|
||||
"confirmations.mute.confirm": "Stummschalten",
|
||||
"confirmations.private_quote_notify.cancel": "Zurück zum Bearbeiten",
|
||||
"confirmations.private_quote_notify.confirm": "Beitrag veröffentlichen",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Diesen Hinweis nicht mehr anzeigen",
|
||||
"confirmations.private_quote_notify.message": "Dein Beitrag wird von dem zitierten sowie den erwähnten Profilen gesehen werden können, auch wenn sie dir nicht folgen.",
|
||||
"confirmations.private_quote_notify.title": "Mit Followern und erwähnten Profilen teilen?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Nicht mehr anzeigen",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Verstanden",
|
||||
"confirmations.quiet_post_quote_info.message": "Beim Zitieren eines Beitrags mit der Sichtbarkeit „Öffentlich (still)“ wird dein zitierter Beitrag ebenfalls nicht in den Trends und öffentlichen Timelines angezeigt.",
|
||||
|
|
@ -257,8 +265,8 @@
|
|||
"confirmations.revoke_quote.confirm": "Beitrag entfernen",
|
||||
"confirmations.revoke_quote.message": "Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"confirmations.revoke_quote.title": "Beitrag entfernen?",
|
||||
"confirmations.unblock.confirm": "Entsperren",
|
||||
"confirmations.unblock.title": "{name} entsperren?",
|
||||
"confirmations.unblock.confirm": "Nicht mehr blockieren",
|
||||
"confirmations.unblock.title": "{name} nicht mehr blockieren?",
|
||||
"confirmations.unfollow.confirm": "Entfolgen",
|
||||
"confirmations.unfollow.title": "{name} entfolgen?",
|
||||
"confirmations.withdraw_request.confirm": "Anfrage zurückziehen",
|
||||
|
|
@ -756,6 +764,7 @@
|
|||
"privacy_policy.title": "Datenschutzerklärung",
|
||||
"quote_error.edit": "Beim Bearbeiten eines Beitrags können keine Zitate hinzugefügt werden.",
|
||||
"quote_error.poll": "Zitieren ist bei Umfragen nicht gestattet.",
|
||||
"quote_error.private_mentions": "Das Zitieren ist bei privaten Erwähnungen nicht erlaubt.",
|
||||
"quote_error.quote": "Es ist jeweils nur ein Zitat zulässig.",
|
||||
"quote_error.unauthorized": "Du bist nicht berechtigt, diesen Beitrag zu zitieren.",
|
||||
"quote_error.upload": "Zitieren ist mit Medien-Anhängen nicht möglich.",
|
||||
|
|
@ -909,9 +918,12 @@
|
|||
"status.pin": "Im Profil anheften",
|
||||
"status.quote": "Zitieren",
|
||||
"status.quote.cancel": "Zitat abbrechen",
|
||||
"status.quote_error.blocked_account_hint.title": "Dieser Beitrag wurde ausgeblendet, weil du @{name} blockiert hast.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Dieser Beitrag wurde ausgeblendet, weil du {domain} blockiert hast.",
|
||||
"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.muted_account_hint.title": "Dieser Beitrag wurde ausgeblendet, weil du @{name} stummgeschaltet hast.",
|
||||
"status.quote_error.not_available": "Beitrag nicht verfügbar",
|
||||
"status.quote_error.pending_approval": "Beitragsveröffentlichung ausstehend",
|
||||
"status.quote_error.pending_approval_popout.body": "Auf Mastodon kann festgelegt werden, ob man zitiert werden möchte. Wir warten auf die Genehmigung des ursprünglichen Profils. Bis dahin steht deine Beitragsveröffentlichung noch aus.",
|
||||
|
|
@ -1006,6 +1018,8 @@
|
|||
"video.volume_down": "Leiser",
|
||||
"video.volume_up": "Lauter",
|
||||
"visibility_modal.button_title": "Sichtbarkeit festlegen",
|
||||
"visibility_modal.direct_quote_warning.text": "Wenn diese Einstellungen gespeichert werden, wird das eingebettete Zitat in einen Link umgewandelt.",
|
||||
"visibility_modal.direct_quote_warning.title": "Zitate können in privaten Erwähnungen nicht eingebettet werden",
|
||||
"visibility_modal.header": "Sichtbarkeit und Interaktion",
|
||||
"visibility_modal.helper.direct_quoting": "Private Erwähnungen, die auf Mastodon verfasst wurden, können nicht von anderen zitiert werden.",
|
||||
"visibility_modal.helper.privacy_editing": "Die Sichtbarkeit eines bereits veröffentlichten Beitrags kann nachträglich nicht mehr geändert werden.",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Τοπικά μόνο",
|
||||
"community.column_settings.media_only": "Μόνο πολυμέσα",
|
||||
"community.column_settings.remote_only": "Απομακρυσμένα μόνο",
|
||||
"compose.error.blank_post": "Η ανάρτηση δεν μπορεί να είναι κενή.",
|
||||
"compose.language.change": "Αλλαγή γλώσσας",
|
||||
"compose.language.search": "Αναζήτηση γλωσσών...",
|
||||
"compose.published.body": "Η ανάρτηση δημοσιεύτηκε.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Δημοσίευση όπως και να ΄χει",
|
||||
"confirmations.missing_alt_text.title": "Προσθήκη εναλλακτικού κειμένου;",
|
||||
"confirmations.mute.confirm": "Αποσιώπηση",
|
||||
"confirmations.private_quote_notify.cancel": "Πίσω στην επεξεργασία",
|
||||
"confirmations.private_quote_notify.confirm": "Δημοσίευση ανάρτησης",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Να μην εμφανιστεί ξανά αυτό το μήνυμα",
|
||||
"confirmations.private_quote_notify.message": "Το άτομο που παραθέτετε και άλλες επισημάνσεις θα ειδοποιηθούν και θα μπορούν να δουν την ανάρτησή σας, ακόμη και αν δεν σας ακολουθούν.",
|
||||
"confirmations.private_quote_notify.title": "Κοινοποίηση με τους ακολούθους και τους επισημασμένους χρήστες;",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Μη μου το ξαναθυμίσεις",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Το κατάλαβα",
|
||||
"confirmations.quiet_post_quote_info.message": "Όταν παραθέτετε μια ήσυχη δημόσια ανάρτηση, η ανάρτηση σας θα είναι κρυμμένη από τις δημοφιλείς ροές.",
|
||||
|
|
@ -758,6 +764,7 @@
|
|||
"privacy_policy.title": "Πολιτική Απορρήτου",
|
||||
"quote_error.edit": "Δεν μπορούν να προστεθούν παραθέσεις κατά την επεξεργασία μιας ανάρτησης.",
|
||||
"quote_error.poll": "Η παράθεση δεν επιτρέπεται με δημοσκοπήσεις.",
|
||||
"quote_error.private_mentions": "Η παράθεση δεν επιτρέπεται με άμεσες επισημάνσεις.",
|
||||
"quote_error.quote": "Επιτρέπεται μόνο μία παράθεση τη φορά.",
|
||||
"quote_error.unauthorized": "Δεν είστε εξουσιοδοτημένοι να παραθέσετε αυτή την ανάρτηση.",
|
||||
"quote_error.upload": "Η παράθεση δεν επιτρέπεται με συνημμένα πολυμέσων.",
|
||||
|
|
@ -911,9 +918,12 @@
|
|||
"status.pin": "Καρφίτσωσε στο προφίλ",
|
||||
"status.quote": "Παράθεση",
|
||||
"status.quote.cancel": "Ακύρωση παράθεσης",
|
||||
"status.quote_error.blocked_account_hint.title": "Αυτή η ανάρτηση είναι κρυμμένη επειδή έχετε μπλοκάρει τον/την @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Αυτή η ανάρτηση είναι κρυμμένη επειδή έχετε μπλοκάρει το {domain}.",
|
||||
"status.quote_error.filtered": "Κρυφό λόγω ενός από τα φίλτρα σου",
|
||||
"status.quote_error.limited_account_hint.action": "Εμφάνιση ούτως ή άλλως",
|
||||
"status.quote_error.limited_account_hint.title": "Αυτό το προφίλ έχει αποκρυφτεί από τους διαχειριστές του διακομιστή {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "Αυτή η ανάρτηση είναι κρυμμένη επειδή έχετε κάνει σίγαση τον/την @{name}.",
|
||||
"status.quote_error.not_available": "Ανάρτηση μη διαθέσιμη",
|
||||
"status.quote_error.pending_approval": "Ανάρτηση σε αναμονή",
|
||||
"status.quote_error.pending_approval_popout.body": "Στο Mastodon, μπορείς να ελέγξεις αν κάποιος μπορεί να σε παραθέσει. Αυτή η ανάρτηση εκκρεμεί ενώ λαμβάνουμε την έγκριση του αρχικού συντάκτη.",
|
||||
|
|
@ -1008,6 +1018,8 @@
|
|||
"video.volume_down": "Μείωση έντασης",
|
||||
"video.volume_up": "Αύξηση έντασης",
|
||||
"visibility_modal.button_title": "Ορισμός ορατότητας",
|
||||
"visibility_modal.direct_quote_warning.text": "Εάν αποθηκεύσετε τις τρέχουσες ρυθμίσεις, η ενσωματωμένη παράθεση θα μετατραπεί σε σύνδεσμο.",
|
||||
"visibility_modal.direct_quote_warning.title": "Οι παραθέσεις δεν μπορούν να ενσωματωθούν σε ιδιωτικές επισημάνσεις",
|
||||
"visibility_modal.header": "Ορατότητα και αλληλεπίδραση",
|
||||
"visibility_modal.helper.direct_quoting": "Ιδιωτικές αναφορές που έχουν συνταχθεί στο Mastodon δεν μπορούν να γίνουν παράθεση από άλλους.",
|
||||
"visibility_modal.helper.privacy_editing": "Η ορατότητα δεν μπορεί να αλλάξει μετά τη δημοσίευση μιας ανάρτησης.",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Local only",
|
||||
"community.column_settings.media_only": "Media Only",
|
||||
"community.column_settings.remote_only": "Remote only",
|
||||
"compose.error.blank_post": "Post can't be blank.",
|
||||
"compose.language.change": "Change language",
|
||||
"compose.language.search": "Search languages...",
|
||||
"compose.published.body": "Post published.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Post anyway",
|
||||
"confirmations.missing_alt_text.title": "Add alt text?",
|
||||
"confirmations.mute.confirm": "Mute",
|
||||
"confirmations.private_quote_notify.cancel": "Back to editing",
|
||||
"confirmations.private_quote_notify.confirm": "Publish post",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Don't show me this message again",
|
||||
"confirmations.private_quote_notify.message": "The person you are quoting and other mentions will be notified and will be able to view your post, even if they're not following you.",
|
||||
"confirmations.private_quote_notify.title": "Share with followers and mentioned users?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Don't remind me again",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Got it",
|
||||
"confirmations.quiet_post_quote_info.message": "When quoting a quiet public post, your post will be hidden from trending timelines.",
|
||||
|
|
@ -758,6 +764,7 @@
|
|||
"privacy_policy.title": "Privacy Policy",
|
||||
"quote_error.edit": "Quotes cannot be added when editing a post.",
|
||||
"quote_error.poll": "Quoting is not allowed with polls.",
|
||||
"quote_error.private_mentions": "Quoting is not allowed with direct mentions.",
|
||||
"quote_error.quote": "Only one quote at a time is allowed.",
|
||||
"quote_error.unauthorized": "You are not authorized to quote this post.",
|
||||
"quote_error.upload": "Quoting is not allowed with media attachments.",
|
||||
|
|
@ -1011,6 +1018,8 @@
|
|||
"video.volume_down": "Volume down",
|
||||
"video.volume_up": "Volume up",
|
||||
"visibility_modal.button_title": "Set visibility",
|
||||
"visibility_modal.direct_quote_warning.text": "If you save the current settings, the embedded quote will be converted to a link.",
|
||||
"visibility_modal.direct_quote_warning.title": "Quotes can't be embedded in private mentions",
|
||||
"visibility_modal.header": "Visibility and interaction",
|
||||
"visibility_modal.helper.direct_quoting": "Private mentions authored on Mastodon can't be quoted by others.",
|
||||
"visibility_modal.helper.privacy_editing": "Visibility can't be changed after a post is published.",
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
"account.featured_tags.last_status_never": "Neniu afiŝo",
|
||||
"account.follow": "Sekvi",
|
||||
"account.follow_back": "Sekvu reen",
|
||||
"account.follow_back_short": "Sekvu reen",
|
||||
"account.followers": "Sekvantoj",
|
||||
"account.followers.empty": "Ankoraŭ neniu sekvas ĉi tiun uzanton.",
|
||||
"account.followers_counter": "{count, plural, one{{counter} sekvanto} other {{counter} sekvantoj}}",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Sólo local",
|
||||
"community.column_settings.media_only": "Sólo medios",
|
||||
"community.column_settings.remote_only": "Sólo remoto",
|
||||
"compose.error.blank_post": "El mensaje no puede estar en blanco.",
|
||||
"compose.language.change": "Cambiar idioma",
|
||||
"compose.language.search": "Buscar idiomas…",
|
||||
"compose.published.body": "Mensaje publicado.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Enviar de todos modos",
|
||||
"confirmations.missing_alt_text.title": "¿Agregar texto alternativo?",
|
||||
"confirmations.mute.confirm": "Silenciar",
|
||||
"confirmations.private_quote_notify.cancel": "Volver a editar",
|
||||
"confirmations.private_quote_notify.confirm": "Enviar mensaje",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "No mostrarme este mensaje de nuevo",
|
||||
"confirmations.private_quote_notify.message": "La cuenta a la que estás citando y otras menciones serán notificadas y podrán ver tu mensaje, incluso si no te están siguiendo.",
|
||||
"confirmations.private_quote_notify.title": "¿Compartir con seguidores y usuarios mencionados?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "No recordar de nuevo",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Entendido",
|
||||
"confirmations.quiet_post_quote_info.message": "Al citar un mensaje público pero silencioso, tu mensaje se ocultará de las líneas temporales de tendencias.",
|
||||
|
|
@ -758,6 +764,7 @@
|
|||
"privacy_policy.title": "Política de privacidad",
|
||||
"quote_error.edit": "Las citas no se pueden agregar al editar un mensaje.",
|
||||
"quote_error.poll": "No se permite citar encuestas.",
|
||||
"quote_error.private_mentions": "No se permite citar con menciones directas.",
|
||||
"quote_error.quote": "Solo se permite una cita a la vez.",
|
||||
"quote_error.unauthorized": "No tenés autorización para citar este mensaje.",
|
||||
"quote_error.upload": "No se permite citar con archivos multimedia.",
|
||||
|
|
@ -911,9 +918,12 @@
|
|||
"status.pin": "Fijar en el perfil",
|
||||
"status.quote": "Citar",
|
||||
"status.quote.cancel": "Cancelar cita",
|
||||
"status.quote_error.blocked_account_hint.title": "Este mensaje está oculto porque bloqueaste a @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Este mensaje está oculto porque bloqueaste {domain}.",
|
||||
"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.muted_account_hint.title": "Este mensaje está oculto porque silenciaste a @{name}.",
|
||||
"status.quote_error.not_available": "Mensaje no disponible",
|
||||
"status.quote_error.pending_approval": "Mensaje pendiente",
|
||||
"status.quote_error.pending_approval_popout.body": "En Mastodon, podés controlar si alguien te puede citar. Este mensaje está pendiente hasta obtener la aprobación del autor original.",
|
||||
|
|
@ -1008,6 +1018,8 @@
|
|||
"video.volume_down": "Bajar volumen",
|
||||
"video.volume_up": "Subir volumen",
|
||||
"visibility_modal.button_title": "Establecer visibilidad",
|
||||
"visibility_modal.direct_quote_warning.text": "Si guardás la configuración actual, la cita insertada se convertirá en un enlace.",
|
||||
"visibility_modal.direct_quote_warning.title": "Las citas no pueden ser insertadas en menciones privadas",
|
||||
"visibility_modal.header": "Visibilidad e interacción",
|
||||
"visibility_modal.helper.direct_quoting": "Las menciones privadas redactadas en Mastodon no pueden ser citadas por otras cuentas.",
|
||||
"visibility_modal.helper.privacy_editing": "La visibilidad no se puede cambiar después de que se haya enviado un mensaje.",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
"account.follow": "Seguir",
|
||||
"account.follow_back": "Seguir también",
|
||||
"account.follow_back_short": "Seguir también",
|
||||
"account.follow_request": "Solicitud de seguimiento",
|
||||
"account.follow_request": "Solicitar seguimiento",
|
||||
"account.follow_request_cancel": "Cancelar solicitud",
|
||||
"account.follow_request_cancel_short": "Cancelar",
|
||||
"account.follow_request_short": "Solicitar",
|
||||
|
|
@ -173,8 +173,8 @@
|
|||
"column.edit_list": "Editar lista",
|
||||
"column.favourites": "Favoritos",
|
||||
"column.firehose": "Cronologías",
|
||||
"column.firehose_local": "Cronología para este servidor",
|
||||
"column.firehose_singular": "Cronología",
|
||||
"column.firehose_local": "Feed en vivo para este servidor",
|
||||
"column.firehose_singular": "Feed en vivo",
|
||||
"column.follow_requests": "Solicitudes de seguimiento",
|
||||
"column.home": "Inicio",
|
||||
"column.list_members": "Administrar miembros de la lista",
|
||||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Solo local",
|
||||
"community.column_settings.media_only": "Solo media",
|
||||
"community.column_settings.remote_only": "Solo remoto",
|
||||
"compose.error.blank_post": "La publicación no puede estar vacía.",
|
||||
"compose.language.change": "Cambiar idioma",
|
||||
"compose.language.search": "Buscar idiomas...",
|
||||
"compose.published.body": "Publicado.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Publicar de todas maneras",
|
||||
"confirmations.missing_alt_text.title": "¿Añadir texto alternativo?",
|
||||
"confirmations.mute.confirm": "Silenciar",
|
||||
"confirmations.private_quote_notify.cancel": "Seguir editando",
|
||||
"confirmations.private_quote_notify.confirm": "Publicar",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "No mostrar este mensaje de nuevo",
|
||||
"confirmations.private_quote_notify.message": "Tu publicación será notificada y podrá ser vista por la persona a la que mencionas y otras menciones, aún si no te siguen.",
|
||||
"confirmations.private_quote_notify.title": "¿Compartir con seguidores y usuarios mencionados?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "No me lo recuerdes otra vez",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Entendido",
|
||||
"confirmations.quiet_post_quote_info.message": "Al citar una publicación pública discreta, tu publicación se ocultará de las cronologías de tendencias.",
|
||||
|
|
@ -263,8 +269,8 @@
|
|||
"confirmations.unblock.title": "¿Desbloquear a {name}?",
|
||||
"confirmations.unfollow.confirm": "Dejar de seguir",
|
||||
"confirmations.unfollow.title": "¿Dejar de seguir a {name}?",
|
||||
"confirmations.withdraw_request.confirm": "Retirar solicitud",
|
||||
"confirmations.withdraw_request.title": "¿Retirar solicitud de seguimiento a {name}?",
|
||||
"confirmations.withdraw_request.confirm": "Cancelar solicitud",
|
||||
"confirmations.withdraw_request.title": "¿Cancelar solicitud para seguir a {name}?",
|
||||
"content_warning.hide": "Ocultar publicación",
|
||||
"content_warning.show": "Mostrar de todos modos",
|
||||
"content_warning.show_more": "Mostrar más",
|
||||
|
|
@ -335,7 +341,7 @@
|
|||
"empty_column.bookmarked_statuses": "Aún no tienes ninguna publicación guardada como marcador. Cuando guardes una, se mostrará aquí.",
|
||||
"empty_column.community": "La cronología local está vacía. ¡Escribe algo públicamente para ponerla en marcha!",
|
||||
"empty_column.direct": "Aún no tienes menciones privadas. Cuando envíes o recibas una, aparecerán aquí.",
|
||||
"empty_column.disabled_feed": "Esta cronología ha sido desactivada por los administradores del servidor.",
|
||||
"empty_column.disabled_feed": "Este feed fue desactivado por los administradores de tu servidor.",
|
||||
"empty_column.domain_blocks": "Todavía no hay dominios ocultos.",
|
||||
"empty_column.explore_statuses": "Nada es tendencia en este momento. ¡Revisa más tarde!",
|
||||
"empty_column.favourited_statuses": "Todavía no tienes publicaciones favoritas. Cuando le des favorito a una publicación se mostrarán acá.",
|
||||
|
|
@ -756,8 +762,9 @@
|
|||
"privacy.unlisted.short": "Pública, pero discreta",
|
||||
"privacy_policy.last_updated": "Actualizado por última vez {date}",
|
||||
"privacy_policy.title": "Política de Privacidad",
|
||||
"quote_error.edit": "No se pueden añadir citas cuando se edita una publicación.",
|
||||
"quote_error.edit": "No se pueden añadir citas mientras un post está siendo editado.",
|
||||
"quote_error.poll": "No se permite citar encuestas.",
|
||||
"quote_error.private_mentions": "Citar no está disponible sin menciones directas.",
|
||||
"quote_error.quote": "Solo se permite una cita a la vez.",
|
||||
"quote_error.unauthorized": "No estás autorizado a citar esta publicación.",
|
||||
"quote_error.upload": "No se permite citar con archivos multimedia.",
|
||||
|
|
@ -879,7 +886,7 @@
|
|||
"status.contains_quote": "Contiene cita",
|
||||
"status.context.loading": "Cargando más respuestas",
|
||||
"status.context.loading_error": "No se pudieron cargar nuevas respuestas",
|
||||
"status.context.loading_success": "Cargadas nuevas respuestas",
|
||||
"status.context.loading_success": "Nuevas respuestas cargadas",
|
||||
"status.context.more_replies_found": "Se han encontrado más respuestas",
|
||||
"status.context.retry": "Reintentar",
|
||||
"status.context.show": "Mostrar",
|
||||
|
|
@ -911,9 +918,12 @@
|
|||
"status.pin": "Fijar",
|
||||
"status.quote": "Citar",
|
||||
"status.quote.cancel": "Cancelar cita",
|
||||
"status.quote_error.blocked_account_hint.title": "Esta publicación se ocultó porque bloqueaste a @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Esta publicación está oculta porque has bloqueado @{domain}.",
|
||||
"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.muted_account_hint.title": "Esta publicación está oculta porque has silenciado a @{name}.",
|
||||
"status.quote_error.not_available": "Publicación no disponible",
|
||||
"status.quote_error.pending_approval": "Publicación pendiente",
|
||||
"status.quote_error.pending_approval_popout.body": "En Mastodon, puedes controlar si alguien puede citarte. Esta publicación está pendiente mientras obtenemos la aprobación del autor original.",
|
||||
|
|
@ -1008,6 +1018,8 @@
|
|||
"video.volume_down": "Bajar el volumen",
|
||||
"video.volume_up": "Subir el volumen",
|
||||
"visibility_modal.button_title": "Establece la visibilidad",
|
||||
"visibility_modal.direct_quote_warning.text": "Si guardas la siguiente configuración, se mostrará un enlace en vez de la cita incrustada.",
|
||||
"visibility_modal.direct_quote_warning.title": "No se pueden incrustar citas en menciones privadas",
|
||||
"visibility_modal.header": "Visibilidad e interacción",
|
||||
"visibility_modal.helper.direct_quoting": "Las menciones privadas creadas en Mastodon no pueden ser citadas por otros.",
|
||||
"visibility_modal.helper.privacy_editing": "La visibilidad no se puede cambiar después de que se haya hecho una publicación.",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Solo local",
|
||||
"community.column_settings.media_only": "Solo multimedia",
|
||||
"community.column_settings.remote_only": "Solo remoto",
|
||||
"compose.error.blank_post": "El mensaje no puede estar en blanco.",
|
||||
"compose.language.change": "Cambiar idioma",
|
||||
"compose.language.search": "Buscar idiomas...",
|
||||
"compose.published.body": "Publicado.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Publicar de todos modos",
|
||||
"confirmations.missing_alt_text.title": "¿Deseas añadir texto alternativo?",
|
||||
"confirmations.mute.confirm": "Silenciar",
|
||||
"confirmations.private_quote_notify.cancel": "Volver a editar",
|
||||
"confirmations.private_quote_notify.confirm": "Publicar",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "No mostrar este mensaje de nuevo",
|
||||
"confirmations.private_quote_notify.message": "La persona a la que estás citando y otras mencionadas serán notificadas y podrán ver tu publicación, incluso si no te siguen.",
|
||||
"confirmations.private_quote_notify.title": "¿Compartir con seguidores y usuarios mencionados?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "No me lo vuelvas a recordar",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Entendido",
|
||||
"confirmations.quiet_post_quote_info.message": "Cuando cites una publicación pública silenciosa, tu publicación se ocultará de las cronologías de tendencias.",
|
||||
|
|
@ -758,6 +764,7 @@
|
|||
"privacy_policy.title": "Política de Privacidad",
|
||||
"quote_error.edit": "No se pueden añadir citas cuando se edita una publicación.",
|
||||
"quote_error.poll": "No es posible citar encuestas.",
|
||||
"quote_error.private_mentions": "No se permite citar con menciones privadas.",
|
||||
"quote_error.quote": "Solo se permite una cita a la vez.",
|
||||
"quote_error.unauthorized": "No tienes permiso para citar esta publicación.",
|
||||
"quote_error.upload": "No se permite citar con archivos multimedia.",
|
||||
|
|
@ -911,9 +918,12 @@
|
|||
"status.pin": "Fijar",
|
||||
"status.quote": "Citar",
|
||||
"status.quote.cancel": "Cancelar cita",
|
||||
"status.quote_error.blocked_account_hint.title": "Esta publicación está oculta porque has bloqueado a @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Esta publicación está oculta porque has bloqueado @{domain}.",
|
||||
"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.muted_account_hint.title": "Esta publicación está oculta porque has silenciado a @{name}.",
|
||||
"status.quote_error.not_available": "Publicación no disponible",
|
||||
"status.quote_error.pending_approval": "Publicación pendiente",
|
||||
"status.quote_error.pending_approval_popout.body": "En Mastodon, puedes controlar si alguien puede citarte. Esta publicación está pendiente mientras obtenemos la aprobación del autor original.",
|
||||
|
|
@ -1008,6 +1018,8 @@
|
|||
"video.volume_down": "Bajar volumen",
|
||||
"video.volume_up": "Subir volumen",
|
||||
"visibility_modal.button_title": "Configura la visibilidad",
|
||||
"visibility_modal.direct_quote_warning.text": "Si guardas la configuración actual, la cita incrustada se convertirá en un enlace.",
|
||||
"visibility_modal.direct_quote_warning.title": "No se pueden incluir citas en menciones privadas",
|
||||
"visibility_modal.header": "Visibilidad e interacciones",
|
||||
"visibility_modal.helper.direct_quoting": "Las menciones privadas publicadas en Mastodon no pueden ser citadas por otros usuarios.",
|
||||
"visibility_modal.helper.privacy_editing": "La visibilidad no se puede cambiar después de que se haya hecho una publicación.",
|
||||
|
|
|
|||
|
|
@ -64,10 +64,10 @@
|
|||
"account.media": "Meedia",
|
||||
"account.mention": "Maini @{name}",
|
||||
"account.moved_to": "{name} on teada andnud, et ta uus konto on nüüd:",
|
||||
"account.mute": "Vaigista @{name}",
|
||||
"account.mute_notifications_short": "Vaigista teavitused",
|
||||
"account.mute_short": "Vaigista",
|
||||
"account.muted": "Vaigistatud",
|
||||
"account.mute": "Summuta @{name}",
|
||||
"account.mute_notifications_short": "Summuta teavitused",
|
||||
"account.mute_short": "Summuta",
|
||||
"account.muted": "Summutatud",
|
||||
"account.muting": "Summutatud konto",
|
||||
"account.mutual": "Te jälgite teineteist",
|
||||
"account.no_bio": "Kirjeldust pole lisatud.",
|
||||
|
|
@ -87,9 +87,9 @@
|
|||
"account.unblock_short": "Eemalda blokeering",
|
||||
"account.unendorse": "Ära kuva profiilil",
|
||||
"account.unfollow": "Jälgid",
|
||||
"account.unmute": "Ära vaigista @{name}",
|
||||
"account.unmute_notifications_short": "Tühista teadete vaigistamine",
|
||||
"account.unmute_short": "Lõpeta vaigistamine",
|
||||
"account.unmute": "Lõpeta {name} kasutaja summutamine",
|
||||
"account.unmute_notifications_short": "Lõpeta teavituste summutamine",
|
||||
"account.unmute_short": "Lõpeta summutamine",
|
||||
"account_note.placeholder": "Klõpsa märke lisamiseks",
|
||||
"admin.dashboard.daily_retention": "Kasutajate päevane allesjäämine peale registreerumist",
|
||||
"admin.dashboard.monthly_retention": "Kasutajate kuine allesjäämine peale registreerumist",
|
||||
|
|
@ -173,11 +173,13 @@
|
|||
"column.edit_list": "Muuda loendit",
|
||||
"column.favourites": "Lemmikud",
|
||||
"column.firehose": "Postitused reaalajas",
|
||||
"column.firehose_local": "Selle serveri sisuvoog reaalajas",
|
||||
"column.firehose_singular": "Postitused reaalajas",
|
||||
"column.follow_requests": "Jälgimistaotlused",
|
||||
"column.home": "Kodu",
|
||||
"column.list_members": "Halda loendi liikmeid",
|
||||
"column.lists": "Loetelud",
|
||||
"column.mutes": "Vaigistatud kasutajad",
|
||||
"column.mutes": "Summutatud kasutajad",
|
||||
"column.notifications": "Teated",
|
||||
"column.pins": "Kinnitatud postitused",
|
||||
"column.public": "Föderatiivne ajajoon",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Ainult kohalik",
|
||||
"community.column_settings.media_only": "Ainult meedia",
|
||||
"community.column_settings.remote_only": "Ainult kaug",
|
||||
"compose.error.blank_post": "Postitus ei saa jääda tühjaks.",
|
||||
"compose.language.change": "Muuda keelt",
|
||||
"compose.language.search": "Otsi keeli...",
|
||||
"compose.published.body": "Postitus tehtud.",
|
||||
|
|
@ -243,7 +246,12 @@
|
|||
"confirmations.missing_alt_text.message": "Sinu postituses on ilma alt-tekstita meediat. Kirjelduse lisamine aitab su sisu muuta ligipääsetavaks rohkematele inimestele.",
|
||||
"confirmations.missing_alt_text.secondary": "Postita siiski",
|
||||
"confirmations.missing_alt_text.title": "Lisada alt-tekst?",
|
||||
"confirmations.mute.confirm": "Vaigista",
|
||||
"confirmations.mute.confirm": "Summuta",
|
||||
"confirmations.private_quote_notify.cancel": "Tagasi muutmise juurde",
|
||||
"confirmations.private_quote_notify.confirm": "Avalda postitus",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Ära kuva enam seda sõnumit uuesti",
|
||||
"confirmations.private_quote_notify.message": "Nii see, keda sa tsiteerid, kui need, keda mainid, saavad asjakohase teavituse ja võivad vaadata sinu postitust ka siis, kui nad pole sinu jälgijad.",
|
||||
"confirmations.private_quote_notify.title": "Kas jagad jälgijate ja mainitud kasutajatega?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Ära tuleta enam meelde",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Sain aru",
|
||||
"confirmations.quiet_post_quote_info.message": "Vaikse, aga avaliku postituse tsiteerimisel sinu postitus on peidetud populaarsust koguvatel ajajoontel.",
|
||||
|
|
@ -287,7 +295,7 @@
|
|||
"domain_block_modal.they_can_interact_with_old_posts": "Inimesed sellest serverist saavad suhestuda sinu vanade postitustega.",
|
||||
"domain_block_modal.they_cant_follow": "Sellest serverist ei saa keegi sind jälgida.",
|
||||
"domain_block_modal.they_wont_know": "Nad ei tea, et nad on blokeeritud.",
|
||||
"domain_block_modal.title": "Blokeerida domeen?",
|
||||
"domain_block_modal.title": "Kas blokeerid domeeni?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "Sult kaob {followersCount, plural, one {{followersCountDisplay} jälgija} other {{followersCountDisplay} jälgijat}} ja {followingCount, plural, one {{followingCountDisplay} inimene} other {{followingCountDisplay} inimest}}, keda sa ise jälgid.",
|
||||
"domain_block_modal.you_will_lose_relationships": "Sa kaotad kõik oma jälgijad ja inimesed, kes sind jälgivad sellest serverist.",
|
||||
"domain_block_modal.you_wont_see_posts": "Sa ei näe selle serveri kasutajate postitusi ega teavitusi.",
|
||||
|
|
@ -343,7 +351,7 @@
|
|||
"empty_column.hashtag": "Selle sildi all ei ole ühtegi postitust.",
|
||||
"empty_column.home": "Su koduajajoon on tühi. Jälgi rohkemaid inimesi, et seda täita {suggestions}",
|
||||
"empty_column.list": "Siin loetelus pole veel midagi. Kui loetelu liikmed teevad uusi postitusi, näed neid siin.",
|
||||
"empty_column.mutes": "Sa pole veel ühtegi kasutajat vaigistanud.",
|
||||
"empty_column.mutes": "Sa pole veel ühtegi kasutajat summutanud.",
|
||||
"empty_column.notification_requests": "Kõik tühi! Siin pole mitte midagi. Kui saad uusi teavitusi, ilmuvad need siin vastavalt sinu seadistustele.",
|
||||
"empty_column.notifications": "Ei ole veel teateid. Kui keegi suhtleb sinuga, näed seda siin.",
|
||||
"empty_column.public": "Siin pole midagi! Kirjuta midagi avalikku või jälgi ise kasutajaid täitmaks seda ruumi",
|
||||
|
|
@ -431,7 +439,7 @@
|
|||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} postitust} other {{counter} postitust}} täna",
|
||||
"hashtag.feature": "Tõsta profiilis esile",
|
||||
"hashtag.follow": "Jälgi silti",
|
||||
"hashtag.mute": "Vaigista @#{hashtag}",
|
||||
"hashtag.mute": "Summuta teemaviide @#{hashtag}",
|
||||
"hashtag.unfeature": "Ära tõsta profiilis esile",
|
||||
"hashtag.unfollow": "Lõpeta sildi jälgimine",
|
||||
"hashtags.and_other": "…ja {count, plural, one {}other {# veel}}",
|
||||
|
|
@ -491,7 +499,7 @@
|
|||
"keyboard_shortcuts.load_more": "Fookus „Laadi veel“ nupule",
|
||||
"keyboard_shortcuts.local": "Ava kohalik ajajoon",
|
||||
"keyboard_shortcuts.mention": "Maini autorit",
|
||||
"keyboard_shortcuts.muted": "Ava vaigistatud kasutajate loetelu",
|
||||
"keyboard_shortcuts.muted": "Ava summutatud kasutajate loetelu",
|
||||
"keyboard_shortcuts.my_profile": "Ava oma profiil",
|
||||
"keyboard_shortcuts.notifications": "Ava teadete veerg",
|
||||
"keyboard_shortcuts.open_media": "Ava meedia",
|
||||
|
|
@ -552,11 +560,11 @@
|
|||
"moved_to_account_banner.text": "Kontot {disabledAccount} ei ole praegu võimalik kasutada, sest kolisid kontole {movedToAccount}.",
|
||||
"mute_modal.hide_from_notifications": "Peida teavituste hulgast",
|
||||
"mute_modal.hide_options": "Peida valikud",
|
||||
"mute_modal.indefinite": "Kuni eemaldan neilt vaigistuse",
|
||||
"mute_modal.indefinite": "Kuni eemaldan neilt summutamise",
|
||||
"mute_modal.show_options": "Kuva valikud",
|
||||
"mute_modal.they_can_mention_and_follow": "Ta saab sind mainida ja sind jälgida, kuid sa ei näe teda.",
|
||||
"mute_modal.they_wont_know": "Ta ei tea, et ta on vaigistatud.",
|
||||
"mute_modal.title": "Vaigistada kasutaja?",
|
||||
"mute_modal.they_wont_know": "Ta ei tea, et ta on summutatud.",
|
||||
"mute_modal.title": "Kas summutad kasutaja?",
|
||||
"mute_modal.you_wont_see_mentions": "Sa ei näe postitusi, mis teda mainivad.",
|
||||
"mute_modal.you_wont_see_posts": "Ta näeb jätkuvalt sinu postitusi, kuid sa ei näe tema omi.",
|
||||
"navigation_bar.about": "Teave",
|
||||
|
|
@ -569,7 +577,7 @@
|
|||
"navigation_bar.direct": "Privaatsed mainimised",
|
||||
"navigation_bar.domain_blocks": "Peidetud domeenid",
|
||||
"navigation_bar.favourites": "Lemmikud",
|
||||
"navigation_bar.filters": "Vaigistatud sõnad",
|
||||
"navigation_bar.filters": "Summutatud sõnad",
|
||||
"navigation_bar.follow_requests": "Jälgimistaotlused",
|
||||
"navigation_bar.followed_tags": "Jälgitavad märksõnad",
|
||||
"navigation_bar.follows_and_followers": "Jälgitavad ja jälgijad",
|
||||
|
|
@ -580,7 +588,7 @@
|
|||
"navigation_bar.logout": "Logi välja",
|
||||
"navigation_bar.moderation": "Modereerimine",
|
||||
"navigation_bar.more": "Lisavalikud",
|
||||
"navigation_bar.mutes": "Vaigistatud kasutajad",
|
||||
"navigation_bar.mutes": "Summutatud kasutajad",
|
||||
"navigation_bar.opened_in_classic_interface": "Postitused, kontod ja teised spetsiaalsed lehed avatakse vaikimisi klassikalises veebiliideses.",
|
||||
"navigation_bar.preferences": "Eelistused",
|
||||
"navigation_bar.privacy_and_reach": "Privaatsus ja ulatus",
|
||||
|
|
@ -756,6 +764,7 @@
|
|||
"privacy_policy.title": "Isikuandmete kaitse",
|
||||
"quote_error.edit": "Postituse muutmisel ei saa tsitaati lisada.",
|
||||
"quote_error.poll": "Tsiteerimine pole küsitlustes lubatud.",
|
||||
"quote_error.private_mentions": "Tsiteerimine pole otsemainimiste puhul lubatud.",
|
||||
"quote_error.quote": "Korraga on lubatud vaid üks tsitaat.",
|
||||
"quote_error.unauthorized": "Sul pole õigust seda postitust tsiteerida.",
|
||||
"quote_error.upload": "Tsiteerimine pole manuste puhul lubatud.",
|
||||
|
|
@ -794,8 +803,8 @@
|
|||
"report.comment.title": "Kas arvad, et on veel midagi, mida me peaks teadma?",
|
||||
"report.forward": "Edasta ka {target} domeeni",
|
||||
"report.forward_hint": "See kasutaja on teisest serverist. Kas saadan anonümiseeritud koopia sellest teatest sinna ka?",
|
||||
"report.mute": "Vaigista",
|
||||
"report.mute_explanation": "Sa ei näe tema postitusi. Ta võib ikka sind jälgida ja su postitusi näha. Ta ei saa teada, et ta on vaigistatud.",
|
||||
"report.mute": "Summuta",
|
||||
"report.mute_explanation": "Sa ei näe tema postitusi. Ta võib ikka sind jälgida ja su postitusi näha. Ta ei saa teada, et ta on summutatud.",
|
||||
"report.next": "Järgmine",
|
||||
"report.placeholder": "Lisaks kommentaarid",
|
||||
"report.reasons.dislike": "Mulle ei meeldi see",
|
||||
|
|
@ -903,15 +912,18 @@
|
|||
"status.media_hidden": "Meedia peidetud",
|
||||
"status.mention": "Maini @{name}'i",
|
||||
"status.more": "Veel",
|
||||
"status.mute": "Vaigista @{name}",
|
||||
"status.mute_conversation": "Vaigista vestlus",
|
||||
"status.mute": "Summuta @{name}",
|
||||
"status.mute_conversation": "Summuta vestlus",
|
||||
"status.open": "Laienda postitus",
|
||||
"status.pin": "Kinnita profiilile",
|
||||
"status.quote": "Tsiteeri",
|
||||
"status.quote.cancel": "Katkesta tsiteerimine",
|
||||
"status.quote_error.blocked_account_hint.title": "Kuna sa oled blokeerinud kasutaja @{name}, siis see postitus on peidetud.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Kuna sa oled blokeerinud domeeni @{domain}, siis see postitus on peidetud.",
|
||||
"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.muted_account_hint.title": "Kuna sa oled summutanud kasutaja @{name}, siis see postitus on peidetud.",
|
||||
"status.quote_error.not_available": "Postitus pole saadaval",
|
||||
"status.quote_error.pending_approval": "Postitus on ootel",
|
||||
"status.quote_error.pending_approval_popout.body": "Mastodonis saad sa kontrollida seda, kes võib sind tsiteerida. See postitus on seni ootel, kuni pole algse autori kinnitust tsiteerimisele.",
|
||||
|
|
@ -953,7 +965,7 @@
|
|||
"status.translate": "Tõlgi",
|
||||
"status.translated_from_with": "Tõlgitud {lang} keelest kasutades teenust {provider}",
|
||||
"status.uncached_media_warning": "Eelvaade pole saadaval",
|
||||
"status.unmute_conversation": "Ära vaigista vestlust",
|
||||
"status.unmute_conversation": "Lõpeta vestluse summutamine",
|
||||
"status.unpin": "Eemalda profiilile kinnitus",
|
||||
"subscribed_languages.lead": "Pärast muudatust näed koduvaates ja loetelude ajajoontel postitusi valitud keeltes. Ära vali midagi, kui tahad näha postitusi kõikides keeltes.",
|
||||
"subscribed_languages.save": "Salvesta muudatused",
|
||||
|
|
@ -997,15 +1009,17 @@
|
|||
"video.expand": "Suurenda video",
|
||||
"video.fullscreen": "Täisekraan",
|
||||
"video.hide": "Peida video",
|
||||
"video.mute": "Vaigista",
|
||||
"video.mute": "Summuta",
|
||||
"video.pause": "Paus",
|
||||
"video.play": "Mängi",
|
||||
"video.skip_backward": "Keri tagasi",
|
||||
"video.skip_forward": "Keri edasi",
|
||||
"video.unmute": "Lõpeta vaigistamine",
|
||||
"video.unmute": "Lõpeta summutamine",
|
||||
"video.volume_down": "Heli vaiksemaks",
|
||||
"video.volume_up": "Heli valjemaks",
|
||||
"visibility_modal.button_title": "Muuda nähtavust",
|
||||
"visibility_modal.direct_quote_warning.text": "Kui sa need seadistused salvestad, siis lõimitud tsitaat muutub lingiks.",
|
||||
"visibility_modal.direct_quote_warning.title": "Tsitaate ei saa privaatse mainimise puhul lõimida",
|
||||
"visibility_modal.header": "Nähtavus ja kasutus",
|
||||
"visibility_modal.helper.direct_quoting": "Ainult mainituile mõeldud Mastodoni postitusi ei saa teiste poolt tsiteerida.",
|
||||
"visibility_modal.helper.privacy_editing": "Nähtavust ei saa peale postituse avaldamist muuta.",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"about.blocks": "کارسازهای نظارت شده",
|
||||
"about.contact": "تماس:",
|
||||
"about.default_locale": "پیشفرض",
|
||||
"about.default_locale": "پیشگزیده",
|
||||
"about.disclaimer": "ماستودون نرمافزار آزاد و نشان تجاری یک شرکت غیر انتفاعی با مسئولیت محدود آلمانی است.",
|
||||
"about.domain_blocks.no_reason_available": "دلیلی موجود نیست",
|
||||
"about.domain_blocks.preamble": "ماستودون عموماً میگذارد محتوا را از از هر کارساز دیگری در دنیای شبکههای اجتماعی غیرمتمرکز دیده و با آنان برهمکنش داشته باشید. اینها استثناهایی هستند که روی این کارساز خاص وضع شدهاند.",
|
||||
|
|
@ -28,18 +28,24 @@
|
|||
"account.disable_notifications": "آگاه کردن من هنگام فرستههای @{name} را متوقّف کن",
|
||||
"account.domain_blocking": "دامنهٔ مسدود کرده",
|
||||
"account.edit_profile": "ویرایش نمایه",
|
||||
"account.edit_profile_short": "ویرایش",
|
||||
"account.enable_notifications": "هنگام فرستههای @{name} مرا آگاه کن",
|
||||
"account.endorse": "معرّفی در نمایه",
|
||||
"account.familiar_followers_many": "پیگرفته از سوی {name1}، {name2} و {othersCount, plural,one {یکی دیگر از پیگرفتههایتان} other {# نفر دیگر از پیگرفتههایتان}}",
|
||||
"account.familiar_followers_one": "پیگرفته از سوی {name1}",
|
||||
"account.familiar_followers_two": "پیگرفته از سوی {name1} و {name2}",
|
||||
"account.featured": " پیشنهادی",
|
||||
"account.featured": "پیشنهادی",
|
||||
"account.featured.accounts": "نمایهها",
|
||||
"account.featured.hashtags": "برچسبها",
|
||||
"account.featured_tags.last_status_at": "آخرین فرسته در {date}",
|
||||
"account.featured_tags.last_status_never": "بدون فرسته",
|
||||
"account.follow": "پیگرفتن",
|
||||
"account.follow_back": "پیگیری متقابل",
|
||||
"account.follow_back_short": "پیگیری متقابل",
|
||||
"account.follow_request": "درخواست پیگیری",
|
||||
"account.follow_request_cancel": "لغو درخواست",
|
||||
"account.follow_request_cancel_short": "لغو",
|
||||
"account.follow_request_short": "درخواست",
|
||||
"account.followers": "پیگیرندگان",
|
||||
"account.followers.empty": "هنوز کسی پیگیر این کاربر نیست.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} پیگیرنده} other {{counter} پیگیرنده}}",
|
||||
|
|
@ -167,6 +173,8 @@
|
|||
"column.edit_list": "ویرایش سیاهه",
|
||||
"column.favourites": "برگزیدهها",
|
||||
"column.firehose": "خوراکهای زنده",
|
||||
"column.firehose_local": "خوراک زندهٔ این کارساز",
|
||||
"column.firehose_singular": "خوراک زنده",
|
||||
"column.follow_requests": "درخواستهای پیگیری",
|
||||
"column.home": "خانه",
|
||||
"column.list_members": "مدیریت اعضای سیاهه",
|
||||
|
|
@ -186,6 +194,7 @@
|
|||
"community.column_settings.local_only": "فقط محلی",
|
||||
"community.column_settings.media_only": "فقط رسانه",
|
||||
"community.column_settings.remote_only": "تنها دوردست",
|
||||
"compose.error.blank_post": "فرسته نمیتواند خالی باشد",
|
||||
"compose.language.change": "تغییر زبان",
|
||||
"compose.language.search": "جستوجوی زبانها...",
|
||||
"compose.published.body": "فرسته منتشر شد.",
|
||||
|
|
@ -238,6 +247,10 @@
|
|||
"confirmations.missing_alt_text.secondary": "به هر حال پست کن",
|
||||
"confirmations.missing_alt_text.title": "متن جایگزین اضافه شود؟",
|
||||
"confirmations.mute.confirm": "خموش",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "دیگر یادآوری نشود",
|
||||
"confirmations.quiet_post_quote_info.got_it": "گرفتم",
|
||||
"confirmations.quiet_post_quote_info.message": "هنگام نقل کردن فرستهٔ عمومی ساکت، فرستهتان از خطهای زمانی داغ پنهان خواهد بود.",
|
||||
"confirmations.quiet_post_quote_info.title": "نقل کردن فرستههای عمومی ساکت",
|
||||
"confirmations.redraft.confirm": "حذف و بازنویسی",
|
||||
"confirmations.redraft.message": "مطمئنید که میخواهید این فرسته را حذف کنید و از نو بنویسید؟ با این کار تقویتها و پسندهایش از دست رفته و پاسخها به آن بیمرجع میشود.",
|
||||
"confirmations.redraft.title": "حذف و پیشنویسی دوبارهٔ فرسته؟",
|
||||
|
|
@ -247,7 +260,12 @@
|
|||
"confirmations.revoke_quote.confirm": "حذف فرسته",
|
||||
"confirmations.revoke_quote.message": "این اقدام قابل بازگشت نیست.",
|
||||
"confirmations.revoke_quote.title": "آیا فرسته را حذف کنم؟",
|
||||
"confirmations.unblock.confirm": "رفع انسداد",
|
||||
"confirmations.unblock.title": "رفع انسداد {name}؟",
|
||||
"confirmations.unfollow.confirm": "پینگرفتن",
|
||||
"confirmations.unfollow.title": "ناپیگیری {name}؟",
|
||||
"confirmations.withdraw_request.confirm": "انصراف از درخواست",
|
||||
"confirmations.withdraw_request.title": "انصراف از درخواست پیگیری {name}؟",
|
||||
"content_warning.hide": "نهفتن فرسته",
|
||||
"content_warning.show": "در هر صورت نشان داده شود",
|
||||
"content_warning.show_more": "نمایش بیشتر",
|
||||
|
|
@ -318,6 +336,7 @@
|
|||
"empty_column.bookmarked_statuses": "هنوز هیچ فرستهٔ نشانهگذاری شدهای ندارید. هنگامی که فرستهای را نشانهگذاری کنید، اینجا نشان داده خواهد شد.",
|
||||
"empty_column.community": "خط زمانی محلی خالیست. چیزی نوشته تا چرخش بچرخد!",
|
||||
"empty_column.direct": "هنوز هیچ اشاره خصوصیای ندارید. هنگامی که چنین پیامی بگیرید یا بفرستید اینجا نشان داده خواهد شد.",
|
||||
"empty_column.disabled_feed": "این خوراک به دست مدیران کارسازتان از کار انداخته شده.",
|
||||
"empty_column.domain_blocks": "هنوز هیچ دامنهای مسدود نشده است.",
|
||||
"empty_column.explore_statuses": "الآن چیزی پرطرفدار نیست. بعداً دوباره بررسی کنید!",
|
||||
"empty_column.favourited_statuses": "شما هنوز هیچ فرستهای را نپسندیدهاید. هنگامی که فرستهای را بپسندید، اینجا نشان داده خواهد شد.",
|
||||
|
|
@ -446,10 +465,12 @@
|
|||
"ignore_notifications_modal.private_mentions_title": "چشمپوشی از نامبریهای خصوصی ناخواسته؟",
|
||||
"info_button.label": "راهنما",
|
||||
"info_button.what_is_alt_text": "<h1>متن جایگزین چیست؟</h1> <p>متن جایگزین توضیحات تصویری را برای افراد دارای اختلالات بینایی، اتصالات با پهنای باند کم یا کسانی که به دنبال زمینه اضافی هستند ارائه می دهد.</p> <p>با نوشتن متن جایگزین واضح، مختصر و عینی می توانید دسترسی و درک را برای همه بهبود بخشید.</p> <ul> <li>عناصر مهم را ضبط کنید</li> <li>متن را در تصاویر خلاصه کنید</li> <li>از ساختار جمله منظم استفاده کنید</li> <li>از اطلاعات اضافی خودداری کنید</li> <li>روی روندها و یافته های کلیدی در تصاویر پیچیده (مانند نمودارها یا نقشه ها) تمرکز کنید.</li> </ul>",
|
||||
"interaction_modal.action": "برای تعامل با فرستهٔ {name} باید به حسابتان روی هر کارساز ماستودونی که استفاده میکنید وارد شوید.",
|
||||
"interaction_modal.go": "برو",
|
||||
"interaction_modal.no_account_yet": "هنوز حساب کاربری ندارید؟",
|
||||
"interaction_modal.on_another_server": "روی کارسازی دیگر",
|
||||
"interaction_modal.on_this_server": "روی این کارساز",
|
||||
"interaction_modal.title": "ورود برای ادامه",
|
||||
"interaction_modal.username_prompt": "به عنوان مثال {example}",
|
||||
"intervals.full.days": "{number, plural, one {# روز} other {# روز}}",
|
||||
"intervals.full.hours": "{number, plural, one {# ساعت} other {# ساعت}}",
|
||||
|
|
@ -470,6 +491,7 @@
|
|||
"keyboard_shortcuts.home": "گشودن خط زمانی خانگی",
|
||||
"keyboard_shortcuts.hotkey": "میانبر",
|
||||
"keyboard_shortcuts.legend": "نمایش این نشانه",
|
||||
"keyboard_shortcuts.load_more": "تمرکز روی دکمهٔ «بار کردن بیشتر»",
|
||||
"keyboard_shortcuts.local": "گشودن خط زمانی محلی",
|
||||
"keyboard_shortcuts.mention": "اشاره به نویسنده",
|
||||
"keyboard_shortcuts.muted": "گشودن فهرست کاربران خموش",
|
||||
|
|
@ -478,6 +500,7 @@
|
|||
"keyboard_shortcuts.open_media": "گشودن رسانه",
|
||||
"keyboard_shortcuts.pinned": "گشودن سیاههٔ فرستههای سنجاق شده",
|
||||
"keyboard_shortcuts.profile": "گشودن نمایهٔ نویسنده",
|
||||
"keyboard_shortcuts.quote": "نقل فرسته",
|
||||
"keyboard_shortcuts.reply": "پاسخ به فرسته",
|
||||
"keyboard_shortcuts.requests": "گشودن سیاههٔ درخواستهای پیگیری",
|
||||
"keyboard_shortcuts.search": "تمرکز روی نوار جستوجو",
|
||||
|
|
@ -606,6 +629,7 @@
|
|||
"notification.moderation_warning.action_suspend": "حسابتان معلّق شده.",
|
||||
"notification.own_poll": "نظرسنجیتان پایان یافت",
|
||||
"notification.poll": "نظرسنجیای که در آن رأی دادید به پایان رسید",
|
||||
"notification.quoted_update": "{name} فرستهای که نقل کردید را ویراست",
|
||||
"notification.reblog": "{name} فرستهتان را تقویت کرد",
|
||||
"notification.reblog.name_and_others_with_link": "{name} و <a>{count, plural, one {# نفر دیگر} other {# نفر دیگر}}</a> فرستهتان را تقویت کردند",
|
||||
"notification.relationships_severance_event": "قطع ارتباط با {name}",
|
||||
|
|
@ -621,7 +645,7 @@
|
|||
"notification_requests.confirm_accept_multiple.message": "در حال پذیرش {count, plural,one {یک}other {#}} درخواست آگاهی هستید. مطمئنید که میخواهید ادامه دهید؟",
|
||||
"notification_requests.confirm_accept_multiple.title": "پذیرش درخواستهای آگاهی؟",
|
||||
"notification_requests.confirm_dismiss_multiple.button": "رد {count, plural,one {درخواست} other {درخواستها}}",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "شما در شرف رد کردن {count, plural, one {یک درخواست آگاهی} other {درخواست آگاهی}} هستید. دیگر نمی توانید به راحتی به {count, plural, one {آن} other {آنها}} دسترسی پیدا کنید. آیا مطمئن هستید که می خواهید ادامه دهید؟",
|
||||
"notification_requests.confirm_dismiss_multiple.message": "دارید {count, plural, one {یک درخواست آگاهی} other {# درخواست آگاهی}} را رد میکنید که دیگر نمی توانید به راحتی به {count, plural, one {آن} other {آنها}} دسترسی پیدا کنید. مطمئنید که میخواهید ادامه دهید؟",
|
||||
"notification_requests.confirm_dismiss_multiple.title": "رد کردن درخواستهای آگاهی؟",
|
||||
"notification_requests.dismiss": "دورانداختن",
|
||||
"notification_requests.dismiss_multiple": "{count, plural, one {دورانداختن درخواست…} other {دورانداختن درخواستها…}}",
|
||||
|
|
@ -725,10 +749,19 @@
|
|||
"privacy.private.short": "پیگیرندگان",
|
||||
"privacy.public.long": "هرکسی در و بیرون از ماستودون",
|
||||
"privacy.public.short": "عمومی",
|
||||
"privacy.quote.anyone": "{visibility}، هرکسی میتواند نقل کند",
|
||||
"privacy.quote.disabled": "{visibility}، نقلها از کار افتاده",
|
||||
"privacy.quote.limited": "{visibility}، نقلها محدود شده",
|
||||
"privacy.unlisted.additional": "درست مثل عمومی رفتار میکند؛ جز این که فرسته در برچسبها یا خوراکهای زنده، کشف یا جستوجوی ماستودون ظاهر نخواهد شد. حتا اگر کلیّت نمایهتان اجازه داده باشد.",
|
||||
"privacy.unlisted.long": "نهفته از نتیجههای جستوجوی ماستودون و خطهای زمانی داغ و عمومی",
|
||||
"privacy.unlisted.short": "عمومی ساکت",
|
||||
"privacy_policy.last_updated": "آخرین بهروز رسانی در {date}",
|
||||
"privacy_policy.title": "سیاست محرمانگی",
|
||||
"quote_error.edit": "هنگام ویراستن فرسته نمیتوان نقلی افزود.",
|
||||
"quote_error.poll": "نقل نظرسنجیها مجاز نیست.",
|
||||
"quote_error.quote": "در هر زمان تنها یک نقل مجاز است.",
|
||||
"quote_error.unauthorized": "مجاز به نقل این فرسته نیستید.",
|
||||
"quote_error.upload": "نقل پیوستهای رسانهای مجاز نیست.",
|
||||
"recommended": "پیشنهادشده",
|
||||
"refresh": "نوسازی",
|
||||
"regeneration_indicator.please_stand_by": "لطفا منتظر باشید.",
|
||||
|
|
@ -744,6 +777,9 @@
|
|||
"relative_time.minutes": "{number} دقیقه",
|
||||
"relative_time.seconds": "{number} ثانیه",
|
||||
"relative_time.today": "امروز",
|
||||
"remove_quote_hint.button_label": "گرفتم",
|
||||
"remove_quote_hint.message": "میتوانید این کار را از {icon} فهرست گزینهها انجام دهید.",
|
||||
"remove_quote_hint.title": "میخواهید فرستهٔ نقل شدهتان را بردارید؟",
|
||||
"reply_indicator.attachments": "{count, plural, one {# پیوست} other {# پیوست}}",
|
||||
"reply_indicator.cancel": "لغو",
|
||||
"reply_indicator.poll": "نظرسنجی",
|
||||
|
|
@ -835,13 +871,23 @@
|
|||
"status.admin_account": "گشودن واسط مدیریت برای @{name}",
|
||||
"status.admin_domain": "گشودن واسط مدیریت برای {domain}",
|
||||
"status.admin_status": "گشودن این فرسته در واسط مدیریت",
|
||||
"status.all_disabled": "تقویتها و نقلها از کار افتادهاند",
|
||||
"status.block": "انسداد @{name}",
|
||||
"status.bookmark": "نشانک",
|
||||
"status.cancel_reblog_private": "ناتقویت",
|
||||
"status.cannot_quote": "مجاز به نقل این فرسته نیستید",
|
||||
"status.cannot_reblog": "این فرسته قابل تقویت نیست",
|
||||
"status.contains_quote": "دارای نقل",
|
||||
"status.context.loading": "بار کردن پاسخهای بیشتر",
|
||||
"status.context.loading_error": "نتوانست پاسخهای بیشتری بار کند",
|
||||
"status.context.loading_success": "پاسخهای جدید بار شدند",
|
||||
"status.context.more_replies_found": "پاسخهای بیشتری پیدا شد",
|
||||
"status.context.retry": "تلاش دوباره",
|
||||
"status.context.show": "نمایش",
|
||||
"status.continued_thread": "رشتهٔ دنباله دار",
|
||||
"status.copy": "رونوشت از پیوند فرسته",
|
||||
"status.delete": "حذف",
|
||||
"status.delete.success": "فرسته حذف شد",
|
||||
"status.detailed_status": "نمایش کامل گفتگو",
|
||||
"status.direct": "اشارهٔ خصوصی به @{name}",
|
||||
"status.direct_indicator": "اشارهٔ خصوصی",
|
||||
|
|
@ -866,24 +912,43 @@
|
|||
"status.pin": "سنجاق به نمایه",
|
||||
"status.quote": "نقلقول",
|
||||
"status.quote.cancel": "لغو نقل",
|
||||
"status.quote_error.blocked_account_hint.title": "این فرسته نهفته است چرا که @{name} را مسدود کردهاید.",
|
||||
"status.quote_error.blocked_domain_hint.title": "این فرسته نهفته است چرا که {domain} را مسدود کردهاید.",
|
||||
"status.quote_error.filtered": "نهفته بنا بر یکی از پالایههایتان",
|
||||
"status.quote_error.limited_account_hint.action": "نمایش به هر روی",
|
||||
"status.quote_error.limited_account_hint.title": "این حساب به دست ناظمهای {domain} پنهان شده.",
|
||||
"status.quote_error.muted_account_hint.title": "این فرسته نهفته است چرا که @{name} را خموش کردهاید.",
|
||||
"status.quote_error.not_available": "فرسته در دسترس نیست",
|
||||
"status.quote_error.pending_approval": "فرسته منتظر",
|
||||
"status.quote_error.pending_approval_popout.body": "روی ماستودون میتوان افراد مجاز به نقل را واپایید. این فرسته تا زمان گرفتن تأییده از نگارندهٔ اصلی معلّق است.",
|
||||
"status.quote_error.revoked": "فرسته به دست نگارنده برداشته شد",
|
||||
"status.quote_followers_only": "تنها پیگیران میتوانند این فرسته را نقل کنند",
|
||||
"status.quote_manual_review": "نگارنده به صورت دستی بررسی خواهد کرد",
|
||||
"status.quote_noun": "نقل",
|
||||
"status.quote_policy_change": "تغییر کسانی که میتوانند نقل کنند",
|
||||
"status.quote_post_author": "فرستهای از @{name} نقل شد",
|
||||
"status.quote_private": "فرستههای خصوصی نمیتوانند نقل شوند",
|
||||
"status.quotes": "{count, plural, one {نقل} other {نقل}}",
|
||||
"status.quotes.empty": "هنوز کسی این فرسته را نقل نکرده. وقتی کسی چنین کند اینجا نشان داده خواهد شد.",
|
||||
"status.quotes.local_other_disclaimer": "نقلهایی که به دست نگارنده رد شده باشند نشان داده نخواهند شد.",
|
||||
"status.quotes.remote_other_disclaimer": "تنها نقلها از {domain} تضمین نمایش در اینجا را دارند. نقلهای رد شده به دست نگاره نشان داده نخواهند شد.",
|
||||
"status.read_more": "بیشتر بخوانید",
|
||||
"status.reblog": "تقویت",
|
||||
"status.reblog_or_quote": "نقل یا تقویت",
|
||||
"status.reblog_private": "همرسانی دوباره با پیگیرانتان",
|
||||
"status.reblogged_by": "{name} تقویت کرد",
|
||||
"status.reblogs": "{count, plural, one {تقویت} other {تقویت}}",
|
||||
"status.reblogs.empty": "هنوز هیچ کسی این فرسته را تقویت نکرده است. وقتی کسی چنین کاری کند، اینجا نمایش داده خواهد شد.",
|
||||
"status.redraft": "حذف و بازنویسی",
|
||||
"status.remove_bookmark": "برداشتن نشانک",
|
||||
"status.remove_favourite": "حذف از موارد دلخواه",
|
||||
"status.remove_quote": "برداشتن",
|
||||
"status.replied_in_thread": "در رشته پاسخ داده",
|
||||
"status.replied_to": "به {name} پاسخ داد",
|
||||
"status.reply": "پاسخ",
|
||||
"status.replyAll": "پاسخ به رشته",
|
||||
"status.report": "گزارش @{name}",
|
||||
"status.request_quote": "درخواست نقل",
|
||||
"status.revoke_quote": "حذف فرستهام از فرسته @{name}",
|
||||
"status.sensitive_warning": "محتوای حساس",
|
||||
"status.share": "همرسانی",
|
||||
|
|
@ -922,6 +987,7 @@
|
|||
"upload_button.label": "افزودن تصاویر، ویدیو یا یک پروندهٔ صوتی",
|
||||
"upload_error.limit": "از حد مجاز بارگذاری پرونده فراتر رفتید.",
|
||||
"upload_error.poll": "بارگذاری پرونده در نظرسنجیها مجاز نیست.",
|
||||
"upload_error.quote": "بارگذاری پرونده در نقلها محاز نیست.",
|
||||
"upload_form.drag_and_drop.instructions": "برای دریافت پیوست رسانه، space را فشار دهید یا وارد کنید. در حین کشیدن، از کلیدهای جهت دار برای حرکت دادن پیوست رسانه در هر جهت معین استفاده کنید. برای رها کردن ضمیمه رسانه در موقعیت جدید خود، مجدداً space یا enter را فشار دهید، یا برای لغو، escape را فشار دهید.",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "کشیدن لغو شد. پیوست رسانه {item} حذف شد.",
|
||||
"upload_form.drag_and_drop.on_drag_end": "پیوست رسانه {item} حذف شد.",
|
||||
|
|
@ -947,8 +1013,16 @@
|
|||
"video.volume_up": "افزایش حجم صدا",
|
||||
"visibility_modal.button_title": "تنظیم نمایانی",
|
||||
"visibility_modal.header": "نمایانی و برهمکنش",
|
||||
"visibility_modal.helper.direct_quoting": "اشارههای خصوصی روی ماستودون نیمتوانند به دست دیگران نقل شوند.",
|
||||
"visibility_modal.helper.privacy_editing": "پس از انتشار فرسته نمیتوان نمایانی را تغییر داد.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "خودنقلی فرستههای خصوصی نمیتواند عمومی شود.",
|
||||
"visibility_modal.helper.private_quoting": "فرستهّای فقط پیگیران روی ماستودون نمیتوانند به دست دیگران نقل شوند.",
|
||||
"visibility_modal.helper.unlisted_quoting": "هنگامی که افراد نقلتان میکنند فرستهشان هم از خطزمانیهای داغ پنهان خواهد بود.",
|
||||
"visibility_modal.instructions": "واپایش کسانی که میتوانند با این فرسته تعامل داشته باشند. میتواند با رفتن به <link>ترجیحات > پیشگزیدهها فرستادن</link> تنظیمات را به همهٔ فرستههای آینده نیز اعمال کنید.",
|
||||
"visibility_modal.privacy_label": "نمایانی",
|
||||
"visibility_modal.quote_followers": "فقط پیگیرندگان",
|
||||
"visibility_modal.quote_label": "چهکسی میتواند نقل کند",
|
||||
"visibility_modal.quote_nobody": "فقط من",
|
||||
"visibility_modal.quote_public": "هرکسی",
|
||||
"visibility_modal.save": "ذخیره"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"about.contact": "Yhteydenotto:",
|
||||
"about.default_locale": "Oletus",
|
||||
"about.disclaimer": "Mastodon on vapaa avoimen lähdekoodin ohjelmisto ja Mastodon gGmbH:n tavaramerkki.",
|
||||
"about.domain_blocks.no_reason_available": "Syytä ei ole ilmoitettu",
|
||||
"about.domain_blocks.no_reason_available": "Syy ei ole tiedossa",
|
||||
"about.domain_blocks.preamble": "Mastodonin avulla voi yleensä tarkastella minkä tahansa fediversumiin kuuluvan palvelimen sisältöä ja olla yhteyksissä eri palvelinten käyttäjien kanssa. Nämä poikkeukset koskevat yksin tätä palvelinta.",
|
||||
"about.domain_blocks.silenced.explanation": "Et yleensä näe tämän palvelimen profiileja ja sisältöä, jollet erityisesti etsi juuri sitä tai liity siihen seuraamalla.",
|
||||
"about.domain_blocks.silenced.title": "Rajoitettu",
|
||||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Vain paikalliset",
|
||||
"community.column_settings.media_only": "Vain media",
|
||||
"community.column_settings.remote_only": "Vain etätilit",
|
||||
"compose.error.blank_post": "Julkaisu ei voi olla tyhjä.",
|
||||
"compose.language.change": "Vaihda kieli",
|
||||
"compose.language.search": "Hae kieliä…",
|
||||
"compose.published.body": "Julkaisu lähetetty.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Julkaise silti",
|
||||
"confirmations.missing_alt_text.title": "Lisätäänkö vaihtoehtoinen teksti?",
|
||||
"confirmations.mute.confirm": "Mykistä",
|
||||
"confirmations.private_quote_notify.cancel": "Takaisin muokkaukseen",
|
||||
"confirmations.private_quote_notify.confirm": "Julkaise",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Älä näytä tätä viestiä uudelleen",
|
||||
"confirmations.private_quote_notify.message": "Lainaamasi käyttäjä ja muut mainitut saavat ilmoituksen ja voivat tarkastella julkaisuasi, vaikka he eivät seuraisi sinua.",
|
||||
"confirmations.private_quote_notify.title": "Jaetaanko seuraajien ja mainittujen käyttäjien kanssa?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Älä muistuta minua uudelleen",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Selvä",
|
||||
"confirmations.quiet_post_quote_info.message": "Kun lainaat vaivihkaa julkisia julkaisuja, oma julkaisusi piilotetaan suosittujen julkaisujen aikajanoilta.",
|
||||
|
|
@ -758,6 +764,7 @@
|
|||
"privacy_policy.title": "Tietosuojakäytäntö",
|
||||
"quote_error.edit": "Lainauksia ei voi lisätä julkaisua muokattaessa.",
|
||||
"quote_error.poll": "Äänestysten lainaaminen ei ole sallittua.",
|
||||
"quote_error.private_mentions": "Lainaaminen ei ole sallittua yksityismaininnoissa.",
|
||||
"quote_error.quote": "Vain yksi lainaus kerrallaan on sallittu.",
|
||||
"quote_error.unauthorized": "Sinulla ei ole valtuuksia lainata tätä julkaisua.",
|
||||
"quote_error.upload": "Medialiitteiden lainaaminen ei ole sallittua.",
|
||||
|
|
@ -911,9 +918,12 @@
|
|||
"status.pin": "Kiinnitä profiiliin",
|
||||
"status.quote": "Lainaa",
|
||||
"status.quote.cancel": "Peruuta lainaus",
|
||||
"status.quote_error.blocked_account_hint.title": "Tämä julkaisu on piilotettu, koska olet estänyt käyttäjän @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Tämä julkaisu on piilotettu, koska olet estänyt verkkotunnuksen {domain}.",
|
||||
"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.muted_account_hint.title": "Tämä julkaisu on piilotettu, koska olet mykistänyt käyttäjän @{name}.",
|
||||
"status.quote_error.not_available": "Julkaisu ei saatavilla",
|
||||
"status.quote_error.pending_approval": "Julkaisu odottaa",
|
||||
"status.quote_error.pending_approval_popout.body": "Mastodonissa voit hallita, voiko joku lainata sinua. Tämä julkaisu on vireillä siihen asti, että saamme alkuperäisen tekijän hyväksynnän.",
|
||||
|
|
@ -1008,6 +1018,8 @@
|
|||
"video.volume_down": "Vähennä äänenvoimakkuutta",
|
||||
"video.volume_up": "Lisää äänenvoimakkuutta",
|
||||
"visibility_modal.button_title": "Aseta näkyvyys",
|
||||
"visibility_modal.direct_quote_warning.text": "Jos tallennat nykyiset asetukset, upotettu lainaus muunnetaan linkiksi.",
|
||||
"visibility_modal.direct_quote_warning.title": "Lainauksia ei voi upottaa yksityismainintoihin",
|
||||
"visibility_modal.header": "Näkyvyys ja vuorovaikutus",
|
||||
"visibility_modal.helper.direct_quoting": "Muut eivät voi lainata Mastodonissa kirjoitettuja yksityismainintoja.",
|
||||
"visibility_modal.helper.privacy_editing": "Näkyvyyttä ei voi muuttaa julkaisun jälkeen.",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "Broyt lista",
|
||||
"column.favourites": "Dámdir postar",
|
||||
"column.firehose": "Beinleiðis rásir",
|
||||
"column.firehose_local": "Beinleiðis rás hjá hesum ambætaranum",
|
||||
"column.firehose_singular": "Beinleiðis rás",
|
||||
"column.follow_requests": "Umbønir at fylgja",
|
||||
"column.home": "Heim",
|
||||
"column.list_members": "Rætta limalista",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Einans lokalt",
|
||||
"community.column_settings.media_only": "Einans miðlar",
|
||||
"community.column_settings.remote_only": "Einans útifrá",
|
||||
"compose.error.blank_post": "Postar kunnu ikki vera blankir.",
|
||||
"compose.language.change": "Skift mál",
|
||||
"compose.language.search": "Leita eftir málum...",
|
||||
"compose.published.body": "Postur útgivin.",
|
||||
|
|
@ -244,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Posta allíkavæl",
|
||||
"confirmations.missing_alt_text.title": "Legg alternativan tekst afturat?",
|
||||
"confirmations.mute.confirm": "Doyv",
|
||||
"confirmations.private_quote_notify.cancel": "Aftur til rættingar",
|
||||
"confirmations.private_quote_notify.confirm": "Útgev post",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Ikki vísa hesi boðini aftur",
|
||||
"confirmations.private_quote_notify.message": "Persónurin, sum tú siterar, og onnur, sum eru nevnd, verða kunnaði og kunnu síggja postin hjá tær, sjálvt um tey ikki fylgja tær.",
|
||||
"confirmations.private_quote_notify.title": "Deil við fylgjarum og nevndum brúkarum?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Ikki minna meg á tað aftur",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Eg skilji",
|
||||
"confirmations.quiet_post_quote_info.message": "Tá tú siterar ein stillan almennan post, verður posturin hjá tær fjaldur frá tíðarlinjum, ið vísa vælumtóktar postar.",
|
||||
|
|
@ -756,6 +764,7 @@
|
|||
"privacy_policy.title": "Privatlívspolitikkur",
|
||||
"quote_error.edit": "Sitatir kunnu ikki leggjast afturat tá tú rættar ein post.",
|
||||
"quote_error.poll": "Tað er ikki loyvt at sitera spurnarkanningar.",
|
||||
"quote_error.private_mentions": "Sitering er ikki loyvd við beinleiðis umrøðum.",
|
||||
"quote_error.quote": "Bara ein sitering er loyvd í senn.",
|
||||
"quote_error.unauthorized": "Tú hevur ikki rættindi at sitera hendan postin.",
|
||||
"quote_error.upload": "Sitering er ikki loyvd um miðlar eru viðheftir.",
|
||||
|
|
@ -909,9 +918,12 @@
|
|||
"status.pin": "Ger fastan í vangan",
|
||||
"status.quote": "Sitat",
|
||||
"status.quote.cancel": "Ógilda sitat",
|
||||
"status.quote_error.blocked_account_hint.title": "Hesin posturin er fjaldur, tí tú hevur blokerað @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Hesin posturin er fjaldur, tí tú hevur blokerað @{domain}.",
|
||||
"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.muted_account_hint.title": "Hesin posturin er fjaldur, tí tú hevur doyvt @{name}.",
|
||||
"status.quote_error.not_available": "Postur ikki tøkur",
|
||||
"status.quote_error.pending_approval": "Postur bíðar",
|
||||
"status.quote_error.pending_approval_popout.body": "Á Mastodon kanst tú avgera, um onkur kann sitera teg. Hesin posturin bíðar eftir góðkenning frá upprunahøvundinum.",
|
||||
|
|
@ -1006,6 +1018,8 @@
|
|||
"video.volume_down": "Minka ljóðstyrki",
|
||||
"video.volume_up": "Øk um ljóðstyrki",
|
||||
"visibility_modal.button_title": "Set sýni",
|
||||
"visibility_modal.direct_quote_warning.text": "Um tú goymir verandi stillingar, verður innskotna sitatið umskapað til eitt leinki.",
|
||||
"visibility_modal.direct_quote_warning.title": "Sitatir kunnu ikki innskjótast í privatar umrøður",
|
||||
"visibility_modal.header": "Sýni og samvirkni",
|
||||
"visibility_modal.helper.direct_quoting": "Privatar umrøður, sum eru skrivaðar á Mastodon, kunnu ikki siterast av øðrum.",
|
||||
"visibility_modal.helper.privacy_editing": "Sýni kann ikki broytast eftir, at ein postur er útgivin.",
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
"account.disable_notifications": "Ne plus me notifier quand @{name} publie",
|
||||
"account.domain_blocking": "Bloquer domaine",
|
||||
"account.edit_profile": "Modifier le profil",
|
||||
"account.edit_profile_short": "Modifier",
|
||||
"account.enable_notifications": "Me notifier quand @{name} publie",
|
||||
"account.endorse": "Inclure sur profil",
|
||||
"account.familiar_followers_many": "Suivi par {name1},{name2}, et {othersCount, plural,one {une personne connue} other {# autres personnel connues}}",
|
||||
|
|
@ -40,6 +41,11 @@
|
|||
"account.featured_tags.last_status_never": "Aucune publication",
|
||||
"account.follow": "Suivre",
|
||||
"account.follow_back": "Suivre en retour",
|
||||
"account.follow_back_short": "Suivre en retour",
|
||||
"account.follow_request": "Demande d’abonnement",
|
||||
"account.follow_request_cancel": "Annuler la demande",
|
||||
"account.follow_request_cancel_short": "Annuler",
|
||||
"account.follow_request_short": "Requête",
|
||||
"account.followers": "abonné·e·s",
|
||||
"account.followers.empty": "Personne ne suit ce compte pour l'instant.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} abonné·e} other {{counter} abonné·e·s}}",
|
||||
|
|
@ -167,6 +173,8 @@
|
|||
"column.edit_list": "Modifier la liste",
|
||||
"column.favourites": "Favoris",
|
||||
"column.firehose": "Flux en direct",
|
||||
"column.firehose_local": "Flux en direct pour ce serveur",
|
||||
"column.firehose_singular": "Flux en direct",
|
||||
"column.follow_requests": "Demande d'abonnement",
|
||||
"column.home": "Accueil",
|
||||
"column.list_members": "Gérer les membres de la liste",
|
||||
|
|
@ -186,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Local seulement",
|
||||
"community.column_settings.media_only": "Média seulement",
|
||||
"community.column_settings.remote_only": "À distance seulement",
|
||||
"compose.error.blank_post": "Le message ne peut être laissé vide.",
|
||||
"compose.language.change": "Changer de langue",
|
||||
"compose.language.search": "Rechercher des langues…",
|
||||
"compose.published.body": "Publiée.",
|
||||
|
|
@ -327,6 +336,7 @@
|
|||
"empty_column.bookmarked_statuses": "Vous n'avez pas de publications parmi vos signets. Lorsque vous en ajouterez une, elle apparaîtra ici.",
|
||||
"empty_column.community": "Le fil local est vide. Écrivez donc quelque chose pour le remplir!",
|
||||
"empty_column.direct": "Vous n'avez pas encore de mentions privées. Quand vous en envoyez ou en recevez, elles apparaîtront ici.",
|
||||
"empty_column.disabled_feed": "Ce flux a été désactivé par les administrateur·rice·s de votre serveur.",
|
||||
"empty_column.domain_blocks": "Il n’y a aucun domaine bloqué pour le moment.",
|
||||
"empty_column.explore_statuses": "Rien n'est en tendance présentement. Revenez plus tard!",
|
||||
"empty_column.favourited_statuses": "Vous n’avez pas encore de publications favorites. Lorsque vous en ajouterez une, elle apparaîtra ici.",
|
||||
|
|
@ -747,6 +757,7 @@
|
|||
"privacy.unlisted.short": "Public discret",
|
||||
"privacy_policy.last_updated": "Dernière mise à jour {date}",
|
||||
"privacy_policy.title": "Politique de confidentialité",
|
||||
"quote_error.edit": "Les citations ne peuvent pas être ajoutés lors de l'édition d'un message.",
|
||||
"quote_error.poll": "Les citations ne sont pas autorisées avec les sondages.",
|
||||
"quote_error.quote": "Une seule citation à la fois est autorisée.",
|
||||
"quote_error.unauthorized": "Vous n'êtes pas autorisé⋅e à citer cette publication.",
|
||||
|
|
@ -869,6 +880,7 @@
|
|||
"status.contains_quote": "Contient la citation",
|
||||
"status.context.loading": "Chargement de réponses supplémentaires",
|
||||
"status.context.loading_error": "Impossible de charger les nouvelles réponses",
|
||||
"status.context.loading_success": "Nouvelles réponses ont été chargées",
|
||||
"status.context.more_replies_found": "Plus de réponses trouvées",
|
||||
"status.context.retry": "Réessayer",
|
||||
"status.context.show": "Montrer",
|
||||
|
|
@ -900,9 +912,12 @@
|
|||
"status.pin": "Épingler sur profil",
|
||||
"status.quote": "Citer",
|
||||
"status.quote.cancel": "Annuler la citation",
|
||||
"status.quote_error.blocked_account_hint.title": "Ce message est masqué car vous avez bloqué @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Ce message est masqué car vous avez bloqué {domain}.",
|
||||
"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.muted_account_hint.title": "Ce message est masqué car vous avez Mis en sourdine @{name}.",
|
||||
"status.quote_error.not_available": "Publication non disponible",
|
||||
"status.quote_error.pending_approval": "Publication en attente",
|
||||
"status.quote_error.pending_approval_popout.body": "Sur Mastodon, vous pouvez contrôler si quelqu'un peut vous citer. Ce message est en attente pendant que nous recevons l'approbation de l'auteur original.",
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
"account.disable_notifications": "Ne plus me notifier quand @{name} publie quelque chose",
|
||||
"account.domain_blocking": "Bloquer domaine",
|
||||
"account.edit_profile": "Modifier le profil",
|
||||
"account.edit_profile_short": "Modifier",
|
||||
"account.enable_notifications": "Me notifier quand @{name} publie quelque chose",
|
||||
"account.endorse": "Recommander sur votre profil",
|
||||
"account.familiar_followers_many": "Suivi par {name1},{name2}, et {othersCount, plural,one {une personne connue} other {# autres personnel connues}}",
|
||||
|
|
@ -40,6 +41,11 @@
|
|||
"account.featured_tags.last_status_never": "Aucun message",
|
||||
"account.follow": "Suivre",
|
||||
"account.follow_back": "Suivre en retour",
|
||||
"account.follow_back_short": "Suivre en retour",
|
||||
"account.follow_request": "Demande d’abonnement",
|
||||
"account.follow_request_cancel": "Annuler la demande",
|
||||
"account.follow_request_cancel_short": "Annuler",
|
||||
"account.follow_request_short": "Requête",
|
||||
"account.followers": "Abonné·e·s",
|
||||
"account.followers.empty": "Personne ne suit cet·te utilisateur·rice pour l’instant.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} abonné·e} other {{counter} abonné·e·s}}",
|
||||
|
|
@ -167,6 +173,8 @@
|
|||
"column.edit_list": "Modifier la liste",
|
||||
"column.favourites": "Favoris",
|
||||
"column.firehose": "Flux en direct",
|
||||
"column.firehose_local": "Flux en direct pour ce serveur",
|
||||
"column.firehose_singular": "Flux en direct",
|
||||
"column.follow_requests": "Demandes d'abonnement",
|
||||
"column.home": "Accueil",
|
||||
"column.list_members": "Gérer les membres de la liste",
|
||||
|
|
@ -186,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Local seulement",
|
||||
"community.column_settings.media_only": "Média uniquement",
|
||||
"community.column_settings.remote_only": "Distant seulement",
|
||||
"compose.error.blank_post": "Le message ne peut être laissé vide.",
|
||||
"compose.language.change": "Changer de langue",
|
||||
"compose.language.search": "Rechercher des langues...",
|
||||
"compose.published.body": "Message Publié.",
|
||||
|
|
@ -327,6 +336,7 @@
|
|||
"empty_column.bookmarked_statuses": "Vous n'avez pas de message en marque-page. Lorsque vous en ajouterez un, il apparaîtra ici.",
|
||||
"empty_column.community": "Le fil public local est vide. Écrivez donc quelque chose pour le remplir !",
|
||||
"empty_column.direct": "Vous n'avez pas encore de mentions privées. Quand vous en enverrez ou recevrez, elles apparaîtront ici.",
|
||||
"empty_column.disabled_feed": "Ce flux a été désactivé par les administrateur·rice·s de votre serveur.",
|
||||
"empty_column.domain_blocks": "Il n’y a aucun domaine bloqué pour le moment.",
|
||||
"empty_column.explore_statuses": "Rien n'est en tendance pour le moment. Revenez plus tard !",
|
||||
"empty_column.favourited_statuses": "Vous n’avez pas encore de message en favori. Lorsque vous en ajouterez un, il apparaîtra ici.",
|
||||
|
|
@ -747,6 +757,7 @@
|
|||
"privacy.unlisted.short": "Public discret",
|
||||
"privacy_policy.last_updated": "Dernière mise à jour {date}",
|
||||
"privacy_policy.title": "Politique de confidentialité",
|
||||
"quote_error.edit": "Les citations ne peuvent pas être ajoutés lors de l'édition d'un message.",
|
||||
"quote_error.poll": "Les citations ne sont pas autorisées avec les sondages.",
|
||||
"quote_error.quote": "Une seule citation à la fois est autorisée.",
|
||||
"quote_error.unauthorized": "Vous n'êtes pas autorisé⋅e à citer cette publication.",
|
||||
|
|
@ -869,6 +880,7 @@
|
|||
"status.contains_quote": "Contient la citation",
|
||||
"status.context.loading": "Chargement de réponses supplémentaires",
|
||||
"status.context.loading_error": "Impossible de charger les nouvelles réponses",
|
||||
"status.context.loading_success": "Nouvelles réponses ont été chargées",
|
||||
"status.context.more_replies_found": "Plus de réponses trouvées",
|
||||
"status.context.retry": "Réessayer",
|
||||
"status.context.show": "Montrer",
|
||||
|
|
@ -900,9 +912,12 @@
|
|||
"status.pin": "Épingler sur le profil",
|
||||
"status.quote": "Citer",
|
||||
"status.quote.cancel": "Annuler la citation",
|
||||
"status.quote_error.blocked_account_hint.title": "Ce message est masqué car vous avez bloqué @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Ce message est masqué car vous avez bloqué {domain}.",
|
||||
"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.muted_account_hint.title": "Ce message est masqué car vous avez Mis en sourdine @{name}.",
|
||||
"status.quote_error.not_available": "Publication non disponible",
|
||||
"status.quote_error.pending_approval": "Publication en attente",
|
||||
"status.quote_error.pending_approval_popout.body": "Sur Mastodon, vous pouvez contrôler si quelqu'un peut vous citer. Ce message est en attente pendant que nous recevons l'approbation de l'auteur original.",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "Cuir liosta in eagar",
|
||||
"column.favourites": "Ceanáin",
|
||||
"column.firehose": "Fothaí beo",
|
||||
"column.firehose_local": "Fotha beo don fhreastalaí seo",
|
||||
"column.firehose_singular": "Beo-bheatha",
|
||||
"column.follow_requests": "Iarratais leanúnaí",
|
||||
"column.home": "Baile",
|
||||
"column.list_members": "Bainistigh baill liosta",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Áitiúil amháin",
|
||||
"community.column_settings.media_only": "Meáin Amháin",
|
||||
"community.column_settings.remote_only": "Cian amháin",
|
||||
"compose.error.blank_post": "Ní féidir an post a fhágáil bán.",
|
||||
"compose.language.change": "Athraigh teanga",
|
||||
"compose.language.search": "Cuardaigh teangacha...",
|
||||
"compose.published.body": "Post foilsithe.",
|
||||
|
|
@ -244,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Post ar aon nós",
|
||||
"confirmations.missing_alt_text.title": "Cuir téacs alt leis?",
|
||||
"confirmations.mute.confirm": "Balbhaigh",
|
||||
"confirmations.private_quote_notify.cancel": "Ar ais chuig an eagarthóireacht",
|
||||
"confirmations.private_quote_notify.confirm": "Foilsigh an post",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Ná taispeáin an teachtaireacht seo dom arís",
|
||||
"confirmations.private_quote_notify.message": "Cuirfear an duine atá á lua agat agus luanna eile ar an eolas agus beidh siad in ann do phost a fheiceáil, fiú mura bhfuil siad ag leanúint thú.",
|
||||
"confirmations.private_quote_notify.title": "Roinn le leantóirí agus úsáideoirí a luadh?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Ná cuir i gcuimhne dom arís",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Tuigim é",
|
||||
"confirmations.quiet_post_quote_info.message": "Agus post poiblí ciúin á lua, beidh do phost i bhfolach ó amlínte treochta.",
|
||||
|
|
@ -756,6 +764,7 @@
|
|||
"privacy_policy.title": "Polasaí príobháideachais",
|
||||
"quote_error.edit": "Ní féidir Sleachta a chur leis agus post á chur in eagar.",
|
||||
"quote_error.poll": "Ní cheadaítear lua le pobalbhreitheanna.",
|
||||
"quote_error.private_mentions": "Ní cheadaítear lua le tagairtí díreacha.",
|
||||
"quote_error.quote": "Ní cheadaítear ach luachan amháin ag an am.",
|
||||
"quote_error.unauthorized": "Níl údarás agat an post seo a lua.",
|
||||
"quote_error.upload": "Ní cheadaítear lua a dhéanamh le ceangaltáin sna meáin.",
|
||||
|
|
@ -909,9 +918,12 @@
|
|||
"status.pin": "Pionnáil ar do phróifíl",
|
||||
"status.quote": "Luachan",
|
||||
"status.quote.cancel": "Cealaigh an luachan",
|
||||
"status.quote_error.blocked_account_hint.title": "Tá an post seo i bhfolach mar gur chuir tú bac ar @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Tá an post seo i bhfolach mar gur chuir tú bac ar {domain}.",
|
||||
"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.muted_account_hint.title": "Tá an post seo i bhfolach mar gur chuir tú @{name} ar neamhní.",
|
||||
"status.quote_error.not_available": "Níl an postáil ar fáil",
|
||||
"status.quote_error.pending_approval": "Post ar feitheamh",
|
||||
"status.quote_error.pending_approval_popout.body": "Ar Mastodon, is féidir leat a rialú an féidir le duine tú a lua nó nach féidir. Tá an post seo ar feitheamh fad is atá ceadú an údair bhunaidh á fháil againn.",
|
||||
|
|
@ -1006,6 +1018,8 @@
|
|||
"video.volume_down": "Toirt síos",
|
||||
"video.volume_up": "Toirt suas",
|
||||
"visibility_modal.button_title": "Socraigh infheictheacht",
|
||||
"visibility_modal.direct_quote_warning.text": "Má shábhálann tú na socruithe reatha, déanfar an luachan leabaithe a thiontú ina nasc.",
|
||||
"visibility_modal.direct_quote_warning.title": "Ní féidir luachana a leabú i luanna príobháideacha",
|
||||
"visibility_modal.header": "Infheictheacht agus idirghníomhaíocht",
|
||||
"visibility_modal.helper.direct_quoting": "Ní féidir le daoine eile tráchtanna príobháideacha a scríobhadh ar Mastodon a lua.",
|
||||
"visibility_modal.helper.privacy_editing": "Ní féidir infheictheacht a athrú tar éis post a fhoilsiú.",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "Deasaich an liosta",
|
||||
"column.favourites": "Annsachdan",
|
||||
"column.firehose": "An saoghal beò",
|
||||
"column.firehose_local": "Loidhne-ama bheò an fhrithealaiche seo",
|
||||
"column.firehose_singular": "Loidhne-ama bheò beò",
|
||||
"column.follow_requests": "Iarrtasan leantainn",
|
||||
"column.home": "Dachaigh",
|
||||
"column.list_members": "Stiùir buill na liosta",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Feadhainn ionadail a-mhàin",
|
||||
"community.column_settings.media_only": "Meadhanan a-mhàin",
|
||||
"community.column_settings.remote_only": "Feadhainn chèin a-mhàin",
|
||||
"compose.error.blank_post": "Chan urrrainn dho phost a bhith bàn.",
|
||||
"compose.language.change": "Atharraich an cànan",
|
||||
"compose.language.search": "Lorg cànan…",
|
||||
"compose.published.body": "Chaidh am post fhoillseachadh.",
|
||||
|
|
@ -244,10 +247,15 @@
|
|||
"confirmations.missing_alt_text.secondary": "Postaich e co-dhiù",
|
||||
"confirmations.missing_alt_text.title": "A bheil thu airson roghainn teacsa a chur ris?",
|
||||
"confirmations.mute.confirm": "Mùch",
|
||||
"confirmations.private_quote_notify.cancel": "Till dhan deasachadh",
|
||||
"confirmations.private_quote_notify.confirm": "Foillsich am post",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Na seall an teachdaireachd seo a-rithist dhomh",
|
||||
"confirmations.private_quote_notify.message": "Cuiridh sinn brath dhan neach a tha thu a’ luaidh ’s do na daoine eile le iomradh orra agus chì iad am post agad fiù mur eil iad ’gad leantainn.",
|
||||
"confirmations.private_quote_notify.title": "A bheil thu airson a cho-roinneadh leis an luchd-leantainn ’s na cleachdaichean le iomradh orra?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Na cuiribh seo ’nam chuimhne a-rithist",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Tha mi agaibh",
|
||||
"confirmations.quiet_post_quote_info.message": "Nuair a luaidheas tu post a tha poblach ach sàmhach, thèid am post agad fhalach o loidhnichean-ama nan treandaichean.",
|
||||
"confirmations.quiet_post_quote_info.title": "Luaidh air postaichean poblach ach sàmhach",
|
||||
"confirmations.quiet_post_quote_info.title": "Luaidh air postaichean sàmhach",
|
||||
"confirmations.redraft.confirm": "Sguab às ⁊ dèan dreachd ùr",
|
||||
"confirmations.redraft.message": "A bheil thu cinnteach gu bheil thu airson am post seo a sguabadh às agus dreachd ùr a thòiseachadh? Caillidh tu gach annsachd is brosnachadh air agus thèid freagairtean dhan phost thùsail ’nan dìlleachdanan.",
|
||||
"confirmations.redraft.title": "A bheil thu airson am post a sguabadh às ⁊ dreachd ùr a dhèanamh dheth?",
|
||||
|
|
@ -333,6 +341,7 @@
|
|||
"empty_column.bookmarked_statuses": "Chan eil comharra-lìn ri post agad fhathast. Nuair a nì thu comharra-lìn de dh’fhear, nochdaidh e an-seo.",
|
||||
"empty_column.community": "Tha an loidhne-ama ionadail falamh. Sgrìobh rudeigin gu poblach airson toiseach-tòiseachaidh a dhèanamh!",
|
||||
"empty_column.direct": "Chan eil iomradh prìobhaideach agad fhathast. Nuair a chuireas no a gheibh thu tè, nochdaidh i an-seo.",
|
||||
"empty_column.disabled_feed": "Chaidh an loidhne-ama seo a chur à comas le rianairean an fhrithealaiche agad.",
|
||||
"empty_column.domain_blocks": "Cha deach àrainn sam bith a bhacadh fhathast.",
|
||||
"empty_column.explore_statuses": "Chan eil dad a’ treandadh an-dràsta fhèin. Thoir sùil a-rithist an ceann greis!",
|
||||
"empty_column.favourited_statuses": "Chan eil annsachd air post agad fhathast. Nuair a nì thu annsachd de dh’fhear, nochdaidh e an-seo.",
|
||||
|
|
@ -745,16 +754,17 @@
|
|||
"privacy.private.short": "Luchd-leantainn",
|
||||
"privacy.public.long": "Duine sam bith taobh a-staigh no a-muigh Mhastodon",
|
||||
"privacy.public.short": "Poblach",
|
||||
"privacy.quote.anyone": "{visibility}, luaidhidh neach sam bith e",
|
||||
"privacy.quote.anyone": "{visibility}, luaidh fosgailte",
|
||||
"privacy.quote.disabled": "{visibility}, luaidh à comas",
|
||||
"privacy.quote.limited": "{visibility}, luaidh cuingichte",
|
||||
"privacy.unlisted.additional": "Tha seo coltach ris an fhaicsinneachd phoblach ach cha nochd am post air loidhnichean-ama an t-saoghail phoblaich, nan tagaichean hais no an rùrachaidh no ann an toraidhean luirg Mhastodon fiù ’s ma thug thu ro-aonta airson sin seachad.",
|
||||
"privacy.unlisted.long": "Falaichte o na toraidhean-luirg, na treandaichean ’s na loichnichean-ama poblach",
|
||||
"privacy.unlisted.short": "Poblach ach sàmhach",
|
||||
"privacy.unlisted.long": "Poblach ach falaichte o na toraidhean-luirg, na treandaichean ’s na loichnichean-ama poblach",
|
||||
"privacy.unlisted.short": "Sàmhach",
|
||||
"privacy_policy.last_updated": "An t-ùrachadh mu dheireadh {date}",
|
||||
"privacy_policy.title": "Poileasaidh prìobhaideachd",
|
||||
"quote_error.edit": "Chan urrainn dhut luaidh a chur ris nuair a bhios tu ri deasachadh puist.",
|
||||
"quote_error.poll": "Chan fhaod thu luaidh a chur an cois cunntais-bheachd.",
|
||||
"quote_error.private_mentions": "Chan fhaod thu luaidh a chur an cois iomraidh phrìobhaidich.",
|
||||
"quote_error.quote": "Chan eil taic ach ri aon luaidh aig an aon àm.",
|
||||
"quote_error.unauthorized": "Chan fhaod thu am post seo a luaidh.",
|
||||
"quote_error.upload": "Chan fhaod thu meadhan a chur ri luaidh.",
|
||||
|
|
@ -908,9 +918,12 @@
|
|||
"status.pin": "Prìnich ris a’ phròifil",
|
||||
"status.quote": "Luaidh",
|
||||
"status.quote.cancel": "Sguir dhen luaidh",
|
||||
"status.quote_error.blocked_account_hint.title": "Tha am post seo falaichte on a bhac thu @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Tha am post seo falaichte on a bhac thu {domain}.",
|
||||
"status.quote_error.filtered": "Falaichte le criathrag a th’ agad",
|
||||
"status.quote_error.limited_account_hint.action": "Seall e co-dhiù",
|
||||
"status.quote_error.limited_account_hint.title": "Chaidh an cunntas seo fhalach le maoir {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "Tha am post seo falaichte on a mhùch thu @{name}.",
|
||||
"status.quote_error.not_available": "Chan eil am post ri fhaighinn",
|
||||
"status.quote_error.pending_approval": "Cha deach dèiligeadh ris a’ phost fhathast",
|
||||
"status.quote_error.pending_approval_popout.body": "Air Mastodon, ’s urrainn dhut stiùireadh am faod cuideigin do luaidh gus nach fhaod. Tha am post seo a’ feitheamh air aonta an ùghdair thùsail.",
|
||||
|
|
@ -1005,6 +1018,8 @@
|
|||
"video.volume_down": "Lùghdaich an fhuaim",
|
||||
"video.volume_up": "Cuir an fhuaim an àirde",
|
||||
"visibility_modal.button_title": "Suidhich an fhaicsinneachd",
|
||||
"visibility_modal.direct_quote_warning.text": "Ma shàbhaileas tu na roghainnean làithreach, thèid ceangal a dhèanamh dhen luaidh leabaichte.",
|
||||
"visibility_modal.direct_quote_warning.title": "Chan urrainn dhut luaidh a leabachadh ann an iomradh prìobhaideach",
|
||||
"visibility_modal.header": "Faicsinneachd ⁊ eadar-ghabhail",
|
||||
"visibility_modal.helper.direct_quoting": "Chan urrainn do chàch iomraidhean prìobhaideach a chaidh a sgrìobhadh le Mastodon a luaidh.",
|
||||
"visibility_modal.helper.privacy_editing": "Chan urrainn dhut faicsinneachd puist atharrachadh às dhèidh fhoillseachadh.",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "Editar lista",
|
||||
"column.favourites": "Favoritas",
|
||||
"column.firehose": "O que acontece",
|
||||
"column.firehose_local": "Acontece agora neste servidor",
|
||||
"column.firehose_singular": "O que acontece",
|
||||
"column.follow_requests": "Peticións de seguimento",
|
||||
"column.home": "Inicio",
|
||||
"column.list_members": "Xestionar membros da lista",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Só local",
|
||||
"community.column_settings.media_only": "Só multimedia",
|
||||
"community.column_settings.remote_only": "Só remoto",
|
||||
"compose.error.blank_post": "A publicación non pode estar baleira.",
|
||||
"compose.language.change": "Elixe o idioma",
|
||||
"compose.language.search": "Buscar idiomas...",
|
||||
"compose.published.body": "Mensaxe publicada.",
|
||||
|
|
@ -244,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Publicar igualmente",
|
||||
"confirmations.missing_alt_text.title": "Engadir texto descritivo?",
|
||||
"confirmations.mute.confirm": "Acalar",
|
||||
"confirmations.private_quote_notify.cancel": "Volver á edición",
|
||||
"confirmations.private_quote_notify.confirm": "Publicar publicación",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Non me volvas a mostrar esta mensaxe",
|
||||
"confirmations.private_quote_notify.message": "A persoa que estás a citar e outras contas mencionadas serán notificadas e poderán ver a túa publicación, incluso se non te seguen.",
|
||||
"confirmations.private_quote_notify.title": "Compartir coas seguidoras e coas usuarias mencionadas?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Non lembrarmo máis",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Entendido",
|
||||
"confirmations.quiet_post_quote_info.message": "Ao citar unha publicación pública limitada a túa publicación non aparecerá nas cronoloxías de tendencias.",
|
||||
|
|
@ -756,6 +764,7 @@
|
|||
"privacy_policy.title": "Política de Privacidade",
|
||||
"quote_error.edit": "Non se poden engadir citas ao editar unha publicación.",
|
||||
"quote_error.poll": "Non se permite citar as enquisas.",
|
||||
"quote_error.private_mentions": "As citas non están permitidas nas mencións directas.",
|
||||
"quote_error.quote": "Só se permite citar unha vez.",
|
||||
"quote_error.unauthorized": "Non tes permiso para citar esta publicación.",
|
||||
"quote_error.upload": "As citas non están permitidas para anexos multimedia.",
|
||||
|
|
@ -909,9 +918,12 @@
|
|||
"status.pin": "Fixar no perfil",
|
||||
"status.quote": "Citar",
|
||||
"status.quote.cancel": "Cancelar a cita",
|
||||
"status.quote_error.blocked_account_hint.title": "A publicación está oculta porque bloqueaches a @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "A publicación está oculta porque bloqueaches {domain}.",
|
||||
"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.muted_account_hint.title": "A publicación está oculta porque silenciaches a @{name}.",
|
||||
"status.quote_error.not_available": "Publicación non dispoñible",
|
||||
"status.quote_error.pending_approval": "Publicación pendente",
|
||||
"status.quote_error.pending_approval_popout.body": "En Mastodon podes establecer se permites que te citen. Esta publicación queda pendente á espera de que a persoa autora orixinal o autorice.",
|
||||
|
|
@ -1006,6 +1018,8 @@
|
|||
"video.volume_down": "Baixar volume",
|
||||
"video.volume_up": "Subir volume",
|
||||
"visibility_modal.button_title": "Establece a visibilidade",
|
||||
"visibility_modal.direct_quote_warning.text": "Se gardas os axustes actuais a cita incluída vaise converter nunha ligazón.",
|
||||
"visibility_modal.direct_quote_warning.title": "As citas non se poden incluír nas mencións privadas",
|
||||
"visibility_modal.header": "Visibilidade e interaccións",
|
||||
"visibility_modal.helper.direct_quoting": "As mencións privadas creadas con Mastodon non poden ser citadas.",
|
||||
"visibility_modal.helper.privacy_editing": "Non se pode cambiar a visibilidade unha vez foi publicada.",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "מקומי בלבד",
|
||||
"community.column_settings.media_only": "מדיה בלבד",
|
||||
"community.column_settings.remote_only": "מרוחק בלבד",
|
||||
"compose.error.blank_post": "הודעה לא יכולה להיות ריקה.",
|
||||
"compose.language.change": "שינוי שפת ההודעה",
|
||||
"compose.language.search": "חיפוש שפות...",
|
||||
"compose.published.body": "הודעה פורסמה.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "לפרסם בכל זאת",
|
||||
"confirmations.missing_alt_text.title": "להוסיף מלל חלופי?",
|
||||
"confirmations.mute.confirm": "להשתיק",
|
||||
"confirmations.private_quote_notify.cancel": "חזרה לעריכה",
|
||||
"confirmations.private_quote_notify.confirm": "פרסום ההודעה",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "אל תראה לי הודעה זו שוב",
|
||||
"confirmations.private_quote_notify.message": "המצוטט ומאוזכרים אחרים יקבלו התראה ויוכלו לקרוא את ההודעה שלך, אפילו אם אינם עוקבים אחריך.",
|
||||
"confirmations.private_quote_notify.title": "לשתף עם עוקבים ומאוזכרים?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "אל תזכיר לי שוב",
|
||||
"confirmations.quiet_post_quote_info.got_it": "הבנתי",
|
||||
"confirmations.quiet_post_quote_info.message": "כשמצטטים הודעה ציבורית שקטה, גם ההודעה המצטטת תוסתר מחלון הנושאים החמים.",
|
||||
|
|
@ -758,6 +764,7 @@
|
|||
"privacy_policy.title": "מדיניות פרטיות",
|
||||
"quote_error.edit": "לא ניתן להוסיף ציטוטים בשלב עריכת ההודעה.",
|
||||
"quote_error.poll": "לא ניתן לכלול משאל כאשר מחברים הודעת ציטוט.",
|
||||
"quote_error.private_mentions": "ציטוט אינו אפשרי בהודעות פרטיות.",
|
||||
"quote_error.quote": "רק ציטוט אחד מותר בכל הודעה.",
|
||||
"quote_error.unauthorized": "אין לך הרשאה לצטט את ההודעה הזו.",
|
||||
"quote_error.upload": "ציטוט הכולל מדיה אינו אפשרי.",
|
||||
|
|
@ -911,9 +918,12 @@
|
|||
"status.pin": "הצמדה לפרופיל שלי",
|
||||
"status.quote": "ציטוט",
|
||||
"status.quote.cancel": "ביטול הודעת ציטוט",
|
||||
"status.quote_error.blocked_account_hint.title": "ההודעה הזו מוסתרת כי חסמת את @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "ההודעה הזו מוסתרת כי חסמת את כל {domain}.",
|
||||
"status.quote_error.filtered": "מוסתר בהתאם לסננים שלך",
|
||||
"status.quote_error.limited_account_hint.action": "להציג בכל זאת",
|
||||
"status.quote_error.limited_account_hint.title": "חשבון הזה הוסתר על ידי מנחי הדיון של {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "ההודעה הזו מוסתרת כי השתקת את @{name}.",
|
||||
"status.quote_error.not_available": "ההודעה לא זמינה",
|
||||
"status.quote_error.pending_approval": "ההודעה בהמתנה לאישור",
|
||||
"status.quote_error.pending_approval_popout.body": "ברשת מסטודון, ניתן להגביל את האפשרות לצטט הודעות. ההודעה הזו ממתינה עד שהמחבר.ת של ההודעה המקורית יאשרו לך את הציטוט.",
|
||||
|
|
@ -1008,6 +1018,8 @@
|
|||
"video.volume_down": "הנמכת עוצמת השמע",
|
||||
"video.volume_up": "הגברת עוצמת שמע",
|
||||
"visibility_modal.button_title": "בחירת רמת חשיפה",
|
||||
"visibility_modal.direct_quote_warning.text": "אם תשמרו את ההעדפות הנוכחיות, הציטוט המוטמע יהפוך לקישור.",
|
||||
"visibility_modal.direct_quote_warning.title": "לא ניתן להטמיע ציטוטים בהודעות פרטיות",
|
||||
"visibility_modal.header": "חשיפה והידוּד (אינטראקציה)",
|
||||
"visibility_modal.helper.direct_quoting": "איזכורים פרטיים שנוצרו במסטודון חסומים מציטוט על ידי אחרים.",
|
||||
"visibility_modal.helper.privacy_editing": "רמת החשיפה של ההודעה לא ניתנת לשינוי אחרי הפרסום.",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "Lista módosítása",
|
||||
"column.favourites": "Kedvencek",
|
||||
"column.firehose": "Hírfolyamok",
|
||||
"column.firehose_local": "Élő hírfolyam a kiszolgálóhoz",
|
||||
"column.firehose_singular": "Élő hírfolyam",
|
||||
"column.follow_requests": "Követési kérések",
|
||||
"column.home": "Kezdőlap",
|
||||
"column.list_members": "Listatagok kezelése",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Csak helyi",
|
||||
"community.column_settings.media_only": "Csak média",
|
||||
"community.column_settings.remote_only": "Csak távoli",
|
||||
"compose.error.blank_post": "A bejegyzés nem lehet üres.",
|
||||
"compose.language.change": "Nyelv megváltoztatása",
|
||||
"compose.language.search": "Nyelvek keresése…",
|
||||
"compose.published.body": "A bejegyzés publikálásra került.",
|
||||
|
|
@ -244,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Közzététel mindenképpen",
|
||||
"confirmations.missing_alt_text.title": "Helyettesítő szöveg hozzáadása?",
|
||||
"confirmations.mute.confirm": "Némítás",
|
||||
"confirmations.private_quote_notify.cancel": "Vissza a szerkesztéshez",
|
||||
"confirmations.private_quote_notify.confirm": "Bejegyzés közzététele",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Ne jelenítse meg újra ezt az üzenetet",
|
||||
"confirmations.private_quote_notify.message": "Akit idézel, és a többi megemlített értesítve lesz, és megtekinthetik a bejegyzésed, még akkor is, ha nem követnek.",
|
||||
"confirmations.private_quote_notify.title": "Megosztás a követőkkel és a megemlített felhasználókkal?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Ne emlékeztessen újra",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Rendben",
|
||||
"confirmations.quiet_post_quote_info.message": "Ha csendes nyilvános bejegyzést idézel, akkor a bejegyzés el lesz rejtve a felkapottak idővonalairól.",
|
||||
|
|
@ -909,9 +917,12 @@
|
|||
"status.pin": "Kitűzés a profilodra",
|
||||
"status.quote": "Idézés",
|
||||
"status.quote.cancel": "Idézés elvetése",
|
||||
"status.quote_error.blocked_account_hint.title": "Ez a bejegyzés rejtett, mert blokkoltad @{name} felhasználót.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Ez a bejegyzés rejtett, mert blokkoltad a(z) {domain} domaint.",
|
||||
"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.muted_account_hint.title": "Ez a bejegyzés rejtett, mert némítottad @{name} felhasználót.",
|
||||
"status.quote_error.not_available": "A bejegyzés nem érhető el",
|
||||
"status.quote_error.pending_approval": "A bejegyzés függőben van",
|
||||
"status.quote_error.pending_approval_popout.body": "A Mastodonon te mondod meg, hogy valaki idézhet-e. Ez a bejegyzés addig függőben marad, amíg az eredeti szerző nem engedélyezi azt.",
|
||||
|
|
@ -1006,6 +1017,8 @@
|
|||
"video.volume_down": "Hangerő le",
|
||||
"video.volume_up": "Hangerő fel",
|
||||
"visibility_modal.button_title": "Láthatóság beállítása",
|
||||
"visibility_modal.direct_quote_warning.text": "Ha mented a jelenlegi beállításokat, akkor a beágyazott idézet hivatkozássá lesz alakítva.",
|
||||
"visibility_modal.direct_quote_warning.title": "Idézetek nem ágyazhatóak be privát említésekbe",
|
||||
"visibility_modal.header": "Láthatóság és interakció",
|
||||
"visibility_modal.helper.direct_quoting": "A Mastodonon készült privát említéseket mások nem idézhetik.",
|
||||
"visibility_modal.helper.privacy_editing": "A láthatóság nem módosítható a bejegyzés közzététele után.",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Einungis staðvært",
|
||||
"community.column_settings.media_only": "Einungis myndskrár",
|
||||
"community.column_settings.remote_only": "Einungis fjartengt",
|
||||
"compose.error.blank_post": "Færsla má ekki vera auð.",
|
||||
"compose.language.change": "Skipta um tungumál",
|
||||
"compose.language.search": "Leita að tungumálum...",
|
||||
"compose.published.body": "Færsla birt.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Birta samt",
|
||||
"confirmations.missing_alt_text.title": "Bæta við hjálpartexta?",
|
||||
"confirmations.mute.confirm": "Þagga",
|
||||
"confirmations.private_quote_notify.cancel": "Til baka í breytingar",
|
||||
"confirmations.private_quote_notify.confirm": "Birta færslu",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Ekki birta þessi skilaboð aftur",
|
||||
"confirmations.private_quote_notify.message": "Sá sem vitnað er í og aðrir sem minnst er á verða látin vita og munu geta skoðað færsluna þína, jafnvel þótt viðkomandi fylgist ekki með þér.",
|
||||
"confirmations.private_quote_notify.title": "Deila með fylgjendum og þeim sem minnst er á?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Ekki minna mig aftur á þetta",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Náði því",
|
||||
"confirmations.quiet_post_quote_info.message": "Þegar þú vitnar í hljóðláta opinbera færslu, verður færslan þín ekki birt á vinsældatímalínum.",
|
||||
|
|
@ -758,6 +764,7 @@
|
|||
"privacy_policy.title": "Persónuverndarstefna",
|
||||
"quote_error.edit": "Ekki er hægt að bæta við tilvitnunum þegar færslum er breytt.",
|
||||
"quote_error.poll": "Ekki er leyft að vitna í kannanir.",
|
||||
"quote_error.private_mentions": "Tilvitnanir eru ekki leyfðar í beinu einkaspjalli.",
|
||||
"quote_error.quote": "Einungis ein tilvitnun er leyfð í einu.",
|
||||
"quote_error.unauthorized": "Þú hefur ekki heimild til að vitna í þessa færslu.",
|
||||
"quote_error.upload": "Ekki er leyft að vitna í myndviðhengi.",
|
||||
|
|
@ -911,9 +918,12 @@
|
|||
"status.pin": "Festa á notandasnið",
|
||||
"status.quote": "Tilvitnun",
|
||||
"status.quote.cancel": "Hætta við tilvitnun",
|
||||
"status.quote_error.blocked_account_hint.title": "Þessi færsla er falin vegna þess að ú hefur lokað á @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Þessi færsla er falin vegna þess að ú hefur lokað á {domain}.",
|
||||
"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.muted_account_hint.title": "Þessi færsla er falin vegna þess að ú hefur þaggað niður í @{name}.",
|
||||
"status.quote_error.not_available": "Færsla ekki tiltæk",
|
||||
"status.quote_error.pending_approval": "Færsla í bið",
|
||||
"status.quote_error.pending_approval_popout.body": "Á Mastodon geturðu stjórnað því hvort aðrir geti vitnað í þig. Þessi færsla bíður eftir samþykki upprunalegs höfundar.",
|
||||
|
|
@ -1008,6 +1018,8 @@
|
|||
"video.volume_down": "Lækka hljóðstyrk",
|
||||
"video.volume_up": "Hækka hljóðstyrk",
|
||||
"visibility_modal.button_title": "Stilla sýnileika",
|
||||
"visibility_modal.direct_quote_warning.text": "Ef þú vistar þessa stillingu, þá verður ívöfnu tilvitnuninni breytt í tengil.",
|
||||
"visibility_modal.direct_quote_warning.title": "Ekki er hægt að ívefja tilvitnanir í beinu einkaspjalli",
|
||||
"visibility_modal.header": "Sýnileiki og gagnvirkni",
|
||||
"visibility_modal.helper.direct_quoting": "Ekki er hægt að vitna í einkaspjall sem skrifað er á Mastodon.",
|
||||
"visibility_modal.helper.privacy_editing": "Ekki er hægt að breyta sýnileika færslu eftir að hún hefur verið birt.",
|
||||
|
|
|
|||
|
|
@ -172,7 +172,9 @@
|
|||
"column.domain_blocks": "Domini bloccati",
|
||||
"column.edit_list": "Modifica lista",
|
||||
"column.favourites": "Preferiti",
|
||||
"column.firehose": "Feed dal vivo",
|
||||
"column.firehose": "Feed in diretta",
|
||||
"column.firehose_local": "Feed in diretta per questo server",
|
||||
"column.firehose_singular": "Feed in diretta",
|
||||
"column.follow_requests": "Richieste di seguirti",
|
||||
"column.home": "Home",
|
||||
"column.list_members": "Gestisci i membri della lista",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Solo Locale",
|
||||
"community.column_settings.media_only": "Solo Media",
|
||||
"community.column_settings.remote_only": "Solo Remoto",
|
||||
"compose.error.blank_post": "Il post non può essere vuoto.",
|
||||
"compose.language.change": "Cambia la lingua",
|
||||
"compose.language.search": "Cerca lingue...",
|
||||
"compose.published.body": "Post pubblicato.",
|
||||
|
|
@ -244,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Pubblica comunque",
|
||||
"confirmations.missing_alt_text.title": "Aggiungere testo alternativo?",
|
||||
"confirmations.mute.confirm": "Silenzia",
|
||||
"confirmations.private_quote_notify.cancel": "Torna a modificare",
|
||||
"confirmations.private_quote_notify.confirm": "Pubblica il post",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Non mostrarmi più questo messaggio",
|
||||
"confirmations.private_quote_notify.message": "La persona che stai citando e le altre persone menzionate riceveranno una notifica e potranno visualizzare il tuo post, anche se non ti stanno seguendo.",
|
||||
"confirmations.private_quote_notify.title": "Condividere con i seguaci e gli utenti menzionati?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Non ricordarmelo più",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Ho capito",
|
||||
"confirmations.quiet_post_quote_info.message": "Quando citi un post pubblico silenzioso, il tuo post verrà nascosto dalle timeline di tendenza.",
|
||||
|
|
@ -575,8 +583,8 @@
|
|||
"navigation_bar.follows_and_followers": "Seguiti e seguaci",
|
||||
"navigation_bar.import_export": "Importa ed esporta",
|
||||
"navigation_bar.lists": "Liste",
|
||||
"navigation_bar.live_feed_local": "Feed live (locale)",
|
||||
"navigation_bar.live_feed_public": "Feed live (pubblico)",
|
||||
"navigation_bar.live_feed_local": "Feed in diretta (locale)",
|
||||
"navigation_bar.live_feed_public": "Feed in diretta (pubblico)",
|
||||
"navigation_bar.logout": "Disconnettiti",
|
||||
"navigation_bar.moderation": "Moderazione",
|
||||
"navigation_bar.more": "Altro",
|
||||
|
|
@ -756,6 +764,7 @@
|
|||
"privacy_policy.title": "Politica sulla Privacy",
|
||||
"quote_error.edit": "Le citazioni non possono essere aggiunte quando si modifica un post.",
|
||||
"quote_error.poll": "Nei sondaggi non sono consentite le citazioni.",
|
||||
"quote_error.private_mentions": "Le citazioni non sono consentite con le menzioni dirette.",
|
||||
"quote_error.quote": "È consentita una sola citazione alla volta.",
|
||||
"quote_error.unauthorized": "Non sei autorizzato a citare questo post.",
|
||||
"quote_error.upload": "Le citazioni non sono consentite con gli allegati multimediali.",
|
||||
|
|
@ -909,9 +918,12 @@
|
|||
"status.pin": "Fissa in cima sul profilo",
|
||||
"status.quote": "Cita",
|
||||
"status.quote.cancel": "Annulla la citazione",
|
||||
"status.quote_error.blocked_account_hint.title": "Questo post è nascosto perché hai bloccato @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Questo post è nascosto perché hai bloccato @{domain}.",
|
||||
"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.muted_account_hint.title": "Questo post è nascosto perché hai silenziato @{name}.",
|
||||
"status.quote_error.not_available": "Post non disponibile",
|
||||
"status.quote_error.pending_approval": "Post in attesa",
|
||||
"status.quote_error.pending_approval_popout.body": "Su Mastodon, puoi controllare se qualcuno può citarti. Questo post è in attesa dell'approvazione dell'autore originale.",
|
||||
|
|
@ -1006,6 +1018,8 @@
|
|||
"video.volume_down": "Abbassa volume",
|
||||
"video.volume_up": "Alza volume",
|
||||
"visibility_modal.button_title": "Imposta la visibilità",
|
||||
"visibility_modal.direct_quote_warning.text": "Se si salvano le impostazioni correnti, la citazione incorporata verrà convertita in un collegamento.",
|
||||
"visibility_modal.direct_quote_warning.title": "Le citazioni non possono essere incorporate in menzioni private",
|
||||
"visibility_modal.header": "Visibilità e interazione",
|
||||
"visibility_modal.helper.direct_quoting": "Le menzioni private scritte su Mastodon non possono essere citate da altri.",
|
||||
"visibility_modal.helper.privacy_editing": "La visibilità non può essere modificata dopo la pubblicazione di un post.",
|
||||
|
|
|
|||
|
|
@ -40,6 +40,11 @@
|
|||
"account.featured_tags.last_status_never": "投稿がありません",
|
||||
"account.follow": "フォロー",
|
||||
"account.follow_back": "フォローバック",
|
||||
"account.follow_back_short": "フォローバック",
|
||||
"account.follow_request": "フォローリクエスト",
|
||||
"account.follow_request_cancel": "リクエストをキャンセル",
|
||||
"account.follow_request_cancel_short": "キャンセル",
|
||||
"account.follow_request_short": "リクエスト",
|
||||
"account.followers": "フォロワー",
|
||||
"account.followers.empty": "まだ誰もフォローしていません。",
|
||||
"account.followers_counter": "{count, plural, other {{counter} フォロワー}}",
|
||||
|
|
@ -247,7 +252,12 @@
|
|||
"confirmations.remove_from_followers.title": "フォロワーを削除しますか?",
|
||||
"confirmations.revoke_quote.confirm": "投稿を削除",
|
||||
"confirmations.revoke_quote.title": "投稿を削除しますか?",
|
||||
"confirmations.unblock.confirm": "ブロック解除",
|
||||
"confirmations.unblock.title": "@{name}さんのブロックを解除しますか?",
|
||||
"confirmations.unfollow.confirm": "フォロー解除",
|
||||
"confirmations.unfollow.title": "{name} さんのフォローを解除しますか?",
|
||||
"confirmations.withdraw_request.confirm": "リクエスト取り消し",
|
||||
"confirmations.withdraw_request.title": "{name} さんのフォローリクエストを取り消しますか?",
|
||||
"content_warning.hide": "内容を隠す",
|
||||
"content_warning.show": "承知して表示",
|
||||
"content_warning.show_more": "続きを表示",
|
||||
|
|
@ -317,6 +327,7 @@
|
|||
"empty_column.bookmarked_statuses": "まだ何もブックマーク登録していません。ブックマーク登録するとここに表示されます。",
|
||||
"empty_column.community": "ローカルタイムラインはまだ使われていません。何か書いてみましょう!",
|
||||
"empty_column.direct": "非公開の返信はまだありません。非公開でやりとりをするとここに表示されます。",
|
||||
"empty_column.disabled_feed": "このフィードはサーバー管理者によって無効にされています。",
|
||||
"empty_column.domain_blocks": "ブロックしているドメインはありません。",
|
||||
"empty_column.explore_statuses": "まだ何もありません。後で確認してください。",
|
||||
"empty_column.favourited_statuses": "お気に入りの投稿はまだありません。お気に入りに登録すると、ここに表示されます。",
|
||||
|
|
@ -841,6 +852,7 @@
|
|||
"status.cancel_reblog_private": "ブースト解除",
|
||||
"status.cannot_quote": "この投稿は引用できません",
|
||||
"status.cannot_reblog": "この投稿はブーストできません",
|
||||
"status.context.retry": "リトライ",
|
||||
"status.continued_thread": "続きのスレッド",
|
||||
"status.copy": "投稿へのリンクをコピー",
|
||||
"status.delete": "削除",
|
||||
|
|
@ -872,7 +884,10 @@
|
|||
"status.quote_error.filtered": "あなたのフィルター設定によって非表示になっています",
|
||||
"status.quote_error.pending_approval": "承認待ちの投稿",
|
||||
"status.quote_noun": "引用",
|
||||
"status.quote_post_author": "{name} の投稿を引用",
|
||||
"status.quote_private": "非公開の投稿は引用できません",
|
||||
"status.quotes": "{count, plural, other {引用}}",
|
||||
"status.quotes.local_other_disclaimer": "投稿者が拒否した引用は表示されません。",
|
||||
"status.read_more": "もっと見る",
|
||||
"status.reblog": "ブースト",
|
||||
"status.reblog_or_quote": "ブーストか引用",
|
||||
|
|
@ -888,6 +903,7 @@
|
|||
"status.reply": "返信",
|
||||
"status.replyAll": "全員に返信",
|
||||
"status.report": "@{name}さんを通報",
|
||||
"status.revoke_quote": "{name} さんの投稿から自分の投稿を削除",
|
||||
"status.sensitive_warning": "閲覧注意",
|
||||
"status.share": "共有",
|
||||
"status.show_less_all": "全て隠す",
|
||||
|
|
@ -925,6 +941,7 @@
|
|||
"upload_button.label": "メディアを追加 (複数の画像または1つの動画か音声ファイル)",
|
||||
"upload_error.limit": "アップロードできる上限を超えています。",
|
||||
"upload_error.poll": "アンケートではファイルをアップロードできません。",
|
||||
"upload_error.quote": "引用ではファイルをアップロードできません。",
|
||||
"upload_form.drag_and_drop.instructions": "メディア添付ファイルを選択するには、スペースキーまたはエンターキーを押してください。ドラッグ中は、矢印キーを使ってメディア添付ファイルを任意の方向に移動できます。再度スペースキーまたはエンターキーを押すと新しい位置にメディア添付ファイルをドロップできます。キャンセルするにはエスケープキーを押してください。",
|
||||
"upload_form.drag_and_drop.on_drag_cancel": "ドラッグがキャンセルされました。メディア添付ファイル {item} がドロップされました。",
|
||||
"upload_form.drag_and_drop.on_drag_end": "メディア添付ファイル {item} がドロップされました。",
|
||||
|
|
@ -949,6 +966,11 @@
|
|||
"video.volume_down": "音量を下げる",
|
||||
"video.volume_up": "音量を上げる",
|
||||
"visibility_modal.button_title": "公開範囲の設定",
|
||||
"visibility_modal.header": "公開範囲と引用",
|
||||
"visibility_modal.helper.direct_quoting": "Mastodon で作成された非公開の返信は他人から引用できません。",
|
||||
"visibility_modal.helper.private_quoting": "Mastodon で作成されたフォロワーのみの投稿は他人から引用できません。",
|
||||
"visibility_modal.helper.unlisted_quoting": "誰かがあなたを引用すると、その投稿もトレンドから非表示になります。",
|
||||
"visibility_modal.instructions": "この投稿の公開・引用範囲を設定します。また、<link>「デフォルトの投稿設定」</link>から今後の投稿の範囲を設定可能です。",
|
||||
"visibility_modal.privacy_label": "公開範囲",
|
||||
"visibility_modal.quote_followers": "フォロワーのみ",
|
||||
"visibility_modal.quote_label": "引用できるユーザー",
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
"account.direct": "Bder-d @{name} weḥd-s",
|
||||
"account.disable_notifications": "Ḥbes ur iyi-d-ttazen ara ilɣa mi ara d-isuffeɣ @{name}",
|
||||
"account.edit_profile": "Ẓreg amaɣnu",
|
||||
"account.edit_profile_short": "Ẓreg",
|
||||
"account.enable_notifications": "Azen-iyi-d ilɣa mi ara d-isuffeɣ @{name}",
|
||||
"account.endorse": "Welleh fell-as deg umaɣnu-inek",
|
||||
"account.familiar_followers_many": "Yeṭṭafaṛ-it {name1} d {name2}, akked {othersCount, plural, one {yiwen nniḍen i tessneḍ} other {# nniḍen i tessneḍ}}",
|
||||
|
|
@ -35,6 +36,9 @@
|
|||
"account.featured_tags.last_status_never": "Ulac tisuffaɣ",
|
||||
"account.follow": "Ḍfer",
|
||||
"account.follow_back": "Ḍfer-it ula d kečč·mm",
|
||||
"account.follow_request_cancel": "Semmet asuter",
|
||||
"account.follow_request_cancel_short": "Semmet",
|
||||
"account.follow_request_short": "Asuter",
|
||||
"account.followers": "Imeḍfaren",
|
||||
"account.followers.empty": "Ar tura, ulac yiwen i yeṭṭafaṛen amseqdac-agi.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} n umḍfar} other {{counter} n yimeḍfaren}}",
|
||||
|
|
@ -193,7 +197,11 @@
|
|||
"confirmations.remove_from_followers.confirm": "Kkes aneḍfar",
|
||||
"confirmations.revoke_quote.confirm": "Kkes tasuffeɣt",
|
||||
"confirmations.revoke_quote.title": "Kkes tasuffeɣt?",
|
||||
"confirmations.unblock.confirm": "Serreḥ",
|
||||
"confirmations.unblock.title": "Serreḥ i {name}?",
|
||||
"confirmations.unfollow.confirm": "Ur ḍḍafaṛ ara",
|
||||
"confirmations.unfollow.title": "Ḥbes aḍfar n {name}?",
|
||||
"confirmations.withdraw_request.confirm": "Agwi asuter",
|
||||
"content_warning.hide": "Ffer tasuffeɣt",
|
||||
"content_warning.show": "Ssken-d akken tebɣu tili",
|
||||
"content_warning.show_more": "Sken-d ugar",
|
||||
|
|
@ -456,6 +464,7 @@
|
|||
"notification.follow": "iṭṭafar-ik·em-id {name}",
|
||||
"notification.follow.name_and_others": "{name} akked <a>{count, plural, one {# nniḍen} other {# nniḍen}}</a> iḍfeṛ-k·m-id",
|
||||
"notification.follow_request": "{name} yessuter-d ad k·m-yeḍfeṛ",
|
||||
"notification.follow_request.name_and_others": "{name} d {count, plural, one {# nnayeḍ} other {# nniḍen}} yessuter-d ad k·kem-yeḍfer",
|
||||
"notification.label.mention": "Abdar",
|
||||
"notification.label.private_mention": "Abdar uslig",
|
||||
"notification.label.private_reply": "Tiririt tusligt",
|
||||
|
|
@ -646,6 +655,9 @@
|
|||
"status.bookmark": "Creḍ",
|
||||
"status.cancel_reblog_private": "Sefsex beṭṭu",
|
||||
"status.cannot_reblog": "Tasuffeɣt-a ur tezmir ara ad tettwabḍu tikelt-nniḍen",
|
||||
"status.contains_quote": "Yegber tanebdurt",
|
||||
"status.context.loading": "Aɛebbi n tririyin nniḍen",
|
||||
"status.context.more_replies_found": "Ugar n tririyin ttwafent",
|
||||
"status.context.retry": "Ɛreḍ tikkelt nniḍen",
|
||||
"status.context.show": "Sken-d",
|
||||
"status.continued_thread": "Asqerdec yettkemmil",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"account.blocking": "차단함",
|
||||
"account.cancel_follow_request": "팔로우 취소",
|
||||
"account.copy": "프로필 링크 복사",
|
||||
"account.direct": "@{name} 님에게 개인적으로 멘션",
|
||||
"account.direct": "@{name} 님에게 개인 멘션",
|
||||
"account.disable_notifications": "@{name} 의 게시물 알림 끄기",
|
||||
"account.domain_blocking": "도메인 차단함",
|
||||
"account.edit_profile": "프로필 편집",
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
"column.bookmarks": "북마크",
|
||||
"column.community": "로컬 타임라인",
|
||||
"column.create_list": "리스트 만들기",
|
||||
"column.direct": "개인적인 멘션",
|
||||
"column.direct": "개인 멘션",
|
||||
"column.directory": "프로필 둘러보기",
|
||||
"column.domain_blocks": "차단한 도메인",
|
||||
"column.edit_list": "리스트 편집",
|
||||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "로컬만",
|
||||
"community.column_settings.media_only": "미디어만",
|
||||
"community.column_settings.remote_only": "원격지만",
|
||||
"compose.error.blank_post": "빈 게시물은 게시할 수 없습니다.",
|
||||
"compose.language.change": "언어 변경",
|
||||
"compose.language.search": "언어 검색...",
|
||||
"compose.published.body": "게시하였습니다.",
|
||||
|
|
@ -246,6 +247,9 @@
|
|||
"confirmations.missing_alt_text.secondary": "그냥 게시하기",
|
||||
"confirmations.missing_alt_text.title": "대체 텍스트를 추가할까요? ",
|
||||
"confirmations.mute.confirm": "뮤트",
|
||||
"confirmations.private_quote_notify.cancel": "편집으로 돌아가기",
|
||||
"confirmations.private_quote_notify.confirm": "게시",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "이 메시지를 다시 표시하지 않음",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "다시 보지 않기",
|
||||
"confirmations.quiet_post_quote_info.got_it": "알겠습니다",
|
||||
"confirmations.quiet_post_quote_info.message": "조용한 공개 게시물을 인용하면 그 게시물은 유행 타임라인에서 나타나지 않을 것입니다.",
|
||||
|
|
@ -334,7 +338,7 @@
|
|||
"empty_column.blocks": "아직 아무도 차단하지 않았습니다.",
|
||||
"empty_column.bookmarked_statuses": "아직 북마크에 저장한 게시물이 없습니다. 게시물을 북마크 지정하면 여기에 나타납니다.",
|
||||
"empty_column.community": "로컬 타임라인에 아무것도 없습니다. 아무거나 적어 보세요!",
|
||||
"empty_column.direct": "개인적인 멘션이 없습니다. 보내거나 받으면 여기에 표시됩니다.",
|
||||
"empty_column.direct": "개인 멘션이 없습니다. 보내거나 받으면 여기에 표시됩니다.",
|
||||
"empty_column.disabled_feed": "이 피드는 서버 관리자에 의해 비활성화되었습니다.",
|
||||
"empty_column.domain_blocks": "아직 차단한 도메인이 없습니다.",
|
||||
"empty_column.explore_statuses": "아직 유행하는 것이 없습니다. 나중에 다시 확인하세요!",
|
||||
|
|
@ -427,7 +431,7 @@
|
|||
"hashtag.column_settings.tag_mode.all": "모두",
|
||||
"hashtag.column_settings.tag_mode.any": "어느것이든",
|
||||
"hashtag.column_settings.tag_mode.none": "이것들을 제외하고",
|
||||
"hashtag.column_settings.tag_toggle": "추가 해시태그를 이 컬럼에 추가합니다",
|
||||
"hashtag.column_settings.tag_toggle": "추가 해시태그를 이 칼럼에 포함하기",
|
||||
"hashtag.counter_by_accounts": "{count, plural, other {참여자 {counter}명}}",
|
||||
"hashtag.counter_by_uses": "{count, plural, other {게시물 {counter}개}}",
|
||||
"hashtag.counter_by_uses_today": "오늘 {count, plural, other {{counter} 개의 게시물}}",
|
||||
|
|
@ -479,7 +483,7 @@
|
|||
"keyboard_shortcuts.column": "해당 컬럼에 포커스",
|
||||
"keyboard_shortcuts.compose": "작성창에 포커스",
|
||||
"keyboard_shortcuts.description": "설명",
|
||||
"keyboard_shortcuts.direct": "개인적인 멘션 컬럼 열기",
|
||||
"keyboard_shortcuts.direct": "개인 멘션 칼럼 열기",
|
||||
"keyboard_shortcuts.down": "리스트에서 아래로 이동",
|
||||
"keyboard_shortcuts.enter": "게시물 열기",
|
||||
"keyboard_shortcuts.favourite": "게시물 좋아요",
|
||||
|
|
@ -567,7 +571,7 @@
|
|||
"navigation_bar.automated_deletion": "게시물 자동 삭제",
|
||||
"navigation_bar.blocks": "차단한 사용자",
|
||||
"navigation_bar.bookmarks": "북마크",
|
||||
"navigation_bar.direct": "개인적인 멘션",
|
||||
"navigation_bar.direct": "개인 멘션",
|
||||
"navigation_bar.domain_blocks": "차단한 도메인",
|
||||
"navigation_bar.favourites": "좋아요",
|
||||
"navigation_bar.filters": "뮤트한 단어",
|
||||
|
|
@ -673,7 +677,7 @@
|
|||
"notifications.column_settings.push": "푸시 알림",
|
||||
"notifications.column_settings.quote": "인용:",
|
||||
"notifications.column_settings.reblog": "부스트:",
|
||||
"notifications.column_settings.show": "컬럼에 표시",
|
||||
"notifications.column_settings.show": "칼럼에 표시",
|
||||
"notifications.column_settings.sound": "효과음 재생",
|
||||
"notifications.column_settings.status": "새 게시물:",
|
||||
"notifications.column_settings.unread_notifications.category": "읽지 않은 알림",
|
||||
|
|
@ -707,7 +711,7 @@
|
|||
"notifications.policy.filter_not_following_hint": "내가 수동으로 승인하지 않는 한",
|
||||
"notifications.policy.filter_not_following_title": "내가 팔로우하지 않는 사람들",
|
||||
"notifications.policy.filter_private_mentions_hint": "내가 한 멘션에 단 답글이거나 내가 발신자를 팔로우 한 것이 아닌 이상 걸러집니다",
|
||||
"notifications.policy.filter_private_mentions_title": "청하지 않은 개인적인 멘션",
|
||||
"notifications.policy.filter_private_mentions_title": "청하지 않은 개인 멘션",
|
||||
"notifications.policy.title": "알림 조건 설정",
|
||||
"notifications_permission_banner.enable": "데스크탑 알림 활성화",
|
||||
"notifications_permission_banner.how_to_control": "마스토돈이 열려 있지 않을 때에도 알림을 받으려면, 데스크탑 알림을 활성화 하세요. 당신은 어떤 종류의 반응이 데스크탑 알림을 발생할 지를 {icon} 버튼을 통해 세세하게 설정할 수 있습니다.",
|
||||
|
|
@ -757,6 +761,7 @@
|
|||
"privacy_policy.title": "개인정보처리방침",
|
||||
"quote_error.edit": "게시물을 수정하면서 인용을 추가할 수 없습니다.",
|
||||
"quote_error.poll": "인용과 투표를 함께 사용할 수 없습니다.",
|
||||
"quote_error.private_mentions": "인용과 개인 멘션을 함께 사용할 수 없습니다.",
|
||||
"quote_error.quote": "한 번의 인용만 허용됩니다.",
|
||||
"quote_error.unauthorized": "이 게시물을 인용할 권한이 없습니다.",
|
||||
"quote_error.upload": "인용과 미디어 첨부를 함께 사용할 수 없습니다.",
|
||||
|
|
@ -887,8 +892,8 @@
|
|||
"status.delete": "삭제",
|
||||
"status.delete.success": "게시물 삭제됨",
|
||||
"status.detailed_status": "대화 자세히 보기",
|
||||
"status.direct": "@{name} 님에게 개인적으로 멘션",
|
||||
"status.direct_indicator": "개인적인 멘션",
|
||||
"status.direct": "@{name} 님에게 개인 멘션",
|
||||
"status.direct_indicator": "개인 멘션",
|
||||
"status.edit": "수정",
|
||||
"status.edited": "{date}에 마지막으로 편집됨",
|
||||
"status.edited_x_times": "{count, plural, other {{count}}} 번 수정됨",
|
||||
|
|
@ -910,11 +915,15 @@
|
|||
"status.pin": "고정",
|
||||
"status.quote": "인용",
|
||||
"status.quote.cancel": "인용 취소",
|
||||
"status.quote_error.blocked_account_hint.title": "@{name}을 차단했기 때문에 이 게시물은 숨겨졌습니다.",
|
||||
"status.quote_error.blocked_domain_hint.title": "{domain}을 차단했기 때문에 이 게시물은 숨겨졌습니다.",
|
||||
"status.quote_error.filtered": "필터에 의해 가려짐",
|
||||
"status.quote_error.limited_account_hint.action": "그냥 보기",
|
||||
"status.quote_error.limited_account_hint.title": "이 계정은 {domain}의 중재자에 의해 숨겨진 상태입니다.",
|
||||
"status.quote_error.muted_account_hint.title": "@{name}을 뮤트했기 때문에 이 게시물은 숨겨졌습니다.",
|
||||
"status.quote_error.not_available": "게시물 사용 불가",
|
||||
"status.quote_error.pending_approval": "게시물 대기중",
|
||||
"status.quote_error.pending_approval": "계류 중인 게시물",
|
||||
"status.quote_error.pending_approval_popout.body": "Mastodon에서는 타인이 인용할 수 있는지 여부를 제어할 수 있습니다. 이 게시물은 원저자의 승인을 얻을 때까지 계류됩니다.",
|
||||
"status.quote_error.revoked": "원작성자에 의해 게시물 삭제됨",
|
||||
"status.quote_followers_only": "팔로워만 인용할 수 있는 게시물",
|
||||
"status.quote_manual_review": "작성자가 직접 검토합니다",
|
||||
|
|
@ -924,6 +933,8 @@
|
|||
"status.quote_private": "비공개 게시물은 인용할 수 없습니다",
|
||||
"status.quotes": "{count, plural, other {인용}}",
|
||||
"status.quotes.empty": "아직 아무도 이 게시물을 인용하지 않았습니다. 누군가 인용한다면 여기에 표시됩니다.",
|
||||
"status.quotes.local_other_disclaimer": "원작자가 거부한 인용은 표시되지 않습니다.",
|
||||
"status.quotes.remote_other_disclaimer": "{domain}의 인용만 여기에 확정적으로 보여집니다. 원작자가 거부한 인용은 보여지지 않습니다.",
|
||||
"status.read_more": "더 보기",
|
||||
"status.reblog": "부스트",
|
||||
"status.reblog_or_quote": "부스트 또는 인용",
|
||||
|
|
@ -1005,6 +1016,8 @@
|
|||
"video.volume_up": "음량 증가",
|
||||
"visibility_modal.button_title": "공개범위 설정",
|
||||
"visibility_modal.header": "공개범위와 반응",
|
||||
"visibility_modal.helper.direct_quoting": "마스토돈에서 작성된 개인적인 멘션은 남들이 인용할 수 없습니다.",
|
||||
"visibility_modal.helper.privacy_editing": "공개범위는 게시한 다음 수정할 수 없습니다.",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "자신의 비공개 게시물을 공개 게시물로 인용할 수 없습니다.",
|
||||
"visibility_modal.helper.private_quoting": "마스토돈에서 작성된 팔로워 전용 게시물은 다른 사용자가 인용할 수 없습니다.",
|
||||
"visibility_modal.helper.unlisted_quoting": "사람들에게 인용된 경우, 인용한 게시물도 유행 타임라인에서 감추게 됩니다.",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "編輯列單",
|
||||
"column.favourites": "Siōng kah意",
|
||||
"column.firehose": "Tsit-má ê動態",
|
||||
"column.firehose_local": "Tsit ê服侍器tsit-má ê動態",
|
||||
"column.firehose_singular": "Tsit-má ê動態",
|
||||
"column.follow_requests": "跟tuè請求",
|
||||
"column.home": "頭頁",
|
||||
"column.list_members": "管理列單ê成員",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Kan-ta展示本地ê",
|
||||
"community.column_settings.media_only": "Kan-ta展示媒體",
|
||||
"community.column_settings.remote_only": "Kan-ta展示遠距離ê",
|
||||
"compose.error.blank_post": "PO文bē當空白。",
|
||||
"compose.language.change": "換語言",
|
||||
"compose.language.search": "Tshiau-tshuē語言……",
|
||||
"compose.published.body": "成功PO文。",
|
||||
|
|
@ -908,9 +911,12 @@
|
|||
"status.open": "Kā PO文展開",
|
||||
"status.quote": "引用",
|
||||
"status.quote.cancel": "取消引用",
|
||||
"status.quote_error.blocked_account_hint.title": "因為lí有封鎖 @{name},tsit篇PO文受khàm掉。",
|
||||
"status.quote_error.blocked_domain_hint.title": "因為lí有封鎖 {domain},tsit篇PO文受khàm掉。",
|
||||
"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.muted_account_hint.title": "因為lí有消音 @{name},tsit篇PO文受khàm掉。",
|
||||
"status.quote_error.not_available": "PO文bē當看",
|
||||
"status.quote_error.pending_approval": "PO文當咧送",
|
||||
"status.quote_error.pending_approval_popout.body": "佇Mastodon,lí ē當控制PO文kám beh hōo lâng引用。Tsit篇PO文teh等原文作者允准。",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Alleen lokaal",
|
||||
"community.column_settings.media_only": "Alleen media",
|
||||
"community.column_settings.remote_only": "Alleen andere servers",
|
||||
"compose.error.blank_post": "Bericht mag niet leeg zijn.",
|
||||
"compose.language.change": "Taal veranderen",
|
||||
"compose.language.search": "Talen zoeken...",
|
||||
"compose.published.body": "Bericht gepubliceerd.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Toch plaatsen",
|
||||
"confirmations.missing_alt_text.title": "Alt-tekst toevoegen?",
|
||||
"confirmations.mute.confirm": "Negeren",
|
||||
"confirmations.private_quote_notify.cancel": "Terug naar bewerken",
|
||||
"confirmations.private_quote_notify.confirm": "Bericht plaatsen",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Dit bericht niet meer aan mij tonen",
|
||||
"confirmations.private_quote_notify.message": "De persoon die je citeert en andere vermelde personen krijgen een melding en kunnen jouw bericht bekijken, zelfs als ze je niet volgen.",
|
||||
"confirmations.private_quote_notify.title": "Met volgers en vermelde gebruikers delen?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Herinner me er niet nogmaals aan",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Begrepen",
|
||||
"confirmations.quiet_post_quote_info.message": "Wanneer je een minder openbaar bericht citeert, verschijnt jouw bericht niet onder trends.",
|
||||
|
|
@ -741,7 +747,7 @@
|
|||
"poll.votes": "{votes, plural, one {# stem} other {# stemmen}}",
|
||||
"poll_button.add_poll": "Peiling toevoegen",
|
||||
"poll_button.remove_poll": "Peiling verwijderen",
|
||||
"privacy.change": "Privacy voor een bericht aanpassen",
|
||||
"privacy.change": "Privacy van dit bericht aanpassen",
|
||||
"privacy.direct.long": "Alleen voor mensen die specifiek in het bericht worden vermeld",
|
||||
"privacy.direct.short": "Privébericht",
|
||||
"privacy.private.long": "Alleen jouw volgers",
|
||||
|
|
@ -911,9 +917,12 @@
|
|||
"status.pin": "Aan profielpagina vastmaken",
|
||||
"status.quote": "Citeren",
|
||||
"status.quote.cancel": "Citeren annuleren",
|
||||
"status.quote_error.blocked_account_hint.title": "Dit bericht is verborgen, omdat jij @{name} hebt geblokkeerd.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Dit bericht is verborgen, omdat jij alles van {domain} hebt geblokkeerd.",
|
||||
"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.muted_account_hint.title": "Dit bericht is verborgen, omdat jij @{name} hebt genegeerd.",
|
||||
"status.quote_error.not_available": "Bericht niet beschikbaar",
|
||||
"status.quote_error.pending_approval": "Bericht in afwachting van goedkeuring",
|
||||
"status.quote_error.pending_approval_popout.body": "Op Mastodon kun je bepalen of iemand je mag citeren. Dit bericht is in afwachting van de goedkeuring van de oorspronkelijke auteur.",
|
||||
|
|
@ -1008,6 +1017,8 @@
|
|||
"video.volume_down": "Volume omlaag",
|
||||
"video.volume_up": "Volume omhoog",
|
||||
"visibility_modal.button_title": "Privacy instellen",
|
||||
"visibility_modal.direct_quote_warning.text": "Wanneer je de huidige instellingen opslaat wordt het citaat in een link veranderd.",
|
||||
"visibility_modal.direct_quote_warning.title": "Privéberichten kunnen geen citaten bevatten",
|
||||
"visibility_modal.header": "Zichtbaarheid en interactie",
|
||||
"visibility_modal.helper.direct_quoting": "Privéberichten afkomstig van Mastodon kunnen niet door anderen worden geciteerd.",
|
||||
"visibility_modal.helper.privacy_editing": "De zichtbaarheid kan niet meer worden gewijzigd nadat een bericht is gepubliceerd.",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "Rediger liste",
|
||||
"column.favourites": "Favorittar",
|
||||
"column.firehose": "Tidslinjer",
|
||||
"column.firehose_local": "Direktestraum for denne tenaren",
|
||||
"column.firehose_singular": "Direktestraum",
|
||||
"column.follow_requests": "Fylgjeførespurnadar",
|
||||
"column.home": "Heim",
|
||||
"column.list_members": "Administrer medlemer på lista",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Berre lokalt",
|
||||
"community.column_settings.media_only": "Berre media",
|
||||
"community.column_settings.remote_only": "Berre eksternt",
|
||||
"compose.error.blank_post": "Innlegg kan ikkje vera tomme.",
|
||||
"compose.language.change": "Byt språk",
|
||||
"compose.language.search": "Søk språk...",
|
||||
"compose.published.body": "Innlegg publisert.",
|
||||
|
|
@ -244,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Publiser likevel",
|
||||
"confirmations.missing_alt_text.title": "Legg til alternativ tekst?",
|
||||
"confirmations.mute.confirm": "Demp",
|
||||
"confirmations.private_quote_notify.cancel": "Tilbake til redigeringa",
|
||||
"confirmations.private_quote_notify.confirm": "Legg ut innlegget",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Ikkje vis dette fleire gonger",
|
||||
"confirmations.private_quote_notify.message": "Personen du siterer, og andre som er nemnde i innlegget, vil få varsel og kan sjå innlegget ditt, sjølv om dei ikkje fylgjer deg.",
|
||||
"confirmations.private_quote_notify.title": "Del med fylgjarar og folk som er nemnde?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Ikkje minn meg på det att",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Greitt",
|
||||
"confirmations.quiet_post_quote_info.message": "Når du siterer eit stille offentleg innlegg, blir innlegget ditt gøymt frå offentlege populære tidsliner.",
|
||||
|
|
@ -333,6 +341,7 @@
|
|||
"empty_column.bookmarked_statuses": "Du har ikkje lagra noko bokmerke enno. Når du set bokmerke på eit innlegg, dukkar det opp her.",
|
||||
"empty_column.community": "Den lokale tidslina er tom. Skriv noko offentleg å få ballen til å rulle!",
|
||||
"empty_column.direct": "Du har ingen private omtaler enda. Etter du har sendt eller mottatt en, så vil den dukke opp her.",
|
||||
"empty_column.disabled_feed": "Administratorane på tenaren din har skrudd av denne straumen.",
|
||||
"empty_column.domain_blocks": "Det er ingen blokkerte domene enno.",
|
||||
"empty_column.explore_statuses": "Ingenting er populært nett no. Prøv att seinare!",
|
||||
"empty_column.favourited_statuses": "Du har ingen favoritt-statusar ennå. Når du merkjer ein som favoritt, dukkar han opp her.",
|
||||
|
|
@ -755,6 +764,7 @@
|
|||
"privacy_policy.title": "Personvernsreglar",
|
||||
"quote_error.edit": "Du kan ikkje leggja til sitat når du redigerer eit innlegg.",
|
||||
"quote_error.poll": "Du kan ikkje sitera meiningsmålingar.",
|
||||
"quote_error.private_mentions": "Du kan ikkje sitera direkteomtaler.",
|
||||
"quote_error.quote": "Det er berre lov med eitt sitat om gongen.",
|
||||
"quote_error.unauthorized": "Du har ikkje løyve til å sitera dette innlegget.",
|
||||
"quote_error.upload": "Du kan ikkje sitera medievedlegg.",
|
||||
|
|
@ -908,9 +918,12 @@
|
|||
"status.pin": "Fest på profil",
|
||||
"status.quote": "Siter",
|
||||
"status.quote.cancel": "Avbryt siteringa",
|
||||
"status.quote_error.blocked_account_hint.title": "Dette innlegget er gøymt fordi du har blokkert @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Dette innlegget er gøymt fordi du har blokkert {domain}.",
|
||||
"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.muted_account_hint.title": "Dette innlegget er gøymt fordi du har dempa @{name}.",
|
||||
"status.quote_error.not_available": "Innlegget er ikkje tilgjengeleg",
|
||||
"status.quote_error.pending_approval": "Innlegget ventar",
|
||||
"status.quote_error.pending_approval_popout.body": "På Mastodon kan du kontrollera om folk får sitera deg. Innlegget ditt ventar medan me ventar på at opphavspersonen godkjenner det.",
|
||||
|
|
@ -1005,6 +1018,8 @@
|
|||
"video.volume_down": "Volum ned",
|
||||
"video.volume_up": "Volum opp",
|
||||
"visibility_modal.button_title": "Vel vising",
|
||||
"visibility_modal.direct_quote_warning.text": "Viss du lagrar innstillingane, vil det innebygde sitatet bli omgjort til lenke.",
|
||||
"visibility_modal.direct_quote_warning.title": "Du kan ikkje byggja inn sitat i direkteomtaler",
|
||||
"visibility_modal.header": "Vising og samhandling",
|
||||
"visibility_modal.helper.direct_quoting": "Private omtalar som er skrivne på Mastodon kan ikkje siterast av andre.",
|
||||
"visibility_modal.helper.privacy_editing": "Du kan ikkje endra korleis eit innlegg viser når du har lagt det ut.",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "Editar lista",
|
||||
"column.favourites": "Favoritos",
|
||||
"column.firehose": "Feeds ao vivo",
|
||||
"column.firehose_local": "Transmissão ao vivo deste servidor",
|
||||
"column.firehose_singular": "Transmissão ao vivo",
|
||||
"column.follow_requests": "Seguidores pendentes",
|
||||
"column.home": "Página inicial",
|
||||
"column.list_members": "Gerenciar membros da lista",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Somente local",
|
||||
"community.column_settings.media_only": "Somente mídia",
|
||||
"community.column_settings.remote_only": "Somente global",
|
||||
"compose.error.blank_post": "A postagem não pode estar em branco.",
|
||||
"compose.language.change": "Alterar idioma",
|
||||
"compose.language.search": "Pesquisar idiomas...",
|
||||
"compose.published.body": "Publicado.",
|
||||
|
|
@ -909,9 +912,12 @@
|
|||
"status.pin": "Fixar",
|
||||
"status.quote": "Citar",
|
||||
"status.quote.cancel": "Cancelar citação",
|
||||
"status.quote_error.blocked_account_hint.title": "Esta publicação está oculta porque você bloqueou @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Esta publicação está oculta porque você bloqueou {domain}.",
|
||||
"status.quote_error.filtered": "Oculto devido a um dos seus filtros",
|
||||
"status.quote_error.limited_account_hint.action": "Mostrar mesmo assim",
|
||||
"status.quote_error.limited_account_hint.title": "Esta conta foi oculta pelos moderadores do {domain}.",
|
||||
"status.quote_error.muted_account_hint.title": "Esta publicação está oculta porque você silenciou @{name}.",
|
||||
"status.quote_error.not_available": "Publicação indisponível",
|
||||
"status.quote_error.pending_approval": "Publicação pendente",
|
||||
"status.quote_error.pending_approval_popout.body": "No Mastodon, você pode controlar se alguém pode citar você. Esta publicação está pendente enquanto estamos recebendo a aprovação do autor original.",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Apenas local",
|
||||
"community.column_settings.media_only": "Apenas multimédia",
|
||||
"community.column_settings.remote_only": "Apenas remoto",
|
||||
"compose.error.blank_post": "As publicações não podem ficar em branco.",
|
||||
"compose.language.change": "Alterar idioma",
|
||||
"compose.language.search": "Pesquisar idiomas...",
|
||||
"compose.published.body": "Publicado.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Publicar mesmo assim",
|
||||
"confirmations.missing_alt_text.title": "Adicionar texto alternativo?",
|
||||
"confirmations.mute.confirm": "Ocultar",
|
||||
"confirmations.private_quote_notify.cancel": "Voltar à edição",
|
||||
"confirmations.private_quote_notify.confirm": "Publicar",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Não mostrar novamente esta mensagem",
|
||||
"confirmations.private_quote_notify.message": "A pessoa que está a citar e outras mencionadas serão notificadas e poderão ver a sua publicação, mesmo que não o sigam.",
|
||||
"confirmations.private_quote_notify.title": "Partilhar com seguidores e utilizadores mencionados?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Não me relembre novamente",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Entendido",
|
||||
"confirmations.quiet_post_quote_info.message": "Ao citar uma publicação não listada, a sua publicação não será exibida nos destaques.",
|
||||
|
|
@ -758,6 +764,7 @@
|
|||
"privacy_policy.title": "Política de privacidade",
|
||||
"quote_error.edit": "Não é possível adicionar citações ao editar uma publicação.",
|
||||
"quote_error.poll": "Não é permitido citar sondagens.",
|
||||
"quote_error.private_mentions": "A citação não é permitida em menções privadas.",
|
||||
"quote_error.quote": "Apenas é permitida uma citação de cada vez.",
|
||||
"quote_error.unauthorized": "Não está autorizado a citar esta publicação.",
|
||||
"quote_error.upload": "Não é permitida a citação com anexos de multimédia.",
|
||||
|
|
@ -911,9 +918,12 @@
|
|||
"status.pin": "Afixar no perfil",
|
||||
"status.quote": "Citação",
|
||||
"status.quote.cancel": "Cancelar citação",
|
||||
"status.quote_error.blocked_account_hint.title": "Esta publicação está oculta porque bloqueou @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Esta publicação está oculta porque bloqueou {domain}.",
|
||||
"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.muted_account_hint.title": "Esta publicação está oculta porque silenciou @{name}.",
|
||||
"status.quote_error.not_available": "Publicação indisponível",
|
||||
"status.quote_error.pending_approval": "Publicação pendente",
|
||||
"status.quote_error.pending_approval_popout.body": "No Mastodon, pode controlar se alguém pode citar as suas publicações. Esta publicação está pendente enquanto aguardamos a aprovação do autor original.",
|
||||
|
|
@ -1008,6 +1018,8 @@
|
|||
"video.volume_down": "Diminuir volume",
|
||||
"video.volume_up": "Aumentar volume",
|
||||
"visibility_modal.button_title": "Definir visibilidade",
|
||||
"visibility_modal.direct_quote_warning.text": "Se guardar as definições atuais, a citação incorporada será convertida numa hiperligação.",
|
||||
"visibility_modal.direct_quote_warning.title": "Citações não podem ser incorporadas em menções privadas",
|
||||
"visibility_modal.header": "Visibilidade e interação",
|
||||
"visibility_modal.helper.direct_quoting": "As menções privadas criadas no Mastodon não podem ser citadas por outras pessoas.",
|
||||
"visibility_modal.helper.privacy_editing": "A visibilidade não pode ser alterada após a publicação ser publicada.",
|
||||
|
|
|
|||
|
|
@ -169,6 +169,8 @@
|
|||
"column.edit_list": "Përpunoni listën",
|
||||
"column.favourites": "Të parapëlqyer",
|
||||
"column.firehose": "Prurje “live”",
|
||||
"column.firehose_local": "Prurje “live” për këtë shërbyes",
|
||||
"column.firehose_singular": "Prurje “live”",
|
||||
"column.follow_requests": "Kërkesa për ndjekje",
|
||||
"column.home": "Kreu",
|
||||
"column.list_members": "Administroni anëtarë liste",
|
||||
|
|
@ -188,6 +190,7 @@
|
|||
"community.column_settings.local_only": "Vetëm vendore",
|
||||
"community.column_settings.media_only": "Vetëm Media",
|
||||
"community.column_settings.remote_only": "Vetëm të largëta",
|
||||
"compose.error.blank_post": "Postimi s’mund të jetë i zbrazët.",
|
||||
"compose.language.change": "Ndryshoni gjuhën",
|
||||
"compose.language.search": "Kërkoni te gjuhët…",
|
||||
"compose.published.body": "Postimi u botua.",
|
||||
|
|
@ -240,6 +243,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Postoje, sido qoftë",
|
||||
"confirmations.missing_alt_text.title": "Të shtohet tekst alternativ?",
|
||||
"confirmations.mute.confirm": "Heshtoje",
|
||||
"confirmations.private_quote_notify.cancel": "Mbrapsht te përpunimi",
|
||||
"confirmations.private_quote_notify.confirm": "Botoje postimin",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Mos ma shfaq prapë këtë mesazh",
|
||||
"confirmations.private_quote_notify.message": "Personi që citoni dhe përmendje të tjera do të njoftohen dhe do të jenë në gjendje të shohin postimin tuaj, edhe pse nuk ju ndjekin.",
|
||||
"confirmations.private_quote_notify.title": "T’u shfaqet ndjekësve dhe përdoruesve të përmendur?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Mos ma kujto më",
|
||||
"confirmations.quiet_post_quote_info.got_it": "E mora vesh",
|
||||
"confirmations.quiet_post_quote_info.message": "Kur citoni një postim publik të heshtuar, postimi juaj do të kalohet i fshehur te rrjedha kohore e gjërave në modë.",
|
||||
|
|
@ -752,6 +760,7 @@
|
|||
"privacy_policy.title": "Rregulla Privatësie",
|
||||
"quote_error.edit": "Kur përpunohet një postim, s’mund të shtohen citime.",
|
||||
"quote_error.poll": "Me pyetësorët nuk lejohet citim.",
|
||||
"quote_error.private_mentions": "Citimi nuk lejohet me përmendje të drejtpërdrejta.",
|
||||
"quote_error.quote": "Lejohet vetëm një citim në herë.",
|
||||
"quote_error.unauthorized": "S’jen i autorizuar ta citoni këtë postim.",
|
||||
"quote_error.upload": "Me bashkëngjitjet media nuk lejohet citim.",
|
||||
|
|
@ -905,9 +914,12 @@
|
|||
"status.pin": "Fiksoje në profil",
|
||||
"status.quote": "Citojeni",
|
||||
"status.quote.cancel": "Anuloje citimin",
|
||||
"status.quote_error.blocked_account_hint.title": "Ky postim është i fshehur, ngaqë keni bllokuar @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Ky postim është i fshehur, ngaqë keni bllokuar {domain}.",
|
||||
"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.muted_account_hint.title": "Ky postim është i fshehur, ngaqë keni heshtuar @{name}.",
|
||||
"status.quote_error.not_available": "Postim që s’mund të kihet",
|
||||
"status.quote_error.pending_approval": "Postim pezull",
|
||||
"status.quote_error.pending_approval_popout.body": "Në Mastodon mundeni të kontrolloni nëse dikush ju citon a jo. Ky postim është pezull, teksa po marrim miratimin e autorit origjinal.",
|
||||
|
|
@ -1002,6 +1014,8 @@
|
|||
"video.volume_down": "Ulje volumi",
|
||||
"video.volume_up": "Ngritje volumi",
|
||||
"visibility_modal.button_title": "Caktoni dukshmëri",
|
||||
"visibility_modal.direct_quote_warning.text": "Nëse ruani rregullimet e tanishme, citimi i trupëzuar do të shndërrohet në një lidhje.",
|
||||
"visibility_modal.direct_quote_warning.title": "Citimet s’mund të trupëzohen në përmendje private",
|
||||
"visibility_modal.header": "Dukshmëri dhe ndërveprim",
|
||||
"visibility_modal.helper.direct_quoting": "Përmendje private të krijuara në Mastodon s’mund të citohen nga të tjerë.",
|
||||
"visibility_modal.helper.privacy_editing": "Dukshmëria s’mund të ndryshohet pasi postimi botohet.",
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
"account.disable_notifications": "หยุดแจ้งเตือนฉันเมื่อ @{name} โพสต์",
|
||||
"account.domain_blocking": "กำลังปิดกั้นโดเมน",
|
||||
"account.edit_profile": "แก้ไขโปรไฟล์",
|
||||
"account.edit_profile_short": "แก้ไข",
|
||||
"account.enable_notifications": "แจ้งเตือนฉันเมื่อ @{name} โพสต์",
|
||||
"account.endorse": "แสดงในโปรไฟล์",
|
||||
"account.featured": "น่าสนใจ",
|
||||
|
|
@ -37,6 +38,11 @@
|
|||
"account.featured_tags.last_status_never": "ไม่มีโพสต์",
|
||||
"account.follow": "ติดตาม",
|
||||
"account.follow_back": "ติดตามกลับ",
|
||||
"account.follow_back_short": "ติดตามกลับ",
|
||||
"account.follow_request": "ขอติดตาม",
|
||||
"account.follow_request_cancel": "ยกเลิกคำขอ",
|
||||
"account.follow_request_cancel_short": "ยกเลิก",
|
||||
"account.follow_request_short": "ขอ",
|
||||
"account.followers": "ผู้ติดตาม",
|
||||
"account.followers.empty": "ยังไม่มีใครติดตามผู้ใช้นี้",
|
||||
"account.followers_counter": "{count, plural, other {{counter} ผู้ติดตาม}}",
|
||||
|
|
@ -63,6 +69,7 @@
|
|||
"account.open_original_page": "เปิดหน้าดั้งเดิม",
|
||||
"account.posts": "โพสต์",
|
||||
"account.posts_with_replies": "โพสต์และการตอบกลับ",
|
||||
"account.remove_from_followers": "เอา {name} ออกจากผู้ติดตาม",
|
||||
"account.report": "รายงาน @{name}",
|
||||
"account.requested_follow": "{name} ได้ขอติดตามคุณ",
|
||||
"account.share": "แชร์โปรไฟล์ของ @{name}",
|
||||
|
|
@ -158,6 +165,8 @@
|
|||
"column.edit_list": "แก้ไขรายการ",
|
||||
"column.favourites": "รายการโปรด",
|
||||
"column.firehose": "ฟีดสด",
|
||||
"column.firehose_local": "ฟีดสดสำหรับเซิร์ฟเวอร์นี้",
|
||||
"column.firehose_singular": "ฟีดสด",
|
||||
"column.follow_requests": "คำขอติดตาม",
|
||||
"column.home": "หน้าแรก",
|
||||
"column.list_members": "จัดการสมาชิกของรายการ",
|
||||
|
|
@ -209,6 +218,8 @@
|
|||
"confirmations.delete_list.confirm": "ลบ",
|
||||
"confirmations.delete_list.message": "คุณแน่ใจหรือไม่ว่าต้องการลบรายการนี้อย่างถาวร?",
|
||||
"confirmations.delete_list.title": "ลบรายการ?",
|
||||
"confirmations.discard_draft.confirm": "ละทิ้งและดำเนินการต่อ",
|
||||
"confirmations.discard_draft.post.title": "ละทิ้งโพสต์แบบร่างของคุณ?",
|
||||
"confirmations.discard_edit_media.confirm": "ละทิ้ง",
|
||||
"confirmations.discard_edit_media.message": "คุณมีการเปลี่ยนแปลงคำอธิบายหรือตัวอย่างสื่อที่ยังไม่ได้บันทึก ละทิ้งการเปลี่ยนแปลงเหล่านั้นต่อไป?",
|
||||
"confirmations.follow_to_list.confirm": "ติดตามและเพิ่มไปยังรายการ",
|
||||
|
|
@ -221,10 +232,20 @@
|
|||
"confirmations.missing_alt_text.secondary": "โพสต์ต่อไป",
|
||||
"confirmations.missing_alt_text.title": "เพิ่มข้อความแสดงแทน?",
|
||||
"confirmations.mute.confirm": "ซ่อน",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "ไม่ต้องเตือนฉันอีก",
|
||||
"confirmations.quiet_post_quote_info.got_it": "เข้าใจแล้ว",
|
||||
"confirmations.redraft.confirm": "ลบแล้วร่างใหม่",
|
||||
"confirmations.redraft.message": "คุณแน่ใจหรือไม่ว่าต้องการลบโพสต์นี้แล้วร่างโพสต์ใหม่? รายการโปรดและการดันจะสูญหาย และการตอบกลับโพสต์ดั้งเดิมจะไม่มีความเกี่ยวพัน",
|
||||
"confirmations.redraft.title": "ลบแล้วร่างโพสต์ใหม่?",
|
||||
"confirmations.remove_from_followers.confirm": "เอาผู้ติดตามออก",
|
||||
"confirmations.remove_from_followers.title": "เอาผู้ติดตามออก?",
|
||||
"confirmations.revoke_quote.confirm": "เอาโพสต์ออก",
|
||||
"confirmations.revoke_quote.title": "เอาโพสต์ออก?",
|
||||
"confirmations.unblock.confirm": "เลิกปิดกั้น",
|
||||
"confirmations.unblock.title": "เลิกปิดกั้น {name}?",
|
||||
"confirmations.unfollow.confirm": "เลิกติดตาม",
|
||||
"confirmations.unfollow.title": "เลิกติดตาม {name}?",
|
||||
"confirmations.withdraw_request.confirm": "ถอนคำขอ",
|
||||
"content_warning.hide": "ซ่อนโพสต์",
|
||||
"content_warning.show": "แสดงต่อไป",
|
||||
"content_warning.show_more": "แสดงเพิ่มเติม",
|
||||
|
|
@ -265,6 +286,7 @@
|
|||
"domain_pill.your_handle": "นามของคุณ:",
|
||||
"domain_pill.your_server": "บ้านดิจิทัลของคุณ ที่ซึ่งโพสต์ทั้งหมดของคุณอาศัยอยู่ ไม่ชอบเซิร์ฟเวอร์นี้? ถ่ายโอนเซิร์ฟเวอร์เมื่อใดก็ได้และนำผู้ติดตามของคุณไปด้วยเช่นกัน",
|
||||
"domain_pill.your_username": "ตัวระบุที่ไม่ซ้ำกันของคุณในเซิร์ฟเวอร์นี้ เป็นไปได้ที่จะค้นหาผู้ใช้ที่มีชื่อผู้ใช้เดียวกันในเซิร์ฟเวอร์ที่แตกต่างกัน",
|
||||
"dropdown.empty": "เลือกตัวเลือก",
|
||||
"embed.instructions": "ฝังโพสต์นี้ในเว็บไซต์ของคุณโดยคัดลอกโค้ดด้านล่าง",
|
||||
"embed.preview": "นี่คือลักษณะของการฝังที่จะปรากฏ:",
|
||||
"emoji_button.activity": "กิจกรรม",
|
||||
|
|
@ -314,6 +336,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": "ก่อนหน้า",
|
||||
|
|
@ -370,6 +393,8 @@
|
|||
"generic.saved": "บันทึกแล้ว",
|
||||
"getting_started.heading": "เริ่มต้นใช้งาน",
|
||||
"hashtag.admin_moderation": "เปิดส่วนติดต่อการกลั่นกรองสำหรับ #{name}",
|
||||
"hashtag.browse": "เรียกดูโพสต์ใน #{hashtag}",
|
||||
"hashtag.browse_from_account": "เรียกดูโพสต์จาก @{name} ใน #{hashtag}",
|
||||
"hashtag.column_header.tag_mode.all": "และ {additional}",
|
||||
"hashtag.column_header.tag_mode.any": "หรือ {additional}",
|
||||
"hashtag.column_header.tag_mode.none": "โดยไม่มี {additional}",
|
||||
|
|
@ -417,7 +442,7 @@
|
|||
"interaction_modal.no_account_yet": "ยังไม่มีบัญชี?",
|
||||
"interaction_modal.on_another_server": "ในเซิร์ฟเวอร์อื่น",
|
||||
"interaction_modal.on_this_server": "ในเซิร์ฟเวอร์นี้",
|
||||
"interaction_modal.title": "ลงชื่อเข้า",
|
||||
"interaction_modal.title": "ลงชื่อเข้าเพื่อดำเนินการต่อ",
|
||||
"interaction_modal.username_prompt": "เช่น {example}",
|
||||
"intervals.full.days": "{number, plural, other {# วัน}}",
|
||||
"intervals.full.hours": "{number, plural, other {# ชั่วโมง}}",
|
||||
|
|
@ -457,6 +482,8 @@
|
|||
"keyboard_shortcuts.translate": "เพื่อแปลโพสต์",
|
||||
"keyboard_shortcuts.unfocus": "เลิกโฟกัสพื้นที่เขียนข้อความ/การค้นหา",
|
||||
"keyboard_shortcuts.up": "ย้ายขึ้นในรายการ",
|
||||
"learn_more_link.got_it": "เข้าใจแล้ว",
|
||||
"learn_more_link.learn_more": "เรียนรู้เพิ่มเติม",
|
||||
"lightbox.close": "ปิด",
|
||||
"lightbox.next": "ถัดไป",
|
||||
"lightbox.previous": "ก่อนหน้า",
|
||||
|
|
@ -529,6 +556,8 @@
|
|||
"navigation_bar.preferences": "การกำหนดลักษณะ",
|
||||
"navigation_bar.privacy_and_reach": "ความเป็นส่วนตัวและการเข้าถึง",
|
||||
"navigation_bar.search": "ค้นหา",
|
||||
"navigation_panel.collapse_lists": "ยุบเมนูรายการ",
|
||||
"navigation_panel.expand_lists": "ขยายเมนูรายการ",
|
||||
"not_signed_in_indicator.not_signed_in": "คุณจำเป็นต้องเข้าสู่ระบบเพื่อเข้าถึงทรัพยากรนี้",
|
||||
"notification.admin.report": "{name} ได้รายงาน {target}",
|
||||
"notification.admin.report_account": "{name} ได้รายงาน {count, plural, other {# โพสต์}}จาก {target} สำหรับ {category}",
|
||||
|
|
@ -700,6 +729,7 @@
|
|||
"relative_time.minutes": "{number} นาที",
|
||||
"relative_time.seconds": "{number} วินาที",
|
||||
"relative_time.today": "วันนี้",
|
||||
"remove_quote_hint.button_label": "เข้าใจแล้ว",
|
||||
"reply_indicator.attachments": "{count, plural, other {# ไฟล์แนบ}}",
|
||||
"reply_indicator.cancel": "ยกเลิก",
|
||||
"reply_indicator.poll": "การสำรวจความคิดเห็น",
|
||||
|
|
@ -794,9 +824,12 @@
|
|||
"status.bookmark": "เพิ่มที่คั่นหน้า",
|
||||
"status.cancel_reblog_private": "เลิกดัน",
|
||||
"status.cannot_reblog": "ไม่สามารถดันโพสต์นี้",
|
||||
"status.context.retry": "ลองใหม่",
|
||||
"status.context.show": "แสดง",
|
||||
"status.continued_thread": "กระทู้ต่อเนื่อง",
|
||||
"status.copy": "คัดลอกลิงก์ไปยังโพสต์",
|
||||
"status.delete": "ลบ",
|
||||
"status.delete.success": "ลบโพสต์แล้ว",
|
||||
"status.detailed_status": "มุมมองการสนทนาโดยละเอียด",
|
||||
"status.direct": "กล่าวถึง @{name} แบบส่วนตัว",
|
||||
"status.direct_indicator": "การกล่าวถึงแบบส่วนตัว",
|
||||
|
|
@ -827,6 +860,7 @@
|
|||
"status.redraft": "ลบแล้วร่างใหม่",
|
||||
"status.remove_bookmark": "เอาที่คั่นหน้าออก",
|
||||
"status.remove_favourite": "เอาออกจากรายการโปรด",
|
||||
"status.remove_quote": "เอาออก",
|
||||
"status.replied_in_thread": "ตอบกลับในกระทู้",
|
||||
"status.replied_to": "ตอบกลับ {name}",
|
||||
"status.reply": "ตอบกลับ",
|
||||
|
|
@ -885,5 +919,6 @@
|
|||
"video.mute": "ปิดเสียง",
|
||||
"video.pause": "หยุดชั่วคราว",
|
||||
"video.play": "เล่น",
|
||||
"video.unmute": "เลิกปิดเสียง"
|
||||
"video.unmute": "เลิกปิดเสียง",
|
||||
"visibility_modal.save": "บันทึก"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"account.blocking": "Engelleme",
|
||||
"account.cancel_follow_request": "Takip isteğini geri çek",
|
||||
"account.copy": "Gönderi bağlantısını kopyala",
|
||||
"account.direct": "@{name} kullanıcısına özel olarak değin",
|
||||
"account.direct": "@{name} kullanıcısından özel olarak bahset",
|
||||
"account.disable_notifications": "@{name} kişisinin gönderi bildirimlerini kapat",
|
||||
"account.domain_blocking": "Alan adını engelleme",
|
||||
"account.edit_profile": "Profili düzenle",
|
||||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "Listeyi düzenle",
|
||||
"column.favourites": "Gözdelerin",
|
||||
"column.firehose": "Anlık Akışlar",
|
||||
"column.firehose_local": "Bu sunucunun canlı akışı",
|
||||
"column.firehose_singular": "Canlı akış",
|
||||
"column.follow_requests": "Takip istekleri",
|
||||
"column.home": "Anasayfa",
|
||||
"column.list_members": "Liste üyelerini yönet",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Sadece yerel",
|
||||
"community.column_settings.media_only": "Sadece medya",
|
||||
"community.column_settings.remote_only": "Sadece uzak",
|
||||
"compose.error.blank_post": "Gönderiler boş bırakılamaz.",
|
||||
"compose.language.change": "Dili değiştir",
|
||||
"compose.language.search": "Dilleri ara...",
|
||||
"compose.published.body": "Gönderi yayınlandı.",
|
||||
|
|
@ -244,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Yine de gönder",
|
||||
"confirmations.missing_alt_text.title": "Alternatif metin ekle?",
|
||||
"confirmations.mute.confirm": "Sessize al",
|
||||
"confirmations.private_quote_notify.cancel": "Düzenlemeye dön",
|
||||
"confirmations.private_quote_notify.confirm": "Gönderiyi yayınla",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Bu iletiyi bana tekrar gösterme",
|
||||
"confirmations.private_quote_notify.message": "Alıntı yaptığınız kişi ve diğer bahsedilen kişiler, sizi takip etmiyor olsalar bile bildirim alacak ve gönderinizi görüntüleyebileceklerdir.",
|
||||
"confirmations.private_quote_notify.title": "Takipçiler ve bahsedilen kullanıcılarla paylaş?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Bana bir daha hatırlatma",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Anladım",
|
||||
"confirmations.quiet_post_quote_info.message": "Sessiz bir genel gönderiyi alıntıladığınızda, gönderiniz öne çıkan zaman çizelgelerinden gizlenir.",
|
||||
|
|
@ -333,6 +341,7 @@
|
|||
"empty_column.bookmarked_statuses": "Henüz yer imine eklediğin toot yok. Bir tanesi yer imine eklendiğinde burada görünür.",
|
||||
"empty_column.community": "Yerel zaman çizelgesi boş. Daha fazla eğlence için herkese açık bir gönderi paylaşın!",
|
||||
"empty_column.direct": "Henüz doğrudan değinmeniz yok. Bir tane gönderdiğinizde veya aldığınızda burada listelenecek.",
|
||||
"empty_column.disabled_feed": "Bu akış sunucu yöneticileri tarafından devre dışı bırakılmıştır.",
|
||||
"empty_column.domain_blocks": "Henüz engellenmiş bir alan adı yok.",
|
||||
"empty_column.explore_statuses": "Şu an öne çıkan birşey yok. Daha sonra tekrar bakın!",
|
||||
"empty_column.favourited_statuses": "Henüz bir gönderiyi favorilerinize eklememişsiniz. Bir gönderiyi favorilerinize eklediğinizde burada görünecek.",
|
||||
|
|
@ -755,6 +764,7 @@
|
|||
"privacy_policy.title": "Gizlilik Politikası",
|
||||
"quote_error.edit": "Gönderi düzenlenirken alıntılar eklenemez.",
|
||||
"quote_error.poll": "Anketlerde alıntıya izin verilmez.",
|
||||
"quote_error.private_mentions": "Doğrudan atıfta bulunarak alıntı yapma izni yoktur.",
|
||||
"quote_error.quote": "Bir seferde tek bir alıntıya izin var.",
|
||||
"quote_error.unauthorized": "Bu gönderiyi alıntılamaya yetkiniz yok.",
|
||||
"quote_error.upload": "Medya eklentilerini alıntılamaya izin yok.",
|
||||
|
|
@ -908,9 +918,12 @@
|
|||
"status.pin": "Profile sabitle",
|
||||
"status.quote": "Teklif",
|
||||
"status.quote.cancel": "Teklifi iptal et",
|
||||
"status.quote_error.blocked_account_hint.title": "Bu gönderi @{name} kişisini engellediğiniz için gizlenmiştir.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Bu gönderi {domain} adresini engellediğiniz için gizlenmiştir.",
|
||||
"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.muted_account_hint.title": "Bu gönderi @{name} kişisini sessize aldığınız için gizlenmiştir.",
|
||||
"status.quote_error.not_available": "Gönderi kullanılamıyor",
|
||||
"status.quote_error.pending_approval": "Gönderi beklemede",
|
||||
"status.quote_error.pending_approval_popout.body": "Mastodon'da, birinin sizi alıntılayıp alıntılayamayacağını kontrol edebilirsiniz. Bu gönderi, orijinal yazarın onayını alma sürecinde beklemede.",
|
||||
|
|
@ -1005,6 +1018,8 @@
|
|||
"video.volume_down": "Sesi kıs",
|
||||
"video.volume_up": "Sesi yükselt",
|
||||
"visibility_modal.button_title": "Görünürlüğü ayarla",
|
||||
"visibility_modal.direct_quote_warning.text": "Mevcut ayarları kaydederseniz, gömülü alıntı bir bağlantıya dönüştürülür.",
|
||||
"visibility_modal.direct_quote_warning.title": "Alıntılar özel bahsetmelere eklenemez",
|
||||
"visibility_modal.header": "Görünürlük ve etkileşim",
|
||||
"visibility_modal.helper.direct_quoting": "Mastodon'da özel değiniler başkaları tarafından alıntılanamaz.",
|
||||
"visibility_modal.helper.privacy_editing": "Gönderi yayınlandıktan sonra görünürlük değiştirilemez.",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "Chỉ máy chủ của bạn",
|
||||
"community.column_settings.media_only": "Chỉ hiện tút có media",
|
||||
"community.column_settings.remote_only": "Chỉ người ở máy chủ khác",
|
||||
"compose.error.blank_post": "Không thể để trống.",
|
||||
"compose.language.change": "Chọn ngôn ngữ tút",
|
||||
"compose.language.search": "Tìm ngôn ngữ...",
|
||||
"compose.published.body": "Tút đã được đăng.",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "Đăng luôn",
|
||||
"confirmations.missing_alt_text.title": "Thêm văn bản thay thế?",
|
||||
"confirmations.mute.confirm": "Ẩn",
|
||||
"confirmations.private_quote_notify.cancel": "Quay lại chỉnh sửa",
|
||||
"confirmations.private_quote_notify.confirm": "Đăng tút",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "Không hiện thông báo này nữa",
|
||||
"confirmations.private_quote_notify.message": "Người mà bạn trích dẫn và những người được bạn nhắc đến khác sẽ được thông báo và có thể xem tút của bạn, ngay cả khi họ không theo dõi bạn.",
|
||||
"confirmations.private_quote_notify.title": "Chia sẻ với người được nhắc đến và người theo dõi?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "Không nhắc lại nữa",
|
||||
"confirmations.quiet_post_quote_info.got_it": "Đã hiểu",
|
||||
"confirmations.quiet_post_quote_info.message": "Khi trích dẫn một tút hạn chế, tút của bạn sẽ bị ẩn khỏi dòng thời gian thịnh hành.",
|
||||
|
|
@ -758,6 +764,7 @@
|
|||
"privacy_policy.title": "Chính sách bảo mật",
|
||||
"quote_error.edit": "Không thể thêm trích dẫn khi sửa tút.",
|
||||
"quote_error.poll": "Không thể trích dẫn vốt.",
|
||||
"quote_error.private_mentions": "Không thể trích dẫn với lượt nhắc trực tiếp.",
|
||||
"quote_error.quote": "Chỉ được trích dẫn một lần.",
|
||||
"quote_error.unauthorized": "Bạn không được cấp quyền trích dẫn tút này.",
|
||||
"quote_error.upload": "Không thể trích dẫn với media đính kèm.",
|
||||
|
|
@ -911,9 +918,12 @@
|
|||
"status.pin": "Ghim lên hồ sơ",
|
||||
"status.quote": "Trích dẫn",
|
||||
"status.quote.cancel": "Bỏ trích dẫn",
|
||||
"status.quote_error.blocked_account_hint.title": "Tút này bị ẩn vì bạn đã chặn @{name}.",
|
||||
"status.quote_error.blocked_domain_hint.title": "Tút này bị ẩn vì bạn đã chặn {domain}.",
|
||||
"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.muted_account_hint.title": "Tút này bị ẩn vì bạn đã ẩn @{name}.",
|
||||
"status.quote_error.not_available": "Tút không khả dụng",
|
||||
"status.quote_error.pending_approval": "Tút đang chờ duyệt",
|
||||
"status.quote_error.pending_approval_popout.body": "Trên Mastodon, bạn có thể kiểm soát việc ai đó có thể trích dẫn tút của bạn hay không. Tút này đang chờ phê duyệt từ tác giả gốc.",
|
||||
|
|
@ -1008,6 +1018,8 @@
|
|||
"video.volume_down": "Giảm âm lượng",
|
||||
"video.volume_up": "Tăng âm lượng",
|
||||
"visibility_modal.button_title": "Thay đổi quyền riêng tư",
|
||||
"visibility_modal.direct_quote_warning.text": "Nếu bạn lưu cài đặt hiện tại, trích dẫn được nhúng sẽ được chuyển đổi thành liên kết.",
|
||||
"visibility_modal.direct_quote_warning.title": "Không thể nhúng trích dẫn vào Nhắn Riêng",
|
||||
"visibility_modal.header": "Hiển thị và tương tác",
|
||||
"visibility_modal.helper.direct_quoting": "Nhắn riêng trên Mastodon không thể được người khác trích dẫn.",
|
||||
"visibility_modal.helper.privacy_editing": "Không thể thay đổi chế độ hiển thị sau khi một tút đã đăng.",
|
||||
|
|
|
|||
|
|
@ -173,6 +173,8 @@
|
|||
"column.edit_list": "编辑列表",
|
||||
"column.favourites": "喜欢",
|
||||
"column.firehose": "实时动态",
|
||||
"column.firehose_local": "此服务器的实时动态",
|
||||
"column.firehose_singular": "实时动态",
|
||||
"column.follow_requests": "关注请求",
|
||||
"column.home": "主页",
|
||||
"column.list_members": "管理列表成员",
|
||||
|
|
@ -192,6 +194,7 @@
|
|||
"community.column_settings.local_only": "仅限本站",
|
||||
"community.column_settings.media_only": "仅媒体",
|
||||
"community.column_settings.remote_only": "仅外站",
|
||||
"compose.error.blank_post": "嘟文内容不能为空。",
|
||||
"compose.language.change": "更改语言",
|
||||
"compose.language.search": "搜索语言...",
|
||||
"compose.published.body": "嘟文已发布。",
|
||||
|
|
@ -244,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "就这样发布",
|
||||
"confirmations.missing_alt_text.title": "添加替代文本?",
|
||||
"confirmations.mute.confirm": "隐藏",
|
||||
"confirmations.private_quote_notify.cancel": "返回编辑",
|
||||
"confirmations.private_quote_notify.confirm": "发布嘟文",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "不再显示此消息",
|
||||
"confirmations.private_quote_notify.message": "您所引用与提及的用户将收到通知且能够查看你的嘟文,即便这些用户没有关注您。",
|
||||
"confirmations.private_quote_notify.title": "是否和关注者和提及的用户分享此内容?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "不再提醒",
|
||||
"confirmations.quiet_post_quote_info.got_it": "明白了",
|
||||
"confirmations.quiet_post_quote_info.message": "当你引用悄悄公开的嘟文时,你的嘟文会从热门时间线上隐藏。",
|
||||
|
|
@ -289,7 +297,7 @@
|
|||
"domain_block_modal.they_wont_know": "对方不会知道自己被屏蔽。",
|
||||
"domain_block_modal.title": "确定要屏蔽此域名?",
|
||||
"domain_block_modal.you_will_lose_num_followers": "你将失去 {followersCount, plural, other {{followersCountDisplay} 名关注者}}和 {followingCount, plural, other {{followingCountDisplay} 名关注}}。",
|
||||
"domain_block_modal.you_will_lose_relationships": "你将丢失该站点上的所有关注与关注者。",
|
||||
"domain_block_modal.you_will_lose_relationships": "你将丢失该站点上的全部关注与关注者。",
|
||||
"domain_block_modal.you_wont_see_posts": "你将不会看到此服务器上用户的嘟文或通知。",
|
||||
"domain_pill.activitypub_lets_connect": "它可以让你与不同社交应用上的人交流互动,而不仅限于 Mastodon。",
|
||||
"domain_pill.activitypub_like_language": "ActivityPub 好比 Mastodon 与其它社交网络交流时使用的语言。",
|
||||
|
|
@ -302,7 +310,7 @@
|
|||
"domain_pill.who_they_are": "用户名可以表明用户的身份和其所在站点,这样你就可以通过<button>基于 ActivityPub 的平台</button>在社交网络和人们互动。",
|
||||
"domain_pill.who_you_are": "用户名可以表明你的身份和你所在的站点,这样人们就可以通过<button>基于 ActivityPub 的平台</button>在社交网络与你互动。",
|
||||
"domain_pill.your_handle": "你的用户名:",
|
||||
"domain_pill.your_server": "你的数字家园,你的所有嘟文都在此存储。不喜欢这里吗?你可以随时迁移到其它服务器,并带上你的关注者。",
|
||||
"domain_pill.your_server": "你的数字家园,你的全部嘟文都在此存储。不喜欢这里吗?你可以随时迁移到其它服务器,并带上你的关注者。",
|
||||
"domain_pill.your_username": "你在此服务器上的唯一标识。不同服务器上可能存在相同用户名的用户。",
|
||||
"dropdown.empty": "选项",
|
||||
"embed.instructions": "复制下列代码以在你的网站中嵌入此嘟文。",
|
||||
|
|
@ -333,6 +341,7 @@
|
|||
"empty_column.bookmarked_statuses": "你还没有给任何嘟文添加书签。添加书签后的嘟文会显示在这里。",
|
||||
"empty_column.community": "本站时间线还没有内容,写点什么并公开发布,让它活跃起来吧!",
|
||||
"empty_column.direct": "你还未使用过私下提及。当你发出或者收到私下提及时,它将显示在此。",
|
||||
"empty_column.disabled_feed": "此动态已被你的服务器管理员禁用。",
|
||||
"empty_column.domain_blocks": "暂且没有被屏蔽的站点。",
|
||||
"empty_column.explore_statuses": "目前没有热门内容,稍后再来看看吧!",
|
||||
"empty_column.favourited_statuses": "你没有喜欢过任何嘟文。喜欢过的嘟文会显示在这里。",
|
||||
|
|
@ -661,9 +670,9 @@
|
|||
"notifications.column_settings.admin.sign_up": "新注册:",
|
||||
"notifications.column_settings.alert": "桌面通知",
|
||||
"notifications.column_settings.favourite": "喜欢:",
|
||||
"notifications.column_settings.filter_bar.advanced": "显示所有类别",
|
||||
"notifications.column_settings.filter_bar.advanced": "显示全部类别",
|
||||
"notifications.column_settings.filter_bar.category": "快速筛选栏",
|
||||
"notifications.column_settings.follow": "新粉丝:",
|
||||
"notifications.column_settings.follow": "新关注者:",
|
||||
"notifications.column_settings.follow_request": "新关注请求:",
|
||||
"notifications.column_settings.group": "分组",
|
||||
"notifications.column_settings.mention": "提及:",
|
||||
|
|
@ -755,6 +764,7 @@
|
|||
"privacy_policy.title": "隐私政策",
|
||||
"quote_error.edit": "编辑嘟文时无法添加引用。",
|
||||
"quote_error.poll": "不允许引用投票嘟文。",
|
||||
"quote_error.private_mentions": "不允许引用私下提及嘟文。",
|
||||
"quote_error.quote": "一次只能引用一条嘟文。",
|
||||
"quote_error.unauthorized": "你没有权限引用此嘟文。",
|
||||
"quote_error.upload": "不允许引用有媒体附件的嘟文。",
|
||||
|
|
@ -807,9 +817,9 @@
|
|||
"report.reasons.spam_description": "恶意链接、虚假互动或重复回复",
|
||||
"report.reasons.violation": "违反服务器规则",
|
||||
"report.reasons.violation_description": "你清楚它违反了特定的规则",
|
||||
"report.rules.subtitle": "选择所有适用选项",
|
||||
"report.rules.subtitle": "选择全部适用选项",
|
||||
"report.rules.title": "违反了哪些规则?",
|
||||
"report.statuses.subtitle": "选择所有适用选项",
|
||||
"report.statuses.subtitle": "选择全部适用选项",
|
||||
"report.statuses.title": "是否有任何嘟文可以支持这一报告?",
|
||||
"report.submit": "提交",
|
||||
"report.target": "举报 {target}",
|
||||
|
|
@ -860,7 +870,7 @@
|
|||
"server_banner.is_one_of_many": "{domain} 是可用于参与联邦宇宙的众多独立 Mastodon 站点之一。",
|
||||
"server_banner.server_stats": "服务器统计数据:",
|
||||
"sign_in_banner.create_account": "创建账号",
|
||||
"sign_in_banner.follow_anyone": "关注联邦宇宙中的任何人,并按时间顺序查看所有内容。没有算法、广告或诱导链接。",
|
||||
"sign_in_banner.follow_anyone": "关注联邦宇宙中的任何人,并按时间顺序查看全部内容。没有算法、广告或诱导链接。",
|
||||
"sign_in_banner.mastodon_is": "Mastodon 是了解最新动态的最佳途径。",
|
||||
"sign_in_banner.sign_in": "登录",
|
||||
"sign_in_banner.sso_redirect": "登录或注册",
|
||||
|
|
@ -908,9 +918,12 @@
|
|||
"status.pin": "在个人资料页面置顶",
|
||||
"status.quote": "引用",
|
||||
"status.quote.cancel": "取消引用",
|
||||
"status.quote_error.blocked_account_hint.title": "由于你已屏蔽@{name},此嘟文已隐藏。",
|
||||
"status.quote_error.blocked_domain_hint.title": "由于你已屏蔽{domain},此嘟文已隐藏。",
|
||||
"status.quote_error.filtered": "已根据你的筛选器过滤",
|
||||
"status.quote_error.limited_account_hint.action": "仍然显示",
|
||||
"status.quote_error.limited_account_hint.title": "此账号已被 {domain} 管理员隐藏。",
|
||||
"status.quote_error.muted_account_hint.title": "由于你已设置隐藏@{name},此嘟文已隐藏。",
|
||||
"status.quote_error.not_available": "嘟文不可用",
|
||||
"status.quote_error.pending_approval": "嘟文待发布",
|
||||
"status.quote_error.pending_approval_popout.body": "在Mastodon上,你可以控制其他人引用你嘟文的权限。此嘟文在得到原作者的同意后就会发布。",
|
||||
|
|
@ -954,7 +967,7 @@
|
|||
"status.uncached_media_warning": "预览不可用",
|
||||
"status.unmute_conversation": "恢复此对话的通知提醒",
|
||||
"status.unpin": "在个人资料页面取消置顶",
|
||||
"subscribed_languages.lead": "更改此选择后,只有选定语言的嘟文才会出现在你的主页和列表时间线上。选择「无」将显示所有语言的嘟文。",
|
||||
"subscribed_languages.lead": "更改此选择后,只有选定语言的嘟文才会出现在你的主页和列表时间线上。选择「无」将显示全部语言的嘟文。",
|
||||
"subscribed_languages.save": "保存更改",
|
||||
"subscribed_languages.target": "更改 {target} 的订阅语言",
|
||||
"tabs_bar.home": "主页",
|
||||
|
|
@ -1005,13 +1018,15 @@
|
|||
"video.volume_down": "音量减小",
|
||||
"video.volume_up": "提高音量",
|
||||
"visibility_modal.button_title": "设置可见性",
|
||||
"visibility_modal.direct_quote_warning.text": "如果你保存当前设置,引用的嘟文将被转换为链接。",
|
||||
"visibility_modal.direct_quote_warning.title": "引用嘟文无法嵌入到私下提及中",
|
||||
"visibility_modal.header": "可见性和互动",
|
||||
"visibility_modal.helper.direct_quoting": "Mastodon上发布的私下提及无法被他人引用。",
|
||||
"visibility_modal.helper.privacy_editing": "嘟文发布后便无法更改可见性。",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "自我引用的私人嘟文无法设置为公开。",
|
||||
"visibility_modal.helper.private_quoting": "Mastodon上发布的仅限关注者可见的嘟文无法被他人引用。",
|
||||
"visibility_modal.helper.unlisted_quoting": "当其他人引用你时,他们的嘟文也会从热门时间线上隐藏。",
|
||||
"visibility_modal.instructions": "控制谁可以和此嘟文互动。你也可以前往<link>偏好设置 > 发布默认值</link>将此设置应用到所有未来发布的嘟文。",
|
||||
"visibility_modal.instructions": "控制谁可以和此嘟文互动。你也可以前往<link>偏好设置 > 发布默认值</link>将此设置应用到全部未来发布的嘟文。",
|
||||
"visibility_modal.privacy_label": "可见性",
|
||||
"visibility_modal.quote_followers": "仅关注者",
|
||||
"visibility_modal.quote_label": "谁可以引用",
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
"account.disable_notifications": "當 @{name} 發文時不要再通知我",
|
||||
"account.domain_blocking": "封鎖網域",
|
||||
"account.edit_profile": "修改個人檔案",
|
||||
"account.edit_profile_short": "編輯",
|
||||
"account.enable_notifications": "當 @{name} 發文時通知我",
|
||||
"account.endorse": "在個人檔案中推薦對方",
|
||||
"account.familiar_followers_many": "{name1}、{name2} 及{othersCount, plural, other {你認識的 # 人}}已追蹤",
|
||||
|
|
@ -40,12 +41,18 @@
|
|||
"account.featured_tags.last_status_never": "暫無文章",
|
||||
"account.follow": "關注",
|
||||
"account.follow_back": "追蹤對方",
|
||||
"account.follow_back_short": "追蹤對方",
|
||||
"account.follow_request": "追蹤請求",
|
||||
"account.follow_request_cancel": "取消請求",
|
||||
"account.follow_request_cancel_short": "取消",
|
||||
"account.follow_request_short": "請求",
|
||||
"account.followers": "追蹤者",
|
||||
"account.followers.empty": "尚未有人追蹤這位使用者。",
|
||||
"account.followers_counter": "{count, plural, other {{counter} 個追蹤者}}",
|
||||
"account.followers_you_know_counter": "你認識的 {counter} 人",
|
||||
"account.following": "正在追蹤",
|
||||
"account.follows.empty": "這位使用者尚未追蹤任何人。",
|
||||
"account.follows_you": "正追蹤你",
|
||||
"account.go_to_profile": "前往個人檔案",
|
||||
"account.hide_reblogs": "隱藏 @{name} 的轉推",
|
||||
"account.in_memoriam": "謹此悼念。",
|
||||
|
|
@ -60,10 +67,13 @@
|
|||
"account.mute_notifications_short": "靜音通知",
|
||||
"account.mute_short": "靜音",
|
||||
"account.muted": "靜音",
|
||||
"account.muting": "靜音",
|
||||
"account.mutual": "你們已互相追蹤",
|
||||
"account.no_bio": "未提供描述。",
|
||||
"account.open_original_page": "打開原始頁面",
|
||||
"account.posts": "帖文",
|
||||
"account.posts_with_replies": "帖文與回覆",
|
||||
"account.remove_from_followers": "移除追蹤者{name}",
|
||||
"account.report": "檢舉 @{name}",
|
||||
"account.requested_follow": "{name} 要求追蹤你",
|
||||
"account.share": "分享 @{name} 的個人檔案",
|
||||
|
|
@ -130,8 +140,11 @@
|
|||
"column.direct": "私人提及",
|
||||
"column.directory": "瀏覽個人資料",
|
||||
"column.domain_blocks": "封鎖的服務站",
|
||||
"column.edit_list": "編輯列表",
|
||||
"column.favourites": "最愛",
|
||||
"column.firehose": "即時動態",
|
||||
"column.firehose_local": "本伺服器的即時動態",
|
||||
"column.firehose_singular": "即時動態",
|
||||
"column.follow_requests": "追蹤請求",
|
||||
"column.home": "主頁",
|
||||
"column.lists": "列表",
|
||||
|
|
@ -182,15 +195,28 @@
|
|||
"confirmations.delete_list.confirm": "刪除",
|
||||
"confirmations.delete_list.message": "你確定要永久刪除這列表嗎?",
|
||||
"confirmations.delete_list.title": "刪除列表?",
|
||||
"confirmations.discard_draft.post.title": "要捨棄文章的草稿?",
|
||||
"confirmations.discard_edit_media.confirm": "捨棄",
|
||||
"confirmations.discard_edit_media.message": "您在媒體描述或預覽有尚未儲存的變更。確定要捨棄它們嗎?",
|
||||
"confirmations.follow_to_list.title": "追蹤使用者?",
|
||||
"confirmations.logout.confirm": "登出",
|
||||
"confirmations.logout.message": "確定要登出嗎?",
|
||||
"confirmations.logout.title": "登出?",
|
||||
"confirmations.missing_alt_text.confirm": "新增替代文字",
|
||||
"confirmations.missing_alt_text.message": "你的貼文尚未附上替代文字。新增描述有助更多人存取其內容。",
|
||||
"confirmations.mute.confirm": "靜音",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "不再提醒",
|
||||
"confirmations.quiet_post_quote_info.got_it": "知道了",
|
||||
"confirmations.redraft.confirm": "刪除並編輯",
|
||||
"confirmations.redraft.message": "你確定要移除並重新起草這篇帖文嗎?你將會失去最愛和轉推,而回覆也會與原始帖文斷開連接。",
|
||||
"confirmations.revoke_quote.message": "此操作無法還原。",
|
||||
"confirmations.revoke_quote.title": "移除貼文?",
|
||||
"confirmations.unblock.confirm": "解除封鎖",
|
||||
"confirmations.unblock.title": "解除封鎖 {name}?",
|
||||
"confirmations.unfollow.confirm": "取消追蹤",
|
||||
"confirmations.unfollow.title": "取消追蹤 {name}?",
|
||||
"confirmations.withdraw_request.confirm": "撤回請求",
|
||||
"confirmations.withdraw_request.title": "撤回追蹤{name}的請求?",
|
||||
"content_warning.hide": "隱藏嘟文",
|
||||
"content_warning.show": "仍要顯示",
|
||||
"content_warning.show_more": "顯示更多",
|
||||
|
|
@ -432,6 +458,8 @@
|
|||
"navigation_bar.follows_and_followers": "追蹤及追蹤者",
|
||||
"navigation_bar.import_export": "匯入及匯出",
|
||||
"navigation_bar.lists": "列表",
|
||||
"navigation_bar.live_feed_local": "即時動態(本地)",
|
||||
"navigation_bar.live_feed_public": "即時動態(公開)",
|
||||
"navigation_bar.logout": "登出",
|
||||
"navigation_bar.more": "更多",
|
||||
"navigation_bar.mutes": "靜音名單",
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@
|
|||
"community.column_settings.local_only": "只顯示本站",
|
||||
"community.column_settings.media_only": "只顯示媒體",
|
||||
"community.column_settings.remote_only": "只顯示遠端",
|
||||
"compose.error.blank_post": "嘟文無法為空白。",
|
||||
"compose.language.change": "變更語言",
|
||||
"compose.language.search": "搜尋語言...",
|
||||
"compose.published.body": "發嘟成功。",
|
||||
|
|
@ -246,6 +247,11 @@
|
|||
"confirmations.missing_alt_text.secondary": "仍要發嘟",
|
||||
"confirmations.missing_alt_text.title": "是否新增 ALT 說明文字?",
|
||||
"confirmations.mute.confirm": "靜音",
|
||||
"confirmations.private_quote_notify.cancel": "返回至編輯",
|
||||
"confirmations.private_quote_notify.confirm": "發表嘟文",
|
||||
"confirmations.private_quote_notify.do_not_show_again": "不再顯示此訊息",
|
||||
"confirmations.private_quote_notify.message": "您所引用與提及之使用者將被通知且能檢視您的嘟文,即便他們並無跟隨您。",
|
||||
"confirmations.private_quote_notify.title": "是否和跟隨者與提及使用者分享此內容?",
|
||||
"confirmations.quiet_post_quote_info.dismiss": "不要再提醒我",
|
||||
"confirmations.quiet_post_quote_info.got_it": "了解",
|
||||
"confirmations.quiet_post_quote_info.message": "當引用不於公開時間軸顯示之嘟文時,您的嘟文將自熱門時間軸隱藏。",
|
||||
|
|
@ -604,8 +610,8 @@
|
|||
"notification.annual_report.view": "檢視 #Wrapstodon",
|
||||
"notification.favourite": "{name} 已將您的嘟文加入最愛",
|
||||
"notification.favourite.name_and_others_with_link": "{name} 與<a>{count, plural, other {其他 # 個人}}</a>已將您的嘟文加入最愛",
|
||||
"notification.favourite_pm": "{name} 將您的私人提及加入最愛",
|
||||
"notification.favourite_pm.name_and_others_with_link": "{name} 與<a>{count, plural, other {其他 # 個人}}</a>已將您的私人提及加入最愛",
|
||||
"notification.favourite_pm": "{name} 將您的私訊加入最愛",
|
||||
"notification.favourite_pm.name_and_others_with_link": "{name} 與<a>{count, plural, other {其他 # 個人}}</a>已將您的私訊加入最愛",
|
||||
"notification.follow": "{name} 已跟隨您",
|
||||
"notification.follow.name_and_others": "{name} 與<a>{count, plural, other {其他 # 個人}}</a>已跟隨您",
|
||||
"notification.follow_request": "{name} 要求跟隨您",
|
||||
|
|
@ -758,6 +764,7 @@
|
|||
"privacy_policy.title": "隱私權政策",
|
||||
"quote_error.edit": "編輯嘟文時無法新增引用嘟文。",
|
||||
"quote_error.poll": "無法引用投票嘟文。",
|
||||
"quote_error.private_mentions": "無法引用私訊嘟文。",
|
||||
"quote_error.quote": "一次僅能引用一則嘟文。",
|
||||
"quote_error.unauthorized": "您不被授權允許引用此嘟文。",
|
||||
"quote_error.upload": "無法引用多媒體內容嘟文。",
|
||||
|
|
@ -911,9 +918,12 @@
|
|||
"status.pin": "釘選至個人檔案頁面",
|
||||
"status.quote": "引用",
|
||||
"status.quote.cancel": "取消引用嘟文",
|
||||
"status.quote_error.blocked_account_hint.title": "由於您已封鎖 @{name},此嘟文已被隱藏。",
|
||||
"status.quote_error.blocked_domain_hint.title": "由於您已封鎖 {domain},此嘟文已被隱藏。",
|
||||
"status.quote_error.filtered": "由於您的過濾器,該嘟文被隱藏",
|
||||
"status.quote_error.limited_account_hint.action": "仍要顯示",
|
||||
"status.quote_error.limited_account_hint.title": "此個人檔案已被 {domain} 的管理員隱藏。",
|
||||
"status.quote_error.muted_account_hint.title": "由於您已靜音 @{name},此嘟文已被隱藏。",
|
||||
"status.quote_error.not_available": "無法取得該嘟文",
|
||||
"status.quote_error.pending_approval": "嘟文正在等候審核中",
|
||||
"status.quote_error.pending_approval_popout.body": "您能於 Mastodon 控制是否允許引用您的嘟文。此嘟文正在等待原始作者審核。",
|
||||
|
|
@ -1008,8 +1018,10 @@
|
|||
"video.volume_down": "降低音量",
|
||||
"video.volume_up": "提高音量",
|
||||
"visibility_modal.button_title": "設定可見性",
|
||||
"visibility_modal.direct_quote_warning.text": "若您儲存目前設定,引用嘟文將被轉為連結。",
|
||||
"visibility_modal.direct_quote_warning.title": "引用嘟文無法被內嵌於私訊中",
|
||||
"visibility_modal.header": "可見性與互動",
|
||||
"visibility_modal.helper.direct_quoting": "Mastodon 上發佈之私人提及嘟文無法被其他使用者引用。",
|
||||
"visibility_modal.helper.direct_quoting": "Mastodon 上發佈之私訊嘟文無法被其他使用者引用。",
|
||||
"visibility_modal.helper.privacy_editing": "嘟文發布後無法變更可見性。",
|
||||
"visibility_modal.helper.privacy_private_self_quote": "自我引用之私嘟無法設為公開可見。",
|
||||
"visibility_modal.helper.private_quoting": "Mastodon 上發佈之僅限跟隨者嘟文無法被其他使用者引用。",
|
||||
|
|
|
|||
|
|
@ -1,11 +1,14 @@
|
|||
import { Map as ImmutableMap, List as ImmutableList, OrderedSet as ImmutableOrderedSet, fromJS } from 'immutable';
|
||||
|
||||
import {
|
||||
changeComposeVisibility,
|
||||
changeUploadCompose,
|
||||
quoteCompose,
|
||||
quoteComposeCancel,
|
||||
setComposeQuotePolicy,
|
||||
} from 'mastodon/actions/compose_typed';
|
||||
pasteLinkCompose,
|
||||
cancelPasteLinkCompose,
|
||||
} from '@/mastodon/actions/compose_typed';
|
||||
import { timelineDelete } from 'mastodon/actions/timelines_typed';
|
||||
|
||||
import {
|
||||
|
|
@ -38,7 +41,6 @@ import {
|
|||
COMPOSE_SENSITIVITY_CHANGE,
|
||||
COMPOSE_SPOILERNESS_CHANGE,
|
||||
COMPOSE_SPOILER_TEXT_CHANGE,
|
||||
COMPOSE_VISIBILITY_CHANGE,
|
||||
COMPOSE_LANGUAGE_CHANGE,
|
||||
COMPOSE_COMPOSING_CHANGE,
|
||||
COMPOSE_EMOJI_INSERT,
|
||||
|
|
@ -93,6 +95,7 @@ const initialState = ImmutableMap({
|
|||
quoted_status_id: null,
|
||||
quote_policy: 'public',
|
||||
default_quote_policy: 'public', // Set in hydration.
|
||||
fetching_link: null,
|
||||
});
|
||||
|
||||
const initialPoll = ImmutableMap({
|
||||
|
|
@ -315,7 +318,11 @@ const calculateProgress = (loaded, total) => Math.min(Math.round((loaded / total
|
|||
|
||||
/** @type {import('@reduxjs/toolkit').Reducer<typeof initialState>} */
|
||||
export const composeReducer = (state = initialState, action) => {
|
||||
if (changeUploadCompose.fulfilled.match(action)) {
|
||||
if (changeComposeVisibility.match(action)) {
|
||||
return state
|
||||
.set('privacy', action.payload)
|
||||
.set('idempotencyKey', uuid());
|
||||
} else if (changeUploadCompose.fulfilled.match(action)) {
|
||||
return state
|
||||
.set('is_changing_upload', false)
|
||||
.update('media_attachments', list => list.map(item => {
|
||||
|
|
@ -331,15 +338,27 @@ export const composeReducer = (state = initialState, action) => {
|
|||
return state.set('is_changing_upload', false);
|
||||
} else if (quoteCompose.match(action)) {
|
||||
const status = action.payload;
|
||||
const isDirect = state.get('privacy') === 'direct';
|
||||
return state
|
||||
.set('quoted_status_id', status.get('id'))
|
||||
.set('quoted_status_id', isDirect ? null : status.get('id'))
|
||||
.set('spoiler', status.get('sensitive'))
|
||||
.set('spoiler_text', status.get('spoiler_text'))
|
||||
.update('privacy', (visibility) => ['public', 'unlisted'].includes(visibility) && status.get('visibility') === 'private' ? 'private' : visibility);
|
||||
.update('privacy', (visibility) => {
|
||||
if (['public', 'unlisted'].includes(visibility) && status.get('visibility') === 'private') {
|
||||
return 'private';
|
||||
}
|
||||
return visibility;
|
||||
});
|
||||
} else if (quoteComposeCancel.match(action)) {
|
||||
return state.set('quoted_status_id', null);
|
||||
} else if (setComposeQuotePolicy.match(action)) {
|
||||
return state.set('quote_policy', action.payload);
|
||||
} else if (pasteLinkCompose.pending.match(action)) {
|
||||
return state.set('fetching_link', action.meta.requestId);
|
||||
} else if (pasteLinkCompose.fulfilled.match(action) || pasteLinkCompose.rejected.match(action)) {
|
||||
return action.meta.requestId === state.get('fetching_link') ? state.set('fetching_link', null) : state;
|
||||
} else if (cancelPasteLinkCompose.match(action)) {
|
||||
return state.set('fetching_link', null);
|
||||
}
|
||||
|
||||
switch(action.type) {
|
||||
|
|
@ -383,10 +402,6 @@ export const composeReducer = (state = initialState, action) => {
|
|||
return state
|
||||
.set('spoiler_text', action.text)
|
||||
.set('idempotencyKey', uuid());
|
||||
case COMPOSE_VISIBILITY_CHANGE:
|
||||
return state
|
||||
.set('privacy', action.value)
|
||||
.set('idempotencyKey', uuid());
|
||||
case COMPOSE_CHANGE:
|
||||
return state
|
||||
.set('text', action.text)
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ interface AppThunkConfig {
|
|||
}
|
||||
export type AppThunkApi = Pick<
|
||||
GetThunkAPI<AppThunkConfig>,
|
||||
'getState' | 'dispatch'
|
||||
'getState' | 'dispatch' | 'requestId'
|
||||
>;
|
||||
|
||||
interface AppThunkOptions<Arg> {
|
||||
|
|
@ -60,7 +60,7 @@ type AppThunk<Arg = void, Returned = void> = (
|
|||
|
||||
type AppThunkCreator<Arg = void, Returned = void, ExtraArg = unknown> = (
|
||||
arg: Arg,
|
||||
api: AppThunkApi,
|
||||
api: Pick<AppThunkApi, 'getState' | 'dispatch'>,
|
||||
extra?: ExtraArg,
|
||||
) => Returned;
|
||||
|
||||
|
|
@ -143,10 +143,10 @@ export function createAsyncThunk<Arg = void, Returned = void>(
|
|||
name,
|
||||
async (
|
||||
arg: Arg,
|
||||
{ getState, dispatch, fulfillWithValue, rejectWithValue },
|
||||
{ getState, dispatch, requestId, fulfillWithValue, rejectWithValue },
|
||||
) => {
|
||||
try {
|
||||
const result = await creator(arg, { dispatch, getState });
|
||||
const result = await creator(arg, { dispatch, getState, requestId });
|
||||
|
||||
return fulfillWithValue(result, {
|
||||
useLoadingBar: options.useLoadingBar,
|
||||
|
|
@ -280,10 +280,11 @@ export function createDataLoadingThunk<
|
|||
|
||||
return createAsyncThunk<Args, Returned>(
|
||||
name,
|
||||
async (arg, { getState, dispatch }) => {
|
||||
async (arg, { getState, dispatch, requestId }) => {
|
||||
const data = await loadData(arg, {
|
||||
dispatch,
|
||||
getState,
|
||||
requestId,
|
||||
});
|
||||
|
||||
if (!onData) return data as Returned;
|
||||
|
|
@ -291,6 +292,7 @@ export function createDataLoadingThunk<
|
|||
const result = await onData(data, {
|
||||
dispatch,
|
||||
getState,
|
||||
requestId,
|
||||
discardLoadData: discardLoadDataInPayload,
|
||||
actionArg: arg,
|
||||
});
|
||||
|
|
|
|||
1
app/javascript/material-icons/400-24px/audio.svg
Normal file
1
app/javascript/material-icons/400-24px/audio.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="M280-240v-480h80v480h-80ZM440-80v-800h80v800h-80ZM120-400v-160h80v160h-80Zm480 160v-480h80v480h-80Zm160-160v-160h80v160h-80Z"/></svg>
|
||||
|
After Width: | Height: | Size: 254 B |
|
|
@ -1309,6 +1309,10 @@ a.sparkline {
|
|||
line-height: 1;
|
||||
width: 100%;
|
||||
animation: skeleton 1.2s ease-in-out infinite;
|
||||
|
||||
.reduce-motion & {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes skeleton {
|
||||
|
|
|
|||
|
|
@ -775,16 +775,43 @@
|
|||
padding: 8px;
|
||||
}
|
||||
|
||||
&__preview {
|
||||
&__preview,
|
||||
&__visualizer {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 6px;
|
||||
z-index: -1;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
&__preview {
|
||||
border-radius: 6px;
|
||||
inset-inline-start: 0;
|
||||
}
|
||||
|
||||
&__visualizer {
|
||||
padding: 16px;
|
||||
box-sizing: border-box;
|
||||
|
||||
.audio-player__visualizer {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
inset-inline-start: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
opacity: 0.75;
|
||||
color: var(--player-foreground-color);
|
||||
filter: var(--overlay-icon-shadow);
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
&__thumbnail {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
@ -5743,6 +5770,34 @@ a.status-card {
|
|||
}
|
||||
}
|
||||
|
||||
.visibility-modal {
|
||||
&__quote-warning {
|
||||
color: var(--nested-card-text);
|
||||
background:
|
||||
/* This is a bit of a silly hack for layering two background colours
|
||||
* since --nested-card-background is too transparent for a tooltip */
|
||||
linear-gradient(
|
||||
var(--nested-card-background),
|
||||
var(--nested-card-background)
|
||||
),
|
||||
linear-gradient(var(--background-color), var(--background-color));
|
||||
border: var(--nested-card-border);
|
||||
padding: 16px;
|
||||
border-radius: 4px;
|
||||
|
||||
h3 {
|
||||
font-weight: 500;
|
||||
margin-bottom: 4px;
|
||||
color: $darker-text-color;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 0.8em;
|
||||
color: $dark-text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.visibility-dropdown {
|
||||
&__overlay[data-popper-placement] {
|
||||
z-index: 9999;
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ class Form::AdminSettings
|
|||
DOMAIN_BLOCK_AUDIENCES = %w(disabled users all).freeze
|
||||
REGISTRATION_MODES = %w(open approved none).freeze
|
||||
FEED_ACCESS_MODES = %w(public authenticated disabled).freeze
|
||||
ALTERNATE_FEED_ACCESS_MODES = %w(public authenticated).freeze
|
||||
LANDING_PAGE = %w(trends about local_feed).freeze
|
||||
|
||||
attr_accessor(*KEYS)
|
||||
|
|
@ -99,7 +100,7 @@ class Form::AdminSettings
|
|||
validates :show_domain_blocks_rationale, inclusion: { in: DOMAIN_BLOCK_AUDIENCES }, if: -> { defined?(@show_domain_blocks_rationale) }
|
||||
validates :local_live_feed_access, inclusion: { in: FEED_ACCESS_MODES }, if: -> { defined?(@local_live_feed_access) }
|
||||
validates :remote_live_feed_access, inclusion: { in: FEED_ACCESS_MODES }, if: -> { defined?(@remote_live_feed_access) }
|
||||
validates :local_topic_feed_access, inclusion: { in: FEED_ACCESS_MODES }, if: -> { defined?(@local_topic_feed_access) }
|
||||
validates :local_topic_feed_access, inclusion: { in: ALTERNATE_FEED_ACCESS_MODES }, if: -> { defined?(@local_topic_feed_access) }
|
||||
validates :remote_topic_feed_access, inclusion: { in: FEED_ACCESS_MODES }, if: -> { defined?(@remote_topic_feed_access) }
|
||||
validates :media_cache_retention_period, :content_cache_retention_period, :backups_retention_period, numericality: { only_integer: true }, allow_blank: true, if: -> { defined?(@media_cache_retention_period) || defined?(@content_cache_retention_period) || defined?(@backups_retention_period) }
|
||||
validates :min_age, numericality: { only_integer: true }, allow_blank: true, if: -> { defined?(@min_age) }
|
||||
|
|
|
|||
|
|
@ -80,6 +80,7 @@ class PostStatusService < BaseService
|
|||
@status = @account.statuses.new(status_attributes)
|
||||
process_mentions_service.call(@status, save_records: false)
|
||||
safeguard_mentions!(@status)
|
||||
safeguard_private_mention_quote!(@status)
|
||||
attach_quote!(@status)
|
||||
|
||||
antispam = Antispam.new(@status)
|
||||
|
|
@ -92,6 +93,16 @@ class PostStatusService < BaseService
|
|||
end
|
||||
end
|
||||
|
||||
def safeguard_private_mention_quote!(status)
|
||||
return if @quoted_status.nil? || @visibility.to_sym != :direct
|
||||
|
||||
# The mentions array test here is awkward because the relationship is not persisted at this time
|
||||
return if @quoted_status.account_id == @account.id || status.mentions.to_a.any? { |mention| mention.account_id == @quoted_status.account_id && !mention.silent }
|
||||
|
||||
status.errors.add(:base, I18n.t('statuses.errors.quoted_user_not_mentioned'))
|
||||
raise ActiveRecord::RecordInvalid, status
|
||||
end
|
||||
|
||||
def attach_quote!(status)
|
||||
return if @quoted_status.nil?
|
||||
|
||||
|
|
@ -114,6 +125,7 @@ class PostStatusService < BaseService
|
|||
|
||||
def schedule_status!
|
||||
status_for_validation = @account.statuses.build(status_attributes)
|
||||
safeguard_private_mention_quote!(status_for_validation)
|
||||
|
||||
antispam = Antispam.new(status_for_validation)
|
||||
antispam.local_preflight_check!
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
.fields-row
|
||||
.fields-row__column.fields-row__column-6.fields-group
|
||||
= f.input :local_topic_feed_access,
|
||||
collection: f.object.class::FEED_ACCESS_MODES,
|
||||
collection: f.object.class::ALTERNATE_FEED_ACCESS_MODES,
|
||||
include_blank: false,
|
||||
label_method: ->(mode) { I18n.t("admin.settings.feed_access.modes.#{mode}") },
|
||||
wrapper: :with_label
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
= t('privacy.title')
|
||||
|
||||
- content_for :heading do
|
||||
%h2= t('settings.profile')
|
||||
= render partial: 'settings/shared/profile_navigation'
|
||||
%h2= t('privacy.title')
|
||||
|
||||
= simple_form_for @account, url: settings_privacy_path do |f|
|
||||
= render 'shared/error_messages', object: @account
|
||||
|
|
|
|||
|
|
@ -2,6 +2,5 @@
|
|||
= render_navigation renderer: :links do |primary|
|
||||
:ruby
|
||||
primary.item :edit_profile, safe_join([material_symbol('person'), t('settings.edit_profile')]), settings_profile_path
|
||||
primary.item :privacy_reach, safe_join([material_symbol('lock'), t('privacy.title')]), settings_privacy_path
|
||||
primary.item :verification, safe_join([material_symbol('check'), t('verification.verification')]), settings_verification_path
|
||||
primary.item :featured_tags, safe_join([material_symbol('tag'), t('settings.featured_tags')]), settings_featured_tags_path
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ class ActivityPub::RefetchAndVerifyQuoteWorker
|
|||
include ExponentialBackoff
|
||||
include JsonLdHelper
|
||||
|
||||
sidekiq_options queue: 'pull', retry: 3
|
||||
sidekiq_options queue: 'pull', retry: 5
|
||||
|
||||
def perform(quote_id, quoted_uri, options = {})
|
||||
quote = Quote.find(quote_id)
|
||||
|
|
|
|||
|
|
@ -2015,6 +2015,7 @@ be:
|
|||
errors:
|
||||
in_reply_not_found: Здаецца, допіс, на які вы спрабуеце адказаць, не існуе.
|
||||
quoted_status_not_found: Выглядае, што допісу, які Вы спрабуеце цытаваць, не існуе.
|
||||
quoted_user_not_mentioned: Немагчыма цытаваць незгаданага карыстальніка ў допісе прыватнага згадвання.
|
||||
over_character_limit: перавышаная колькасць сімвалаў у %{max}
|
||||
pin_errors:
|
||||
direct: Допісы, бачныя толькі згаданым карыстальнікам, нельга замацаваць
|
||||
|
|
|
|||
|
|
@ -586,6 +586,7 @@ ca:
|
|||
created_msg: S'ha creat la nota de moderació d'instància.
|
||||
description_html: Mireu i deixeu notes per als altres moderadors i per a un mateix
|
||||
destroyed_msg: S'ha esborrat la nota de moderació d'instància.
|
||||
placeholder: Informació sobre aquesta instància, accions preses o qualsevol altra cosa que us pugui ajudar a moderar-la en el futur.
|
||||
title: Notes de moderació
|
||||
private_comment: Comentari privat
|
||||
public_comment: Comentari públic
|
||||
|
|
@ -895,6 +896,7 @@ ca:
|
|||
no_status_selected: No s’han canviat els estatus perquè cap no ha estat seleccionat
|
||||
open: Obre la publicació
|
||||
original_status: Publicació original
|
||||
quotes: Cites
|
||||
reblogs: Impulsos
|
||||
replied_to_html: En resposta a %{acct_link}
|
||||
status_changed: Publicació canviada
|
||||
|
|
@ -902,6 +904,7 @@ ca:
|
|||
title: Publicacions del compte - @%{name}
|
||||
trending: Tendència
|
||||
view_publicly: Vegeu en públic
|
||||
view_quoted_post: Veure la publicació citada
|
||||
visibility: Visibilitat
|
||||
with_media: Amb contingut multimèdia
|
||||
strikes:
|
||||
|
|
@ -1577,6 +1580,13 @@ ca:
|
|||
expires_at: Caduca
|
||||
uses: Usos
|
||||
title: Convidar persones
|
||||
link_preview:
|
||||
author_html: Per %{name}
|
||||
potentially_sensitive_content:
|
||||
action: Feu clic per a mostrar
|
||||
confirm_visit: Esteu segur que voleu obrir aquest enllaç?
|
||||
hide_button: Amaga
|
||||
label: Contingut potencialment sensible
|
||||
lists:
|
||||
errors:
|
||||
limit: Has assolit la quantitat màxima de llistes
|
||||
|
|
@ -1885,6 +1895,9 @@ ca:
|
|||
other: "%{count} vídeos"
|
||||
boosted_from_html: Impulsat des de %{acct_link}
|
||||
content_warning: 'Avís de contingut: %{warning}'
|
||||
content_warnings:
|
||||
hide: Amaga la publicació
|
||||
show: Mostra'n més
|
||||
default_language: El mateix que a la llengua de la interfície
|
||||
disallowed_hashtags:
|
||||
one: 'conté una etiqueta no permesa: %{tags}'
|
||||
|
|
@ -1899,10 +1912,15 @@ ca:
|
|||
limit: Ja has fixat el màxim nombre de tuts
|
||||
ownership: No es pot fixar el tut d'algú altre
|
||||
reblog: No es pot fixar un impuls
|
||||
quote_error:
|
||||
not_available: Publicació no disponible
|
||||
pending_approval: Publicació pendent
|
||||
revoked: Publicació eliminada per l'autor
|
||||
quote_policies:
|
||||
followers: Només seguidors
|
||||
nobody: Només jo
|
||||
public: Qualsevol
|
||||
quote_post_author: S'ha citat una publicació de @%{acct}
|
||||
title: '%{name}: "%{quote}"'
|
||||
visibilities:
|
||||
direct: Menció privada
|
||||
|
|
|
|||
|
|
@ -2015,6 +2015,7 @@ cs:
|
|||
errors:
|
||||
in_reply_not_found: Příspěvek, na který se pokoušíte odpovědět, neexistuje.
|
||||
quoted_status_not_found: Zdá se, že příspěvek, který se pokoušíte citovat neexistuje.
|
||||
quoted_user_not_mentioned: Nelze citovat nezmíněného uživatele v soukromé zmínce.
|
||||
over_character_limit: byl překročen limit %{max} znaků
|
||||
pin_errors:
|
||||
direct: Příspěvky viditelné pouze zmíněným uživatelům nelze připnout
|
||||
|
|
|
|||
|
|
@ -911,6 +911,11 @@ cy:
|
|||
authenticated: Defnyddwyr dilys yn unig
|
||||
disabled: Gofyn am rôl defnyddiwr penodol
|
||||
public: Pawb
|
||||
landing_page:
|
||||
values:
|
||||
about: Ynghylch
|
||||
local_feed: Ffrwd leol
|
||||
trends: Trendiau
|
||||
registrations:
|
||||
moderation_recommandation: Gwnewch yn siŵr bod gennych chi dîm cymedroli digonol ac adweithiol cyn i chi agor cofrestriadau i bawb!
|
||||
preamble: Rheoli pwy all greu cyfrif ar eich gweinydd.
|
||||
|
|
|
|||
|
|
@ -1929,6 +1929,7 @@ da:
|
|||
errors:
|
||||
in_reply_not_found: Indlægget, der forsøges besvaret, ser ikke ud til at eksistere.
|
||||
quoted_status_not_found: Indlægget, du forsøger at citere, ser ikke ud til at eksistere.
|
||||
quoted_user_not_mentioned: Kan ikke citere en ikke-omtalt bruger i et privat omtale-indlæg.
|
||||
over_character_limit: grænsen på %{max} tegn overskredet
|
||||
pin_errors:
|
||||
direct: Indlæg, som kun kan ses af omtalte brugere, kan ikke fastgøres
|
||||
|
|
|
|||
|
|
@ -796,6 +796,8 @@ de:
|
|||
view_dashboard_description: Gewährt Benutzer*innen den Zugriff auf das Dashboard und verschiedene Metriken
|
||||
view_devops: DevOps
|
||||
view_devops_description: Erlaubt es Benutzer*innen, auf die Sidekiq- und pgHero-Dashboards zuzugreifen
|
||||
view_feeds: Live-Feeds und Hashtags anzeigen
|
||||
view_feeds_description: Ermöglicht Nutzer*innen unabhängig von den Servereinstellungen den Zugriff auf die Live-Feeds und Hashtags
|
||||
title: Rollen
|
||||
rules:
|
||||
add_new: Regel hinzufügen
|
||||
|
|
@ -851,10 +853,13 @@ de:
|
|||
feed_access:
|
||||
modes:
|
||||
authenticated: Nur authentifizierte Nutzer*innen
|
||||
disabled: Bestimmte Rolle erforderlich
|
||||
public: Alle
|
||||
landing_page:
|
||||
values:
|
||||
about: Über
|
||||
local_feed: Lokaler Feed
|
||||
trends: Trends
|
||||
registrations:
|
||||
moderation_recommandation: Bitte vergewissere dich, dass du ein geeignetes und reaktionsschnelles Moderationsteam hast, bevor du die Registrierungen uneingeschränkt zulässt!
|
||||
preamble: Lege fest, wer auf deinem Server ein Konto erstellen darf.
|
||||
|
|
@ -1193,7 +1198,8 @@ de:
|
|||
appearance:
|
||||
advanced_settings: Erweiterte Einstellungen
|
||||
animations_and_accessibility: Animationen und Barrierefreiheit
|
||||
boosting_preferences: Teilen-Einstellungen
|
||||
boosting_preferences: Teilen
|
||||
boosting_preferences_info_html: "<strong>Tipp:</strong> <kbd>Shift</kbd> + <kbd>Klick</kbd> beim %{icon} Teilen-Symbol wird den Beitrag immer sofort teilen."
|
||||
discovery: Entdecken
|
||||
localization:
|
||||
body: Mastodon wird von Freiwilligen übersetzt.
|
||||
|
|
@ -1923,6 +1929,7 @@ de:
|
|||
errors:
|
||||
in_reply_not_found: Der Beitrag, auf den du antworten möchtest, scheint nicht zu existieren.
|
||||
quoted_status_not_found: Der Beitrag, den du zitieren möchtest, scheint nicht zu existieren.
|
||||
quoted_user_not_mentioned: Nur ein erwähntes Profil kann in einer privaten Erwähnung zitiert werden.
|
||||
over_character_limit: Begrenzung von %{max} Zeichen überschritten
|
||||
pin_errors:
|
||||
direct: Beiträge, die nur für erwähnte Profile sichtbar sind, können nicht angeheftet werden
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ ca:
|
|||
Si us plau, verifica la carpeta de la brossa si no l'has rebut.
|
||||
failure:
|
||||
already_authenticated: Ja t'has registrat.
|
||||
closed_registrations: El vostre intent de registre s'ha blocat per una política de xarxa. Si creieu que és un error, contacteu %{email}.
|
||||
inactive: El teu compte encara no s'ha activat.
|
||||
invalid: "%{authentication_keys} o contrasenya no són vàlids."
|
||||
last_attempt: Tens un intent més abans no es bloqui el teu compte.
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ fa:
|
|||
send_paranoid_instructions: اگر نشانی رایانامهتان در پایگاه دادهمان وجود داشته باشد، تا دقایقی دیگر تا دقایقی دیگر رایانامهای با دستورالعمل تأیید نشانی رایانامهتان دریافت خواهید کرد. اگر این رایانامه را نگرفتید، لطفاً پوشهٔ هرزنامههایتان را بررسی کنید.
|
||||
failure:
|
||||
already_authenticated: از پیش وارد شدهاید.
|
||||
closed_registrations: تلاشتان برا ثبتنام به دلیل سیاست شبکه مسدود شد. اگر باور دارید خطایی رخ داده با %{email} تماس بگیرید.
|
||||
inactive: هنوز حسابتان فعّال نشده.
|
||||
invalid: "%{authentication_keys} یا گذرواژه نامعتبر."
|
||||
last_attempt: پیش از آن که حساب شما قفل شود، یک فرصت دیگر دارید.
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ fr-CA:
|
|||
send_paranoid_instructions: Si votre adresse courriel existe dans notre base de données, vous allez recevoir un courriel contenant les instructions de confirmation de votre adresse. Veuillez vérifier votre dossier de pourriels si vous n'avez pas reçu ce message.
|
||||
failure:
|
||||
already_authenticated: Vous êtes déjà connecté·e.
|
||||
closed_registrations: Votre tentative d'inscription a été bloquée en raison d'une politique de réseau. Si vous pensez qu'il s'agit d'une erreur, contactez %{email}.
|
||||
inactive: Votre compte n’est pas encore activé.
|
||||
invalid: "%{authentication_keys} ou mot de passe invalide."
|
||||
last_attempt: Vous avez droit à une dernière tentative avant que votre compte ne soit verrouillé.
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ fr:
|
|||
send_paranoid_instructions: Si votre adresse électronique existe dans notre base de données, vous allez bientôt recevoir un courriel contenant les instructions de confirmation de votre compte. Veuillez, dans le cas où vous ne recevriez pas ce message, vérifier votre dossier d’indésirables.
|
||||
failure:
|
||||
already_authenticated: Vous êtes déjà connecté⋅e.
|
||||
closed_registrations: Votre tentative d'inscription a été bloquée en raison d'une politique de réseau. Si vous pensez qu'il s'agit d'une erreur, contactez %{email}.
|
||||
inactive: Votre compte n’est pas encore activé.
|
||||
invalid: "%{authentication_keys} ou mot de passe invalide."
|
||||
last_attempt: Vous avez droit à une dernière tentative avant que votre compte ne soit verrouillé.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ zh-CN:
|
|||
send_paranoid_instructions: 如果你的邮箱地址存在于我们的数据库中,你将在几分钟内收到一封邮件,内含如何验证邮箱地址的指引。如果你没有收到这封邮件,请检查你的垃圾邮件文件夹。
|
||||
failure:
|
||||
already_authenticated: 你已登录。
|
||||
closed_registrations: 您的注册因为网络政策已被阻止。若您认为这是错误,请联系 %{email}。
|
||||
closed_registrations: 你的注册因为网络政策已被阻止。若您认为这是错误,请联系 %{email}。
|
||||
inactive: 你还没有激活账号。
|
||||
invalid: "%{authentication_keys} 无效或密码错误。"
|
||||
last_attempt: 你只有最后一次尝试机会,若未通过,账号将被锁定。
|
||||
|
|
|
|||
|
|
@ -130,11 +130,11 @@ et:
|
|||
crypto: Otspunktkrüpteerimine
|
||||
favourites: Lemmikud
|
||||
filters: Filtrid
|
||||
follow: Jälgitavad, Vaigistatud ja Blokeeritud
|
||||
follow: Jälgitavad, summutamised ja blokeerimised
|
||||
follows: Jälgimised
|
||||
lists: Loetelud
|
||||
media: Lisatud meedia
|
||||
mutes: Vaigistused
|
||||
mutes: Summutamised
|
||||
notifications: Teavitused
|
||||
profile: Sinu Mastodoni profiil
|
||||
push: Tõuketeated
|
||||
|
|
@ -177,7 +177,7 @@ et:
|
|||
read:filters: näha su filtreid
|
||||
read:follows: näha su jälgimisi
|
||||
read:lists: näha su loetelusid
|
||||
read:mutes: näha su vaigistusi
|
||||
read:mutes: näha su summutamisi
|
||||
read:notifications: näha teateid
|
||||
read:reports: näha teavitusi
|
||||
read:search: otsida sinu nimel
|
||||
|
|
@ -186,13 +186,13 @@ et:
|
|||
write:accounts: muuta profiili
|
||||
write:blocks: kontode ja domeenide blokeerimine
|
||||
write:bookmarks: lisada postitusele järjehoidja
|
||||
write:conversations: vaigista ja kustuta vestlused
|
||||
write:conversations: summuta ja kustuta vestlused
|
||||
write:favourites: lisada postitusi lemmikuks
|
||||
write:filters: luua filtreid
|
||||
write:follows: jälgida inimesi
|
||||
write:lists: luua loetelusid
|
||||
write:media: üles laadida meediafaile
|
||||
write:mutes: vaigista inimesi ja vestluseid
|
||||
write:mutes: summuta inimesi ja vestluseid
|
||||
write:notifications: tühjendada teateid
|
||||
write:reports: teavitada teistest inimestest
|
||||
write:statuses: avaldada postitusi
|
||||
|
|
|
|||
|
|
@ -1929,6 +1929,7 @@ el:
|
|||
errors:
|
||||
in_reply_not_found: Η ανάρτηση στην οποία προσπαθείς να απαντήσεις δεν φαίνεται να υπάρχει.
|
||||
quoted_status_not_found: Η ανάρτηση την οποία προσπαθείς να παραθέσεις δεν φαίνεται να υπάρχει.
|
||||
quoted_user_not_mentioned: Δεν είναι δυνατή η παράθεση ενός μη επισημασμένου χρήστη σε μια ανάρτηση Ιδιωτικής επισήμανσης.
|
||||
over_character_limit: υπέρβαση μέγιστου ορίου %{max} χαρακτήρων
|
||||
pin_errors:
|
||||
direct: Αναρτήσεις που είναι ορατές μόνο στους αναφερόμενους χρήστες δεν μπορούν να καρφιτσωθούν
|
||||
|
|
|
|||
|
|
@ -1930,6 +1930,7 @@ en:
|
|||
errors:
|
||||
in_reply_not_found: The post you are trying to reply to does not appear to exist.
|
||||
quoted_status_not_found: The post you are trying to quote does not appear to exist.
|
||||
quoted_user_not_mentioned: Cannot quote a non-mentioned user in a Private Mention post.
|
||||
over_character_limit: character limit of %{max} exceeded
|
||||
pin_errors:
|
||||
direct: Posts that are only visible to mentioned users cannot be pinned
|
||||
|
|
|
|||
|
|
@ -1929,6 +1929,7 @@ es-AR:
|
|||
errors:
|
||||
in_reply_not_found: El mensaje al que intentás responder no existe.
|
||||
quoted_status_not_found: El mensaje al que intentás citar parece que no existe.
|
||||
quoted_user_not_mentioned: No se puede citar a un usuario no mencionado en un mensaje de mención privada.
|
||||
over_character_limit: se excedió el límite de %{max} caracteres
|
||||
pin_errors:
|
||||
direct: Los mensajes que sólo son visibles para los usuarios mencionados no pueden ser fijados
|
||||
|
|
|
|||
|
|
@ -1929,6 +1929,7 @@ es-MX:
|
|||
errors:
|
||||
in_reply_not_found: La publicación a la que estás intentando responder no existe.
|
||||
quoted_status_not_found: La publicación que intentas citar no parece existir.
|
||||
quoted_user_not_mentioned: No se puede citar a un usuario no mencionado en una Mención Privada.
|
||||
over_character_limit: Límite de caracteres de %{max} superado
|
||||
pin_errors:
|
||||
direct: Las publicaciones que son visibles solo para los usuarios mencionados no pueden fijarse
|
||||
|
|
|
|||
|
|
@ -1929,6 +1929,7 @@ es:
|
|||
errors:
|
||||
in_reply_not_found: La publicación a la que intentas responder no existe.
|
||||
quoted_status_not_found: La publicación que estás intentando citar no parece existir.
|
||||
quoted_user_not_mentioned: No se puede citar a un usuario no mencionado en una Mención Privada.
|
||||
over_character_limit: Límite de caracteres de %{max} superado
|
||||
pin_errors:
|
||||
direct: Las publicaciones que son visibles solo para los usuarios mencionados no pueden fijarse
|
||||
|
|
|
|||
|
|
@ -796,6 +796,8 @@ et:
|
|||
view_dashboard_description: Lubab kasutajail pääseda ligi töölauale ja erinevale meetrikale
|
||||
view_devops: DevOps
|
||||
view_devops_description: Lubab kasutajail ligipääsu Sidekiq ja pgHero töölaudadele
|
||||
view_feeds: Vaata postituste ja teemade voogu reaalajas
|
||||
view_feeds_description: Sõltumata serveri seadistustest luba kasutajatel vaadata postituste ja teemade voogu reaalajas
|
||||
title: Rollid
|
||||
rules:
|
||||
add_new: Lisa reegel
|
||||
|
|
@ -855,6 +857,8 @@ et:
|
|||
public: Kõik
|
||||
landing_page:
|
||||
values:
|
||||
about: Teave
|
||||
local_feed: Kohalik sisuvoog
|
||||
trends: Trendid
|
||||
registrations:
|
||||
moderation_recommandation: Enne kõigi jaoks registreerimise avamist veendu, et oleks olemas adekvaatne ja reageerimisvalmis modereerijaskond!
|
||||
|
|
@ -1419,7 +1423,7 @@ et:
|
|||
csv: CSV
|
||||
domain_blocks: Domeeni blokeeringud
|
||||
lists: Loetelud
|
||||
mutes: Oled vaigistanud
|
||||
mutes: Oled summutanud
|
||||
storage: Meedia hoidla
|
||||
featured_tags:
|
||||
add_new: Lisa uus
|
||||
|
|
@ -1524,8 +1528,8 @@ et:
|
|||
one: Oled <strong>asendamas oma loetelusid</strong> faili <strong>%{filename}</strong> sisuga. Uutesse loeteludesse lisatakse kuni <strong>%{count} konto</strong>.
|
||||
other: Oled <strong>asendamas oma loetelusid</strong> faili <strong>%{filename}</strong> sisuga. Uutesse loeteludesse lisatakse kuni <strong>%{count} kontot</strong>.
|
||||
muting_html:
|
||||
one: Oled <strong>asendamas oma vaigistatud kontode loetelu</strong> faili <strong>%{filename}</strong> sisuga, milles on kuni <strong>%{count} konto</strong>.
|
||||
other: Oled <strong>asendamas oma vaigistatud kontode loetelu</strong> faili <strong>%{filename}</strong> sisuga, milles on kuni <strong>%{count} kontot</strong>.
|
||||
one: Oled <strong>asendamas oma summutatud kontode loetelu</strong> faili <strong>%{filename}</strong> sisuga, milles on kuni <strong>%{count} konto</strong>.
|
||||
other: Oled <strong>asendamas oma summutatud kontode loetelu</strong> faili <strong>%{filename}</strong> sisuga, milles on kuni <strong>%{count} kontot</strong>.
|
||||
preambles:
|
||||
blocking_html:
|
||||
one: Oled <strong>blokeerimas</strong> kuni <strong>%{count} konto</strong> failist <strong>%{filename}</strong>.
|
||||
|
|
@ -1543,8 +1547,8 @@ et:
|
|||
one: Oled lisamas oma <strong>loeteludesse</strong> failist <strong>%{filename}</strong> kuni <strong>%{count} konto</strong>. Kui pole loetelusi, kuhu lisada, luuakse uued loetelud.
|
||||
other: Oled lisamas oma <strong>loeteludesse</strong> failist <strong>%{filename}</strong> kuni <strong>%{count} kontot</strong>. Kui pole loetelusi, kuhu lisada, luuakse uued loetelud.
|
||||
muting_html:
|
||||
one: Oled <strong>vaigistamas</strong> kuni <strong>%{count} konto</strong> failist <strong>%{filename}</strong>.
|
||||
other: Oled <strong>vaigistamas</strong> kuni <strong>%{count} kontot</strong> failist <strong>%{filename}</strong>.
|
||||
one: Oled <strong>summutamas</strong> kuni <strong>%{count} konto</strong> failist <strong>%{filename}</strong>.
|
||||
other: Oled <strong>summutamas</strong> kuni <strong>%{count} kontot</strong> failist <strong>%{filename}</strong>.
|
||||
preface: Saad importida mistahes andmeid, mis on eksporditud teisest serverist. Näiteks nimekirja inimestest, keda jälgid ja keda blokeerid.
|
||||
recent_imports: Viimati imporditud
|
||||
states:
|
||||
|
|
@ -1561,11 +1565,11 @@ et:
|
|||
domain_blocking: Blokeeritud domeenide importimine
|
||||
following: Jälgitavate kontode importimine
|
||||
lists: Loetelude importimine
|
||||
muting: Vaigistatud kontode importimine
|
||||
muting: Summutatud kontode importimine
|
||||
type: Importimise tüüp
|
||||
type_groups:
|
||||
constructive: Jälgimised & Järjehoidjad
|
||||
destructive: Blokeerimised & Vaigistamised
|
||||
destructive: Blokeerimised & summutamised
|
||||
types:
|
||||
blocking: Blokeeringute nimekiri
|
||||
bookmarks: Järjehoidjad
|
||||
|
|
@ -1674,7 +1678,7 @@ et:
|
|||
title: Modereerimine
|
||||
move_handler:
|
||||
carry_blocks_over_text: See kasutaja kolis kontolt %{acct}, mis oli keelatud.
|
||||
carry_mutes_over_text: Kasutaja kolis ümber kontolt %{acct}, mis oli vaigistatud.
|
||||
carry_mutes_over_text: Kasutaja kolis ümber kontolt %{acct}, mis oli summutatud.
|
||||
copy_account_note_text: 'Kasutaja kolis kontolt %{acct}, kus olid eelnevad märkmed tema kohta:'
|
||||
navigation:
|
||||
toggle_menu: Menüü lülimine
|
||||
|
|
@ -1925,6 +1929,7 @@ et:
|
|||
errors:
|
||||
in_reply_not_found: Postitus, millele üritad vastata, ei näi enam eksisteerivat.
|
||||
quoted_status_not_found: Postitus, mida üritad tsiteerida, ei näi enam eksisteerivat.
|
||||
quoted_user_not_mentioned: Privaatses mainimisega postituses ei saa tsiteerida mittemaninitud kasutajat.
|
||||
over_character_limit: tähtmärkide limiit %{max} ületatud
|
||||
pin_errors:
|
||||
direct: Ei saa kinnitada postitusi, mis on nähtavad vaid mainitud kasutajatele
|
||||
|
|
|
|||
|
|
@ -796,6 +796,8 @@ fa:
|
|||
view_dashboard_description: اجازه به کاربران برای دسترسی به داشتبورد و سنجههای مختلف
|
||||
view_devops: دواپس
|
||||
view_devops_description: به کاربران امکان دسترسی به داشبورد Sidekiq و pgHero را می دهد
|
||||
view_feeds: دیدن خوراکهای موضوع و زنده
|
||||
view_feeds_description: میگذارد کاربران فارغ از تنظیمات کارساز به خوراکهای موضوع و زنده دسترسی داشته باشند
|
||||
title: نقشها
|
||||
rules:
|
||||
add_new: افزودن قانون
|
||||
|
|
@ -837,6 +839,7 @@ fa:
|
|||
title: درخواست خروج از اندیسگذاری پیشگزیدهٔ موتور جستوجو
|
||||
discovery:
|
||||
follow_recommendations: پیروی از پیشنهادها
|
||||
preamble: ارائه محتوای جذّاب برای آغاز به کار کاربرانی که شاید کسی را روی ماستودون نشناسند ضروری است. واپایش چگونگی کار کردن ویژگیهای کشف روی کارسازتان.
|
||||
privacy: محرمانگی
|
||||
profile_directory: شاخهٔ نمایه
|
||||
public_timelines: خط زمانیهای عمومی
|
||||
|
|
@ -847,6 +850,16 @@ fa:
|
|||
all: برای همه
|
||||
disabled: برای هیچکدام
|
||||
users: برای کاربران محلی واردشده
|
||||
feed_access:
|
||||
modes:
|
||||
authenticated: تنها کاربران تأیید شده
|
||||
disabled: نیازمند نقش کاربری خاص
|
||||
public: هرکسی
|
||||
landing_page:
|
||||
values:
|
||||
about: درباره
|
||||
local_feed: خوراک محلی
|
||||
trends: داغها
|
||||
registrations:
|
||||
moderation_recommandation: لطفاً قبل از اینکه ثبت نام را برای همه باز کنید، مطمئن شوید که یک تیم نظارتی مناسب و واکنشی دارید!
|
||||
preamble: کنترل کنید چه کسی می تواند در سرور شما یک حساب ایجاد کند.
|
||||
|
|
@ -900,6 +913,7 @@ fa:
|
|||
no_status_selected: هیچ فرستهای تغییری نکرد زیرا هیچکدام از آنها انتخاب نشده بودند
|
||||
open: گشودن فرسته
|
||||
original_status: فرستهٔ اصلی
|
||||
quotes: نقلها
|
||||
reblogs: تقویتها
|
||||
replied_to_html: به %{acct_link} پاسخ داد
|
||||
status_changed: فرسته تغییر کرد
|
||||
|
|
@ -907,6 +921,7 @@ fa:
|
|||
title: پستهای حساب - @%{name}
|
||||
trending: پرطرفدار
|
||||
view_publicly: مشاهده عمومی
|
||||
view_quoted_post: دیدن فرستهٔ نقل شده
|
||||
visibility: نمایانی
|
||||
with_media: دارای عکس یا ویدیو
|
||||
strikes:
|
||||
|
|
@ -1181,7 +1196,10 @@ fa:
|
|||
hint_html: اگر میخواهید از حساب دیگری به این حساب منتقل شوید، اینجا میتوانید یک نام مستعار بسازید که برای انتقال از حساب قدیمی به این حساب لازم است. این کار به تنهایی <strong>بیضرر و قابل بازگشت</strong> است. <strong>فرایند انتقال حساب از حساب قدیمی آغاز خواهد شد</strong>.
|
||||
remove: حذف ارتباط نام مستعار
|
||||
appearance:
|
||||
advanced_settings: تنظیمات پیشرفته
|
||||
animations_and_accessibility: پویانماییهای و دسترسیپذیری
|
||||
boosting_preferences: ترجیحات تقویت
|
||||
boosting_preferences_info_html: "<strong>نکته:</strong> فارغ از تنظیمات، <kbd>تبدیل</kbd> + <kbd>کلیک</kbd> روی %{icon} نقشک تقویت بلافاصله تقویت خواهد کرد"
|
||||
discovery: کاوش
|
||||
localization:
|
||||
body: ماستودون توسط داوطلبان ترجمه شده است.
|
||||
|
|
@ -1583,6 +1601,13 @@ fa:
|
|||
expires_at: تاریخ انقضا
|
||||
uses: استفادهها
|
||||
title: دعوت دیگران
|
||||
link_preview:
|
||||
author_html: به دست %{name}
|
||||
potentially_sensitive_content:
|
||||
action: زدن برای نمایش
|
||||
confirm_visit: مطمئنید که میخواهید این پیوند را بگشایید؟
|
||||
hide_button: نهفتن
|
||||
label: محتوای بالقوه حسّاس
|
||||
lists:
|
||||
errors:
|
||||
limit: به بیشینهٔ تعداد سیاههها رسیدید
|
||||
|
|
@ -1735,6 +1760,9 @@ fa:
|
|||
self_vote: شما نمی توانید در نظرسنجی خودتان رای دهید
|
||||
too_few_options: حتماً باید بیش از یک گزینه داشته باشد
|
||||
too_many_options: نمیتواند بیشتر از %{max} گزینه داشته باشد
|
||||
vote: رأی
|
||||
posting_defaults:
|
||||
explanation: این تنظیمات هنگام ایجاد فرسته به عنوان پیشگزیده استفاده خواهند شد؛ ولی میتوانید در نویسنده برای هر فرسته تغییرش دهید.
|
||||
preferences:
|
||||
other: سایر تنظیمات
|
||||
posting_defaults: تنظیمات پیشفرض انتشار
|
||||
|
|
@ -1890,6 +1918,9 @@ fa:
|
|||
other: "%{count} ویدیو"
|
||||
boosted_from_html: تقویت شده از طرف %{acct_link}
|
||||
content_warning: 'هشدا محتوا: %{warning}'
|
||||
content_warnings:
|
||||
hide: نهفتن فرسته
|
||||
show: نمایش بیشتر
|
||||
default_language: همانند زبان واسط
|
||||
disallowed_hashtags:
|
||||
one: 'دارای برچسبی غیرمجاز: %{tags}'
|
||||
|
|
@ -1904,10 +1935,23 @@ fa:
|
|||
limit: از این بیشتر نمیشود نوشتههای ثابت داشت
|
||||
ownership: نوشتههای دیگران را نمیتوان ثابت کرد
|
||||
reblog: تقویت نمیتواند سنجاق شود
|
||||
quote_error:
|
||||
not_available: فرسته ناموجود
|
||||
pending_approval: فرسته منتظر
|
||||
revoked: فرسته به دست نگارنده برداشته شد
|
||||
quote_policies:
|
||||
followers: تنها پیگیران
|
||||
nobody: فقط من
|
||||
public: هرکسی
|
||||
quote_post_author: فرستهای از %{acct} را نقل کرد
|
||||
title: "%{name}: «%{quote}»"
|
||||
visibilities:
|
||||
direct: اشاره خصوصی
|
||||
private: تنها پیگیران
|
||||
public: عمومی
|
||||
public_long: هرکسی داخل و خارج از ماستودون
|
||||
unlisted: عمومی ساکت
|
||||
unlisted_long: نهفته از نتیجههای جستوجوی ماستودون و خطهای زمانی داغ و عمومی
|
||||
statuses_cleanup:
|
||||
enabled: حذف خودکار فرستههای قدیمی
|
||||
enabled_hint: فرستههایتان را هنگام رسیدن به کرانهٔ سن خاصی به صورت خودکار حذف میکند، مگر این که با یکی از استثناهای زیر مطابق باشند
|
||||
|
|
|
|||
|
|
@ -839,12 +839,12 @@ fi:
|
|||
title: Jätä käyttäjät oletusarvoisesti hakukoneindeksoinnin ulkopuolelle
|
||||
discovery:
|
||||
follow_recommendations: Seurantasuositukset
|
||||
preamble: Mielenkiintoisen sisällön esille tuominen on keskeistä uusien käyttäjien perehdyttämisessä, jotka eivät ehkä tunne ketään Mastodonissa. Hallitse, miten eri löydettävyysominaisuudet toimivat palvelimellasi.
|
||||
preamble: Mielenkiintoisen sisällön esille tuominen on keskeistä perehdyttäessä uusia käyttäjiä, jotka eivät ehkä tunne ketään Mastodonissa. Hallitse, miten eri löydettävyysominaisuudet toimivat palvelimellasi.
|
||||
privacy: Yksityisyys
|
||||
profile_directory: Profiilihakemisto
|
||||
public_timelines: Julkiset aikajanat
|
||||
publish_statistics: Julkaise tilastot
|
||||
title: Löytäminen
|
||||
title: Löydettävyys
|
||||
trends: Trendit
|
||||
domain_blocks:
|
||||
all: Kaikille
|
||||
|
|
@ -1200,7 +1200,7 @@ fi:
|
|||
animations_and_accessibility: Animaatiot ja saavutettavuus
|
||||
boosting_preferences: Tehostusasetukset
|
||||
boosting_preferences_info_html: "<strong>Vihje:</strong> Asetuksista riippumatta <kbd>Vaihto</kbd> + <kbd>napsautus</kbd> %{icon} Tehosta-kuvakkeeseen tehostaa välittömästi."
|
||||
discovery: Löytäminen
|
||||
discovery: Löydettävyys
|
||||
localization:
|
||||
body: Mastodonin ovat kääntäneet vapaaehtoiset.
|
||||
guide_link: https://crowdin.com/project/mastodon
|
||||
|
|
@ -1929,6 +1929,7 @@ fi:
|
|||
errors:
|
||||
in_reply_not_found: Julkaisua, johon yrität vastata, ei näytä olevan olemassa.
|
||||
quoted_status_not_found: Julkaisua, jota yrität lainata, ei näytä olevan olemassa.
|
||||
quoted_user_not_mentioned: Mainitsematonta käyttäjää ei voi lainata yksityismaininnassa.
|
||||
over_character_limit: merkkimäärän rajoitus %{max} ylitetty
|
||||
pin_errors:
|
||||
direct: Vain mainituille käyttäjille näkyviä julkaisuja ei voi kiinnittää
|
||||
|
|
@ -2085,7 +2086,7 @@ fi:
|
|||
disable: Et voi enää käyttää tiliäsi, mutta profiilisi ja muut tiedot pysyvät muuttumattomina. Voit pyytää varmuuskopiota tiedoistasi, vaihtaa tilin asetuksia tai poistaa tilisi.
|
||||
mark_statuses_as_sensitive: Palvelimen %{instance} moderaattorit ovat merkinneet osan julkaisuistasi arkaluonteisiksi. Tämä tarkoittaa sitä, että mediaa täytyy napauttaa ennen kuin sen esikatselu näytetään. Voit merkitä median itse arkaluonteiseksi, kun julkaiset tulevaisuudessa.
|
||||
sensitive: Tästä lähtien kaikki lähetetyt mediatiedostot merkitään arkaluonteisiksi ja piilotetaan napsautusvaroituksen taakse.
|
||||
silence: Voit edelleen käyttää tiliäsi, mutta vain sinua jo seuraavat käyttäjät näkevät julkaisusi tällä palvelimella ja sinut voidaan sulkea pois eri löytämisominaisuuksista. Toiset voivat kuitenkin edelleen seurata sinua manuaalisesti.
|
||||
silence: Voit edelleen käyttää tiliäsi, mutta vain sinua jo seuraavat käyttäjät näkevät julkaisusi tällä palvelimella ja sinut voidaan sulkea pois eri löydettävyysominaisuuksista. Toiset voivat kuitenkin edelleen seurata sinua manuaalisesti.
|
||||
suspend: Et voi enää käyttää tiliäsi, eivätkä profiilisi ja muut tiedot ole enää käytettävissä. Voit silti kirjautua sisään pyytääksesi tietojesi varmuuskopiota, kunnes tiedot on poistettu kokonaan noin 30 päivän kuluttua. Säilytämme kuitenkin joitain perustietoja, jotka estävät sinua kiertämästä jäädytystä.
|
||||
reason: 'Syy:'
|
||||
statuses: 'Julkaisuja lainattu:'
|
||||
|
|
|
|||
|
|
@ -1929,6 +1929,7 @@ fo:
|
|||
errors:
|
||||
in_reply_not_found: Posturin, sum tú roynir at svara, sýnist ikki at finnast.
|
||||
quoted_status_not_found: Posturin, sum tú roynir at sitera, sýnist ikki at finnast.
|
||||
quoted_user_not_mentioned: Kann ikki sitera ein brúkara, sum ikki er nevndur, í einum posti, sum er ein privat umrøða.
|
||||
over_character_limit: mesta tal av teknum, %{max}, rokkið
|
||||
pin_errors:
|
||||
direct: Postar, sum einans eru sjónligir hjá nevndum brúkarum, kunnu ikki festast
|
||||
|
|
|
|||
|
|
@ -190,6 +190,7 @@ fr-CA:
|
|||
create_relay: Créer un relais
|
||||
create_unavailable_domain: Créer un domaine indisponible
|
||||
create_user_role: Créer le rôle
|
||||
create_username_block: Créer une règle de nom d'utilisateur
|
||||
demote_user: Rétrograder l’utilisateur·ice
|
||||
destroy_announcement: Supprimer l’annonce
|
||||
destroy_canonical_email_block: Supprimer le blocage de courriel
|
||||
|
|
@ -203,6 +204,7 @@ fr-CA:
|
|||
destroy_status: Supprimer le message
|
||||
destroy_unavailable_domain: Supprimer le domaine indisponible
|
||||
destroy_user_role: Détruire le rôle
|
||||
destroy_username_block: Supprimer la règle de nom d'utilisateur
|
||||
disable_2fa_user: Désactiver l’A2F
|
||||
disable_custom_emoji: Désactiver les émojis personnalisés
|
||||
disable_relay: Désactiver le relais
|
||||
|
|
@ -237,6 +239,7 @@ fr-CA:
|
|||
update_report: Mettre à jour le rapport
|
||||
update_status: Mettre à jour le message
|
||||
update_user_role: Mettre à jour le rôle
|
||||
update_username_block: Mettre à jour la règle de nom d'utilisateur
|
||||
actions:
|
||||
approve_appeal_html: "%{name} a approuvé l'appel de la décision de modération émis par %{target}"
|
||||
approve_user_html: "%{name} a approuvé l’inscription de %{target}"
|
||||
|
|
@ -255,6 +258,7 @@ fr-CA:
|
|||
create_relay_html: "%{name} a créé un relais %{target}"
|
||||
create_unavailable_domain_html: "%{name} a arrêté la livraison vers le domaine %{target}"
|
||||
create_user_role_html: "%{name} a créé le rôle %{target}"
|
||||
create_username_block_html: "%{name} a ajouté une règle pour les noms d'utilisateur contenant %{target}"
|
||||
demote_user_html: "%{name} a rétrogradé l'utilisateur·rice %{target}"
|
||||
destroy_announcement_html: "%{name} a supprimé l'annonce %{target}"
|
||||
destroy_canonical_email_block_html: "%{name} a débloqué l'adresse email avec le hachage %{target}"
|
||||
|
|
@ -268,6 +272,7 @@ fr-CA:
|
|||
destroy_status_html: "%{name} a supprimé le message de %{target}"
|
||||
destroy_unavailable_domain_html: "%{name} a repris la livraison au domaine %{target}"
|
||||
destroy_user_role_html: "%{name} a supprimé le rôle %{target}"
|
||||
destroy_username_block_html: "%{name} a supprimé une règle pour les noms d'utilisateurs contenant %{target}"
|
||||
disable_2fa_user_html: "%{name} a désactivé l'authentification à deux facteurs pour l'utilisateur·rice %{target}"
|
||||
disable_custom_emoji_html: "%{name} a désactivé l'émoji %{target}"
|
||||
disable_relay_html: "%{name} a désactivé le relais %{target}"
|
||||
|
|
@ -302,6 +307,7 @@ fr-CA:
|
|||
update_report_html: "%{name} a mis à jour le rapport de signalement %{target}"
|
||||
update_status_html: "%{name} a mis à jour le message de %{target}"
|
||||
update_user_role_html: "%{name} a changé le rôle %{target}"
|
||||
update_username_block_html: "%{name} a mis à jour une règle pour les noms d'utilisateurs contenant %{target}"
|
||||
deleted_account: compte supprimé
|
||||
empty: Aucun journal trouvé.
|
||||
filter_by_action: Filtrer par action
|
||||
|
|
@ -489,9 +495,17 @@ fr-CA:
|
|||
created_at: Créé à
|
||||
delete: Supprimer
|
||||
ip: Adresse IP
|
||||
request_body: Corps de la demande
|
||||
providers:
|
||||
active: Activé
|
||||
base_url: URL de base
|
||||
callback: Rappel
|
||||
delete: Supprimer
|
||||
edit: Modifier un fournisseur
|
||||
finish_registration: Terminer l'inscription
|
||||
name: Nom
|
||||
providers: Fournisseur
|
||||
registration_requested: Inscription demandée
|
||||
registrations:
|
||||
confirm: Confirmer
|
||||
description: Vous avez reçu une souscription d'un FSAF. Rejetez-la si vous ne l'avez pas initiée. Si c'est bien votre intention, comparez le nom et l'empreinte de la clé avant de confirmer la souscription.
|
||||
|
|
@ -502,6 +516,7 @@ fr-CA:
|
|||
sign_in: Se connecter
|
||||
status: État
|
||||
title: Fournisseurs de Services Auxiliaire du Fedivers
|
||||
title: FASP
|
||||
follow_recommendations:
|
||||
description_html: "<strong>Les recommandations d'abonnement aident les nouvelles personnes à trouver rapidement du contenu intéressant</strong>. Si un·e utilisateur·rice n'a pas assez interagi avec les autres pour avoir des recommandations personnalisées, ces comptes sont alors recommandés. La sélection est mise à jour quotidiennement depuis un mélange de comptes ayant le plus d'interactions récentes et le plus grand nombre d'abonné·e·s locaux pour une langue donnée."
|
||||
language: Pour la langue
|
||||
|
|
@ -571,6 +586,11 @@ fr-CA:
|
|||
limited: Limité
|
||||
title: Modération
|
||||
moderation_notes:
|
||||
create: Ajouter une note de modération
|
||||
created_msg: Note de modération de l'instance créée avec succès !
|
||||
description_html: Voir et laisser des notes pour les autres modérateurs et pour référence future
|
||||
destroyed_msg: Note de modération de l'instance supprimée avec succès !
|
||||
placeholder: Informations à propos de cette instance, actions entreprises ou de toute autre chose qui vous aidera à modérer cette instance à l'avenir.
|
||||
title: Notes de modération
|
||||
private_comment: Commentaire privé
|
||||
public_comment: Commentaire public
|
||||
|
|
@ -777,6 +797,8 @@ fr-CA:
|
|||
view_dashboard_description: Permet aux utilisateur⋅rice⋅s d'accéder au tableau de bord et à diverses statistiques
|
||||
view_devops: DevOps
|
||||
view_devops_description: Permet aux utilisateur⋅rice⋅s d'accéder aux tableaux de bord Sidekiq et pgHero
|
||||
view_feeds: Voir les flux en direct et les fils de discussion
|
||||
view_feeds_description: Permet aux utilisateur·rice·s d'accéder aux flux en direct et de discussion indépendamment des paramètres du serveur
|
||||
title: Rôles
|
||||
rules:
|
||||
add_new: Ajouter une règle
|
||||
|
|
@ -785,9 +807,12 @@ fr-CA:
|
|||
description_html: Bien que la plupart des gens prétende avoir lu les conditions d'utilisation avant de les accepter, généralement les utilisateur·rice·s ne les lisent vraiment que lorsque un problème apparaît. <strong>Pour faciliter la visualisation des règles de votre serveur en un seul coup d’œil, présentez-les sous la forme d'une liste à puces !</strong> Essayez de garder chacune des règles simple et concise, mais faites attention à ne pas non plus les diviser en de trop nombreux éléments distincts.
|
||||
edit: Modifier la règle
|
||||
empty: Aucune règle de serveur n'a été définie pour l'instant.
|
||||
move_down: Déplacer vers le bas
|
||||
move_up: Déplacer vers le haut
|
||||
title: Règles du serveur
|
||||
translation: Traduction
|
||||
translations: Traductions
|
||||
translations_explanation: Vous pouvez éventuellement ajouter des traductions pour les règles. La valeur par défaut sera affichée si aucune version traduite n'est disponible. Veuillez toujours vous assurer que toute traduction fournie est synchronisée avec la valeur par défaut.
|
||||
settings:
|
||||
about:
|
||||
manage_rules: Gérer les règles du serveur
|
||||
|
|
@ -812,6 +837,7 @@ fr-CA:
|
|||
title: Par défaut, ne pas indexer les comptes dans les moteurs de recherche
|
||||
discovery:
|
||||
follow_recommendations: Suivre les recommandations
|
||||
privacy: Vie privée
|
||||
profile_directory: Annuaire des profils
|
||||
public_timelines: Fils publics
|
||||
publish_statistics: Publier les statistiques
|
||||
|
|
@ -821,6 +847,15 @@ fr-CA:
|
|||
all: À tout le monde
|
||||
disabled: À personne
|
||||
users: Aux utilisateur·rice·s connecté·e·s localement
|
||||
feed_access:
|
||||
modes:
|
||||
authenticated: Utilisateurs authentifiés uniquement
|
||||
public: Tout le monde
|
||||
landing_page:
|
||||
values:
|
||||
about: À propos
|
||||
local_feed: Fil local
|
||||
trends: Tendances
|
||||
registrations:
|
||||
moderation_recommandation: Veuillez vous assurer d'avoir une équipe de modération adéquate et réactive avant d'ouvrir les inscriptions à tout le monde!
|
||||
preamble: Affecte qui peut créer un compte sur votre serveur.
|
||||
|
|
@ -874,6 +909,7 @@ fr-CA:
|
|||
no_status_selected: Aucun message n’a été modifié car aucun n’a été sélectionné
|
||||
open: Ouvrir le message
|
||||
original_status: Message original
|
||||
quotes: Citations
|
||||
reblogs: Partages
|
||||
replied_to_html: Répondu à %{acct_link}
|
||||
status_changed: Publication modifiée
|
||||
|
|
@ -881,6 +917,7 @@ fr-CA:
|
|||
title: Messages du compte - @%{name}
|
||||
trending: Tendances
|
||||
view_publicly: Afficher de manière publique
|
||||
view_quoted_post: Voir la publication citée
|
||||
visibility: Visibilité
|
||||
with_media: Avec médias
|
||||
strikes:
|
||||
|
|
@ -1062,6 +1099,22 @@ fr-CA:
|
|||
other: Utilisé par %{count} personnes au cours de la dernière semaine
|
||||
title: Recommandations et tendances
|
||||
trending: Tendances
|
||||
username_blocks:
|
||||
add_new: Ajouter un nouveau
|
||||
block_registrations: Bloquer les inscriptions
|
||||
comparison:
|
||||
contains: Contient
|
||||
equals: Est égal à
|
||||
contains_html: Contient %{string}
|
||||
created_msg: Règle de nom d'utilisateur créée avec succès
|
||||
delete: Supprimer
|
||||
edit:
|
||||
title: Modifier la règle de nom d'utilisateur
|
||||
new:
|
||||
create: Créer une règle
|
||||
title: Créer une nouvelle règle de nom d'utilisateur
|
||||
no_username_block_selected: Aucune règle de nom d'utilisateur n'a été modifiée car aucune n'a été sélectionnée
|
||||
title: Règles de nom d'utilisateur
|
||||
warning_presets:
|
||||
add_new: Ajouter un nouveau
|
||||
delete: Supprimer
|
||||
|
|
@ -1134,7 +1187,9 @@ fr-CA:
|
|||
hint_html: Si vous voulez déménager d’un autre compte vers celui-ci, vous pouvez créer ici un alias, qui est nécessaire avant de pouvoir migrer les abonné·e·s de l’ancien compte vers celui-ci. Cette action en soi est <strong>inoffensive et réversible</strong>. <strong>La migration du compte est initiée à partir de l’ancien compte</strong>.
|
||||
remove: Détacher l'alias
|
||||
appearance:
|
||||
advanced_settings: Paramètres avancés
|
||||
animations_and_accessibility: Animations et accessibilité
|
||||
boosting_preferences: Préférences de partage
|
||||
discovery: Découverte
|
||||
localization:
|
||||
body: Mastodon est traduit par des volontaires.
|
||||
|
|
@ -1323,6 +1378,10 @@ fr-CA:
|
|||
basic_information: Informations de base
|
||||
hint_html: "<strong>Personnalisez ce que les gens voient sur votre profil public et à côté de vos messages.</strong> Les autres personnes seront plus susceptibles de vous suivre et d’interagir avec vous lorsque vous avez un profil complet et une photo."
|
||||
other: Autre
|
||||
emoji_styles:
|
||||
auto: Auto
|
||||
native: Natif
|
||||
twemoji: Twemoji
|
||||
errors:
|
||||
'400': La demande que vous avez soumise est invalide ou mal formée.
|
||||
'403': Vous n’avez pas accès à cette page.
|
||||
|
|
@ -1532,6 +1591,12 @@ fr-CA:
|
|||
expires_at: Expire
|
||||
uses: Utilisations
|
||||
title: Inviter des gens
|
||||
link_preview:
|
||||
author_html: Par %{name}
|
||||
potentially_sensitive_content:
|
||||
confirm_visit: Voulez-vous vraiment ouvrir ce lien ?
|
||||
hide_button: Masquer
|
||||
label: Contenu potentiellement sensible
|
||||
lists:
|
||||
errors:
|
||||
limit: Vous avez atteint le nombre maximum de listes
|
||||
|
|
@ -1632,6 +1697,10 @@ fr-CA:
|
|||
title: Nouvelle mention
|
||||
poll:
|
||||
subject: Un sondage de %{name} est terminé
|
||||
quote:
|
||||
body: 'Votre message a été cité par %{name}:'
|
||||
subject: "%{name} a cité votre message"
|
||||
title: Nouvelle citation
|
||||
reblog:
|
||||
body: 'Votre message été partagé par %{name} :'
|
||||
subject: "%{name} a partagé votre message"
|
||||
|
|
@ -1680,6 +1749,9 @@ fr-CA:
|
|||
self_vote: Vous ne pouvez pas voter à vos propres sondages
|
||||
too_few_options: doit avoir plus qu’une proposition
|
||||
too_many_options: ne peut contenir plus de %{max} propositions
|
||||
vote: Voter
|
||||
posting_defaults:
|
||||
explanation: Ces paramètres seront utilisés par défaut lorsque vous créez de nouveaux messages, mais vous pouvez les modifier par message dans le champs de rédaction.
|
||||
preferences:
|
||||
other: Autre
|
||||
posting_defaults: Paramètres de publication par défaut
|
||||
|
|
@ -1835,6 +1907,9 @@ fr-CA:
|
|||
other: "%{count} vidéos"
|
||||
boosted_from_html: Partagé depuis %{acct_link}
|
||||
content_warning: 'Avertissement sur le contenu : %{warning}'
|
||||
content_warnings:
|
||||
hide: Masquer le message
|
||||
show: Afficher plus
|
||||
default_language: Même langue que celle de l’interface
|
||||
disallowed_hashtags:
|
||||
one: 'contient un hashtag désactivé : %{tags}'
|
||||
|
|
@ -1842,15 +1917,29 @@ fr-CA:
|
|||
edited_at_html: Édité le %{date}
|
||||
errors:
|
||||
in_reply_not_found: Le message auquel vous essayez de répondre ne semble pas exister.
|
||||
quoted_status_not_found: Le message que vous essayez de citer ne semble pas exister.
|
||||
over_character_limit: limite de %{max} caractères dépassée
|
||||
pin_errors:
|
||||
direct: Les messages qui ne sont visibles que pour les utilisateur·rice·s mentionné·e·s ne peuvent pas être épinglés
|
||||
limit: Vous avez déjà épinglé le nombre maximum de messages
|
||||
ownership: Vous ne pouvez pas épingler un message ne vous appartenant pas
|
||||
reblog: Un partage ne peut pas être épinglé
|
||||
quote_error:
|
||||
not_available: Message indisponible
|
||||
pending_approval: Message en attente
|
||||
revoked: Message supprimé par l'auteur
|
||||
quote_policies:
|
||||
followers: Abonné·e·s seulement
|
||||
nobody: Moi uniquement
|
||||
public: Tout le monde
|
||||
quote_post_author: A cité un message de %{acct}
|
||||
title: "%{name} : « %{quote} »"
|
||||
visibilities:
|
||||
direct: Mention privée
|
||||
private: Abonné·e·s seulement
|
||||
public: Publique
|
||||
public_long: Tout le monde sur et en dehors de Mastodon
|
||||
unlisted: Public discret
|
||||
statuses_cleanup:
|
||||
enabled: Supprimer automatiquement vos anciens messages
|
||||
enabled_hint: Supprime automatiquement vos messages une fois qu'ils ont atteint un seuil d'ancienneté défini, à moins qu'ils ne correspondent à l'une des exceptions ci-dessous
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user