Merge tag 'v4.4.4' into chinwag-next
This commit is contained in:
commit
4346d0d376
209 changed files with 4120 additions and 1030 deletions
28
CHANGELOG.md
28
CHANGELOG.md
|
|
@ -2,6 +2,34 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [4.4.4] - 2025-09-16
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix missing memoization in `Web::PushNotificationWorker` (#36085 by @ClearlyClaire)
|
||||||
|
- Fix unresponsive areas around GIFV modals in some cases (#36059 by @ClearlyClaire)
|
||||||
|
- Fix missing `beforeUnload` confirmation when a poll is being authored (#36030 by @ClearlyClaire)
|
||||||
|
- Fix processing of remote edited statuses with new media and no text (#35970 by @unfokus)
|
||||||
|
- Fix polls not being displayed in moderation interface (#35644 and #35933 by @ThisIsMissEm)
|
||||||
|
- Fix WebUI handling of deleted quoted posts (#35909 and #35918 by @ClearlyClaire and @diondiondion)
|
||||||
|
- Fix “Edit” and “Delete & Redraft” on a poll not inserting empty option (#35892 by @ClearlyClaire)
|
||||||
|
- Fix loading of some compatibility CSS on some configurations (#35876 by @shleeable)
|
||||||
|
- Fix HttpLog not being enabled with `RAILS_LOGÈ_LEVEL=debug` (#35833 by @mjankowski)
|
||||||
|
- Fix self-destruct scheduler behavior on some Redis setups (#35823 by @ClearlyClaire)
|
||||||
|
- Fix `tootctl admin create` not bypassing reserved username checks (#35779 by @ClearlyClaire)
|
||||||
|
- Fix interaction policy changes in implicit updates not being saved (#35751 by @ClearlyClaire)
|
||||||
|
- Fix quote revocation not being streamed (#35710 by @ClearlyClaire)
|
||||||
|
- Fix export of large user archives by enabling Zip64 (#35850 by @ClearlyClaire)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Change labels for quote policy settings (#35893 by @ClearlyClaire)
|
||||||
|
- Change standalone “Share” page to redirect to web interface after posting (#35763 by @ChaosExAnima)
|
||||||
|
|
||||||
## [4.4.3] - 2025-08-05
|
## [4.4.3] - 2025-08-05
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
|
||||||
106
Gemfile.lock
106
Gemfile.lock
|
|
@ -10,29 +10,29 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (8.0.2)
|
actioncable (8.0.2.1)
|
||||||
actionpack (= 8.0.2)
|
actionpack (= 8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
zeitwerk (~> 2.6)
|
zeitwerk (~> 2.6)
|
||||||
actionmailbox (8.0.2)
|
actionmailbox (8.0.2.1)
|
||||||
actionpack (= 8.0.2)
|
actionpack (= 8.0.2.1)
|
||||||
activejob (= 8.0.2)
|
activejob (= 8.0.2.1)
|
||||||
activerecord (= 8.0.2)
|
activerecord (= 8.0.2.1)
|
||||||
activestorage (= 8.0.2)
|
activestorage (= 8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
actionmailer (8.0.2)
|
actionmailer (8.0.2.1)
|
||||||
actionpack (= 8.0.2)
|
actionpack (= 8.0.2.1)
|
||||||
actionview (= 8.0.2)
|
actionview (= 8.0.2.1)
|
||||||
activejob (= 8.0.2)
|
activejob (= 8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
mail (>= 2.8.0)
|
mail (>= 2.8.0)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
actionpack (8.0.2)
|
actionpack (8.0.2.1)
|
||||||
actionview (= 8.0.2)
|
actionview (= 8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
rack (>= 2.2.4)
|
rack (>= 2.2.4)
|
||||||
rack-session (>= 1.0.1)
|
rack-session (>= 1.0.1)
|
||||||
|
|
@ -40,15 +40,15 @@ GEM
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
rails-html-sanitizer (~> 1.6)
|
rails-html-sanitizer (~> 1.6)
|
||||||
useragent (~> 0.16)
|
useragent (~> 0.16)
|
||||||
actiontext (8.0.2)
|
actiontext (8.0.2.1)
|
||||||
actionpack (= 8.0.2)
|
actionpack (= 8.0.2.1)
|
||||||
activerecord (= 8.0.2)
|
activerecord (= 8.0.2.1)
|
||||||
activestorage (= 8.0.2)
|
activestorage (= 8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
globalid (>= 0.6.0)
|
globalid (>= 0.6.0)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (8.0.2)
|
actionview (8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.11)
|
erubi (~> 1.11)
|
||||||
rails-dom-testing (~> 2.2)
|
rails-dom-testing (~> 2.2)
|
||||||
|
|
@ -58,22 +58,22 @@ GEM
|
||||||
activemodel (>= 4.1)
|
activemodel (>= 4.1)
|
||||||
case_transform (>= 0.2)
|
case_transform (>= 0.2)
|
||||||
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
||||||
activejob (8.0.2)
|
activejob (8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (8.0.2)
|
activemodel (8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
activerecord (8.0.2)
|
activerecord (8.0.2.1)
|
||||||
activemodel (= 8.0.2)
|
activemodel (= 8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activestorage (8.0.2)
|
activestorage (8.0.2.1)
|
||||||
actionpack (= 8.0.2)
|
actionpack (= 8.0.2.1)
|
||||||
activejob (= 8.0.2)
|
activejob (= 8.0.2.1)
|
||||||
activerecord (= 8.0.2)
|
activerecord (= 8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
marcel (~> 1.0)
|
marcel (~> 1.0)
|
||||||
activesupport (8.0.2)
|
activesupport (8.0.2.1)
|
||||||
base64
|
base64
|
||||||
benchmark (>= 0.3)
|
benchmark (>= 0.3)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
|
|
@ -668,20 +668,20 @@ GEM
|
||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
rackup (2.2.1)
|
rackup (2.2.1)
|
||||||
rack (>= 3)
|
rack (>= 3)
|
||||||
rails (8.0.2)
|
rails (8.0.2.1)
|
||||||
actioncable (= 8.0.2)
|
actioncable (= 8.0.2.1)
|
||||||
actionmailbox (= 8.0.2)
|
actionmailbox (= 8.0.2.1)
|
||||||
actionmailer (= 8.0.2)
|
actionmailer (= 8.0.2.1)
|
||||||
actionpack (= 8.0.2)
|
actionpack (= 8.0.2.1)
|
||||||
actiontext (= 8.0.2)
|
actiontext (= 8.0.2.1)
|
||||||
actionview (= 8.0.2)
|
actionview (= 8.0.2.1)
|
||||||
activejob (= 8.0.2)
|
activejob (= 8.0.2.1)
|
||||||
activemodel (= 8.0.2)
|
activemodel (= 8.0.2.1)
|
||||||
activerecord (= 8.0.2)
|
activerecord (= 8.0.2.1)
|
||||||
activestorage (= 8.0.2)
|
activestorage (= 8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
bundler (>= 1.15.0)
|
bundler (>= 1.15.0)
|
||||||
railties (= 8.0.2)
|
railties (= 8.0.2.1)
|
||||||
rails-dom-testing (2.2.0)
|
rails-dom-testing (2.2.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
minitest
|
minitest
|
||||||
|
|
@ -692,9 +692,9 @@ GEM
|
||||||
rails-i18n (8.0.1)
|
rails-i18n (8.0.1)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
railties (>= 8.0.0, < 9)
|
railties (>= 8.0.0, < 9)
|
||||||
railties (8.0.2)
|
railties (8.0.2.1)
|
||||||
actionpack (= 8.0.2)
|
actionpack (= 8.0.2.1)
|
||||||
activesupport (= 8.0.2)
|
activesupport (= 8.0.2.1)
|
||||||
irb (~> 1.13)
|
irb (~> 1.13)
|
||||||
rackup (>= 1.0.0)
|
rackup (>= 1.0.0)
|
||||||
rake (>= 12.2)
|
rake (>= 12.2)
|
||||||
|
|
|
||||||
|
|
@ -102,6 +102,16 @@ module ApplicationHelper
|
||||||
policy(record).public_send(:"#{action}?")
|
policy(record).public_send(:"#{action}?")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def conditional_link_to(condition, name, options = {}, html_options = {}, &block)
|
||||||
|
if condition && !current_page?(block_given? ? name : options)
|
||||||
|
link_to(name, options, html_options, &block)
|
||||||
|
elsif block_given?
|
||||||
|
content_tag(:span, options, html_options, &block)
|
||||||
|
else
|
||||||
|
content_tag(:span, name, html_options)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
def material_symbol(icon, attributes = {})
|
def material_symbol(icon, attributes = {})
|
||||||
safe_join(
|
safe_join(
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -96,12 +96,17 @@ export const ensureComposeIsVisible = (getState) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
export function setComposeToStatus(status, text, spoiler_text) {
|
export function setComposeToStatus(status, text, spoiler_text) {
|
||||||
return{
|
return (dispatch, getState) => {
|
||||||
type: COMPOSE_SET_STATUS,
|
const maxOptions = getState().server.getIn(['server', 'configuration', 'polls', 'max_options']);
|
||||||
status,
|
|
||||||
text,
|
dispatch({
|
||||||
spoiler_text,
|
type: COMPOSE_SET_STATUS,
|
||||||
};
|
status,
|
||||||
|
text,
|
||||||
|
spoiler_text,
|
||||||
|
maxOptions,
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export function changeCompose(text) {
|
export function changeCompose(text) {
|
||||||
|
|
@ -183,7 +188,7 @@ export function directCompose(account) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function submitCompose() {
|
export function submitCompose(successCallback) {
|
||||||
return function (dispatch, getState) {
|
return function (dispatch, getState) {
|
||||||
const status = getState().getIn(['compose', 'text'], '');
|
const status = getState().getIn(['compose', 'text'], '');
|
||||||
const media = getState().getIn(['compose', 'media_attachments']);
|
const media = getState().getIn(['compose', 'media_attachments']);
|
||||||
|
|
@ -239,6 +244,9 @@ export function submitCompose() {
|
||||||
|
|
||||||
dispatch(insertIntoTagHistory(response.data.tags, status));
|
dispatch(insertIntoTagHistory(response.data.tags, status));
|
||||||
dispatch(submitComposeSuccess({ ...response.data }));
|
dispatch(submitComposeSuccess({ ...response.data }));
|
||||||
|
if (typeof successCallback === 'function') {
|
||||||
|
successCallback(response.data);
|
||||||
|
}
|
||||||
|
|
||||||
// To make the app more responsive, immediately push the status
|
// To make the app more responsive, immediately push the status
|
||||||
// into the columns
|
// into the columns
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,15 @@ export function normalizeFilterResult(result) {
|
||||||
return normalResult;
|
return normalResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function stripQuoteFallback(text) {
|
||||||
|
const wrapper = document.createElement('div');
|
||||||
|
wrapper.innerHTML = text;
|
||||||
|
|
||||||
|
wrapper.querySelector('.quote-inline')?.remove();
|
||||||
|
|
||||||
|
return wrapper.innerHTML;
|
||||||
|
}
|
||||||
|
|
||||||
export function normalizeStatus(status, normalOldStatus) {
|
export function normalizeStatus(status, normalOldStatus) {
|
||||||
const normalStatus = { ...status };
|
const normalStatus = { ...status };
|
||||||
|
|
||||||
|
|
@ -86,6 +95,11 @@ export function normalizeStatus(status, normalOldStatus) {
|
||||||
normalStatus.spoilerHtml = emojify(escapeTextContentForBrowser(spoilerText), emojiMap);
|
normalStatus.spoilerHtml = emojify(escapeTextContentForBrowser(spoilerText), emojiMap);
|
||||||
normalStatus.hidden = expandSpoilers ? false : spoilerText.length > 0 || normalStatus.sensitive;
|
normalStatus.hidden = expandSpoilers ? false : spoilerText.length > 0 || normalStatus.sensitive;
|
||||||
|
|
||||||
|
// Remove quote fallback link from the DOM so it doesn't mess with paragraph margins
|
||||||
|
if (normalStatus.quote) {
|
||||||
|
normalStatus.contentHtml = stripQuoteFallback(normalStatus.contentHtml);
|
||||||
|
}
|
||||||
|
|
||||||
if (normalStatus.url && !(normalStatus.url.startsWith('http://') || normalStatus.url.startsWith('https://'))) {
|
if (normalStatus.url && !(normalStatus.url.startsWith('http://') || normalStatus.url.startsWith('https://'))) {
|
||||||
normalStatus.url = null;
|
normalStatus.url = null;
|
||||||
}
|
}
|
||||||
|
|
@ -125,6 +139,11 @@ export function normalizeStatusTranslation(translation, status) {
|
||||||
spoiler_text: translation.spoiler_text,
|
spoiler_text: translation.spoiler_text,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Remove quote fallback link from the DOM so it doesn't mess with paragraph margins
|
||||||
|
if (status.get('quote')) {
|
||||||
|
normalTranslation.contentHtml = stripQuoteFallback(normalTranslation.contentHtml);
|
||||||
|
}
|
||||||
|
|
||||||
return normalTranslation;
|
return normalTranslation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import { browserHistory } from 'mastodon/components/router';
|
||||||
import api from '../api';
|
import api from '../api';
|
||||||
|
|
||||||
import { ensureComposeIsVisible, setComposeToStatus } from './compose';
|
import { ensureComposeIsVisible, setComposeToStatus } from './compose';
|
||||||
import { importFetchedStatus, importFetchedStatuses, importFetchedAccount } from './importer';
|
import { importFetchedStatus, importFetchedAccount } from './importer';
|
||||||
import { fetchContext } from './statuses_typed';
|
import { fetchContext } from './statuses_typed';
|
||||||
import { deleteFromTimelines } from './timelines';
|
import { deleteFromTimelines } from './timelines';
|
||||||
|
|
||||||
|
|
@ -48,7 +48,18 @@ export function fetchStatusRequest(id, skipLoading) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function fetchStatus(id, forceFetch = false, alsoFetchContext = true) {
|
/**
|
||||||
|
* @param {string} id
|
||||||
|
* @param {Object} [options]
|
||||||
|
* @param {boolean} [options.forceFetch]
|
||||||
|
* @param {boolean} [options.alsoFetchContext]
|
||||||
|
* @param {string | null | undefined} [options.parentQuotePostId]
|
||||||
|
*/
|
||||||
|
export function fetchStatus(id, {
|
||||||
|
forceFetch = false,
|
||||||
|
alsoFetchContext = true,
|
||||||
|
parentQuotePostId,
|
||||||
|
} = {}) {
|
||||||
return (dispatch, getState) => {
|
return (dispatch, getState) => {
|
||||||
const skipLoading = !forceFetch && getState().getIn(['statuses', id], null) !== null;
|
const skipLoading = !forceFetch && getState().getIn(['statuses', id], null) !== null;
|
||||||
|
|
||||||
|
|
@ -66,7 +77,7 @@ export function fetchStatus(id, forceFetch = false, alsoFetchContext = true) {
|
||||||
dispatch(importFetchedStatus(response.data));
|
dispatch(importFetchedStatus(response.data));
|
||||||
dispatch(fetchStatusSuccess(skipLoading));
|
dispatch(fetchStatusSuccess(skipLoading));
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
dispatch(fetchStatusFail(id, error, skipLoading));
|
dispatch(fetchStatusFail(id, error, skipLoading, parentQuotePostId));
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -78,21 +89,27 @@ export function fetchStatusSuccess(skipLoading) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function fetchStatusFail(id, error, skipLoading) {
|
export function fetchStatusFail(id, error, skipLoading, parentQuotePostId) {
|
||||||
return {
|
return {
|
||||||
type: STATUS_FETCH_FAIL,
|
type: STATUS_FETCH_FAIL,
|
||||||
id,
|
id,
|
||||||
error,
|
error,
|
||||||
|
parentQuotePostId,
|
||||||
skipLoading,
|
skipLoading,
|
||||||
skipAlert: true,
|
skipAlert: true,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function redraft(status, raw_text) {
|
export function redraft(status, raw_text) {
|
||||||
return {
|
return (dispatch, getState) => {
|
||||||
type: REDRAFT,
|
const maxOptions = getState().server.getIn(['server', 'configuration', 'polls', 'max_options']);
|
||||||
status,
|
|
||||||
raw_text,
|
dispatch({
|
||||||
|
type: REDRAFT,
|
||||||
|
status,
|
||||||
|
raw_text,
|
||||||
|
maxOptions,
|
||||||
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
import { apiRequestPost } from 'mastodon/api';
|
import { apiRequestPost } from 'mastodon/api';
|
||||||
import type { Status, StatusVisibility } from 'mastodon/models/status';
|
import type { ApiStatusJSON } from 'mastodon/api_types/statuses';
|
||||||
|
import type { StatusVisibility } from 'mastodon/models/status';
|
||||||
|
|
||||||
export const apiReblog = (statusId: string, visibility: StatusVisibility) =>
|
export const apiReblog = (statusId: string, visibility: StatusVisibility) =>
|
||||||
apiRequestPost<{ reblog: Status }>(`v1/statuses/${statusId}/reblog`, {
|
apiRequestPost<{ reblog: ApiStatusJSON }>(`v1/statuses/${statusId}/reblog`, {
|
||||||
visibility,
|
visibility,
|
||||||
});
|
});
|
||||||
|
|
||||||
export const apiUnreblog = (statusId: string) =>
|
export const apiUnreblog = (statusId: string) =>
|
||||||
apiRequestPost<Status>(`v1/statuses/${statusId}/unreblog`);
|
apiRequestPost<ApiStatusJSON>(`v1/statuses/${statusId}/unreblog`);
|
||||||
|
|
|
||||||
|
|
@ -37,9 +37,7 @@ const QuoteWrapper: React.FC<{
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
const NestedQuoteLink: React.FC<{
|
const NestedQuoteLink: React.FC<{ status: Status }> = ({ status }) => {
|
||||||
status: Status;
|
|
||||||
}> = ({ status }) => {
|
|
||||||
const accountId = status.get('account') as string;
|
const accountId = status.get('account') as string;
|
||||||
const account = useAppSelector((state) =>
|
const account = useAppSelector((state) =>
|
||||||
accountId ? state.accounts.get(accountId) : undefined,
|
accountId ? state.accounts.get(accountId) : undefined,
|
||||||
|
|
@ -78,21 +76,40 @@ type GetStatusSelector = (
|
||||||
export const QuotedStatus: React.FC<{
|
export const QuotedStatus: React.FC<{
|
||||||
quote: QuoteMap;
|
quote: QuoteMap;
|
||||||
contextType?: string;
|
contextType?: string;
|
||||||
|
parentQuotePostId?: string | null;
|
||||||
variant?: 'full' | 'link';
|
variant?: 'full' | 'link';
|
||||||
nestingLevel?: number;
|
nestingLevel?: number;
|
||||||
}> = ({ quote, contextType, nestingLevel = 1, variant = 'full' }) => {
|
}> = ({
|
||||||
|
quote,
|
||||||
|
contextType,
|
||||||
|
parentQuotePostId,
|
||||||
|
nestingLevel = 1,
|
||||||
|
variant = 'full',
|
||||||
|
}) => {
|
||||||
const dispatch = useAppDispatch();
|
const dispatch = useAppDispatch();
|
||||||
|
const quoteState = useAppSelector((state) =>
|
||||||
|
parentQuotePostId
|
||||||
|
? state.statuses.getIn([parentQuotePostId, 'quote', 'state'])
|
||||||
|
: quote.get('state'),
|
||||||
|
);
|
||||||
|
|
||||||
const quotedStatusId = quote.get('quoted_status');
|
const quotedStatusId = quote.get('quoted_status');
|
||||||
const quoteState = quote.get('state');
|
|
||||||
const status = useAppSelector((state) =>
|
const status = useAppSelector((state) =>
|
||||||
quotedStatusId ? state.statuses.get(quotedStatusId) : undefined,
|
quotedStatusId ? state.statuses.get(quotedStatusId) : undefined,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const shouldLoadQuote = !status?.get('isLoading') && quoteState !== 'deleted';
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!status && quotedStatusId) {
|
if (shouldLoadQuote && quotedStatusId) {
|
||||||
dispatch(fetchStatus(quotedStatusId));
|
dispatch(
|
||||||
|
fetchStatus(quotedStatusId, {
|
||||||
|
parentQuotePostId,
|
||||||
|
alsoFetchContext: false,
|
||||||
|
}),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}, [status, quotedStatusId, dispatch]);
|
}, [shouldLoadQuote, quotedStatusId, parentQuotePostId, dispatch]);
|
||||||
|
|
||||||
// In order to find out whether the quoted post should be completely hidden
|
// In order to find out whether the quoted post should be completely hidden
|
||||||
// due to a matching filter, we run it through the selector used by `status_container`.
|
// due to a matching filter, we run it through the selector used by `status_container`.
|
||||||
|
|
@ -173,6 +190,7 @@ export const QuotedStatus: React.FC<{
|
||||||
{canRenderChildQuote && (
|
{canRenderChildQuote && (
|
||||||
<QuotedStatus
|
<QuotedStatus
|
||||||
quote={childQuote}
|
quote={childQuote}
|
||||||
|
parentQuotePostId={quotedStatusId}
|
||||||
contextType={contextType}
|
contextType={contextType}
|
||||||
variant={
|
variant={
|
||||||
nestingLevel === MAX_QUOTE_POSTS_NESTING_LEVEL ? 'link' : 'full'
|
nestingLevel === MAX_QUOTE_POSTS_NESTING_LEVEL ? 'link' : 'full'
|
||||||
|
|
@ -208,7 +226,11 @@ export const StatusQuoteManager = (props: StatusQuoteManagerProps) => {
|
||||||
if (quote) {
|
if (quote) {
|
||||||
return (
|
return (
|
||||||
<StatusContainer {...props}>
|
<StatusContainer {...props}>
|
||||||
<QuotedStatus quote={quote} contextType={props.contextType} />
|
<QuotedStatus
|
||||||
|
quote={quote}
|
||||||
|
parentQuotePostId={status?.get('id') as string}
|
||||||
|
contextType={props.contextType}
|
||||||
|
/>
|
||||||
</StatusContainer>
|
</StatusContainer>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -73,6 +73,7 @@ class ComposeForm extends ImmutablePureComponent {
|
||||||
singleColumn: PropTypes.bool,
|
singleColumn: PropTypes.bool,
|
||||||
lang: PropTypes.string,
|
lang: PropTypes.string,
|
||||||
maxChars: PropTypes.number,
|
maxChars: PropTypes.number,
|
||||||
|
redirectOnSuccess: PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
|
||||||
static defaultProps = {
|
static defaultProps = {
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ const mapStateToProps = state => ({
|
||||||
maxChars: state.getIn(['server', 'server', 'configuration', 'statuses', 'max_characters'], 640),
|
maxChars: state.getIn(['server', 'server', 'configuration', 'statuses', 'max_characters'], 640),
|
||||||
});
|
});
|
||||||
|
|
||||||
const mapDispatchToProps = (dispatch) => ({
|
const mapDispatchToProps = (dispatch, props) => ({
|
||||||
|
|
||||||
onChange (text) {
|
onChange (text) {
|
||||||
dispatch(changeCompose(text));
|
dispatch(changeCompose(text));
|
||||||
|
|
@ -47,7 +47,11 @@ const mapDispatchToProps = (dispatch) => ({
|
||||||
modalProps: {},
|
modalProps: {},
|
||||||
}));
|
}));
|
||||||
} else {
|
} else {
|
||||||
dispatch(submitCompose());
|
dispatch(submitCompose((status) => {
|
||||||
|
if (props.redirectOnSuccess) {
|
||||||
|
window.location.assign(status.url);
|
||||||
|
}
|
||||||
|
}));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ import ModalContainer from 'mastodon/features/ui/containers/modal_container';
|
||||||
|
|
||||||
const Compose = () => (
|
const Compose = () => (
|
||||||
<>
|
<>
|
||||||
<ComposeFormContainer autoFocus withoutNavigation />
|
<ComposeFormContainer autoFocus withoutNavigation redirectOnSuccess />
|
||||||
<AlertsController />
|
<AlertsController />
|
||||||
<ModalContainer />
|
<ModalContainer />
|
||||||
<LoadingBarContainer className='loading-bar' />
|
<LoadingBarContainer className='loading-bar' />
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ const Embed: React.FC<{ id: string }> = ({ id }) => {
|
||||||
const dispatchRenderSignal = useRenderSignal();
|
const dispatchRenderSignal = useRenderSignal();
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
dispatch(fetchStatus(id, false, false));
|
dispatch(fetchStatus(id, { alsoFetchContext: false }));
|
||||||
}, [dispatch, id]);
|
}, [dispatch, id]);
|
||||||
|
|
||||||
const handleToggleHidden = useCallback(() => {
|
const handleToggleHidden = useCallback(() => {
|
||||||
|
|
|
||||||
|
|
@ -381,7 +381,10 @@ export const DetailedStatus: React.FC<{
|
||||||
{hashtagBar}
|
{hashtagBar}
|
||||||
|
|
||||||
{status.get('quote') && (
|
{status.get('quote') && (
|
||||||
<QuotedStatus quote={status.get('quote')} />
|
<QuotedStatus
|
||||||
|
quote={status.get('quote')}
|
||||||
|
parentQuotePostId={status.get('id')}
|
||||||
|
/>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ class FilterModal extends ImmutablePureComponent {
|
||||||
|
|
||||||
handleSuccess = () => {
|
handleSuccess = () => {
|
||||||
const { dispatch, statusId } = this.props;
|
const { dispatch, statusId } = this.props;
|
||||||
dispatch(fetchStatus(statusId, true));
|
dispatch(fetchStatus(statusId, {forceFetch: true}));
|
||||||
this.setState({ isSubmitting: false, isSubmitted: true, step: 'submitted' });
|
this.setState({ isSubmitting: false, isSubmitted: true, step: 'submitted' });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -201,8 +201,6 @@ class MediaModal extends ImmutablePureComponent {
|
||||||
preview={image.get('preview_url')}
|
preview={image.get('preview_url')}
|
||||||
blurhash={image.get('blurhash')}
|
blurhash={image.get('blurhash')}
|
||||||
src={image.get('url')}
|
src={image.get('url')}
|
||||||
width={image.get('width')}
|
|
||||||
height={image.get('height')}
|
|
||||||
frameRate={image.getIn(['meta', 'original', 'frame_rate'])}
|
frameRate={image.getIn(['meta', 'original', 'frame_rate'])}
|
||||||
aspectRatio={`${image.getIn(['meta', 'original', 'width'])} / ${image.getIn(['meta', 'original', 'height'])}`}
|
aspectRatio={`${image.getIn(['meta', 'original', 'width'])} / ${image.getIn(['meta', 'original', 'height'])}`}
|
||||||
startTime={currentTime || 0}
|
startTime={currentTime || 0}
|
||||||
|
|
@ -219,8 +217,6 @@ class MediaModal extends ImmutablePureComponent {
|
||||||
return (
|
return (
|
||||||
<GIFV
|
<GIFV
|
||||||
src={image.get('url')}
|
src={image.get('url')}
|
||||||
width={width}
|
|
||||||
height={height}
|
|
||||||
key={image.get('url')}
|
key={image.get('url')}
|
||||||
alt={description}
|
alt={description}
|
||||||
lang={lang}
|
lang={lang}
|
||||||
|
|
|
||||||
|
|
@ -90,8 +90,7 @@ const messages = defineMessages({
|
||||||
const mapStateToProps = state => ({
|
const mapStateToProps = state => ({
|
||||||
layout: state.getIn(['meta', 'layout']),
|
layout: state.getIn(['meta', 'layout']),
|
||||||
isComposing: state.getIn(['compose', 'is_composing']),
|
isComposing: state.getIn(['compose', 'is_composing']),
|
||||||
hasComposingText: state.getIn(['compose', 'text']).trim().length !== 0,
|
hasComposingContents: state.getIn(['compose', 'text']).trim().length !== 0 || state.getIn(['compose', 'media_attachments']).size > 0 || state.getIn(['compose', 'poll']) !== null,
|
||||||
hasMediaAttachments: state.getIn(['compose', 'media_attachments']).size > 0,
|
|
||||||
canUploadMore: !state.getIn(['compose', 'media_attachments']).some(x => ['audio', 'video'].includes(x.get('type'))) && state.getIn(['compose', 'media_attachments']).size < state.getIn(['server', 'server', 'configuration', 'statuses', 'max_media_attachments']),
|
canUploadMore: !state.getIn(['compose', 'media_attachments']).some(x => ['audio', 'video'].includes(x.get('type'))) && state.getIn(['compose', 'media_attachments']).size < state.getIn(['server', 'server', 'configuration', 'statuses', 'max_media_attachments']),
|
||||||
firstLaunch: state.getIn(['settings', 'introductionVersion'], 0) < INTRODUCTION_VERSION,
|
firstLaunch: state.getIn(['settings', 'introductionVersion'], 0) < INTRODUCTION_VERSION,
|
||||||
newAccount: !state.getIn(['accounts', me, 'note']) && !state.getIn(['accounts', me, 'bot']) && state.getIn(['accounts', me, 'following_count'], 0) === 0 && state.getIn(['accounts', me, 'statuses_count'], 0) === 0,
|
newAccount: !state.getIn(['accounts', me, 'note']) && !state.getIn(['accounts', me, 'bot']) && state.getIn(['accounts', me, 'following_count'], 0) === 0 && state.getIn(['accounts', me, 'statuses_count'], 0) === 0,
|
||||||
|
|
@ -272,8 +271,7 @@ class UI extends PureComponent {
|
||||||
dispatch: PropTypes.func.isRequired,
|
dispatch: PropTypes.func.isRequired,
|
||||||
children: PropTypes.node,
|
children: PropTypes.node,
|
||||||
isComposing: PropTypes.bool,
|
isComposing: PropTypes.bool,
|
||||||
hasComposingText: PropTypes.bool,
|
hasComposingContents: PropTypes.bool,
|
||||||
hasMediaAttachments: PropTypes.bool,
|
|
||||||
canUploadMore: PropTypes.bool,
|
canUploadMore: PropTypes.bool,
|
||||||
intl: PropTypes.object.isRequired,
|
intl: PropTypes.object.isRequired,
|
||||||
layout: PropTypes.string.isRequired,
|
layout: PropTypes.string.isRequired,
|
||||||
|
|
@ -288,11 +286,11 @@ class UI extends PureComponent {
|
||||||
};
|
};
|
||||||
|
|
||||||
handleBeforeUnload = e => {
|
handleBeforeUnload = e => {
|
||||||
const { intl, dispatch, isComposing, hasComposingText, hasMediaAttachments } = this.props;
|
const { intl, dispatch, isComposing, hasComposingContents } = this.props;
|
||||||
|
|
||||||
dispatch(synchronouslySubmitMarkers());
|
dispatch(synchronouslySubmitMarkers());
|
||||||
|
|
||||||
if (isComposing && (hasComposingText || hasMediaAttachments)) {
|
if (isComposing && hasComposingContents) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
// Setting returnValue to any string causes confirmation dialog.
|
// Setting returnValue to any string causes confirmation dialog.
|
||||||
// Many browsers no longer display this text to users,
|
// Many browsers no longer display this text to users,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"about.blocks": "Gemodereerde bedieners",
|
"about.blocks": "Gemodereerde bedieners",
|
||||||
"about.contact": "Kontak:",
|
"about.contact": "Kontak:",
|
||||||
|
"about.default_locale": "Verstek",
|
||||||
"about.disclaimer": "Mastodon is gratis oopbronsagteware en ’n handelsmerk van Mastodon gGmbH.",
|
"about.disclaimer": "Mastodon is gratis oopbronsagteware en ’n handelsmerk van Mastodon gGmbH.",
|
||||||
"about.domain_blocks.no_reason_available": "Rede nie beskikbaar nie",
|
"about.domain_blocks.no_reason_available": "Rede nie beskikbaar nie",
|
||||||
"about.domain_blocks.preamble": "Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
|
"about.domain_blocks.preamble": "Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"about.blocks": "خوادم تحت الإشراف",
|
"about.blocks": "خوادم تحت الإشراف",
|
||||||
"about.contact": "للاتصال:",
|
"about.contact": "للاتصال:",
|
||||||
"about.default_locale": "افتراضيالافتراضية",
|
"about.default_locale": "افتراضي",
|
||||||
"about.disclaimer": "ماستدون برنامج حر ومفتوح المصدر وعلامة تجارية لـ Mastodon GmbH.",
|
"about.disclaimer": "ماستدون برنامج حر ومفتوح المصدر وعلامة تجارية لـ Mastodon GmbH.",
|
||||||
"about.domain_blocks.no_reason_available": "السبب غير متوفر",
|
"about.domain_blocks.no_reason_available": "السبب غير متوفر",
|
||||||
"about.domain_blocks.preamble": "يتيح مَستُدون عمومًا لمستخدميه مطالعة المحتوى من المستخدمين من الخواديم الأخرى في الفدرالية والتفاعل معهم. وهذه هي الاستثناءات التي وضعت على هذا الخادوم.",
|
"about.domain_blocks.preamble": "يتيح مَستُدون عمومًا لمستخدميه مطالعة المحتوى من المستخدمين من الخواديم الأخرى في الفدرالية والتفاعل معهم. وهذه هي الاستثناءات التي وضعت على هذا الخادوم.",
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,15 @@
|
||||||
{
|
{
|
||||||
"about.blocks": "Moderasiya olunan serverlər",
|
"about.blocks": "Moderasiya edilmiş serverlər",
|
||||||
"about.contact": "Əlaqə:",
|
"about.contact": "Əlaqə:",
|
||||||
"about.disclaimer": "Mastodon pulsuz, açıq-mənbəli proqram təminatıdır və Mastodon gGmbH-nin əmtəə nişanıdır.",
|
"about.default_locale": "İlkin",
|
||||||
"about.domain_blocks.no_reason_available": "Səbəb naməlumdur",
|
"about.disclaimer": "Mastodon ödənişsiz, açıq-mənbəli yazılımdır və Mastodon gGmbH-nin əmtəə nişanıdır.",
|
||||||
"about.domain_blocks.preamble": "Mastodon adətən fediversedəki hər hansısa bir serverdən olan məzmuna baxmaq və istifadəçilərlə qarşılıqlı əlaqədə olmaq imkanı verir. Bunlar bu serverdə edilmiş istisnalardır.",
|
"about.domain_blocks.no_reason_available": "Səbəb mövcud deyil",
|
||||||
|
"about.domain_blocks.preamble": "Mastodon, adətən fediverse-dəki hər hansısa bir serverdən məzmuna baxmağınıza və istifadəçilərlə qarşılıqlı əlaqədə olmağınıza imkanı verir. Bunlar, bu serverdə edilmiş istisnalardır.",
|
||||||
"about.domain_blocks.silenced.explanation": "Siz bu serverdəki profilləri və məzmunu xüsusi olaraq axtarmasanız və ya izləməsəniz ümumiyyətlə görməyəcəksiniz.",
|
"about.domain_blocks.silenced.explanation": "Siz bu serverdəki profilləri və məzmunu xüsusi olaraq axtarmasanız və ya izləməsəniz ümumiyyətlə görməyəcəksiniz.",
|
||||||
"about.domain_blocks.silenced.title": "Məhdudlaşdırılmış",
|
"about.domain_blocks.silenced.title": "Məhdudlaşdırılmış",
|
||||||
"about.domain_blocks.suspended.explanation": "Bu serverdən heç bir data emal edilməyəcək, saxlanılmayacaq və ya mübadilə edilməyəcək və bu serverdən olan istifadəçilərlə hər hansı qarşılıqlı əlaqə qeyri-mümkün olacaq.",
|
"about.domain_blocks.suspended.explanation": "Bu serverdəki heç bir veri emal edilməyəcək, saxlanılmayacaq və ya mübadilə edilməyəcək, bu serverdəki istifadəçilərlə hər hansısa bir qarşılıqlı əlaqə və ya ünsiyyət mümkünsüz olacaq.",
|
||||||
"about.domain_blocks.suspended.title": "Qadağa qoyulub",
|
"about.domain_blocks.suspended.title": "Qadağa qoyulub",
|
||||||
|
"about.language_label": "Dil",
|
||||||
"about.not_available": "Bu məlumat bu serverdə əlçatan edilməyib.",
|
"about.not_available": "Bu məlumat bu serverdə əlçatan edilməyib.",
|
||||||
"about.powered_by": "{mastodon} tərəfindən təchiz edilən desentralizasiya edilmiş sosial media",
|
"about.powered_by": "{mastodon} tərəfindən təchiz edilən desentralizasiya edilmiş sosial media",
|
||||||
"about.rules": "Server qaydaları",
|
"about.rules": "Server qaydaları",
|
||||||
|
|
@ -19,6 +21,7 @@
|
||||||
"account.block_domain": "{domain} domenini blokla",
|
"account.block_domain": "{domain} domenini blokla",
|
||||||
"account.block_short": "Blok",
|
"account.block_short": "Blok",
|
||||||
"account.blocked": "Bloklanıb",
|
"account.blocked": "Bloklanıb",
|
||||||
|
"account.blocking": "Əngəlləmə",
|
||||||
"account.cancel_follow_request": "İzləməni ləğv et",
|
"account.cancel_follow_request": "İzləməni ləğv et",
|
||||||
"account.copy": "Profil linkini kopyala",
|
"account.copy": "Profil linkini kopyala",
|
||||||
"account.direct": "@{name} istifadəçisini fərdi olaraq etiketlə",
|
"account.direct": "@{name} istifadəçisini fərdi olaraq etiketlə",
|
||||||
|
|
@ -27,6 +30,11 @@
|
||||||
"account.edit_profile": "Profili redaktə et",
|
"account.edit_profile": "Profili redaktə et",
|
||||||
"account.enable_notifications": "@{name} paylaşım edəndə mənə bildiriş göndər",
|
"account.enable_notifications": "@{name} paylaşım edəndə mənə bildiriş göndər",
|
||||||
"account.endorse": "Profildə seçilmişlərə əlavə et",
|
"account.endorse": "Profildə seçilmişlərə əlavə et",
|
||||||
|
"account.familiar_followers_many": "{name1}, {name2} və tanıdığınız digər {othersCount, plural, one {digər bir nəfər} other {# nəfər}} izləyir",
|
||||||
|
"account.familiar_followers_one": "{name1} izləyir",
|
||||||
|
"account.familiar_followers_two": "{name1} və {name2} izləyir",
|
||||||
|
"account.featured": "Seçilmiş",
|
||||||
|
"account.featured.accounts": "Profillər",
|
||||||
"account.featured.hashtags": "Etiketler",
|
"account.featured.hashtags": "Etiketler",
|
||||||
"account.featured_tags.last_status_at": "Son paylaşım {date} tarixində olub",
|
"account.featured_tags.last_status_at": "Son paylaşım {date} tarixində olub",
|
||||||
"account.featured_tags.last_status_never": "Paylaşım yoxdur",
|
"account.featured_tags.last_status_never": "Paylaşım yoxdur",
|
||||||
|
|
@ -35,16 +43,18 @@
|
||||||
"account.followers": "İzləyicilər",
|
"account.followers": "İzləyicilər",
|
||||||
"account.followers.empty": "Bu istifadəçini hələ ki, heç kim izləmir.",
|
"account.followers.empty": "Bu istifadəçini hələ ki, heç kim izləmir.",
|
||||||
"account.followers_counter": "{count, plural, one {{counter} izləyici} other {{counter} izləyici}}",
|
"account.followers_counter": "{count, plural, one {{counter} izləyici} other {{counter} izləyici}}",
|
||||||
|
"account.followers_you_know_counter": "bildiyiniz {counter}",
|
||||||
"account.following": "İzləyir",
|
"account.following": "İzləyir",
|
||||||
"account.following_counter": "{count, plural, one {{counter} izləyir} other {{counter} izləyir}}",
|
"account.following_counter": "{count, plural, one {{counter} izləyir} other {{counter} izləyir}}",
|
||||||
"account.follows.empty": "Bu istifadəçi hələ ki, heç kimi izləmir.",
|
"account.follows.empty": "Bu istifadəçi hələ ki, heç kimi izləmir.",
|
||||||
|
"account.follows_you": "Sizi izləyir",
|
||||||
"account.go_to_profile": "Profilə get",
|
"account.go_to_profile": "Profilə get",
|
||||||
"account.hide_reblogs": "@{name} istifadəçisindən olan gücləndirmələri gizlət",
|
"account.hide_reblogs": "@{name} - təkrar paylaşımlarını gizlət",
|
||||||
"account.in_memoriam": "Xatirə.",
|
"account.in_memoriam": "Xatirə.",
|
||||||
"account.joined_short": "Qoşulub",
|
"account.joined_short": "Qoşulub",
|
||||||
"account.languages": "Abunə olunmuş dilləri dəyiş",
|
"account.languages": "Abunə olunmuş dilləri dəyiş",
|
||||||
"account.link_verified_on": "Bu linkin dəqiqliyi {date} tarixində yoxlanılıb",
|
"account.link_verified_on": "Bu linkin dəqiqliyi {date} tarixində yoxlanılıb",
|
||||||
"account.locked_info": "Bu hesabın məxfilik statusu kilidlənib. Hesabın sahibi onu kimin izləyə biləcəyini manual olaraq təyin edir.",
|
"account.locked_info": "Bu hesabın məxfilik statusu kilidlənib. Sahibi, onu kimin izləyə biləcəyini manual olaraq incələyir.",
|
||||||
"account.media": "Media",
|
"account.media": "Media",
|
||||||
"account.mention": "@{name} istifadəçisini teq et",
|
"account.mention": "@{name} istifadəçisini teq et",
|
||||||
"account.moved_to": "{name} onun yeni hesabının artıq bu olduğunu bildirdi:",
|
"account.moved_to": "{name} onun yeni hesabının artıq bu olduğunu bildirdi:",
|
||||||
|
|
@ -52,18 +62,23 @@
|
||||||
"account.mute_notifications_short": "Bildirişləri səssizləşdir",
|
"account.mute_notifications_short": "Bildirişləri səssizləşdir",
|
||||||
"account.mute_short": "Səssizləşdir",
|
"account.mute_short": "Səssizləşdir",
|
||||||
"account.muted": "Səssizləşdirilib",
|
"account.muted": "Səssizləşdirilib",
|
||||||
|
"account.muting": "Səssizə alınır",
|
||||||
|
"account.mutual": "Bir-birinizi izləyirsiniz",
|
||||||
"account.no_bio": "Təsvir göstərilməyib.",
|
"account.no_bio": "Təsvir göstərilməyib.",
|
||||||
"account.open_original_page": "Orijinal səhifəni aç",
|
"account.open_original_page": "Orijinal səhifəni aç",
|
||||||
"account.posts": "Paylaşım",
|
"account.posts": "Paylaşım",
|
||||||
"account.posts_with_replies": "Paylaşım və cavablar",
|
"account.posts_with_replies": "Paylaşım və cavablar",
|
||||||
|
"account.remove_from_followers": "{name} - izləyicilərdən çıxart",
|
||||||
"account.report": "@{name} istifadəçisini şikayət et",
|
"account.report": "@{name} istifadəçisini şikayət et",
|
||||||
"account.requested": "Təsdiq edilməsi gözlənilir. İzləmə sorğusunu ləğv etmək üçün kliklə",
|
"account.requested": "Təsdiq edilməsi gözlənilir. İzləmə sorğusunu ləğv etmək üçün kliklə",
|
||||||
"account.requested_follow": "{name} sizi izləmək sorğusu göndərib",
|
"account.requested_follow": "{name} sizi izləmək sorğusu göndərib",
|
||||||
|
"account.requests_to_follow_you": "Sizi izləmək istəyir",
|
||||||
"account.share": "@{name} profilini paylaş",
|
"account.share": "@{name} profilini paylaş",
|
||||||
"account.show_reblogs": "@{name} istifadəçisindən olan gücləndirmələri göstər",
|
"account.show_reblogs": "@{name} - təkrar paylaşımlarını göstər",
|
||||||
"account.statuses_counter": "{count, plural, one {{counter} paylaşım} other {{counter} paylaşım}}",
|
"account.statuses_counter": "{count, plural, one {{counter} paylaşım} other {{counter} paylaşım}}",
|
||||||
"account.unblock": "@{name} blokunu aç",
|
"account.unblock": "@{name} blokunu aç",
|
||||||
"account.unblock_domain": "{domain} domeninin blokunu aç",
|
"account.unblock_domain": "{domain} domeninin blokunu aç",
|
||||||
|
"account.unblock_domain_short": "Əngəldən çıxart",
|
||||||
"account.unblock_short": "Bloku aç",
|
"account.unblock_short": "Bloku aç",
|
||||||
"account.unendorse": "Profildə seçilmişlərə əlavə etmə",
|
"account.unendorse": "Profildə seçilmişlərə əlavə etmə",
|
||||||
"account.unfollow": "İzləmədən çıxar",
|
"account.unfollow": "İzləmədən çıxar",
|
||||||
|
|
@ -102,7 +117,7 @@
|
||||||
"annual_report.summary.followers.total": "Cəmi {count}",
|
"annual_report.summary.followers.total": "Cəmi {count}",
|
||||||
"annual_report.summary.here_it_is": "{year} icmalınız:",
|
"annual_report.summary.here_it_is": "{year} icmalınız:",
|
||||||
"annual_report.summary.highlighted_post.by_favourites": "ən çox sevilən postu",
|
"annual_report.summary.highlighted_post.by_favourites": "ən çox sevilən postu",
|
||||||
"annual_report.summary.highlighted_post.by_reblogs": "ən çox gücləndirilən paylaşımı",
|
"annual_report.summary.highlighted_post.by_reblogs": "ən çox təkrar paylaşılan göndəriş",
|
||||||
"annual_report.summary.highlighted_post.by_replies": "ən çox cavabı olan paylaşımı",
|
"annual_report.summary.highlighted_post.by_replies": "ən çox cavabı olan paylaşımı",
|
||||||
"annual_report.summary.highlighted_post.possessive": "{name} istifadəçisinin",
|
"annual_report.summary.highlighted_post.possessive": "{name} istifadəçisinin",
|
||||||
"annual_report.summary.most_used_app.most_used_app": "ən çox istifadə etdiyi tətbiq",
|
"annual_report.summary.most_used_app.most_used_app": "ən çox istifadə etdiyi tətbiq",
|
||||||
|
|
@ -114,7 +129,7 @@
|
||||||
"annual_report.summary.thanks": "Mastodonun bir parçası olduğunuz üçün təşəkkür edirik!",
|
"annual_report.summary.thanks": "Mastodonun bir parçası olduğunuz üçün təşəkkür edirik!",
|
||||||
"attachments_list.unprocessed": "(emal edilməyib)",
|
"attachments_list.unprocessed": "(emal edilməyib)",
|
||||||
"audio.hide": "Audionu gizlət",
|
"audio.hide": "Audionu gizlət",
|
||||||
"block_modal.remote_users_caveat": "Biz {domain} serverindən qərarınıza hörmət etməsini xahiş edəcəyik. Bununla belə, bəzi serverlər blokları fərqli şəkildə idarə edə bildiyi üçün uyğunluğa zəmanət verilmir. İctimai paylaşımlar hələ də daxil olmayan istifadəçilərə görünə bilər.",
|
"block_modal.remote_users_caveat": "{domain} serverindən qərarınıza hörmət etməsini xahiş edəcəyik. Ancaq, bəzi serverlər əngəlləmələri fərqli şəkildə idarə edə bilər deyə, qərarınıza uymağına zəmanət verilmir. Hər kəsə açıq göndərişlər, hələ də sistemə giriş etməmiş istifadəçilərə görünə bilər.",
|
||||||
"block_modal.show_less": "Daha az göstər",
|
"block_modal.show_less": "Daha az göstər",
|
||||||
"block_modal.show_more": "Daha çox göstər",
|
"block_modal.show_more": "Daha çox göstər",
|
||||||
"block_modal.they_cant_mention": "O səni teq edə bilməz və ya izləyə bilməz.",
|
"block_modal.they_cant_mention": "O səni teq edə bilməz və ya izləyə bilməz.",
|
||||||
|
|
@ -123,8 +138,8 @@
|
||||||
"block_modal.title": "İstifadəçi bloklansın?",
|
"block_modal.title": "İstifadəçi bloklansın?",
|
||||||
"block_modal.you_wont_see_mentions": "Onu teq edən postları görməyəcəksən.",
|
"block_modal.you_wont_see_mentions": "Onu teq edən postları görməyəcəksən.",
|
||||||
"boost_modal.combo": "Növbəti dəfə bunu atlamaq üçün {combo} klikləyə bilərsən",
|
"boost_modal.combo": "Növbəti dəfə bunu atlamaq üçün {combo} klikləyə bilərsən",
|
||||||
"boost_modal.reblog": "Paylaşım gücləndirilsin?",
|
"boost_modal.reblog": "Paylaşım təkrar paylaşılsın?",
|
||||||
"boost_modal.undo_reblog": "Paylaşımın gücləndirilməsi ləğv edilsin?",
|
"boost_modal.undo_reblog": "Təkrar paylaşım ləğv edilsin?",
|
||||||
"bundle_column_error.copy_stacktrace": "Xəta hesabatını kopyala",
|
"bundle_column_error.copy_stacktrace": "Xəta hesabatını kopyala",
|
||||||
"bundle_column_error.error.body": "Tələb olunan səhifəni göstərmək mümkün olmadı. Bu, kodumuzdakı səhv və ya brauzer uyğunluğu problemi ilə bağlı ola bilər.",
|
"bundle_column_error.error.body": "Tələb olunan səhifəni göstərmək mümkün olmadı. Bu, kodumuzdakı səhv və ya brauzer uyğunluğu problemi ilə bağlı ola bilər.",
|
||||||
"bundle_column_error.error.title": "Ah, yox!",
|
"bundle_column_error.error.title": "Ah, yox!",
|
||||||
|
|
@ -159,14 +174,14 @@
|
||||||
"column.lists": "Siyahılar",
|
"column.lists": "Siyahılar",
|
||||||
"column.mutes": "Səssizləşdirilmiş istifadəçilər",
|
"column.mutes": "Səssizləşdirilmiş istifadəçilər",
|
||||||
"column.notifications": "Bildirişlər",
|
"column.notifications": "Bildirişlər",
|
||||||
"column.pins": "Bərkidilmiş paylaşımlar",
|
"column.pins": "Sancılmış göndərişlər",
|
||||||
"column.public": "Federasiya zaman qrafiki",
|
"column.public": "Federasiya zaman qrafiki",
|
||||||
"column_back_button.label": "Geriyə",
|
"column_back_button.label": "Geriyə",
|
||||||
"column_header.hide_settings": "Parametrləri gizlət",
|
"column_header.hide_settings": "Ayarları gizlət",
|
||||||
"column_header.moveLeft_settings": "Sütunu sola köçür",
|
"column_header.moveLeft_settings": "Sütunu sola köçür",
|
||||||
"column_header.moveRight_settings": "Sütunu sağa köçür",
|
"column_header.moveRight_settings": "Sütunu sağa köçür",
|
||||||
"column_header.pin": "Bərkit",
|
"column_header.pin": "Bərkit",
|
||||||
"column_header.show_settings": "Parametrləri göstər",
|
"column_header.show_settings": "Ayarları göstər",
|
||||||
"column_header.unpin": "Bərkitmə",
|
"column_header.unpin": "Bərkitmə",
|
||||||
"column_search.cancel": "İmtina",
|
"column_search.cancel": "İmtina",
|
||||||
"community.column_settings.local_only": "Sadəcə lokalda",
|
"community.column_settings.local_only": "Sadəcə lokalda",
|
||||||
|
|
@ -192,7 +207,7 @@
|
||||||
"compose_form.poll.type": "Stil",
|
"compose_form.poll.type": "Stil",
|
||||||
"compose_form.publish": "Paylaş",
|
"compose_form.publish": "Paylaş",
|
||||||
"compose_form.reply": "Cavabla",
|
"compose_form.reply": "Cavabla",
|
||||||
"compose_form.save_changes": "Yenilə",
|
"compose_form.save_changes": "Güncəllə",
|
||||||
"compose_form.spoiler.marked": "Məzmun xəbərdarlığını sil",
|
"compose_form.spoiler.marked": "Məzmun xəbərdarlığını sil",
|
||||||
"compose_form.spoiler.unmarked": "Məzmun xəbərdarlığı əlavə et",
|
"compose_form.spoiler.unmarked": "Məzmun xəbərdarlığı əlavə et",
|
||||||
"compose_form.spoiler_placeholder": "Məzmun xəbərdarlığı (məcburi deyil)",
|
"compose_form.spoiler_placeholder": "Məzmun xəbərdarlığı (məcburi deyil)",
|
||||||
|
|
@ -204,6 +219,13 @@
|
||||||
"confirmations.delete_list.confirm": "Sil",
|
"confirmations.delete_list.confirm": "Sil",
|
||||||
"confirmations.delete_list.message": "Bu siyahını həmişəlik silmək istədiyinizə əminsiniz?",
|
"confirmations.delete_list.message": "Bu siyahını həmişəlik silmək istədiyinizə əminsiniz?",
|
||||||
"confirmations.delete_list.title": "Siyahı silinsin?",
|
"confirmations.delete_list.title": "Siyahı silinsin?",
|
||||||
|
"confirmations.discard_draft.confirm": "Silib davam et",
|
||||||
|
"confirmations.discard_draft.edit.cancel": "Düzəliş etməyə davam",
|
||||||
|
"confirmations.discard_draft.edit.message": "Davam etsəniz, hazırda düzəliş etdiyiniz göndərişdəki bütün dəyişikliklər silinəcək.",
|
||||||
|
"confirmations.discard_draft.edit.title": "Göndərişinizə etdiyiniz bütün dəyişikliklər silinsin?",
|
||||||
|
"confirmations.discard_draft.post.cancel": "Qaralama kimi davam etdir",
|
||||||
|
"confirmations.discard_draft.post.message": "Davam etsəniz, hazırda tərtib etdiyiniz göndəriş silinəcək.",
|
||||||
|
"confirmations.discard_draft.post.title": "Qaralama göndərişiniz silinsin?",
|
||||||
"confirmations.discard_edit_media.confirm": "Ləğv et",
|
"confirmations.discard_edit_media.confirm": "Ləğv et",
|
||||||
"confirmations.discard_edit_media.message": "Media təsvirində və ya önizləmədə yadda saxlanmamış dəyişiklikləriniz var, ləğv edilsin?",
|
"confirmations.discard_edit_media.message": "Media təsvirində və ya önizləmədə yadda saxlanmamış dəyişiklikləriniz var, ləğv edilsin?",
|
||||||
"confirmations.follow_to_list.confirm": "İzlə və siyahıya əlavə et",
|
"confirmations.follow_to_list.confirm": "İzlə və siyahıya əlavə et",
|
||||||
|
|
@ -213,13 +235,16 @@
|
||||||
"confirmations.logout.message": "Çıxmaq istədiyinizə əminsiniz?",
|
"confirmations.logout.message": "Çıxmaq istədiyinizə əminsiniz?",
|
||||||
"confirmations.logout.title": "Çıxış edilsin?",
|
"confirmations.logout.title": "Çıxış edilsin?",
|
||||||
"confirmations.missing_alt_text.confirm": "Alternativ mətn əlavə et",
|
"confirmations.missing_alt_text.confirm": "Alternativ mətn əlavə et",
|
||||||
"confirmations.missing_alt_text.message": "Paylaşımınız alternativ mətn ehtiva etmir. Təsvir əlavə etmək onun daha çox insan üçün əlçatan olmasına kömək edir.",
|
"confirmations.missing_alt_text.message": "Göndərişinizdə alternativ mətn yoxdur. Daha çox insanın məzmununuza erişməsinə kömək etmək üçün açıqlama əlavə edin.",
|
||||||
"confirmations.missing_alt_text.secondary": "Yenə də paylaş",
|
"confirmations.missing_alt_text.secondary": "Yenə də paylaş",
|
||||||
"confirmations.missing_alt_text.title": "Alternativ mətn əlavə edilsin?",
|
"confirmations.missing_alt_text.title": "Alternativ mətn əlavə edilsin?",
|
||||||
"confirmations.mute.confirm": "Səssizləşdir",
|
"confirmations.mute.confirm": "Səssizləşdir",
|
||||||
"confirmations.redraft.confirm": "Sil və qaralamaya köçür",
|
"confirmations.redraft.confirm": "Sil və qaralamaya köçür",
|
||||||
"confirmations.redraft.message": "Bu paylaşımı silmək və qaralamaya köçürmək istədiyinizə əminsiniz? Bəyənmələr və gücləndirmələr itəcək və orijinal paylaşıma olan cavablar tənha qalacaq.",
|
"confirmations.redraft.message": "Bu göndərişi silib yenidən qaralama kimi saxlamaq istədiyinizə əminsiniz? Sevimlilər və təkrar paylaşımlar silinəcək, orijinal göndərişə verilən cavablar isə əlaqəsiz qalacaq.",
|
||||||
"confirmations.redraft.title": "Paylaşım silinsin & qaralamaya köçürülsün?",
|
"confirmations.redraft.title": "Paylaşım silinsin & qaralamaya köçürülsün?",
|
||||||
|
"confirmations.remove_from_followers.confirm": "İzləyicini çıxart",
|
||||||
|
"confirmations.remove_from_followers.message": "{name} sizi izləməyəcək. Davam etmək istədiyinizə əminsiniz?",
|
||||||
|
"confirmations.remove_from_followers.title": "İzləyici çıxarılsın?",
|
||||||
"confirmations.unfollow.confirm": "İzləmədən çıxar",
|
"confirmations.unfollow.confirm": "İzləmədən çıxar",
|
||||||
"confirmations.unfollow.message": "{name} izləmədən çıxmaq istədiyinizə əminsiniz?",
|
"confirmations.unfollow.message": "{name} izləmədən çıxmaq istədiyinizə əminsiniz?",
|
||||||
"confirmations.unfollow.title": "İstifadəçi izləmədən çıxarılsın?",
|
"confirmations.unfollow.title": "İstifadəçi izləmədən çıxarılsın?",
|
||||||
|
|
@ -232,12 +257,12 @@
|
||||||
"conversation.with": "{names} ilə",
|
"conversation.with": "{names} ilə",
|
||||||
"copy_icon_button.copied": "Mübadilə buferinə köçürüldü",
|
"copy_icon_button.copied": "Mübadilə buferinə köçürüldü",
|
||||||
"copypaste.copied": "Kopyalandı",
|
"copypaste.copied": "Kopyalandı",
|
||||||
"copypaste.copy_to_clipboard": "Kopyala",
|
"copypaste.copy_to_clipboard": "Lövhəyə kopyala",
|
||||||
"directory.federated": "Bilinən fediversedən",
|
"directory.federated": "Bilinən fediversedən",
|
||||||
"directory.local": "Sadəcə {domain}",
|
"directory.local": "Sadəcə {domain}",
|
||||||
"directory.new_arrivals": "Yeni gələnlər",
|
"directory.new_arrivals": "Yeni gələnlər",
|
||||||
"directory.recently_active": "Bayaq aktiv olanlar",
|
"directory.recently_active": "Bayaq aktiv olanlar",
|
||||||
"disabled_account_banner.account_settings": "Hesab parametrləri",
|
"disabled_account_banner.account_settings": "Hesab ayarları",
|
||||||
"disabled_account_banner.text": "Sizin hesabınız {disabledAccount} hal-hazırda deaktiv edilib.",
|
"disabled_account_banner.text": "Sizin hesabınız {disabledAccount} hal-hazırda deaktiv edilib.",
|
||||||
"dismissable_banner.community_timeline": "Bunlar, hesabları {domain} serverində yerləşən insanların ən son ictimai paylaşımlarıdır.",
|
"dismissable_banner.community_timeline": "Bunlar, hesabları {domain} serverində yerləşən insanların ən son ictimai paylaşımlarıdır.",
|
||||||
"dismissable_banner.dismiss": "Bağla",
|
"dismissable_banner.dismiss": "Bağla",
|
||||||
|
|
@ -273,7 +298,7 @@
|
||||||
"emoji_button.food": "Yemək və içki",
|
"emoji_button.food": "Yemək və içki",
|
||||||
"emoji_button.label": "Emoji daxil et",
|
"emoji_button.label": "Emoji daxil et",
|
||||||
"emoji_button.nature": "Təbiət",
|
"emoji_button.nature": "Təbiət",
|
||||||
"emoji_button.not_found": "Uyğun emoji tapılmadı",
|
"emoji_button.not_found": "Uyuşan emoji tapılmadı",
|
||||||
"emoji_button.objects": "Obyektlər",
|
"emoji_button.objects": "Obyektlər",
|
||||||
"emoji_button.people": "İnsanlar",
|
"emoji_button.people": "İnsanlar",
|
||||||
"emoji_button.recent": "Tez-tez istifadə edilən",
|
"emoji_button.recent": "Tez-tez istifadə edilən",
|
||||||
|
|
@ -296,6 +321,620 @@
|
||||||
"empty_column.follow_requests": "İzləmə sorğularınız yoxdur. Qəbul etdikdə burada görəcəksiniz.",
|
"empty_column.follow_requests": "İzləmə sorğularınız yoxdur. Qəbul etdikdə burada görəcəksiniz.",
|
||||||
"empty_column.followed_tags": "Heç bir heşteq izləmirsiniz. İzlədikdə burada görünəcək.",
|
"empty_column.followed_tags": "Heç bir heşteq izləmirsiniz. İzlədikdə burada görünəcək.",
|
||||||
"empty_column.hashtag": "Bu heşteqdə hələ ki, heç nə yoxdur.",
|
"empty_column.hashtag": "Bu heşteqdə hələ ki, heç nə yoxdur.",
|
||||||
|
"empty_column.home": "Əsas zaman xəttiniz boşdur! Doldurmaq üçün bir neçə istifadəçini izləyin.",
|
||||||
|
"empty_column.list": "Hələ bu siyahıda heç nə yoxdur. Bu siyahıdakı üzvlər yeni göndəriş paylaşdığı zaman burada görünəcək.",
|
||||||
|
"empty_column.mutes": "Hələ heç bir istifadəçini səssizə almamısınız.",
|
||||||
|
"empty_column.notification_requests": "Hamısı hazırdır! Burada heç nə yoxdur. Yeni bildiriş aldığınız zaman, ayarlarınıza görə burada görünəcək.",
|
||||||
|
"empty_column.notifications": "Hələ heç bir bildirişiniz yoxdur. Başqaları sizinlə qarşılıqlı əlaqə qurduğu zaman, onu burada görəcəksiniz.",
|
||||||
|
"empty_column.public": "Burada hələ heç nə yoxdur! Buranı doldurmaq üçün hər kəsə açıq bir şey yazın və ya digər serverlərdəki istifadəçiləri izləyin.",
|
||||||
|
"error.unexpected_crash.explanation": "Kodumuzdakı bir xətaya, ya da brauzer uyumluluq probleminə görə, bu səhifə düzgün nümayiş etdirilə bilmədi.",
|
||||||
|
"error.unexpected_crash.explanation_addons": "Bu səhifə düzgün nümayiş etdirilə bilmədi. Bu xəta, yəqin ki, brauzer əlavəsi və ya avtomatik tərcümə alətlərindən qaynaqlanır.",
|
||||||
|
"error.unexpected_crash.next_steps": "Səhifəni təzələməyi sınayın. Bu kömək etməzsə, Mastodon-u başqa bir brauzer və ya yerli tətbiq vasitəsilə istifadə edə bilərsiniz.",
|
||||||
|
"error.unexpected_crash.next_steps_addons": "Onları sıradan çıxartmağı və səhifəni təzələməyi sınayın. Bu kömək etməzsə, Mastodon-u başqa bir brauzer və ya yerli tətbiq vasitəsilə istifadə edə bilərsiniz.",
|
||||||
|
"errors.unexpected_crash.report_issue": "Problemi bildir",
|
||||||
|
"explore.suggested_follows": "İnsanlar",
|
||||||
|
"explore.title": "Trendlər",
|
||||||
|
"explore.trending_links": "Xəbərlər",
|
||||||
|
"explore.trending_statuses": "Göndərişlər",
|
||||||
|
"explore.trending_tags": "Mövzu etiketləri",
|
||||||
|
"featured_carousel.header": "{count, plural, one {Sancılmış göndəriş} other {Sancılmış göndərişlər}}",
|
||||||
|
"featured_carousel.next": "Növbəti",
|
||||||
|
"featured_carousel.post": "Göndəriş",
|
||||||
|
"featured_carousel.previous": "Əvvəlki",
|
||||||
|
"featured_carousel.slide": "{index}/{total}",
|
||||||
|
"filter_modal.added.context_mismatch_explanation": "Bu filtr kateqoriyası, bu göndərişdə erişdiyiniz kontekstə aid deyil. Əgər göndərişin bu kontekstdə də filtrlənməsini istəyirsinizsə, filtrə düzəliş etməyiniz lazımdır.",
|
||||||
|
"filter_modal.added.context_mismatch_title": "Kontekst uyuşmur!",
|
||||||
|
"filter_modal.added.expired_explanation": "Bu filtr kateqoriyasının vaxtı bitib, filtri tətbiq etmək üçün bitmə tarixini dəyişdirməlisiniz.",
|
||||||
|
"filter_modal.added.expired_title": "Vaxtı bitmiş filtr!",
|
||||||
|
"filter_modal.added.review_and_configure": "Bu filt kateqoriyasını incələmək və daha detallı konfiqurasiya etmək üçün {settings_link} ünvanına gedin.",
|
||||||
|
"filter_modal.added.review_and_configure_title": "Filtr ayarları",
|
||||||
|
"filter_modal.added.settings_link": "ayarlar səhifəsi",
|
||||||
|
"filter_modal.added.short_explanation": "Bu göndəriş, aşağıdakı filtr kateqoriyasına əlavə edilib: {title}.",
|
||||||
|
"filter_modal.added.title": "Filtr əlavə edilib!",
|
||||||
|
"filter_modal.select_filter.context_mismatch": "bu kontektsə tətbiq olunmur",
|
||||||
|
"filter_modal.select_filter.expired": "müddəti bitib",
|
||||||
|
"filter_modal.select_filter.prompt_new": "Yeni kateqoriya: {name}",
|
||||||
|
"filter_modal.select_filter.search": "Axtar və ya yarat",
|
||||||
|
"filter_modal.select_filter.subtitle": "Mövcud bir kateqoriyanı istifadə et, ya da yenisini yarat",
|
||||||
|
"filter_modal.select_filter.title": "Bu göndərişi filtrlə",
|
||||||
|
"filter_modal.title.status": "Bir göndərişi filtrlə",
|
||||||
|
"filter_warning.matches_filter": "“<span>{title}</span>” filtri ilə uyuşur",
|
||||||
|
"filtered_notifications_banner.pending_requests": "Tanıdığınız {count, plural, =0 {heç kimdən} one {bir şəxsdən} other {# şəxsdən}}",
|
||||||
|
"filtered_notifications_banner.title": "Filtrlənmiş bildirişlər",
|
||||||
|
"firehose.all": "Hamısı",
|
||||||
|
"firehose.local": "Bu server",
|
||||||
|
"firehose.remote": "Digər serverlər",
|
||||||
|
"follow_request.authorize": "Səlahiyyət ver",
|
||||||
|
"follow_request.reject": "Rədd et",
|
||||||
|
"follow_requests.unlocked_explanation": "Hesabınız kilidli olmasa da, {domain} heyəti bu hesabların izləmə tələblərini manual olaraq incələmək istəyə biləcəyinizi düşündü.",
|
||||||
|
"follow_suggestions.curated_suggestion": "Heyətin seçimi",
|
||||||
|
"follow_suggestions.dismiss": "Təkrar göstərmə",
|
||||||
|
"follow_suggestions.featured_longer": "{domain} komandası tərəfindən əllə seçildi",
|
||||||
|
"follow_suggestions.friends_of_friends_longer": "İzlədiyiniz insanlar arasında məşhur",
|
||||||
|
"follow_suggestions.hints.featured": "Bu profil {domain} komandası tərəfindən əllə seçilib.",
|
||||||
"follow_suggestions.hints.friends_of_friends": "Bu profil izlədiyiniz insanlar arasında populyardır.",
|
"follow_suggestions.hints.friends_of_friends": "Bu profil izlədiyiniz insanlar arasında populyardır.",
|
||||||
"follow_suggestions.hints.most_followed": "Bu profil {domain} serverində ən çox izlənilənlərdən biridir."
|
"follow_suggestions.hints.most_followed": "Bu profil {domain} serverində ən çox izlənilənlərdən biridir.",
|
||||||
|
"follow_suggestions.hints.most_interactions": "Bu profil son zamanlar {domain} üzərində çox diqqət çəkir.",
|
||||||
|
"follow_suggestions.hints.similar_to_recently_followed": "Bu profil, son vaxtlar izlədiyiniz profillərə bənzəyir.",
|
||||||
|
"follow_suggestions.personalized_suggestion": "Fərdiləşdirilmiş təklif",
|
||||||
|
"follow_suggestions.popular_suggestion": "Məşhur təklif",
|
||||||
|
"follow_suggestions.popular_suggestion_longer": "{domain} üzərində məşhur",
|
||||||
|
"follow_suggestions.similar_to_recently_followed_longer": "Son zaman izlədiyiniz profillərə oxşar",
|
||||||
|
"follow_suggestions.view_all": "Hamısına bax",
|
||||||
|
"follow_suggestions.who_to_follow": "İzləyə bilərsən",
|
||||||
|
"followed_tags": "İzlənilən mövzu etiketləri",
|
||||||
|
"footer.about": "Haqqında",
|
||||||
|
"footer.directory": "Profil kataloqu",
|
||||||
|
"footer.get_app": "Tətbiqi əldə et",
|
||||||
|
"footer.keyboard_shortcuts": "Klaviatura qısayolları",
|
||||||
|
"footer.privacy_policy": "Gizlilik siyasəti",
|
||||||
|
"footer.source_code": "Mənbə koduna bax",
|
||||||
|
"footer.status": "Status",
|
||||||
|
"footer.terms_of_service": "Xidmət şərtləri",
|
||||||
|
"generic.saved": "Saxlanıldı",
|
||||||
|
"getting_started.heading": "Başlayaq",
|
||||||
|
"hashtag.admin_moderation": "#{name} üçün moderasiya interfeysini aç",
|
||||||
|
"hashtag.browse": "#{hashtag} göndərişlərinə bax",
|
||||||
|
"hashtag.browse_from_account": "@{name} - #{hashtag} göndərişlərinə bax",
|
||||||
|
"hashtag.column_header.tag_mode.all": "və {additional}",
|
||||||
|
"hashtag.column_header.tag_mode.any": "və ya {additional}",
|
||||||
|
"hashtag.column_header.tag_mode.none": "{additional} olmadan",
|
||||||
|
"hashtag.column_settings.select.no_options_message": "Heç bir təklif tapılmadı",
|
||||||
|
"hashtag.column_settings.select.placeholder": "Mövzu etiketlərini daxil edin…",
|
||||||
|
"hashtag.column_settings.tag_mode.all": "Bunların hamısı",
|
||||||
|
"hashtag.column_settings.tag_mode.any": "Bunlardan hər hansısa biri",
|
||||||
|
"hashtag.column_settings.tag_mode.none": "Bunların heç biri",
|
||||||
|
"hashtag.column_settings.tag_toggle": "Bu sütun üçün əlavə etiketləri daxil et",
|
||||||
|
"hashtag.counter_by_accounts": "{count, plural, one {{counter} iştirakçı} other {{counter} iştirakçı}}",
|
||||||
|
"hashtag.counter_by_uses": "{count, plural, one {{counter} göndəriş} other {{counter} göndəriş}}",
|
||||||
|
"hashtag.counter_by_uses_today": "Bu gün {count, plural, one {{counter} göndəriş} other {{counter} göndəriş}}",
|
||||||
|
"hashtag.feature": "Profildə önə çıxart",
|
||||||
|
"hashtag.follow": "Mövzu etiketini izlə",
|
||||||
|
"hashtag.mute": "#{hashtag} - səssizə al",
|
||||||
|
"hashtag.unfeature": "Profildə önə çıxarılmasın",
|
||||||
|
"hashtag.unfollow": "Mövzu etiketini izləmə",
|
||||||
|
"hashtags.and_other": "…və daha {count, plural, one {}other {# ədəd}}",
|
||||||
|
"hints.profiles.followers_may_be_missing": "Bu profilin izləyiciləri əskik ola bilər.",
|
||||||
|
"hints.profiles.follows_may_be_missing": "Bu profilin izləyənləri əskik ola bilər.",
|
||||||
|
"hints.profiles.posts_may_be_missing": "Bu profilin bəzi göndərişləri əskik ola bilər.",
|
||||||
|
"hints.profiles.see_more_followers": "{domain} üzərində daha çox izləyici gör",
|
||||||
|
"hints.profiles.see_more_follows": "{domain} üzərində izlənilən gör",
|
||||||
|
"hints.profiles.see_more_posts": "{domain} üzərində daha çox göndəriş gör",
|
||||||
|
"hints.threads.replies_may_be_missing": "Digər serverlərdən gələn cavablar əskik ola bilər.",
|
||||||
|
"hints.threads.see_more": "{domain} üzərində daha çox cavabı gör",
|
||||||
|
"home.column_settings.show_quotes": "Sitatları göstər",
|
||||||
|
"home.column_settings.show_reblogs": "Təkrar paylaşmaları göstər",
|
||||||
|
"home.column_settings.show_replies": "Cavabları göstər",
|
||||||
|
"home.hide_announcements": "Elanları gizlət",
|
||||||
|
"home.pending_critical_update.body": "Lütfən Mastodon serverinizi mümkün olan ən qısa müddətdə güncəlləyin!",
|
||||||
|
"home.pending_critical_update.link": "Güncəlləmələrə bax",
|
||||||
|
"home.pending_critical_update.title": "Kritik güvənlik güncəlləməsi mövcuddur!",
|
||||||
|
"home.show_announcements": "Elanları göstər",
|
||||||
|
"ignore_notifications_modal.disclaimer": "Mastodon, bildirişlərini yox saydığınız istifadəçiləri məlumatlandırmır. Bildirişləri yox saymaq, mesajların göndərilməsini dayandırmayacaq.",
|
||||||
|
"ignore_notifications_modal.filter_instead": "Əvəzinə filtrlə",
|
||||||
|
"ignore_notifications_modal.filter_to_act_users": "Hələ də istifadəçiləri qəbul edə, rədd edə və ya bildirə bilərsiniz",
|
||||||
|
"ignore_notifications_modal.filter_to_avoid_confusion": "Filtrləmə, mümkün çaşqınlığın qarşısını almağa kömək edir.",
|
||||||
|
"ignore_notifications_modal.filter_to_review_separately": "Filtrlənmiş bildirişləri ayrı-ayrı incələyə bilərsiniz",
|
||||||
|
"ignore_notifications_modal.ignore": "Bildirişləri yox say",
|
||||||
|
"ignore_notifications_modal.limited_accounts_title": "Moderasiya edilmiş hesabların bildirişləri yox sayılsın?",
|
||||||
|
"ignore_notifications_modal.new_accounts_title": "Yeni hesabların bildirişləri yox sayılsın?",
|
||||||
|
"ignore_notifications_modal.not_followers_title": "Sizi izləməyən şəxslərin bildirişləri yox sayılsın?",
|
||||||
|
"ignore_notifications_modal.not_following_title": "İzləmədiyiniz şəxslərin bildirişləri yox sayılsın?",
|
||||||
|
"ignore_notifications_modal.private_mentions_title": "İstənilməyən Şəxsi Adçəkmələrdən gələn bildirişlər yox sayılsın?",
|
||||||
|
"info_button.label": "Kömək",
|
||||||
|
"interaction_modal.action.favourite": "Davam etmək üçün hesabınızdan sevimlilərə əlavə etməlisiniz.",
|
||||||
|
"interaction_modal.action.follow": "Davam etmək üçün hesabınızdan izləməlisiniz.",
|
||||||
|
"interaction_modal.action.reblog": "Davam etmək üçün hesabınızdan təkrar göndərməlisiniz.",
|
||||||
|
"interaction_modal.action.reply": "Davam etmək üçün hesabınızdan cavab verməlisiniz.",
|
||||||
|
"interaction_modal.action.vote": "Davam etmək üçün hesabınızdan səs verməlisiniz.",
|
||||||
|
"interaction_modal.go": "Get",
|
||||||
|
"interaction_modal.no_account_yet": "Hələ heç bir hesabınız yoxdur?",
|
||||||
|
"interaction_modal.on_another_server": "Fərqli bir serverdə",
|
||||||
|
"interaction_modal.on_this_server": "Bu serverdə",
|
||||||
|
"interaction_modal.title.favourite": "{name} - göndərişini sevimlilərə əlavə et",
|
||||||
|
"interaction_modal.title.follow": "{name} - izlə",
|
||||||
|
"interaction_modal.title.reblog": "{name} - göndərişini təkrar paylaş",
|
||||||
|
"interaction_modal.title.reply": "{name} - göndərişinə cavab ver",
|
||||||
|
"interaction_modal.title.vote": "{name} - anketində səs ver",
|
||||||
|
"interaction_modal.username_prompt": "Məs: {example}",
|
||||||
|
"intervals.full.days": "{number, plural, one {# gün} other {# gün}}",
|
||||||
|
"intervals.full.hours": "{number, plural, one {# saat} other {# saat}}",
|
||||||
|
"intervals.full.minutes": "{number, plural, one {# dəqiqə} other {# dəqiqə}}",
|
||||||
|
"keyboard_shortcuts.back": "Geri get",
|
||||||
|
"keyboard_shortcuts.blocked": "Əngəllənən istifadəçilərin siyahısını aç",
|
||||||
|
"keyboard_shortcuts.boost": "Göndərişi təkrar paylaş",
|
||||||
|
"keyboard_shortcuts.column": "Sütuna fokuslan",
|
||||||
|
"keyboard_shortcuts.compose": "Mətn yazma sahəsinə fokuslan",
|
||||||
|
"keyboard_shortcuts.description": "Açıqlama",
|
||||||
|
"keyboard_shortcuts.direct": "şəxsi adçəkmələr sütununu açmaq üçün",
|
||||||
|
"keyboard_shortcuts.down": "Siyahıda aşağı daşı",
|
||||||
|
"keyboard_shortcuts.enter": "Göndərişi aç",
|
||||||
|
"keyboard_shortcuts.favourite": "Göndərişi sevimlilərə əlavə et",
|
||||||
|
"keyboard_shortcuts.favourites": "Sevimli siyahını aç",
|
||||||
|
"keyboard_shortcuts.heading": "Klaviatura qısayolları",
|
||||||
|
"keyboard_shortcuts.home": "Əsas ekran zaman xəttini aç",
|
||||||
|
"keyboard_shortcuts.hotkey": "Qısayol düyməsi",
|
||||||
|
"keyboard_shortcuts.legend": "Bu əfsanəni nümayiş etdir",
|
||||||
|
"keyboard_shortcuts.local": "Lokal zaman xəttini aç",
|
||||||
|
"keyboard_shortcuts.mention": "Müəllifin adını çək",
|
||||||
|
"keyboard_shortcuts.muted": "Səssizdəki istifadəçilərin siyahısını aç",
|
||||||
|
"keyboard_shortcuts.my_profile": "Profilinizi açın",
|
||||||
|
"keyboard_shortcuts.notifications": "Bildirişlər sütununu aç",
|
||||||
|
"keyboard_shortcuts.open_media": "Medianı aç",
|
||||||
|
"keyboard_shortcuts.pinned": "Sancılmış göndərişlərin siyahısını aç",
|
||||||
|
"keyboard_shortcuts.profile": "Müəllifin profilini aç",
|
||||||
|
"keyboard_shortcuts.reply": "Göndərişə cavab ver",
|
||||||
|
"keyboard_shortcuts.requests": "İzləmə istəyi siyahısını aç",
|
||||||
|
"keyboard_shortcuts.search": "Axtarış çubuğuna fokuslan",
|
||||||
|
"keyboard_shortcuts.spoilers": "CW xanasını göstər/gizlət",
|
||||||
|
"keyboard_shortcuts.start": "\"Başlayaq\" sütununu aç",
|
||||||
|
"keyboard_shortcuts.toggle_hidden": "CW arxasındakı mətni göstər/gizlət",
|
||||||
|
"keyboard_shortcuts.toggle_sensitivity": "Medianı göstər/gizlət",
|
||||||
|
"keyboard_shortcuts.toot": "Yeni bir göndəriş başlat",
|
||||||
|
"keyboard_shortcuts.translate": "bir göndərişi tərcümə etmək üçün",
|
||||||
|
"keyboard_shortcuts.unfocus": "Fokusu göndəriş yazma xanasından/axtarışdan götür",
|
||||||
|
"keyboard_shortcuts.up": "Siyahıda yuxarı daşı",
|
||||||
|
"lightbox.close": "Bağla",
|
||||||
|
"lightbox.next": "Növbəti",
|
||||||
|
"lightbox.previous": "Əvvəlki",
|
||||||
|
"lightbox.zoom_in": "Həqiqi ölçüyə qayıt",
|
||||||
|
"lightbox.zoom_out": "Sığacaq şəkildə yaxınlaşdır",
|
||||||
|
"limited_account_hint.action": "Yenə də profili göstər",
|
||||||
|
"limited_account_hint.title": "Bu profil, {domain} moderatorları tərəfindən gizlədildi.",
|
||||||
|
"link_preview.author": "Müəllif: {name}",
|
||||||
|
"link_preview.more_from_author": "{name} - daha çox",
|
||||||
|
"link_preview.shares": "{count, plural, one {{counter} göndəriş} other {{counter} göndəriş}}",
|
||||||
|
"lists.add_member": "Əlavə et",
|
||||||
|
"lists.add_to_list": "Siyahıya əlavə et",
|
||||||
|
"lists.add_to_lists": "{name} - siyahılara əlavə et",
|
||||||
|
"lists.create": "Yarat",
|
||||||
|
"lists.create_a_list_to_organize": "Əsas ekran lentinizi təşkil etmək üçün yeni bir siyahı yaradın",
|
||||||
|
"lists.create_list": "Siyahı yarat",
|
||||||
|
"lists.delete": "Siyahını sil",
|
||||||
|
"lists.done": "Hazırdır",
|
||||||
|
"lists.edit": "Siyahıya düzəliş et",
|
||||||
|
"lists.exclusive": "Əsas ekranda üzvləri gizlət",
|
||||||
|
"lists.exclusive_hint": "Kimsə bu siyahıdadırsa, onun göndərişləri bir dəfədən çox görünməməsi üçün Əsas ekran lentində gizlədilir.",
|
||||||
|
"lists.find_users_to_add": "Əlavə ediləcək istifadəçiləri tap",
|
||||||
|
"lists.list_members_count": "{count, plural, one {# üzv} other {# üzv}}",
|
||||||
|
"lists.list_name": "Siyahı adı",
|
||||||
|
"lists.new_list_name": "Yeni siyahı adı",
|
||||||
|
"lists.no_lists_yet": "Hələ siyahı yoxdur.",
|
||||||
|
"lists.no_members_yet": "Hələ üzv yoxdur.",
|
||||||
|
"lists.no_results_found": "Heç bir nəticə tapılmadı.",
|
||||||
|
"lists.remove_member": "Çıxart",
|
||||||
|
"lists.replies_policy.followed": "İstənilən izlənilən istifadəçi",
|
||||||
|
"lists.replies_policy.list": "Siyahıdakı üzvlər",
|
||||||
|
"lists.replies_policy.none": "Heç kim",
|
||||||
|
"lists.save": "Saxla",
|
||||||
|
"lists.search": "Axtar",
|
||||||
|
"lists.show_replies_to": "Siyahı üzvlərinin cavablarını daxil et",
|
||||||
|
"load_pending": "{count, plural, one {# yeni element} other {# yeni element}}",
|
||||||
|
"loading_indicator.label": "Yüklənir…",
|
||||||
|
"media_gallery.hide": "Gizlət",
|
||||||
|
"moved_to_account_banner.text": "{disabledAccount} hesabınız, {movedToAccount} hesabına keçdiyiniz üçün hazırda sıradan çıxarılıb.",
|
||||||
|
"mute_modal.hide_from_notifications": "Bildirişlərdə gizlət",
|
||||||
|
"mute_modal.hide_options": "Seçimləri gizlət",
|
||||||
|
"mute_modal.indefinite": "Mən səsini açana qədər",
|
||||||
|
"mute_modal.show_options": "Seçimləri göstər",
|
||||||
|
"mute_modal.they_can_mention_and_follow": "Sizin adınızı çəkə və sizi izləyə bilər, ancaq siz onları görə bilməzsiniz.",
|
||||||
|
"mute_modal.they_wont_know": "Onlar, səssizə alındıqlarını bilməyəcəklər.",
|
||||||
|
"mute_modal.title": "İstifadəçi səssizə alınsın?",
|
||||||
|
"mute_modal.you_wont_see_mentions": "Onların adı çəkilən göndərişləri görməyəcəksiniz.",
|
||||||
|
"mute_modal.you_wont_see_posts": "Onlar hələ də göndərişlərinizi görə biləcək, ancaq onların göndərişlərini görməyəcəksiniz.",
|
||||||
|
"navigation_bar.about": "Haqqında",
|
||||||
|
"navigation_bar.account_settings": "Parol və təhlükəsizlik",
|
||||||
|
"navigation_bar.administration": "Administrasiya",
|
||||||
|
"navigation_bar.advanced_interface": "Qabaqcıl veb interfeysində aç",
|
||||||
|
"navigation_bar.automated_deletion": "Göndərişin avtomatik silinməsi",
|
||||||
|
"navigation_bar.blocks": "Əngəllənmiş istifadəçilər",
|
||||||
|
"navigation_bar.bookmarks": "Əlfəcinlər",
|
||||||
|
"navigation_bar.direct": "Şəxsi adçəkmələr",
|
||||||
|
"navigation_bar.domain_blocks": "Əngəllənmiş domenlər",
|
||||||
|
"navigation_bar.favourites": "Sevimlilər",
|
||||||
|
"navigation_bar.filters": "Səssizə alınmış sözlər",
|
||||||
|
"navigation_bar.follow_requests": "İzləmə istəkləri",
|
||||||
|
"navigation_bar.followed_tags": "İzlənilən mövzu etiketləri",
|
||||||
|
"navigation_bar.follows_and_followers": "İzlənilənlər və izləyicilər",
|
||||||
|
"navigation_bar.import_export": "Daxilə və xaricə köçürmə",
|
||||||
|
"navigation_bar.lists": "Siyahılar",
|
||||||
|
"navigation_bar.live_feed_local": "Canlı lent (lokal)",
|
||||||
|
"navigation_bar.live_feed_public": "Canlı lent (hər kəsə açıq)",
|
||||||
|
"navigation_bar.logout": "Çıxış",
|
||||||
|
"navigation_bar.moderation": "Moderasiya",
|
||||||
|
"navigation_bar.more": "Daha çox",
|
||||||
|
"navigation_bar.mutes": "Səssizə alınmış istifadəçilər",
|
||||||
|
"navigation_bar.opened_in_classic_interface": "Göndərişlər, hesablar və digər müəyyən səhifələr klassik veb interfeysində ilkin olaraq açılır.",
|
||||||
|
"navigation_bar.preferences": "Tərcihlər",
|
||||||
|
"navigation_bar.privacy_and_reach": "Gizlilik və əlçatanlıq",
|
||||||
|
"navigation_bar.search": "Axtar",
|
||||||
|
"navigation_bar.search_trends": "Axtar / Trendlər",
|
||||||
|
"navigation_panel.collapse_followed_tags": "İzlənilən mövzu etiketləri menyusunu yığcamlaşdır",
|
||||||
|
"navigation_panel.collapse_lists": "Siyahı menyusunu yığcamlaşdır",
|
||||||
|
"navigation_panel.expand_followed_tags": "İzlənilən mövzu etiketləri menyusunu genişləndir",
|
||||||
|
"navigation_panel.expand_lists": "Siyahı menyusunu genişləndir",
|
||||||
|
"not_signed_in_indicator.not_signed_in": "Bu resursa erişmək üçün giriş etməlisiniz.",
|
||||||
|
"notification.admin.report": "{name} şikayət etdi: {target}",
|
||||||
|
"notification.admin.report_account": "{name}, {category} üçün şikayət etdi: {target} - {count, plural, one {bir göndəriş} other {# göndəriş}}",
|
||||||
|
"notification.admin.report_account_other": "{name} şikayət etdi: {target} - {count, plural, one {bir göndəriş} other {# göndəriş}}",
|
||||||
|
"notification.admin.report_statuses": "{name}, {category} üçün şikayət etdi: {target}",
|
||||||
|
"notification.admin.report_statuses_other": "{name} şikayət etdi: {target}",
|
||||||
|
"notification.admin.sign_up": "{name} qeydiyyatdan keçib",
|
||||||
|
"notification.admin.sign_up.name_and_others": "{name} və digər {count, plural, one {# nəfər} other {# nəfər}} qeydiyyatdan keçib",
|
||||||
|
"notification.annual_report.view": "#Wrapstodon-a bax",
|
||||||
|
"notification.favourite": "{name} göndərişinizi sevimlilərinə əlavə etdi",
|
||||||
|
"notification.favourite.name_and_others_with_link": "{name} və digər <a>{count, plural, one {# nəfər} other {# nəfər}}</a> göndərişinizi sevimlilərinə əlavə etdi",
|
||||||
|
"notification.favourite_pm": "{name}, şəxsi adçəkmənizi sevimlilərinə əlavə etdi",
|
||||||
|
"notification.favourite_pm.name_and_others_with_link": "{name} və digər <a>{count, plural, one {# nəfər} other {# nəfər}}</a> şəxsi adçəkmənizi sevimlilərinə əlavə etdi",
|
||||||
|
"notification.follow": "{name} sizi izləyir",
|
||||||
|
"notification.follow.name_and_others": "{name} və digər <a>{count, plural, one {# nəfər} other {# nəfər}}</a> sizi izləyir",
|
||||||
|
"notification.follow_request": "{name} sizi izləmək üçün istək göndərdi",
|
||||||
|
"notification.follow_request.name_and_others": "{name} və digər {count, plural, one {# nəfər} other {# nəfər}} sizi izləmək üçün istək göndərdi",
|
||||||
|
"notification.label.mention": "Adçəkmə",
|
||||||
|
"notification.label.private_mention": "Şəxsi adçəkmə",
|
||||||
|
"notification.label.private_reply": "Şəxsi cavab",
|
||||||
|
"notification.label.reply": "Cavab",
|
||||||
|
"notification.mention": "Adçəkmə",
|
||||||
|
"notification.mentioned_you": "{name} adınızı çəkdi",
|
||||||
|
"notification.moderation-warning.learn_more": "Daha ətraflı",
|
||||||
|
"notification.moderation_warning": "Bir moderasiya xəbərdarlığı aldınız",
|
||||||
|
"notification.moderation_warning.action_delete_statuses": "Bəzi göndərişləriniz silindi.",
|
||||||
|
"notification.moderation_warning.action_disable": "Hesabınız sıradan çıxarılıb.",
|
||||||
|
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Bəzi göndərişləriniz həssas olaraq işarələnib.",
|
||||||
|
"notification.moderation_warning.action_none": "Hesabınız bir moderasiya xəbərdarlığı aldı.",
|
||||||
|
"notification.moderation_warning.action_sensitive": "Göndərişləriniz artıq həssas olaraq işarələnəcək.",
|
||||||
|
"notification.moderation_warning.action_silence": "Hesabınız məhdudlaşdırılıb.",
|
||||||
|
"notification.moderation_warning.action_suspend": "Hesabınızın fəaliyyəti dayandırılıb.",
|
||||||
|
"notification.own_poll": "Anketiniz bitdi",
|
||||||
|
"notification.poll": "Səs verdiyiniz anket bitdi",
|
||||||
|
"notification.reblog": "{name} göndərişinizi təkrar paylaşdı",
|
||||||
|
"notification.reblog.name_and_others_with_link": "{name} və <a>{count, plural, one {digər # nəfər} other {digər # nəfər}}</a> göndərişinizi təkrar paylaşdı",
|
||||||
|
"notification.relationships_severance_event": "{name} ilə bağlantı qopdu",
|
||||||
|
"notification.relationships_severance_event.account_suspension": "{from} admini {target} fəaliyyətini dayandırıb, bu da o deməkdir ki, artıq onlardan güncəlləmələr ala və ya onlarla qarşılıqlı əlaqə qura bilməyəcəyiniz.",
|
||||||
|
"notification.relationships_severance_event.domain_block": "{target}, {from} admini tərəfindən əngəllənib, buna {followersCount} izləyiciniz və izlədiyiniz {followingCount, plural, one {# hesab} other {# hesab}} daxildir.",
|
||||||
|
"notification.relationships_severance_event.learn_more": "Daha ətraflı",
|
||||||
|
"notification.relationships_severance_event.user_domain_block": "{target} əngəlləmisiniz, bununla {followersCount} izləyiciniz və izlədiyiniz {followingCount, plural, one {# hesab} other {# hesab}} silinib.",
|
||||||
|
"notification.status": "{name} indicə paylaşdı",
|
||||||
|
"notification.update": "{name} bir göndərişə düzəliş etdi",
|
||||||
|
"notification_requests.accept": "Qəbul et",
|
||||||
|
"notification_requests.accept_multiple": "{count, plural, one {# istəyi qəbul et…} other {# istəyi qəbul et…}}",
|
||||||
|
"notification_requests.confirm_accept_multiple.button": "{count, plural, one {İstəyi qəbul et} other {İstəkləri qəbul et}}",
|
||||||
|
"notification_requests.confirm_accept_multiple.message": "{count, plural, one {Bir bildiriş istəyini} other {# bildiriş istəklərini}} qəbul etmək üzrəsiniz. Davam etmək istədiyinizə əminsiniz?",
|
||||||
|
"notification_requests.confirm_accept_multiple.title": "Bildiriş istəkləri qəbul edilsin?",
|
||||||
|
"notification_requests.confirm_dismiss_multiple.button": "{count, plural, one {İstəyi rədd et} other {İstəkləri rədd et}}",
|
||||||
|
"notification_requests.confirm_dismiss_multiple.message": "{count, plural, one {bir bildiriş sorğusunu} other {# bildiriş sorğusunu}} bağlamaq üzrəsiniz. {count, plural, one {Ona} other {Onlara}} yenidən asanlıqla erişə bilməyəcəksiniz. Davam etmək istədiyinizə əminsiniz?",
|
||||||
|
"notification_requests.confirm_dismiss_multiple.title": "Bildiriş istəklərinə rədd cavabı verilsin?",
|
||||||
|
"notification_requests.dismiss": "Rədd et",
|
||||||
|
"notification_requests.dismiss_multiple": "{count, plural, one {# istəyi rədd et…} other {# istəyi rədd et…}}",
|
||||||
|
"notification_requests.edit_selection": "Düzəliş et",
|
||||||
|
"notification_requests.exit_selection": "Hazırdır",
|
||||||
|
"notification_requests.explainer_for_limited_account": "Hesab, bir moderator tərəfindən məhdudlaşdırıldığı üçün bu hesabın bildirişləri filtrləndi.",
|
||||||
|
"notification_requests.explainer_for_limited_remote_account": "Hesab və ya onun serveri, bir moderator tərəfindən məhdudlaşdırıldığı üçün bu hesabın bildirişləri filtrləndi.",
|
||||||
|
"notification_requests.maximize": "Böyüt",
|
||||||
|
"notification_requests.minimize_banner": "Filtrlənmiş bildirişlər bannerini kiçilt",
|
||||||
|
"notification_requests.notifications_from": "{name} - bildirişləri",
|
||||||
|
"notification_requests.title": "Filtrlənmiş bildirişlər",
|
||||||
|
"notification_requests.view": "Bildirişlərə bax",
|
||||||
|
"notifications.clear": "Bildirişləri təmizlə",
|
||||||
|
"notifications.clear_confirmation": "Bütün bildirişlərinizi həmişəlik təmizləmək istədiyinizə əminsiniz?",
|
||||||
|
"notifications.clear_title": "Bildirişlər təmizlənsin?",
|
||||||
|
"notifications.column_settings.admin.report": "Yeni hesabatlar:",
|
||||||
|
"notifications.column_settings.admin.sign_up": "Yeni qeydiyyatlar:",
|
||||||
|
"notifications.column_settings.alert": "Masaüstü bildirişlər",
|
||||||
|
"notifications.column_settings.favourite": "Sevimlilər:",
|
||||||
|
"notifications.column_settings.filter_bar.advanced": "Bütün kateqoriyaları nümayiş etdir",
|
||||||
|
"notifications.column_settings.filter_bar.category": "Cəld filtr çubuğu",
|
||||||
|
"notifications.column_settings.follow": "Yeni izləyicilər:",
|
||||||
|
"notifications.column_settings.follow_request": "Yeni izləmə istəkləri:",
|
||||||
|
"notifications.column_settings.group": "Qrup",
|
||||||
|
"notifications.column_settings.mention": "Adçəkmələr:",
|
||||||
|
"notifications.column_settings.poll": "Anket nəticələri:",
|
||||||
|
"notifications.column_settings.push": "Ani bildirişlər",
|
||||||
|
"notifications.column_settings.reblog": "Təkrar paylaşmalar:",
|
||||||
|
"notifications.column_settings.show": "Sütunda göstər",
|
||||||
|
"notifications.column_settings.sound": "Səs oxut",
|
||||||
|
"notifications.column_settings.status": "Yeni göndərişlər:",
|
||||||
|
"notifications.column_settings.unread_notifications.category": "Oxunmamış bildirişlər",
|
||||||
|
"notifications.column_settings.unread_notifications.highlight": "Oxunmamış bildirişləri vurğula",
|
||||||
|
"notifications.column_settings.update": "Düzəlişlər:",
|
||||||
|
"notifications.filter.all": "Hamısı",
|
||||||
|
"notifications.filter.boosts": "Təkrar paylaşmalar",
|
||||||
|
"notifications.filter.favourites": "Sevimlilər",
|
||||||
|
"notifications.filter.follows": "İzlənilənlər",
|
||||||
|
"notifications.filter.mentions": "Adçəkmələr",
|
||||||
|
"notifications.filter.polls": "Anket nəticələri",
|
||||||
|
"notifications.filter.statuses": "İzlədiyiniz şəxslərdən güncəlləmələr",
|
||||||
|
"notifications.grant_permission": "İcazəni ver.",
|
||||||
|
"notifications.group": "{count} bildiriş",
|
||||||
|
"notifications.mark_as_read": "Hər bir bildiriş oxunmuş olaraq işarələ",
|
||||||
|
"notifications.permission_denied": "Brauzer icazələri istəyinə daha əvvəl rədd cavabı verildiyi üçün masaüstü bildirişləri əlçatmazdır",
|
||||||
|
"notifications.permission_denied_alert": "Brauzer icazəsinə daha əvvəl rədd cavabı verildiyi üçün masaüstü bildirişləri fəallaşdırıla bilmir",
|
||||||
|
"notifications.permission_required": "Tələb olunan icazə verilmədiyi üçün masaüstü bildirişləri əlçatmazdır.",
|
||||||
|
"notifications.policy.accept": "Qəbul et",
|
||||||
|
"notifications.policy.accept_hint": "Bildirişlərdə göstər",
|
||||||
|
"notifications.policy.drop": "Yox say",
|
||||||
|
"notifications.policy.filter": "Filtr",
|
||||||
|
"notifications.policy.filter_hint": "Filtrlənmiş bildirişlər gələn qutusuna göndər",
|
||||||
|
"notifications.policy.filter_limited_accounts_hint": "Server moderatorları tərəfindən məhdudlaşdırılıb",
|
||||||
|
"notifications.policy.filter_limited_accounts_title": "Moderasiya edilmiş hesablar",
|
||||||
|
"notifications.policy.filter_new_accounts.hint": "Son {days, plural, one {bir gündə} other {# gündə}} yaradıldı",
|
||||||
|
"notifications.policy.filter_new_accounts_title": "Yeni hesablar",
|
||||||
|
"notifications.policy.filter_not_followers_hint": "Sizi {days, plural, one {bir gündən} other {# gündən}} az müddətdir izləyən insanlar daxildir",
|
||||||
|
"notifications.policy.filter_not_followers_title": "Sizi izləməyən insanlar",
|
||||||
|
"notifications.policy.filter_not_following_hint": "Onları manual qəbul edənə qədər",
|
||||||
|
"notifications.policy.filter_not_following_title": "İzləmədiyiniz insanlar",
|
||||||
|
"notifications.policy.title": "Bildirişləri idarə et…",
|
||||||
|
"notifications_permission_banner.enable": "Masaüstü bildirişləri fəallaşdır",
|
||||||
|
"notifications_permission_banner.title": "Heç nəyi buraxmayın",
|
||||||
|
"onboarding.follows.back": "Geri",
|
||||||
|
"onboarding.follows.done": "Hazırdır",
|
||||||
|
"onboarding.follows.search": "Axtar",
|
||||||
|
"onboarding.follows.title": "Başlamaq üçün insanları izləyin",
|
||||||
|
"onboarding.profile.discoverable": "Profilimi kəşf edilə bilən et",
|
||||||
|
"onboarding.profile.discoverable_hint": "Mastodon-da kəşf edilə bilməni aktivləşdirsəniz, göndərişləriniz axtarış nəticələrində və trendlərdə görünə bilər və profiliniz sizinlə oxşar maraqlara sahib şəxslərə təklif edilə bilər.",
|
||||||
|
"onboarding.profile.display_name": "Ekran adı",
|
||||||
|
"onboarding.profile.display_name_hint": "Tam adınız və ya ləqəbiniz…",
|
||||||
|
"onboarding.profile.note": "Bioqrafiya",
|
||||||
|
"onboarding.profile.note_hint": "Digər insanların @adını_çəkə və ya #mövzu_etiketləri istifadə edə bilərsiniz…",
|
||||||
|
"onboarding.profile.save_and_continue": "Saxla və davam et",
|
||||||
|
"onboarding.profile.title": "Profili ayarla",
|
||||||
|
"onboarding.profile.upload_avatar": "Profil şəkli yüklə",
|
||||||
|
"onboarding.profile.upload_header": "Profil başlığı yüklə",
|
||||||
|
"password_confirmation.exceeds_maxlength": "Parol təsdiqi, maksimum parol uzunluğunu aşır",
|
||||||
|
"password_confirmation.mismatching": "Parol təsdiqi uyuşmur",
|
||||||
|
"picture_in_picture.restore": "Geri qoy",
|
||||||
|
"poll.closed": "Bağlandı",
|
||||||
|
"poll.refresh": "Təzələ",
|
||||||
|
"poll.reveal": "Nəticələrə bax",
|
||||||
|
"poll.total_people": "{count, plural, one {# nəfər} other {# nəfər}}",
|
||||||
|
"poll.total_votes": "{count, plural, one {# səs} other {# səs}}",
|
||||||
|
"poll.vote": "Səs ver",
|
||||||
|
"poll.voted": "Bu cavaba səs verdiniz",
|
||||||
|
"poll.votes": "{votes, plural, one {# səs} other {# səs}}",
|
||||||
|
"poll_button.add_poll": "Bir anket əlavə et",
|
||||||
|
"poll_button.remove_poll": "Anketi sil",
|
||||||
|
"privacy.change": "Göndəriş gizliliyini dəyişdir",
|
||||||
|
"privacy.direct.long": "Göndərişdə adı çəkilən hər kəs",
|
||||||
|
"privacy.direct.short": "Şəxsi adçəkmə",
|
||||||
|
"privacy.private.long": "Yalnız izləyiciləriniz",
|
||||||
|
"privacy.private.short": "İzləyicilər",
|
||||||
|
"privacy.public.long": "Mastodon-da olan və olmayan hər kəs",
|
||||||
|
"privacy.public.short": "Hər kəsə açıq",
|
||||||
|
"privacy.unlisted.short": "Səssiz hər kəsə açıq",
|
||||||
|
"privacy_policy.last_updated": "Son güncəlləmə {date}",
|
||||||
|
"privacy_policy.title": "Gizlilik Siyasəti",
|
||||||
|
"recommended": "Tövsiyə edilən",
|
||||||
|
"refresh": "Təzələ",
|
||||||
|
"regeneration_indicator.please_stand_by": "Lütfən gözləyin.",
|
||||||
|
"regeneration_indicator.preparing_your_home_feed": "Əsas ekran lentiniz hazırlanır…",
|
||||||
|
"relative_time.days": "{number} gü",
|
||||||
|
"relative_time.full.days": "{number, plural, one {# gün} other {# gün}} əvvəl",
|
||||||
|
"relative_time.full.hours": "{number, plural, one {# saat} other {# saat}} əvvəl",
|
||||||
|
"relative_time.full.just_now": "indicə",
|
||||||
|
"relative_time.full.minutes": "{number, plural, one {# dəqiqə} other {# dəqiqə}} əvvəl",
|
||||||
|
"relative_time.full.seconds": "{number, plural, one {# saniyə} other {# saniyə}} əvvəl",
|
||||||
|
"relative_time.hours": "{number} sa",
|
||||||
|
"relative_time.just_now": "indi",
|
||||||
|
"relative_time.minutes": "{number} dəq",
|
||||||
|
"relative_time.seconds": "{number} san",
|
||||||
|
"relative_time.today": "bu gün",
|
||||||
|
"reply_indicator.attachments": "{count, plural, one {# qoşma} other {# qoşma}}",
|
||||||
|
"reply_indicator.cancel": "İmtina",
|
||||||
|
"reply_indicator.poll": "Anket",
|
||||||
|
"report.block": "Əngəllə",
|
||||||
|
"report.block_explanation": "Onun göndərişlərini görməyəcəksiniz. O, göndərişlərinizi görə və ya sizi izləyə bilməz. Əngəllədiyinizi anlaya biləcək.",
|
||||||
|
"report.categories.legal": "Hüquqi",
|
||||||
|
"report.categories.other": "Digər",
|
||||||
|
"report.categories.spam": "Spam",
|
||||||
|
"report.categories.violation": "Məzmun, bir və ya daha çox server qaydasını pozur",
|
||||||
|
"report.category.subtitle": "Ən çox uyuşanı seçin",
|
||||||
|
"report.category.title": "Bu {type} ilə bağlı nələrin baş verdiyini bizə deyin",
|
||||||
|
"report.category.title_account": "profil",
|
||||||
|
"report.category.title_status": "göndəriş",
|
||||||
|
"report.close": "Hazırdır",
|
||||||
|
"report.comment.title": "Bilməyimizi istədiyiniz başqa nəsə var?",
|
||||||
|
"report.forward": "Bura yönləndir: {target}",
|
||||||
|
"report.forward_hint": "Hesab, başqa bir serverdəndir. Hesabatın anonim bir kopyası ora da göndərilsin?",
|
||||||
|
"report.mute": "Səssizə al",
|
||||||
|
"report.mute_explanation": "Onun göndərişlərini görməyəcəksiniz. O, sizi izləməyə və göndərişlərinizi görməyə davam edə bilər, ancaq səssizə alındığını bilməyəcək.",
|
||||||
|
"report.next": "Növbəti",
|
||||||
|
"report.placeholder": "Əlavə rəylər",
|
||||||
|
"report.reasons.dislike": "Bunu bəyənmədim",
|
||||||
|
"report.reasons.dislike_description": "Bu, görmək istədiyiniz bir şey deyil",
|
||||||
|
"report.reasons.legal": "Qanunsuzdur",
|
||||||
|
"report.reasons.legal_description": "Sizin və ya serverinizin olduğu ölkənin qanunlarını pozduğuna inanırsınız",
|
||||||
|
"report.reasons.other": "Başqa bir şeydir",
|
||||||
|
"report.reasons.other_description": "Problem, digər kateqoriyalara uyğun gəlmir",
|
||||||
|
"report.reasons.spam": "Spamdır",
|
||||||
|
"report.reasons.spam_description": "Zərərli keçidlər, saxta qarşılıqlı əlaqə və ya təkrarlanan cavablar",
|
||||||
|
"report.reasons.violation": "Server qaydalarını pozur",
|
||||||
|
"report.reasons.violation_description": "Müəyyən qaydaları pozduğundan xəbərdarsınız",
|
||||||
|
"report.rules.subtitle": "Uyğun olanların hamısını seçin",
|
||||||
|
"report.rules.title": "Hansı qaydalar pozulub?",
|
||||||
|
"report.statuses.subtitle": "Uyğun olanların hamısını seçin",
|
||||||
|
"report.statuses.title": "Bu şikayəti dəstəkləyən hər hansısa bir göndəriş var?",
|
||||||
|
"report.submit": "Təqdim et",
|
||||||
|
"report.target": "{target} şikayət edilir",
|
||||||
|
"report.thanks.take_action": "Mastodon-da nə görə biləcəyinizi idarə etmək üçün seçimləriniz bunlardır:",
|
||||||
|
"report.thanks.take_action_actionable": "Biz bunu incələdiyimiz müddətdə, siz @{name} ilə bağlı bunları edə bilərsiniz:",
|
||||||
|
"report.thanks.title": "Bunu görmək istəmirsiniz?",
|
||||||
|
"report.thanks.title_actionable": "Şikayət etdiyiniz üçün təşəkkürlər, məsələyə baxacağıq.",
|
||||||
|
"report.unfollow": "@{name} - izləmədən çıxart",
|
||||||
|
"report.unfollow_explanation": "Bu hesabı izləyirsiniz. Əsas ekran lentinizdə onun göndərişlərini artıq görmək istəmirsinizsə, onu izləmədən çıxarın.",
|
||||||
|
"report_notification.attached_statuses": "{count, plural, one {{count} göndəriş} other {{count} göndəriş}} əlavə edildi",
|
||||||
|
"report_notification.categories.legal": "Hüquqi",
|
||||||
|
"report_notification.categories.legal_sentence": "qanunsuz məzmun",
|
||||||
|
"report_notification.categories.other": "Digər",
|
||||||
|
"report_notification.categories.other_sentence": "digər",
|
||||||
|
"report_notification.categories.spam": "Spam",
|
||||||
|
"report_notification.categories.spam_sentence": "spam",
|
||||||
|
"report_notification.categories.violation": "Qayda pozuntusu",
|
||||||
|
"report_notification.categories.violation_sentence": "qayda pozuntusu",
|
||||||
|
"report_notification.open": "Hesabatı aç",
|
||||||
|
"search.clear": "Axtarışı təmizlə",
|
||||||
|
"search.no_recent_searches": "Son axtarışlar yoxdur",
|
||||||
|
"search.placeholder": "Axtar",
|
||||||
|
"search.quick_action.account_search": "Uyuşan profillər {x}",
|
||||||
|
"search.quick_action.go_to_account": "{x} profilinə get",
|
||||||
|
"search.quick_action.go_to_hashtag": "{x} mövzu etiketinə get",
|
||||||
|
"search.quick_action.open_url": "URL-ni Mastodon-da aç",
|
||||||
|
"search.quick_action.status_search": "Uyuşan göndərişlər {x}",
|
||||||
|
"search.search_or_paste": "Axtar və ya URL-ni yapışdır",
|
||||||
|
"search_popout.full_text_search_disabled_message": "{domain} domenində mövcud deyil.",
|
||||||
|
"search_popout.full_text_search_logged_out_message": "Yalnız giriş edildiyi zaman əlçatandır.",
|
||||||
|
"search_popout.language_code": "ISO dil kodu",
|
||||||
|
"search_popout.options": "Axtarış seçimləri",
|
||||||
|
"search_popout.quick_actions": "Cəld əməliyyatlar",
|
||||||
|
"search_popout.recent": "Son axtarışlar",
|
||||||
|
"search_popout.specific_date": "müəyyən tarix",
|
||||||
|
"search_popout.user": "istifadəçi",
|
||||||
|
"search_results.accounts": "Profillər",
|
||||||
|
"search_results.all": "Hamısı",
|
||||||
|
"search_results.hashtags": "Mövzu etiketləri",
|
||||||
|
"search_results.no_results": "Nəticə yoxdur.",
|
||||||
|
"search_results.no_search_yet": "Göndərişləri, profilləri və ya mövzu etiketlərini axtarmağa çalışın.",
|
||||||
|
"search_results.see_all": "Hamısına bax",
|
||||||
|
"search_results.statuses": "Göndərişlər",
|
||||||
|
"search_results.title": "\"{q}\" axtar",
|
||||||
|
"server_banner.about_active_users": "Son 30 gündə bu serveri istifadə edənlər (aylıq aktiv istifadəçilər)",
|
||||||
|
"server_banner.active_users": "aktiv istifadəçilər",
|
||||||
|
"server_banner.administered_by": "Administrasiya:",
|
||||||
|
"server_banner.is_one_of_many": "{domain}, fediverse-də iştirak etmək üçün istifadə edə biləcəyiniz bir neçə müstəqil Mastodon serverlərindən biridir.",
|
||||||
|
"server_banner.server_stats": "Server statistikaları:",
|
||||||
|
"sign_in_banner.create_account": "Hesab yarat",
|
||||||
|
"sign_in_banner.follow_anyone": "fediverse-dəki hər kəsi izləyin və hamısına xronoloji ardıcıllıqla baxın. Heç bir alqoritm, reklam və ya klikləmə tələsi yoxdur.",
|
||||||
|
"sign_in_banner.mastodon_is": "Mastodon, baş verənlərdən xəbərdar olmağın ən yaxşı yoldur.",
|
||||||
|
"sign_in_banner.sign_in": "Giriş",
|
||||||
|
"sign_in_banner.sso_redirect": "Giriş və ya Qeydiyyat",
|
||||||
|
"status.admin_account": "@{name} üçün moderasiya interfeysini aç",
|
||||||
|
"status.admin_domain": "{domain} üçün moderasiya interfeysini aç",
|
||||||
|
"status.admin_status": "Moderasiya interfeysində bu göndərişi aç",
|
||||||
|
"status.block": "Əngəllə: @{name}",
|
||||||
|
"status.bookmark": "Əlfəcin",
|
||||||
|
"status.cancel_reblog_private": "Təkrar paylaşımı geri al",
|
||||||
|
"status.cannot_reblog": "Bu göndəriş təkrar paylaşıla bilməz",
|
||||||
|
"status.continued_thread": "Davam edən mövzu",
|
||||||
|
"status.copy": "Göndəriş keçidini kopyala",
|
||||||
|
"status.delete": "Sil",
|
||||||
|
"status.detailed_status": "Detallı danışıq görünüşü",
|
||||||
|
"status.direct": "Şəxsi olaraq adını çək: @{name}",
|
||||||
|
"status.direct_indicator": "Şəxsi olaraq adını çək",
|
||||||
|
"status.edit": "Düzəliş et",
|
||||||
|
"status.edited": "Son düzəliş {date}",
|
||||||
|
"status.edited_x_times": "{count, plural, one {{count} dəfə} other {{count} dəfə}} düzəliş edilib",
|
||||||
|
"status.favourite": "Sevimli",
|
||||||
|
"status.favourites": "{count, plural, one {sevimli} other {sevimli}}",
|
||||||
|
"status.filter": "Bu göndərişi filtrlə",
|
||||||
|
"status.history.created": "{name}, {date} yaratdı",
|
||||||
|
"status.history.edited": "{name}, {date} düzəliş etdi",
|
||||||
|
"status.load_more": "Daha çoxunu yüklə",
|
||||||
|
"status.media.open": "Açmaq üçün kliklə",
|
||||||
|
"status.media.show": "Göstərmək üçün kliklə",
|
||||||
|
"status.media_hidden": "Media gizlidir",
|
||||||
|
"status.mention": "Adını çək: @{name}",
|
||||||
|
"status.more": "Daha çox",
|
||||||
|
"status.mute": "@{name} - səssizə al",
|
||||||
|
"status.mute_conversation": "Danışığın səsini kəs",
|
||||||
|
"status.open": "Bu göndərişi genişləndir",
|
||||||
|
"status.pin": "Profildə sanc",
|
||||||
|
"status.quote_error.filtered": "Bəzi filtrlərinizə görə gizlidir",
|
||||||
|
"status.quote_error.not_found": "Bu göndəriş nümayiş edilə bilməz.",
|
||||||
|
"status.quote_error.pending_approval": "Bu göndəriş, orijinal müəllifin təsdiqini gözləyir.",
|
||||||
|
"status.quote_error.rejected": "Orijinal müəllif, bundan sitat gətirməyə icazə vermədiyi üçün bu göndəriş nümayiş etdirilə bilməz.",
|
||||||
|
"status.quote_error.removed": "Bu göndəriş, müəllifi tərəfindən silinib.",
|
||||||
|
"status.quote_error.unauthorized": "Baxmağa səlahiyyətiniz olmadığı üçün bu göndəriş nümayiş etdirilə bilməz.",
|
||||||
|
"status.quote_post_author": "{name} - göndərişi",
|
||||||
|
"status.read_more": "Daha çoxunu oxu",
|
||||||
|
"status.reblog": "Təkrar paylaş",
|
||||||
|
"status.reblog_private": "Orijinal görünmə ilə təkrar paylaş",
|
||||||
|
"status.reblogged_by": "{name} təkrar paylaşdı",
|
||||||
|
"status.reblogs": "{count, plural, one {təkrar paylaşma} other {təkrar paylaşma}}",
|
||||||
|
"status.reblogs.empty": "Hələ heç kim bu göndərişi təkrar paylaşmayıb. Kimsə paylaşdığı zaman, burada görünəcək.",
|
||||||
|
"status.remove_bookmark": "Əlfəcini sil",
|
||||||
|
"status.remove_favourite": "Sevimlilərdən sil",
|
||||||
|
"status.replied_in_thread": "Mövzuda cavablandırıldı",
|
||||||
|
"status.replied_to": "Cavab verildi: {name}",
|
||||||
|
"status.reply": "Cavabla",
|
||||||
|
"status.replyAll": "Mövzuda cavab ver",
|
||||||
|
"status.report": "Bildir: @{name}",
|
||||||
|
"status.sensitive_warning": "Həssas məzmun",
|
||||||
|
"status.share": "Paylaş",
|
||||||
|
"status.show_less_all": "Hamısı üçün daha az göstər",
|
||||||
|
"status.show_more_all": "Hamısı üçün daha çox göstər",
|
||||||
|
"status.show_original": "Orijinalı göstər",
|
||||||
|
"status.title.with_attachments": "{user} {attachmentCount, plural, one {bir qoşma} other {{attachmentCount} qoşma}} paylaşdı",
|
||||||
|
"status.translate": "Tərcümə et",
|
||||||
|
"status.translated_from_with": "{provider} ilə {lang} dilindən tərcümə edilib",
|
||||||
|
"status.uncached_media_warning": "Önizləmə mövcud deyil",
|
||||||
|
"status.unmute_conversation": "Danışığın səsini aç",
|
||||||
|
"status.unpin": "Profil sancağı götür",
|
||||||
|
"subscribed_languages.lead": "Dəyişiklikdən sonra əsas ekran və siyahı zaman xəttinizdə yalnız seçdiyiniz dillərdəki göndərişlər görünəcək. Bütün dillərdə göndəriş almaq üçün heç birini seçməyin.",
|
||||||
|
"subscribed_languages.save": "Dəyişiklikləri saxla",
|
||||||
|
"subscribed_languages.target": "{target} üçün abunə olunmuş dilləri dəyişdir",
|
||||||
|
"tabs_bar.home": "Ana səhifə",
|
||||||
|
"tabs_bar.menu": "Menyu",
|
||||||
|
"tabs_bar.notifications": "Bildirişlər",
|
||||||
|
"tabs_bar.publish": "Yeni göndəriş",
|
||||||
|
"tabs_bar.search": "Axtar",
|
||||||
|
"terms_of_service.effective_as_of": "{date} etibarilə qüvvədə",
|
||||||
|
"terms_of_service.title": "Xidmət Şərtləri",
|
||||||
|
"terms_of_service.upcoming_changes_on": "{date} tarixində ediləcək dəyişikliklər",
|
||||||
|
"time_remaining.days": "{number, plural, one {# gün} other {# gün}} qalıb",
|
||||||
|
"time_remaining.hours": "{number, plural, one {# saat} other {# saat}} qalıb",
|
||||||
|
"time_remaining.minutes": "{number, plural, one {# dəqiqə} other {# dəqiqə}} qalıb",
|
||||||
|
"time_remaining.moments": "Bir neçə dəqiqə qalıb",
|
||||||
|
"time_remaining.seconds": "{number, plural, one {# saniyə} other {# saniyə}} qalıb",
|
||||||
|
"trends.counter_by_accounts": "Son {days, plural, one {bir gündə} other {{days} gündə}} {count, plural, one {{counter} nəfər} other {{counter} nəfər}}",
|
||||||
|
"trends.trending_now": "İndi trenddədir",
|
||||||
|
"ui.beforeunload": "Mastodon-u tərk etsəniz, qaralamanız itəcək.",
|
||||||
|
"units.short.billion": "{count} mlyrd",
|
||||||
|
"units.short.million": "{count} mlyn",
|
||||||
|
"units.short.thousand": "{count} min",
|
||||||
|
"upload_area.title": "Yükləmək üçün sürüklə və burax",
|
||||||
|
"upload_button.label": "Təsvir, video və ya səs faylı əlavə et",
|
||||||
|
"upload_error.limit": "Fayl yükləmə limiti aşılıb.",
|
||||||
|
"upload_error.poll": "Anketlərdə fayl yükləməyə icazə verilmir.",
|
||||||
|
"upload_form.drag_and_drop.instructions": "Bir media qoşmasını daşımaq üçün boşluq və ya enter düyməsinə basın. Sürükləmə zamanı, media qoşmasını hər hansısa bir yönə hərəkət etdirmək üçün ox düymələrini istifadə edin. Media qoşmasını yeni mövqeyinə buraxmaq üçün təkrar boşluq və ya enter düyməsinə basın, ləğv etmək üçün escape düyməsinə basın.",
|
||||||
|
"upload_form.drag_and_drop.on_drag_cancel": "Sürükləmə ləğv edilib. {item} media qoşması buraxıldı.",
|
||||||
|
"upload_form.drag_and_drop.on_drag_end": "{item} media qoşması buraxıldı.",
|
||||||
|
"upload_form.drag_and_drop.on_drag_over": "{item} media qoşması daşındı.",
|
||||||
|
"upload_form.drag_and_drop.on_drag_start": "{item} media qoşması alındı.",
|
||||||
|
"upload_form.edit": "Düzəliş et",
|
||||||
|
"upload_progress.label": "Yüklənir...",
|
||||||
|
"upload_progress.processing": "Emal edilir…",
|
||||||
|
"username.taken": "Bu istifadəçi adı götürülüb. Başqasını sınayın",
|
||||||
|
"video.close": "Videonu bağla",
|
||||||
|
"video.download": "Faylı endir",
|
||||||
|
"video.exit_fullscreen": "Tam ekrandan çıx",
|
||||||
|
"video.expand": "Videonu genişləndir",
|
||||||
|
"video.fullscreen": "Tam ekran",
|
||||||
|
"video.hide": "Videonu gizlət",
|
||||||
|
"video.mute": "Səsi kəs",
|
||||||
|
"video.pause": "Fasilə ver",
|
||||||
|
"video.play": "Oxut",
|
||||||
|
"video.skip_backward": "Geri ötür",
|
||||||
|
"video.skip_forward": "İrəli ötür",
|
||||||
|
"video.unmute": "Səsi aç",
|
||||||
|
"video.volume_down": "Həcmi azalt",
|
||||||
|
"video.volume_up": "Həcmi artır"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"account.followers": "Падпісчыкі",
|
"account.followers": "Падпісчыкі",
|
||||||
"account.followers.empty": "Ніхто пакуль не падпісаны на гэтага карыстальніка.",
|
"account.followers.empty": "Ніхто пакуль не падпісаны на гэтага карыстальніка.",
|
||||||
"account.followers_counter": "{count, plural, one {{counter} падпісчык} few {{counter} падпісчыкі} many {{counter} падпісчыкаў} other {{counter} падпісчыка}}",
|
"account.followers_counter": "{count, plural, one {{counter} падпісчык} few {{counter} падпісчыкі} many {{counter} падпісчыкаў} other {{counter} падпісчыка}}",
|
||||||
"account.followers_you_know_counter": "{count, one {{counter}, знаёмы вам} other {{counter}, знаёмых вам}}",
|
"account.followers_you_know_counter": "{count, plural, one {{counter}, знаёмы вам} other {{counter}, знаёмых вам}}",
|
||||||
"account.following": "Падпіскі",
|
"account.following": "Падпіскі",
|
||||||
"account.following_counter": "{count, plural, one {{counter} падпіска} few {{counter} падпіскі} many {{counter} падпісак} other {{counter} падпіскі}}",
|
"account.following_counter": "{count, plural, one {{counter} падпіска} few {{counter} падпіскі} many {{counter} падпісак} other {{counter} падпіскі}}",
|
||||||
"account.follows.empty": "Карыстальнік ні на каго не падпісаны.",
|
"account.follows.empty": "Карыстальнік ні на каго не падпісаны.",
|
||||||
|
|
@ -62,6 +62,7 @@
|
||||||
"account.mute_notifications_short": "Не апавяшчаць",
|
"account.mute_notifications_short": "Не апавяшчаць",
|
||||||
"account.mute_short": "Ігнараваць",
|
"account.mute_short": "Ігнараваць",
|
||||||
"account.muted": "Ігнаруецца",
|
"account.muted": "Ігнаруецца",
|
||||||
|
"account.muting": "Ігнараванне",
|
||||||
"account.mutual": "Вы падпісаны адно на аднаго",
|
"account.mutual": "Вы падпісаны адно на аднаго",
|
||||||
"account.no_bio": "Апісанне адсутнічае.",
|
"account.no_bio": "Апісанне адсутнічае.",
|
||||||
"account.open_original_page": "Адкрыць арыгінальную старонку",
|
"account.open_original_page": "Адкрыць арыгінальную старонку",
|
||||||
|
|
@ -103,6 +104,8 @@
|
||||||
"alt_text_modal.add_text_from_image": "Дадаць тэкст з відарыса",
|
"alt_text_modal.add_text_from_image": "Дадаць тэкст з відарыса",
|
||||||
"alt_text_modal.cancel": "Скасаваць",
|
"alt_text_modal.cancel": "Скасаваць",
|
||||||
"alt_text_modal.change_thumbnail": "Змяніць мініяцюру",
|
"alt_text_modal.change_thumbnail": "Змяніць мініяцюру",
|
||||||
|
"alt_text_modal.describe_for_people_with_hearing_impairments": "Апішыце гэта людзям з праблемамі са слыхам…",
|
||||||
|
"alt_text_modal.describe_for_people_with_visual_impairments": "Апішыце гэта людзям з праблемамі са зрокам…",
|
||||||
"alt_text_modal.done": "Гатова",
|
"alt_text_modal.done": "Гатова",
|
||||||
"announcement.announcement": "Аб'ява",
|
"announcement.announcement": "Аб'ява",
|
||||||
"annual_report.summary.archetype.booster": "Паляўнічы на трэнды",
|
"annual_report.summary.archetype.booster": "Паляўнічы на трэнды",
|
||||||
|
|
@ -112,25 +115,25 @@
|
||||||
"annual_report.summary.archetype.replier": "Душа кампаніі",
|
"annual_report.summary.archetype.replier": "Душа кампаніі",
|
||||||
"annual_report.summary.followers.followers": "падпісчыкі",
|
"annual_report.summary.followers.followers": "падпісчыкі",
|
||||||
"annual_report.summary.followers.total": "Агулам {count}",
|
"annual_report.summary.followers.total": "Агулам {count}",
|
||||||
"annual_report.summary.here_it_is": "Вось вашы вынікі {year} за год:",
|
"annual_report.summary.here_it_is": "Вось Вашы вынікі {year} за год:",
|
||||||
"annual_report.summary.highlighted_post.by_favourites": "самы ўпадабаны допіс",
|
"annual_report.summary.highlighted_post.by_favourites": "самы ўпадабаны допіс",
|
||||||
"annual_report.summary.highlighted_post.by_reblogs": "самы пашыраны допіс",
|
"annual_report.summary.highlighted_post.by_reblogs": "самы пашыраны допіс",
|
||||||
"annual_report.summary.highlighted_post.by_replies": "самы каментаваны допіс",
|
"annual_report.summary.highlighted_post.by_replies": "самы каментаваны допіс",
|
||||||
"annual_report.summary.highlighted_post.possessive": "{name}",
|
"annual_report.summary.highlighted_post.possessive": "{name}",
|
||||||
"annual_report.summary.most_used_app.most_used_app": "праграма, якой карысталіся часцей",
|
"annual_report.summary.most_used_app.most_used_app": "праграма, якой карысталіся найчасцей",
|
||||||
"annual_report.summary.most_used_hashtag.most_used_hashtag": "хэштэг, якім карысталіся часцей",
|
"annual_report.summary.most_used_hashtag.most_used_hashtag": "хэштэг, якім карысталіся найчасцей",
|
||||||
"annual_report.summary.most_used_hashtag.none": "Няма",
|
"annual_report.summary.most_used_hashtag.none": "Няма",
|
||||||
"annual_report.summary.new_posts.new_posts": "новыя допісы",
|
"annual_report.summary.new_posts.new_posts": "новыя допісы",
|
||||||
"annual_report.summary.percentile.text": "<topLabel>З-за гэтага, вы знаходзіцеся ў топе</topLabel><percentage></percentage><bottomLabel> карыстальнікаў {domain}.</bottomLabel>",
|
"annual_report.summary.percentile.text": "<topLabel>Гэта падымае Вас у топ</topLabel><percentage></percentage><bottomLabel> карыстальнікаў {domain}.</bottomLabel>",
|
||||||
"annual_report.summary.percentile.we_wont_tell_bernie": "КДБ пра гэта не даведаецца.",
|
"annual_report.summary.percentile.we_wont_tell_bernie": "КДБ пра гэта не даведаецца.",
|
||||||
"annual_report.summary.thanks": "Дзякуй за ўдзел у Mastodon!",
|
"annual_report.summary.thanks": "Дзякуй за ўдзел у Mastodon!",
|
||||||
"attachments_list.unprocessed": "(неапрацаваны)",
|
"attachments_list.unprocessed": "(неапрацаваны)",
|
||||||
"audio.hide": "Схаваць аўдыя",
|
"audio.hide": "Схаваць аўдыя",
|
||||||
"block_modal.remote_users_caveat": "Мы папросім сервер {domain} паважаць ваш выбар. Аднак гэта не гарантуецца, паколькі некаторыя серверы могуць апрацоўваць блакіроўкі іншым чынам. Публічныя паведамленні могуць заставацца бачнымі для ананімных карыстальнікаў.",
|
"block_modal.remote_users_caveat": "Мы папросім сервер {domain} паважаць Ваш выбар. Аднак гэта не гарантуецца, паколькі некаторыя серверы могуць апрацоўваць блакіроўкі іншым чынам. Публічныя паведамленні могуць заставацца бачнымі для ананімных карыстальнікаў.",
|
||||||
"block_modal.show_less": "Паказаць меньш",
|
"block_modal.show_less": "Паказаць меньш",
|
||||||
"block_modal.show_more": "Паказаць больш",
|
"block_modal.show_more": "Паказаць больш",
|
||||||
"block_modal.they_cant_mention": "Карыстальнік не зможа згадваць або сачыць за вамі.",
|
"block_modal.they_cant_mention": "Карыстальнік не зможа згадваць або сачыць за вамі.",
|
||||||
"block_modal.they_cant_see_posts": "Карыстальнік не будзе бачыць вашых допісаў, а вы — карыстальніка.",
|
"block_modal.they_cant_see_posts": "Карыстальнік не будзе бачыць Вашых допісаў, а Вы — ягоных.",
|
||||||
"block_modal.they_will_know": "Карыстальнік убачыць, што адбылася блакіроўка.",
|
"block_modal.they_will_know": "Карыстальнік убачыць, што адбылася блакіроўка.",
|
||||||
"block_modal.title": "Заблакіраваць карыстальніка?",
|
"block_modal.title": "Заблакіраваць карыстальніка?",
|
||||||
"block_modal.you_wont_see_mentions": "Вы не ўбачыце паведамленняў са згадваннем карыстальніка.",
|
"block_modal.you_wont_see_mentions": "Вы не ўбачыце паведамленняў са згадваннем карыстальніка.",
|
||||||
|
|
@ -159,7 +162,7 @@
|
||||||
"column.bookmarks": "Закладкі",
|
"column.bookmarks": "Закладкі",
|
||||||
"column.community": "Лакальная стужка",
|
"column.community": "Лакальная стужка",
|
||||||
"column.create_list": "Стварыць спіс",
|
"column.create_list": "Стварыць спіс",
|
||||||
"column.direct": "Асабістыя згадванні",
|
"column.direct": "Прыватныя згадванні",
|
||||||
"column.directory": "Праглядзець профілі",
|
"column.directory": "Праглядзець профілі",
|
||||||
"column.domain_blocks": "Заблакіраваныя дамены",
|
"column.domain_blocks": "Заблакіраваныя дамены",
|
||||||
"column.edit_list": "Рэдагаваць спіс",
|
"column.edit_list": "Рэдагаваць спіс",
|
||||||
|
|
@ -214,9 +217,15 @@
|
||||||
"confirmations.delete.message": "Вы ўпэўненыя, што хочаце выдаліць гэты допіс?",
|
"confirmations.delete.message": "Вы ўпэўненыя, што хочаце выдаліць гэты допіс?",
|
||||||
"confirmations.delete.title": "Выдаліць допіс?",
|
"confirmations.delete.title": "Выдаліць допіс?",
|
||||||
"confirmations.delete_list.confirm": "Выдаліць",
|
"confirmations.delete_list.confirm": "Выдаліць",
|
||||||
"confirmations.delete_list.message": "Вы ўпэўненыя, што хочаце беззваротна выдаліць гэты чарнавік?",
|
"confirmations.delete_list.message": "Вы ўпэўненыя, што хочаце беззваротна выдаліць гэты спіс?",
|
||||||
"confirmations.delete_list.title": "Выдаліць спіс?",
|
"confirmations.delete_list.title": "Выдаліць спіс?",
|
||||||
|
"confirmations.discard_draft.confirm": "Адмовіцца і працягнуць",
|
||||||
"confirmations.discard_draft.edit.cancel": "Працягнуць рэдагаванне",
|
"confirmations.discard_draft.edit.cancel": "Працягнуць рэдагаванне",
|
||||||
|
"confirmations.discard_draft.edit.message": "Калі працягнуць, то ўсе змены, што Вы зрабілі ў гэтым допісе, будуць адмененыя.",
|
||||||
|
"confirmations.discard_draft.edit.title": "Адмовіцца ад змен у Вашым допісе?",
|
||||||
|
"confirmations.discard_draft.post.cancel": "Працягнуць чарнавік",
|
||||||
|
"confirmations.discard_draft.post.message": "Калі працягнуць, то допіс, які Вы зараз пішаце, не будзе апублікаваны.",
|
||||||
|
"confirmations.discard_draft.post.title": "Скасаваць чарнавік?",
|
||||||
"confirmations.discard_edit_media.confirm": "Адмяніць",
|
"confirmations.discard_edit_media.confirm": "Адмяніць",
|
||||||
"confirmations.discard_edit_media.message": "У вас ёсць незахаваныя змены ў апісанні або прэв'ю, усе роўна скасаваць іх?",
|
"confirmations.discard_edit_media.message": "У вас ёсць незахаваныя змены ў апісанні або прэв'ю, усе роўна скасаваць іх?",
|
||||||
"confirmations.follow_to_list.confirm": "Падпісацца і дадаць у спіс",
|
"confirmations.follow_to_list.confirm": "Падпісацца і дадаць у спіс",
|
||||||
|
|
@ -226,6 +235,7 @@
|
||||||
"confirmations.logout.message": "Вы ўпэўненыя, што хочаце выйсці?",
|
"confirmations.logout.message": "Вы ўпэўненыя, што хочаце выйсці?",
|
||||||
"confirmations.logout.title": "Выйсці?",
|
"confirmations.logout.title": "Выйсці?",
|
||||||
"confirmations.missing_alt_text.confirm": "Дадаць альтэрнатыўны тэкст",
|
"confirmations.missing_alt_text.confirm": "Дадаць альтэрнатыўны тэкст",
|
||||||
|
"confirmations.missing_alt_text.message": "У Вашым допісе ёсць медыя без альтэрнатыўнага тэксту. Дадаванне апісання дапамагае зрабіць Ваш допіс даступным для большай колькасці людзей.",
|
||||||
"confirmations.missing_alt_text.secondary": "Усё адно апублікаваць",
|
"confirmations.missing_alt_text.secondary": "Усё адно апублікаваць",
|
||||||
"confirmations.missing_alt_text.title": "Дадаць альтэрнатыўны тэкст?",
|
"confirmations.missing_alt_text.title": "Дадаць альтэрнатыўны тэкст?",
|
||||||
"confirmations.mute.confirm": "Ігнараваць",
|
"confirmations.mute.confirm": "Ігнараваць",
|
||||||
|
|
@ -233,6 +243,7 @@
|
||||||
"confirmations.redraft.message": "Вы ўпэўнены, што хочаце выдаліць допіс і перапісаць яго? Упадабанні і пашырэнні згубяцца, а адказы да арыгінальнага допісу асірацеюць.",
|
"confirmations.redraft.message": "Вы ўпэўнены, што хочаце выдаліць допіс і перапісаць яго? Упадабанні і пашырэнні згубяцца, а адказы да арыгінальнага допісу асірацеюць.",
|
||||||
"confirmations.redraft.title": "Выдаліць і перапісаць допіс?",
|
"confirmations.redraft.title": "Выдаліць і перапісаць допіс?",
|
||||||
"confirmations.remove_from_followers.confirm": "Выдаліць падпісчыка",
|
"confirmations.remove_from_followers.confirm": "Выдаліць падпісчыка",
|
||||||
|
"confirmations.remove_from_followers.message": "Карыстальнік {name} больш не будзе падпісаны на Вас. Упэўненыя, што хочаце працягнуць?",
|
||||||
"confirmations.remove_from_followers.title": "Выдаліць падпісчыка?",
|
"confirmations.remove_from_followers.title": "Выдаліць падпісчыка?",
|
||||||
"confirmations.unfollow.confirm": "Адпісацца",
|
"confirmations.unfollow.confirm": "Адпісацца",
|
||||||
"confirmations.unfollow.message": "Вы ўпэўненыя, што хочаце адпісацца ад {name}?",
|
"confirmations.unfollow.message": "Вы ўпэўненыя, што хочаце адпісацца ад {name}?",
|
||||||
|
|
@ -247,7 +258,7 @@
|
||||||
"copy_icon_button.copied": "Скапіявана ў буфер абмену",
|
"copy_icon_button.copied": "Скапіявана ў буфер абмену",
|
||||||
"copypaste.copied": "Скапіравана",
|
"copypaste.copied": "Скапіравана",
|
||||||
"copypaste.copy_to_clipboard": "Скапіяваць у буфер абмену",
|
"copypaste.copy_to_clipboard": "Скапіяваць у буфер абмену",
|
||||||
"directory.federated": "З вядомага федэсвету",
|
"directory.federated": "З вядомага федэральнага сусвету",
|
||||||
"directory.local": "Толькі з {domain}",
|
"directory.local": "Толькі з {domain}",
|
||||||
"directory.new_arrivals": "Новыя карыстальнікі",
|
"directory.new_arrivals": "Новыя карыстальнікі",
|
||||||
"directory.recently_active": "Нядаўна актыўныя",
|
"directory.recently_active": "Нядаўна актыўныя",
|
||||||
|
|
@ -255,7 +266,7 @@
|
||||||
"disabled_account_banner.text": "Ваш уліковы запіс {disabledAccount} часова адключаны.",
|
"disabled_account_banner.text": "Ваш уліковы запіс {disabledAccount} часова адключаны.",
|
||||||
"dismissable_banner.community_timeline": "Гэта самыя апошнія допісы ад людзей, уліковыя запісы якіх размяшчаюцца на {domain}.",
|
"dismissable_banner.community_timeline": "Гэта самыя апошнія допісы ад людзей, уліковыя запісы якіх размяшчаюцца на {domain}.",
|
||||||
"dismissable_banner.dismiss": "Адхіліць",
|
"dismissable_banner.dismiss": "Адхіліць",
|
||||||
"dismissable_banner.public_timeline": "Вось апошнія публічныя допісы ад карыстальнікаў fediverse на якіх падпісаны карыстальнікі {domain}.",
|
"dismissable_banner.public_timeline": "Вось апошнія публічныя допісы ад карыстальнікаў федэральнага сусвету, на якіх падпісаныя карыстальнікі {domain}.",
|
||||||
"domain_block_modal.block": "Заблакіраваць сервер",
|
"domain_block_modal.block": "Заблакіраваць сервер",
|
||||||
"domain_block_modal.block_account_instead": "Заблакіраваць @{name} замест гэтага",
|
"domain_block_modal.block_account_instead": "Заблакіраваць @{name} замест гэтага",
|
||||||
"domain_block_modal.they_can_interact_with_old_posts": "Людзі з гэтага сервера змогуць узаемадзейнічаць з вашымі старымі допісамі.",
|
"domain_block_modal.they_can_interact_with_old_posts": "Людзі з гэтага сервера змогуць узаемадзейнічаць з вашымі старымі допісамі.",
|
||||||
|
|
@ -273,12 +284,12 @@
|
||||||
"domain_pill.their_username": "Унікальны ідэнтыфікатар карыстальніка на серверы. Можна знайсці карыстальнікаў з аднолькавым іменем карыстальніка на розных серверах.",
|
"domain_pill.their_username": "Унікальны ідэнтыфікатар карыстальніка на серверы. Можна знайсці карыстальнікаў з аднолькавым іменем карыстальніка на розных серверах.",
|
||||||
"domain_pill.username": "Імя карыстальніка",
|
"domain_pill.username": "Імя карыстальніка",
|
||||||
"domain_pill.whats_in_a_handle": "Што такое ідэнтыфікатар карыстальніка?",
|
"domain_pill.whats_in_a_handle": "Што такое ідэнтыфікатар карыстальніка?",
|
||||||
"domain_pill.who_they_are": "Паколькі ідэнтыфікатары кажуць аб тым, хто гэты чалавек і якім серверам ён карыстаецца, вы можаце ўзаемадзейнічаць з карыстальнікамі <button> платформ, якія падтрымліваюць ActivityPub</button>.",
|
"domain_pill.who_they_are": "Паколькі ідэнтыфікатары кажуць аб тым, хто гэты чалавек і якім серверам ён карыстаецца, Вы можаце ўзаемадзейнічаць з карыстальнікамі <button> платформ, якія падтрымліваюць ActivityPub</button>.",
|
||||||
"domain_pill.who_you_are": "Паколькі ваш ідэнтыфікатар кажа аб тым, хто вы і дзе знаходзіцеся, людзі могуць узаемадзейнічаць з вамі ў сацыяльнай сетцы <button> на платформах, якія падтрымліваюць ActivityPub</button>.",
|
"domain_pill.who_you_are": "Паколькі Ваш ідэнтыфікатар кажа аб тым, хто Вы і дзе знаходзіцеся, людзі могуць узаемадзейнічаць з вамі ў сацыяльнай сетцы <button> на платформах, якія падтрымліваюць ActivityPub</button>.",
|
||||||
"domain_pill.your_handle": "Ваш ідэнтыфікатар:",
|
"domain_pill.your_handle": "Ваш ідэнтыфікатар:",
|
||||||
"domain_pill.your_server": "Ваш лічбавы дом, дзе захоўваюцца ўсе вашыя допісы. Не падабаецца гэты сервер? Змяніце сервер у любы час з захаваннем сваіх падпісчыкаў.",
|
"domain_pill.your_server": "Ваш лічбавы дом, дзе захоўваюцца ўсе вашыя допісы. Не падабаецца гэты сервер? Змяніце сервер у любы час з захаваннем сваіх падпісчыкаў.",
|
||||||
"domain_pill.your_username": "Ваш унікальны ідэнтыфікатар на гэтым серверы. Можна знайсці карыстальнікаў з аднолькавым іменем карыстальніка на розных серверах.",
|
"domain_pill.your_username": "Ваш унікальны ідэнтыфікатар на гэтым серверы. Можна знайсці карыстальнікаў з аднолькавым іменем карыстальніка на розных серверах.",
|
||||||
"embed.instructions": "Убудуйце гэты пост на свой сайт, скапіраваўшы прыведзены ніжэй код",
|
"embed.instructions": "Убудуйце гэты допіс на свой сайт, скапіраваўшы прыведзены ніжэй код.",
|
||||||
"embed.preview": "Вось як гэта будзе выглядаць:",
|
"embed.preview": "Вось як гэта будзе выглядаць:",
|
||||||
"emoji_button.activity": "Актыўнасць",
|
"emoji_button.activity": "Актыўнасць",
|
||||||
"emoji_button.clear": "Ачысціць",
|
"emoji_button.clear": "Ачысціць",
|
||||||
|
|
@ -290,36 +301,39 @@
|
||||||
"emoji_button.not_found": "Адпаведныя эмодзі не знойдзены",
|
"emoji_button.not_found": "Адпаведныя эмодзі не знойдзены",
|
||||||
"emoji_button.objects": "Прадметы",
|
"emoji_button.objects": "Прадметы",
|
||||||
"emoji_button.people": "Людзі",
|
"emoji_button.people": "Людзі",
|
||||||
"emoji_button.recent": "Чата выкарыстаныя",
|
"emoji_button.recent": "Часта выкарыстоўваемыя",
|
||||||
"emoji_button.search": "Пошук...",
|
"emoji_button.search": "Пошук...",
|
||||||
"emoji_button.search_results": "Вынікі пошуку",
|
"emoji_button.search_results": "Вынікі пошуку",
|
||||||
"emoji_button.symbols": "Сімвалы",
|
"emoji_button.symbols": "Сімвалы",
|
||||||
"emoji_button.travel": "Падарожжы і месцы",
|
"emoji_button.travel": "Падарожжы і месцы",
|
||||||
|
"empty_column.account_featured.me": "Вы яшчэ нічога не паказалі. Ці ведалі Вы, што ў сваім профілі Вы можаце паказаць свае хэштэгі, якімі найбольш карыстаецеся, і нават профілі сваіх сяброў?",
|
||||||
|
"empty_column.account_featured.other": "{acct} яшчэ нічога не паказаў. Ці ведалі Вы, што ў сваім профілі Вы можаце паказаць свае хэштэгі, якімі найбольш карыстаецеся, і нават профілі сваіх сяброў?",
|
||||||
|
"empty_column.account_featured_other.unknown": "Гэты ўліковы запіс яшчэ нічога не паказаў.",
|
||||||
"empty_column.account_hides_collections": "Гэты карыстальнік вырашыў схаваць гэтую інфармацыю",
|
"empty_column.account_hides_collections": "Гэты карыстальнік вырашыў схаваць гэтую інфармацыю",
|
||||||
"empty_column.account_suspended": "Уліковы запіс прыпынены",
|
"empty_column.account_suspended": "Уліковы запіс прыпынены",
|
||||||
"empty_column.account_timeline": "Тут няма допісаў!",
|
"empty_column.account_timeline": "Тут няма допісаў!",
|
||||||
"empty_column.account_unavailable": "Профіль недаступны",
|
"empty_column.account_unavailable": "Профіль недаступны",
|
||||||
"empty_column.blocks": "Вы яшчэ нікога не заблакіравалі.",
|
"empty_column.blocks": "Вы яшчэ нікога не заблакіравалі.",
|
||||||
"empty_column.bookmarked_statuses": "У вашых закладках яшчэ няма допісаў. Калі вы дадасце закладку, яна з’явіцца тут.",
|
"empty_column.bookmarked_statuses": "У Вашых закладках яшчэ няма допісаў. Калі Вы дадасце закладку, яна з’явіцца тут.",
|
||||||
"empty_column.community": "Мясцовая стужка пустая. Напішыце нешта публічнае, каб разварушыць справу!",
|
"empty_column.community": "Мясцовая стужка пустая. Напішыце нешта публічнае, каб разварушыць справу!",
|
||||||
"empty_column.direct": "Пакуль у вас няма асабістых згадванняў. Калі вы дашляце або атрымаеце штосьці, яно з’явіцца тут.",
|
"empty_column.direct": "Пакуль у Вас няма асабістых згадванняў. Калі Вы дашляце або атрымаеце штосьці, яно з’явіцца тут.",
|
||||||
"empty_column.domain_blocks": "Заблакіраваных даменаў пакуль няма.",
|
"empty_column.domain_blocks": "Заблакіраваных даменаў пакуль няма.",
|
||||||
"empty_column.explore_statuses": "Зараз не ў трэндзе. Праверце пазней",
|
"empty_column.explore_statuses": "Зараз не ў трэндзе. Праверце пазней",
|
||||||
"empty_column.favourited_statuses": "Вы яшчэ не ўпадабалі ніводны допіс. Калі гэта адбудзецца, вы ўбачыце яго тут.",
|
"empty_column.favourited_statuses": "Вы яшчэ не ўпадабалі ніводны допіс. Калі гэта адбудзецца, Вы ўбачыце яго тут.",
|
||||||
"empty_column.favourites": "Ніхто яшчэ не ўпадабаў гэты допіс. Калі гэта адбудзецца, вы ўбачыце гэтых людзей тут.",
|
"empty_column.favourites": "Ніхто яшчэ не ўпадабаў гэты допіс. Калі гэта адбудзецца, Вы ўбачыце гэтых людзей тут.",
|
||||||
"empty_column.follow_requests": "У вас яшчэ няма запытаў на падпіску. Калі вы атрымаеце запыт, ён з’явіцца тут.",
|
"empty_column.follow_requests": "У Вас яшчэ няма запытаў на падпіску. Калі Вы атрымаеце запыт, ён з’явіцца тут.",
|
||||||
"empty_column.followed_tags": "Вы пакуль не падпісаны ні на адзін хэштэг. Калі падпішацеся, яны з’явяцца тут.",
|
"empty_column.followed_tags": "Вы пакуль не падпісаны ні на адзін хэштэг. Калі падпішацеся, яны з’явяцца тут.",
|
||||||
"empty_column.hashtag": "Па гэтаму хэштэгу пакуль што нічога няма.",
|
"empty_column.hashtag": "Па гэтаму хэштэгу пакуль што нічога няма.",
|
||||||
"empty_column.home": "Галоўная стужка пустая! Падпішыцеся на іншых людзей, каб запоўніць яе. {suggestions}",
|
"empty_column.home": "Галоўная стужка пустая! Падпішыцеся на іншых людзей, каб запоўніць яе. {suggestions}",
|
||||||
"empty_column.list": "У гэтым спісе пакуль што нічога няма. Калі члены лісту апублікуюць новыя запісы, яны з'явяцца тут.",
|
"empty_column.list": "У гэтым спісе пакуль што нічога няма. Калі члены спіса апублікуюць новыя запісы, яны з'явяцца тут.",
|
||||||
"empty_column.mutes": "Вы яшчэ нікога не ігнаруеце.",
|
"empty_column.mutes": "Вы яшчэ нікога не ігнаруеце.",
|
||||||
"empty_column.notification_requests": "Чысціня! Тут нічога няма. Калі вы будзеце атрымліваць новыя апавяшчэння, яны будуць з'яўляцца тут у адпаведнасці з вашымі наладамі.",
|
"empty_column.notification_requests": "Чысціня! Тут нічога няма. Калі Вы будзеце атрымліваць новыя апавяшчэнні, яны будуць з'яўляцца тут у адпаведнасці з Вашымі наладамі.",
|
||||||
"empty_column.notifications": "У вас няма ніякіх апавяшчэнняў. Калі іншыя людзі ўзаемадзейнічаюць з вамі, вы ўбачыце гэта тут.",
|
"empty_column.notifications": "У Вас няма ніякіх апавяшчэнняў. Калі іншыя людзі захочуць узаемадзейнічаць з Вамі, Вы ўбачыце гэта тут.",
|
||||||
"empty_column.public": "Тут нічога няма! Апублікуйце што-небудзь, або падпішыцеся на карыстальнікаў з другіх сервераў",
|
"empty_column.public": "Тут нічога няма! Апублікуйце што-небудзь, або падпішыцеся на карыстальнікаў з другіх сервераў",
|
||||||
"error.unexpected_crash.explanation": "Гэта старонка не можа быць адлюстравана карэктна з-за памылкі ў нашым кодзе, або праблемы з сумяшчальнасцю браўзера.",
|
"error.unexpected_crash.explanation": "Гэта старонка не можа быць адлюстравана карэктна з-за памылкі ў нашым кодзе, або праблемы з сумяшчальнасцю браўзера.",
|
||||||
"error.unexpected_crash.explanation_addons": "Гэтая старонка не можа быць адлюстравана карэктна. Верагодна, гэтая памылка выклікана дадатковым кампанентам браўзера або інструментамі аўтаматычнага перакладу",
|
"error.unexpected_crash.explanation_addons": "Гэтая старонка не можа быць адлюстравана карэктна. Верагодна, гэтая памылка выкліканая дадатковым кампанентам браўзера або інструментамі аўтаматычнага перакладу.",
|
||||||
"error.unexpected_crash.next_steps": "Паспрабуйце абнавіць старонку. Калі гэта не дапаможа, вы можаце паспрабаваць іншы браўзер, альбо выкарыстаць усталяваную праграму.",
|
"error.unexpected_crash.next_steps": "Паспрабуйце абнавіць старонку. Калі гэта не дапаможа, Вы можаце паспрабаваць іншы браўзер, альбо выкарыстаць усталяваную праграму.",
|
||||||
"error.unexpected_crash.next_steps_addons": "Паспрабуйце выключыць іх і абнавіць старонку. Калі гэта не дапамагае, вы ўсё яшчэ можаце карыстацца Mastodon праз іншы браўзер ці натыўную праграму.",
|
"error.unexpected_crash.next_steps_addons": "Паспрабуйце выключыць іх і абнавіць старонку. Калі гэта не дапамагае, Вы ўсё яшчэ можаце карыстацца Mastodon праз іншы браўзер ці асобную праграму.",
|
||||||
"errors.unexpected_crash.copy_stacktrace": "Дадаць дыягнастычны стэк у буфер абмену",
|
"errors.unexpected_crash.copy_stacktrace": "Дадаць дыягнастычны стэк у буфер абмену",
|
||||||
"errors.unexpected_crash.report_issue": "Паведаміць аб праблеме",
|
"errors.unexpected_crash.report_issue": "Паведаміць аб праблеме",
|
||||||
"explore.suggested_follows": "Людзі",
|
"explore.suggested_follows": "Людзі",
|
||||||
|
|
@ -327,18 +341,19 @@
|
||||||
"explore.trending_links": "Навіны",
|
"explore.trending_links": "Навіны",
|
||||||
"explore.trending_statuses": "Допісы",
|
"explore.trending_statuses": "Допісы",
|
||||||
"explore.trending_tags": "Хэштэгі",
|
"explore.trending_tags": "Хэштэгі",
|
||||||
|
"featured_carousel.header": "{count, plural,one {Замацаваны допіс} other {Замацаваныя допісы}}",
|
||||||
"featured_carousel.next": "Далей",
|
"featured_carousel.next": "Далей",
|
||||||
"featured_carousel.post": "Допіс",
|
"featured_carousel.post": "Допіс",
|
||||||
"featured_carousel.previous": "Назад",
|
"featured_carousel.previous": "Назад",
|
||||||
"featured_carousel.slide": "{index} з {total}",
|
"featured_carousel.slide": "{index} з {total}",
|
||||||
"filter_modal.added.context_mismatch_explanation": "Гэтая катэгорыя фільтра не прымяняецца да кантэксту, у якім вы адкрылі гэты пост. Калі вы хочаце, каб паведамленне таксама было адфільтравана ў гэтым кантэксце, вам трэба будзе адрэдагаваць фільтр",
|
"filter_modal.added.context_mismatch_explanation": "Гэтая катэгорыя фільтра не прымяняецца да кантэксту, у якім Вы адкрылі гэты допіс. Калі Вы хочаце, каб паведамленне таксама было адфільтраванае ў гэтым кантэксце, Вам трэба будзе адрэдагаваць фільтр.",
|
||||||
"filter_modal.added.context_mismatch_title": "Неадпаведны кантэкст!",
|
"filter_modal.added.context_mismatch_title": "Неадпаведны кантэкст!",
|
||||||
"filter_modal.added.expired_explanation": "Тэрмін дзеяння гэтай катэгорыі фільтраў скончыўся, вам трэба будзе змяніць дату заканчэння тэрміну дзеяння, каб яна прымянялася",
|
"filter_modal.added.expired_explanation": "Тэрмін дзеяння гэтай катэгорыі фільтраў скончыўся, вам трэба будзе змяніць дату заканчэння тэрміну дзеяння, каб яна прымянялася",
|
||||||
"filter_modal.added.expired_title": "Пратэрмінаваны фільтр!",
|
"filter_modal.added.expired_title": "Пратэрмінаваны фільтр!",
|
||||||
"filter_modal.added.review_and_configure": "Для прагляду і наступнай канфігурацыі фільтра катэгорый, перайдзіце на {settings_link}.",
|
"filter_modal.added.review_and_configure": "Для прагляду і наступнай канфігурацыі фільтра катэгорый, перайдзіце на {settings_link}.",
|
||||||
"filter_modal.added.review_and_configure_title": "Налады фільтра",
|
"filter_modal.added.review_and_configure_title": "Налады фільтра",
|
||||||
"filter_modal.added.settings_link": "старонка наладаў",
|
"filter_modal.added.settings_link": "старонка наладаў",
|
||||||
"filter_modal.added.short_explanation": "Гэты пост быў дабаўлены ў катэгорыю з наступным фільтрам: {title}.",
|
"filter_modal.added.short_explanation": "Гэты допіс быў дададзены ў катэгорыю з наступным фільтрам: {title}.",
|
||||||
"filter_modal.added.title": "Фільтр дабаўлены!",
|
"filter_modal.added.title": "Фільтр дабаўлены!",
|
||||||
"filter_modal.select_filter.context_mismatch": "Не мае дачынення да кантэксту ",
|
"filter_modal.select_filter.context_mismatch": "Не мае дачынення да кантэксту ",
|
||||||
"filter_modal.select_filter.expired": "пратэрмінавана",
|
"filter_modal.select_filter.expired": "пратэрмінавана",
|
||||||
|
|
@ -348,27 +363,27 @@
|
||||||
"filter_modal.select_filter.title": "Фільтраваць гэты допіс",
|
"filter_modal.select_filter.title": "Фільтраваць гэты допіс",
|
||||||
"filter_modal.title.status": "Фільтраваць допіс",
|
"filter_modal.title.status": "Фільтраваць допіс",
|
||||||
"filter_warning.matches_filter": "Адпавядае фільтру \"<span>{title}</span>\"",
|
"filter_warning.matches_filter": "Адпавядае фільтру \"<span>{title}</span>\"",
|
||||||
"filtered_notifications_banner.pending_requests": "Ад {count, plural, =0 {# людзей якіх} one {# чалавека якіх} few {# чалавек якіх} many {# людзей якіх} other {# чалавека якіх}} вы магчыма ведаеце",
|
"filtered_notifications_banner.pending_requests": "Ад {count, plural, =0 {# людзей якіх} one {# чалавека якіх} few {# чалавек якіх} many {# людзей якіх} other {# чалавека якіх}} Вы магчыма ведаеце",
|
||||||
"filtered_notifications_banner.title": "Адфільтраваныя апавяшчэнні",
|
"filtered_notifications_banner.title": "Адфільтраваныя апавяшчэнні",
|
||||||
"firehose.all": "Усе",
|
"firehose.all": "Усе",
|
||||||
"firehose.local": "Гэты сервер",
|
"firehose.local": "Гэты сервер",
|
||||||
"firehose.remote": "Іншыя серверы",
|
"firehose.remote": "Іншыя серверы",
|
||||||
"follow_request.authorize": "Аўтарызацыя",
|
"follow_request.authorize": "Аўтарызацыя",
|
||||||
"follow_request.reject": "Адхіліць",
|
"follow_request.reject": "Адхіліць",
|
||||||
"follow_requests.unlocked_explanation": "Ваш акаўнт не схаваны, аднак прадстаўнікі {domain} палічылі, што вы можаце захацець праглядзець запыты на падпіску з гэтых профіляў уручную.",
|
"follow_requests.unlocked_explanation": "Ваш уліковы запіс не схаваны, аднак прадстаўнікі {domain} палічылі, што Вы можаце захацець праглядзець запыты на падпіску з гэтых уліковых запісаў уручную.",
|
||||||
"follow_suggestions.curated_suggestion": "Выбар адміністрацыі",
|
"follow_suggestions.curated_suggestion": "Выбар адміністрацыі",
|
||||||
"follow_suggestions.dismiss": "Не паказваць зноў",
|
"follow_suggestions.dismiss": "Не паказваць зноў",
|
||||||
"follow_suggestions.featured_longer": "Адабраныя камандай {domain} уручную",
|
"follow_suggestions.featured_longer": "Адабраныя камандай {domain} уручную",
|
||||||
"follow_suggestions.friends_of_friends_longer": "Папулярнае сярод людзей, на якіх Вы падпісаны",
|
"follow_suggestions.friends_of_friends_longer": "Папулярнае сярод людзей, на якіх Вы падпісаныя",
|
||||||
"follow_suggestions.hints.featured": "Гэты профіль быў выбраны ўручную камандай {domain}.",
|
"follow_suggestions.hints.featured": "Гэты профіль быў выбраны ўручную камандай {domain}.",
|
||||||
"follow_suggestions.hints.friends_of_friends": "Гэты профіль папулярны сярод людзей, на якіх вы падпісаліся.",
|
"follow_suggestions.hints.friends_of_friends": "Гэты профіль папулярны сярод людзей, на якіх Вы падпісаліся.",
|
||||||
"follow_suggestions.hints.most_followed": "Гэты профіль - адзін з профіляў з самай вялікай колькасцю падпісак на {domain}.",
|
"follow_suggestions.hints.most_followed": "Гэты профіль - адзін з профіляў з самай вялікай колькасцю падпісак на {domain}.",
|
||||||
"follow_suggestions.hints.most_interactions": "У апошні час гэты профіль прыцягвае шмат увагі на {domain}.",
|
"follow_suggestions.hints.most_interactions": "У апошні час гэты профіль прыцягвае шмат увагі на {domain}.",
|
||||||
"follow_suggestions.hints.similar_to_recently_followed": "Гэты профіль падобны на профілі, на якія вы нядаўна падпісаліся.",
|
"follow_suggestions.hints.similar_to_recently_followed": "Гэты профіль падобны на профілі, на якія Вы нядаўна падпісаліся.",
|
||||||
"follow_suggestions.personalized_suggestion": "Персаналізаваная прапанова",
|
"follow_suggestions.personalized_suggestion": "Персаналізаваная прапанова",
|
||||||
"follow_suggestions.popular_suggestion": "Папулярная прапанова",
|
"follow_suggestions.popular_suggestion": "Папулярная прапанова",
|
||||||
"follow_suggestions.popular_suggestion_longer": "Папулярнае на {domain}",
|
"follow_suggestions.popular_suggestion_longer": "Папулярнае на {domain}",
|
||||||
"follow_suggestions.similar_to_recently_followed_longer": "Падобныя профілі, за якімі вы нядаўна сачылі",
|
"follow_suggestions.similar_to_recently_followed_longer": "Падобныя профілі, за якімі Вы нядаўна сачылі",
|
||||||
"follow_suggestions.view_all": "Праглядзець усё",
|
"follow_suggestions.view_all": "Праглядзець усё",
|
||||||
"follow_suggestions.who_to_follow": "На каго падпісацца",
|
"follow_suggestions.who_to_follow": "На каго падпісацца",
|
||||||
"followed_tags": "Падпіскі",
|
"followed_tags": "Падпіскі",
|
||||||
|
|
@ -383,6 +398,8 @@
|
||||||
"generic.saved": "Захавана",
|
"generic.saved": "Захавана",
|
||||||
"getting_started.heading": "Пачатак працы",
|
"getting_started.heading": "Пачатак працы",
|
||||||
"hashtag.admin_moderation": "Адкрыць інтэрфейс мадэратара для #{name}",
|
"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.all": "і {additional}",
|
||||||
"hashtag.column_header.tag_mode.any": "або {additional}",
|
"hashtag.column_header.tag_mode.any": "або {additional}",
|
||||||
"hashtag.column_header.tag_mode.none": "без {additional}",
|
"hashtag.column_header.tag_mode.none": "без {additional}",
|
||||||
|
|
@ -395,7 +412,10 @@
|
||||||
"hashtag.counter_by_accounts": "{count, plural, one {{counter} удзельнік} few {{counter} удзельніка} many {{counter} удзельнікаў} other {{counter} удзельніка}}",
|
"hashtag.counter_by_accounts": "{count, plural, one {{counter} удзельнік} few {{counter} удзельніка} many {{counter} удзельнікаў} other {{counter} удзельніка}}",
|
||||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} допіс} few {{counter} допісы} many {{counter} допісаў} other {{counter} допісу}}",
|
"hashtag.counter_by_uses": "{count, plural, one {{counter} допіс} few {{counter} допісы} many {{counter} допісаў} other {{counter} допісу}}",
|
||||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} допіс} few {{counter} допісы} many {{counter} допісаў} other {{counter} допісу}} за сёння",
|
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} допіс} few {{counter} допісы} many {{counter} допісаў} other {{counter} допісу}} за сёння",
|
||||||
|
"hashtag.feature": "Паказваць у профілі",
|
||||||
"hashtag.follow": "Падпісацца на хэштэг",
|
"hashtag.follow": "Падпісацца на хэштэг",
|
||||||
|
"hashtag.mute": "Ігнараваць #{hashtag}",
|
||||||
|
"hashtag.unfeature": "Не паказваць у профілі",
|
||||||
"hashtag.unfollow": "Адпісацца ад хэштэга",
|
"hashtag.unfollow": "Адпісацца ад хэштэга",
|
||||||
"hashtags.and_other": "…і яшчэ {count, plural, other {#}}",
|
"hashtags.and_other": "…і яшчэ {count, plural, other {#}}",
|
||||||
"hints.profiles.followers_may_be_missing": "Падпісчыкі гэтага профілю могуць адсутнічаць.",
|
"hints.profiles.followers_may_be_missing": "Падпісчыкі гэтага профілю могуць адсутнічаць.",
|
||||||
|
|
@ -414,7 +434,7 @@
|
||||||
"home.pending_critical_update.link": "Прагледзець абнаўленні",
|
"home.pending_critical_update.link": "Прагледзець абнаўленні",
|
||||||
"home.pending_critical_update.title": "Даступна крытычнае абнаўленне бяспекі!",
|
"home.pending_critical_update.title": "Даступна крытычнае абнаўленне бяспекі!",
|
||||||
"home.show_announcements": "Паказаць аб'явы",
|
"home.show_announcements": "Паказаць аб'явы",
|
||||||
"ignore_notifications_modal.disclaimer": "Mastodon не можа паведамляць карыстальнікам, што вы праігнаравалі апавяшчэнні ад іх. Ігнараванне апавяшчэнняў не спыніць адпраўку саміх паведамленняў.",
|
"ignore_notifications_modal.disclaimer": "Mastodon не можа паведамляць карыстальнікам, што Вы праігнаравалі апавяшчэнні ад іх. Ігнараванне апавяшчэнняў не спыніць адпраўку саміх паведамленняў.",
|
||||||
"ignore_notifications_modal.filter_instead": "Замест гэтага адфільтраваць",
|
"ignore_notifications_modal.filter_instead": "Замест гэтага адфільтраваць",
|
||||||
"ignore_notifications_modal.filter_to_act_users": "Вы па-ранейшаму зможаце прымаць, адхіляць ці скардзіцца на карыстальнікаў",
|
"ignore_notifications_modal.filter_to_act_users": "Вы па-ранейшаму зможаце прымаць, адхіляць ці скардзіцца на карыстальнікаў",
|
||||||
"ignore_notifications_modal.filter_to_avoid_confusion": "Выкарыстанне фільтраў дапамагае пазбягаць патэнцыйнай блытаніны",
|
"ignore_notifications_modal.filter_to_avoid_confusion": "Выкарыстанне фільтраў дапамагае пазбягаць патэнцыйнай блытаніны",
|
||||||
|
|
@ -423,11 +443,15 @@
|
||||||
"ignore_notifications_modal.limited_accounts_title": "Ігнараваць апавяшчэнні ад уліковых запісаў пад мадэрацыяй?",
|
"ignore_notifications_modal.limited_accounts_title": "Ігнараваць апавяшчэнні ад уліковых запісаў пад мадэрацыяй?",
|
||||||
"ignore_notifications_modal.new_accounts_title": "Ігнараваць апавяшчэнні ад новых уліковых запісаў?",
|
"ignore_notifications_modal.new_accounts_title": "Ігнараваць апавяшчэнні ад новых уліковых запісаў?",
|
||||||
"ignore_notifications_modal.not_followers_title": "Ігнараваць апавяшчэнні ад людзей, якія не падпісаныя на вас?",
|
"ignore_notifications_modal.not_followers_title": "Ігнараваць апавяшчэнні ад людзей, якія не падпісаныя на вас?",
|
||||||
"ignore_notifications_modal.not_following_title": "Ігнараваць апавяшчэнні ад людзей на якіх вы не падпісаны?",
|
"ignore_notifications_modal.not_following_title": "Ігнараваць апавяшчэнні ад людзей, на якіх Вы не падпісаныя?",
|
||||||
"ignore_notifications_modal.private_mentions_title": "Ігнараваць апавяшчэнні пра непажаданыя асабістыя згадванні?",
|
"ignore_notifications_modal.private_mentions_title": "Ігнараваць апавяшчэнні пра непажаданыя прыватныя згадванні?",
|
||||||
"info_button.label": "Даведка",
|
"info_button.label": "Даведка",
|
||||||
"interaction_modal.action.favourite": "Каб працягнуць, вы мусіце ўпадабаць нешта са свайго ўліковага запісу.",
|
"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.follow": "Каб працягнуць, вы мусіце падпісацца на некага са свайго ўліковага запісу.",
|
"interaction_modal.action.favourite": "Каб працягнуць, Вы мусіце ўпадабаць нешта са свайго ўліковага запісу.",
|
||||||
|
"interaction_modal.action.follow": "Каб працягнуць, Вы мусіце падпісацца на некага са свайго ўліковага запісу.",
|
||||||
|
"interaction_modal.action.reblog": "Каб працягнуць, Вам трэба пашырыць допіс са свайго ўліковага запісу.",
|
||||||
|
"interaction_modal.action.reply": "Каб працягнуць, Вам трэба адказаць са свайго ўліковага запісу.",
|
||||||
|
"interaction_modal.action.vote": "Каб працягнуць, Вам трэба прагаласаваць са свайго ўліковага запісу.",
|
||||||
"interaction_modal.go": "Перайсці",
|
"interaction_modal.go": "Перайсці",
|
||||||
"interaction_modal.no_account_yet": "Не маеце ўліковага запісу?",
|
"interaction_modal.no_account_yet": "Не маеце ўліковага запісу?",
|
||||||
"interaction_modal.on_another_server": "На іншым серверы",
|
"interaction_modal.on_another_server": "На іншым серверы",
|
||||||
|
|
@ -436,6 +460,7 @@
|
||||||
"interaction_modal.title.follow": "Падпісацца на {name}",
|
"interaction_modal.title.follow": "Падпісацца на {name}",
|
||||||
"interaction_modal.title.reblog": "Пашырыць допіс ад {name}",
|
"interaction_modal.title.reblog": "Пашырыць допіс ад {name}",
|
||||||
"interaction_modal.title.reply": "Адказаць на допіс {name}",
|
"interaction_modal.title.reply": "Адказаць на допіс {name}",
|
||||||
|
"interaction_modal.title.vote": "Прагаласуйце ў апытанні {name}",
|
||||||
"interaction_modal.username_prompt": "Напр., {example}",
|
"interaction_modal.username_prompt": "Напр., {example}",
|
||||||
"intervals.full.days": "{number, plural, one {# дзень} few {# дні} many {# дзён} other {# дня}}",
|
"intervals.full.days": "{number, plural, one {# дзень} few {# дні} many {# дзён} other {# дня}}",
|
||||||
"intervals.full.hours": "{number, plural, one {# гадзіна} few {# гадзіны} many {# гадзін} other {# гадзіны}}",
|
"intervals.full.hours": "{number, plural, one {# гадзіна} few {# гадзіны} many {# гадзін} other {# гадзіны}}",
|
||||||
|
|
@ -473,7 +498,7 @@
|
||||||
"keyboard_shortcuts.toggle_sensitivity": "Паказаць/схаваць медыя",
|
"keyboard_shortcuts.toggle_sensitivity": "Паказаць/схаваць медыя",
|
||||||
"keyboard_shortcuts.toot": "Стварыць новы допіс",
|
"keyboard_shortcuts.toot": "Стварыць новы допіс",
|
||||||
"keyboard_shortcuts.translate": "каб перакласці допіс",
|
"keyboard_shortcuts.translate": "каб перакласці допіс",
|
||||||
"keyboard_shortcuts.unfocus": "Расфакусаваць тэкставую вобласць/пошукавы радок",
|
"keyboard_shortcuts.unfocus": "Расфакусіраваць тэкставую вобласць/пошукавы радок",
|
||||||
"keyboard_shortcuts.up": "Перамясціцца ўверх па спісе",
|
"keyboard_shortcuts.up": "Перамясціцца ўверх па спісе",
|
||||||
"lightbox.close": "Закрыць",
|
"lightbox.close": "Закрыць",
|
||||||
"lightbox.next": "Далей",
|
"lightbox.next": "Далей",
|
||||||
|
|
@ -481,7 +506,7 @@
|
||||||
"lightbox.zoom_in": "Маштабаваць да фактычнага памеру",
|
"lightbox.zoom_in": "Маштабаваць да фактычнага памеру",
|
||||||
"lightbox.zoom_out": "Дапасаваць усё змесціва пад памеры экрана",
|
"lightbox.zoom_out": "Дапасаваць усё змесціва пад памеры экрана",
|
||||||
"limited_account_hint.action": "Усе роўна паказваць профіль",
|
"limited_account_hint.action": "Усе роўна паказваць профіль",
|
||||||
"limited_account_hint.title": "Гэты профіль быў схаваны мадэратарамі",
|
"limited_account_hint.title": "Гэты профіль быў схаваны мадэратарамі {domain}.",
|
||||||
"link_preview.author": "Ад {name}",
|
"link_preview.author": "Ад {name}",
|
||||||
"link_preview.more_from_author": "Больш ад {name}",
|
"link_preview.more_from_author": "Больш ад {name}",
|
||||||
"link_preview.shares": "{count, plural, one {{counter} допіс} few {{counter} допісы} many {{counter} допісаў} other {{counter} допісу}}",
|
"link_preview.shares": "{count, plural, one {{counter} допіс} few {{counter} допісы} many {{counter} допісаў} other {{counter} допісу}}",
|
||||||
|
|
@ -489,34 +514,40 @@
|
||||||
"lists.add_to_list": "Дадаць у спіс",
|
"lists.add_to_list": "Дадаць у спіс",
|
||||||
"lists.add_to_lists": "Дадаць {name} у спісы",
|
"lists.add_to_lists": "Дадаць {name} у спісы",
|
||||||
"lists.create": "Стварыць",
|
"lists.create": "Стварыць",
|
||||||
|
"lists.create_a_list_to_organize": "Стварыце новы спіс, каб арганізаваць сваю Галоўную старонку",
|
||||||
"lists.create_list": "Стварыць спіс",
|
"lists.create_list": "Стварыць спіс",
|
||||||
"lists.delete": "Выдаліць спіс",
|
"lists.delete": "Выдаліць спіс",
|
||||||
"lists.done": "Гатова",
|
"lists.done": "Гатова",
|
||||||
"lists.edit": "Рэдагаваць спіс",
|
"lists.edit": "Рэдагаваць спіс",
|
||||||
|
"lists.exclusive": "Схаваць карыстальнікаў на Галоўнай старонцы",
|
||||||
|
"lists.exclusive_hint": "Калі ў гэтым спісе нехта ёсць, схавайце яго на сваёй Галоўнай старонцы, каб не бачыць яго допісы двойчы.",
|
||||||
|
"lists.find_users_to_add": "Знайсці карыстальнікаў, каб дадаць",
|
||||||
|
"lists.list_members_count": "{count, plural,one {# карыстальнік}other {# карыстальнікі}}",
|
||||||
"lists.list_name": "Назва спіса",
|
"lists.list_name": "Назва спіса",
|
||||||
"lists.new_list_name": "Назва новага спіса",
|
"lists.new_list_name": "Назва новага спіса",
|
||||||
"lists.no_lists_yet": "Пакуль няма спісаў.",
|
"lists.no_lists_yet": "Пакуль няма спісаў.",
|
||||||
"lists.no_members_yet": "Пакуль няма ўдзельнікаў.",
|
"lists.no_members_yet": "Пакуль няма ўдзельнікаў.",
|
||||||
"lists.no_results_found": "Нічога не знойдзена.",
|
"lists.no_results_found": "Нічога не знойдзена.",
|
||||||
"lists.remove_member": "Выдаліць",
|
"lists.remove_member": "Выдаліць",
|
||||||
"lists.replies_policy.followed": "Любы карыстальнік, на якога вы падпісаліся",
|
"lists.replies_policy.followed": "Любы карыстальнік, на якога Вы падпісаліся",
|
||||||
"lists.replies_policy.list": "Удзельнікі гэтага спісу",
|
"lists.replies_policy.list": "Удзельнікі гэтага спісу",
|
||||||
"lists.replies_policy.none": "Нікога",
|
"lists.replies_policy.none": "Нікога",
|
||||||
"lists.save": "Захаваць",
|
"lists.save": "Захаваць",
|
||||||
"lists.search": "Пошук",
|
"lists.search": "Пошук",
|
||||||
|
"lists.show_replies_to": "Уключыць адказы ад карыстальнікаў са спіса",
|
||||||
"load_pending": "{count, plural, one {# новы элемент} few {# новыя элементы} many {# новых элементаў} other {# новых элементаў}}",
|
"load_pending": "{count, plural, one {# новы элемент} few {# новыя элементы} many {# новых элементаў} other {# новых элементаў}}",
|
||||||
"loading_indicator.label": "Ідзе загрузка…",
|
"loading_indicator.label": "Ідзе загрузка…",
|
||||||
"media_gallery.hide": "Схаваць",
|
"media_gallery.hide": "Схаваць",
|
||||||
"moved_to_account_banner.text": "Ваш уліковы запіс {disabledAccount} зараз адключаны таму што вы перанесены на {movedToAccount}.",
|
"moved_to_account_banner.text": "Ваш уліковы запіс {disabledAccount} зараз адключаны, таму што Вы перайшлі на {movedToAccount}.",
|
||||||
"mute_modal.hide_from_notifications": "Схаваць з апавяшчэнняў",
|
"mute_modal.hide_from_notifications": "Схаваць з апавяшчэнняў",
|
||||||
"mute_modal.hide_options": "Схаваць опцыі",
|
"mute_modal.hide_options": "Схаваць опцыі",
|
||||||
"mute_modal.indefinite": "Пакуль я не прыбяру ігнараванне",
|
"mute_modal.indefinite": "Пакуль я не прыбяру ігнараванне",
|
||||||
"mute_modal.show_options": "Паказаць опцыі",
|
"mute_modal.show_options": "Паказаць опцыі",
|
||||||
"mute_modal.they_can_mention_and_follow": "Карыстальнік зможа згадваць вас і падпісацца на вас, але вы гэтага не ўбачыце.",
|
"mute_modal.they_can_mention_and_follow": "Карыстальнік зможа згадваць Вас і падпісацца на Вас, але Вы гэтага не ўбачыце.",
|
||||||
"mute_modal.they_wont_know": "Карыстальнік не будзе ведаць пра ігнараванне.",
|
"mute_modal.they_wont_know": "Карыстальнік не будзе ведаць пра ігнараванне.",
|
||||||
"mute_modal.title": "Ігнараваць карыстальніка?",
|
"mute_modal.title": "Ігнараваць карыстальніка?",
|
||||||
"mute_modal.you_wont_see_mentions": "Вы не ўбачыце паведамленняў са згадваннем карыстальніка.",
|
"mute_modal.you_wont_see_mentions": "Вы не ўбачыце паведамленняў са згадваннем карыстальніка.",
|
||||||
"mute_modal.you_wont_see_posts": "Карыстальнік па-ранейшаму будзе бачыць вашыя паведамленні, але вы не будзеце паведамленні карыстальніка.",
|
"mute_modal.you_wont_see_posts": "Карыстальнік па-ранейшаму будзе бачыць Вашыя допісы, але Вы не будзеце бачыць ягоныя.",
|
||||||
"navigation_bar.about": "Пра нас",
|
"navigation_bar.about": "Пра нас",
|
||||||
"navigation_bar.account_settings": "Пароль і бяспека",
|
"navigation_bar.account_settings": "Пароль і бяспека",
|
||||||
"navigation_bar.administration": "Адміністрацыя",
|
"navigation_bar.administration": "Адміністрацыя",
|
||||||
|
|
@ -524,7 +555,7 @@
|
||||||
"navigation_bar.automated_deletion": "Аўтаматычнае выдаленне допісаў",
|
"navigation_bar.automated_deletion": "Аўтаматычнае выдаленне допісаў",
|
||||||
"navigation_bar.blocks": "Заблакіраваныя карыстальнікі",
|
"navigation_bar.blocks": "Заблакіраваныя карыстальнікі",
|
||||||
"navigation_bar.bookmarks": "Закладкі",
|
"navigation_bar.bookmarks": "Закладкі",
|
||||||
"navigation_bar.direct": "Асабістыя згадванні",
|
"navigation_bar.direct": "Прыватныя згадванні",
|
||||||
"navigation_bar.domain_blocks": "Заблакіраваныя дамены",
|
"navigation_bar.domain_blocks": "Заблакіраваныя дамены",
|
||||||
"navigation_bar.favourites": "Упадабанае",
|
"navigation_bar.favourites": "Упадабанае",
|
||||||
"navigation_bar.filters": "Ігнараваныя словы",
|
"navigation_bar.filters": "Ігнараваныя словы",
|
||||||
|
|
@ -546,6 +577,8 @@
|
||||||
"navigation_bar.search_trends": "Пошук / Трэндавае",
|
"navigation_bar.search_trends": "Пошук / Трэндавае",
|
||||||
"navigation_panel.collapse_followed_tags": "Згарнуць меню падпісак на хэштэгі",
|
"navigation_panel.collapse_followed_tags": "Згарнуць меню падпісак на хэштэгі",
|
||||||
"navigation_panel.collapse_lists": "Згарнуць меню спісаў",
|
"navigation_panel.collapse_lists": "Згарнуць меню спісаў",
|
||||||
|
"navigation_panel.expand_followed_tags": "Разгарнуць меню падпісак на хэштэгі",
|
||||||
|
"navigation_panel.expand_lists": "Разгарнуць меню спіса",
|
||||||
"not_signed_in_indicator.not_signed_in": "Вам трэба ўвайсці каб атрымаць доступ да гэтага рэсурсу.",
|
"not_signed_in_indicator.not_signed_in": "Вам трэба ўвайсці каб атрымаць доступ да гэтага рэсурсу.",
|
||||||
"notification.admin.report": "{name} паскардзіўся на {target}",
|
"notification.admin.report": "{name} паскардзіўся на {target}",
|
||||||
"notification.admin.report_account": "{name} паскардзіўся на {count, plural, one {# допіс} many {# допісаў} other {# допіса}} ад {target} з прычыны {category}",
|
"notification.admin.report_account": "{name} паскардзіўся на {count, plural, one {# допіс} many {# допісаў} other {# допіса}} ад {target} з прычыны {category}",
|
||||||
|
|
@ -553,11 +586,15 @@
|
||||||
"notification.admin.report_statuses": "{name} паскардзіўся на {target} з прычыны {category}",
|
"notification.admin.report_statuses": "{name} паскардзіўся на {target} з прычыны {category}",
|
||||||
"notification.admin.report_statuses_other": "{name} паскардзіўся на {target}",
|
"notification.admin.report_statuses_other": "{name} паскардзіўся на {target}",
|
||||||
"notification.admin.sign_up": "{name} зарэгістраваўся",
|
"notification.admin.sign_up": "{name} зарэгістраваўся",
|
||||||
|
"notification.admin.sign_up.name_and_others": "{name} і {count, plural, one {# іншы} other {# іншых}} зарэгістраваліся",
|
||||||
|
"notification.annual_report.message": "Вас чакае Ваш #Wrapstodon нумар {year}! Падзяліцеся сваімі галоўнымі падзеямі і запамінальнымі момантамі ў Mastodon!",
|
||||||
"notification.annual_report.view": "Перайсці да #Wrapstodon",
|
"notification.annual_report.view": "Перайсці да #Wrapstodon",
|
||||||
"notification.favourite": "Ваш допіс упадабаны {name}",
|
"notification.favourite": "Карыстальнік {name} упадабаў Ваш допіс",
|
||||||
|
"notification.favourite.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы} other {# іншыя}}</a> ўпадабалі Ваш допіс",
|
||||||
"notification.favourite_pm": "Ваша асабістае згадванне ўпадабана {name}",
|
"notification.favourite_pm": "Ваша асабістае згадванне ўпадабана {name}",
|
||||||
"notification.favourite_pm.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы} few {# іншыя} many {# іншых} other {# іншых}}</a> ўпадабалі ваша асабістае згадванне",
|
"notification.favourite_pm.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы} few {# іншыя} many {# іншых} other {# іншых}}</a> ўпадабалі ваша асабістае згадванне",
|
||||||
"notification.follow": "{name} падпісаўся на вас",
|
"notification.follow": "{name} падпісаўся на вас",
|
||||||
|
"notification.follow.name_and_others": "{name} і <a>{count, plural, one {# іншы} other {# іншыя}}</a> падпісаліся на Вас",
|
||||||
"notification.follow_request": "{name} адправіў запыт на падпіску",
|
"notification.follow_request": "{name} адправіў запыт на падпіску",
|
||||||
"notification.follow_request.name_and_others": "{name} і {count, plural, one {# іншы} many {# іншых} other {# іншых}} запыталіся падпісацца на вас",
|
"notification.follow_request.name_and_others": "{name} і {count, plural, one {# іншы} many {# іншых} other {# іншых}} запыталіся падпісацца на вас",
|
||||||
"notification.label.mention": "Згадванне",
|
"notification.label.mention": "Згадванне",
|
||||||
|
|
@ -568,30 +605,38 @@
|
||||||
"notification.mentioned_you": "{name} згадаў вас",
|
"notification.mentioned_you": "{name} згадаў вас",
|
||||||
"notification.moderation-warning.learn_more": "Даведацца больш",
|
"notification.moderation-warning.learn_more": "Даведацца больш",
|
||||||
"notification.moderation_warning": "Вы атрымалі папярэджанне ад мадэратараў",
|
"notification.moderation_warning": "Вы атрымалі папярэджанне ад мадэратараў",
|
||||||
"notification.moderation_warning.action_delete_statuses": "Некаторыя вашыя допісы былі выдаленыя.",
|
"notification.moderation_warning.action_delete_statuses": "Некаторыя Вашыя допісы былі выдаленыя.",
|
||||||
"notification.moderation_warning.action_disable": "Ваш уліковы запіс быў адключаны.",
|
"notification.moderation_warning.action_disable": "Ваш уліковы запіс быў адключаны.",
|
||||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Некаторыя з вашых допісаў былі пазначаныя як далікатныя.",
|
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Некаторыя з вашых допісаў былі пазначаныя як далікатныя.",
|
||||||
"notification.moderation_warning.action_none": "Ваш уліковы запіс атрымаў папярэджанне ад мадэратараў.",
|
"notification.moderation_warning.action_none": "Ваш уліковы запіс атрымаў папярэджанне ад мадэратараў.",
|
||||||
"notification.moderation_warning.action_sensitive": "З гэтага моманту вашыя допісы будуць пазначаныя як далікатныя.",
|
"notification.moderation_warning.action_sensitive": "З гэтага моманту вашыя допісы будуць пазначаныя як далікатныя.",
|
||||||
"notification.moderation_warning.action_silence": "Ваш уліковы запіс быў абмежаваны.",
|
"notification.moderation_warning.action_silence": "Ваш уліковы запіс быў абмежаваны.",
|
||||||
"notification.moderation_warning.action_suspend": "Ваш уліковы запіс быў прыпынены.",
|
"notification.moderation_warning.action_suspend": "Ваш уліковы запіс быў заблакіраваны.",
|
||||||
"notification.own_poll": "Ваша апытанне скончылася",
|
"notification.own_poll": "Ваша апытанне скончылася",
|
||||||
"notification.poll": "Апытанне, дзе вы прынялі ўдзел, скончылася",
|
"notification.poll": "Апытанне, дзе Вы прынялі ўдзел, скончылася",
|
||||||
"notification.reblog": "{name} пашырыў ваш допіс",
|
"notification.reblog": "{name} пашырыў ваш допіс",
|
||||||
"notification.reblog.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы} many {# іншых} other {# іншых}}</a> абагулілі ваш допіс",
|
"notification.reblog.name_and_others_with_link": "{name} і <a>{count, plural, one {# іншы} many {# іншых} other {# іншых}}</a> пашырылі ваш допіс",
|
||||||
"notification.relationships_severance_event": "Страціў сувязь з {name}",
|
"notification.relationships_severance_event": "Страціў сувязь з {name}",
|
||||||
"notification.relationships_severance_event.account_suspension": "Адміністратар з {from} прыпыніў працу {target}, што азначае, што вы больш не можаце атрымліваць ад іх абнаўлення ці ўзаемадзейнічаць з імі.",
|
"notification.relationships_severance_event.account_suspension": "Адміністратар з {from} прыпыніў працу ўліковага запісу {target}, што азначае, што Вы больш не можаце атрымліваць ад іх абнаўленні ці ўзаемадзейнічаць з імі.",
|
||||||
"notification.relationships_severance_event.domain_block": "Адміністратар з {from} заблакіраваў {target}, у тым ліку {followersCount} вашых падпісчыка(-аў) і {followingCount, plural, one {# уліковы запіс} few {# уліковыя запісы} many {# уліковых запісаў} other {# уліковых запісаў}}.",
|
"notification.relationships_severance_event.domain_block": "Адміністратар з {from} заблакіраваў {target}, у тым ліку {followersCount} вашых падпісчыка(-аў) і {followingCount, plural, one {# уліковы запіс} few {# уліковыя запісы} many {# уліковых запісаў} other {# уліковых запісаў}}.",
|
||||||
"notification.relationships_severance_event.learn_more": "Даведацца больш",
|
"notification.relationships_severance_event.learn_more": "Даведацца больш",
|
||||||
"notification.relationships_severance_event.user_domain_block": "Вы заблакіравалі {target} выдаліўшы {followersCount} сваіх падпісчыкаў і {followingCount, plural, one {# уліковы запіс} few {# уліковыя запісы} many {# уліковых запісаў} other {# уліковых запісаў}}, за якімі вы сочыце.",
|
"notification.relationships_severance_event.user_domain_block": "Вы заблакіравалі {target} выдаліўшы {followersCount} сваіх падпісчыкаў і {followingCount, plural, one {# уліковы запіс} few {# уліковыя запісы} many {# уліковых запісаў} other {# уліковых запісаў}}, за якімі Вы сочыце.",
|
||||||
"notification.status": "Новы допіс ад {name}",
|
"notification.status": "Новы допіс ад {name}",
|
||||||
"notification.update": "Допіс {name} адрэдагаваны",
|
"notification.update": "Допіс {name} адрэдагаваны",
|
||||||
"notification_requests.accept": "Прыняць",
|
"notification_requests.accept": "Прыняць",
|
||||||
|
"notification_requests.accept_multiple": "{count, plural,one {Прыняць # запыт…} other {Прыняць # запытаў…}}",
|
||||||
|
"notification_requests.confirm_accept_multiple.button": "{count, plural,one {Прыняць запыт} other {Прыняць запыты}}",
|
||||||
|
"notification_requests.confirm_accept_multiple.message": "Вы збіраецеся прыняць {count, plural, one {адзін запыт на апавяшчэнне} other {# запытаў на апавяшчэнне}}. Упэўненыя, што хочаце працягнуць?",
|
||||||
"notification_requests.confirm_accept_multiple.title": "Прыняць запыты на апавяшчэнні?",
|
"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.title": "Адхіліць запыты на апавяшчэнні?",
|
"notification_requests.confirm_dismiss_multiple.title": "Адхіліць запыты на апавяшчэнні?",
|
||||||
"notification_requests.dismiss": "Адхіліць",
|
"notification_requests.dismiss": "Адхіліць",
|
||||||
|
"notification_requests.dismiss_multiple": "{count, plural,one {Адмовіцца ад запыту…} other {Адмовіцца ад запытаў…}}",
|
||||||
"notification_requests.edit_selection": "Рэдагаваць",
|
"notification_requests.edit_selection": "Рэдагаваць",
|
||||||
"notification_requests.exit_selection": "Гатова",
|
"notification_requests.exit_selection": "Гатова",
|
||||||
|
"notification_requests.explainer_for_limited_account": "Апавяшчэнне з гэтага ўліковага запісу было адфільтраванае, бо гэты ўліковы запіс абмежаваў мадэратар.",
|
||||||
|
"notification_requests.explainer_for_limited_remote_account": "Апавяшчэнні з гэтага ўліковага запісу былі адфільтраваныя, бо гэты ўліковы запіс абмежаваў мадэратар.",
|
||||||
"notification_requests.maximize": "Разгарнуць",
|
"notification_requests.maximize": "Разгарнуць",
|
||||||
"notification_requests.minimize_banner": "Згарнуць банер адфільтраваных апавяшчэнняў",
|
"notification_requests.minimize_banner": "Згарнуць банер адфільтраваных апавяшчэнняў",
|
||||||
"notification_requests.notifications_from": "Апавяшчэнні ад {name}",
|
"notification_requests.notifications_from": "Апавяшчэнні ад {name}",
|
||||||
|
|
@ -625,7 +670,7 @@
|
||||||
"notifications.filter.follows": "Падпісаны на",
|
"notifications.filter.follows": "Падпісаны на",
|
||||||
"notifications.filter.mentions": "Згадванні",
|
"notifications.filter.mentions": "Згадванні",
|
||||||
"notifications.filter.polls": "Вынікі апытання",
|
"notifications.filter.polls": "Вынікі апытання",
|
||||||
"notifications.filter.statuses": "Навіны ад людзей, на якіх вы падпісаны",
|
"notifications.filter.statuses": "Навіны ад людзей, на якіх Вы падпісаныя",
|
||||||
"notifications.grant_permission": "Дазволіць.",
|
"notifications.grant_permission": "Дазволіць.",
|
||||||
"notifications.group": "{count} Апавяшчэнняў",
|
"notifications.group": "{count} Апавяшчэнняў",
|
||||||
"notifications.mark_as_read": "Пазначыць усе апавяшчэнні як прачытаныя",
|
"notifications.mark_as_read": "Пазначыць усе апавяшчэнні як прачытаныя",
|
||||||
|
|
@ -635,27 +680,30 @@
|
||||||
"notifications.policy.accept": "Прыняць",
|
"notifications.policy.accept": "Прыняць",
|
||||||
"notifications.policy.accept_hint": "Паказваць у апавяшчэннях",
|
"notifications.policy.accept_hint": "Паказваць у апавяшчэннях",
|
||||||
"notifications.policy.drop": "Iгнараваць",
|
"notifications.policy.drop": "Iгнараваць",
|
||||||
|
"notifications.policy.drop_hint": "Адправіць у бездань, адкуль больш ніколі не ўбачыце",
|
||||||
"notifications.policy.filter": "Фільтраваць",
|
"notifications.policy.filter": "Фільтраваць",
|
||||||
|
"notifications.policy.filter_hint": "Адправіць у скрыню адфільтраваных апавяшчэнняў",
|
||||||
|
"notifications.policy.filter_limited_accounts_hint": "Абмежавана мадэратарамі сервера",
|
||||||
"notifications.policy.filter_limited_accounts_title": "Уліковыя запісы пад мадэрацыяй",
|
"notifications.policy.filter_limited_accounts_title": "Уліковыя запісы пад мадэрацыяй",
|
||||||
"notifications.policy.filter_new_accounts.hint": "Створаныя на працягу {days, plural, one {апошняга # дня} few {апошніх # дзён} many {апошніх # дзён} other {апошняй # дня}}",
|
"notifications.policy.filter_new_accounts.hint": "Створаныя на працягу {days, plural, one {апошняга # дня} few {апошніх # дзён} many {апошніх # дзён} other {апошняй # дня}}",
|
||||||
"notifications.policy.filter_new_accounts_title": "Новыя ўліковыя запісы",
|
"notifications.policy.filter_new_accounts_title": "Новыя ўліковыя запісы",
|
||||||
"notifications.policy.filter_not_followers_hint": "Уключаючы людзей, якія падпісаны на вас менш, чым {days, plural, one {# дзень} few {# дні} many {# дзён} other {# дня}}",
|
"notifications.policy.filter_not_followers_hint": "Уключаючы людзей, якія падпісаны на вас менш, чым {days, plural, one {# дзень} few {# дні} many {# дзён} other {# дня}}",
|
||||||
"notifications.policy.filter_not_followers_title": "Людзі, якія не падпісаны на вас",
|
"notifications.policy.filter_not_followers_title": "Людзі, якія не падпісаны на вас",
|
||||||
"notifications.policy.filter_not_following_hint": "Пакуль вы не пацвердзіце іх уручную",
|
"notifications.policy.filter_not_following_hint": "Пакуль вы не пацвердзіце іх уручную",
|
||||||
"notifications.policy.filter_not_following_title": "Людзі, на якіх вы не падпісаны",
|
"notifications.policy.filter_not_following_title": "Людзі, на якіх Вы не падпісаныя",
|
||||||
"notifications.policy.filter_private_mentions_hint": "Фільтруецца за выключэннем адказу на вашае згадванне ці калі вы падпісаны на адпраўніка",
|
"notifications.policy.filter_private_mentions_hint": "Фільтруецца, за выключэннем адказу на Вашае згадванне ці калі Вы падпісаныя на адпраўніка",
|
||||||
"notifications.policy.filter_private_mentions_title": "Непажаданыя асаблівыя згадванні",
|
"notifications.policy.filter_private_mentions_title": "Непажаданыя прыватныя згадванні",
|
||||||
"notifications.policy.title": "Наладзіць апавяшчэнні ад…",
|
"notifications.policy.title": "Наладзіць апавяшчэнні ад…",
|
||||||
"notifications_permission_banner.enable": "Уключыць апавяшчэнні на працоўным стале",
|
"notifications_permission_banner.enable": "Уключыць апавяшчэнні на працоўным стале",
|
||||||
"notifications_permission_banner.how_to_control": "Каб атрымліваць апавяшчэнні, калі Mastodon не адкрыты, уключыце апавяшчэнні працоўнага стала. Вы зможаце дакладна кантраляваць, якія падзеі будуць ствараць апавяшчэнні з дапамогай {icon} кнопкі, як толькі яны будуць уключаны.",
|
"notifications_permission_banner.how_to_control": "Каб атрымліваць апавяшчэнні, калі Mastodon не адкрыты, уключыце апавяшчэнні працоўнага стала. Вы зможаце дакладна кантраляваць, якія падзеі будуць ствараць апавяшчэнні з дапамогай {icon} кнопкі, як толькі яны будуць уключаны.",
|
||||||
"notifications_permission_banner.title": "Не прапусціце нічога",
|
"notifications_permission_banner.title": "Не прапусціце нічога",
|
||||||
"onboarding.follows.back": "Назад",
|
"onboarding.follows.back": "Назад",
|
||||||
"onboarding.follows.done": "Гатова",
|
"onboarding.follows.done": "Гатова",
|
||||||
"onboarding.follows.empty": "На жаль, зараз немагчыма паказаць вынікі. Вы можаце паспрабаваць выкарыстоўваць пошук і праглядзець старонку агляду, каб знайсці людзей, на якіх можна падпісацца, або паўтарыце спробу пазней.",
|
"onboarding.follows.empty": "На жаль, зараз немагчыма паказаць вынікі. Вы можаце паспрабаваць выкарыстоўваць пошук і праглядзець старонку агляду, каб знайсці людзей, на якіх можна падпісацца, або паўтарыць спробу пазней.",
|
||||||
"onboarding.follows.search": "Пошук",
|
"onboarding.follows.search": "Пошук",
|
||||||
"onboarding.follows.title": "Падпішыцеся на некага, каб пачаць",
|
"onboarding.follows.title": "Падпішыцеся на некага, каб пачаць",
|
||||||
"onboarding.profile.discoverable": "Зрабіць мой профіль бачным",
|
"onboarding.profile.discoverable": "Зрабіць мой профіль бачным",
|
||||||
"onboarding.profile.discoverable_hint": "Калі вы звяртаецеся да адкрытасці на Mastodon, вашы паведамленні могуць з'яўляцца ў выніках пошуку і тэндэнцый, а ваш профіль можа быць прапанаваны людзям з такімі ж інтарэсамі.",
|
"onboarding.profile.discoverable_hint": "Калі Вы звяртаецеся да адкрытасці на Mastodon, Вашы допісы могуць з'яўляцца ў выніках пошуку і трэндах, а Ваш профіль можа быць прапанаваны людзям з такімі ж інтарэсамі.",
|
||||||
"onboarding.profile.display_name": "Бачнае імя",
|
"onboarding.profile.display_name": "Бачнае імя",
|
||||||
"onboarding.profile.display_name_hint": "Ваша поўнае імя або ваш псеўданім…",
|
"onboarding.profile.display_name_hint": "Ваша поўнае імя або ваш псеўданім…",
|
||||||
"onboarding.profile.note": "Біяграфія",
|
"onboarding.profile.note": "Біяграфія",
|
||||||
|
|
@ -664,7 +712,7 @@
|
||||||
"onboarding.profile.title": "Налады профілю",
|
"onboarding.profile.title": "Налады профілю",
|
||||||
"onboarding.profile.upload_avatar": "Загрузіць фота профілю",
|
"onboarding.profile.upload_avatar": "Загрузіць фота профілю",
|
||||||
"onboarding.profile.upload_header": "Загрузіць шапку профілю",
|
"onboarding.profile.upload_header": "Загрузіць шапку профілю",
|
||||||
"password_confirmation.exceeds_maxlength": "Пароль пацьверджання перавышае максімальна дапушчальную даўжыню",
|
"password_confirmation.exceeds_maxlength": "Пароль пацвярджэння перавышае максімальна дапушчальную даўжыню",
|
||||||
"password_confirmation.mismatching": "Пароль пацьверджання не супадае",
|
"password_confirmation.mismatching": "Пароль пацьверджання не супадае",
|
||||||
"picture_in_picture.restore": "Вярніце назад",
|
"picture_in_picture.restore": "Вярніце назад",
|
||||||
"poll.closed": "Закрыта",
|
"poll.closed": "Закрыта",
|
||||||
|
|
@ -684,7 +732,7 @@
|
||||||
"privacy.private.short": "Падпісчыкі",
|
"privacy.private.short": "Падпісчыкі",
|
||||||
"privacy.public.long": "Усе, хто ёсць і каго няма ў Mastodon",
|
"privacy.public.long": "Усе, хто ёсць і каго няма ў Mastodon",
|
||||||
"privacy.public.short": "Публічны",
|
"privacy.public.short": "Публічны",
|
||||||
"privacy.unlisted.additional": "Паводзіць сябе гэтак жа, як і публічны, за выключэннем таго, што пост не будзе адлюстроўвацца ў жывой стужцы, хэштэгах, аглядзе або ў пошуку Mastodon, нават калі вы ўключылі бачнасць у пошуку ў наладах.",
|
"privacy.unlisted.additional": "Паводзіць сябе гэтак жа, як і публічны, за выключэннем таго, што допіс не будзе адлюстроўвацца ў жывой стужцы, хэштэгах, аглядзе або ў пошуку Mastodon, нават калі Вы ўключылі бачнасць у пошуку ў наладах.",
|
||||||
"privacy.unlisted.long": "Менш фанфар ад алгарытмаў",
|
"privacy.unlisted.long": "Менш фанфар ад алгарытмаў",
|
||||||
"privacy.unlisted.short": "Ціхі публічны",
|
"privacy.unlisted.short": "Ціхі публічны",
|
||||||
"privacy_policy.last_updated": "Адноўлена {date}",
|
"privacy_policy.last_updated": "Адноўлена {date}",
|
||||||
|
|
@ -708,7 +756,7 @@
|
||||||
"reply_indicator.cancel": "Скасаваць",
|
"reply_indicator.cancel": "Скасаваць",
|
||||||
"reply_indicator.poll": "Апытанне",
|
"reply_indicator.poll": "Апытанне",
|
||||||
"report.block": "Заблакіраваць",
|
"report.block": "Заблакіраваць",
|
||||||
"report.block_explanation": "Вы перастанеце бачыць допісы гэтага карыстальніка. Ён не зможа сачыць за вамі і бачыць вашы допісы. Ён зможа зразумець, што яго заблакіравалі.",
|
"report.block_explanation": "Вы перастанеце бачыць допісы гэтага карыстальніка. Ён не зможа сачыць за Вамі і бачыць Вашы допісы. Ён зможа зразумець, што яго заблакіравалі.",
|
||||||
"report.categories.legal": "Звязанае з правам",
|
"report.categories.legal": "Звязанае з правам",
|
||||||
"report.categories.other": "Іншае",
|
"report.categories.other": "Іншае",
|
||||||
"report.categories.spam": "Спам",
|
"report.categories.spam": "Спам",
|
||||||
|
|
@ -722,9 +770,9 @@
|
||||||
"report.forward": "Пераслаць на {target}",
|
"report.forward": "Пераслаць на {target}",
|
||||||
"report.forward_hint": "Гэты ўліковы запіс з іншага сервера. Даслаць ананімную копію скаргі і туды?",
|
"report.forward_hint": "Гэты ўліковы запіс з іншага сервера. Даслаць ананімную копію скаргі і туды?",
|
||||||
"report.mute": "Ігнараваць",
|
"report.mute": "Ігнараваць",
|
||||||
"report.mute_explanation": "Вы не будзеце бачыць допісы гэтага карыстальніка. Ён усё яшчэ зможа сачыць за вамі і бачыць вашы допісы, не ведаючы, што яго ігнаруюць.",
|
"report.mute_explanation": "Вы не будзеце бачыць допісы гэтага карыстальніка. Ён усё яшчэ зможа сачыць за Вамі і бачыць Вашы допісы, не ведаючы, што яго ігнаруюць.",
|
||||||
"report.next": "Далей",
|
"report.next": "Далей",
|
||||||
"report.placeholder": "Дадатковы каментар",
|
"report.placeholder": "Дадатковыя каментарыі",
|
||||||
"report.reasons.dislike": "Мне ён не падабаецца",
|
"report.reasons.dislike": "Мне ён не падабаецца",
|
||||||
"report.reasons.dislike_description": "Гэта тое, што Вы не хочаце бачыць",
|
"report.reasons.dislike_description": "Гэта тое, што Вы не хочаце бачыць",
|
||||||
"report.reasons.legal": "Гэта незаконна",
|
"report.reasons.legal": "Гэта незаконна",
|
||||||
|
|
@ -741,9 +789,9 @@
|
||||||
"report.statuses.title": "Ці ёсць допісы, каб падмацаваць гэтую скаргу?",
|
"report.statuses.title": "Ці ёсць допісы, каб падмацаваць гэтую скаргу?",
|
||||||
"report.submit": "Адправіць",
|
"report.submit": "Адправіць",
|
||||||
"report.target": "Скарга на {target}",
|
"report.target": "Скарга на {target}",
|
||||||
"report.thanks.take_action": "Вось вашыя варыянты кантролю над тым, што вы бачыце в Mastodon:",
|
"report.thanks.take_action": "Вось Вашыя варыянты кантролю над тым, што Вы бачыце в Mastodon:",
|
||||||
"report.thanks.take_action_actionable": "Пакуль мы разглядаем яе, вы можаце распачаць дзеянні супраць @{name}:",
|
"report.thanks.take_action_actionable": "Пакуль мы разглядаем яе, Вы можаце распачаць дзеянні супраць @{name}:",
|
||||||
"report.thanks.title": "Ці хочаце вы бачыць гэта?",
|
"report.thanks.title": "Ці хочаце Вы бачыць гэта?",
|
||||||
"report.thanks.title_actionable": "Дзякуем за зварот, мы разбяромся з гэтым.",
|
"report.thanks.title_actionable": "Дзякуем за зварот, мы разбяромся з гэтым.",
|
||||||
"report.unfollow": "Адпісацца ад @{name}",
|
"report.unfollow": "Адпісацца ад @{name}",
|
||||||
"report.unfollow_explanation": "Вы падпісаныя на гэты ўліковы запіс. Каб не бачыць допісы з яго ў вашай стужцы, адпішыцеся.",
|
"report.unfollow_explanation": "Вы падпісаныя на гэты ўліковы запіс. Каб не бачыць допісы з яго ў вашай стужцы, адпішыцеся.",
|
||||||
|
|
@ -757,6 +805,7 @@
|
||||||
"report_notification.categories.violation": "Парушэнне правілаў",
|
"report_notification.categories.violation": "Парушэнне правілаў",
|
||||||
"report_notification.categories.violation_sentence": "парушэнне правілаў",
|
"report_notification.categories.violation_sentence": "парушэнне правілаў",
|
||||||
"report_notification.open": "Адкрыць скаргу",
|
"report_notification.open": "Адкрыць скаргу",
|
||||||
|
"search.clear": "Ачысціць пошук",
|
||||||
"search.no_recent_searches": "Гісторыя пошуку пустая",
|
"search.no_recent_searches": "Гісторыя пошуку пустая",
|
||||||
"search.placeholder": "Пошук",
|
"search.placeholder": "Пошук",
|
||||||
"search.quick_action.account_search": "Супадзенне профіляў {x}",
|
"search.quick_action.account_search": "Супадзенне профіляў {x}",
|
||||||
|
|
@ -781,14 +830,14 @@
|
||||||
"search_results.see_all": "Праглядзець усе",
|
"search_results.see_all": "Праглядзець усе",
|
||||||
"search_results.statuses": "Допісы",
|
"search_results.statuses": "Допісы",
|
||||||
"search_results.title": "Шукаць \"{q}\"",
|
"search_results.title": "Шукаць \"{q}\"",
|
||||||
"server_banner.about_active_users": "Людзі, якія карыстаюцца гэтым сервера на працягу апошніх 30 дзён (Штомесячна Актыўныя Карыстальнікі)",
|
"server_banner.about_active_users": "Людзі, якія карысталіся гэтым серверам на працягу апошніх 30 дзён (штомесячна актыўныя карыстальнікі)",
|
||||||
"server_banner.active_users": "актыўныя карыстальнікі",
|
"server_banner.active_users": "актыўныя карыстальнікі",
|
||||||
"server_banner.administered_by": "Адміністратар:",
|
"server_banner.administered_by": "Адміністратар:",
|
||||||
"server_banner.is_one_of_many": "{domain} - гэта адзін з многіх незалежных сервераў Mastodon, якія вы можаце выкарыстоўваць для ўдзелу ў fediverse.",
|
"server_banner.is_one_of_many": "{domain} - гэта адзін з многіх незалежных сервераў Mastodon, які Вы можаце выкарыстоўваць для ўдзелу ў федэральным сусвеце.",
|
||||||
"server_banner.server_stats": "Статыстыка сервера:",
|
"server_banner.server_stats": "Статыстыка сервера:",
|
||||||
"sign_in_banner.create_account": "Стварыць уліковы запіс",
|
"sign_in_banner.create_account": "Стварыць уліковы запіс",
|
||||||
"sign_in_banner.follow_anyone": "Сачыце за кім заўгодна ва ўсім fediverse і глядзіце ўсё ў храналагічным парадку. Ніякіх алгарытмаў, рэкламы або клікбэйту.",
|
"sign_in_banner.follow_anyone": "Падпісвайцеся на каго захочаце ва ўсім федэральным сусвеце і глядзіце ўсё ў храналагічным парадку. Ніякіх алгарытмаў, рэкламы або клікбэйту.",
|
||||||
"sign_in_banner.mastodon_is": "Mastodon - лепшы спосаб быць у курсе ўсяго, што адбываецца.",
|
"sign_in_banner.mastodon_is": "Mastodon - найлепшы спосаб быць у курсе ўсяго, што адбываецца.",
|
||||||
"sign_in_banner.sign_in": "Увайсці",
|
"sign_in_banner.sign_in": "Увайсці",
|
||||||
"sign_in_banner.sso_redirect": "Уваход ці рэгістрацыя",
|
"sign_in_banner.sso_redirect": "Уваход ці рэгістрацыя",
|
||||||
"status.admin_account": "Адкрыць інтэрфейс мадэратара для @{name}",
|
"status.admin_account": "Адкрыць інтэрфейс мадэратара для @{name}",
|
||||||
|
|
@ -797,7 +846,7 @@
|
||||||
"status.block": "Заблакаваць @{name}",
|
"status.block": "Заблакаваць @{name}",
|
||||||
"status.bookmark": "Дадаць закладку",
|
"status.bookmark": "Дадаць закладку",
|
||||||
"status.cancel_reblog_private": "Прыбраць",
|
"status.cancel_reblog_private": "Прыбраць",
|
||||||
"status.cannot_reblog": "Гэты пост нельга пашырыць",
|
"status.cannot_reblog": "Гэты допіс нельга пашырыць",
|
||||||
"status.continued_thread": "Працяг ланцужка",
|
"status.continued_thread": "Працяг ланцужка",
|
||||||
"status.copy": "Скапіраваць спасылку на допіс",
|
"status.copy": "Скапіраваць спасылку на допіс",
|
||||||
"status.delete": "Выдаліць",
|
"status.delete": "Выдаліць",
|
||||||
|
|
@ -809,7 +858,7 @@
|
||||||
"status.edited_x_times": "Рэдагавана {count, plural, one {{count} раз} few {{count} разы} many {{count} разоў} other {{count} разу}}",
|
"status.edited_x_times": "Рэдагавана {count, plural, one {{count} раз} few {{count} разы} many {{count} разоў} other {{count} разу}}",
|
||||||
"status.embed": "Атрымаць убудаваны код",
|
"status.embed": "Атрымаць убудаваны код",
|
||||||
"status.favourite": "Упадабанае",
|
"status.favourite": "Упадабанае",
|
||||||
"status.favourites": "{count, plural, one {# упадабанае} few {# упадабаныя} many {# упадабаных} other {# упадабанага}}",
|
"status.favourites": "{count, plural, one {упадабанне} few {упадабанні} other {упадабанняў}}",
|
||||||
"status.filter": "Фільтраваць гэты допіс",
|
"status.filter": "Фільтраваць гэты допіс",
|
||||||
"status.history.created": "Створана {name} {date}",
|
"status.history.created": "Створана {name} {date}",
|
||||||
"status.history.edited": "Адрэдагавана {name} {date}",
|
"status.history.edited": "Адрэдагавана {name} {date}",
|
||||||
|
|
@ -823,17 +872,24 @@
|
||||||
"status.mute_conversation": "Ігнараваць размову",
|
"status.mute_conversation": "Ігнараваць размову",
|
||||||
"status.open": "Разгарнуць гэты допіс",
|
"status.open": "Разгарнуць гэты допіс",
|
||||||
"status.pin": "Замацаваць у профілі",
|
"status.pin": "Замацаваць у профілі",
|
||||||
|
"status.quote_error.filtered": "Схавана адным з Вашых фільтраў",
|
||||||
|
"status.quote_error.not_found": "Гэты допіс немагчыма паказаць.",
|
||||||
|
"status.quote_error.pending_approval": "Гэты допіс чакае ўхвалення ад аўтара арыгінала.",
|
||||||
|
"status.quote_error.rejected": "Гэты допіс немагчыма паказаць, паколькі аўтар арыгінала не дазваляе цытаваць яго.",
|
||||||
|
"status.quote_error.removed": "Гэты допіс быў выдалены аўтарам.",
|
||||||
|
"status.quote_error.unauthorized": "Гэты допіс немагчыма паказаць, паколькі Вы не аўтарызаваныя, каб праглядаць яго.",
|
||||||
"status.quote_post_author": "Допіс карыстальніка @{name}",
|
"status.quote_post_author": "Допіс карыстальніка @{name}",
|
||||||
"status.read_more": "Чытаць болей",
|
"status.read_more": "Чытаць болей",
|
||||||
"status.reblog": "Пашырыць",
|
"status.reblog": "Пашырыць",
|
||||||
"status.reblog_private": "Пашырыць з першапачатковай бачнасцю",
|
"status.reblog_private": "Пашырыць з першапачатковай бачнасцю",
|
||||||
"status.reblogged_by": "{name} пашырыў(-ла)",
|
"status.reblogged_by": "{name} пашырыў(-ла)",
|
||||||
"status.reblogs": "{count, plural, one {# пашырэнне} few {# пашырэнні} many {# пашырэнняў} other {# пашырэння}}",
|
"status.reblogs": "{count, plural, one {пашырэнне} few {пашырэнні} many {пашырэнняў} other {пашырэння}}",
|
||||||
"status.reblogs.empty": "Гэты допіс яшчэ ніхто не пашырыў. Калі гэта адбудзецца, гэтых людзей будзе бачна тут.",
|
"status.reblogs.empty": "Гэты допіс яшчэ ніхто не пашырыў. Калі гэта адбудзецца, гэтых людзей будзе бачна тут.",
|
||||||
"status.redraft": "Выдаліць і паправіць",
|
"status.redraft": "Выдаліць і перапісаць",
|
||||||
"status.remove_bookmark": "Выдаліць закладку",
|
"status.remove_bookmark": "Выдаліць закладку",
|
||||||
"status.replied_in_thread": "Адказаў у ланцужку",
|
"status.remove_favourite": "Выдаліць з упадабаных",
|
||||||
"status.replied_to": "Адказаў {name}",
|
"status.replied_in_thread": "Адказаў(-ла) у ланцужку",
|
||||||
|
"status.replied_to": "Адказаў(-ла) {name}",
|
||||||
"status.reply": "Адказаць",
|
"status.reply": "Адказаць",
|
||||||
"status.replyAll": "Адказаць у ланцугу",
|
"status.replyAll": "Адказаць у ланцугу",
|
||||||
"status.report": "Паскардзіцца на @{name}",
|
"status.report": "Паскардзіцца на @{name}",
|
||||||
|
|
@ -856,7 +912,9 @@
|
||||||
"tabs_bar.notifications": "Апавяшчэнні",
|
"tabs_bar.notifications": "Апавяшчэнні",
|
||||||
"tabs_bar.publish": "Новы допіс",
|
"tabs_bar.publish": "Новы допіс",
|
||||||
"tabs_bar.search": "Пошук",
|
"tabs_bar.search": "Пошук",
|
||||||
|
"terms_of_service.effective_as_of": "Дзейнічае да {date}",
|
||||||
"terms_of_service.title": "Умовы выкарыстання",
|
"terms_of_service.title": "Умовы выкарыстання",
|
||||||
|
"terms_of_service.upcoming_changes_on": "Змены, якія адбудуцца {date}",
|
||||||
"time_remaining.days": "{number, plural, one {застаўся # дзень} few {засталося # дні} many {засталося # дзён} other {засталося # дня}}",
|
"time_remaining.days": "{number, plural, one {застаўся # дзень} few {засталося # дні} many {засталося # дзён} other {засталося # дня}}",
|
||||||
"time_remaining.hours": "{number, plural, one {засталася # гадзіна} few {засталося # гадзіны} many {засталося # гадзін} other {засталося # гадзіны}}",
|
"time_remaining.hours": "{number, plural, one {засталася # гадзіна} few {засталося # гадзіны} many {засталося # гадзін} other {засталося # гадзіны}}",
|
||||||
"time_remaining.minutes": "{number, plural, one {засталася # хвіліна} few {засталося # хвіліны} many {засталося # хвілін} other {засталося # хвіліны}}",
|
"time_remaining.minutes": "{number, plural, one {засталася # хвіліна} few {засталося # хвіліны} many {засталося # хвілін} other {засталося # хвіліны}}",
|
||||||
|
|
@ -864,7 +922,7 @@
|
||||||
"time_remaining.seconds": "{number, plural, one {засталася # секунда} few {засталося # секунды} many {засталося # секунд} other {засталося # секунды}}",
|
"time_remaining.seconds": "{number, plural, one {засталася # секунда} few {засталося # секунды} many {засталося # секунд} other {засталося # секунды}}",
|
||||||
"trends.counter_by_accounts": "{count, plural, one {{counter} чалавек} few {{counter} чалавекі} many {{counter} людзей} other {{counter} чалавек}} за {days, plural, one {{days} апошні дзень} few {{days} апошнія дні} many {{days} апошніх дзён} other {{days} апошніх дзён}}",
|
"trends.counter_by_accounts": "{count, plural, one {{counter} чалавек} few {{counter} чалавекі} many {{counter} людзей} other {{counter} чалавек}} за {days, plural, one {{days} апошні дзень} few {{days} апошнія дні} many {{days} апошніх дзён} other {{days} апошніх дзён}}",
|
||||||
"trends.trending_now": "Актуальнае",
|
"trends.trending_now": "Актуальнае",
|
||||||
"ui.beforeunload": "Ваш чарнавік знішчыцца калі вы пакінеце Mastodon.",
|
"ui.beforeunload": "Ваш чарнавік будзе страчаны, калі Вы пакінеце Mastodon.",
|
||||||
"units.short.billion": "{count} млрд.",
|
"units.short.billion": "{count} млрд.",
|
||||||
"units.short.million": "{count} міл.",
|
"units.short.million": "{count} міл.",
|
||||||
"units.short.thousand": "{count} тыс.",
|
"units.short.thousand": "{count} тыс.",
|
||||||
|
|
@ -872,6 +930,11 @@
|
||||||
"upload_button.label": "Дадаць выяву, відэа- ці аўдыяфайл",
|
"upload_button.label": "Дадаць выяву, відэа- ці аўдыяфайл",
|
||||||
"upload_error.limit": "Перавышана колькасць файлаў.",
|
"upload_error.limit": "Перавышана колькасць файлаў.",
|
||||||
"upload_error.poll": "Немагчыма прымацаваць файл да апытання.",
|
"upload_error.poll": "Немагчыма прымацаваць файл да апытання.",
|
||||||
|
"upload_form.drag_and_drop.instructions": "Каб абраць медыя ўлажэнне, націсніце прабел ці Enter. Падчас перасоўвання выкарыстоўвайце кнопкі са стрэлкамі, каб пасунуць медыя далучэнне ў любым напрамку. Націсніце прабел ці Enter зноў, каб перасунуць медыя далучэнне ў новае месца, або Escape для адмены.",
|
||||||
|
"upload_form.drag_and_drop.on_drag_cancel": "Перасоўванне адмененае. Медыя ўлажэнне {item} на месцы.",
|
||||||
|
"upload_form.drag_and_drop.on_drag_end": "Медыя ўлажэнне {item} на месцы.",
|
||||||
|
"upload_form.drag_and_drop.on_drag_over": "Медыя ўлажэнне {item} перасунутае.",
|
||||||
|
"upload_form.drag_and_drop.on_drag_start": "Абранае медыя ўлажэнне {item}.",
|
||||||
"upload_form.edit": "Рэдагаваць",
|
"upload_form.edit": "Рэдагаваць",
|
||||||
"upload_progress.label": "Запампоўванне...",
|
"upload_progress.label": "Запампоўванне...",
|
||||||
"upload_progress.processing": "Апрацоўка…",
|
"upload_progress.processing": "Апрацоўка…",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"about.blocks": "Модерирани сървъри",
|
"about.blocks": "Модерирани сървъри",
|
||||||
"about.contact": "За контакти:",
|
"about.contact": "За контакти:",
|
||||||
|
"about.default_locale": "По подразбиране",
|
||||||
"about.disclaimer": "Mastodon е безплатен софтуер с отворен изходен код и търговска марка на Mastodon gGmbH.",
|
"about.disclaimer": "Mastodon е безплатен софтуер с отворен изходен код и търговска марка на Mastodon gGmbH.",
|
||||||
"about.domain_blocks.no_reason_available": "Няма налична причина",
|
"about.domain_blocks.no_reason_available": "Няма налична причина",
|
||||||
"about.domain_blocks.preamble": "Mastodon обикновено позволява да разглеждате съдържание и да взаимодействате с други потребители от всякакви сървъри във Федивселената. Има изключения, направени конкретно за този сървър.",
|
"about.domain_blocks.preamble": "Mastodon обикновено позволява да разглеждате съдържание и да взаимодействате с други потребители от всякакви сървъри във Федивселената. Има изключения, направени конкретно за този сървър.",
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,13 @@
|
||||||
"about.domain_blocks.preamble": "Gant Mastodon e c'hellit gwelet danvez hag eskemm gant implijerien·ezed eus forzh peseurt servijer er fedibed peurliesañ. Setu an nemedennoù a zo bet graet evit ar servijer-mañ e-unan.",
|
"about.domain_blocks.preamble": "Gant Mastodon e c'hellit gwelet danvez hag eskemm gant implijerien·ezed eus forzh peseurt servijer er fedibed peurliesañ. Setu an nemedennoù a zo bet graet evit ar servijer-mañ e-unan.",
|
||||||
"about.domain_blocks.silenced.explanation": "Ne vo ket gwelet profiloù eus ar servijer-mañ ganeoc'h peurliesañ, nemet ma vefec'h o klask war o lec'h pe choazfec'h o heuliañ.",
|
"about.domain_blocks.silenced.explanation": "Ne vo ket gwelet profiloù eus ar servijer-mañ ganeoc'h peurliesañ, nemet ma vefec'h o klask war o lec'h pe choazfec'h o heuliañ.",
|
||||||
"about.domain_blocks.silenced.title": "Bevennet",
|
"about.domain_blocks.silenced.title": "Bevennet",
|
||||||
"about.domain_blocks.suspended.explanation": "Roadenn ebet eus ar servijer-mañ ne vo keweriet, kadavet pe eskemmet, ar pezh a lako an etreweriañ pe ar c'hehentiñ gant implijerien adalek ar servijer-mañ dibosupl.",
|
"about.domain_blocks.suspended.explanation": "Roadenn ebet eus ar servijer-mañ ne vo keweriet, kadavet pe eskemmet, ar pezh a lako an etreweriañ pe ar c'hehentiñ gant implijerien·ezed adalek ar servijer-mañ dibosupl.",
|
||||||
"about.domain_blocks.suspended.title": "Astalet",
|
"about.domain_blocks.suspended.title": "Astalet",
|
||||||
"about.language_label": "Yezh",
|
"about.language_label": "Yezh",
|
||||||
"about.not_available": "An titour-mañ ne c'heller ket gwelet war ar servijer-mañ.",
|
"about.not_available": "An titour-mañ ne c'heller ket gwelet war ar servijer-mañ.",
|
||||||
"about.powered_by": "Rouedad sokial digreizenned kaset gant {mastodon}",
|
"about.powered_by": "Rouedad sokial digreizenned kaset gant {mastodon}",
|
||||||
"about.rules": "Reolennoù ar servijer",
|
"about.rules": "Reolennoù ar servijer",
|
||||||
|
"account.account_note_header": "Notenn bersonel",
|
||||||
"account.add_or_remove_from_list": "Ouzhpenn pe dilemel eus al listennadoù",
|
"account.add_or_remove_from_list": "Ouzhpenn pe dilemel eus al listennadoù",
|
||||||
"account.badges.bot": "Robot",
|
"account.badges.bot": "Robot",
|
||||||
"account.badges.group": "Strollad",
|
"account.badges.group": "Strollad",
|
||||||
|
|
@ -20,17 +21,22 @@
|
||||||
"account.block_domain": "Stankañ an domani {domain}",
|
"account.block_domain": "Stankañ an domani {domain}",
|
||||||
"account.block_short": "Stankañ",
|
"account.block_short": "Stankañ",
|
||||||
"account.blocked": "Stanket",
|
"account.blocked": "Stanket",
|
||||||
|
"account.blocking": "Stanket",
|
||||||
"account.cancel_follow_request": "Nullañ ar reked heuliañ",
|
"account.cancel_follow_request": "Nullañ ar reked heuliañ",
|
||||||
"account.copy": "Eilañ al liamm war-zu ho profil",
|
"account.copy": "Eilañ al liamm war-zu ho profil",
|
||||||
"account.direct": "Menegiñ @{name} ent-prevez",
|
"account.direct": "Menegiñ @{name} ent-prevez",
|
||||||
"account.disable_notifications": "Paouez d'am c'hemenn pa vez embannet traoù gant @{name}",
|
"account.disable_notifications": "Paouez d'am c'hemenn pa vez embannet traoù gant @{name}",
|
||||||
|
"account.domain_blocking": "Domani stanket",
|
||||||
"account.edit_profile": "Kemmañ ar profil",
|
"account.edit_profile": "Kemmañ ar profil",
|
||||||
"account.enable_notifications": "Ma c'hemenn pa vez embannet traoù gant @{name}",
|
"account.enable_notifications": "Ma c'hemenn pa vez embannet traoù gant @{name}",
|
||||||
"account.endorse": "Lakaat war-wel war ar profil",
|
"account.endorse": "Lakaat en a-raok war ar profil",
|
||||||
"account.familiar_followers_one": "Heuilhet gant {name1}",
|
"account.familiar_followers_one": "Heuliet gant {name1}",
|
||||||
"account.familiar_followers_two": "Heuilhet gant {name1} ha {name2}",
|
"account.familiar_followers_two": "Heuliet gant {name1} ha {name2}",
|
||||||
"account.featured_tags.last_status_at": "Toud diwezhañ : {date}",
|
"account.featured": "En a-raok",
|
||||||
"account.featured_tags.last_status_never": "Embannadur ebet",
|
"account.featured.accounts": "Profiloù",
|
||||||
|
"account.featured.hashtags": "Gerioù-klik",
|
||||||
|
"account.featured_tags.last_status_at": "Embann diwezhañ: {date}",
|
||||||
|
"account.featured_tags.last_status_never": "Embann ebet",
|
||||||
"account.follow": "Heuliañ",
|
"account.follow": "Heuliañ",
|
||||||
"account.follow_back": "Heuliañ d'ho tro",
|
"account.follow_back": "Heuliañ d'ho tro",
|
||||||
"account.followers": "Tud koumanantet",
|
"account.followers": "Tud koumanantet",
|
||||||
|
|
@ -39,6 +45,7 @@
|
||||||
"account.followers_you_know_counter": "{counter} a anavezit",
|
"account.followers_you_know_counter": "{counter} a anavezit",
|
||||||
"account.following": "Koumanantoù",
|
"account.following": "Koumanantoù",
|
||||||
"account.follows.empty": "An implijer·ez-mañ na heul den ebet.",
|
"account.follows.empty": "An implijer·ez-mañ na heul den ebet.",
|
||||||
|
"account.follows_you": "Ho heuilh",
|
||||||
"account.go_to_profile": "Gwelet ar profil",
|
"account.go_to_profile": "Gwelet ar profil",
|
||||||
"account.hide_reblogs": "Kuzh skignadennoù gant @{name}",
|
"account.hide_reblogs": "Kuzh skignadennoù gant @{name}",
|
||||||
"account.in_memoriam": "E koun.",
|
"account.in_memoriam": "E koun.",
|
||||||
|
|
@ -53,20 +60,25 @@
|
||||||
"account.mute_notifications_short": "Kuzhat ar c'hemennoù",
|
"account.mute_notifications_short": "Kuzhat ar c'hemennoù",
|
||||||
"account.mute_short": "Kuzhat",
|
"account.mute_short": "Kuzhat",
|
||||||
"account.muted": "Kuzhet",
|
"account.muted": "Kuzhet",
|
||||||
|
"account.muting": "O kuzhat",
|
||||||
|
"account.mutual": "Heuliañ a rit an eil egile",
|
||||||
"account.no_bio": "Deskrivadur ebet da gaout.",
|
"account.no_bio": "Deskrivadur ebet da gaout.",
|
||||||
"account.open_original_page": "Digeriñ ar bajenn orin",
|
"account.open_original_page": "Digeriñ ar bajenn orin",
|
||||||
"account.posts": "Embannadurioù",
|
"account.posts": "Embannadurioù",
|
||||||
"account.posts_with_replies": "Embannadurioù ha respontoù",
|
"account.posts_with_replies": "Embannadurioù ha respontoù",
|
||||||
|
"account.remove_from_followers": "Dilemel {name} eus an heulierien·ezed",
|
||||||
"account.report": "Disklêriañ @{name}",
|
"account.report": "Disklêriañ @{name}",
|
||||||
"account.requested": "O c'hortoz an asant. Klikit evit nullañ ar goulenn heuliañ",
|
"account.requested": "O c'hortoz an asant. Klikit evit nullañ ar goulenn heuliañ",
|
||||||
"account.requested_follow": "Gant {name} eo bet goulennet ho heuliañ",
|
"account.requested_follow": "Gant {name} eo bet goulennet ho heuliañ",
|
||||||
|
"account.requests_to_follow_you": "Rekedoù d'ho heuliañ",
|
||||||
"account.share": "Skignañ profil @{name}",
|
"account.share": "Skignañ profil @{name}",
|
||||||
"account.show_reblogs": "Diskouez skignadennoù @{name}",
|
"account.show_reblogs": "Diskouez skignadennoù @{name}",
|
||||||
"account.statuses_counter": "{count, plural, one {{counter} embannadur} two {{counter} embannadur} few {{counter} embannadur} many {{counter} embannadur} other {{counter} embannadur}}",
|
"account.statuses_counter": "{count, plural, one {{counter} embannadur} two {{counter} embannadur} few {{counter} embannadur} many {{counter} embannadur} other {{counter} embannadur}}",
|
||||||
"account.unblock": "Diverzañ @{name}",
|
"account.unblock": "Distankañ @{name}",
|
||||||
"account.unblock_domain": "Diverzañ an domani {domain}",
|
"account.unblock_domain": "Distankañ an domani {domain}",
|
||||||
|
"account.unblock_domain_short": "Distankañ",
|
||||||
"account.unblock_short": "Distankañ",
|
"account.unblock_short": "Distankañ",
|
||||||
"account.unendorse": "Paouez da lakaat war-wel war ar profil",
|
"account.unendorse": "Na lakaat ket en a-raok war ar profil",
|
||||||
"account.unfollow": "Diheuliañ",
|
"account.unfollow": "Diheuliañ",
|
||||||
"account.unmute": "Diguzhat @{name}",
|
"account.unmute": "Diguzhat @{name}",
|
||||||
"account.unmute_notifications_short": "Diguzhat ar c'hemennoù",
|
"account.unmute_notifications_short": "Diguzhat ar c'hemennoù",
|
||||||
|
|
@ -76,27 +88,39 @@
|
||||||
"admin.dashboard.monthly_retention": "Feur azdalc'h an implijerien·ezed dre viz goude bezañ lakaet o anv",
|
"admin.dashboard.monthly_retention": "Feur azdalc'h an implijerien·ezed dre viz goude bezañ lakaet o anv",
|
||||||
"admin.dashboard.retention.average": "Keidenn",
|
"admin.dashboard.retention.average": "Keidenn",
|
||||||
"admin.dashboard.retention.cohort": "Miz an enrolladur",
|
"admin.dashboard.retention.cohort": "Miz an enrolladur",
|
||||||
"admin.dashboard.retention.cohort_size": "Implijerien.erezed nevez",
|
"admin.dashboard.retention.cohort_size": "Implijerien·ezed nevez",
|
||||||
"admin.impact_report.instance_accounts": "Profiloù kontoù a vefe dilamet",
|
"admin.impact_report.instance_accounts": "Profiloù kontoù a vefe dilamet",
|
||||||
"admin.impact_report.instance_followers": "Heulierien a gollfe hon implijerien",
|
"admin.impact_report.instance_followers": "Heulierien a gollfe hon implijerien·ezed",
|
||||||
"admin.impact_report.instance_follows": "Heulierien a gollfe o implijerien",
|
"admin.impact_report.instance_follows": "Heulierien a gollfe o implijerien·ezed",
|
||||||
"alert.rate_limited.message": "Klaskit en-dro a-benn {retry_time, time, medium}.",
|
"alert.rate_limited.message": "Klaskit en-dro a-benn {retry_time, time, medium}.",
|
||||||
"alert.rate_limited.title": "Feur bevennet",
|
"alert.rate_limited.title": "Feur bevennet",
|
||||||
"alert.unexpected.message": "Ur fazi dic'hortozet zo degouezhet.",
|
"alert.unexpected.message": "Ur fazi dic'hortozet zo degouezhet.",
|
||||||
"alert.unexpected.title": "Hopala !",
|
"alert.unexpected.title": "Hopala !",
|
||||||
|
"alt_text_badge.title": "Eiltestenn",
|
||||||
|
"alt_text_modal.add_alt_text": "Ouzhpennañ un eiltestenn",
|
||||||
"alt_text_modal.cancel": "Nullañ",
|
"alt_text_modal.cancel": "Nullañ",
|
||||||
"alt_text_modal.change_thumbnail": "Kemmañ ar velvenn",
|
"alt_text_modal.change_thumbnail": "Kemmañ ar velvenn",
|
||||||
"alt_text_modal.done": "Graet",
|
"alt_text_modal.done": "Graet",
|
||||||
"announcement.announcement": "Kemennad",
|
"announcement.announcement": "Kemennad",
|
||||||
"annual_report.summary.followers.followers": "heulier",
|
"annual_report.summary.followers.followers": "heulier",
|
||||||
|
"annual_report.summary.followers.total": "{count} en holl",
|
||||||
|
"annual_report.summary.highlighted_post.by_favourites": "embannadur karet ar muiañ",
|
||||||
|
"annual_report.summary.highlighted_post.by_reblogs": "embannadur skignet ar muiañ",
|
||||||
|
"annual_report.summary.highlighted_post.by_replies": "embannadur gant ar muiañ a respontoù",
|
||||||
"annual_report.summary.highlighted_post.possessive": "{name}",
|
"annual_report.summary.highlighted_post.possessive": "{name}",
|
||||||
|
"annual_report.summary.most_used_app.most_used_app": "arload muiañ implijet",
|
||||||
|
"annual_report.summary.most_used_hashtag.most_used_hashtag": "ar gerioù-klik implijet ar muiañ",
|
||||||
"annual_report.summary.most_used_hashtag.none": "Hini ebet",
|
"annual_report.summary.most_used_hashtag.none": "Hini ebet",
|
||||||
"annual_report.summary.new_posts.new_posts": "toudoù nevez",
|
"annual_report.summary.new_posts.new_posts": "embannadurioù nevez",
|
||||||
"attachments_list.unprocessed": "(ket meret)",
|
"attachments_list.unprocessed": "(ket meret)",
|
||||||
"audio.hide": "Kuzhat ar c'hleved",
|
"audio.hide": "Kuzhat ar c'hleved",
|
||||||
"block_modal.show_less": "Diskouez nebeutoc'h",
|
"block_modal.show_less": "Diskouez nebeutoc'h",
|
||||||
"block_modal.show_more": "Diskouez muioc'h",
|
"block_modal.show_more": "Diskouez muioc'h",
|
||||||
|
"block_modal.they_cant_mention": "Ne c'hall na menegiñ na heuliañ ac'hanoc'h.",
|
||||||
|
"block_modal.title": "Stankañ an implijer·ez?",
|
||||||
"boost_modal.combo": "Ar wezh kentañ e c'halliot gwaskañ war {combo} evit tremen hebiou",
|
"boost_modal.combo": "Ar wezh kentañ e c'halliot gwaskañ war {combo} evit tremen hebiou",
|
||||||
|
"boost_modal.reblog": "Skignañ an embannadur?",
|
||||||
|
"boost_modal.undo_reblog": "Paouez da skignañ an embannadur?",
|
||||||
"bundle_column_error.copy_stacktrace": "Eilañ an danevell fazi",
|
"bundle_column_error.copy_stacktrace": "Eilañ an danevell fazi",
|
||||||
"bundle_column_error.error.body": "N'haller ket skrammañ ar bajenn goulennet. Gallout a ra bezañ abalamour d'ur beug er c'hod pe d'ur gudenn keverlec'hded gant ar merdeer.",
|
"bundle_column_error.error.body": "N'haller ket skrammañ ar bajenn goulennet. Gallout a ra bezañ abalamour d'ur beug er c'hod pe d'ur gudenn keverlec'hded gant ar merdeer.",
|
||||||
"bundle_column_error.error.title": "Chaous !",
|
"bundle_column_error.error.title": "Chaous !",
|
||||||
|
|
@ -114,20 +138,20 @@
|
||||||
"closed_registrations_modal.preamble": "Digreizennet eo Mastodon, forzh pelec'h e vefe krouet ho kont e viot gouest da heuliañ hag etreweriañ gant an holl war ar servijer-mañ. Gallout a rit herbec'hiañ anezhañ hoc'h-unan zoken!",
|
"closed_registrations_modal.preamble": "Digreizennet eo Mastodon, forzh pelec'h e vefe krouet ho kont e viot gouest da heuliañ hag etreweriañ gant an holl war ar servijer-mañ. Gallout a rit herbec'hiañ anezhañ hoc'h-unan zoken!",
|
||||||
"closed_registrations_modal.title": "Enskrivadurioù war Mastodon",
|
"closed_registrations_modal.title": "Enskrivadurioù war Mastodon",
|
||||||
"column.about": "Diwar-benn",
|
"column.about": "Diwar-benn",
|
||||||
"column.blocks": "Implijer·ezed·ien berzet",
|
"column.blocks": "Implijerien·ezed stanket",
|
||||||
"column.bookmarks": "Sinedoù",
|
"column.bookmarks": "Sinedoù",
|
||||||
"column.community": "Red-amzer lec'hel",
|
"column.community": "Red-amzer lec'hel",
|
||||||
"column.create_list": "Krouiñ ul listenn",
|
"column.create_list": "Krouiñ ul listenn",
|
||||||
"column.direct": "Menegoù prevez",
|
"column.direct": "Menegoù prevez",
|
||||||
"column.directory": "Mont a-dreuz ar profiloù",
|
"column.directory": "Mont a-dreuz ar profiloù",
|
||||||
"column.domain_blocks": "Domani berzet",
|
"column.domain_blocks": "Domani stanket",
|
||||||
"column.edit_list": "Kemmañ al listenn",
|
"column.edit_list": "Kemmañ al listenn",
|
||||||
"column.favourites": "Muiañ-karet",
|
"column.favourites": "Muiañ-karet",
|
||||||
"column.firehose": "Redoù war-eeun",
|
"column.firehose": "Redoù war-eeun",
|
||||||
"column.follow_requests": "Rekedoù heuliañ",
|
"column.follow_requests": "Rekedoù heuliañ",
|
||||||
"column.home": "Degemer",
|
"column.home": "Degemer",
|
||||||
"column.lists": "Listennoù",
|
"column.lists": "Listennoù",
|
||||||
"column.mutes": "Implijer·ion·ezed kuzhet",
|
"column.mutes": "Implijerien·ezed kuzhet",
|
||||||
"column.notifications": "Kemennoù",
|
"column.notifications": "Kemennoù",
|
||||||
"column.pins": "Embannadurioù spilhennet",
|
"column.pins": "Embannadurioù spilhennet",
|
||||||
"column.public": "Red-amzer kevredet",
|
"column.public": "Red-amzer kevredet",
|
||||||
|
|
@ -148,9 +172,9 @@
|
||||||
"compose.published.open": "Digeriñ",
|
"compose.published.open": "Digeriñ",
|
||||||
"compose.saved.body": "Enrollet.",
|
"compose.saved.body": "Enrollet.",
|
||||||
"compose_form.direct_message_warning_learn_more": "Gouzout hiroc'h",
|
"compose_form.direct_message_warning_learn_more": "Gouzout hiroc'h",
|
||||||
"compose_form.encryption_warning": "Toudoù war Mastodon na vezont ket sifret penn-da-benn. Na rannit ket titouroù kizidik dre Mastodon.",
|
"compose_form.encryption_warning": "Embannadurioù war Mastodon na vezont ket sifret a-benn-da-benn. Na rannit ket titouroù kizidik dre Mastodon.",
|
||||||
"compose_form.hashtag_warning": "This post won't be listed under any hashtag as it is unlisted. Only public posts can be searched by hashtag.",
|
"compose_form.hashtag_warning": "Ne vo ket listennet an embannadur-mañ dindan gerioù-klik ebet dre m'eo anlistennet. N'eus nemet an embannadurioù foran a c'hall bezañ klasket dre c'her-klik.",
|
||||||
"compose_form.lock_disclaimer": "N'eo ket {locked} ho kont. An holl a c'hal ho heuliañ evit gwelet ho toudoù prevez.",
|
"compose_form.lock_disclaimer": "N'eo ket {locked} ho kont. An holl a c'hal ho heuliañ evit gwelet hoc'h embannadurioù prevez.",
|
||||||
"compose_form.lock_disclaimer.lock": "prennet",
|
"compose_form.lock_disclaimer.lock": "prennet",
|
||||||
"compose_form.placeholder": "Petra emaoc'h o soñjal e-barzh ?",
|
"compose_form.placeholder": "Petra emaoc'h o soñjal e-barzh ?",
|
||||||
"compose_form.poll.duration": "Pad ar sontadeg",
|
"compose_form.poll.duration": "Pad ar sontadeg",
|
||||||
|
|
@ -167,23 +191,39 @@
|
||||||
"confirmation_modal.cancel": "Nullañ",
|
"confirmation_modal.cancel": "Nullañ",
|
||||||
"confirmations.block.confirm": "Stankañ",
|
"confirmations.block.confirm": "Stankañ",
|
||||||
"confirmations.delete.confirm": "Dilemel",
|
"confirmations.delete.confirm": "Dilemel",
|
||||||
"confirmations.delete.message": "Ha sur oc'h e fell deoc'h dilemel an toud-mañ ?",
|
"confirmations.delete.message": "Ha sur oc'h e fell deoc'h dilemel an embannadur-mañ?",
|
||||||
|
"confirmations.delete.title": "Dilemel an embannadur?",
|
||||||
"confirmations.delete_list.confirm": "Dilemel",
|
"confirmations.delete_list.confirm": "Dilemel",
|
||||||
"confirmations.delete_list.message": "Ha sur eo hoc'h eus c'hoant da zilemel ar roll-mañ da vat ?",
|
"confirmations.delete_list.message": "Ha sur eo hoc'h eus c'hoant da zilemel ar roll-mañ da vat ?",
|
||||||
"confirmations.delete_list.title": "Dilemel al listenn?",
|
"confirmations.delete_list.title": "Dilemel al listenn?",
|
||||||
|
"confirmations.discard_draft.confirm": "Diverkañ ha kenderc'hel",
|
||||||
|
"confirmations.discard_draft.edit.cancel": "Distreiñ d'an embann",
|
||||||
|
"confirmations.discard_draft.post.cancel": "Distreiñ d'ar brouilhed",
|
||||||
|
"confirmations.discard_draft.post.title": "Dilemel ho prouilhed?",
|
||||||
"confirmations.discard_edit_media.confirm": "Nac'hañ",
|
"confirmations.discard_edit_media.confirm": "Nac'hañ",
|
||||||
"confirmations.discard_edit_media.message": "Bez ez eus kemmoù n'int ket enrollet e deskrivadur ar media pe ar rakwel, nullañ anezho evelato?",
|
"confirmations.discard_edit_media.message": "Bez ez eus kemmoù n'int ket enrollet e deskrivadur ar media pe ar rakwel, nullañ anezho evelato?",
|
||||||
|
"confirmations.follow_to_list.confirm": "Heuliañ hag ouzhpennañ d'al listenn",
|
||||||
"confirmations.follow_to_list.title": "Heuliañ an implijer·ez?",
|
"confirmations.follow_to_list.title": "Heuliañ an implijer·ez?",
|
||||||
"confirmations.logout.confirm": "Digevreañ",
|
"confirmations.logout.confirm": "Digevreañ",
|
||||||
"confirmations.logout.message": "Ha sur oc'h e fell deoc'h digevreañ ?",
|
"confirmations.logout.message": "Ha sur oc'h e fell deoc'h digevreañ ?",
|
||||||
|
"confirmations.logout.title": "Digevreañ?",
|
||||||
|
"confirmations.missing_alt_text.confirm": "Ouzhpennañ un eiltestenn",
|
||||||
|
"confirmations.missing_alt_text.secondary": "Embann memes tra",
|
||||||
|
"confirmations.missing_alt_text.title": "Ouzhpennañ an eiltestenn?",
|
||||||
"confirmations.mute.confirm": "Kuzhat",
|
"confirmations.mute.confirm": "Kuzhat",
|
||||||
"confirmations.redraft.confirm": "Diverkañ ha skrivañ en-dro",
|
"confirmations.redraft.confirm": "Diverkañ ha skrivañ en-dro",
|
||||||
|
"confirmations.redraft.title": "Diverkañ ha skrivañ an embann en-dro?",
|
||||||
|
"confirmations.remove_from_followers.confirm": "Dilemel an heulier·ez",
|
||||||
|
"confirmations.remove_from_followers.title": "Dilemel an heulier·ez?",
|
||||||
"confirmations.unfollow.confirm": "Diheuliañ",
|
"confirmations.unfollow.confirm": "Diheuliañ",
|
||||||
"confirmations.unfollow.message": "Ha sur oc'h e fell deoc'h paouez da heuliañ {name} ?",
|
"confirmations.unfollow.message": "Ha sur oc'h e fell deoc'h paouez da heuliañ {name} ?",
|
||||||
|
"confirmations.unfollow.title": "Paouez da heuliañ an implijer·ez?",
|
||||||
|
"content_warning.hide": "Kuzhat an embannadur",
|
||||||
|
"content_warning.show": "Diskwel memes tra",
|
||||||
"content_warning.show_more": "Diskouez muioc'h",
|
"content_warning.show_more": "Diskouez muioc'h",
|
||||||
"conversation.delete": "Dilemel ar gaozeadenn",
|
"conversation.delete": "Dilemel ar gaozeadenn",
|
||||||
"conversation.mark_as_read": "Merkañ evel lennet",
|
"conversation.mark_as_read": "Merkañ evel lennet",
|
||||||
"conversation.open": "Gwelout ar gaozeadenn",
|
"conversation.open": "Gwelet ar gaozeadenn",
|
||||||
"conversation.with": "Gant {names}",
|
"conversation.with": "Gant {names}",
|
||||||
"copy_icon_button.copied": "Eilet er golver",
|
"copy_icon_button.copied": "Eilet er golver",
|
||||||
"copypaste.copied": "Eilet",
|
"copypaste.copied": "Eilet",
|
||||||
|
|
@ -194,11 +234,16 @@
|
||||||
"directory.recently_active": "Oberiant nevez zo",
|
"directory.recently_active": "Oberiant nevez zo",
|
||||||
"disabled_account_banner.account_settings": "Arventennoù ar gont",
|
"disabled_account_banner.account_settings": "Arventennoù ar gont",
|
||||||
"disabled_account_banner.text": "Ho kont {disabledAccount} zo divev evit bremañ.",
|
"disabled_account_banner.text": "Ho kont {disabledAccount} zo divev evit bremañ.",
|
||||||
"dismissable_banner.community_timeline": "Setu toudoù foran nevesañ an dud a zo herberc’hiet o c'hontoù gant {domain}.",
|
"dismissable_banner.community_timeline": "Setu embannadurioù foran nevesañ an dud a zo herberc’hiet o c’hontoù gant {domain}.",
|
||||||
"dismissable_banner.dismiss": "Diverkañ",
|
"dismissable_banner.dismiss": "Diverkañ",
|
||||||
|
"domain_block_modal.block": "Stankañ ar servijer",
|
||||||
|
"domain_block_modal.block_account_instead": "Stankañ @{name} kentoc'h",
|
||||||
|
"domain_block_modal.title": "Stankañ an domani?",
|
||||||
"domain_pill.server": "Dafariad",
|
"domain_pill.server": "Dafariad",
|
||||||
"domain_pill.username": "Anv-implijer",
|
"domain_pill.username": "Anv-implijer",
|
||||||
"embed.instructions": "Enframmit an toud-mañ en ho lec'hienn en ur eilañ ar c'hod amañ-dindan.",
|
"domain_pill.whats_in_a_handle": "Petra eo an anaouder?",
|
||||||
|
"domain_pill.your_handle": "Hoc'h anaouder:",
|
||||||
|
"embed.instructions": "Enframmit an embannadur-mañ en ho lec’hienn en ur eilañ ar c’hod amañ-dindan.",
|
||||||
"embed.preview": "Setu penaos e teuio war wel :",
|
"embed.preview": "Setu penaos e teuio war wel :",
|
||||||
"emoji_button.activity": "Obererezh",
|
"emoji_button.activity": "Obererezh",
|
||||||
"emoji_button.clear": "Diverkañ",
|
"emoji_button.clear": "Diverkañ",
|
||||||
|
|
@ -215,22 +260,22 @@
|
||||||
"emoji_button.search_results": "Disoc'hoù an enklask",
|
"emoji_button.search_results": "Disoc'hoù an enklask",
|
||||||
"emoji_button.symbols": "Arouezioù",
|
"emoji_button.symbols": "Arouezioù",
|
||||||
"emoji_button.travel": "Beajiñ & Lec'hioù",
|
"emoji_button.travel": "Beajiñ & Lec'hioù",
|
||||||
"empty_column.account_suspended": "Kont ehanet",
|
"empty_column.account_suspended": "Kont astalet",
|
||||||
"empty_column.account_timeline": "Toud ebet amañ !",
|
"empty_column.account_timeline": "Embannadur ebet amañ!",
|
||||||
"empty_column.account_unavailable": "Profil dihegerz",
|
"empty_column.account_unavailable": "Profil dihegerz",
|
||||||
"empty_column.blocks": "N'eus ket bet berzet implijer·ez ganeoc'h c'hoazh.",
|
"empty_column.blocks": "N'eus ket bet stanket implijer·ez ganeoc'h c'hoazh.",
|
||||||
"empty_column.bookmarked_statuses": "N'ho peus embannadur ebet enrollet en ho sinedoù c'hoazh. Pa vo ouzhpennet unan e teuio war wel amañ.",
|
"empty_column.bookmarked_statuses": "N'ho peus embannadur ebet enrollet en ho sinedoù c'hoazh. Pa vo ouzhpennet unan e teuio war wel amañ.",
|
||||||
"empty_column.community": "Goulo eo ar red-amzer lec'hel. Skrivit'ta un dra evit lakaat tan dezhi !",
|
"empty_column.community": "Goulo eo ar red-amzer lec'hel. Skrivit'ta un dra evit lakaat tan dezhi !",
|
||||||
"empty_column.domain_blocks": "N'eus domani kuzh ebet c'hoazh.",
|
"empty_column.domain_blocks": "N'eus domani stanket ebet c'hoazh.",
|
||||||
"empty_column.explore_statuses": "N'eus tuadur ebet evit c'hoazh. Distroit diwezhatoc'h !",
|
"empty_column.explore_statuses": "N'eus tuadur ebet evit c'hoazh. Distroit diwezhatoc'h !",
|
||||||
"empty_column.follow_requests": "N'ho peus reked heuliañ ebet c'hoazh. Pa vo resevet unan e teuio war wel amañ.",
|
"empty_column.follow_requests": "N'ho peus reked heuliañ ebet c'hoazh. Pa vo resevet unan e teuio war wel amañ.",
|
||||||
"empty_column.followed_tags": "N'emaoc'h oc'h heuliañ hashtag ebet evit poent. Pa vioc'h e vo d'o gwelet amañ.",
|
"empty_column.followed_tags": "N'emaoc'h oc'h heuliañ ger-klik ebet evit poent. Pa vioc'h e vo d'o gwelet amañ.",
|
||||||
"empty_column.hashtag": "N'eus netra en hashtag-mañ c'hoazh.",
|
"empty_column.hashtag": "N'eus netra er ger-klik-mañ c'hoazh.",
|
||||||
"empty_column.home": "Goullo eo ho red-amzer degemer! Kit da weladenniñ {public} pe implijit ar c'hlask evit kregiñ ganti ha kejañ gant implijer·ien·ezed all.",
|
"empty_column.home": "Goullo eo ho red-amzer degemer! Kit da weladenniñ {public} pe implijit ar c'hlask evit kregiñ ganti ha kejañ gant implijer·ien·ezed all.",
|
||||||
"empty_column.list": "Goullo eo al listenn-mañ evit c'hoazh. Pa vo embannet toudoù nevez gant e izili e teuint war wel amañ.",
|
"empty_column.list": "Goullo eo al listenn-mañ evit c'hoazh. Pa vo embannet un dra nevez gant e izili e teuio war wel amañ.",
|
||||||
"empty_column.mutes": "N'ho peus kuzhet implijer ebet c'hoazh.",
|
"empty_column.mutes": "N'ho peus kuzhet implijer·ez ebet c'hoazh.",
|
||||||
"empty_column.notifications": "N'ho peus kemenn ebet c'hoazh. Grit gant implijer·ezed·ien all evit loc'hañ ar gomz.",
|
"empty_column.notifications": "N'ho peus kemenn ebet c'hoazh. Grit gant implijer·ezed·ien all evit loc'hañ ar gomz.",
|
||||||
"empty_column.public": "N'eus netra amañ! Skrivit un dra bennak foran pe heuilhit implijer·ien·ezed eus dafariadoù all evit leuniañ",
|
"empty_column.public": "N'eus netra amañ! Skrivit un dra bennak foran pe heuilhit implijerien·ezed eus servijerioù all evit leuniañ",
|
||||||
"error.unexpected_crash.explanation": "Abalamour d'ur beug en hor c'hod pe d'ur gudenn geverlec'hded n'hallomp ket skrammañ ar bajenn-mañ en un doare dereat.",
|
"error.unexpected_crash.explanation": "Abalamour d'ur beug en hor c'hod pe d'ur gudenn geverlec'hded n'hallomp ket skrammañ ar bajenn-mañ en un doare dereat.",
|
||||||
"error.unexpected_crash.explanation_addons": "Ar bajenn-mañ ne c'hell ket bezañ skrammet mat. Ar fazi-se a zo kaoz d'un astenn pe d'un ostilh troidigezh emgefreek war ho merdeer.",
|
"error.unexpected_crash.explanation_addons": "Ar bajenn-mañ ne c'hell ket bezañ skrammet mat. Ar fazi-se a zo kaoz d'un astenn pe d'un ostilh troidigezh emgefreek war ho merdeer.",
|
||||||
"error.unexpected_crash.next_steps": "Klaskit azbevaat ar bajenn. Ma n'a ket en-dro e c'hallit klask ober gant Mastodon dre ur merdeer disheñvel pe dre an arload genidik.",
|
"error.unexpected_crash.next_steps": "Klaskit azbevaat ar bajenn. Ma n'a ket en-dro e c'hallit klask ober gant Mastodon dre ur merdeer disheñvel pe dre an arload genidik.",
|
||||||
|
|
@ -241,24 +286,24 @@
|
||||||
"explore.title": "Diouzh ar c'hiz",
|
"explore.title": "Diouzh ar c'hiz",
|
||||||
"explore.trending_links": "Keleier",
|
"explore.trending_links": "Keleier",
|
||||||
"explore.trending_statuses": "Embannadurioù",
|
"explore.trending_statuses": "Embannadurioù",
|
||||||
"explore.trending_tags": "Hashtagoù",
|
"explore.trending_tags": "Gerioù-klik",
|
||||||
"featured_carousel.next": "War-raok",
|
"featured_carousel.next": "War-raok",
|
||||||
"featured_carousel.post": "Embannadenn",
|
"featured_carousel.post": "Embannadur",
|
||||||
"featured_carousel.previous": "War-gil",
|
"featured_carousel.previous": "War-gil",
|
||||||
"featured_carousel.slide": "{index} diwar {total}",
|
"featured_carousel.slide": "{index} diwar {total}",
|
||||||
"filter_modal.added.context_mismatch_title": "Kenarroud digenglotus !",
|
"filter_modal.added.context_mismatch_title": "Kenarroud digenglotus !",
|
||||||
"filter_modal.added.expired_title": "Sil deuet d'e dermen !",
|
"filter_modal.added.expired_title": "Sil deuet d'e dermen !",
|
||||||
"filter_modal.added.review_and_configure_title": "Arventennoù ar sil",
|
"filter_modal.added.review_and_configure_title": "Arventennoù ar sil",
|
||||||
"filter_modal.added.settings_link": "pajenn an arventennoù",
|
"filter_modal.added.settings_link": "pajenn an arventennoù",
|
||||||
"filter_modal.added.short_explanation": "An toud-mañ zo bet ouzhpennet d'ar rummad sil-mañ : {title}.",
|
"filter_modal.added.short_explanation": "Ouzhpennet eo bet an embannadur-mañ d'ar rummad sil-mañ: {title}.",
|
||||||
"filter_modal.added.title": "Sil ouzhpennet !",
|
"filter_modal.added.title": "Sil ouzhpennet !",
|
||||||
"filter_modal.select_filter.context_mismatch": "na glot ket gant ar c'henarroud-mañ",
|
"filter_modal.select_filter.context_mismatch": "na glot ket gant ar c'henarroud-mañ",
|
||||||
"filter_modal.select_filter.expired": "zo deuet d'e dermen",
|
"filter_modal.select_filter.expired": "zo deuet d'e dermen",
|
||||||
"filter_modal.select_filter.prompt_new": "Rummad nevez : {name}",
|
"filter_modal.select_filter.prompt_new": "Rummad nevez : {name}",
|
||||||
"filter_modal.select_filter.search": "Klask pe krouiñ",
|
"filter_modal.select_filter.search": "Klask pe krouiñ",
|
||||||
"filter_modal.select_filter.subtitle": "Implijout ur rummad a zo anezhañ pe krouiñ unan nevez",
|
"filter_modal.select_filter.subtitle": "Implijout ur rummad a zo anezhañ pe krouiñ unan nevez",
|
||||||
"filter_modal.select_filter.title": "Silañ an toud-mañ",
|
"filter_modal.select_filter.title": "Silañ an embannadur-mañ",
|
||||||
"filter_modal.title.status": "Silañ un toud",
|
"filter_modal.title.status": "Silañ un embannadur",
|
||||||
"filter_warning.matches_filter": "A glot gant ar sil “<span>{title}</span>”",
|
"filter_warning.matches_filter": "A glot gant ar sil “<span>{title}</span>”",
|
||||||
"firehose.all": "Pep tra",
|
"firehose.all": "Pep tra",
|
||||||
"firehose.local": "Ar servijer-mañ",
|
"firehose.local": "Ar servijer-mañ",
|
||||||
|
|
@ -266,10 +311,12 @@
|
||||||
"follow_request.authorize": "Aotren",
|
"follow_request.authorize": "Aotren",
|
||||||
"follow_request.reject": "Nac'hañ",
|
"follow_request.reject": "Nac'hañ",
|
||||||
"follow_requests.unlocked_explanation": "Daoust ma n'eo ket ho kont prennet, skipailh {domain} a soñj e fellfe deoc'h gwiriekaat pedadennoù heuliañ deus ar c'hontoù-se diwar-zorn.",
|
"follow_requests.unlocked_explanation": "Daoust ma n'eo ket ho kont prennet, skipailh {domain} a soñj e fellfe deoc'h gwiriekaat pedadennoù heuliañ deus ar c'hontoù-se diwar-zorn.",
|
||||||
|
"follow_suggestions.dismiss": "Na ziskouez ket ken",
|
||||||
"follow_suggestions.friends_of_friends_longer": "Diouzh ar c'hiz e-touez an dud heuliet ganeoc'h",
|
"follow_suggestions.friends_of_friends_longer": "Diouzh ar c'hiz e-touez an dud heuliet ganeoc'h",
|
||||||
"follow_suggestions.popular_suggestion_longer": "Diouzh ar c'hiz war {domain}",
|
"follow_suggestions.popular_suggestion_longer": "Diouzh ar c'hiz war {domain}",
|
||||||
"follow_suggestions.view_all": "Gwelet pep tra",
|
"follow_suggestions.view_all": "Gwelet pep tra",
|
||||||
"followed_tags": "Hashtagoù o heuliañ",
|
"follow_suggestions.who_to_follow": "Piv heuliañ",
|
||||||
|
"followed_tags": "Gerioù-klik o heuliañ",
|
||||||
"footer.about": "Diwar-benn",
|
"footer.about": "Diwar-benn",
|
||||||
"footer.directory": "Kavlec'h ar profiloù",
|
"footer.directory": "Kavlec'h ar profiloù",
|
||||||
"footer.get_app": "Pellgargañ an arload",
|
"footer.get_app": "Pellgargañ an arload",
|
||||||
|
|
@ -281,20 +328,26 @@
|
||||||
"generic.saved": "Enrollet",
|
"generic.saved": "Enrollet",
|
||||||
"getting_started.heading": "Loc'hañ",
|
"getting_started.heading": "Loc'hañ",
|
||||||
"hashtag.admin_moderation": "Digeriñ an etrefas evezhiañ evit #{name}",
|
"hashtag.admin_moderation": "Digeriñ an etrefas evezhiañ evit #{name}",
|
||||||
|
"hashtag.browse": "Furchal dre an embannadurioù gant #{hashtag}",
|
||||||
|
"hashtag.browse_from_account": "Furchal dre an embannadurioù gant @{name} gant #{hashtag}",
|
||||||
"hashtag.column_header.tag_mode.all": "ha(g) {additional}",
|
"hashtag.column_header.tag_mode.all": "ha(g) {additional}",
|
||||||
"hashtag.column_header.tag_mode.any": "pe {additional}",
|
"hashtag.column_header.tag_mode.any": "pe {additional}",
|
||||||
"hashtag.column_header.tag_mode.none": "hep {additional}",
|
"hashtag.column_header.tag_mode.none": "hep {additional}",
|
||||||
"hashtag.column_settings.select.no_options_message": "N'eus bet kavet ali ebet",
|
"hashtag.column_settings.select.no_options_message": "N'eus bet kavet ali ebet",
|
||||||
"hashtag.column_settings.select.placeholder": "Ouzhpennañ hashtagoù…",
|
"hashtag.column_settings.select.placeholder": "Ouzhpennañ gerioù-klik…",
|
||||||
"hashtag.column_settings.tag_mode.all": "An holl anezho",
|
"hashtag.column_settings.tag_mode.all": "An holl anezho",
|
||||||
"hashtag.column_settings.tag_mode.any": "Unan e mesk anezho",
|
"hashtag.column_settings.tag_mode.any": "Unan e mesk anezho",
|
||||||
"hashtag.column_settings.tag_mode.none": "Hini ebet anezho",
|
"hashtag.column_settings.tag_mode.none": "Hini ebet anezho",
|
||||||
"hashtag.column_settings.tag_toggle": "Endelc'her gerioù-alc'hwez ouzhpenn evit ar bannad-mañ",
|
"hashtag.column_settings.tag_toggle": "Endelc'her gerioù-alc'hwez ouzhpenn evit ar bannad-mañ",
|
||||||
"hashtag.counter_by_uses": "{count, plural, one {{counter} embannadur} other {{counter} embannadur}}",
|
"hashtag.counter_by_uses": "{count, plural, one {{counter} embannadur} other {{counter} embannadur}}",
|
||||||
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} embannadur} other {{counter} embannadur}} hiziv",
|
"hashtag.counter_by_uses_today": "{count, plural, one {{counter} embannadur} other {{counter} embannadur}} hiziv",
|
||||||
|
"hashtag.feature": "Lakaat en a-raok war ar profil",
|
||||||
"hashtag.follow": "Heuliañ ar ger-klik",
|
"hashtag.follow": "Heuliañ ar ger-klik",
|
||||||
"hashtag.unfollow": "Paouez heuliañ an hashtag",
|
"hashtag.mute": "Kuzhat #{hashtag}",
|
||||||
|
"hashtag.unfeature": "Na lakaat ket en a-raok war ar profil",
|
||||||
|
"hashtag.unfollow": "Diheuliañ ar ger-klik",
|
||||||
"hashtags.and_other": "…{count, plural, one {hag # all} other {ha # all}}",
|
"hashtags.and_other": "…{count, plural, one {hag # all} other {ha # all}}",
|
||||||
|
"hints.profiles.see_more_posts": "Gwelet embannadurioù ouzhpenn eus {domain}",
|
||||||
"home.column_settings.show_quotes": "Diskouez an arroudennoù",
|
"home.column_settings.show_quotes": "Diskouez an arroudennoù",
|
||||||
"home.column_settings.show_reblogs": "Diskouez ar skignadennoù",
|
"home.column_settings.show_reblogs": "Diskouez ar skignadennoù",
|
||||||
"home.column_settings.show_replies": "Diskouez ar respontoù",
|
"home.column_settings.show_replies": "Diskouez ar respontoù",
|
||||||
|
|
@ -302,24 +355,27 @@
|
||||||
"home.pending_critical_update.body": "Hizivait ho servijer Mastodon kerkent ha ma c'hallit mar plij!",
|
"home.pending_critical_update.body": "Hizivait ho servijer Mastodon kerkent ha ma c'hallit mar plij!",
|
||||||
"home.pending_critical_update.link": "Gwelet an hizivadennoù",
|
"home.pending_critical_update.link": "Gwelet an hizivadennoù",
|
||||||
"home.show_announcements": "Diskouez ar c'hemennoù",
|
"home.show_announcements": "Diskouez ar c'hemennoù",
|
||||||
|
"interaction_modal.go": "Mont di",
|
||||||
|
"interaction_modal.no_account_yet": "N'ho peus ket ur gont c'hoazh?",
|
||||||
"interaction_modal.on_another_server": "War ur servijer all",
|
"interaction_modal.on_another_server": "War ur servijer all",
|
||||||
"interaction_modal.on_this_server": "War ar servijer-mañ",
|
"interaction_modal.on_this_server": "War ar servijer-mañ",
|
||||||
"interaction_modal.title.favourite": "Ouzhpennañ embannadur {name} d'ar re vuiañ-karet",
|
"interaction_modal.title.favourite": "Ouzhpennañ embannadur {name} d'ar re vuiañ-karet",
|
||||||
"interaction_modal.title.follow": "Heuliañ {name}",
|
"interaction_modal.title.follow": "Heuliañ {name}",
|
||||||
"interaction_modal.title.reblog": "Skignañ toud {name}",
|
"interaction_modal.title.reblog": "Skignañ embannadur {name}",
|
||||||
"interaction_modal.title.reply": "Respont da doud {name}",
|
"interaction_modal.title.reply": "Respont da doud {name}",
|
||||||
|
"interaction_modal.username_prompt": "D.s. {example}",
|
||||||
"intervals.full.days": "{number, plural, one {# devezh} other{# a zevezhioù}}",
|
"intervals.full.days": "{number, plural, one {# devezh} other{# a zevezhioù}}",
|
||||||
"intervals.full.hours": "{number, plural, one {# eurvezh} other{# eurvezh}}",
|
"intervals.full.hours": "{number, plural, one {# eurvezh} other{# eurvezh}}",
|
||||||
"intervals.full.minutes": "{number, plural, one {# munut} other{# a vunutoù}}",
|
"intervals.full.minutes": "{number, plural, one {# munut} other{# a vunutoù}}",
|
||||||
"keyboard_shortcuts.back": "Distreiñ",
|
"keyboard_shortcuts.back": "Distreiñ",
|
||||||
"keyboard_shortcuts.blocked": "Digeriñ roll an implijer.ezed.rien stanket",
|
"keyboard_shortcuts.blocked": "Digeriñ roll an implijerien·ezed stanket",
|
||||||
"keyboard_shortcuts.boost": "Skignañ an toud",
|
"keyboard_shortcuts.boost": "Skignañ an embannadur",
|
||||||
"keyboard_shortcuts.column": "Fokus ar bann",
|
"keyboard_shortcuts.column": "Fokus ar bann",
|
||||||
"keyboard_shortcuts.compose": "Fokus an takad testenn",
|
"keyboard_shortcuts.compose": "Fokus an takad testenn",
|
||||||
"keyboard_shortcuts.description": "Deskrivadur",
|
"keyboard_shortcuts.description": "Deskrivadur",
|
||||||
"keyboard_shortcuts.direct": "to open direct messages column",
|
"keyboard_shortcuts.direct": "to open direct messages column",
|
||||||
"keyboard_shortcuts.down": "Diskennañ er roll",
|
"keyboard_shortcuts.down": "Diskennañ er roll",
|
||||||
"keyboard_shortcuts.enter": "Digeriñ an toud",
|
"keyboard_shortcuts.enter": "Digeriñ an embannadur",
|
||||||
"keyboard_shortcuts.favourite": "Ouzhpennañ an embannadur d'ar re vuiañ-karet",
|
"keyboard_shortcuts.favourite": "Ouzhpennañ an embannadur d'ar re vuiañ-karet",
|
||||||
"keyboard_shortcuts.favourites": "Digeriñ roll an embannadurioù muiañ-karet",
|
"keyboard_shortcuts.favourites": "Digeriñ roll an embannadurioù muiañ-karet",
|
||||||
"keyboard_shortcuts.federated": "Digeriñ ar red-amzer kevredet",
|
"keyboard_shortcuts.federated": "Digeriñ ar red-amzer kevredet",
|
||||||
|
|
@ -329,74 +385,97 @@
|
||||||
"keyboard_shortcuts.legend": "Skrammañ ar skrid-se",
|
"keyboard_shortcuts.legend": "Skrammañ ar skrid-se",
|
||||||
"keyboard_shortcuts.local": "Digeriñ red-amzer lec'hel",
|
"keyboard_shortcuts.local": "Digeriñ red-amzer lec'hel",
|
||||||
"keyboard_shortcuts.mention": "Menegiñ an aozer.ez",
|
"keyboard_shortcuts.mention": "Menegiñ an aozer.ez",
|
||||||
"keyboard_shortcuts.muted": "Digeriñ roll an implijer.ezed.ien kuzhet",
|
"keyboard_shortcuts.muted": "Digeriñ roll an implijerien·ezed kuzhet",
|
||||||
"keyboard_shortcuts.my_profile": "Digeriñ ho profil",
|
"keyboard_shortcuts.my_profile": "Digeriñ ho profil",
|
||||||
"keyboard_shortcuts.notifications": "Digeriñ bann ar c'hemennoù",
|
"keyboard_shortcuts.notifications": "Digeriñ bann ar c'hemennoù",
|
||||||
"keyboard_shortcuts.open_media": "Digeriñ ar media",
|
"keyboard_shortcuts.open_media": "Digeriñ ar media",
|
||||||
"keyboard_shortcuts.pinned": "Digeriñ listenn an toudoù spilhennet",
|
"keyboard_shortcuts.pinned": "Digeriñ listenn an embannadurioù spilhennet",
|
||||||
"keyboard_shortcuts.profile": "Digeriñ profil an aozer.ez",
|
"keyboard_shortcuts.profile": "Digeriñ profil an aozer.ez",
|
||||||
"keyboard_shortcuts.reply": "Respont d'an toud",
|
"keyboard_shortcuts.reply": "Respont d'an embannadur",
|
||||||
"keyboard_shortcuts.requests": "Digeriñ roll goulennoù heuliañ",
|
"keyboard_shortcuts.requests": "Digeriñ roll goulennoù heuliañ",
|
||||||
"keyboard_shortcuts.search": "Fokus barenn klask",
|
"keyboard_shortcuts.search": "Fokus barenn klask",
|
||||||
"keyboard_shortcuts.spoilers": "da guzhat/ziguzhat tachenn CW",
|
"keyboard_shortcuts.spoilers": "da guzhat/ziguzhat tachenn CW",
|
||||||
"keyboard_shortcuts.start": "Digeriñ bann \"Kregiñ\"",
|
"keyboard_shortcuts.start": "Digeriñ bann \"Kregiñ\"",
|
||||||
"keyboard_shortcuts.toggle_hidden": "da guzhat/ziguzhat an desten a-dreñv CW",
|
"keyboard_shortcuts.toggle_hidden": "da guzhat/ziguzhat an desten a-dreñv CW",
|
||||||
"keyboard_shortcuts.toggle_sensitivity": "da guzhat/ziguzhat ur media",
|
"keyboard_shortcuts.toggle_sensitivity": "da guzhat/ziguzhat ur media",
|
||||||
"keyboard_shortcuts.toot": "Kregiñ gant un toud nevez",
|
"keyboard_shortcuts.toot": "Kregiñ gant un embannadur nevez",
|
||||||
|
"keyboard_shortcuts.translate": "da dreiñ un embannadur",
|
||||||
"keyboard_shortcuts.unfocus": "Difokus an dachenn testenn/klask",
|
"keyboard_shortcuts.unfocus": "Difokus an dachenn testenn/klask",
|
||||||
"keyboard_shortcuts.up": "Pignat er roll",
|
"keyboard_shortcuts.up": "Pignat er roll",
|
||||||
"lightbox.close": "Serriñ",
|
"lightbox.close": "Serriñ",
|
||||||
"lightbox.next": "Da-heul",
|
"lightbox.next": "Da-heul",
|
||||||
"lightbox.previous": "A-raok",
|
"lightbox.previous": "A-raok",
|
||||||
"limited_account_hint.action": "Diskouez an aelad memes tra",
|
"limited_account_hint.action": "Diskouez ar profil memes tra",
|
||||||
"limited_account_hint.title": "Kuzhet eo bet ar profil-mañ gant an evezhierien eus {domain}.",
|
"limited_account_hint.title": "Kuzhet eo bet ar profil-mañ gant an evezhierien eus {domain}.",
|
||||||
"link_preview.author": "Gant {name}",
|
"link_preview.author": "Gant {name}",
|
||||||
|
"link_preview.more_from_author": "Muioc'h gant {name}",
|
||||||
|
"link_preview.shares": "{count, plural, one {{counter} embannadur} two {{counter} embannadur} few {{counter} embannadur} many {{counter} embannadur} other {{counter} embannadur}}",
|
||||||
"lists.add_member": "Ouzhpennañ",
|
"lists.add_member": "Ouzhpennañ",
|
||||||
"lists.add_to_list": "Ouzhpennañ d'al listenn",
|
"lists.add_to_list": "Ouzhpennañ d'al listenn",
|
||||||
"lists.create": "Krouiñ",
|
"lists.create": "Krouiñ",
|
||||||
|
"lists.create_a_list_to_organize": "Krouit ul listenn evit renkañ ho red degemer",
|
||||||
"lists.create_list": "Krouiñ ul listenn",
|
"lists.create_list": "Krouiñ ul listenn",
|
||||||
"lists.delete": "Dilemel al listenn",
|
"lists.delete": "Dilemel al listenn",
|
||||||
"lists.done": "Graet",
|
"lists.done": "Graet",
|
||||||
"lists.edit": "Kemmañ al listenn",
|
"lists.edit": "Kemmañ al listenn",
|
||||||
"lists.list_name": "Anv al listenn",
|
"lists.list_name": "Anv al listenn",
|
||||||
"lists.replies_policy.followed": "Pep implijer.ez heuliet",
|
"lists.new_list_name": "Anv nevez al listenn",
|
||||||
|
"lists.no_lists_yet": "Listenn ebet c'hoazh.",
|
||||||
|
"lists.remove_member": "Dilemel",
|
||||||
|
"lists.replies_policy.followed": "Pep implijer·ez heuliet",
|
||||||
"lists.replies_policy.list": "Izili ar roll",
|
"lists.replies_policy.list": "Izili ar roll",
|
||||||
"lists.replies_policy.none": "Den ebet",
|
"lists.replies_policy.none": "Den ebet",
|
||||||
|
"lists.save": "Enrollañ",
|
||||||
|
"lists.search": "Klask",
|
||||||
"load_pending": "{count, plural, one {# dra nevez} other {# dra nevez}}",
|
"load_pending": "{count, plural, one {# dra nevez} other {# dra nevez}}",
|
||||||
"loading_indicator.label": "O kargañ…",
|
"loading_indicator.label": "O kargañ…",
|
||||||
|
"media_gallery.hide": "Kuzhat",
|
||||||
|
"mute_modal.hide_from_notifications": "Kuzhat er c'hemennoù",
|
||||||
|
"mute_modal.hide_options": "Dibarzhioù ar c'huzhat",
|
||||||
|
"mute_modal.show_options": "Dibarzhioù an diskwel",
|
||||||
|
"mute_modal.title": "Kuzhat an implijer·ez?",
|
||||||
"navigation_bar.about": "Diwar-benn",
|
"navigation_bar.about": "Diwar-benn",
|
||||||
"navigation_bar.account_settings": "Ger-tremen ha surentez",
|
"navigation_bar.account_settings": "Ger-tremen ha surentez",
|
||||||
|
"navigation_bar.administration": "Merañ",
|
||||||
"navigation_bar.automated_deletion": "Dilemel an embannadenn ent-emgefreek",
|
"navigation_bar.automated_deletion": "Dilemel an embannadenn ent-emgefreek",
|
||||||
"navigation_bar.blocks": "Implijer·ezed·ien berzet",
|
"navigation_bar.blocks": "Implijerien·ezed stanket",
|
||||||
"navigation_bar.bookmarks": "Sinedoù",
|
"navigation_bar.bookmarks": "Sinedoù",
|
||||||
"navigation_bar.direct": "Menegoù prevez",
|
"navigation_bar.direct": "Menegoù prevez",
|
||||||
"navigation_bar.domain_blocks": "Domanioù kuzhet",
|
"navigation_bar.domain_blocks": "Domanioù stanket",
|
||||||
"navigation_bar.favourites": "Muiañ-karet",
|
"navigation_bar.favourites": "Muiañ-karet",
|
||||||
"navigation_bar.filters": "Gerioù kuzhet",
|
"navigation_bar.filters": "Gerioù kuzhet",
|
||||||
"navigation_bar.follow_requests": "Pedadoù heuliañ",
|
"navigation_bar.follow_requests": "Rekedoù heuliañ",
|
||||||
"navigation_bar.followed_tags": "Hashtagoù o heuliañ",
|
"navigation_bar.followed_tags": "Gerioù-klik o heuliañ",
|
||||||
"navigation_bar.follows_and_followers": "Heuliadennoù ha heulier·ezed·ien",
|
"navigation_bar.follows_and_followers": "Heuliadennoù ha heulier·ezed·ien",
|
||||||
"navigation_bar.import_export": "Enporzhiañ hag ezporzhiañ",
|
"navigation_bar.import_export": "Enporzhiañ hag ezporzhiañ",
|
||||||
"navigation_bar.lists": "Listennoù",
|
"navigation_bar.lists": "Listennoù",
|
||||||
"navigation_bar.logout": "Digennaskañ",
|
"navigation_bar.live_feed_local": "Red war-eeun (lec'hel)",
|
||||||
|
"navigation_bar.live_feed_public": "Red war-eeun (foran)",
|
||||||
|
"navigation_bar.logout": "Digevreañ",
|
||||||
|
"navigation_bar.moderation": "Habaskadur",
|
||||||
"navigation_bar.more": "Muioc'h",
|
"navigation_bar.more": "Muioc'h",
|
||||||
"navigation_bar.mutes": "Implijer·ion·ezed kuzhet",
|
"navigation_bar.mutes": "Implijerien·ezed kuzhet",
|
||||||
"navigation_bar.preferences": "Gwellvezioù",
|
"navigation_bar.preferences": "Gwellvezioù",
|
||||||
"navigation_bar.search": "Klask",
|
"navigation_bar.search": "Klask",
|
||||||
"navigation_bar.search_trends": "Klask / Diouzh ar c'hiz",
|
"navigation_bar.search_trends": "Klask / Diouzh ar c'hiz",
|
||||||
"not_signed_in_indicator.not_signed_in": "Ret eo deoc'h kevreañ evit tizhout an danvez-se.",
|
"not_signed_in_indicator.not_signed_in": "Ret eo deoc'h kevreañ evit tizhout an danvez-se.",
|
||||||
"notification.admin.report": "Disklêriet eo bet {target} gant {name}",
|
"notification.admin.report": "Disklêriet eo bet {target} gant {name}",
|
||||||
"notification.admin.sign_up": "{name} en·he deus lakaet e·hec'h anv",
|
"notification.admin.sign_up": "{name} en·he deus lakaet e·hec'h anv",
|
||||||
|
"notification.favourite": "Gant {name} eo bet ouzhpennet hoc'h embannadur d'h·e re vuiañ-karet",
|
||||||
"notification.follow": "heuliañ a ra {name} ac'hanoc'h",
|
"notification.follow": "heuliañ a ra {name} ac'hanoc'h",
|
||||||
"notification.follow.name_and_others": "{name} <a>{count, plural, one {hag # den all} two {ha # zen all} few {ha # den all} many {ha # den all} other {ha # den all}}</a> zo o heuliañ ac'hanoc'h",
|
"notification.follow.name_and_others": "{name} <a>{count, plural, one {hag # den all} two {ha # zen all} few {ha # den all} many {ha # den all} other {ha # den all}}</a> zo o heuliañ ac'hanoc'h",
|
||||||
"notification.follow_request": "Gant {name} eo bet goulennet ho heuliañ",
|
"notification.follow_request": "Gant {name} eo bet goulennet ho heuliañ",
|
||||||
"notification.label.reply": "Respont",
|
"notification.label.reply": "Respont",
|
||||||
|
"notification.mention": "Meneg",
|
||||||
|
"notification.mentioned_you": "Gant {name} oc'h bet meneget",
|
||||||
"notification.moderation-warning.learn_more": "Gouzout hiroc'h",
|
"notification.moderation-warning.learn_more": "Gouzout hiroc'h",
|
||||||
|
"notification.moderation_warning.action_disable": "Diweredekaet eo bet ho kont.",
|
||||||
|
"notification.moderation_warning.action_suspend": "Astalet eo bet ho kont.",
|
||||||
"notification.own_poll": "Echu eo ho sontadeg",
|
"notification.own_poll": "Echu eo ho sontadeg",
|
||||||
"notification.reblog": "Gant {name} eo bet skignet ho toud",
|
"notification.reblog": "Gant {name} eo bet skignet hoc'h embannadur",
|
||||||
"notification.relationships_severance_event.learn_more": "Gouzout hiroc'h",
|
"notification.relationships_severance_event.learn_more": "Gouzout hiroc'h",
|
||||||
"notification.status": "Emañ {name} o paouez toudañ",
|
"notification.status": "Emañ {name} o paouez embann",
|
||||||
"notification.update": "Gant {name} ez eus bet kemmet un toud",
|
"notification.update": "Gant {name} ez eus bet kemmet un embannadur",
|
||||||
"notification_requests.accept": "Asantiñ",
|
"notification_requests.accept": "Asantiñ",
|
||||||
"notification_requests.dismiss": "Diverkañ",
|
"notification_requests.dismiss": "Diverkañ",
|
||||||
"notification_requests.edit_selection": "Kemmañ",
|
"notification_requests.edit_selection": "Kemmañ",
|
||||||
|
|
@ -408,7 +487,7 @@
|
||||||
"notifications.column_settings.alert": "Kemennoù war ar burev",
|
"notifications.column_settings.alert": "Kemennoù war ar burev",
|
||||||
"notifications.column_settings.favourite": "Muiañ-karet:",
|
"notifications.column_settings.favourite": "Muiañ-karet:",
|
||||||
"notifications.column_settings.follow": "Heulierien nevez:",
|
"notifications.column_settings.follow": "Heulierien nevez:",
|
||||||
"notifications.column_settings.follow_request": "Pedadoù heuliañ nevez :",
|
"notifications.column_settings.follow_request": "Rekedoù heuliañ nevez:",
|
||||||
"notifications.column_settings.group": "Strollañ",
|
"notifications.column_settings.group": "Strollañ",
|
||||||
"notifications.column_settings.mention": "Menegoù:",
|
"notifications.column_settings.mention": "Menegoù:",
|
||||||
"notifications.column_settings.poll": "Disoc'hoù ar sontadeg:",
|
"notifications.column_settings.poll": "Disoc'hoù ar sontadeg:",
|
||||||
|
|
@ -416,10 +495,10 @@
|
||||||
"notifications.column_settings.reblog": "Skignadennoù:",
|
"notifications.column_settings.reblog": "Skignadennoù:",
|
||||||
"notifications.column_settings.show": "Diskouez er bann",
|
"notifications.column_settings.show": "Diskouez er bann",
|
||||||
"notifications.column_settings.sound": "Seniñ",
|
"notifications.column_settings.sound": "Seniñ",
|
||||||
"notifications.column_settings.status": "Toudoù nevez :",
|
"notifications.column_settings.status": "Embannadurioù nevez:",
|
||||||
"notifications.column_settings.unread_notifications.category": "Kemennoù anlennet",
|
"notifications.column_settings.unread_notifications.category": "Kemennoù anlennet",
|
||||||
"notifications.column_settings.unread_notifications.highlight": "Uslinennañ ar c'hemennoù anlennet",
|
"notifications.column_settings.unread_notifications.highlight": "Uslinennañ ar c'hemennoù anlennet",
|
||||||
"notifications.column_settings.update": "Kemmoù :",
|
"notifications.column_settings.update": "Kemmoù:",
|
||||||
"notifications.filter.all": "Pep tra",
|
"notifications.filter.all": "Pep tra",
|
||||||
"notifications.filter.boosts": "Skignadennoù",
|
"notifications.filter.boosts": "Skignadennoù",
|
||||||
"notifications.filter.favourites": "Muiañ-karet",
|
"notifications.filter.favourites": "Muiañ-karet",
|
||||||
|
|
@ -438,6 +517,8 @@
|
||||||
"notifications.policy.drop": "Tremen e-bioù",
|
"notifications.policy.drop": "Tremen e-bioù",
|
||||||
"notifications.policy.filter": "Silañ",
|
"notifications.policy.filter": "Silañ",
|
||||||
"notifications.policy.filter_new_accounts_title": "Kontoù nevez",
|
"notifications.policy.filter_new_accounts_title": "Kontoù nevez",
|
||||||
|
"notifications.policy.filter_not_followers_title": "Tud na heuliont ket ac'hanoc'h",
|
||||||
|
"notifications.policy.filter_not_following_title": "Tud n'int ket heuliet ganeoc'h",
|
||||||
"notifications_permission_banner.enable": "Lezel kemennoù war ar burev",
|
"notifications_permission_banner.enable": "Lezel kemennoù war ar burev",
|
||||||
"notifications_permission_banner.how_to_control": "Evit reseviñ kemennoù pa ne vez ket digoret Mastodon, lezelit kemennoù war ar burev. Gallout a rit kontrollañ peseurt eskemmoù a c'henel kemennoù war ar burev gant ar {icon} nozelenn a-us kentre ma'z int lezelet.",
|
"notifications_permission_banner.how_to_control": "Evit reseviñ kemennoù pa ne vez ket digoret Mastodon, lezelit kemennoù war ar burev. Gallout a rit kontrollañ peseurt eskemmoù a c'henel kemennoù war ar burev gant ar {icon} nozelenn a-us kentre ma'z int lezelet.",
|
||||||
"notifications_permission_banner.title": "Na vankit netra morse",
|
"notifications_permission_banner.title": "Na vankit netra morse",
|
||||||
|
|
@ -447,8 +528,9 @@
|
||||||
"onboarding.profile.display_name": "Anv diskouezet",
|
"onboarding.profile.display_name": "Anv diskouezet",
|
||||||
"onboarding.profile.display_name_hint": "Hoc'h anv klok pe hoc'h anv fentus…",
|
"onboarding.profile.display_name_hint": "Hoc'h anv klok pe hoc'h anv fentus…",
|
||||||
"onboarding.profile.note": "Berr-ha-berr",
|
"onboarding.profile.note": "Berr-ha-berr",
|
||||||
"onboarding.profile.note_hint": "Gallout a rit @menegiñ tud all pe #hashtagoù…",
|
"onboarding.profile.note_hint": "Gallout a rit @menegiñ tud all pe #gerioù-klik…",
|
||||||
"onboarding.profile.save_and_continue": "Enrollañ ha kenderc'hel",
|
"onboarding.profile.save_and_continue": "Enrollañ ha kenderc'hel",
|
||||||
|
"onboarding.profile.title": "Kefluniañ ar profil",
|
||||||
"onboarding.profile.upload_avatar": "Enporzhiañ ur skeudenn profil",
|
"onboarding.profile.upload_avatar": "Enporzhiañ ur skeudenn profil",
|
||||||
"password_confirmation.mismatching": "Disheñvel eo an daou c'her-termen-se",
|
"password_confirmation.mismatching": "Disheñvel eo an daou c'her-termen-se",
|
||||||
"picture_in_picture.restore": "Adlakaat",
|
"picture_in_picture.restore": "Adlakaat",
|
||||||
|
|
@ -463,12 +545,15 @@
|
||||||
"poll_button.add_poll": "Ouzhpennañ ur sontadeg",
|
"poll_button.add_poll": "Ouzhpennañ ur sontadeg",
|
||||||
"poll_button.remove_poll": "Dilemel ar sontadeg",
|
"poll_button.remove_poll": "Dilemel ar sontadeg",
|
||||||
"privacy.change": "Cheñch prevezded an embannadur",
|
"privacy.change": "Cheñch prevezded an embannadur",
|
||||||
|
"privacy.direct.long": "Pep hini meneget en embannadur",
|
||||||
|
"privacy.private.long": "Hoc'h heulierien·ezed hepken",
|
||||||
"privacy.private.short": "Heulierien",
|
"privacy.private.short": "Heulierien",
|
||||||
"privacy.public.short": "Publik",
|
"privacy.public.short": "Publik",
|
||||||
"privacy_policy.last_updated": "Hizivadenn ziwezhañ {date}",
|
"privacy_policy.last_updated": "Hizivadenn ziwezhañ {date}",
|
||||||
"privacy_policy.title": "Reolennoù Prevezded",
|
"privacy_policy.title": "Reolennoù Prevezded",
|
||||||
"recommended": "Erbedet",
|
"recommended": "Erbedet",
|
||||||
"refresh": "Freskaat",
|
"refresh": "Freskaat",
|
||||||
|
"regeneration_indicator.preparing_your_home_feed": "O prientiñ ho red degemer…",
|
||||||
"relative_time.days": "{number}d",
|
"relative_time.days": "{number}d",
|
||||||
"relative_time.full.days": "{number, plural, one {# devezh} two {# zevezh} few {# devezh} many {# a devezh} other {# devezh}} zo",
|
"relative_time.full.days": "{number, plural, one {# devezh} two {# zevezh} few {# devezh} many {# a devezh} other {# devezh}} zo",
|
||||||
"relative_time.full.hours": "{number, plural, one {# eurvezh} two {# eurvezh} few {# eurvezh} many {# eur} other {# eurvezh}} zo",
|
"relative_time.full.hours": "{number, plural, one {# eurvezh} two {# eurvezh} few {# eurvezh} many {# eur} other {# eurvezh}} zo",
|
||||||
|
|
@ -483,7 +568,7 @@
|
||||||
"reply_indicator.cancel": "Nullañ",
|
"reply_indicator.cancel": "Nullañ",
|
||||||
"reply_indicator.poll": "Sontadeg",
|
"reply_indicator.poll": "Sontadeg",
|
||||||
"report.block": "Stankañ",
|
"report.block": "Stankañ",
|
||||||
"report.block_explanation": "Ne vo ket gwelet toudoù ar gont-se ken. Ne welo ket ho toudoù ha ne c'hello ket ho heuliañ ken. Gouzout a raio eo bet stanket ganeoc'h.",
|
"report.block_explanation": "Ne vo ket gwelet embannadurioù ar gont-se ken. Ne welo ket hoc'h embannadurioù ha ne c'hello ket ho heuliañ ken. Gouzout a raio eo bet stanket ganeoc'h.",
|
||||||
"report.categories.legal": "Lezennel",
|
"report.categories.legal": "Lezennel",
|
||||||
"report.categories.other": "All",
|
"report.categories.other": "All",
|
||||||
"report.categories.spam": "Spam",
|
"report.categories.spam": "Spam",
|
||||||
|
|
@ -491,13 +576,13 @@
|
||||||
"report.category.subtitle": "Choazit ar pezh a glot ar gwellañ",
|
"report.category.subtitle": "Choazit ar pezh a glot ar gwellañ",
|
||||||
"report.category.title": "Lârit deomp petra c'hoarvez gant {type}",
|
"report.category.title": "Lârit deomp petra c'hoarvez gant {type}",
|
||||||
"report.category.title_account": "profil",
|
"report.category.title_account": "profil",
|
||||||
"report.category.title_status": "an toud-mañ",
|
"report.category.title_status": "an embannadur-mañ",
|
||||||
"report.close": "Graet",
|
"report.close": "Graet",
|
||||||
"report.comment.title": "Ha traoù all a rankfemp gouzout ?",
|
"report.comment.title": "Ha traoù all a rankfemp gouzout ?",
|
||||||
"report.forward": "Treuzkas da: {target}",
|
"report.forward": "Treuzkas da: {target}",
|
||||||
"report.forward_hint": "War ur servijer all emañ ar c'hont-se. Kas dezhañ un adskrid disanv eus an danevell ivez?",
|
"report.forward_hint": "War ur servijer all emañ ar c'hont-se. Kas dezhañ un adskrid disanv eus an danevell ivez?",
|
||||||
"report.mute": "Kuzhat",
|
"report.mute": "Kuzhat",
|
||||||
"report.mute_explanation": "Ne vo ket gwelet toudoù ar gont-se ken. Gwelet ho toudoù ha ho heuliañ a c'hello ha ne ouezo ket eo bet kuzhet ganeoc'h.",
|
"report.mute_explanation": "Ne vo ket gwelet embannadurioù ar gont-se ken. Gwelet hoc'h embannadurioù ha ho heuliañ a c'hello ha ne ouezo ket eo bet kuzhet ganeoc'h.",
|
||||||
"report.next": "War-raok",
|
"report.next": "War-raok",
|
||||||
"report.placeholder": "Askelennoù ouzhpenn",
|
"report.placeholder": "Askelennoù ouzhpenn",
|
||||||
"report.reasons.dislike": "Ne blij ket din",
|
"report.reasons.dislike": "Ne blij ket din",
|
||||||
|
|
@ -512,7 +597,7 @@
|
||||||
"report.rules.subtitle": "Diuzit an holl draoù a glot",
|
"report.rules.subtitle": "Diuzit an holl draoù a glot",
|
||||||
"report.rules.title": "Pesort reolennoù zo bet torret ?",
|
"report.rules.title": "Pesort reolennoù zo bet torret ?",
|
||||||
"report.statuses.subtitle": "Diuzit an holl draoù a glot",
|
"report.statuses.subtitle": "Diuzit an holl draoù a glot",
|
||||||
"report.statuses.title": "Ha toudoù all zo a c'hallfe nerzhañ an disklêriadenn-se ?",
|
"report.statuses.title": "Hag embannadurioù all zo a c'hallfe nerzhañ an disklêriadenn-se?",
|
||||||
"report.submit": "Kinnig",
|
"report.submit": "Kinnig",
|
||||||
"report.target": "O tisklêriañ {target}",
|
"report.target": "O tisklêriañ {target}",
|
||||||
"report.thanks.title": "Ne fell ket deoc'h gwelet an dra-se ?",
|
"report.thanks.title": "Ne fell ket deoc'h gwelet an dra-se ?",
|
||||||
|
|
@ -528,9 +613,9 @@
|
||||||
"search.placeholder": "Klask",
|
"search.placeholder": "Klask",
|
||||||
"search.quick_action.account_search": "Profiloù a glot gant {x}",
|
"search.quick_action.account_search": "Profiloù a glot gant {x}",
|
||||||
"search.quick_action.go_to_account": "Mont d'ar profil {x}",
|
"search.quick_action.go_to_account": "Mont d'ar profil {x}",
|
||||||
"search.quick_action.go_to_hashtag": "Mont d'an hashtag {x}",
|
"search.quick_action.go_to_hashtag": "Mont d'ar ger-klik {x}",
|
||||||
"search.quick_action.open_url": "Digeriñ an URL e-barzh Mastodon",
|
"search.quick_action.open_url": "Digeriñ an URL e-barzh Mastodon",
|
||||||
"search.quick_action.status_search": "Embannadurioù a glot gant {x}",
|
"search.quick_action.status_search": "Toudoù a glot gant {x}",
|
||||||
"search.search_or_paste": "Klask pe pegañ un URL",
|
"search.search_or_paste": "Klask pe pegañ un URL",
|
||||||
"search_popout.full_text_search_disabled_message": "N'eo ket da gaout war {domain}.",
|
"search_popout.full_text_search_disabled_message": "N'eo ket da gaout war {domain}.",
|
||||||
"search_popout.language_code": "Kod yezh ISO",
|
"search_popout.language_code": "Kod yezh ISO",
|
||||||
|
|
@ -541,7 +626,7 @@
|
||||||
"search_popout.user": "implijer·ez",
|
"search_popout.user": "implijer·ez",
|
||||||
"search_results.accounts": "Profiloù",
|
"search_results.accounts": "Profiloù",
|
||||||
"search_results.all": "Pep tra",
|
"search_results.all": "Pep tra",
|
||||||
"search_results.hashtags": "Hashtagoù",
|
"search_results.hashtags": "Gerioù-klik",
|
||||||
"search_results.no_results": "Disoc'h ebet.",
|
"search_results.no_results": "Disoc'h ebet.",
|
||||||
"search_results.see_all": "Gwelet pep tra",
|
"search_results.see_all": "Gwelet pep tra",
|
||||||
"search_results.statuses": "Toudoù",
|
"search_results.statuses": "Toudoù",
|
||||||
|
|
@ -550,11 +635,11 @@
|
||||||
"server_banner.server_stats": "Stadegoù ar servijer :",
|
"server_banner.server_stats": "Stadegoù ar servijer :",
|
||||||
"sign_in_banner.create_account": "Krouiñ ur gont",
|
"sign_in_banner.create_account": "Krouiñ ur gont",
|
||||||
"sign_in_banner.sign_in": "Kevreañ",
|
"sign_in_banner.sign_in": "Kevreañ",
|
||||||
"sign_in_banner.sso_redirect": "Kennaskañ pe lakaat hoc'h anv",
|
"sign_in_banner.sso_redirect": "Kevreañ pe lakaat hoc'h anv",
|
||||||
"status.admin_account": "Digeriñ etrefas evezhiañ evit @{name}",
|
"status.admin_account": "Digeriñ etrefas evezhiañ evit @{name}",
|
||||||
"status.admin_domain": "Digeriñ an etrefas evezhiañ evit {domain}",
|
"status.admin_domain": "Digeriñ an etrefas evezhiañ evit {domain}",
|
||||||
"status.admin_status": "Digeriñ an embannadenn e-barzh an etrefas evezhiañ",
|
"status.admin_status": "Digeriñ an embannadenn e-barzh an etrefas evezhiañ",
|
||||||
"status.block": "Berzañ @{name}",
|
"status.block": "Stankañ @{name}",
|
||||||
"status.bookmark": "Ouzhpennañ d'ar sinedoù",
|
"status.bookmark": "Ouzhpennañ d'ar sinedoù",
|
||||||
"status.cancel_reblog_private": "Nac'hañ ar skignadenn",
|
"status.cancel_reblog_private": "Nac'hañ ar skignadenn",
|
||||||
"status.cannot_reblog": "Ar c'hannad-se na c'hall ket bezañ skignet",
|
"status.cannot_reblog": "Ar c'hannad-se na c'hall ket bezañ skignet",
|
||||||
|
|
@ -580,7 +665,9 @@
|
||||||
"status.mute_conversation": "Kuzhat ar gaozeadenn",
|
"status.mute_conversation": "Kuzhat ar gaozeadenn",
|
||||||
"status.open": "Digeriñ ar c'hannad-mañ",
|
"status.open": "Digeriñ ar c'hannad-mañ",
|
||||||
"status.pin": "Spilhennañ d'ar profil",
|
"status.pin": "Spilhennañ d'ar profil",
|
||||||
"status.quote_post_author": "Embannadenn gant {name}",
|
"status.quote_error.not_found": "N'haller ket diskouez an embannadur-mañ.",
|
||||||
|
"status.quote_error.removed": "Dilamet eo bet an embannadur-mañ gant e aozer·ez.",
|
||||||
|
"status.quote_post_author": "Embannadur gant {name}",
|
||||||
"status.read_more": "Lenn muioc'h",
|
"status.read_more": "Lenn muioc'h",
|
||||||
"status.reblog": "Skignañ",
|
"status.reblog": "Skignañ",
|
||||||
"status.reblog_private": "Skignañ gant ar weledenn gentañ",
|
"status.reblog_private": "Skignañ gant ar weledenn gentañ",
|
||||||
|
|
@ -588,6 +675,7 @@
|
||||||
"status.reblogs.empty": "Den ebet n'eus skignet ar c'hannad-mañ c'hoazh. Pa vo graet gant unan bennak e teuio war wel amañ.",
|
"status.reblogs.empty": "Den ebet n'eus skignet ar c'hannad-mañ c'hoazh. Pa vo graet gant unan bennak e teuio war wel amañ.",
|
||||||
"status.redraft": "Diverkañ ha skrivañ en-dro",
|
"status.redraft": "Diverkañ ha skrivañ en-dro",
|
||||||
"status.remove_bookmark": "Dilemel ar sined",
|
"status.remove_bookmark": "Dilemel ar sined",
|
||||||
|
"status.remove_favourite": "Dilemel eus ar re vuiañ-karet",
|
||||||
"status.replied_to": "Respont da {name}",
|
"status.replied_to": "Respont da {name}",
|
||||||
"status.reply": "Respont",
|
"status.reply": "Respont",
|
||||||
"status.replyAll": "Respont d'ar gaozeadenn",
|
"status.replyAll": "Respont d'ar gaozeadenn",
|
||||||
|
|
@ -606,6 +694,7 @@
|
||||||
"subscribed_languages.save": "Enrollañ ar cheñchamantoù",
|
"subscribed_languages.save": "Enrollañ ar cheñchamantoù",
|
||||||
"subscribed_languages.target": "Cheñch ar yezhoù koumanantet evit {target}",
|
"subscribed_languages.target": "Cheñch ar yezhoù koumanantet evit {target}",
|
||||||
"tabs_bar.home": "Degemer",
|
"tabs_bar.home": "Degemer",
|
||||||
|
"tabs_bar.menu": "Lañser",
|
||||||
"tabs_bar.notifications": "Kemennoù",
|
"tabs_bar.notifications": "Kemennoù",
|
||||||
"tabs_bar.publish": "Embannadenn nevez",
|
"tabs_bar.publish": "Embannadenn nevez",
|
||||||
"tabs_bar.search": "Klask",
|
"tabs_bar.search": "Klask",
|
||||||
|
|
|
||||||
|
|
@ -507,7 +507,7 @@
|
||||||
"lightbox.zoom_out": "Přizpůsobit velikost",
|
"lightbox.zoom_out": "Přizpůsobit velikost",
|
||||||
"limited_account_hint.action": "Přesto profil zobrazit",
|
"limited_account_hint.action": "Přesto profil zobrazit",
|
||||||
"limited_account_hint.title": "Tento profil byl skryt moderátory {domain}.",
|
"limited_account_hint.title": "Tento profil byl skryt moderátory {domain}.",
|
||||||
"link_preview.author": "Podle {name}",
|
"link_preview.author": "Od {name}",
|
||||||
"link_preview.more_from_author": "Více od {name}",
|
"link_preview.more_from_author": "Více od {name}",
|
||||||
"link_preview.shares": "{count, plural, one {{counter} příspěvek} few {{counter} příspěvky} many {{counter} příspěvků} other {{counter} příspěvků}}",
|
"link_preview.shares": "{count, plural, one {{counter} příspěvek} few {{counter} příspěvky} many {{counter} příspěvků} other {{counter} příspěvků}}",
|
||||||
"lists.add_member": "Přidat",
|
"lists.add_member": "Přidat",
|
||||||
|
|
|
||||||
|
|
@ -560,7 +560,7 @@
|
||||||
"navigation_bar.favourites": "Ffefrynnau",
|
"navigation_bar.favourites": "Ffefrynnau",
|
||||||
"navigation_bar.filters": "Geiriau wedi'u tewi",
|
"navigation_bar.filters": "Geiriau wedi'u tewi",
|
||||||
"navigation_bar.follow_requests": "Ceisiadau dilyn",
|
"navigation_bar.follow_requests": "Ceisiadau dilyn",
|
||||||
"navigation_bar.followed_tags": "Hashnodau a ddilynir",
|
"navigation_bar.followed_tags": "Hashnodau sy'n cael eu dilyn",
|
||||||
"navigation_bar.follows_and_followers": "Yn dilyn a dilynwyr",
|
"navigation_bar.follows_and_followers": "Yn dilyn a dilynwyr",
|
||||||
"navigation_bar.import_export": "Mewnforio ac allforio",
|
"navigation_bar.import_export": "Mewnforio ac allforio",
|
||||||
"navigation_bar.lists": "Rhestrau",
|
"navigation_bar.lists": "Rhestrau",
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
"account.mute_short": "Stummschalten",
|
"account.mute_short": "Stummschalten",
|
||||||
"account.muted": "Stummgeschaltet",
|
"account.muted": "Stummgeschaltet",
|
||||||
"account.muting": "Stummgeschaltet",
|
"account.muting": "Stummgeschaltet",
|
||||||
"account.mutual": "Ihr folgt euch",
|
"account.mutual": "Ihr folgt einander",
|
||||||
"account.no_bio": "Keine Beschreibung verfügbar.",
|
"account.no_bio": "Keine Beschreibung verfügbar.",
|
||||||
"account.open_original_page": "Ursprüngliche Seite öffnen",
|
"account.open_original_page": "Ursprüngliche Seite öffnen",
|
||||||
"account.posts": "Beiträge",
|
"account.posts": "Beiträge",
|
||||||
|
|
@ -362,7 +362,7 @@
|
||||||
"filter_modal.select_filter.subtitle": "Einem vorhandenen Filter hinzufügen oder einen neuen erstellen",
|
"filter_modal.select_filter.subtitle": "Einem vorhandenen Filter hinzufügen oder einen neuen erstellen",
|
||||||
"filter_modal.select_filter.title": "Diesen Beitrag filtern",
|
"filter_modal.select_filter.title": "Diesen Beitrag filtern",
|
||||||
"filter_modal.title.status": "Beitrag per Filter ausblenden",
|
"filter_modal.title.status": "Beitrag per Filter ausblenden",
|
||||||
"filter_warning.matches_filter": "Übereinstimmend mit dem Filter „<span>{title}</span>“",
|
"filter_warning.matches_filter": "Ausgeblendet wegen des Filters „<span>{title}</span>“",
|
||||||
"filtered_notifications_banner.pending_requests": "Von {count, plural, =0 {keinem Profil, das dir möglicherweise bekannt ist} one {einem Profil, das dir möglicherweise bekannt ist} other {# Profilen, die dir möglicherweise bekannt sind}}",
|
"filtered_notifications_banner.pending_requests": "Von {count, plural, =0 {keinem Profil, das dir möglicherweise bekannt ist} one {einem Profil, das dir möglicherweise bekannt ist} other {# Profilen, die dir möglicherweise bekannt sind}}",
|
||||||
"filtered_notifications_banner.title": "Gefilterte Benachrichtigungen",
|
"filtered_notifications_banner.title": "Gefilterte Benachrichtigungen",
|
||||||
"firehose.all": "Alle Server",
|
"firehose.all": "Alle Server",
|
||||||
|
|
|
||||||
|
|
@ -315,7 +315,7 @@
|
||||||
"empty_column.account_unavailable": "Μη διαθέσιμο προφίλ",
|
"empty_column.account_unavailable": "Μη διαθέσιμο προφίλ",
|
||||||
"empty_column.blocks": "Δεν έχεις αποκλείσει κανέναν χρήστη ακόμα.",
|
"empty_column.blocks": "Δεν έχεις αποκλείσει κανέναν χρήστη ακόμα.",
|
||||||
"empty_column.bookmarked_statuses": "Δεν έχεις καμία ανάρτηση με σελιδοδείκτη ακόμα. Μόλις βάλεις κάποιον, θα εμφανιστεί εδώ.",
|
"empty_column.bookmarked_statuses": "Δεν έχεις καμία ανάρτηση με σελιδοδείκτη ακόμα. Μόλις βάλεις κάποιον, θα εμφανιστεί εδώ.",
|
||||||
"empty_column.community": "Η τοπική ροή είναι κενή. Γράψε κάτι δημόσιο παραμύθι ν' αρχινίσει!",
|
"empty_column.community": "Η τοπική ροή είναι κενή. Γράψε κάτι δημόσια για να αρχίσει να κυλά η μπάλα!",
|
||||||
"empty_column.direct": "Δεν έχεις καμία προσωπική επισήμανση ακόμα. Όταν στείλεις ή λάβεις μία, θα εμφανιστεί εδώ.",
|
"empty_column.direct": "Δεν έχεις καμία προσωπική επισήμανση ακόμα. Όταν στείλεις ή λάβεις μία, θα εμφανιστεί εδώ.",
|
||||||
"empty_column.domain_blocks": "Δεν υπάρχουν αποκλεισμένοι τομείς ακόμα.",
|
"empty_column.domain_blocks": "Δεν υπάρχουν αποκλεισμένοι τομείς ακόμα.",
|
||||||
"empty_column.explore_statuses": "Τίποτα δεν βρίσκεται στις τάσεις αυτή τη στιγμή. Έλεγξε αργότερα!",
|
"empty_column.explore_statuses": "Τίποτα δεν βρίσκεται στις τάσεις αυτή τη στιγμή. Έλεγξε αργότερα!",
|
||||||
|
|
@ -476,19 +476,19 @@
|
||||||
"keyboard_shortcuts.enter": "Άνοιγμα ανάρτησης",
|
"keyboard_shortcuts.enter": "Άνοιγμα ανάρτησης",
|
||||||
"keyboard_shortcuts.favourite": "Αγάπησε την ανάρτηση",
|
"keyboard_shortcuts.favourite": "Αγάπησε την ανάρτηση",
|
||||||
"keyboard_shortcuts.favourites": "Άνοιγμα λίστας αγαπημένων",
|
"keyboard_shortcuts.favourites": "Άνοιγμα λίστας αγαπημένων",
|
||||||
"keyboard_shortcuts.federated": "Άνοιγμα ροής συναλλαγών",
|
"keyboard_shortcuts.federated": "Άνοιγμα ομοσπονδιακής ροής",
|
||||||
"keyboard_shortcuts.heading": "Συντομεύσεις πληκτρολογίου",
|
"keyboard_shortcuts.heading": "Συντομεύσεις πληκτρολογίου",
|
||||||
"keyboard_shortcuts.home": "Άνοιγμα ροής αρχικής σελίδας",
|
"keyboard_shortcuts.home": "Άνοιγμα ροής αρχικής σελίδας",
|
||||||
"keyboard_shortcuts.hotkey": "Συντόμευση",
|
"keyboard_shortcuts.hotkey": "Συντόμευση",
|
||||||
"keyboard_shortcuts.legend": "Εμφάνιση αυτού του οδηγού",
|
"keyboard_shortcuts.legend": "Εμφάνιση αυτού του οδηγού",
|
||||||
"keyboard_shortcuts.local": "Άνοιγμα τοπικής ροής",
|
"keyboard_shortcuts.local": "Άνοιγμα τοπικής ροής",
|
||||||
"keyboard_shortcuts.mention": "Επισήμανση συγγραφέα",
|
"keyboard_shortcuts.mention": "Επισήμανση συντάκτη",
|
||||||
"keyboard_shortcuts.muted": "Άνοιγμα λίστας αποσιωπημένων χρηστών",
|
"keyboard_shortcuts.muted": "Άνοιγμα λίστας αποσιωπημένων χρηστών",
|
||||||
"keyboard_shortcuts.my_profile": "Άνοιγμα του προφίλ σου",
|
"keyboard_shortcuts.my_profile": "Άνοιγμα του προφίλ σου",
|
||||||
"keyboard_shortcuts.notifications": "Άνοιγμα στήλης ειδοποιήσεων",
|
"keyboard_shortcuts.notifications": "Άνοιγμα στήλης ειδοποιήσεων",
|
||||||
"keyboard_shortcuts.open_media": "Άνοιγμα πολυμέσων",
|
"keyboard_shortcuts.open_media": "Άνοιγμα πολυμέσων",
|
||||||
"keyboard_shortcuts.pinned": "Άνοιγμα λίστας καρφιτσωμένων αναρτήσεων",
|
"keyboard_shortcuts.pinned": "Άνοιγμα λίστας καρφιτσωμένων αναρτήσεων",
|
||||||
"keyboard_shortcuts.profile": "Άνοιγμα προφίλ συγγραφέα",
|
"keyboard_shortcuts.profile": "Άνοιγμα προφίλ συντάκτη",
|
||||||
"keyboard_shortcuts.reply": "Απάντηση στην ανάρτηση",
|
"keyboard_shortcuts.reply": "Απάντηση στην ανάρτηση",
|
||||||
"keyboard_shortcuts.requests": "Άνοιγμα λίστας αιτημάτων ακολούθησης",
|
"keyboard_shortcuts.requests": "Άνοιγμα λίστας αιτημάτων ακολούθησης",
|
||||||
"keyboard_shortcuts.search": "Εστίαση στη γραμμή αναζήτησης",
|
"keyboard_shortcuts.search": "Εστίαση στη γραμμή αναζήτησης",
|
||||||
|
|
@ -904,7 +904,7 @@
|
||||||
"status.uncached_media_warning": "Μη διαθέσιμη προεπισκόπηση",
|
"status.uncached_media_warning": "Μη διαθέσιμη προεπισκόπηση",
|
||||||
"status.unmute_conversation": "Αναίρεση σίγασης συνομιλίας",
|
"status.unmute_conversation": "Αναίρεση σίγασης συνομιλίας",
|
||||||
"status.unpin": "Ξεκαρφίτσωσε από το προφίλ",
|
"status.unpin": "Ξεκαρφίτσωσε από το προφίλ",
|
||||||
"subscribed_languages.lead": "Μόνο αναρτήσεις σε επιλεγμένες γλώσσες θα εμφανίζονται στην αρχική σου και θα παραθέτονται χρονοδιαγράμματα μετά την αλλαγή. Επέλεξε καμία για να λαμβάνεις αναρτήσεις σε όλες τις γλώσσες.",
|
"subscribed_languages.lead": "Μόνο αναρτήσεις σε επιλεγμένες γλώσσες θα εμφανίζονται στην αρχική σου και θα παραθέτονται ροές μετά την αλλαγή. Επέλεξε καμία για να λαμβάνεις αναρτήσεις σε όλες τις γλώσσες.",
|
||||||
"subscribed_languages.save": "Αποθήκευση αλλαγών",
|
"subscribed_languages.save": "Αποθήκευση αλλαγών",
|
||||||
"subscribed_languages.target": "Αλλαγή εγγεγραμμένων γλωσσών για {target}",
|
"subscribed_languages.target": "Αλλαγή εγγεγραμμένων γλωσσών για {target}",
|
||||||
"tabs_bar.home": "Αρχική",
|
"tabs_bar.home": "Αρχική",
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@
|
||||||
"account.edit_profile": "Redakti la profilon",
|
"account.edit_profile": "Redakti la profilon",
|
||||||
"account.enable_notifications": "Sciigu min kiam @{name} afiŝos",
|
"account.enable_notifications": "Sciigu min kiam @{name} afiŝos",
|
||||||
"account.endorse": "Montri en profilo",
|
"account.endorse": "Montri en profilo",
|
||||||
|
"account.familiar_followers_one": "Sekvita de {name1}",
|
||||||
|
"account.familiar_followers_two": "Sekvita de {name1} kaj {name2}",
|
||||||
"account.featured": "Montrita",
|
"account.featured": "Montrita",
|
||||||
"account.featured.accounts": "Profiloj",
|
"account.featured.accounts": "Profiloj",
|
||||||
"account.featured.hashtags": "Kradvortoj",
|
"account.featured.hashtags": "Kradvortoj",
|
||||||
|
|
@ -40,6 +42,7 @@
|
||||||
"account.followers": "Sekvantoj",
|
"account.followers": "Sekvantoj",
|
||||||
"account.followers.empty": "Ankoraŭ neniu sekvas ĉi tiun uzanton.",
|
"account.followers.empty": "Ankoraŭ neniu sekvas ĉi tiun uzanton.",
|
||||||
"account.followers_counter": "{count, plural, one{{counter} sekvanto} other {{counter} sekvantoj}}",
|
"account.followers_counter": "{count, plural, one{{counter} sekvanto} other {{counter} sekvantoj}}",
|
||||||
|
"account.followers_you_know_counter": "Vi scias {counter}",
|
||||||
"account.following": "Sekvatoj",
|
"account.following": "Sekvatoj",
|
||||||
"account.following_counter": "{count, plural, one {{counter} sekvato} other {{counter} sekvatoj}}",
|
"account.following_counter": "{count, plural, one {{counter} sekvato} other {{counter} sekvatoj}}",
|
||||||
"account.follows.empty": "La uzanto ankoraŭ ne sekvas iun ajn.",
|
"account.follows.empty": "La uzanto ankoraŭ ne sekvas iun ajn.",
|
||||||
|
|
@ -215,6 +218,11 @@
|
||||||
"confirmations.delete_list.confirm": "Forigi",
|
"confirmations.delete_list.confirm": "Forigi",
|
||||||
"confirmations.delete_list.message": "Ĉu vi certas, ke vi volas porĉiame forigi ĉi tiun liston?",
|
"confirmations.delete_list.message": "Ĉu vi certas, ke vi volas porĉiame forigi ĉi tiun liston?",
|
||||||
"confirmations.delete_list.title": "Ĉu forigi liston?",
|
"confirmations.delete_list.title": "Ĉu forigi liston?",
|
||||||
|
"confirmations.discard_draft.confirm": "Forĵetu kaj daŭrigu",
|
||||||
|
"confirmations.discard_draft.edit.cancel": "Daŭrigi redaktadon",
|
||||||
|
"confirmations.discard_draft.edit.title": "Ĉu forĵeti ŝanĝojn al via afiŝo?",
|
||||||
|
"confirmations.discard_draft.post.cancel": "Daŭrigi malneton",
|
||||||
|
"confirmations.discard_draft.post.title": "Ĉu forĵeti vian malneton?",
|
||||||
"confirmations.discard_edit_media.confirm": "Forĵeti",
|
"confirmations.discard_edit_media.confirm": "Forĵeti",
|
||||||
"confirmations.discard_edit_media.message": "Vi havas nekonservitajn ŝanĝojn de la priskribo aŭ la antaŭvidigo de la vidaŭdaĵo, ĉu vi forĵetu ilin malgraŭe?",
|
"confirmations.discard_edit_media.message": "Vi havas nekonservitajn ŝanĝojn de la priskribo aŭ la antaŭvidigo de la vidaŭdaĵo, ĉu vi forĵetu ilin malgraŭe?",
|
||||||
"confirmations.follow_to_list.confirm": "Sekvi kaj aldoni al listo",
|
"confirmations.follow_to_list.confirm": "Sekvi kaj aldoni al listo",
|
||||||
|
|
@ -295,6 +303,7 @@
|
||||||
"emoji_button.search_results": "Serĉaj rezultoj",
|
"emoji_button.search_results": "Serĉaj rezultoj",
|
||||||
"emoji_button.symbols": "Simboloj",
|
"emoji_button.symbols": "Simboloj",
|
||||||
"emoji_button.travel": "Vojaĝoj kaj lokoj",
|
"emoji_button.travel": "Vojaĝoj kaj lokoj",
|
||||||
|
"empty_column.account_featured.me": "Vi ankoraŭ nenion prezentis. Ĉu vi sciis, ke vi povas prezenti viajn plej ofte uzatajn kradvortojn, kaj eĉ la kontojn de viaj amikoj sur via profilo?",
|
||||||
"empty_column.account_featured_other.unknown": "Ĉi tiu konto ankoraŭ ne montris ion ajn.",
|
"empty_column.account_featured_other.unknown": "Ĉi tiu konto ankoraŭ ne montris ion ajn.",
|
||||||
"empty_column.account_hides_collections": "Ĉi tiu uzanto elektis ne disponebligi ĉi tiu informon",
|
"empty_column.account_hides_collections": "Ĉi tiu uzanto elektis ne disponebligi ĉi tiu informon",
|
||||||
"empty_column.account_suspended": "Konto suspendita",
|
"empty_column.account_suspended": "Konto suspendita",
|
||||||
|
|
@ -328,6 +337,7 @@
|
||||||
"explore.trending_links": "Novaĵoj",
|
"explore.trending_links": "Novaĵoj",
|
||||||
"explore.trending_statuses": "Afiŝoj",
|
"explore.trending_statuses": "Afiŝoj",
|
||||||
"explore.trending_tags": "Kradvortoj",
|
"explore.trending_tags": "Kradvortoj",
|
||||||
|
"featured_carousel.header": "{count, plural, one {Alpinglita afiŝo} other {Alpinglitaj afiŝoj}}",
|
||||||
"featured_carousel.next": "Antaŭen",
|
"featured_carousel.next": "Antaŭen",
|
||||||
"featured_carousel.post": "Afiŝi",
|
"featured_carousel.post": "Afiŝi",
|
||||||
"featured_carousel.previous": "Malantaŭen",
|
"featured_carousel.previous": "Malantaŭen",
|
||||||
|
|
@ -558,6 +568,8 @@
|
||||||
"navigation_bar.preferences": "Preferoj",
|
"navigation_bar.preferences": "Preferoj",
|
||||||
"navigation_bar.privacy_and_reach": "Privateco kaj atingo",
|
"navigation_bar.privacy_and_reach": "Privateco kaj atingo",
|
||||||
"navigation_bar.search": "Serĉi",
|
"navigation_bar.search": "Serĉi",
|
||||||
|
"navigation_panel.expand_followed_tags": "Malfermi la menuon de sekvataj haŝetikedoj",
|
||||||
|
"navigation_panel.expand_lists": "Malfermi la listmenuon",
|
||||||
"not_signed_in_indicator.not_signed_in": "Necesas saluti por aliri tiun rimedon.",
|
"not_signed_in_indicator.not_signed_in": "Necesas saluti por aliri tiun rimedon.",
|
||||||
"notification.admin.report": "{name} raportis {target}",
|
"notification.admin.report": "{name} raportis {target}",
|
||||||
"notification.admin.report_account": "{name} raportis {count, plural, one {afiŝon} other {# afiŝojn}} de {target} por {category}",
|
"notification.admin.report_account": "{name} raportis {count, plural, one {afiŝon} other {# afiŝojn}} de {target} por {category}",
|
||||||
|
|
@ -851,9 +863,13 @@
|
||||||
"status.mute_conversation": "Silentigi konversacion",
|
"status.mute_conversation": "Silentigi konversacion",
|
||||||
"status.open": "Pligrandigu ĉi tiun afiŝon",
|
"status.open": "Pligrandigu ĉi tiun afiŝon",
|
||||||
"status.pin": "Alpingli al la profilo",
|
"status.pin": "Alpingli al la profilo",
|
||||||
|
"status.quote_error.filtered": "Kaŝita pro unu el viaj filtriloj",
|
||||||
"status.quote_error.not_found": "Ĉi tiu afiŝo ne povas esti montrata.",
|
"status.quote_error.not_found": "Ĉi tiu afiŝo ne povas esti montrata.",
|
||||||
|
"status.quote_error.pending_approval": "Ĉi tiu afiŝo atendas aprobon de la originala aŭtoro.",
|
||||||
"status.quote_error.rejected": "Ĉi tiu afiŝo ne povas esti montrata ĉar la originala aŭtoro ne permesas ĝian citadon.",
|
"status.quote_error.rejected": "Ĉi tiu afiŝo ne povas esti montrata ĉar la originala aŭtoro ne permesas ĝian citadon.",
|
||||||
"status.quote_error.removed": "Ĉi tiu afiŝo estis forigita de ĝia aŭtoro.",
|
"status.quote_error.removed": "Ĉi tiu afiŝo estis forigita de ĝia aŭtoro.",
|
||||||
|
"status.quote_error.unauthorized": "Ĉi tiu afiŝo ne povas esti montrata ĉar vi ne rajtas rigardi ĝin.",
|
||||||
|
"status.quote_post_author": "Afiŝo de {name}",
|
||||||
"status.read_more": "Legi pli",
|
"status.read_more": "Legi pli",
|
||||||
"status.reblog": "Diskonigi",
|
"status.reblog": "Diskonigi",
|
||||||
"status.reblog_private": "Diskonigi kun la sama videbleco",
|
"status.reblog_private": "Diskonigi kun la sama videbleco",
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
"account.go_to_profile": "Ir al perfil",
|
"account.go_to_profile": "Ir al perfil",
|
||||||
"account.hide_reblogs": "Ocultar adhesiones de @{name}",
|
"account.hide_reblogs": "Ocultar adhesiones de @{name}",
|
||||||
"account.in_memoriam": "Cuenta conmemorativa.",
|
"account.in_memoriam": "Cuenta conmemorativa.",
|
||||||
"account.joined_short": "En este servidor desde",
|
"account.joined_short": "En este servidor desde el",
|
||||||
"account.languages": "Cambiar idiomas suscritos",
|
"account.languages": "Cambiar idiomas suscritos",
|
||||||
"account.link_verified_on": "La propiedad de este enlace fue verificada el {date}",
|
"account.link_verified_on": "La propiedad de este enlace fue verificada el {date}",
|
||||||
"account.locked_info": "Esta cuenta es privada. El propietario manualmente revisa quién puede seguirle.",
|
"account.locked_info": "Esta cuenta es privada. El propietario manualmente revisa quién puede seguirle.",
|
||||||
|
|
@ -732,7 +732,7 @@
|
||||||
"privacy.private.short": "Seguidores",
|
"privacy.private.short": "Seguidores",
|
||||||
"privacy.public.long": "Cualquier persona dentro y fuera de Mastodon",
|
"privacy.public.long": "Cualquier persona dentro y fuera de Mastodon",
|
||||||
"privacy.public.short": "Público",
|
"privacy.public.short": "Público",
|
||||||
"privacy.unlisted.additional": "Esto se comporta exactamente igual que con la configuración de privacidad de mensaje \"Público\", excepto que el mensaje no aparecerá en los líneas temporales en vivo, ni en las etiquetas, ni en la línea temporal \"Explorá\", ni en la búsqueda de Mastodon; incluso si optaste por hacer tu cuenta visible.",
|
"privacy.unlisted.additional": "Esto se comporta exactamente igual que con la configuración de privacidad de mensaje «Público», excepto que el mensaje no aparecerá en las líneas temporales en vivo, ni en las etiquetas, ni en la línea temporal «Explorá», ni en la búsqueda de Mastodon; incluso si optaste por hacer tu cuenta visible.",
|
||||||
"privacy.unlisted.long": "Menos fanfarrias algorítmicas",
|
"privacy.unlisted.long": "Menos fanfarrias algorítmicas",
|
||||||
"privacy.unlisted.short": "Público silencioso",
|
"privacy.unlisted.short": "Público silencioso",
|
||||||
"privacy_policy.last_updated": "Última actualización: {date}",
|
"privacy_policy.last_updated": "Última actualización: {date}",
|
||||||
|
|
|
||||||
|
|
@ -240,8 +240,8 @@
|
||||||
"confirmations.missing_alt_text.title": "¿Añadir texto alternativo?",
|
"confirmations.missing_alt_text.title": "¿Añadir texto alternativo?",
|
||||||
"confirmations.mute.confirm": "Silenciar",
|
"confirmations.mute.confirm": "Silenciar",
|
||||||
"confirmations.redraft.confirm": "Borrar y volver a borrador",
|
"confirmations.redraft.confirm": "Borrar y volver a borrador",
|
||||||
"confirmations.redraft.message": "¿Estás seguro que quieres borrar esta publicación y editarla? Los favoritos e impulsos se perderán, y las respuestas a la publicación original quedarán separadas.",
|
"confirmations.redraft.message": "¿Estás seguro de que quieres borrar esta publicación y editarla? Los favoritos e impulsos se perderán, y las respuestas a la publicación original quedarán separadas.",
|
||||||
"confirmations.redraft.title": "¿Borrar y volver a redactar la publicación?",
|
"confirmations.redraft.title": "¿Deseas borrar y volver a redactar la publicación?",
|
||||||
"confirmations.remove_from_followers.confirm": "Eliminar seguidor",
|
"confirmations.remove_from_followers.confirm": "Eliminar seguidor",
|
||||||
"confirmations.remove_from_followers.message": "{name} dejará de seguirte. ¿Estás seguro de que quieres continuar?",
|
"confirmations.remove_from_followers.message": "{name} dejará de seguirte. ¿Estás seguro de que quieres continuar?",
|
||||||
"confirmations.remove_from_followers.title": "¿Eliminar seguidor?",
|
"confirmations.remove_from_followers.title": "¿Eliminar seguidor?",
|
||||||
|
|
@ -315,7 +315,7 @@
|
||||||
"empty_column.account_unavailable": "Perfil no disponible",
|
"empty_column.account_unavailable": "Perfil no disponible",
|
||||||
"empty_column.blocks": "Aún no has bloqueado a ningún usuario.",
|
"empty_column.blocks": "Aún no has bloqueado a ningún usuario.",
|
||||||
"empty_column.bookmarked_statuses": "Aún no tienes ninguna publicación guardada como marcador. Cuando guardes una, se mostrará aquí.",
|
"empty_column.bookmarked_statuses": "Aún no tienes ninguna publicación guardada como marcador. Cuando guardes una, se mostrará aquí.",
|
||||||
"empty_column.community": "La línea de tiempo local está vacía. ¡Escribe algo para empezar la fiesta!",
|
"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.direct": "Aún no tienes menciones privadas. Cuando envíes o recibas una, aparecerán aquí.",
|
||||||
"empty_column.domain_blocks": "Todavía no hay dominios ocultos.",
|
"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.explore_statuses": "Nada es tendencia en este momento. ¡Revisa más tarde!",
|
||||||
|
|
@ -329,7 +329,7 @@
|
||||||
"empty_column.mutes": "Aún no has silenciado a ningún usuario.",
|
"empty_column.mutes": "Aún no has silenciado a ningún usuario.",
|
||||||
"empty_column.notification_requests": "¡Todo limpio! No hay nada aquí. Cuando recibas nuevas notificaciones, aparecerán aquí conforme a tu configuración.",
|
"empty_column.notification_requests": "¡Todo limpio! No hay nada aquí. Cuando recibas nuevas notificaciones, aparecerán aquí conforme a tu configuración.",
|
||||||
"empty_column.notifications": "No tienes ninguna notificación aún. Interactúa con otros para empezar una conversación.",
|
"empty_column.notifications": "No tienes ninguna notificación aún. Interactúa con otros para empezar una conversación.",
|
||||||
"empty_column.public": "¡No hay nada aquí! Escribe algo públicamente, o sigue usuarios de otras instancias manualmente para llenarlo",
|
"empty_column.public": "¡Aquí no hay nada! Escribe algo públicamente o sigue manualmente a usuarios de otros servidores para llenarlo",
|
||||||
"error.unexpected_crash.explanation": "Debido a un error en nuestro código o a un problema de compatibilidad con el navegador, esta página no se ha podido mostrar correctamente.",
|
"error.unexpected_crash.explanation": "Debido a un error en nuestro código o a un problema de compatibilidad con el navegador, esta página no se ha podido mostrar correctamente.",
|
||||||
"error.unexpected_crash.explanation_addons": "No se pudo mostrar correctamente esta página. Este error probablemente fue causado por un complemento del navegador web o por herramientas de traducción automática.",
|
"error.unexpected_crash.explanation_addons": "No se pudo mostrar correctamente esta página. Este error probablemente fue causado por un complemento del navegador web o por herramientas de traducción automática.",
|
||||||
"error.unexpected_crash.next_steps": "Intenta actualizar la página. Si eso no ayuda, es posible que puedas usar Mastodon a través de otro navegador o aplicación nativa.",
|
"error.unexpected_crash.next_steps": "Intenta actualizar la página. Si eso no ayuda, es posible que puedas usar Mastodon a través de otro navegador o aplicación nativa.",
|
||||||
|
|
@ -734,7 +734,7 @@
|
||||||
"privacy.public.short": "Público",
|
"privacy.public.short": "Público",
|
||||||
"privacy.unlisted.additional": "Esto se comporta exactamente igual que el público, excepto que el post no aparecerá en las cronologías en directo o en las etiquetas, la exploración o busquedas en Mastodon, incluso si está optado por activar la cuenta de usuario.",
|
"privacy.unlisted.additional": "Esto se comporta exactamente igual que el público, excepto que el post no aparecerá en las cronologías en directo o en las etiquetas, la exploración o busquedas en Mastodon, incluso si está optado por activar la cuenta de usuario.",
|
||||||
"privacy.unlisted.long": "Menos fanfares algorítmicos",
|
"privacy.unlisted.long": "Menos fanfares algorítmicos",
|
||||||
"privacy.unlisted.short": "Público silencioso",
|
"privacy.unlisted.short": "Pública, pero discreta",
|
||||||
"privacy_policy.last_updated": "Actualizado por última vez {date}",
|
"privacy_policy.last_updated": "Actualizado por última vez {date}",
|
||||||
"privacy_policy.title": "Política de Privacidad",
|
"privacy_policy.title": "Política de Privacidad",
|
||||||
"recommended": "Recomendado",
|
"recommended": "Recomendado",
|
||||||
|
|
|
||||||
|
|
@ -269,7 +269,7 @@
|
||||||
"dismissable_banner.public_timeline": "Need on värskeimad avalikud postitused inimestelt fediversiumis, mida domeeni {domain} inimesed jälgivad.",
|
"dismissable_banner.public_timeline": "Need on värskeimad avalikud postitused inimestelt fediversiumis, mida domeeni {domain} inimesed jälgivad.",
|
||||||
"domain_block_modal.block": "Blokeeri server",
|
"domain_block_modal.block": "Blokeeri server",
|
||||||
"domain_block_modal.block_account_instead": "Selle asemel blokeeri @{name}",
|
"domain_block_modal.block_account_instead": "Selle asemel blokeeri @{name}",
|
||||||
"domain_block_modal.they_can_interact_with_old_posts": "Inimesed sellest serverist saavad interakteeruda sinu vanade postitustega.",
|
"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_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.they_wont_know": "Nad ei tea, et nad on blokeeritud.",
|
||||||
"domain_block_modal.title": "Blokeerida domeen?",
|
"domain_block_modal.title": "Blokeerida domeen?",
|
||||||
|
|
@ -320,7 +320,7 @@
|
||||||
"empty_column.domain_blocks": "Siin ei ole veel peidetud domeene.",
|
"empty_column.domain_blocks": "Siin ei ole veel peidetud domeene.",
|
||||||
"empty_column.explore_statuses": "Praegu pole ühtegi trendi. Tule hiljem tagasi!",
|
"empty_column.explore_statuses": "Praegu pole ühtegi trendi. Tule hiljem tagasi!",
|
||||||
"empty_column.favourited_statuses": "Pole veel lemmikpostitusi. Kui märgid mõne, näed neid siin.",
|
"empty_column.favourited_statuses": "Pole veel lemmikpostitusi. Kui märgid mõne, näed neid siin.",
|
||||||
"empty_column.favourites": "Keegi pole veel seda postitust lemmikuks märkinud. Kui keegi seda teeb, näed seda siin.",
|
"empty_column.favourites": "Keegi pole veel seda postitust lemmikuks märkinud. Kui keegi seda teeb, siis on ta nähtav siin.",
|
||||||
"empty_column.follow_requests": "Pole hetkel ühtegi jälgimistaotlust. Kui saad mõne, näed neid siin.",
|
"empty_column.follow_requests": "Pole hetkel ühtegi jälgimistaotlust. Kui saad mõne, näed neid siin.",
|
||||||
"empty_column.followed_tags": "Sa ei jälgi veel ühtegi märksõna. Kui jälgid, ilmuvad need siia.",
|
"empty_column.followed_tags": "Sa ei jälgi veel ühtegi märksõna. Kui jälgid, ilmuvad need siia.",
|
||||||
"empty_column.hashtag": "Selle sildi all ei ole ühtegi postitust.",
|
"empty_column.hashtag": "Selle sildi all ei ole ühtegi postitust.",
|
||||||
|
|
@ -862,7 +862,7 @@
|
||||||
"status.filter": "Filtreeri seda postitust",
|
"status.filter": "Filtreeri seda postitust",
|
||||||
"status.history.created": "{name} lõi {date}",
|
"status.history.created": "{name} lõi {date}",
|
||||||
"status.history.edited": "{name} muutis {date}",
|
"status.history.edited": "{name} muutis {date}",
|
||||||
"status.load_more": "Lae rohkem",
|
"status.load_more": "Laadi veel",
|
||||||
"status.media.open": "Avamiseks klõpsa",
|
"status.media.open": "Avamiseks klõpsa",
|
||||||
"status.media.show": "Näitamiseks klõpsa",
|
"status.media.show": "Näitamiseks klõpsa",
|
||||||
"status.media_hidden": "Meedia peidetud",
|
"status.media_hidden": "Meedia peidetud",
|
||||||
|
|
@ -884,7 +884,7 @@
|
||||||
"status.reblog_private": "Jaga algse nähtavusega",
|
"status.reblog_private": "Jaga algse nähtavusega",
|
||||||
"status.reblogged_by": "{name} jagas",
|
"status.reblogged_by": "{name} jagas",
|
||||||
"status.reblogs": "{count, plural, one {jagamine} other {jagamist}}",
|
"status.reblogs": "{count, plural, one {jagamine} other {jagamist}}",
|
||||||
"status.reblogs.empty": "Keegi pole seda postitust veel jaganud. Kui keegi seda teeb, näeb seda siin.",
|
"status.reblogs.empty": "Keegi pole seda postitust veel jaganud. Kui keegi seda teeb, siis on ta nähtav siin.",
|
||||||
"status.redraft": "Kustuta & alga uuesti",
|
"status.redraft": "Kustuta & alga uuesti",
|
||||||
"status.remove_bookmark": "Eemalda järjehoidja",
|
"status.remove_bookmark": "Eemalda järjehoidja",
|
||||||
"status.remove_favourite": "Eemalda lemmikute seast",
|
"status.remove_favourite": "Eemalda lemmikute seast",
|
||||||
|
|
@ -926,11 +926,11 @@
|
||||||
"units.short.billion": "{count} mld",
|
"units.short.billion": "{count} mld",
|
||||||
"units.short.million": "{count} mln",
|
"units.short.million": "{count} mln",
|
||||||
"units.short.thousand": "{count} tuh",
|
"units.short.thousand": "{count} tuh",
|
||||||
"upload_area.title": "Lohista & aseta üleslaadimiseks",
|
"upload_area.title": "Lohista ja aseta üleslaadimiseks",
|
||||||
"upload_button.label": "Lisa meedia (JPEG, PNG, GIF, WebM, MP4, MOV)",
|
"upload_button.label": "Lisa pilte, üks video- või helifail",
|
||||||
"upload_error.limit": "Faili üleslaadimise limiit ületatud.",
|
"upload_error.limit": "Faili üleslaadimise piir ületatud.",
|
||||||
"upload_error.poll": "Küsitlustes pole faili üleslaadimine lubatud.",
|
"upload_error.poll": "Küsitlustes pole faili üleslaadimine lubatud.",
|
||||||
"upload_form.drag_and_drop.instructions": "Vajuta tühikut või enterit, et tõsta manus. Lohistamise ajal kasuta nooleklahve, et manust liigutada teatud suunas. Vajuta tühikut või enterit uuesti, et paigutada manus oma uuele kohale, või escape tühistamiseks.",
|
"upload_form.drag_and_drop.instructions": "Manuse valimiseks vajuta tühikut või sisestusklahvi. Lohistamise ajal kasuta nooleklahve, et manust liigutada teatud suunas. Vajuta tühikut või enterit uuesti, et paigutada manus oma uuele kohale, või escape tühistamiseks.",
|
||||||
"upload_form.drag_and_drop.on_drag_cancel": "Lohistamine tühistati. Manus {item} on asetatud.",
|
"upload_form.drag_and_drop.on_drag_cancel": "Lohistamine tühistati. Manus {item} on asetatud.",
|
||||||
"upload_form.drag_and_drop.on_drag_end": "Manus {item} on asetatud.",
|
"upload_form.drag_and_drop.on_drag_end": "Manus {item} on asetatud.",
|
||||||
"upload_form.drag_and_drop.on_drag_over": "Manus {item} on liigutatud.",
|
"upload_form.drag_and_drop.on_drag_over": "Manus {item} on liigutatud.",
|
||||||
|
|
@ -940,7 +940,7 @@
|
||||||
"upload_progress.processing": "Töötlen…",
|
"upload_progress.processing": "Töötlen…",
|
||||||
"username.taken": "See kasutajanimi on juba kasutusel. Proovi teist",
|
"username.taken": "See kasutajanimi on juba kasutusel. Proovi teist",
|
||||||
"video.close": "Sulge video",
|
"video.close": "Sulge video",
|
||||||
"video.download": "Faili allalaadimine",
|
"video.download": "Laadi fail alla",
|
||||||
"video.exit_fullscreen": "Välju täisekraanist",
|
"video.exit_fullscreen": "Välju täisekraanist",
|
||||||
"video.expand": "Suurenda video",
|
"video.expand": "Suurenda video",
|
||||||
"video.fullscreen": "Täisekraan",
|
"video.fullscreen": "Täisekraan",
|
||||||
|
|
|
||||||
|
|
@ -39,11 +39,11 @@
|
||||||
"account.featured_tags.last_status_at": "آخرین فرسته در {date}",
|
"account.featured_tags.last_status_at": "آخرین فرسته در {date}",
|
||||||
"account.featured_tags.last_status_never": "بدون فرسته",
|
"account.featured_tags.last_status_never": "بدون فرسته",
|
||||||
"account.follow": "پیگرفتن",
|
"account.follow": "پیگرفتن",
|
||||||
"account.follow_back": "دنبال کردن متقابل",
|
"account.follow_back": "پیگیری متقابل",
|
||||||
"account.followers": "پیگیرندگان",
|
"account.followers": "پیگیرندگان",
|
||||||
"account.followers.empty": "هنوز کسی پیگیر این کاربر نیست.",
|
"account.followers.empty": "هنوز کسی پیگیر این کاربر نیست.",
|
||||||
"account.followers_counter": "{count, plural, one {{counter} پیگیرنده} other {{counter} پیگیرنده}}",
|
"account.followers_counter": "{count, plural, one {{counter} پیگیرنده} other {{counter} پیگیرنده}}",
|
||||||
"account.followers_you_know_counter": "{counter} را میشناسید",
|
"account.followers_you_know_counter": "{counter} نفر را میشناسید",
|
||||||
"account.following": "پی میگیرید",
|
"account.following": "پی میگیرید",
|
||||||
"account.following_counter": "{count, plural, one {{counter} پیگرفته} other {{counter} پیگرفته}}",
|
"account.following_counter": "{count, plural, one {{counter} پیگرفته} other {{counter} پیگرفته}}",
|
||||||
"account.follows.empty": "این کاربر هنوز پیگیر کسی نیست.",
|
"account.follows.empty": "این کاربر هنوز پیگیر کسی نیست.",
|
||||||
|
|
@ -878,7 +878,7 @@
|
||||||
"status.quote_error.rejected": "از آنجا که نگارندهٔ اصلی این فرسته اجازهٔ نقلش را نمیدهد قابل نمایش نیست.",
|
"status.quote_error.rejected": "از آنجا که نگارندهٔ اصلی این فرسته اجازهٔ نقلش را نمیدهد قابل نمایش نیست.",
|
||||||
"status.quote_error.removed": "این فرسته به دست نگارندهاش برداشته شده.",
|
"status.quote_error.removed": "این فرسته به دست نگارندهاش برداشته شده.",
|
||||||
"status.quote_error.unauthorized": "از آنجا که اجازهٔ دیدن این فرسته را ندارید قابل نمایش نیست.",
|
"status.quote_error.unauthorized": "از آنجا که اجازهٔ دیدن این فرسته را ندارید قابل نمایش نیست.",
|
||||||
"status.quote_post_author": "فرسته توسط {name}",
|
"status.quote_post_author": "پست شده توسط {name}",
|
||||||
"status.read_more": "بیشتر بخوانید",
|
"status.read_more": "بیشتر بخوانید",
|
||||||
"status.reblog": "تقویت",
|
"status.reblog": "تقویت",
|
||||||
"status.reblog_private": "تقویت برای مخاطبان نخستین",
|
"status.reblog_private": "تقویت برای مخاطبان نخستین",
|
||||||
|
|
|
||||||
|
|
@ -734,7 +734,7 @@
|
||||||
"privacy.public.short": "Julkinen",
|
"privacy.public.short": "Julkinen",
|
||||||
"privacy.unlisted.additional": "Tämä toimii muuten kuin julkinen, mutta julkaisut eivät näy livesyöte-, aihetunniste- tai selausnäkymissä eivätkä Mastodonin hakutuloksissa, vaikka ne olisivat käyttäjätililläsi yleisesti sallittuina.",
|
"privacy.unlisted.additional": "Tämä toimii muuten kuin julkinen, mutta julkaisut eivät näy livesyöte-, aihetunniste- tai selausnäkymissä eivätkä Mastodonin hakutuloksissa, vaikka ne olisivat käyttäjätililläsi yleisesti sallittuina.",
|
||||||
"privacy.unlisted.long": "Vähemmän algoritmiperusteista sisältöä",
|
"privacy.unlisted.long": "Vähemmän algoritmiperusteista sisältöä",
|
||||||
"privacy.unlisted.short": "Vaivihkaisesti julkinen",
|
"privacy.unlisted.short": "Vaivihkaa julkinen",
|
||||||
"privacy_policy.last_updated": "Päivitetty viimeksi {date}",
|
"privacy_policy.last_updated": "Päivitetty viimeksi {date}",
|
||||||
"privacy_policy.title": "Tietosuojakäytäntö",
|
"privacy_policy.title": "Tietosuojakäytäntö",
|
||||||
"recommended": "Suositellaan",
|
"recommended": "Suositellaan",
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,9 @@
|
||||||
"account.edit_profile": "Baguhin ang profile",
|
"account.edit_profile": "Baguhin ang profile",
|
||||||
"account.enable_notifications": "Ipaalam sa akin kapag nag-post si @{name}",
|
"account.enable_notifications": "Ipaalam sa akin kapag nag-post si @{name}",
|
||||||
"account.endorse": "I-tampok sa profile",
|
"account.endorse": "I-tampok sa profile",
|
||||||
|
"account.familiar_followers_many": "Sinusundan nina {name1}, {name2}, at {othersCount, plural, one {# iba pa na kilala mo} other {# na iba pa na kilala mo}}",
|
||||||
|
"account.familiar_followers_one": "Sinusindan ni/ng {name1}",
|
||||||
|
"account.familiar_followers_two": "Sinusindan nina {name1} at {name2}",
|
||||||
"account.featured": "Itinatampok",
|
"account.featured": "Itinatampok",
|
||||||
"account.featured_tags.last_status_at": "Huling post noong {date}",
|
"account.featured_tags.last_status_at": "Huling post noong {date}",
|
||||||
"account.featured_tags.last_status_never": "Walang mga post",
|
"account.featured_tags.last_status_never": "Walang mga post",
|
||||||
|
|
@ -34,9 +37,11 @@
|
||||||
"account.followers": "Mga tagasunod",
|
"account.followers": "Mga tagasunod",
|
||||||
"account.followers.empty": "Wala pang sumusunod sa tagagamit na ito.",
|
"account.followers.empty": "Wala pang sumusunod sa tagagamit na ito.",
|
||||||
"account.followers_counter": "{count, plural, one {{counter} tagasunod} other {{counter} tagasunod}}",
|
"account.followers_counter": "{count, plural, one {{counter} tagasunod} other {{counter} tagasunod}}",
|
||||||
|
"account.followers_you_know_counter": "{counter} (na) kilala mo",
|
||||||
"account.following": "Sinusundan",
|
"account.following": "Sinusundan",
|
||||||
"account.following_counter": "{count, plural, one {{counter} sinusundan} other {{counter} sinusundan}}",
|
"account.following_counter": "{count, plural, one {{counter} sinusundan} other {{counter} sinusundan}}",
|
||||||
"account.follows.empty": "Wala pang sinusundan ang tagagamit na ito.",
|
"account.follows.empty": "Wala pang sinusundan ang tagagamit na ito.",
|
||||||
|
"account.follows_you": "Sinusundan ka",
|
||||||
"account.go_to_profile": "Pumunta sa profile",
|
"account.go_to_profile": "Pumunta sa profile",
|
||||||
"account.hide_reblogs": "Itago ang mga pagpapalakas mula sa {name}",
|
"account.hide_reblogs": "Itago ang mga pagpapalakas mula sa {name}",
|
||||||
"account.in_memoriam": "Sa Alaala Ni.",
|
"account.in_memoriam": "Sa Alaala Ni.",
|
||||||
|
|
@ -127,12 +132,14 @@
|
||||||
"compose_form.reply": "Tumugon",
|
"compose_form.reply": "Tumugon",
|
||||||
"compose_form.spoiler.marked": "Tanggalin ang babala sa nilalaman",
|
"compose_form.spoiler.marked": "Tanggalin ang babala sa nilalaman",
|
||||||
"compose_form.spoiler.unmarked": "Idagdag ang babala sa nilalaman",
|
"compose_form.spoiler.unmarked": "Idagdag ang babala sa nilalaman",
|
||||||
|
"compose_form.spoiler_placeholder": "Babala sa nilalaman (hindi kinailangan)",
|
||||||
"confirmation_modal.cancel": "Pagpaliban",
|
"confirmation_modal.cancel": "Pagpaliban",
|
||||||
"confirmations.block.confirm": "Harangan",
|
"confirmations.block.confirm": "Harangan",
|
||||||
"confirmations.delete.message": "Sigurado ka bang gusto mong burahin ang post na ito?",
|
"confirmations.delete.message": "Sigurado ka bang gusto mong burahin ang post na ito?",
|
||||||
"confirmations.delete_list.confirm": "Tanggalin",
|
"confirmations.delete_list.confirm": "Tanggalin",
|
||||||
"confirmations.delete_list.message": "Sigurado ka bang gusto mong burahin ang listahang ito?",
|
"confirmations.delete_list.message": "Sigurado ka bang gusto mong burahin ang listahang ito?",
|
||||||
"confirmations.discard_edit_media.confirm": "Ipagpaliban",
|
"confirmations.discard_edit_media.confirm": "Ipagpaliban",
|
||||||
|
"content_warning.hide": "Itago ang post",
|
||||||
"content_warning.show_more": "Magpakita ng higit pa",
|
"content_warning.show_more": "Magpakita ng higit pa",
|
||||||
"conversation.mark_as_read": "Markahan bilang nabasa na",
|
"conversation.mark_as_read": "Markahan bilang nabasa na",
|
||||||
"conversation.open": "Tingnan ang pag-uusap",
|
"conversation.open": "Tingnan ang pag-uusap",
|
||||||
|
|
@ -255,6 +262,8 @@
|
||||||
"notification.mentioned_you": "Binanggit ka ni {name}",
|
"notification.mentioned_you": "Binanggit ka ni {name}",
|
||||||
"notification.moderation-warning.learn_more": "Matuto nang higit pa",
|
"notification.moderation-warning.learn_more": "Matuto nang higit pa",
|
||||||
"notification.moderation_warning": "Mayroong kang natanggap na babala sa pagtitimpi",
|
"notification.moderation_warning": "Mayroong kang natanggap na babala sa pagtitimpi",
|
||||||
|
"notification.reblog": "Pinalakas ang iyong post ni {name}",
|
||||||
|
"notification.reblog.name_and_others_with_link": "Pinalakas ang iyong post ni/ng {name} at <a>{count, plural,one {# iba pa} other {# na iba pa}}</a>",
|
||||||
"notification.relationships_severance_event.learn_more": "Matuto nang higit pa",
|
"notification.relationships_severance_event.learn_more": "Matuto nang higit pa",
|
||||||
"notification_requests.accept": "Tanggapin",
|
"notification_requests.accept": "Tanggapin",
|
||||||
"notification_requests.maximize": "Palakihin",
|
"notification_requests.maximize": "Palakihin",
|
||||||
|
|
@ -342,6 +351,7 @@
|
||||||
"search_results.see_all": "Ipakita lahat",
|
"search_results.see_all": "Ipakita lahat",
|
||||||
"server_banner.server_stats": "Katayuan ng serbiro:",
|
"server_banner.server_stats": "Katayuan ng serbiro:",
|
||||||
"status.block": "Harangan si @{name}",
|
"status.block": "Harangan si @{name}",
|
||||||
|
"status.cannot_reblog": "Hindi maaring mapalakas ang post na ito",
|
||||||
"status.delete": "Tanggalin",
|
"status.delete": "Tanggalin",
|
||||||
"status.direct": "Palihim na banggitin si/ang @{name}",
|
"status.direct": "Palihim na banggitin si/ang @{name}",
|
||||||
"status.direct_indicator": "Palihim na banggit",
|
"status.direct_indicator": "Palihim na banggit",
|
||||||
|
|
@ -354,6 +364,7 @@
|
||||||
"status.mention": "Banggitin ang/si @{name}",
|
"status.mention": "Banggitin ang/si @{name}",
|
||||||
"status.more": "Higit pa",
|
"status.more": "Higit pa",
|
||||||
"status.read_more": "Basahin ang higit pa",
|
"status.read_more": "Basahin ang higit pa",
|
||||||
|
"status.reblogged_by": "Pinapalakas ni/ng {name}",
|
||||||
"status.reblogs.empty": "Wala pang nagpalakas ng post na ito. Kung may sinumang nagpalakas, makikita sila rito.",
|
"status.reblogs.empty": "Wala pang nagpalakas ng post na ito. Kung may sinumang nagpalakas, makikita sila rito.",
|
||||||
"status.remove_favourite": "Tanggalin sa mga paborito",
|
"status.remove_favourite": "Tanggalin sa mga paborito",
|
||||||
"status.reply": "Tumugon",
|
"status.reply": "Tumugon",
|
||||||
|
|
|
||||||
|
|
@ -551,7 +551,7 @@
|
||||||
"navigation_bar.account_settings": "Mot de passe et sécurité",
|
"navigation_bar.account_settings": "Mot de passe et sécurité",
|
||||||
"navigation_bar.administration": "Administration",
|
"navigation_bar.administration": "Administration",
|
||||||
"navigation_bar.advanced_interface": "Ouvrir dans l’interface avancée",
|
"navigation_bar.advanced_interface": "Ouvrir dans l’interface avancée",
|
||||||
"navigation_bar.automated_deletion": "Suppression automatique du message",
|
"navigation_bar.automated_deletion": "Suppression automatique de messages",
|
||||||
"navigation_bar.blocks": "Comptes bloqués",
|
"navigation_bar.blocks": "Comptes bloqués",
|
||||||
"navigation_bar.bookmarks": "Signets",
|
"navigation_bar.bookmarks": "Signets",
|
||||||
"navigation_bar.direct": "Mention privée",
|
"navigation_bar.direct": "Mention privée",
|
||||||
|
|
@ -800,6 +800,7 @@
|
||||||
"report_notification.categories.violation": "Infraction aux règles du serveur",
|
"report_notification.categories.violation": "Infraction aux règles du serveur",
|
||||||
"report_notification.categories.violation_sentence": "infraction de règle",
|
"report_notification.categories.violation_sentence": "infraction de règle",
|
||||||
"report_notification.open": "Ouvrir le signalement",
|
"report_notification.open": "Ouvrir le signalement",
|
||||||
|
"search.clear": "Effacer la recherche",
|
||||||
"search.no_recent_searches": "Aucune recherche récente",
|
"search.no_recent_searches": "Aucune recherche récente",
|
||||||
"search.placeholder": "Rechercher",
|
"search.placeholder": "Rechercher",
|
||||||
"search.quick_action.account_search": "Profils correspondant à {x}",
|
"search.quick_action.account_search": "Profils correspondant à {x}",
|
||||||
|
|
@ -866,6 +867,10 @@
|
||||||
"status.mute_conversation": "Masquer la conversation",
|
"status.mute_conversation": "Masquer la conversation",
|
||||||
"status.open": "Afficher la publication entière",
|
"status.open": "Afficher la publication entière",
|
||||||
"status.pin": "Épingler sur profil",
|
"status.pin": "Épingler sur profil",
|
||||||
|
"status.quote_error.filtered": "Caché en raison de l'un de vos filtres",
|
||||||
|
"status.quote_error.not_found": "La publication ne peut pas être affichée.",
|
||||||
|
"status.quote_error.pending_approval": "La publication est en attente de validation par l'auteur·ice original⋅e.",
|
||||||
|
"status.quote_error.rejected": "La publication ne peut pas être affichée car l'auteur·ice original⋅e n'autorise pas la citation.",
|
||||||
"status.quote_error.removed": "Ce message a été retiré par son auteur·ice.",
|
"status.quote_error.removed": "Ce message a été retiré par son auteur·ice.",
|
||||||
"status.quote_error.unauthorized": "Ce message ne peut pas être affiché car vous n'êtes pas autorisé·e à le voir.",
|
"status.quote_error.unauthorized": "Ce message ne peut pas être affiché car vous n'êtes pas autorisé·e à le voir.",
|
||||||
"status.quote_post_author": "Message par {name}",
|
"status.quote_post_author": "Message par {name}",
|
||||||
|
|
@ -938,6 +943,7 @@
|
||||||
"video.mute": "Couper le son",
|
"video.mute": "Couper le son",
|
||||||
"video.pause": "Pause",
|
"video.pause": "Pause",
|
||||||
"video.play": "Lecture",
|
"video.play": "Lecture",
|
||||||
|
"video.skip_backward": "Revenir en arrière",
|
||||||
"video.unmute": "Rétablir le son",
|
"video.unmute": "Rétablir le son",
|
||||||
"video.volume_down": "Baisser le volume",
|
"video.volume_down": "Baisser le volume",
|
||||||
"video.volume_up": "Augmenter le volume"
|
"video.volume_up": "Augmenter le volume"
|
||||||
|
|
|
||||||
|
|
@ -551,7 +551,7 @@
|
||||||
"navigation_bar.account_settings": "Mot de passe et sécurité",
|
"navigation_bar.account_settings": "Mot de passe et sécurité",
|
||||||
"navigation_bar.administration": "Administration",
|
"navigation_bar.administration": "Administration",
|
||||||
"navigation_bar.advanced_interface": "Ouvrir dans l’interface avancée",
|
"navigation_bar.advanced_interface": "Ouvrir dans l’interface avancée",
|
||||||
"navigation_bar.automated_deletion": "Suppression automatique du message",
|
"navigation_bar.automated_deletion": "Suppression automatique de messages",
|
||||||
"navigation_bar.blocks": "Comptes bloqués",
|
"navigation_bar.blocks": "Comptes bloqués",
|
||||||
"navigation_bar.bookmarks": "Marque-pages",
|
"navigation_bar.bookmarks": "Marque-pages",
|
||||||
"navigation_bar.direct": "Mention privée",
|
"navigation_bar.direct": "Mention privée",
|
||||||
|
|
@ -800,6 +800,7 @@
|
||||||
"report_notification.categories.violation": "Infraction aux règles du serveur",
|
"report_notification.categories.violation": "Infraction aux règles du serveur",
|
||||||
"report_notification.categories.violation_sentence": "infraction de règle",
|
"report_notification.categories.violation_sentence": "infraction de règle",
|
||||||
"report_notification.open": "Ouvrir le signalement",
|
"report_notification.open": "Ouvrir le signalement",
|
||||||
|
"search.clear": "Effacer la recherche",
|
||||||
"search.no_recent_searches": "Aucune recherche récente",
|
"search.no_recent_searches": "Aucune recherche récente",
|
||||||
"search.placeholder": "Rechercher",
|
"search.placeholder": "Rechercher",
|
||||||
"search.quick_action.account_search": "Profils correspondant à {x}",
|
"search.quick_action.account_search": "Profils correspondant à {x}",
|
||||||
|
|
@ -866,6 +867,10 @@
|
||||||
"status.mute_conversation": "Masquer la conversation",
|
"status.mute_conversation": "Masquer la conversation",
|
||||||
"status.open": "Afficher le message entier",
|
"status.open": "Afficher le message entier",
|
||||||
"status.pin": "Épingler sur le profil",
|
"status.pin": "Épingler sur le profil",
|
||||||
|
"status.quote_error.filtered": "Caché en raison de l'un de vos filtres",
|
||||||
|
"status.quote_error.not_found": "La publication ne peut pas être affichée.",
|
||||||
|
"status.quote_error.pending_approval": "La publication est en attente de validation par l'auteur·ice original⋅e.",
|
||||||
|
"status.quote_error.rejected": "La publication ne peut pas être affichée car l'auteur·ice original⋅e n'autorise pas la citation.",
|
||||||
"status.quote_error.removed": "Ce message a été retiré par son auteur·ice.",
|
"status.quote_error.removed": "Ce message a été retiré par son auteur·ice.",
|
||||||
"status.quote_error.unauthorized": "Ce message ne peut pas être affiché car vous n'êtes pas autorisé·e à le voir.",
|
"status.quote_error.unauthorized": "Ce message ne peut pas être affiché car vous n'êtes pas autorisé·e à le voir.",
|
||||||
"status.quote_post_author": "Message par {name}",
|
"status.quote_post_author": "Message par {name}",
|
||||||
|
|
@ -938,6 +943,7 @@
|
||||||
"video.mute": "Couper le son",
|
"video.mute": "Couper le son",
|
||||||
"video.pause": "Pause",
|
"video.pause": "Pause",
|
||||||
"video.play": "Lecture",
|
"video.play": "Lecture",
|
||||||
|
"video.skip_backward": "Revenir en arrière",
|
||||||
"video.unmute": "Rétablir le son",
|
"video.unmute": "Rétablir le son",
|
||||||
"video.volume_down": "Baisser le volume",
|
"video.volume_down": "Baisser le volume",
|
||||||
"video.volume_up": "Augmenter le volume"
|
"video.volume_up": "Augmenter le volume"
|
||||||
|
|
|
||||||
|
|
@ -734,7 +734,7 @@
|
||||||
"privacy.public.short": "Público",
|
"privacy.public.short": "Público",
|
||||||
"privacy.unlisted.additional": "Do mesmo xeito que público, menos que a publicación non aparecerá nas cronoloxías en directo ou nos cancelos, en descubrir ou nas buscas de Mastodon, incluso se estivese establecido nas opcións xerais da conta.",
|
"privacy.unlisted.additional": "Do mesmo xeito que público, menos que a publicación non aparecerá nas cronoloxías en directo ou nos cancelos, en descubrir ou nas buscas de Mastodon, incluso se estivese establecido nas opcións xerais da conta.",
|
||||||
"privacy.unlisted.long": "Menor implicación dos algoritmos",
|
"privacy.unlisted.long": "Menor implicación dos algoritmos",
|
||||||
"privacy.unlisted.short": "Público limitado",
|
"privacy.unlisted.short": "Pública limitada",
|
||||||
"privacy_policy.last_updated": "Actualizado por última vez no {date}",
|
"privacy_policy.last_updated": "Actualizado por última vez no {date}",
|
||||||
"privacy_policy.title": "Política de Privacidade",
|
"privacy_policy.title": "Política de Privacidade",
|
||||||
"recommended": "Aconsellable",
|
"recommended": "Aconsellable",
|
||||||
|
|
|
||||||
|
|
@ -862,7 +862,7 @@
|
||||||
"status.filter": "סנן הודעה זו",
|
"status.filter": "סנן הודעה זו",
|
||||||
"status.history.created": "{name} יצר/ה {date}",
|
"status.history.created": "{name} יצר/ה {date}",
|
||||||
"status.history.edited": "{name} ערך/ה {date}",
|
"status.history.edited": "{name} ערך/ה {date}",
|
||||||
"status.load_more": "עוד",
|
"status.load_more": "טען עוד",
|
||||||
"status.media.open": "לחץ לפתיחה",
|
"status.media.open": "לחץ לפתיחה",
|
||||||
"status.media.show": "לחץ להצגה",
|
"status.media.show": "לחץ להצגה",
|
||||||
"status.media_hidden": "מדיה מוסתרת",
|
"status.media_hidden": "מדיה מוסתרת",
|
||||||
|
|
@ -881,7 +881,7 @@
|
||||||
"status.quote_post_author": "פרסום מאת {name}",
|
"status.quote_post_author": "פרסום מאת {name}",
|
||||||
"status.read_more": "לקרוא עוד",
|
"status.read_more": "לקרוא עוד",
|
||||||
"status.reblog": "הדהוד",
|
"status.reblog": "הדהוד",
|
||||||
"status.reblog_private": "להדהד ברמת הנראות המקורית",
|
"status.reblog_private": "להדהד ברמת החשיפה המקורית",
|
||||||
"status.reblogged_by": "{name} הידהד/ה:",
|
"status.reblogged_by": "{name} הידהד/ה:",
|
||||||
"status.reblogs": "{count, plural, one {הדהוד אחד} two {שני הדהודים} other {# הדהודים}}",
|
"status.reblogs": "{count, plural, one {הדהוד אחד} two {שני הדהודים} other {# הדהודים}}",
|
||||||
"status.reblogs.empty": "עוד לא הידהדו את ההודעה הזו. כאשר זה יקרה, ההדהודים יופיעו כאן.",
|
"status.reblogs.empty": "עוד לא הידהדו את ההודעה הזו. כאשר זה יקרה, ההדהודים יופיעו כאן.",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"about.blocks": "Servitores moderate",
|
"about.blocks": "Servitores moderate",
|
||||||
"about.contact": "Contacto:",
|
"about.contact": "Contacto:",
|
||||||
|
"about.default_locale": "Default",
|
||||||
"about.disclaimer": "Mastodon es software libere, de codice aperte, e un marca de Mastodon gGmbH.",
|
"about.disclaimer": "Mastodon es software libere, de codice aperte, e un marca de Mastodon gGmbH.",
|
||||||
"about.domain_blocks.no_reason_available": "Ration non disponibile",
|
"about.domain_blocks.no_reason_available": "Ration non disponibile",
|
||||||
"about.domain_blocks.preamble": "Mastodon generalmente permitte vider le contento de, e interager con, usatores de qualcunque altere servitor in le fediverso. Istes es le exceptiones que ha essite facite sur iste servitor particular.",
|
"about.domain_blocks.preamble": "Mastodon generalmente permitte vider le contento de, e interager con, usatores de qualcunque altere servitor in le fediverso. Istes es le exceptiones que ha essite facite sur iste servitor particular.",
|
||||||
|
|
@ -8,6 +9,7 @@
|
||||||
"about.domain_blocks.silenced.title": "Limitate",
|
"about.domain_blocks.silenced.title": "Limitate",
|
||||||
"about.domain_blocks.suspended.explanation": "Nulle datos de iste servitor essera processate, immagazinate o excambiate, rendente omne interaction o communication con usatores de iste servitor impossibile.",
|
"about.domain_blocks.suspended.explanation": "Nulle datos de iste servitor essera processate, immagazinate o excambiate, rendente omne interaction o communication con usatores de iste servitor impossibile.",
|
||||||
"about.domain_blocks.suspended.title": "Suspendite",
|
"about.domain_blocks.suspended.title": "Suspendite",
|
||||||
|
"about.language_label": "Lingua",
|
||||||
"about.not_available": "Iste information non ha essite rendite disponibile sur iste servitor.",
|
"about.not_available": "Iste information non ha essite rendite disponibile sur iste servitor.",
|
||||||
"about.powered_by": "Rete social decentralisate, actionate per {mastodon}",
|
"about.powered_by": "Rete social decentralisate, actionate per {mastodon}",
|
||||||
"about.rules": "Regulas del servitor",
|
"about.rules": "Regulas del servitor",
|
||||||
|
|
@ -41,6 +43,7 @@
|
||||||
"account.followers": "Sequitores",
|
"account.followers": "Sequitores",
|
||||||
"account.followers.empty": "Necuno seque ancora iste usator.",
|
"account.followers.empty": "Necuno seque ancora iste usator.",
|
||||||
"account.followers_counter": "{count, plural, one {{counter} sequitor} other {{counter} sequitores}}",
|
"account.followers_counter": "{count, plural, one {{counter} sequitor} other {{counter} sequitores}}",
|
||||||
|
"account.followers_you_know_counter": "{counter} que tu cognosce",
|
||||||
"account.following": "Sequente",
|
"account.following": "Sequente",
|
||||||
"account.following_counter": "{count, plural, one {{counter} sequite} other {{counter} sequites}}",
|
"account.following_counter": "{count, plural, one {{counter} sequite} other {{counter} sequites}}",
|
||||||
"account.follows.empty": "Iste usator non seque ancora alcuno.",
|
"account.follows.empty": "Iste usator non seque ancora alcuno.",
|
||||||
|
|
@ -216,6 +219,13 @@
|
||||||
"confirmations.delete_list.confirm": "Deler",
|
"confirmations.delete_list.confirm": "Deler",
|
||||||
"confirmations.delete_list.message": "Es tu secur que tu vole deler permanentemente iste lista?",
|
"confirmations.delete_list.message": "Es tu secur que tu vole deler permanentemente iste lista?",
|
||||||
"confirmations.delete_list.title": "Deler lista?",
|
"confirmations.delete_list.title": "Deler lista?",
|
||||||
|
"confirmations.discard_draft.confirm": "Discartar e continuar",
|
||||||
|
"confirmations.discard_draft.edit.cancel": "Reprender le modification",
|
||||||
|
"confirmations.discard_draft.edit.message": "Si tu continua, tu perdera tote le modificatione que tu ha apportate al message que tu modifica in iste momento.",
|
||||||
|
"confirmations.discard_draft.edit.title": "Discartar le modificationes de tu message?",
|
||||||
|
"confirmations.discard_draft.post.cancel": "Retornar al esbosso",
|
||||||
|
"confirmations.discard_draft.post.message": "Si tu continua, tu perdera le message que tu compone in iste momento.",
|
||||||
|
"confirmations.discard_draft.post.title": "Discartar tu esbosso de message?",
|
||||||
"confirmations.discard_edit_media.confirm": "Abandonar",
|
"confirmations.discard_edit_media.confirm": "Abandonar",
|
||||||
"confirmations.discard_edit_media.message": "Tu ha cambiamentos non salvate in le description o previsualisation del objecto multimedial. Abandonar los?",
|
"confirmations.discard_edit_media.message": "Tu ha cambiamentos non salvate in le description o previsualisation del objecto multimedial. Abandonar los?",
|
||||||
"confirmations.follow_to_list.confirm": "Sequer e adder al lista",
|
"confirmations.follow_to_list.confirm": "Sequer e adder al lista",
|
||||||
|
|
@ -296,6 +306,8 @@
|
||||||
"emoji_button.search_results": "Resultatos de recerca",
|
"emoji_button.search_results": "Resultatos de recerca",
|
||||||
"emoji_button.symbols": "Symbolos",
|
"emoji_button.symbols": "Symbolos",
|
||||||
"emoji_button.travel": "Viages e locos",
|
"emoji_button.travel": "Viages e locos",
|
||||||
|
"empty_column.account_featured.me": "Tu non ha ancora mittite alcun cosa in evidentia. Sapeva tu que tu pote mitter in evidentia sur tu profilo le hashtags que tu usa le plus e mesmo le contos de tu amicos?",
|
||||||
|
"empty_column.account_featured.other": "{acct} non ha ancora mittite alcun cosa in evidentia. Sapeva tu que tu pote mitter in evidentia sur tu profilo le hashtags que tu usa le plus e mesmo le contos de tu amicos?",
|
||||||
"empty_column.account_featured_other.unknown": "Iste conto non ha ancora mittite alcun cosa in evidentia.",
|
"empty_column.account_featured_other.unknown": "Iste conto non ha ancora mittite alcun cosa in evidentia.",
|
||||||
"empty_column.account_hides_collections": "Le usator non ha rendite iste information disponibile",
|
"empty_column.account_hides_collections": "Le usator non ha rendite iste information disponibile",
|
||||||
"empty_column.account_suspended": "Conto suspendite",
|
"empty_column.account_suspended": "Conto suspendite",
|
||||||
|
|
@ -325,9 +337,15 @@
|
||||||
"errors.unexpected_crash.copy_stacktrace": "Copiar le traciamento del pila al area de transferentia",
|
"errors.unexpected_crash.copy_stacktrace": "Copiar le traciamento del pila al area de transferentia",
|
||||||
"errors.unexpected_crash.report_issue": "Reportar problema",
|
"errors.unexpected_crash.report_issue": "Reportar problema",
|
||||||
"explore.suggested_follows": "Personas",
|
"explore.suggested_follows": "Personas",
|
||||||
|
"explore.title": "In tendentia",
|
||||||
"explore.trending_links": "Novas",
|
"explore.trending_links": "Novas",
|
||||||
"explore.trending_statuses": "Messages",
|
"explore.trending_statuses": "Messages",
|
||||||
"explore.trending_tags": "Hashtags",
|
"explore.trending_tags": "Hashtags",
|
||||||
|
"featured_carousel.header": "{count, plural, one {Message fixate} other {Messages fixate}}",
|
||||||
|
"featured_carousel.next": "Sequente",
|
||||||
|
"featured_carousel.post": "Message",
|
||||||
|
"featured_carousel.previous": "Precedente",
|
||||||
|
"featured_carousel.slide": "{index} de {total}",
|
||||||
"filter_modal.added.context_mismatch_explanation": "Iste categoria de filtros non se applica al contexto in le qual tu ha accedite a iste message. Pro filtrar le message in iste contexto tamben, modifica le filtro.",
|
"filter_modal.added.context_mismatch_explanation": "Iste categoria de filtros non se applica al contexto in le qual tu ha accedite a iste message. Pro filtrar le message in iste contexto tamben, modifica le filtro.",
|
||||||
"filter_modal.added.context_mismatch_title": "Contexto incoherente!",
|
"filter_modal.added.context_mismatch_title": "Contexto incoherente!",
|
||||||
"filter_modal.added.expired_explanation": "Iste categoria de filtros ha expirate. Tu debe modificar le data de expiration pro applicar lo.",
|
"filter_modal.added.expired_explanation": "Iste categoria de filtros ha expirate. Tu debe modificar le data de expiration pro applicar lo.",
|
||||||
|
|
@ -380,6 +398,8 @@
|
||||||
"generic.saved": "Salvate",
|
"generic.saved": "Salvate",
|
||||||
"getting_started.heading": "Prime passos",
|
"getting_started.heading": "Prime passos",
|
||||||
"hashtag.admin_moderation": "Aperir le interfacie de moderation pro #{name}",
|
"hashtag.admin_moderation": "Aperir le interfacie de moderation pro #{name}",
|
||||||
|
"hashtag.browse": "Percurrer messages in #{hashtag}",
|
||||||
|
"hashtag.browse_from_account": "Percurrer le messages de @{name} in #{hashtag}",
|
||||||
"hashtag.column_header.tag_mode.all": "e {additional}",
|
"hashtag.column_header.tag_mode.all": "e {additional}",
|
||||||
"hashtag.column_header.tag_mode.any": "o {additional}",
|
"hashtag.column_header.tag_mode.any": "o {additional}",
|
||||||
"hashtag.column_header.tag_mode.none": "sin {additional}",
|
"hashtag.column_header.tag_mode.none": "sin {additional}",
|
||||||
|
|
@ -396,7 +416,7 @@
|
||||||
"hashtag.follow": "Sequer hashtag",
|
"hashtag.follow": "Sequer hashtag",
|
||||||
"hashtag.mute": "Silentiar #{hashtag}",
|
"hashtag.mute": "Silentiar #{hashtag}",
|
||||||
"hashtag.unfeature": "Non evidentiar sur le profilo",
|
"hashtag.unfeature": "Non evidentiar sur le profilo",
|
||||||
"hashtag.unfollow": "Non sequer plus le hashtag",
|
"hashtag.unfollow": "Non plus sequer le hashtag",
|
||||||
"hashtags.and_other": "…e {count, plural, one {un altere} other {# alteres}}",
|
"hashtags.and_other": "…e {count, plural, one {un altere} other {# alteres}}",
|
||||||
"hints.profiles.followers_may_be_missing": "Le sequitores de iste profilo pote mancar.",
|
"hints.profiles.followers_may_be_missing": "Le sequitores de iste profilo pote mancar.",
|
||||||
"hints.profiles.follows_may_be_missing": "Le profilos sequite per iste profilo pote mancar.",
|
"hints.profiles.follows_may_be_missing": "Le profilos sequite per iste profilo pote mancar.",
|
||||||
|
|
@ -406,6 +426,7 @@
|
||||||
"hints.profiles.see_more_posts": "Vider plus de messages sur {domain}",
|
"hints.profiles.see_more_posts": "Vider plus de messages sur {domain}",
|
||||||
"hints.threads.replies_may_be_missing": "Responsas de altere servitores pote mancar.",
|
"hints.threads.replies_may_be_missing": "Responsas de altere servitores pote mancar.",
|
||||||
"hints.threads.see_more": "Vider plus de responsas sur {domain}",
|
"hints.threads.see_more": "Vider plus de responsas sur {domain}",
|
||||||
|
"home.column_settings.show_quotes": "Monstrar citationes",
|
||||||
"home.column_settings.show_reblogs": "Monstrar impulsos",
|
"home.column_settings.show_reblogs": "Monstrar impulsos",
|
||||||
"home.column_settings.show_replies": "Monstrar responsas",
|
"home.column_settings.show_replies": "Monstrar responsas",
|
||||||
"home.hide_announcements": "Celar annuncios",
|
"home.hide_announcements": "Celar annuncios",
|
||||||
|
|
@ -528,8 +549,10 @@
|
||||||
"mute_modal.you_wont_see_mentions": "Tu non videra le messages que mentiona iste persona.",
|
"mute_modal.you_wont_see_mentions": "Tu non videra le messages que mentiona iste persona.",
|
||||||
"mute_modal.you_wont_see_posts": "Iste persona pote totevia vider tu messages, ma tu non videra le sues.",
|
"mute_modal.you_wont_see_posts": "Iste persona pote totevia vider tu messages, ma tu non videra le sues.",
|
||||||
"navigation_bar.about": "A proposito",
|
"navigation_bar.about": "A proposito",
|
||||||
|
"navigation_bar.account_settings": "Contrasigno e securitate",
|
||||||
"navigation_bar.administration": "Administration",
|
"navigation_bar.administration": "Administration",
|
||||||
"navigation_bar.advanced_interface": "Aperir in le interfacie web avantiate",
|
"navigation_bar.advanced_interface": "Aperir in le interfacie web avantiate",
|
||||||
|
"navigation_bar.automated_deletion": "Deletion automatic del message",
|
||||||
"navigation_bar.blocks": "Usatores blocate",
|
"navigation_bar.blocks": "Usatores blocate",
|
||||||
"navigation_bar.bookmarks": "Marcapaginas",
|
"navigation_bar.bookmarks": "Marcapaginas",
|
||||||
"navigation_bar.direct": "Mentiones private",
|
"navigation_bar.direct": "Mentiones private",
|
||||||
|
|
@ -539,13 +562,23 @@
|
||||||
"navigation_bar.follow_requests": "Requestas de sequimento",
|
"navigation_bar.follow_requests": "Requestas de sequimento",
|
||||||
"navigation_bar.followed_tags": "Hashtags sequite",
|
"navigation_bar.followed_tags": "Hashtags sequite",
|
||||||
"navigation_bar.follows_and_followers": "Sequites e sequitores",
|
"navigation_bar.follows_and_followers": "Sequites e sequitores",
|
||||||
|
"navigation_bar.import_export": "Importar e exportar",
|
||||||
"navigation_bar.lists": "Listas",
|
"navigation_bar.lists": "Listas",
|
||||||
|
"navigation_bar.live_feed_local": "Canal in directo (local)",
|
||||||
|
"navigation_bar.live_feed_public": "Canal in directo (public)",
|
||||||
"navigation_bar.logout": "Clauder session",
|
"navigation_bar.logout": "Clauder session",
|
||||||
"navigation_bar.moderation": "Moderation",
|
"navigation_bar.moderation": "Moderation",
|
||||||
|
"navigation_bar.more": "Plus",
|
||||||
"navigation_bar.mutes": "Usatores silentiate",
|
"navigation_bar.mutes": "Usatores silentiate",
|
||||||
"navigation_bar.opened_in_classic_interface": "Messages, contos e altere paginas specific es aperite per predefinition in le interfacie web classic.",
|
"navigation_bar.opened_in_classic_interface": "Messages, contos e altere paginas specific es aperite per predefinition in le interfacie web classic.",
|
||||||
"navigation_bar.preferences": "Preferentias",
|
"navigation_bar.preferences": "Preferentias",
|
||||||
|
"navigation_bar.privacy_and_reach": "Confidentialitate e portata",
|
||||||
"navigation_bar.search": "Cercar",
|
"navigation_bar.search": "Cercar",
|
||||||
|
"navigation_bar.search_trends": "Cercar / In tendentia",
|
||||||
|
"navigation_panel.collapse_followed_tags": "Contraher le menu de hashtags sequite",
|
||||||
|
"navigation_panel.collapse_lists": "Contraher le menu de listas",
|
||||||
|
"navigation_panel.expand_followed_tags": "Expander le menu de hashtags sequite",
|
||||||
|
"navigation_panel.expand_lists": "Expander le menu de listas",
|
||||||
"not_signed_in_indicator.not_signed_in": "Es necessari aperir session pro acceder a iste ressource.",
|
"not_signed_in_indicator.not_signed_in": "Es necessari aperir session pro acceder a iste ressource.",
|
||||||
"notification.admin.report": "{name} ha reportate {target}",
|
"notification.admin.report": "{name} ha reportate {target}",
|
||||||
"notification.admin.report_account": "{name} ha reportate {count, plural, one {un message} other {# messages}} de {target} per {category}",
|
"notification.admin.report_account": "{name} ha reportate {count, plural, one {un message} other {# messages}} de {target} per {category}",
|
||||||
|
|
@ -772,6 +805,7 @@
|
||||||
"report_notification.categories.violation": "Violation del regulas",
|
"report_notification.categories.violation": "Violation del regulas",
|
||||||
"report_notification.categories.violation_sentence": "violation del regulas",
|
"report_notification.categories.violation_sentence": "violation del regulas",
|
||||||
"report_notification.open": "Aperir reporto",
|
"report_notification.open": "Aperir reporto",
|
||||||
|
"search.clear": "Rader le recerca",
|
||||||
"search.no_recent_searches": "Nulle recercas recente",
|
"search.no_recent_searches": "Nulle recercas recente",
|
||||||
"search.placeholder": "Cercar",
|
"search.placeholder": "Cercar",
|
||||||
"search.quick_action.account_search": "Profilos correspondente a {x}",
|
"search.quick_action.account_search": "Profilos correspondente a {x}",
|
||||||
|
|
@ -838,6 +872,13 @@
|
||||||
"status.mute_conversation": "Silentiar conversation",
|
"status.mute_conversation": "Silentiar conversation",
|
||||||
"status.open": "Expander iste message",
|
"status.open": "Expander iste message",
|
||||||
"status.pin": "Fixar sur profilo",
|
"status.pin": "Fixar sur profilo",
|
||||||
|
"status.quote_error.filtered": "Celate a causa de un de tu filtros",
|
||||||
|
"status.quote_error.not_found": "Iste message non pote esser monstrate.",
|
||||||
|
"status.quote_error.pending_approval": "Iste message attende le approbation del autor original.",
|
||||||
|
"status.quote_error.rejected": "Iste message non pote esser monstrate perque le autor original non permitte citar lo.",
|
||||||
|
"status.quote_error.removed": "Iste message ha essite removite per su autor.",
|
||||||
|
"status.quote_error.unauthorized": "Iste message non pote esser monstrate perque tu non es autorisate a vider lo.",
|
||||||
|
"status.quote_post_author": "Message de {name}",
|
||||||
"status.read_more": "Leger plus",
|
"status.read_more": "Leger plus",
|
||||||
"status.reblog": "Impulsar",
|
"status.reblog": "Impulsar",
|
||||||
"status.reblog_private": "Impulsar con visibilitate original",
|
"status.reblog_private": "Impulsar con visibilitate original",
|
||||||
|
|
@ -847,8 +888,8 @@
|
||||||
"status.redraft": "Deler e reconciper",
|
"status.redraft": "Deler e reconciper",
|
||||||
"status.remove_bookmark": "Remover marcapagina",
|
"status.remove_bookmark": "Remover marcapagina",
|
||||||
"status.remove_favourite": "Remover del favoritos",
|
"status.remove_favourite": "Remover del favoritos",
|
||||||
"status.replied_in_thread": "Respondite in le discussion",
|
"status.replied_in_thread": "Responsa in discussion",
|
||||||
"status.replied_to": "Respondite a {name}",
|
"status.replied_to": "Responsa a {name}",
|
||||||
"status.reply": "Responder",
|
"status.reply": "Responder",
|
||||||
"status.replyAll": "Responder al discussion",
|
"status.replyAll": "Responder al discussion",
|
||||||
"status.report": "Reportar @{name}",
|
"status.report": "Reportar @{name}",
|
||||||
|
|
@ -867,9 +908,13 @@
|
||||||
"subscribed_languages.save": "Salvar le cambiamentos",
|
"subscribed_languages.save": "Salvar le cambiamentos",
|
||||||
"subscribed_languages.target": "Cambiar le linguas subscribite pro {target}",
|
"subscribed_languages.target": "Cambiar le linguas subscribite pro {target}",
|
||||||
"tabs_bar.home": "Initio",
|
"tabs_bar.home": "Initio",
|
||||||
|
"tabs_bar.menu": "Menu",
|
||||||
"tabs_bar.notifications": "Notificationes",
|
"tabs_bar.notifications": "Notificationes",
|
||||||
|
"tabs_bar.publish": "Nove message",
|
||||||
|
"tabs_bar.search": "Cercar",
|
||||||
"terms_of_service.effective_as_of": "In vigor a partir de {date}",
|
"terms_of_service.effective_as_of": "In vigor a partir de {date}",
|
||||||
"terms_of_service.title": "Conditiones de servicio",
|
"terms_of_service.title": "Conditiones de servicio",
|
||||||
|
"terms_of_service.upcoming_changes_on": "Cambiamentos a venir le {date}",
|
||||||
"time_remaining.days": "{number, plural, one {# die} other {# dies}} restante",
|
"time_remaining.days": "{number, plural, one {# die} other {# dies}} restante",
|
||||||
"time_remaining.hours": "{number, plural, one {# hora} other {# horas}} restante",
|
"time_remaining.hours": "{number, plural, one {# hora} other {# horas}} restante",
|
||||||
"time_remaining.minutes": "{number, plural, one {# minuta} other {# minutas}} restante",
|
"time_remaining.minutes": "{number, plural, one {# minuta} other {# minutas}} restante",
|
||||||
|
|
@ -877,7 +922,7 @@
|
||||||
"time_remaining.seconds": "{number, plural, one {# secunda} other {# secundas}} restante",
|
"time_remaining.seconds": "{number, plural, one {# secunda} other {# secundas}} restante",
|
||||||
"trends.counter_by_accounts": "{count, plural, one {{counter} persona} other {{counter} personas}} in le passate {days, plural, one {die} other {{days} dies}}",
|
"trends.counter_by_accounts": "{count, plural, one {{counter} persona} other {{counter} personas}} in le passate {days, plural, one {die} other {{days} dies}}",
|
||||||
"trends.trending_now": "Ora in tendentias",
|
"trends.trending_now": "Ora in tendentias",
|
||||||
"ui.beforeunload": "Tu esbosso essera predite si tu exi de Mastodon.",
|
"ui.beforeunload": "Tu esbosso essera perdite si tu exi de Mastodon.",
|
||||||
"units.short.billion": "{count}B",
|
"units.short.billion": "{count}B",
|
||||||
"units.short.million": "{count}M",
|
"units.short.million": "{count}M",
|
||||||
"units.short.thousand": "{count}K",
|
"units.short.thousand": "{count}K",
|
||||||
|
|
@ -904,6 +949,7 @@
|
||||||
"video.pause": "Pausa",
|
"video.pause": "Pausa",
|
||||||
"video.play": "Reproducer",
|
"video.play": "Reproducer",
|
||||||
"video.skip_backward": "Saltar a retro",
|
"video.skip_backward": "Saltar a retro",
|
||||||
|
"video.skip_forward": "Avantiar",
|
||||||
"video.unmute": "Non plus silentiar",
|
"video.unmute": "Non plus silentiar",
|
||||||
"video.volume_down": "Abassar le volumine",
|
"video.volume_down": "Abassar le volumine",
|
||||||
"video.volume_up": "Augmentar le volumine"
|
"video.volume_up": "Augmentar le volumine"
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,15 @@
|
||||||
{
|
{
|
||||||
"about.blocks": "Server yang dimoderasi",
|
"about.blocks": "Server yang dimoderasi",
|
||||||
"about.contact": "Kontak:",
|
"about.contact": "Kontak:",
|
||||||
"about.disclaimer": "perangkat lunak sumber terbuperangkat lunak sumber terbukaka184124.",
|
"about.default_locale": "Default",
|
||||||
|
"about.disclaimer": "Mastodon adalah perangkat lunak bebas dan sumber terbuka, serta merek dagang milik Mastodon gGmbH.",
|
||||||
"about.domain_blocks.no_reason_available": "Alasan tidak tersedia",
|
"about.domain_blocks.no_reason_available": "Alasan tidak tersedia",
|
||||||
"about.domain_blocks.preamble": "Mastodon umumnya mengizinkan Anda untuk melihat konten dan berinteraksi dengan pengguna dari server lain di fediverse. Ini adalah pengecualian yang dibuat untuk beberapa server.",
|
"about.domain_blocks.preamble": "Mastodon umumnya mengizinkan Anda untuk melihat konten dan berinteraksi dengan pengguna dari server lain di fediverse. Ini adalah pengecualian yang dibuat untuk beberapa server.",
|
||||||
"about.domain_blocks.silenced.explanation": "Anda secara umum tidak melihat profil dan konten dari server ini, kecuali jika Anda mencarinya atau memilihnya dengan mengikuti secara eksplisit.",
|
"about.domain_blocks.silenced.explanation": "Anda secara umum tidak melihat profil dan konten dari server ini, kecuali jika Anda mencarinya atau memilihnya dengan mengikuti secara eksplisit.",
|
||||||
"about.domain_blocks.silenced.title": "Terbatas",
|
"about.domain_blocks.silenced.title": "Terbatas",
|
||||||
"about.domain_blocks.suspended.explanation": "Tidak ada data yang diproses, disimpan, atau ditukarkan dari server ini, membuat interaksi atau komunikasi dengan pengguna dari server ini tidak mungkin dilakukan.",
|
"about.domain_blocks.suspended.explanation": "Tidak ada data yang diproses, disimpan, atau ditukarkan dari server ini, membuat interaksi atau komunikasi dengan pengguna dari server ini tidak mungkin dilakukan.",
|
||||||
"about.domain_blocks.suspended.title": "Ditangguhkan",
|
"about.domain_blocks.suspended.title": "Ditangguhkan",
|
||||||
|
"about.language_label": "Bahasa",
|
||||||
"about.not_available": "Informasi ini belum tersedia di server ini.",
|
"about.not_available": "Informasi ini belum tersedia di server ini.",
|
||||||
"about.powered_by": "Media sosial terdesentralisasi diberdayakan oleh {mastodon}",
|
"about.powered_by": "Media sosial terdesentralisasi diberdayakan oleh {mastodon}",
|
||||||
"about.rules": "Aturan server",
|
"about.rules": "Aturan server",
|
||||||
|
|
@ -28,6 +30,10 @@
|
||||||
"account.edit_profile": "Ubah profil",
|
"account.edit_profile": "Ubah profil",
|
||||||
"account.enable_notifications": "Beritahu saya saat @{name} memposting",
|
"account.enable_notifications": "Beritahu saya saat @{name} memposting",
|
||||||
"account.endorse": "Tampilkan di profil",
|
"account.endorse": "Tampilkan di profil",
|
||||||
|
"account.familiar_followers_one": "Diikuti oleh {name1}",
|
||||||
|
"account.familiar_followers_two": "Diikuti oleh {name1} dan {name2}",
|
||||||
|
"account.featured": "Unggulan",
|
||||||
|
"account.featured.accounts": "Profil",
|
||||||
"account.featured_tags.last_status_at": "Kiriman terakhir pada {date}",
|
"account.featured_tags.last_status_at": "Kiriman terakhir pada {date}",
|
||||||
"account.featured_tags.last_status_never": "Tidak ada kiriman",
|
"account.featured_tags.last_status_never": "Tidak ada kiriman",
|
||||||
"account.follow": "Ikuti",
|
"account.follow": "Ikuti",
|
||||||
|
|
@ -267,7 +273,7 @@
|
||||||
"explore.trending_links": "Berita",
|
"explore.trending_links": "Berita",
|
||||||
"explore.trending_statuses": "Kiriman",
|
"explore.trending_statuses": "Kiriman",
|
||||||
"explore.trending_tags": "Tagar",
|
"explore.trending_tags": "Tagar",
|
||||||
"filter_modal.added.context_mismatch_explanation": "Indonesia Translate",
|
"filter_modal.added.context_mismatch_explanation": "Kategori filter ini tidak berlaku untuk konteks di mana Anda mengakses postingan ini. Jika Anda ingin postingan tersebut difilter juga dalam konteks ini, Anda perlu mengedit filter.",
|
||||||
"filter_modal.added.context_mismatch_title": "Konteks tidak cocok!",
|
"filter_modal.added.context_mismatch_title": "Konteks tidak cocok!",
|
||||||
"filter_modal.added.expired_explanation": "Kategori saringan ini telah kedaluwarsa, Anda harus mengubah tanggal kedaluwarsa untuk diterapkan.",
|
"filter_modal.added.expired_explanation": "Kategori saringan ini telah kedaluwarsa, Anda harus mengubah tanggal kedaluwarsa untuk diterapkan.",
|
||||||
"filter_modal.added.expired_title": "Saringan kedaluwarsa!",
|
"filter_modal.added.expired_title": "Saringan kedaluwarsa!",
|
||||||
|
|
@ -335,38 +341,38 @@
|
||||||
"intervals.full.days": "{number, plural, other {# hari}}",
|
"intervals.full.days": "{number, plural, other {# hari}}",
|
||||||
"intervals.full.hours": "{number, plural, other {# jam}}",
|
"intervals.full.hours": "{number, plural, other {# jam}}",
|
||||||
"intervals.full.minutes": "{number, plural, other {# menit}}",
|
"intervals.full.minutes": "{number, plural, other {# menit}}",
|
||||||
"keyboard_shortcuts.back": "untuk kembali",
|
"keyboard_shortcuts.back": "Kembali ke belakang",
|
||||||
"keyboard_shortcuts.blocked": "buka daftar pengguna terblokir",
|
"keyboard_shortcuts.blocked": "Buka daftar pengguna yang diblokir",
|
||||||
"keyboard_shortcuts.boost": "untuk menyebarkan",
|
"keyboard_shortcuts.boost": "Tingkatkan postingan",
|
||||||
"keyboard_shortcuts.column": "Fokus kolom",
|
"keyboard_shortcuts.column": "Fokus kolom",
|
||||||
"keyboard_shortcuts.compose": "untuk fokus ke area penulisan",
|
"keyboard_shortcuts.compose": "Fokus pada kotak teks",
|
||||||
"keyboard_shortcuts.description": "Deskripsi",
|
"keyboard_shortcuts.description": "Deskripsi",
|
||||||
"keyboard_shortcuts.direct": "to open direct messages column",
|
"keyboard_shortcuts.direct": "to open direct messages column",
|
||||||
"keyboard_shortcuts.down": "untuk pindah ke bawah dalam sebuah daftar",
|
"keyboard_shortcuts.down": "Pindah ke bawah dalam daftar",
|
||||||
"keyboard_shortcuts.enter": "Buka kiriman",
|
"keyboard_shortcuts.enter": "Buka kiriman",
|
||||||
"keyboard_shortcuts.federated": "buka linimasa gabungan",
|
"keyboard_shortcuts.federated": "Buka linimasa terpadu",
|
||||||
"keyboard_shortcuts.heading": "Pintasan keyboard",
|
"keyboard_shortcuts.heading": "Pintasan keyboard",
|
||||||
"keyboard_shortcuts.home": "Buka linimasa beranda",
|
"keyboard_shortcuts.home": "Buka linimasa beranda",
|
||||||
"keyboard_shortcuts.hotkey": "Pintasan",
|
"keyboard_shortcuts.hotkey": "Pintasan",
|
||||||
"keyboard_shortcuts.legend": "tampilkan legenda ini",
|
"keyboard_shortcuts.legend": "Tampilkan legenda ini",
|
||||||
"keyboard_shortcuts.local": "buka linimasa lokal",
|
"keyboard_shortcuts.local": "Buka linimasa lokal",
|
||||||
"keyboard_shortcuts.mention": "sebut pencipta",
|
"keyboard_shortcuts.mention": "Sebutkan penulis",
|
||||||
"keyboard_shortcuts.muted": "buka daftar pengguna terbisukan",
|
"keyboard_shortcuts.muted": "Buka daftar pengguna yang dibisukan",
|
||||||
"keyboard_shortcuts.my_profile": "Buka profil Anda",
|
"keyboard_shortcuts.my_profile": "Buka profil Anda",
|
||||||
"keyboard_shortcuts.notifications": "buka kolom notifikasi",
|
"keyboard_shortcuts.notifications": "Buka kolom pemberitahuan",
|
||||||
"keyboard_shortcuts.open_media": "membuka media",
|
"keyboard_shortcuts.open_media": "Buka media",
|
||||||
"keyboard_shortcuts.pinned": "buka daftar toot tersemat",
|
"keyboard_shortcuts.pinned": "buka daftar toot tersemat",
|
||||||
"keyboard_shortcuts.profile": "buka profil pencipta",
|
"keyboard_shortcuts.profile": "Buka profil penulis",
|
||||||
"keyboard_shortcuts.reply": "balas",
|
"keyboard_shortcuts.reply": "Balas posting",
|
||||||
"keyboard_shortcuts.requests": "buka daftar permintaan ikuti",
|
"keyboard_shortcuts.requests": "Buka daftar permintaan mengikuti",
|
||||||
"keyboard_shortcuts.search": "untuk fokus mencari",
|
"keyboard_shortcuts.search": "Fokus ke kotak pencarian",
|
||||||
"keyboard_shortcuts.spoilers": "untuk menampilkan/menyembunyikan bidang CW",
|
"keyboard_shortcuts.spoilers": "Tampilkan/sembunyikan bidang CW",
|
||||||
"keyboard_shortcuts.start": "buka kolom \"memulai\"",
|
"keyboard_shortcuts.start": "Buka kolom “Mulai”",
|
||||||
"keyboard_shortcuts.toggle_hidden": "tampilkan/sembunyikan teks di belakang CW",
|
"keyboard_shortcuts.toggle_hidden": "Tampilkan/sembunyikan teks di belakang CW",
|
||||||
"keyboard_shortcuts.toggle_sensitivity": "tampilkan/sembunyikan media",
|
"keyboard_shortcuts.toggle_sensitivity": "Tampilkan/sembunyikan media",
|
||||||
"keyboard_shortcuts.toot": "mulai toot baru",
|
"keyboard_shortcuts.toot": "Buat posting baru",
|
||||||
"keyboard_shortcuts.unfocus": "untuk tidak fokus pada area teks/pencarian",
|
"keyboard_shortcuts.unfocus": "Hapus fokus pada kotak teks/kotak pencarian",
|
||||||
"keyboard_shortcuts.up": "untuk memindah ke atas pada daftar",
|
"keyboard_shortcuts.up": "Naik ke posisi atas dalam daftar",
|
||||||
"lightbox.close": "Tutup",
|
"lightbox.close": "Tutup",
|
||||||
"lightbox.next": "Selanjutnya",
|
"lightbox.next": "Selanjutnya",
|
||||||
"lightbox.previous": "Sebelumnya",
|
"lightbox.previous": "Sebelumnya",
|
||||||
|
|
@ -495,7 +501,7 @@
|
||||||
"report.statuses.subtitle": "Pilih semua yang berlaku",
|
"report.statuses.subtitle": "Pilih semua yang berlaku",
|
||||||
"report.statuses.title": "Adakah kiriman yang mendukung pelaporan ini?",
|
"report.statuses.title": "Adakah kiriman yang mendukung pelaporan ini?",
|
||||||
"report.submit": "Kirim",
|
"report.submit": "Kirim",
|
||||||
"report.target": "Melaporkan",
|
"report.target": "Melaporkan {target}",
|
||||||
"report.thanks.take_action": "Berikut adalah pilihan Anda untuk mengatur apa yang Anda lihat di Mastodon:",
|
"report.thanks.take_action": "Berikut adalah pilihan Anda untuk mengatur apa yang Anda lihat di Mastodon:",
|
||||||
"report.thanks.take_action_actionable": "Ketika kami meninjau ini, Anda dapat mengambil tindakan terhadap @{name}:",
|
"report.thanks.take_action_actionable": "Ketika kami meninjau ini, Anda dapat mengambil tindakan terhadap @{name}:",
|
||||||
"report.thanks.title": "Tidak ingin melihat ini?",
|
"report.thanks.title": "Tidak ingin melihat ini?",
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@
|
||||||
"account.edit_profile": "Ẓreg amaɣnu",
|
"account.edit_profile": "Ẓreg amaɣnu",
|
||||||
"account.enable_notifications": "Azen-iyi-d ilɣa mi ara d-isuffeɣ @{name}",
|
"account.enable_notifications": "Azen-iyi-d ilɣa mi ara d-isuffeɣ @{name}",
|
||||||
"account.endorse": "Welleh fell-as deg umaɣnu-inek",
|
"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ḍ}}",
|
||||||
|
"account.familiar_followers_one": "Yeṭṭafar-it {name1}",
|
||||||
|
"account.familiar_followers_two": "Yeṭṭafar-it {name1} akked {name2}",
|
||||||
"account.featured.accounts": "Imeɣna",
|
"account.featured.accounts": "Imeɣna",
|
||||||
"account.featured.hashtags": "Ihacṭagen",
|
"account.featured.hashtags": "Ihacṭagen",
|
||||||
"account.featured_tags.last_status_at": "Tasuffeɣt taneggarut ass n {date}",
|
"account.featured_tags.last_status_at": "Tasuffeɣt taneggarut ass n {date}",
|
||||||
|
|
@ -34,6 +37,7 @@
|
||||||
"account.followers": "Imeḍfaren",
|
"account.followers": "Imeḍfaren",
|
||||||
"account.followers.empty": "Ar tura, ulac yiwen i yeṭṭafaṛen amseqdac-agi.",
|
"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}}",
|
"account.followers_counter": "{count, plural, one {{counter} n umḍfar} other {{counter} n yimeḍfaren}}",
|
||||||
|
"account.followers_you_know_counter": "Tessneḍ {counter}",
|
||||||
"account.following": "Yeṭṭafaṛ",
|
"account.following": "Yeṭṭafaṛ",
|
||||||
"account.following_counter": "{count, plural, one {{counter} yettwaḍfaren} other {{counter} yettwaḍfaren}}",
|
"account.following_counter": "{count, plural, one {{counter} yettwaḍfaren} other {{counter} yettwaḍfaren}}",
|
||||||
"account.follows.empty": "Ar tura, amseqdac-agi ur yeṭṭafaṛ yiwen.",
|
"account.follows.empty": "Ar tura, amseqdac-agi ur yeṭṭafaṛ yiwen.",
|
||||||
|
|
@ -51,10 +55,12 @@
|
||||||
"account.mute_notifications_short": "Susem ilɣa",
|
"account.mute_notifications_short": "Susem ilɣa",
|
||||||
"account.mute_short": "Sgugem",
|
"account.mute_short": "Sgugem",
|
||||||
"account.muted": "Yettwasgugem",
|
"account.muted": "Yettwasgugem",
|
||||||
|
"account.mutual": "Temmeḍfaṛem",
|
||||||
"account.no_bio": "Ulac aglam i d-yettunefken.",
|
"account.no_bio": "Ulac aglam i d-yettunefken.",
|
||||||
"account.open_original_page": "Ldi asebter anasli",
|
"account.open_original_page": "Ldi asebter anasli",
|
||||||
"account.posts": "Tisuffaɣ",
|
"account.posts": "Tisuffaɣ",
|
||||||
"account.posts_with_replies": "Tisuffaɣ d tririyin",
|
"account.posts_with_replies": "Tisuffaɣ d tririyin",
|
||||||
|
"account.remove_from_followers": "Kkes {name} seg ineḍfaren",
|
||||||
"account.report": "Cetki ɣef @{name}",
|
"account.report": "Cetki ɣef @{name}",
|
||||||
"account.requested": "Di laɛḍil ad yettwaqbel. Ssit i wakken ad yefsex usuter n uḍfar",
|
"account.requested": "Di laɛḍil ad yettwaqbel. Ssit i wakken ad yefsex usuter n uḍfar",
|
||||||
"account.requested_follow": "{name} yessuter ad k·m-yeḍfer",
|
"account.requested_follow": "{name} yessuter ad k·m-yeḍfer",
|
||||||
|
|
@ -82,9 +88,12 @@
|
||||||
"alt_text_modal.cancel": "Semmet",
|
"alt_text_modal.cancel": "Semmet",
|
||||||
"alt_text_modal.done": "Immed",
|
"alt_text_modal.done": "Immed",
|
||||||
"announcement.announcement": "Ulɣu",
|
"announcement.announcement": "Ulɣu",
|
||||||
|
"annual_report.summary.followers.followers": "imeḍfaṛen",
|
||||||
"annual_report.summary.most_used_app.most_used_app": "asnas yettwasqedcen s waṭas",
|
"annual_report.summary.most_used_app.most_used_app": "asnas yettwasqedcen s waṭas",
|
||||||
"annual_report.summary.most_used_hashtag.none": "Ula yiwen",
|
"annual_report.summary.most_used_hashtag.none": "Ula yiwen",
|
||||||
"annual_report.summary.new_posts.new_posts": "tisuffaɣ timaynutin",
|
"annual_report.summary.new_posts.new_posts": "tisuffaɣ timaynutin",
|
||||||
|
"annual_report.summary.percentile.we_wont_tell_bernie": "Ur as-neqqar i yiwen.",
|
||||||
|
"annual_report.summary.thanks": "Tanemmirt imi i tettekkiḍ deg Mastodon!",
|
||||||
"audio.hide": "Ffer amesli",
|
"audio.hide": "Ffer amesli",
|
||||||
"block_modal.show_less": "Ssken-d drus",
|
"block_modal.show_less": "Ssken-d drus",
|
||||||
"block_modal.show_more": "Ssken-d ugar",
|
"block_modal.show_more": "Ssken-d ugar",
|
||||||
|
|
@ -119,6 +128,7 @@
|
||||||
"column.firehose": "Isuddam usriden",
|
"column.firehose": "Isuddam usriden",
|
||||||
"column.follow_requests": "Isuturen n teḍfeṛt",
|
"column.follow_requests": "Isuturen n teḍfeṛt",
|
||||||
"column.home": "Agejdan",
|
"column.home": "Agejdan",
|
||||||
|
"column.list_members": "Sefrek iεeggalen n tebdart",
|
||||||
"column.lists": "Tibdarin",
|
"column.lists": "Tibdarin",
|
||||||
"column.mutes": "Imiḍanen yettwasgugmen",
|
"column.mutes": "Imiḍanen yettwasgugmen",
|
||||||
"column.notifications": "Ilɣa",
|
"column.notifications": "Ilɣa",
|
||||||
|
|
@ -156,6 +166,7 @@
|
||||||
"compose_form.save_changes": "Leqqem",
|
"compose_form.save_changes": "Leqqem",
|
||||||
"compose_form.spoiler.marked": "Kkes aḍris yettwaffren deffir n walɣu",
|
"compose_form.spoiler.marked": "Kkes aḍris yettwaffren deffir n walɣu",
|
||||||
"compose_form.spoiler.unmarked": "Rnu aḍris yettwaffren deffir n walɣu",
|
"compose_form.spoiler.unmarked": "Rnu aḍris yettwaffren deffir n walɣu",
|
||||||
|
"compose_form.spoiler_placeholder": "Alɣu n ugbur (afrayan)",
|
||||||
"confirmation_modal.cancel": "Sefsex",
|
"confirmation_modal.cancel": "Sefsex",
|
||||||
"confirmations.block.confirm": "Sewḥel",
|
"confirmations.block.confirm": "Sewḥel",
|
||||||
"confirmations.delete.confirm": "Kkes",
|
"confirmations.delete.confirm": "Kkes",
|
||||||
|
|
@ -164,8 +175,10 @@
|
||||||
"confirmations.delete_list.confirm": "Kkes",
|
"confirmations.delete_list.confirm": "Kkes",
|
||||||
"confirmations.delete_list.message": "Tebɣiḍ s tidet ad tekkseḍ umuɣ-agi i lebda?",
|
"confirmations.delete_list.message": "Tebɣiḍ s tidet ad tekkseḍ umuɣ-agi i lebda?",
|
||||||
"confirmations.delete_list.title": "Tukksa n tebdart?",
|
"confirmations.delete_list.title": "Tukksa n tebdart?",
|
||||||
|
"confirmations.discard_draft.confirm": "Ttu-t u kemmel",
|
||||||
"confirmations.discard_edit_media.confirm": "Sefsex",
|
"confirmations.discard_edit_media.confirm": "Sefsex",
|
||||||
"confirmations.follow_to_list.confirm": "Ḍfeṛ-it sakin rnu-t ɣer tebdart",
|
"confirmations.follow_to_list.confirm": "Ḍfeṛ-it sakin rnu-t ɣer tebdart",
|
||||||
|
"confirmations.follow_to_list.title": "Ḍfer aseqdac?",
|
||||||
"confirmations.logout.confirm": "Ffeɣ",
|
"confirmations.logout.confirm": "Ffeɣ",
|
||||||
"confirmations.logout.message": "D tidet tebɣiḍ ad teffɣeḍ?",
|
"confirmations.logout.message": "D tidet tebɣiḍ ad teffɣeḍ?",
|
||||||
"confirmations.logout.title": "Tebɣiḍ ad teffɣeḍ ssya?",
|
"confirmations.logout.title": "Tebɣiḍ ad teffɣeḍ ssya?",
|
||||||
|
|
@ -174,6 +187,7 @@
|
||||||
"confirmations.missing_alt_text.title": "Rnu aḍris amlellay?",
|
"confirmations.missing_alt_text.title": "Rnu aḍris amlellay?",
|
||||||
"confirmations.mute.confirm": "Sgugem",
|
"confirmations.mute.confirm": "Sgugem",
|
||||||
"confirmations.redraft.confirm": "Kkes sakin ɛiwed tira",
|
"confirmations.redraft.confirm": "Kkes sakin ɛiwed tira",
|
||||||
|
"confirmations.remove_from_followers.confirm": "Kkes aneḍfar",
|
||||||
"confirmations.unfollow.confirm": "Ur ḍḍafaṛ ara",
|
"confirmations.unfollow.confirm": "Ur ḍḍafaṛ ara",
|
||||||
"confirmations.unfollow.message": "Tetḥeqqeḍ belli tebɣiḍ ur teṭafaṛeḍ ara {name}?",
|
"confirmations.unfollow.message": "Tetḥeqqeḍ belli tebɣiḍ ur teṭafaṛeḍ ara {name}?",
|
||||||
"content_warning.hide": "Ffer tasuffeɣt",
|
"content_warning.hide": "Ffer tasuffeɣt",
|
||||||
|
|
@ -199,7 +213,12 @@
|
||||||
"domain_block_modal.you_wont_see_posts": "Ur tettuɣaleḍ ara ttwaliḍ tisuffaɣ neɣ ulɣuten n iseqdacen n uqeddac-a.",
|
"domain_block_modal.you_wont_see_posts": "Ur tettuɣaleḍ ara ttwaliḍ tisuffaɣ neɣ ulɣuten n iseqdacen n uqeddac-a.",
|
||||||
"domain_pill.activitypub_like_language": "ActivityPub am tutlayt yettmeslay Mastodon d izeḍwan inmettiyen nniḍen.",
|
"domain_pill.activitypub_like_language": "ActivityPub am tutlayt yettmeslay Mastodon d izeḍwan inmettiyen nniḍen.",
|
||||||
"domain_pill.server": "Aqeddac",
|
"domain_pill.server": "Aqeddac",
|
||||||
|
"domain_pill.their_handle": "Asulay-is:",
|
||||||
"domain_pill.username": "Isem n useqdac",
|
"domain_pill.username": "Isem n useqdac",
|
||||||
|
"domain_pill.whats_in_a_handle": "D acu i yellan deg usulay?",
|
||||||
|
"domain_pill.who_they_are": "Imi isulayen qqaren-d anwa i d yiwen d wanda yella, tzemreḍ ad temyigweḍ d yemdanen deg web anmetti yebnan s <button>tɣeṛɣaṛ yemmugen s ActivityPub</button>.",
|
||||||
|
"domain_pill.who_you_are": "Imi isulay-ik·im yeqqar-d anwa i d kečč·kemmi d wanda i telliḍ, zemren medden ad myigwen yid-k·m deg web anmetti yebnan s <button>tɣeṛɣaṛ yemmugen s ActivityPub</button>.",
|
||||||
|
"domain_pill.your_handle": "Asulay-ik·im:",
|
||||||
"domain_pill.your_server": "D axxam-inek·inem umḍin, anda i zedɣent akk tsuffaɣ-ik·im. Ur k·m-yeεǧib ara wa? Ssenfel-d iqeddacen melmi i ak·m-yehwa, awi-d daɣen ineḍfaren-ik·im yid-k·m.",
|
"domain_pill.your_server": "D axxam-inek·inem umḍin, anda i zedɣent akk tsuffaɣ-ik·im. Ur k·m-yeεǧib ara wa? Ssenfel-d iqeddacen melmi i ak·m-yehwa, awi-d daɣen ineḍfaren-ik·im yid-k·m.",
|
||||||
"embed.instructions": "Ẓẓu addad-agi deg usmel-inek·inem s wenɣal n tangalt yellan sdaw-agi.",
|
"embed.instructions": "Ẓẓu addad-agi deg usmel-inek·inem s wenɣal n tangalt yellan sdaw-agi.",
|
||||||
"embed.preview": "Akka ara d-iban:",
|
"embed.preview": "Akka ara d-iban:",
|
||||||
|
|
@ -260,6 +279,7 @@
|
||||||
"firehose.remote": "Iqeddacen nniḍen",
|
"firehose.remote": "Iqeddacen nniḍen",
|
||||||
"follow_request.authorize": "Ssireg",
|
"follow_request.authorize": "Ssireg",
|
||||||
"follow_request.reject": "Agi",
|
"follow_request.reject": "Agi",
|
||||||
|
"follow_suggestions.curated_suggestion": "Yettwafren sɣur tarbaɛt",
|
||||||
"follow_suggestions.dismiss": "Dayen ur t-id-skan ara",
|
"follow_suggestions.dismiss": "Dayen ur t-id-skan ara",
|
||||||
"follow_suggestions.featured_longer": "Yettwafraned s ufus sɣur agraw n {domain}",
|
"follow_suggestions.featured_longer": "Yettwafraned s ufus sɣur agraw n {domain}",
|
||||||
"follow_suggestions.friends_of_friends_longer": "D aɣeṛfan ar wid i teṭṭafareḍ",
|
"follow_suggestions.friends_of_friends_longer": "D aɣeṛfan ar wid i teṭṭafareḍ",
|
||||||
|
|
@ -297,14 +317,17 @@
|
||||||
"hashtag.follow": "Ḍfeṛ ahacṭag",
|
"hashtag.follow": "Ḍfeṛ ahacṭag",
|
||||||
"hashtag.mute": "Sgugem #{hashtag}",
|
"hashtag.mute": "Sgugem #{hashtag}",
|
||||||
"hashtags.and_other": "…d {count, plural, one {}other {# nniḍen}}",
|
"hashtags.and_other": "…d {count, plural, one {}other {# nniḍen}}",
|
||||||
|
"hints.profiles.see_more_posts": "Wali ugar n tsuffaɣ ɣef {domain}",
|
||||||
"hints.threads.replies_may_be_missing": "Tiririyin d-yusan deg iqeddacen nniḍen, yezmer ur d-ddant ara.",
|
"hints.threads.replies_may_be_missing": "Tiririyin d-yusan deg iqeddacen nniḍen, yezmer ur d-ddant ara.",
|
||||||
"hints.threads.see_more": "Wali ugar n tririt deg {domain}",
|
"hints.threads.see_more": "Wali ugar n tririt deg {domain}",
|
||||||
|
"home.column_settings.show_quotes": "Sken-d tibdarin",
|
||||||
"home.column_settings.show_reblogs": "Ssken-d beṭṭu",
|
"home.column_settings.show_reblogs": "Ssken-d beṭṭu",
|
||||||
"home.column_settings.show_replies": "Ssken-d tiririyin",
|
"home.column_settings.show_replies": "Ssken-d tiririyin",
|
||||||
"home.hide_announcements": "Ffer ulɣuyen",
|
"home.hide_announcements": "Ffer ulɣuyen",
|
||||||
"home.pending_critical_update.body": "Ma ulac aɣilif, leqqem aqeddac-ik Mastodon akken kan tzemreḍ !",
|
"home.pending_critical_update.body": "Ma ulac aɣilif, leqqem aqeddac-ik Mastodon akken kan tzemreḍ !",
|
||||||
"home.pending_critical_update.link": "Wali ileqman",
|
"home.pending_critical_update.link": "Wali ileqman",
|
||||||
"home.show_announcements": "Ssken-d ulɣuyen",
|
"home.show_announcements": "Ssken-d ulɣuyen",
|
||||||
|
"ignore_notifications_modal.ignore": "Ttu ilɣa",
|
||||||
"info_button.label": "Tallelt",
|
"info_button.label": "Tallelt",
|
||||||
"interaction_modal.action.favourite": "I wakken ad tkemmleḍ, yessefk ad d-tḥemmleḍ seg umiḍan-ik·im.",
|
"interaction_modal.action.favourite": "I wakken ad tkemmleḍ, yessefk ad d-tḥemmleḍ seg umiḍan-ik·im.",
|
||||||
"interaction_modal.action.follow": "I wakken ad tkemmleḍ, yessefk ad d-tḍefreḍ seg umiḍan-ik·im.",
|
"interaction_modal.action.follow": "I wakken ad tkemmleḍ, yessefk ad d-tḍefreḍ seg umiḍan-ik·im.",
|
||||||
|
|
@ -316,6 +339,7 @@
|
||||||
"interaction_modal.on_another_server": "Deg uqeddac nniḍen",
|
"interaction_modal.on_another_server": "Deg uqeddac nniḍen",
|
||||||
"interaction_modal.on_this_server": "Deg uqeddac-ayi",
|
"interaction_modal.on_this_server": "Deg uqeddac-ayi",
|
||||||
"interaction_modal.title.follow": "Ḍfer {name}",
|
"interaction_modal.title.follow": "Ḍfer {name}",
|
||||||
|
"interaction_modal.title.reblog": "Zuzer tsuffeɣt n {name}",
|
||||||
"interaction_modal.title.reply": "Tiririt i tsuffeɣt n {name}",
|
"interaction_modal.title.reply": "Tiririt i tsuffeɣt n {name}",
|
||||||
"interaction_modal.username_prompt": "Amedya: {example}",
|
"interaction_modal.username_prompt": "Amedya: {example}",
|
||||||
"intervals.full.days": "{number, plural, one {# wass} other {# wussan}}",
|
"intervals.full.days": "{number, plural, one {# wass} other {# wussan}}",
|
||||||
|
|
@ -352,6 +376,7 @@
|
||||||
"keyboard_shortcuts.toggle_hidden": "i uskan/tuffra n uḍris deffir CW",
|
"keyboard_shortcuts.toggle_hidden": "i uskan/tuffra n uḍris deffir CW",
|
||||||
"keyboard_shortcuts.toggle_sensitivity": "i teskent/tuffra n yimidyaten",
|
"keyboard_shortcuts.toggle_sensitivity": "i teskent/tuffra n yimidyaten",
|
||||||
"keyboard_shortcuts.toot": "i wakken attebdud tajewwaqt tamaynut",
|
"keyboard_shortcuts.toot": "i wakken attebdud tajewwaqt tamaynut",
|
||||||
|
"keyboard_shortcuts.translate": "i usuqel n tsuffeɣt",
|
||||||
"keyboard_shortcuts.unfocus": "to un-focus compose textarea/search",
|
"keyboard_shortcuts.unfocus": "to un-focus compose textarea/search",
|
||||||
"keyboard_shortcuts.up": "i tulin ɣer d asawen n tebdart",
|
"keyboard_shortcuts.up": "i tulin ɣer d asawen n tebdart",
|
||||||
"lightbox.close": "Mdel",
|
"lightbox.close": "Mdel",
|
||||||
|
|
@ -369,6 +394,7 @@
|
||||||
"lists.delete": "Kkes tabdart",
|
"lists.delete": "Kkes tabdart",
|
||||||
"lists.done": "Immed",
|
"lists.done": "Immed",
|
||||||
"lists.edit": "Ẓreg tabdart",
|
"lists.edit": "Ẓreg tabdart",
|
||||||
|
"lists.find_users_to_add": "Af-d iseqdacen ara ternuḍ",
|
||||||
"lists.list_name": "Isem n tebdart",
|
"lists.list_name": "Isem n tebdart",
|
||||||
"lists.new_list_name": "Isem n tebdart tamaynut",
|
"lists.new_list_name": "Isem n tebdart tamaynut",
|
||||||
"lists.no_lists_yet": "Ulac tibdarin akka tura.",
|
"lists.no_lists_yet": "Ulac tibdarin akka tura.",
|
||||||
|
|
@ -392,6 +418,7 @@
|
||||||
"mute_modal.you_wont_see_mentions": "Ur tezmireḍ ara ad twaliḍ tisuffaɣ anda d-yettwabdar.",
|
"mute_modal.you_wont_see_mentions": "Ur tezmireḍ ara ad twaliḍ tisuffaɣ anda d-yettwabdar.",
|
||||||
"mute_modal.you_wont_see_posts": "Yezmer ad yettwali tisuffaɣ-ik·im, maca ur tettwaliḍ ara tidak-is.",
|
"mute_modal.you_wont_see_posts": "Yezmer ad yettwali tisuffaɣ-ik·im, maca ur tettwaliḍ ara tidak-is.",
|
||||||
"navigation_bar.about": "Ɣef",
|
"navigation_bar.about": "Ɣef",
|
||||||
|
"navigation_bar.account_settings": "Awal n uɛeddi akked tɣellist",
|
||||||
"navigation_bar.administration": "Tadbelt",
|
"navigation_bar.administration": "Tadbelt",
|
||||||
"navigation_bar.advanced_interface": "Ldi deg ugrudem n web leqqayen",
|
"navigation_bar.advanced_interface": "Ldi deg ugrudem n web leqqayen",
|
||||||
"navigation_bar.blocks": "Iseqdacen yettusḥebsen",
|
"navigation_bar.blocks": "Iseqdacen yettusḥebsen",
|
||||||
|
|
@ -403,6 +430,7 @@
|
||||||
"navigation_bar.follow_requests": "Isuturen n teḍfeṛt",
|
"navigation_bar.follow_requests": "Isuturen n teḍfeṛt",
|
||||||
"navigation_bar.followed_tags": "Ihacṭagen yettwaḍfaren",
|
"navigation_bar.followed_tags": "Ihacṭagen yettwaḍfaren",
|
||||||
"navigation_bar.follows_and_followers": "Imeḍfaṛen akked wid i teṭṭafaṛeḍ",
|
"navigation_bar.follows_and_followers": "Imeḍfaṛen akked wid i teṭṭafaṛeḍ",
|
||||||
|
"navigation_bar.import_export": "Taktert d usifeḍ",
|
||||||
"navigation_bar.lists": "Tibdarin",
|
"navigation_bar.lists": "Tibdarin",
|
||||||
"navigation_bar.live_feed_local": "Asuddem usrid (adigan)",
|
"navigation_bar.live_feed_local": "Asuddem usrid (adigan)",
|
||||||
"navigation_bar.live_feed_public": "Asuddem usrid (azayaz)",
|
"navigation_bar.live_feed_public": "Asuddem usrid (azayaz)",
|
||||||
|
|
@ -412,6 +440,7 @@
|
||||||
"navigation_bar.mutes": "Iseqdacen yettwasusmen",
|
"navigation_bar.mutes": "Iseqdacen yettwasusmen",
|
||||||
"navigation_bar.opened_in_classic_interface": "Tisuffaɣ, imiḍanen akked isebtar-nniḍen igejdanen ldin-d s wudem amezwer deg ugrudem web aklasiki.",
|
"navigation_bar.opened_in_classic_interface": "Tisuffaɣ, imiḍanen akked isebtar-nniḍen igejdanen ldin-d s wudem amezwer deg ugrudem web aklasiki.",
|
||||||
"navigation_bar.preferences": "Imenyafen",
|
"navigation_bar.preferences": "Imenyafen",
|
||||||
|
"navigation_bar.privacy_and_reach": "Tabḍnit akked wagwaḍ",
|
||||||
"navigation_bar.search": "Nadi",
|
"navigation_bar.search": "Nadi",
|
||||||
"navigation_bar.search_trends": "Anadi / Anezzuɣ",
|
"navigation_bar.search_trends": "Anadi / Anezzuɣ",
|
||||||
"not_signed_in_indicator.not_signed_in": "You need to sign in to access this resource.",
|
"not_signed_in_indicator.not_signed_in": "You need to sign in to access this resource.",
|
||||||
|
|
@ -419,6 +448,8 @@
|
||||||
"notification.admin.sign_up": "Ijerred {name}",
|
"notification.admin.sign_up": "Ijerred {name}",
|
||||||
"notification.annual_report.view": "Wali #Wrapstodon",
|
"notification.annual_report.view": "Wali #Wrapstodon",
|
||||||
"notification.favourite": "{name} yesmenyaf addad-ik·im",
|
"notification.favourite": "{name} yesmenyaf addad-ik·im",
|
||||||
|
"notification.favourite_pm": "{name} yesmenyef abdar-ik·im uslig",
|
||||||
|
"notification.favourite_pm.name_and_others_with_link": "{name} akked <a>{count, plural, one {# nnayeḍ} other {# nniḍen}}</a> rnan abdar-ik·im uslig ar ismenyafen-nsen",
|
||||||
"notification.follow": "iṭṭafar-ik·em-id {name}",
|
"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.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} yessuter-d ad k·m-yeḍfeṛ",
|
||||||
|
|
@ -427,6 +458,7 @@
|
||||||
"notification.label.private_reply": "Tiririt tusligt",
|
"notification.label.private_reply": "Tiririt tusligt",
|
||||||
"notification.label.reply": "Tiririt",
|
"notification.label.reply": "Tiririt",
|
||||||
"notification.mention": "Abdar",
|
"notification.mention": "Abdar",
|
||||||
|
"notification.mentioned_you": "{name} yebder-ik·em-id",
|
||||||
"notification.moderation-warning.learn_more": "Issin ugar",
|
"notification.moderation-warning.learn_more": "Issin ugar",
|
||||||
"notification.moderation_warning.action_suspend": "Yettwaseḥbes umiḍan-ik.",
|
"notification.moderation_warning.action_suspend": "Yettwaseḥbes umiḍan-ik.",
|
||||||
"notification.own_poll": "Tafrant-ik·im tfuk",
|
"notification.own_poll": "Tafrant-ik·im tfuk",
|
||||||
|
|
@ -439,8 +471,10 @@
|
||||||
"notification_requests.exit_selection": "Immed",
|
"notification_requests.exit_selection": "Immed",
|
||||||
"notification_requests.notifications_from": "Ilɣa sɣur {name}",
|
"notification_requests.notifications_from": "Ilɣa sɣur {name}",
|
||||||
"notification_requests.title": "Ilɣa yettwasizdgen",
|
"notification_requests.title": "Ilɣa yettwasizdgen",
|
||||||
|
"notification_requests.view": "Wali ilɣa",
|
||||||
"notifications.clear": "Sfeḍ ilɣa",
|
"notifications.clear": "Sfeḍ ilɣa",
|
||||||
"notifications.clear_confirmation": "Tebɣiḍ s tidet ad tekkseḍ akk ilɣa-inek·em i lebda?",
|
"notifications.clear_confirmation": "Tebɣiḍ s tidet ad tekkseḍ akk ilɣa-inek·em i lebda?",
|
||||||
|
"notifications.clear_title": "Sfeḍ ilɣa?",
|
||||||
"notifications.column_settings.admin.report": "Ineqqisen imaynuten:",
|
"notifications.column_settings.admin.report": "Ineqqisen imaynuten:",
|
||||||
"notifications.column_settings.alert": "Ilɣa n tnarit",
|
"notifications.column_settings.alert": "Ilɣa n tnarit",
|
||||||
"notifications.column_settings.favourite": "Imenyafen:",
|
"notifications.column_settings.favourite": "Imenyafen:",
|
||||||
|
|
@ -526,6 +560,7 @@
|
||||||
"relative_time.minutes": "{number}tis",
|
"relative_time.minutes": "{number}tis",
|
||||||
"relative_time.seconds": "{number}tas",
|
"relative_time.seconds": "{number}tas",
|
||||||
"relative_time.today": "ass-a",
|
"relative_time.today": "ass-a",
|
||||||
|
"reply_indicator.attachments": "{count, plural, one {# n umedday} other {# n imeddayen}}",
|
||||||
"reply_indicator.cancel": "Sefsex",
|
"reply_indicator.cancel": "Sefsex",
|
||||||
"reply_indicator.poll": "Afmiḍi",
|
"reply_indicator.poll": "Afmiḍi",
|
||||||
"report.block": "Sewḥel",
|
"report.block": "Sewḥel",
|
||||||
|
|
@ -625,6 +660,8 @@
|
||||||
"status.mute_conversation": "Sgugem adiwenni",
|
"status.mute_conversation": "Sgugem adiwenni",
|
||||||
"status.open": "Semɣeṛ tasuffeɣt-ayi",
|
"status.open": "Semɣeṛ tasuffeɣt-ayi",
|
||||||
"status.pin": "Senteḍ-itt deg umaɣnu",
|
"status.pin": "Senteḍ-itt deg umaɣnu",
|
||||||
|
"status.quote_error.not_found": "Tasuffeɣt-a ur tezmir ara ad d-tettwasken.",
|
||||||
|
"status.quote_error.removed": "Tasuffeɣt-a yekkes-itt umeskar-is.",
|
||||||
"status.quote_post_author": "Izen sɣur {name}",
|
"status.quote_post_author": "Izen sɣur {name}",
|
||||||
"status.read_more": "Issin ugar",
|
"status.read_more": "Issin ugar",
|
||||||
"status.reblog": "Bḍu",
|
"status.reblog": "Bḍu",
|
||||||
|
|
@ -645,7 +682,7 @@
|
||||||
"status.show_original": "Sken aɣbalu",
|
"status.show_original": "Sken aɣbalu",
|
||||||
"status.title.with_attachments": "{user} posted {attachmentCount, plural, one {an attachment} other {# attachments}}",
|
"status.title.with_attachments": "{user} posted {attachmentCount, plural, one {an attachment} other {# attachments}}",
|
||||||
"status.translate": "Suqel",
|
"status.translate": "Suqel",
|
||||||
"status.translated_from_with": "Yettwasuqel seg {lang} s {provider}",
|
"status.translated_from_with": "Tettwasuqel seg {lang} s {provider}",
|
||||||
"status.uncached_media_warning": "Ulac taskant",
|
"status.uncached_media_warning": "Ulac taskant",
|
||||||
"status.unmute_conversation": "Kkes asgugem n udiwenni",
|
"status.unmute_conversation": "Kkes asgugem n udiwenni",
|
||||||
"status.unpin": "Kkes asenteḍ seg umaɣnu",
|
"status.unpin": "Kkes asenteḍ seg umaɣnu",
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
"account.mute_short": "뮤트",
|
"account.mute_short": "뮤트",
|
||||||
"account.muted": "뮤트됨",
|
"account.muted": "뮤트됨",
|
||||||
"account.muting": "뮤트함",
|
"account.muting": "뮤트함",
|
||||||
"account.mutual": "서로 팔로우 중입니다",
|
"account.mutual": "서로 팔로우",
|
||||||
"account.no_bio": "제공된 설명이 없습니다.",
|
"account.no_bio": "제공된 설명이 없습니다.",
|
||||||
"account.open_original_page": "원본 페이지 열기",
|
"account.open_original_page": "원본 페이지 열기",
|
||||||
"account.posts": "게시물",
|
"account.posts": "게시물",
|
||||||
|
|
|
||||||
|
|
@ -397,7 +397,7 @@
|
||||||
"hints.profiles.see_more_followers": "Žiūrėti daugiau sekėjų serveryje {domain}",
|
"hints.profiles.see_more_followers": "Žiūrėti daugiau sekėjų serveryje {domain}",
|
||||||
"hints.profiles.see_more_follows": "Žiūrėti daugiau sekimų serveryje {domain}",
|
"hints.profiles.see_more_follows": "Žiūrėti daugiau sekimų serveryje {domain}",
|
||||||
"hints.profiles.see_more_posts": "Žiūrėti daugiau įrašų serveryje {domain}",
|
"hints.profiles.see_more_posts": "Žiūrėti daugiau įrašų serveryje {domain}",
|
||||||
"hints.threads.replies_may_be_missing": "Atsakymai iš kitų serverių gali būti nepateikti.",
|
"hints.threads.replies_may_be_missing": "Atsakymai iš kitų serverių gali būti trūkstami.",
|
||||||
"hints.threads.see_more": "Žiūrėti daugiau atsakymų serveryje {domain}",
|
"hints.threads.see_more": "Žiūrėti daugiau atsakymų serveryje {domain}",
|
||||||
"home.column_settings.show_reblogs": "Rodyti pakėlimus",
|
"home.column_settings.show_reblogs": "Rodyti pakėlimus",
|
||||||
"home.column_settings.show_replies": "Rodyti atsakymus",
|
"home.column_settings.show_replies": "Rodyti atsakymus",
|
||||||
|
|
@ -821,6 +821,12 @@
|
||||||
"status.mute_conversation": "Nutildyti pokalbį",
|
"status.mute_conversation": "Nutildyti pokalbį",
|
||||||
"status.open": "Išplėsti šį įrašą",
|
"status.open": "Išplėsti šį įrašą",
|
||||||
"status.pin": "Prisegti prie profilio",
|
"status.pin": "Prisegti prie profilio",
|
||||||
|
"status.quote_error.not_found": "Šis įrašas negali būti rodomas.",
|
||||||
|
"status.quote_error.pending_approval": "Šis įrašas laukia patvirtinimo iš originalaus autoriaus.",
|
||||||
|
"status.quote_error.rejected": "Šis įrašas negali būti rodomas, nes originalus autorius neleidžia jo cituoti.",
|
||||||
|
"status.quote_error.removed": "Šis įrašas buvo pašalintas jo autoriaus.",
|
||||||
|
"status.quote_error.unauthorized": "Šis įrašas negali būti rodomas, nes neturite leidimo jo peržiūrėti.",
|
||||||
|
"status.quote_post_author": "Įrašą sukūrė {name}",
|
||||||
"status.read_more": "Skaityti daugiau",
|
"status.read_more": "Skaityti daugiau",
|
||||||
"status.reblog": "Pakelti",
|
"status.reblog": "Pakelti",
|
||||||
"status.reblog_private": "Pakelti su originaliu matomumu",
|
"status.reblog_private": "Pakelti su originaliu matomumu",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"about.blocks": "Moderētie serveri",
|
"about.blocks": "Moderētie serveri",
|
||||||
"about.contact": "Kontakts:",
|
"about.contact": "Kontakts:",
|
||||||
|
"about.default_locale": "Noklusējums",
|
||||||
"about.disclaimer": "Mastodon ir bezmaksas atklātā pirmkoda programmatūra un Mastodon gGmbH preču zīme.",
|
"about.disclaimer": "Mastodon ir bezmaksas atklātā pirmkoda programmatūra un Mastodon gGmbH preču zīme.",
|
||||||
"about.domain_blocks.no_reason_available": "Iemesls nav norādīts",
|
"about.domain_blocks.no_reason_available": "Iemesls nav norādīts",
|
||||||
"about.domain_blocks.preamble": "Mastodon parasti ļauj apskatīt saturu un mijiedarboties ar lietotājiem no jebkura cita fediversa servera. Šie ir izņēmumi, kas veikti tieši šajā serverī.",
|
"about.domain_blocks.preamble": "Mastodon parasti ļauj apskatīt saturu un mijiedarboties ar lietotājiem no jebkura cita fediversa servera. Šie ir izņēmumi, kas veikti tieši šajā serverī.",
|
||||||
|
|
@ -8,6 +9,7 @@
|
||||||
"about.domain_blocks.silenced.title": "Ierobežotie",
|
"about.domain_blocks.silenced.title": "Ierobežotie",
|
||||||
"about.domain_blocks.suspended.explanation": "Nekādi dati no šī servera netiks apstrādāti, uzglabāti vai apmainīti, padarot neiespējamu jebkādu mijiedarbību vai saziņu ar šī servera lietotājiem.",
|
"about.domain_blocks.suspended.explanation": "Nekādi dati no šī servera netiks apstrādāti, uzglabāti vai apmainīti, padarot neiespējamu jebkādu mijiedarbību vai saziņu ar šī servera lietotājiem.",
|
||||||
"about.domain_blocks.suspended.title": "Apturētie",
|
"about.domain_blocks.suspended.title": "Apturētie",
|
||||||
|
"about.language_label": "Valoda",
|
||||||
"about.not_available": "Šī informācija nav padarīta pieejama šajā serverī.",
|
"about.not_available": "Šī informācija nav padarīta pieejama šajā serverī.",
|
||||||
"about.powered_by": "Decentralizētu sabiedrisko tīklu darbina {mastodon}",
|
"about.powered_by": "Decentralizētu sabiedrisko tīklu darbina {mastodon}",
|
||||||
"about.rules": "Servera noteikumi",
|
"about.rules": "Servera noteikumi",
|
||||||
|
|
@ -95,8 +97,8 @@
|
||||||
"admin.impact_report.title": "Ietekmes kopsavilkums",
|
"admin.impact_report.title": "Ietekmes kopsavilkums",
|
||||||
"alert.rate_limited.message": "Lūdzu, mēģini vēlreiz pēc {retry_time, time, medium}.",
|
"alert.rate_limited.message": "Lūdzu, mēģini vēlreiz pēc {retry_time, time, medium}.",
|
||||||
"alert.rate_limited.title": "Biežums ierobežots",
|
"alert.rate_limited.title": "Biežums ierobežots",
|
||||||
"alert.unexpected.message": "Radās negaidīta kļūda.",
|
"alert.unexpected.message": "Atgadījās neparedzēta kļūda.",
|
||||||
"alert.unexpected.title": "Ups!",
|
"alert.unexpected.title": "Ak vai!",
|
||||||
"alt_text_badge.title": "Alt teksts",
|
"alt_text_badge.title": "Alt teksts",
|
||||||
"alt_text_modal.add_alt_text": "Pievienot aprakstošo tekstu",
|
"alt_text_modal.add_alt_text": "Pievienot aprakstošo tekstu",
|
||||||
"alt_text_modal.add_text_from_image": "Pievienot tekstu no attēla",
|
"alt_text_modal.add_text_from_image": "Pievienot tekstu no attēla",
|
||||||
|
|
@ -138,13 +140,14 @@
|
||||||
"bundle_column_error.copy_stacktrace": "Ievietot kļūdu ziņojumu starpliktuvē",
|
"bundle_column_error.copy_stacktrace": "Ievietot kļūdu ziņojumu starpliktuvē",
|
||||||
"bundle_column_error.error.body": "Pieprasīto lapu nevarēja atveidot. Tas varētu būt saistīts ar kļūdu mūsu kodā, vai tā ir pārlūkprogrammas saderības problēma.",
|
"bundle_column_error.error.body": "Pieprasīto lapu nevarēja atveidot. Tas varētu būt saistīts ar kļūdu mūsu kodā, vai tā ir pārlūkprogrammas saderības problēma.",
|
||||||
"bundle_column_error.error.title": "Ak vai!",
|
"bundle_column_error.error.title": "Ak vai!",
|
||||||
"bundle_column_error.network.body": "Mēģinot ielādēt šo lapu, radās kļūda. Tas varētu būt saistīts ar īslaicīgu interneta savienojuma vai šī servera problēmu.",
|
"bundle_column_error.network.body": "Kļūda lapas ielādēšanas laikā. Tas varētu būt īzlaicīgs sarežģījums ar interneta savienojumu vai šo serveri.",
|
||||||
"bundle_column_error.network.title": "Tīkla kļūda",
|
"bundle_column_error.network.title": "Tīkla kļūda",
|
||||||
"bundle_column_error.retry": "Mēģināt vēlreiz",
|
"bundle_column_error.retry": "Mēģināt vēlreiz",
|
||||||
"bundle_column_error.return": "Atgriezties",
|
"bundle_column_error.return": "Atgriezties",
|
||||||
"bundle_column_error.routing.body": "Pieprasīto lapu nevarēja atrast. Vai esi pārliecināts, ka URL adreses joslā ir pareizs?",
|
"bundle_column_error.routing.body": "Pieprasīto lapu nevarēja atrast. Vai esi pārliecināts, ka URL adreses joslā ir pareizs?",
|
||||||
"bundle_column_error.routing.title": "404",
|
"bundle_column_error.routing.title": "404",
|
||||||
"bundle_modal_error.close": "Aizvērt",
|
"bundle_modal_error.close": "Aizvērt",
|
||||||
|
"bundle_modal_error.message": "Kaut kas nogāja greizi šī ekrāna ielādēšanas laikā.",
|
||||||
"bundle_modal_error.retry": "Mēģināt vēlreiz",
|
"bundle_modal_error.retry": "Mēģināt vēlreiz",
|
||||||
"closed_registrations.other_server_instructions": "Tā kā Mastodon ir decentralizēts, tu vari izveidot kontu citā serverī un joprojām mijiedarboties ar šo.",
|
"closed_registrations.other_server_instructions": "Tā kā Mastodon ir decentralizēts, tu vari izveidot kontu citā serverī un joprojām mijiedarboties ar šo.",
|
||||||
"closed_registrations_modal.description": "Pašlaik nav iespējams izveidot kontu {domain}, bet, lūdzu, ņem vērā, ka Tev nav nepieciešams tieši {domain} konts, lai lietotu Mastodon!",
|
"closed_registrations_modal.description": "Pašlaik nav iespējams izveidot kontu {domain}, bet, lūdzu, ņem vērā, ka Tev nav nepieciešams tieši {domain} konts, lai lietotu Mastodon!",
|
||||||
|
|
@ -199,7 +202,7 @@
|
||||||
"compose_form.poll.switch_to_multiple": "Mainīt aptaujas veidu, lai atļautu vairākas izvēles",
|
"compose_form.poll.switch_to_multiple": "Mainīt aptaujas veidu, lai atļautu vairākas izvēles",
|
||||||
"compose_form.poll.switch_to_single": "Mainīt aptaujas veidu, lai atļautu vienu izvēli",
|
"compose_form.poll.switch_to_single": "Mainīt aptaujas veidu, lai atļautu vienu izvēli",
|
||||||
"compose_form.poll.type": "Stils",
|
"compose_form.poll.type": "Stils",
|
||||||
"compose_form.publish": "Nosūtīt",
|
"compose_form.publish": "Iesūtīt",
|
||||||
"compose_form.reply": "Atbildēt",
|
"compose_form.reply": "Atbildēt",
|
||||||
"compose_form.save_changes": "Atjaunināt",
|
"compose_form.save_changes": "Atjaunināt",
|
||||||
"compose_form.spoiler.marked": "Noņemt satura brīdinājumu",
|
"compose_form.spoiler.marked": "Noņemt satura brīdinājumu",
|
||||||
|
|
@ -213,6 +216,11 @@
|
||||||
"confirmations.delete_list.confirm": "Dzēst",
|
"confirmations.delete_list.confirm": "Dzēst",
|
||||||
"confirmations.delete_list.message": "Vai tiešām neatgriezeniski izdzēst šo sarakstu?",
|
"confirmations.delete_list.message": "Vai tiešām neatgriezeniski izdzēst šo sarakstu?",
|
||||||
"confirmations.delete_list.title": "Izdzēst sarakstu?",
|
"confirmations.delete_list.title": "Izdzēst sarakstu?",
|
||||||
|
"confirmations.discard_draft.confirm": "Atmest un turpināt",
|
||||||
|
"confirmations.discard_draft.edit.cancel": "Atsākt labošanu",
|
||||||
|
"confirmations.discard_draft.post.cancel": "Atsākt melnrakstu",
|
||||||
|
"confirmations.discard_draft.post.message": "Turpinot tiks atmests pašreiz sastādītais ieraksts.",
|
||||||
|
"confirmations.discard_draft.post.title": "Atmest melnraksta ierakstu?",
|
||||||
"confirmations.discard_edit_media.confirm": "Atmest",
|
"confirmations.discard_edit_media.confirm": "Atmest",
|
||||||
"confirmations.discard_edit_media.message": "Ir nesaglabātas izmaiņas informācijas nesēja aprakstā vai priekšskatījumā. Vēlies tās atmest tik un tā?",
|
"confirmations.discard_edit_media.message": "Ir nesaglabātas izmaiņas informācijas nesēja aprakstā vai priekšskatījumā. Vēlies tās atmest tik un tā?",
|
||||||
"confirmations.follow_to_list.confirm": "Sekot un pievienot sarakstam",
|
"confirmations.follow_to_list.confirm": "Sekot un pievienot sarakstam",
|
||||||
|
|
@ -317,6 +325,7 @@
|
||||||
"explore.trending_statuses": "Ieraksti",
|
"explore.trending_statuses": "Ieraksti",
|
||||||
"explore.trending_tags": "Tēmturi",
|
"explore.trending_tags": "Tēmturi",
|
||||||
"featured_carousel.next": "Tālāk",
|
"featured_carousel.next": "Tālāk",
|
||||||
|
"featured_carousel.post": "Ieraksts",
|
||||||
"featured_carousel.previous": "Atpakaļ",
|
"featured_carousel.previous": "Atpakaļ",
|
||||||
"featured_carousel.slide": "{index} / {total}",
|
"featured_carousel.slide": "{index} / {total}",
|
||||||
"filter_modal.added.context_mismatch_explanation": "Šī atlases kategorija neattiecas uz kontekstu, kurā esi piekļuvis šim ierakstam. Ja vēlies, lai ieraksts tiktu atlasīts arī šajā kontekstā, Tev būs jālabo atlase.",
|
"filter_modal.added.context_mismatch_explanation": "Šī atlases kategorija neattiecas uz kontekstu, kurā esi piekļuvis šim ierakstam. Ja vēlies, lai ieraksts tiktu atlasīts arī šajā kontekstā, Tev būs jālabo atlase.",
|
||||||
|
|
@ -335,6 +344,7 @@
|
||||||
"filter_modal.select_filter.subtitle": "Izmanto esošu kategoriju vai izveido jaunu",
|
"filter_modal.select_filter.subtitle": "Izmanto esošu kategoriju vai izveido jaunu",
|
||||||
"filter_modal.select_filter.title": "Atlasīt šo ierakstu",
|
"filter_modal.select_filter.title": "Atlasīt šo ierakstu",
|
||||||
"filter_modal.title.status": "Atlasīt ziņu",
|
"filter_modal.title.status": "Atlasīt ziņu",
|
||||||
|
"filter_warning.matches_filter": "Atbilst atlasītājam “<span>{title}</span>”",
|
||||||
"filtered_notifications_banner.title": "Filtrētie paziņojumi",
|
"filtered_notifications_banner.title": "Filtrētie paziņojumi",
|
||||||
"firehose.all": "Visi",
|
"firehose.all": "Visi",
|
||||||
"firehose.local": "Šis serveris",
|
"firehose.local": "Šis serveris",
|
||||||
|
|
@ -468,6 +478,7 @@
|
||||||
"lists.delete": "Izdzēst sarakstu",
|
"lists.delete": "Izdzēst sarakstu",
|
||||||
"lists.done": "Gatavs",
|
"lists.done": "Gatavs",
|
||||||
"lists.edit": "Labot sarakstu",
|
"lists.edit": "Labot sarakstu",
|
||||||
|
"lists.find_users_to_add": "Atrast lietotājus, kurus pievienot",
|
||||||
"lists.list_name": "Saraksta nosaukums",
|
"lists.list_name": "Saraksta nosaukums",
|
||||||
"lists.remove_member": "Noņemt",
|
"lists.remove_member": "Noņemt",
|
||||||
"lists.replies_policy.followed": "Jebkuram sekotajam lietotājam",
|
"lists.replies_policy.followed": "Jebkuram sekotajam lietotājam",
|
||||||
|
|
@ -494,10 +505,11 @@
|
||||||
"navigation_bar.filters": "Apklusinātie vārdi",
|
"navigation_bar.filters": "Apklusinātie vārdi",
|
||||||
"navigation_bar.follow_requests": "Sekošanas pieprasījumi",
|
"navigation_bar.follow_requests": "Sekošanas pieprasījumi",
|
||||||
"navigation_bar.followed_tags": "Sekojamie tēmturi",
|
"navigation_bar.followed_tags": "Sekojamie tēmturi",
|
||||||
"navigation_bar.follows_and_followers": "Sekojamie un sekotāji",
|
"navigation_bar.follows_and_followers": "Seko un sekotāji",
|
||||||
"navigation_bar.lists": "Saraksti",
|
"navigation_bar.lists": "Saraksti",
|
||||||
"navigation_bar.logout": "Iziet",
|
"navigation_bar.logout": "Iziet",
|
||||||
"navigation_bar.moderation": "Satura pārraudzība",
|
"navigation_bar.moderation": "Satura pārraudzība",
|
||||||
|
"navigation_bar.more": "Vairāk",
|
||||||
"navigation_bar.mutes": "Apklusinātie lietotāji",
|
"navigation_bar.mutes": "Apklusinātie lietotāji",
|
||||||
"navigation_bar.opened_in_classic_interface": "Ieraksti, konti un citas noteiktas lapas pēc noklusējuma tiek atvērtas klasiskajā tīmekļa saskarnē.",
|
"navigation_bar.opened_in_classic_interface": "Ieraksti, konti un citas noteiktas lapas pēc noklusējuma tiek atvērtas klasiskajā tīmekļa saskarnē.",
|
||||||
"navigation_bar.preferences": "Iestatījumi",
|
"navigation_bar.preferences": "Iestatījumi",
|
||||||
|
|
@ -533,6 +545,8 @@
|
||||||
"notification_requests.dismiss": "Noraidīt",
|
"notification_requests.dismiss": "Noraidīt",
|
||||||
"notification_requests.edit_selection": "Labot",
|
"notification_requests.edit_selection": "Labot",
|
||||||
"notification_requests.exit_selection": "Gatavs",
|
"notification_requests.exit_selection": "Gatavs",
|
||||||
|
"notification_requests.explainer_for_limited_account": "Paziņojumi no šī konta tika atsijāti, jo pārvaldītājs ierobežoja kontu.",
|
||||||
|
"notification_requests.explainer_for_limited_remote_account": "Paziņojumi no šī konta tika atsijāti, jo pārvaldītājs ierobežoja kontu vai tā serveri.",
|
||||||
"notification_requests.notifications_from": "Paziņojumi no {name}",
|
"notification_requests.notifications_from": "Paziņojumi no {name}",
|
||||||
"notification_requests.title": "Atlasītie paziņojumi",
|
"notification_requests.title": "Atlasītie paziņojumi",
|
||||||
"notification_requests.view": "Skatīt paziņojumus",
|
"notification_requests.view": "Skatīt paziņojumus",
|
||||||
|
|
@ -572,6 +586,7 @@
|
||||||
"notifications.permission_required": "Darbvirsmas paziņojumi nav pieejami, jo nav piešķirta nepieciešamā atļauja.",
|
"notifications.permission_required": "Darbvirsmas paziņojumi nav pieejami, jo nav piešķirta nepieciešamā atļauja.",
|
||||||
"notifications.policy.accept": "Pieņemt",
|
"notifications.policy.accept": "Pieņemt",
|
||||||
"notifications.policy.drop": "Ignorēt",
|
"notifications.policy.drop": "Ignorēt",
|
||||||
|
"notifications.policy.filter_limited_accounts_hint": "Servera satura pārraudzītāju ierobežots",
|
||||||
"notifications.policy.filter_new_accounts_title": "Jauni konti",
|
"notifications.policy.filter_new_accounts_title": "Jauni konti",
|
||||||
"notifications.policy.filter_not_followers_title": "Cilvēki, kuri Tev neseko",
|
"notifications.policy.filter_not_followers_title": "Cilvēki, kuri Tev neseko",
|
||||||
"notifications.policy.filter_not_following_hint": "Līdz tos pašrocīgi apstiprināsi",
|
"notifications.policy.filter_not_following_hint": "Līdz tos pašrocīgi apstiprināsi",
|
||||||
|
|
@ -776,6 +791,7 @@
|
||||||
"subscribed_languages.target": "Mainīt abonētās valodas priekš {target}",
|
"subscribed_languages.target": "Mainīt abonētās valodas priekš {target}",
|
||||||
"tabs_bar.home": "Sākums",
|
"tabs_bar.home": "Sākums",
|
||||||
"tabs_bar.notifications": "Paziņojumi",
|
"tabs_bar.notifications": "Paziņojumi",
|
||||||
|
"terms_of_service.effective_as_of": "Spēkā no {date}",
|
||||||
"terms_of_service.title": "Pakalpojuma izmantošanas noteikumi",
|
"terms_of_service.title": "Pakalpojuma izmantošanas noteikumi",
|
||||||
"time_remaining.days": "{number, plural, one {Atlikusi # diena} other {Atlikušas # dienas}}",
|
"time_remaining.days": "{number, plural, one {Atlikusi # diena} other {Atlikušas # dienas}}",
|
||||||
"time_remaining.hours": "{number, plural, one {Atlikusi # stunda} other {Atlikušas # stundas}}",
|
"time_remaining.hours": "{number, plural, one {Atlikusi # stunda} other {Atlikušas # stundas}}",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"about.blocks": "Siū 管制 ê 服侍器",
|
"about.blocks": "Siū 管制 ê 服侍器",
|
||||||
"about.contact": "聯絡lâng:",
|
"about.contact": "聯絡方法:",
|
||||||
"about.default_locale": "預設",
|
"about.default_locale": "預設",
|
||||||
"about.disclaimer": "Mastodon是自由、開放原始碼ê軟體,mā是Mastodon gGmbH ê商標。",
|
"about.disclaimer": "Mastodon是自由、開放原始碼ê軟體,mā是Mastodon gGmbH ê商標。",
|
||||||
"about.domain_blocks.no_reason_available": "原因bē-tàng用",
|
"about.domain_blocks.no_reason_available": "原因bē-tàng用",
|
||||||
|
|
@ -567,7 +567,7 @@
|
||||||
"navigation_bar.live_feed_local": "即時ê內容(本地)",
|
"navigation_bar.live_feed_local": "即時ê內容(本地)",
|
||||||
"navigation_bar.live_feed_public": "即時ê內容(公開)",
|
"navigation_bar.live_feed_public": "即時ê內容(公開)",
|
||||||
"navigation_bar.logout": "登出",
|
"navigation_bar.logout": "登出",
|
||||||
"navigation_bar.moderation": "審核",
|
"navigation_bar.moderation": "管理",
|
||||||
"navigation_bar.more": "其他",
|
"navigation_bar.more": "其他",
|
||||||
"navigation_bar.mutes": "消音ê用者",
|
"navigation_bar.mutes": "消音ê用者",
|
||||||
"navigation_bar.opened_in_classic_interface": "PO文、口座kap其他指定ê頁面,預設ē佇經典ê網頁界面內phah開。",
|
"navigation_bar.opened_in_classic_interface": "PO文、口座kap其他指定ê頁面,預設ē佇經典ê網頁界面內phah開。",
|
||||||
|
|
@ -604,11 +604,11 @@
|
||||||
"notification.mention": "提起",
|
"notification.mention": "提起",
|
||||||
"notification.mentioned_you": "{name}kā lí提起",
|
"notification.mentioned_you": "{name}kā lí提起",
|
||||||
"notification.moderation-warning.learn_more": "看詳細",
|
"notification.moderation-warning.learn_more": "看詳細",
|
||||||
"notification.moderation_warning": "Lí有收著審核ê警告",
|
"notification.moderation_warning": "Lí有收著管理ê警告",
|
||||||
"notification.moderation_warning.action_delete_statuses": "Lí ê一寡PO文hōo lâng thâi掉ah。",
|
"notification.moderation_warning.action_delete_statuses": "Lí ê一寡PO文hōo lâng thâi掉ah。",
|
||||||
"notification.moderation_warning.action_disable": "Lí ê口座hōo lâng停止使用ah。",
|
"notification.moderation_warning.action_disable": "Lí ê口座hōo lâng停止使用ah。",
|
||||||
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Lí ê一寡PO文,hōo lâng標做敏感ê內容。",
|
"notification.moderation_warning.action_mark_statuses_as_sensitive": "Lí ê一寡PO文,hōo lâng標做敏感ê內容。",
|
||||||
"notification.moderation_warning.action_none": "Lí ê口座有收著審核ê警告。",
|
"notification.moderation_warning.action_none": "Lí ê口座有收著管理ê警告。",
|
||||||
"notification.moderation_warning.action_sensitive": "Tuì tsit-má開始,lí êPO文ē標做敏感ê內容。",
|
"notification.moderation_warning.action_sensitive": "Tuì tsit-má開始,lí êPO文ē標做敏感ê內容。",
|
||||||
"notification.moderation_warning.action_silence": "Lí ê口座hōo lâng限制ah。",
|
"notification.moderation_warning.action_silence": "Lí ê口座hōo lâng限制ah。",
|
||||||
"notification.moderation_warning.action_suspend": "Lí ê口座ê權限已經停止ah。",
|
"notification.moderation_warning.action_suspend": "Lí ê口座ê權限已經停止ah。",
|
||||||
|
|
@ -734,7 +734,7 @@
|
||||||
"privacy.public.short": "公開ê",
|
"privacy.public.short": "公開ê",
|
||||||
"privacy.unlisted.additional": "Tse ê行為kap公開相siâng,m̄-koh 就算lí佇口座設定phah開有關ê公開功能,PO文mā bē顯示佇即時ê動態、hashtag、探索kap Mastodon ê搜尋結果。",
|
"privacy.unlisted.additional": "Tse ê行為kap公開相siâng,m̄-koh 就算lí佇口座設定phah開有關ê公開功能,PO文mā bē顯示佇即時ê動態、hashtag、探索kap Mastodon ê搜尋結果。",
|
||||||
"privacy.unlisted.long": "減少演算法ê宣傳",
|
"privacy.unlisted.long": "減少演算法ê宣傳",
|
||||||
"privacy.unlisted.short": "恬靜ê公開",
|
"privacy.unlisted.short": "恬靜公開",
|
||||||
"privacy_policy.last_updated": "上尾更新tī:{date}",
|
"privacy_policy.last_updated": "上尾更新tī:{date}",
|
||||||
"privacy_policy.title": "隱私權政策",
|
"privacy_policy.title": "隱私權政策",
|
||||||
"recommended": "推薦",
|
"recommended": "推薦",
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,13 @@
|
||||||
{
|
{
|
||||||
"about.contact": "सम्पर्क:",
|
"about.contact": "सम्पर्क:",
|
||||||
|
"about.default_locale": "पूर्वनिर्धारित",
|
||||||
"about.disclaimer": "Mastodon नि:शुल्क, खुला स्रोत सफ्टवेयर, र Mastodon gGmbH को ट्रेडमार्क हो।",
|
"about.disclaimer": "Mastodon नि:शुल्क, खुला स्रोत सफ्टवेयर, र Mastodon gGmbH को ट्रेडमार्क हो।",
|
||||||
"about.domain_blocks.no_reason_available": "कारण उपलब्ध छैन",
|
"about.domain_blocks.no_reason_available": "कारण उपलब्ध छैन",
|
||||||
"about.domain_blocks.preamble": "Mastodon ले तपाइँलाई सामान्यतया फेडिभर्समा कुनै पनि अन्य सर्भरका सामग्री हेर्न र प्रयोगकर्ताहरूसँग अन्तरक्रिया गर्न दिन्छ। यी अपवादहरू हुन् जुन यस विशेष सर्भरमा बनाइएका छन्।",
|
"about.domain_blocks.preamble": "Mastodon ले तपाइँलाई सामान्यतया फेडिभर्समा कुनै पनि अन्य सर्भरका सामग्री हेर्न र प्रयोगकर्ताहरूसँग अन्तरक्रिया गर्न दिन्छ। यी अपवादहरू हुन् जुन यस विशेष सर्भरमा बनाइएका छन्।",
|
||||||
"about.domain_blocks.silenced.title": "सीमित",
|
"about.domain_blocks.silenced.title": "सीमित",
|
||||||
"about.domain_blocks.suspended.explanation": "यस सर्भरबाट कुनै पनि डेटा प्रशोधन, भण्डारण वा आदानप्रदान गरिने छैन, जसले यस सर्भरका प्रयोगकर्ताहरूसँग कुनै पनि अन्तरक्रिया वा सञ्चारलाई असम्भव बनाउँछ।",
|
"about.domain_blocks.suspended.explanation": "यस सर्भरबाट कुनै पनि डेटा प्रशोधन, भण्डारण वा आदानप्रदान गरिने छैन, जसले यस सर्भरका प्रयोगकर्ताहरूसँग कुनै पनि अन्तरक्रिया वा सञ्चारलाई असम्भव बनाउँछ।",
|
||||||
"about.domain_blocks.suspended.title": "निलम्बित",
|
"about.domain_blocks.suspended.title": "निलम्बित",
|
||||||
|
"about.language_label": "भाषा",
|
||||||
"about.not_available": "यो जानकारी यस सर्भरमा उपलब्ध गराइएको छैन।",
|
"about.not_available": "यो जानकारी यस सर्भरमा उपलब्ध गराइएको छैन।",
|
||||||
"about.powered_by": "{mastodon} द्वारा संचालित विकेन्द्रीकृत सामाजिक मिडिया",
|
"about.powered_by": "{mastodon} द्वारा संचालित विकेन्द्रीकृत सामाजिक मिडिया",
|
||||||
"about.rules": "सर्भर नियमहरू",
|
"about.rules": "सर्भर नियमहरू",
|
||||||
|
|
@ -16,23 +18,29 @@
|
||||||
"account.block_domain": "{domain} डोमेनलाई ब्लक गर्नुहोस्",
|
"account.block_domain": "{domain} डोमेनलाई ब्लक गर्नुहोस्",
|
||||||
"account.block_short": "ब्लक",
|
"account.block_short": "ब्लक",
|
||||||
"account.blocked": "ब्लक गरिएको",
|
"account.blocked": "ब्लक गरिएको",
|
||||||
|
"account.blocking": "ब्लक गरिएको",
|
||||||
"account.cancel_follow_request": "फलो अनुरोध रद्द गर्नुहोस",
|
"account.cancel_follow_request": "फलो अनुरोध रद्द गर्नुहोस",
|
||||||
"account.copy": "प्रोफाइलको लिङ्क प्रतिलिपि गर्नुहोस्",
|
"account.copy": "प्रोफाइलको लिङ्क प्रतिलिपि गर्नुहोस्",
|
||||||
"account.direct": "@{name} लाई निजी रूपमा उल्लेख गर्नुहोस्",
|
"account.direct": "@{name} लाई निजी रूपमा उल्लेख गर्नुहोस्",
|
||||||
"account.disable_notifications": "@{name} ले पोस्ट गर्दा मलाई सूचित नगर्नुहोस्",
|
"account.disable_notifications": "@{name} ले पोस्ट गर्दा मलाई सूचित नगर्नुहोस्",
|
||||||
|
"account.domain_blocking": "ब्लक गरिएको डोमेन",
|
||||||
"account.edit_profile": "प्रोफाइल सम्पादन गर्नुहोस्",
|
"account.edit_profile": "प्रोफाइल सम्पादन गर्नुहोस्",
|
||||||
"account.enable_notifications": "@{name} ले पोस्ट गर्दा मलाई सूचित गर्नुहोस्",
|
"account.enable_notifications": "@{name} ले पोस्ट गर्दा मलाई सूचित गर्नुहोस्",
|
||||||
"account.endorse": "प्रोफाइलमा फिचर गर्नुहोस्",
|
"account.endorse": "प्रोफाइलमा फिचर गर्नुहोस्",
|
||||||
|
"account.featured": "फिचर गरिएको",
|
||||||
|
"account.featured.accounts": "प्रोफाइलहरू",
|
||||||
|
"account.featured.hashtags": "ह्यासट्यागहरू",
|
||||||
"account.featured_tags.last_status_never": "कुनै पोस्ट छैन",
|
"account.featured_tags.last_status_never": "कुनै पोस्ट छैन",
|
||||||
"account.featured_tags.title": "{name}का विशेष ह्यासट्यागहरू",
|
"account.featured_tags.title": "{name}का विशेष ह्यासट्यागहरू",
|
||||||
"account.follow": "फलो गर्नुहोस",
|
"account.follow": "फलो गर्नुहोस",
|
||||||
"account.follow_back": "फलो ब्याक गर्नुहोस्",
|
"account.follow_back": "फलो ब्याक गर्नुहोस्",
|
||||||
"account.followers": "फलोअरहरु",
|
"account.followers": "फलोअरहरु",
|
||||||
"account.followers.empty": "यस प्रयोगकर्तालाई अहिलेसम्म कसैले फलो गर्दैन।",
|
"account.followers.empty": "यस प्रयोगकर्तालाई अहिलेसम्म कसैले फलो गरेको छैन।",
|
||||||
"account.followers_counter": "{count, plural, one {{counter} फलोअर} other {{counter} फलोअरहरू}}",
|
"account.followers_counter": "{count, plural, one {{counter} फलोअर} other {{counter} फलोअरहरू}}",
|
||||||
"account.following": "फलो गर्दै",
|
"account.following": "फलो गर्दै",
|
||||||
"account.following_counter": "{count, plural, one {{counter} फलो गर्दै} other {{counter} फलो गर्दै}}",
|
"account.following_counter": "{count, plural, one {{counter} फलो गर्दै} other {{counter} फलो गर्दै}}",
|
||||||
"account.follows.empty": "यो प्रयोगकर्ताले अहिलेसम्म कसैलाई फलो गरेको छैन।",
|
"account.follows.empty": "यो प्रयोगकर्ताले अहिलेसम्म कसैलाई फलो गरेको छैन।",
|
||||||
|
"account.follows_you": "तपाईलाई फलो गर्नुहुन्छ",
|
||||||
"account.go_to_profile": "प्रोफाइलमा जानुहोस्",
|
"account.go_to_profile": "प्रोफाइलमा जानुहोस्",
|
||||||
"account.hide_reblogs": "@{name} को बूस्टहरू लुकाउनुहोस्",
|
"account.hide_reblogs": "@{name} को बूस्टहरू लुकाउनुहोस्",
|
||||||
"account.in_memoriam": "सम्झनामा।",
|
"account.in_memoriam": "सम्झनामा।",
|
||||||
|
|
@ -43,9 +51,12 @@
|
||||||
"account.mute_notifications_short": "सूचनाहरू म्यूट गर्नुहोस्",
|
"account.mute_notifications_short": "सूचनाहरू म्यूट गर्नुहोस्",
|
||||||
"account.mute_short": "म्युट",
|
"account.mute_short": "म्युट",
|
||||||
"account.muted": "म्युट गरिएको",
|
"account.muted": "म्युट गरिएको",
|
||||||
|
"account.muting": "म्यूट गरिएको",
|
||||||
|
"account.mutual": "तपाईंहरु एकअर्कालाई फलो गर्नुहुन्छ",
|
||||||
"account.no_bio": "कुनै विवरण प्रदान गरिएको छैन।",
|
"account.no_bio": "कुनै विवरण प्रदान गरिएको छैन।",
|
||||||
"account.posts": "पोस्टहरू",
|
"account.posts": "पोस्टहरू",
|
||||||
"account.posts_with_replies": "पोस्ट र जवाफहरू",
|
"account.posts_with_replies": "पोस्ट र जवाफहरू",
|
||||||
|
"account.remove_from_followers": "{name}लाई फलोअरहरूबाट हटाउनुहोस्",
|
||||||
"account.report": "@{name}लाई रिपोर्ट गर्नुहोस्",
|
"account.report": "@{name}लाई रिपोर्ट गर्नुहोस्",
|
||||||
"account.requested": "स्वीकृतिको पर्खाइमा। फलो अनुरोध रद्द गर्न क्लिक गर्नुहोस्",
|
"account.requested": "स्वीकृतिको पर्खाइमा। फलो अनुरोध रद्द गर्न क्लिक गर्नुहोस्",
|
||||||
"account.requested_follow": "{name} ले तपाईंलाई फलो गर्न अनुरोध गर्नुभएको छ",
|
"account.requested_follow": "{name} ले तपाईंलाई फलो गर्न अनुरोध गर्नुभएको छ",
|
||||||
|
|
@ -54,6 +65,7 @@
|
||||||
"account.statuses_counter": "{count, plural, one {{counter} पोस्ट} other {{counter} पोस्टहरू}}",
|
"account.statuses_counter": "{count, plural, one {{counter} पोस्ट} other {{counter} पोस्टहरू}}",
|
||||||
"account.unblock": "@{name} लाई अनब्लक गर्नुहोस्",
|
"account.unblock": "@{name} लाई अनब्लक गर्नुहोस्",
|
||||||
"account.unblock_domain": "{domain} डोमेनलाई अनब्लक गर्नुहोस्",
|
"account.unblock_domain": "{domain} डोमेनलाई अनब्लक गर्नुहोस्",
|
||||||
|
"account.unblock_domain_short": "अनब्लक गर्नुहोस्",
|
||||||
"account.unblock_short": "अनब्लक गर्नुहोस्",
|
"account.unblock_short": "अनब्लक गर्नुहोस्",
|
||||||
"account.unendorse": "प्रोफाइलमा फिचर नगर्नुहोस्",
|
"account.unendorse": "प्रोफाइलमा फिचर नगर्नुहोस्",
|
||||||
"account.unfollow": "अनफलो गर्नुहोस्",
|
"account.unfollow": "अनफलो गर्नुहोस्",
|
||||||
|
|
@ -65,6 +77,7 @@
|
||||||
"admin.dashboard.retention.cohort_size": "नयाँ प्रयोगकर्ताहरू",
|
"admin.dashboard.retention.cohort_size": "नयाँ प्रयोगकर्ताहरू",
|
||||||
"alert.rate_limited.message": "कृपया {retry_time, time, medium} पछि पुन: प्रयास गर्नुहोस्।",
|
"alert.rate_limited.message": "कृपया {retry_time, time, medium} पछि पुन: प्रयास गर्नुहोस्।",
|
||||||
"alert.unexpected.message": "एउटा अनपेक्षित त्रुटि भयो।",
|
"alert.unexpected.message": "एउटा अनपेक्षित त्रुटि भयो।",
|
||||||
|
"alt_text_modal.cancel": "रद्द गर्नुहोस्",
|
||||||
"announcement.announcement": "घोषणा",
|
"announcement.announcement": "घोषणा",
|
||||||
"annual_report.summary.followers.followers": "फलोअरहरु",
|
"annual_report.summary.followers.followers": "फलोअरहरु",
|
||||||
"annual_report.summary.highlighted_post.by_reblogs": "सबैभन्दा बढि बूस्ट गरिएको पोस्ट",
|
"annual_report.summary.highlighted_post.by_reblogs": "सबैभन्दा बढि बूस्ट गरिएको पोस्ट",
|
||||||
|
|
@ -72,7 +85,10 @@
|
||||||
"block_modal.remote_users_caveat": "हामी सर्भर {domain} लाई तपाईंको निर्णयको सम्मान गर्न सोध्नेछौं। तर, हामी अनुपालनको ग्यारेन्टी दिन सक्दैनौं किनभने केही सर्भरहरूले ब्लकहरू फरक रूपमा ह्यान्डल गर्न सक्छन्। सार्वजनिक पोस्टहरू लग इन नभएका प्रयोगकर्ताहरूले देख्न सक्छन्।",
|
"block_modal.remote_users_caveat": "हामी सर्भर {domain} लाई तपाईंको निर्णयको सम्मान गर्न सोध्नेछौं। तर, हामी अनुपालनको ग्यारेन्टी दिन सक्दैनौं किनभने केही सर्भरहरूले ब्लकहरू फरक रूपमा ह्यान्डल गर्न सक्छन्। सार्वजनिक पोस्टहरू लग इन नभएका प्रयोगकर्ताहरूले देख्न सक्छन्।",
|
||||||
"block_modal.show_less": "कम देखाउनुहोस्",
|
"block_modal.show_less": "कम देखाउनुहोस्",
|
||||||
"block_modal.show_more": "थप देखाउनुहोस्",
|
"block_modal.show_more": "थप देखाउनुहोस्",
|
||||||
|
"block_modal.they_cant_mention": "तिनीहरूले तपाईंलाई उल्लेख गर्न वा फलो गर्न सक्दैनन्।",
|
||||||
|
"block_modal.they_will_know": "उनीहरूले उनीहरू ब्लक गरिएको देख्न सक्छन्।",
|
||||||
"block_modal.title": "प्रयोगकर्तालाई ब्लक गर्ने?",
|
"block_modal.title": "प्रयोगकर्तालाई ब्लक गर्ने?",
|
||||||
|
"block_modal.you_wont_see_mentions": "तपाईंले तिनीहरूलाई उल्लेख गरिएका पोस्टहरू देख्नुहुने छैन।",
|
||||||
"boost_modal.reblog": "पोस्ट बुस्ट गर्ने?",
|
"boost_modal.reblog": "पोस्ट बुस्ट गर्ने?",
|
||||||
"boost_modal.undo_reblog": "पोस्ट अनबुस्ट गर्ने?",
|
"boost_modal.undo_reblog": "पोस्ट अनबुस्ट गर्ने?",
|
||||||
"bundle_column_error.copy_stacktrace": "त्रुटि रिपोर्ट प्रतिलिपि गर्नुहोस्",
|
"bundle_column_error.copy_stacktrace": "त्रुटि रिपोर्ट प्रतिलिपि गर्नुहोस्",
|
||||||
|
|
@ -122,6 +138,7 @@
|
||||||
"confirmations.follow_to_list.confirm": "फलो गर्नुहोस र सूचीमा थप्नुहोस्",
|
"confirmations.follow_to_list.confirm": "फलो गर्नुहोस र सूचीमा थप्नुहोस्",
|
||||||
"confirmations.follow_to_list.message": "सूचीमा {name}लाई थप्नको लागि तपाईंले तिनीहरूलाई फलो गरेको हुनुपर्छ।",
|
"confirmations.follow_to_list.message": "सूचीमा {name}लाई थप्नको लागि तपाईंले तिनीहरूलाई फलो गरेको हुनुपर्छ।",
|
||||||
"confirmations.follow_to_list.title": "प्रयोगकर्तालाई फलो गर्ने?",
|
"confirmations.follow_to_list.title": "प्रयोगकर्तालाई फलो गर्ने?",
|
||||||
|
"confirmations.logout.confirm": "लग आउट",
|
||||||
"confirmations.logout.message": "के तपाइँ पक्का हुनुहुन्छ कि तपाइँ लाई लग आउट गर्न चाहनुहुन्छ?",
|
"confirmations.logout.message": "के तपाइँ पक्का हुनुहुन्छ कि तपाइँ लाई लग आउट गर्न चाहनुहुन्छ?",
|
||||||
"confirmations.logout.title": "लग आउट गर्ने?",
|
"confirmations.logout.title": "लग आउट गर्ने?",
|
||||||
"confirmations.mute.confirm": "म्यूट गर्नुहोस्",
|
"confirmations.mute.confirm": "म्यूट गर्नुहोस्",
|
||||||
|
|
@ -131,6 +148,7 @@
|
||||||
"confirmations.unfollow.message": "के तपाइँ पक्का हुनुहुन्छ कि तपाइँ {name}लाई अनफलो गर्न चाहनुहुन्छ?",
|
"confirmations.unfollow.message": "के तपाइँ पक्का हुनुहुन्छ कि तपाइँ {name}लाई अनफलो गर्न चाहनुहुन्छ?",
|
||||||
"confirmations.unfollow.title": "प्रयोगकर्तालाई अनफलो गर्ने?",
|
"confirmations.unfollow.title": "प्रयोगकर्तालाई अनफलो गर्ने?",
|
||||||
"disabled_account_banner.account_settings": "खाता सेटिङहरू",
|
"disabled_account_banner.account_settings": "खाता सेटिङहरू",
|
||||||
|
"empty_column.direct": "तपाईंले अहिलेसम्म कुनै पनि प्राइवेट उल्लेखहरू प्राप्त गर्नुभएको छैन। तपाईंले कुनै प्राप्त गरेपछि त्यो यहाँ देखिनेछ।",
|
||||||
"empty_column.follow_requests": "तपाईंले अहिलेसम्म कुनै पनि फलो अनुरोधहरू प्राप्त गर्नुभएको छैन। तपाईंले कुनै प्राप्त गरेपछि त्यो यहाँ देखिनेछ।",
|
"empty_column.follow_requests": "तपाईंले अहिलेसम्म कुनै पनि फलो अनुरोधहरू प्राप्त गर्नुभएको छैन। तपाईंले कुनै प्राप्त गरेपछि त्यो यहाँ देखिनेछ।",
|
||||||
"empty_column.followed_tags": "तपाईंले अहिलेसम्म कुनै पनि ह्यासट्यागहरू फलो गर्नुभएको छैन। तपाईंले ह्यासट्याग फलो गरेपछि तिनीहरू यहाँ देखिनेछन्।",
|
"empty_column.followed_tags": "तपाईंले अहिलेसम्म कुनै पनि ह्यासट्यागहरू फलो गर्नुभएको छैन। तपाईंले ह्यासट्याग फलो गरेपछि तिनीहरू यहाँ देखिनेछन्।",
|
||||||
"follow_suggestions.dismiss": "फेरि नदेखाउनुहोस्",
|
"follow_suggestions.dismiss": "फेरि नदेखाउनुहोस्",
|
||||||
|
|
@ -144,21 +162,42 @@
|
||||||
"hashtag.follow": "ह्यासट्याग फलो गर्नुहोस्",
|
"hashtag.follow": "ह्यासट्याग फलो गर्नुहोस्",
|
||||||
"hashtag.unfollow": "ह्यासट्याग अनफलो गर्नुहोस्",
|
"hashtag.unfollow": "ह्यासट्याग अनफलो गर्नुहोस्",
|
||||||
"home.column_settings.show_reblogs": "बूस्टहरू देखाउनुहोस्",
|
"home.column_settings.show_reblogs": "बूस्टहरू देखाउनुहोस्",
|
||||||
|
"ignore_notifications_modal.private_mentions_title": "अनावश्यक प्राइवेट उल्लेखहरूबाट आउने सूचनाहरूलाई बेवास्ता गर्न चाहनुहुन्छ?",
|
||||||
"interaction_modal.no_account_yet": "अहिलेसम्म खाता छैन?",
|
"interaction_modal.no_account_yet": "अहिलेसम्म खाता छैन?",
|
||||||
"interaction_modal.title.follow": "{name} लाई फलो गर्नुहोस्",
|
"interaction_modal.title.follow": "{name} लाई फलो गर्नुहोस्",
|
||||||
"interaction_modal.title.reblog": "{name} को पोस्ट बुस्ट गर्नुहोस्",
|
"interaction_modal.title.reblog": "{name} को पोस्ट बुस्ट गर्नुहोस्",
|
||||||
"keyboard_shortcuts.boost": "पोस्ट बुस्ट गर्नुहोस्",
|
"keyboard_shortcuts.boost": "पोस्ट बुस्ट गर्नुहोस्",
|
||||||
|
"keyboard_shortcuts.mention": "लेखकलाई उल्लेख गर्नुहोस्",
|
||||||
|
"mute_modal.they_can_mention_and_follow": "\n\nतिनीहरूले तपाईंलाई उल्लेख गर्न र फलो गर्न सक्छन्, तर तपाईंले तिनीहरूलाई देख्नुहुने छैन।",
|
||||||
"mute_modal.they_wont_know": "उनीहरूलाई म्यूट गरिएको बारे थाहा हुँदैन।",
|
"mute_modal.they_wont_know": "उनीहरूलाई म्यूट गरिएको बारे थाहा हुँदैन।",
|
||||||
"mute_modal.title": "प्रयोगकर्तालाई म्युट गर्ने?",
|
"mute_modal.title": "प्रयोगकर्तालाई म्युट गर्ने?",
|
||||||
|
"mute_modal.you_wont_see_mentions": "तपाईंले तिनीहरूलाई उल्लेख गरिएका पोस्टहरू देख्नुहुने छैन।",
|
||||||
"navigation_bar.blocks": "ब्लक गरिएको प्रयोगकर्ताहरु",
|
"navigation_bar.blocks": "ब्लक गरिएको प्रयोगकर्ताहरु",
|
||||||
|
"navigation_bar.direct": "प्राइवेट उल्लेखहरू",
|
||||||
"navigation_bar.follow_requests": "फलो अनुरोधहरू",
|
"navigation_bar.follow_requests": "फलो अनुरोधहरू",
|
||||||
"navigation_bar.followed_tags": "फलो गरिएका ह्यासट्यागहरू",
|
"navigation_bar.followed_tags": "फलो गरिएका ह्यासट्यागहरू",
|
||||||
|
"navigation_bar.logout": "लग आउट",
|
||||||
|
"notification.label.mention": "उल्लेख",
|
||||||
|
"notification.label.private_mention": "प्राइवेट उल्लेख",
|
||||||
|
"notification.mention": "उल्लेख",
|
||||||
|
"notification.mentioned_you": "{name} ले तपाईंलाई उल्लेख गर्नुभयो",
|
||||||
"notification.reblog": "{name} ले तपाईंको पोस्ट बूस्ट गर्नुभयो",
|
"notification.reblog": "{name} ले तपाईंको पोस्ट बूस्ट गर्नुभयो",
|
||||||
"notification_requests.confirm_accept_multiple.title": "सूचना अनुरोधहरू स्वीकार गर्ने?",
|
"notification_requests.confirm_accept_multiple.title": "सूचना अनुरोधहरू स्वीकार गर्ने?",
|
||||||
"notification_requests.confirm_dismiss_multiple.title": "सूचना अनुरोधहरू खारेज गर्ने?",
|
"notification_requests.confirm_dismiss_multiple.title": "सूचना अनुरोधहरू खारेज गर्ने?",
|
||||||
"notifications.clear_title": "सूचनाहरू खाली गर्ने?",
|
"notifications.clear_title": "सूचनाहरू खाली गर्ने?",
|
||||||
|
"notifications.column_settings.follow": "नयाँ फलोअरहरु:",
|
||||||
|
"notifications.column_settings.follow_request": "नयाँ फलोअर अनुरोधहरु",
|
||||||
|
"notifications.column_settings.mention": "उल्लेखहरू:",
|
||||||
"notifications.column_settings.reblog": "बूस्टहरू:",
|
"notifications.column_settings.reblog": "बूस्टहरू:",
|
||||||
"notifications.filter.boosts": "बूस्टहरू",
|
"notifications.filter.boosts": "बूस्टहरू",
|
||||||
|
"notifications.filter.mentions": "उल्लेखहरू",
|
||||||
|
"notifications.policy.filter_private_mentions_title": "अनावश्यक प्राइवेट उल्लेखहरू",
|
||||||
|
"onboarding.profile.note_hint": "तपाईं अन्य व्यक्तिहरूलाई @उल्लेख गर्न सक्नुहुन्छ वा #ह्यासट्यागहरू प्रयोग गर्न सक्नुहुन्छ…",
|
||||||
|
"privacy.direct.long": "पोस्टमा उल्लेख गरिएका सबैजना",
|
||||||
|
"privacy.direct.short": "प्राइवेट उल्लेख",
|
||||||
|
"privacy.private.long": "मात्र तपाईंको फलोअरहरु",
|
||||||
|
"privacy.private.short": "फलोअरहरु",
|
||||||
|
"reply_indicator.cancel": "रद्द गर्नुहोस्",
|
||||||
"report.comment.title": "के हामीले थाहा पाउनुपर्ने अरू केही छ जस्तो लाग्छ?",
|
"report.comment.title": "के हामीले थाहा पाउनुपर्ने अरू केही छ जस्तो लाग्छ?",
|
||||||
"report.forward_hint": "यो खाता अर्को सर्भरबाट हो। त्यहाँ पनि रिपोर्टको गुमनाम प्रतिलिपि पठाउने हो?",
|
"report.forward_hint": "यो खाता अर्को सर्भरबाट हो। त्यहाँ पनि रिपोर्टको गुमनाम प्रतिलिपि पठाउने हो?",
|
||||||
"report.rules.title": "कुन नियमहरू उल्लङ्घन भइरहेका छन्?",
|
"report.rules.title": "कुन नियमहरू उल्लङ्घन भइरहेका छन्?",
|
||||||
|
|
@ -166,12 +205,18 @@
|
||||||
"report.thanks.title": "यो हेर्न चाहनुहुन्न?",
|
"report.thanks.title": "यो हेर्न चाहनुहुन्न?",
|
||||||
"report.unfollow": "@{name} लाई अनफलो गर्नुहोस्",
|
"report.unfollow": "@{name} लाई अनफलो गर्नुहोस्",
|
||||||
"search_results.hashtags": "ह्यासट्यागहरू",
|
"search_results.hashtags": "ह्यासट्यागहरू",
|
||||||
|
"sign_in_banner.sign_in": "लगइन",
|
||||||
|
"sign_in_banner.sso_redirect": "लगइन वा दर्ता गर्नुहोस्",
|
||||||
"status.cancel_reblog_private": "अनबुस्ट गर्नुहोस्",
|
"status.cancel_reblog_private": "अनबुस्ट गर्नुहोस्",
|
||||||
"status.cannot_reblog": "यो पोस्टलाई बुस्ट गर्न सकिँदैन",
|
"status.cannot_reblog": "यो पोस्टलाई बुस्ट गर्न सकिँदैन",
|
||||||
|
"status.direct": "@{name} लाई प्राइवेट रूपमा उल्लेख गर्नुहोस्",
|
||||||
|
"status.direct_indicator": "प्राइवेट उल्लेख",
|
||||||
|
"status.mention": "@{name} लाई उल्लेख गर्नुहोस्",
|
||||||
"status.mute": "@{name}लाई म्यूट गर्नुहोस्",
|
"status.mute": "@{name}लाई म्यूट गर्नुहोस्",
|
||||||
"status.mute_conversation": "कुराकानी म्यूट गर्नुहोस्",
|
"status.mute_conversation": "कुराकानी म्यूट गर्नुहोस्",
|
||||||
"status.reblog": "बूस्ट गर्नुहोस्",
|
"status.reblog": "बूस्ट गर्नुहोस्",
|
||||||
"status.reblogged_by": "{name} ले बूस्ट गर्नुभएको",
|
"status.reblogged_by": "{name} ले बूस्ट गर्नुभएको",
|
||||||
"status.reblogs": "{count, plural, one {बूस्ट} other {बूस्टहरू}}",
|
"status.reblogs": "{count, plural, one {बूस्ट} other {बूस्टहरू}}",
|
||||||
|
"status.reblogs.empty": "यो पोस्टलाई अहिलेसम्म कसैले पनि बूस्ट गरेको छैन। कसैले बूस्ट गरेमा तिनीहरू यहाँ देखिनेछन्।",
|
||||||
"status.unmute_conversation": "कुराकानी अनम्यूट गर्नुहोस्"
|
"status.unmute_conversation": "कुराकानी अनम्यूट गर्नुहोस्"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -725,7 +725,7 @@
|
||||||
"poll.votes": "{votes, plural, one {# stem} other {# stemmen}}",
|
"poll.votes": "{votes, plural, one {# stem} other {# stemmen}}",
|
||||||
"poll_button.add_poll": "Peiling toevoegen",
|
"poll_button.add_poll": "Peiling toevoegen",
|
||||||
"poll_button.remove_poll": "Peiling verwijderen",
|
"poll_button.remove_poll": "Peiling verwijderen",
|
||||||
"privacy.change": "Zichtbaarheid van bericht aanpassen",
|
"privacy.change": "Privacy voor een bericht aanpassen",
|
||||||
"privacy.direct.long": "Alleen voor mensen die specifiek in het bericht worden vermeld",
|
"privacy.direct.long": "Alleen voor mensen die specifiek in het bericht worden vermeld",
|
||||||
"privacy.direct.short": "Privébericht",
|
"privacy.direct.short": "Privébericht",
|
||||||
"privacy.private.long": "Alleen jouw volgers",
|
"privacy.private.long": "Alleen jouw volgers",
|
||||||
|
|
|
||||||
|
|
@ -591,8 +591,8 @@
|
||||||
"notification.annual_report.view": "Sjå #Året ditt",
|
"notification.annual_report.view": "Sjå #Året ditt",
|
||||||
"notification.favourite": "{name} markerte innlegget ditt som favoritt",
|
"notification.favourite": "{name} markerte innlegget ditt som favoritt",
|
||||||
"notification.favourite.name_and_others_with_link": "{name} og <a>{count, plural, one {# annan} other {# andre}}</a> favorittmerka innlegget ditt",
|
"notification.favourite.name_and_others_with_link": "{name} og <a>{count, plural, one {# annan} other {# andre}}</a> favorittmerka innlegget ditt",
|
||||||
"notification.favourite_pm": "{name} favorittmerka den private nemninga di",
|
"notification.favourite_pm": "{name} favorittmerka den private omtalen din",
|
||||||
"notification.favourite_pm.name_and_others_with_link": "{name} og <a>{count, plural, one {# annan} other {# andre}}</a> favorittmerka den private nemninga di",
|
"notification.favourite_pm.name_and_others_with_link": "{name} og <a>{count, plural, one {# annan} other {# andre}}</a> favorittmerka den private omtalen din",
|
||||||
"notification.follow": "{name} fylgde deg",
|
"notification.follow": "{name} fylgde deg",
|
||||||
"notification.follow.name_and_others": "{name} og <a>{count, plural, one {# annan} other {# andre}}</a> fylgde deg",
|
"notification.follow.name_and_others": "{name} og <a>{count, plural, one {# annan} other {# andre}}</a> fylgde deg",
|
||||||
"notification.follow_request": "{name} har bedt om å fylgja deg",
|
"notification.follow_request": "{name} har bedt om å fylgja deg",
|
||||||
|
|
@ -654,7 +654,7 @@
|
||||||
"notifications.column_settings.follow": "Nye fylgjarar:",
|
"notifications.column_settings.follow": "Nye fylgjarar:",
|
||||||
"notifications.column_settings.follow_request": "Ny fylgjarførespurnader:",
|
"notifications.column_settings.follow_request": "Ny fylgjarførespurnader:",
|
||||||
"notifications.column_settings.group": "Gruppe",
|
"notifications.column_settings.group": "Gruppe",
|
||||||
"notifications.column_settings.mention": "Omtaler:",
|
"notifications.column_settings.mention": "Omtalar:",
|
||||||
"notifications.column_settings.poll": "Røysteresultat:",
|
"notifications.column_settings.poll": "Røysteresultat:",
|
||||||
"notifications.column_settings.push": "Pushvarsel",
|
"notifications.column_settings.push": "Pushvarsel",
|
||||||
"notifications.column_settings.reblog": "Framhevingar:",
|
"notifications.column_settings.reblog": "Framhevingar:",
|
||||||
|
|
@ -691,8 +691,8 @@
|
||||||
"notifications.policy.filter_not_followers_title": "Folk som ikkje fylgjer deg",
|
"notifications.policy.filter_not_followers_title": "Folk som ikkje fylgjer deg",
|
||||||
"notifications.policy.filter_not_following_hint": "Til du godkjenner dei manuelt",
|
"notifications.policy.filter_not_following_hint": "Til du godkjenner dei manuelt",
|
||||||
"notifications.policy.filter_not_following_title": "Folk du ikkje fylgjer",
|
"notifications.policy.filter_not_following_title": "Folk du ikkje fylgjer",
|
||||||
"notifications.policy.filter_private_mentions_hint": "Filtrert viss det ikkje er eit svar på dine eigne omtaler eller viss du fylgjer avsendaren",
|
"notifications.policy.filter_private_mentions_hint": "Filtrert viss det ikkje er eit svar på dine eigne omtalar eller viss du fylgjer avsendaren",
|
||||||
"notifications.policy.filter_private_mentions_title": "Masseutsende private omtaler",
|
"notifications.policy.filter_private_mentions_title": "Masseutsende private omtalar",
|
||||||
"notifications.policy.title": "Handter varsel frå…",
|
"notifications.policy.title": "Handter varsel frå…",
|
||||||
"notifications_permission_banner.enable": "Skru på skrivebordsvarsel",
|
"notifications_permission_banner.enable": "Skru på skrivebordsvarsel",
|
||||||
"notifications_permission_banner.how_to_control": "Aktiver skrivebordsvarsel for å få varsel når Mastodon ikkje er open. Du kan nøye bestemme kva samhandlingar som skal føre til skrivebordsvarsel gjennom {icon}-knappen ovanfor etter at varsel er aktivert.",
|
"notifications_permission_banner.how_to_control": "Aktiver skrivebordsvarsel for å få varsel når Mastodon ikkje er open. Du kan nøye bestemme kva samhandlingar som skal føre til skrivebordsvarsel gjennom {icon}-knappen ovanfor etter at varsel er aktivert.",
|
||||||
|
|
|
||||||
|
|
@ -224,6 +224,7 @@
|
||||||
"confirmations.discard_draft.edit.message": "Kontynuowanie spowoduje utratę wszystkich zmian wprowadzonych przez Ciebie w aktualnie edytowanym poście.",
|
"confirmations.discard_draft.edit.message": "Kontynuowanie spowoduje utratę wszystkich zmian wprowadzonych przez Ciebie w aktualnie edytowanym poście.",
|
||||||
"confirmations.discard_draft.edit.title": "Odrzucić zmiany w poście?",
|
"confirmations.discard_draft.edit.title": "Odrzucić zmiany w poście?",
|
||||||
"confirmations.discard_draft.post.cancel": "Wznów wersję roboczą",
|
"confirmations.discard_draft.post.cancel": "Wznów wersję roboczą",
|
||||||
|
"confirmations.discard_draft.post.message": "Kontynuacja odrzuci aktualnie tworzony post.",
|
||||||
"confirmations.discard_draft.post.title": "Anulować wersję roboczą?",
|
"confirmations.discard_draft.post.title": "Anulować wersję roboczą?",
|
||||||
"confirmations.discard_edit_media.confirm": "Odrzuć",
|
"confirmations.discard_edit_media.confirm": "Odrzuć",
|
||||||
"confirmations.discard_edit_media.message": "Masz niezapisane zmiany w opisie lub podglądzie, odrzucić je mimo to?",
|
"confirmations.discard_edit_media.message": "Masz niezapisane zmiany w opisie lub podglądzie, odrzucić je mimo to?",
|
||||||
|
|
@ -305,6 +306,9 @@
|
||||||
"emoji_button.search_results": "Wyniki wyszukiwania",
|
"emoji_button.search_results": "Wyniki wyszukiwania",
|
||||||
"emoji_button.symbols": "Symbole",
|
"emoji_button.symbols": "Symbole",
|
||||||
"emoji_button.travel": "Podróże i miejsca",
|
"emoji_button.travel": "Podróże i miejsca",
|
||||||
|
"empty_column.account_featured.me": "Niczego jeszcze nie poleciłeś. Czy wiesz, że możesz wyświetlać swoje hashtagi, z których korzystasz najbardziej, a nawet konta znajomego na swoim profilu?",
|
||||||
|
"empty_column.account_featured.other": "{acct} nie wyróżnił jeszcze nic. Czy wiesz, że możesz wyświetlać swoje hashtagi, z których korzystasz najbardziej, a nawet konta znajomego na swoim profilu?",
|
||||||
|
"empty_column.account_featured_other.unknown": "To konto nie zostało jeszcze wyróżnione.",
|
||||||
"empty_column.account_hides_collections": "Ta osoba postanowiła nie udostępniać tych informacji",
|
"empty_column.account_hides_collections": "Ta osoba postanowiła nie udostępniać tych informacji",
|
||||||
"empty_column.account_suspended": "Konto zawieszone",
|
"empty_column.account_suspended": "Konto zawieszone",
|
||||||
"empty_column.account_timeline": "Brak wpisów!",
|
"empty_column.account_timeline": "Brak wpisów!",
|
||||||
|
|
@ -560,6 +564,8 @@
|
||||||
"navigation_bar.follows_and_followers": "Obserwowani i obserwujący",
|
"navigation_bar.follows_and_followers": "Obserwowani i obserwujący",
|
||||||
"navigation_bar.import_export": "Import i eksport",
|
"navigation_bar.import_export": "Import i eksport",
|
||||||
"navigation_bar.lists": "Listy",
|
"navigation_bar.lists": "Listy",
|
||||||
|
"navigation_bar.live_feed_local": "Kanał na żywo (lokalny)",
|
||||||
|
"navigation_bar.live_feed_public": "Kanał na żywo (publiczny)",
|
||||||
"navigation_bar.logout": "Wyloguj",
|
"navigation_bar.logout": "Wyloguj",
|
||||||
"navigation_bar.moderation": "Moderacja",
|
"navigation_bar.moderation": "Moderacja",
|
||||||
"navigation_bar.more": "Więcej",
|
"navigation_bar.more": "Więcej",
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@
|
||||||
"alt_text_modal.add_text_from_image": "Adicione texto da imagem",
|
"alt_text_modal.add_text_from_image": "Adicione texto da imagem",
|
||||||
"alt_text_modal.cancel": "Cancelar",
|
"alt_text_modal.cancel": "Cancelar",
|
||||||
"alt_text_modal.change_thumbnail": "Alterar miniatura",
|
"alt_text_modal.change_thumbnail": "Alterar miniatura",
|
||||||
"alt_text_modal.describe_for_people_with_hearing_impairments": "…Descreva isso para pessoas com deficiências auditivas.…",
|
"alt_text_modal.describe_for_people_with_hearing_impairments": "Descreva isso para pessoas com deficiências auditivas...",
|
||||||
"alt_text_modal.describe_for_people_with_visual_impairments": "Descreva isso para pessoas com deficiências visuais…",
|
"alt_text_modal.describe_for_people_with_visual_impairments": "Descreva isso para pessoas com deficiências visuais…",
|
||||||
"alt_text_modal.done": "Feito",
|
"alt_text_modal.done": "Feito",
|
||||||
"announcement.announcement": "Comunicados",
|
"announcement.announcement": "Comunicados",
|
||||||
|
|
@ -306,6 +306,8 @@
|
||||||
"emoji_button.search_results": "Resultado da pesquisa",
|
"emoji_button.search_results": "Resultado da pesquisa",
|
||||||
"emoji_button.symbols": "Símbolos",
|
"emoji_button.symbols": "Símbolos",
|
||||||
"emoji_button.travel": "Viagem e Lugares",
|
"emoji_button.travel": "Viagem e Lugares",
|
||||||
|
"empty_column.account_featured.me": "Você ainda não destacou nada. Você sabia que pode destacar seus posts, hashtags que você mais usa e até mesmo contas de seus amigos no seu perfil?",
|
||||||
|
"empty_column.account_featured.other": "{acct} Ainda não destacou nada. Você sabia que pode destacar suas publicações, hashtags que você mais usa e até mesmo contas de seus amigos no seu perfil?",
|
||||||
"empty_column.account_featured_other.unknown": "Esta conta ainda não destacou nada.",
|
"empty_column.account_featured_other.unknown": "Esta conta ainda não destacou nada.",
|
||||||
"empty_column.account_hides_collections": "A pessoa optou por não disponibilizar esta informação",
|
"empty_column.account_hides_collections": "A pessoa optou por não disponibilizar esta informação",
|
||||||
"empty_column.account_suspended": "Conta suspensa",
|
"empty_column.account_suspended": "Conta suspensa",
|
||||||
|
|
@ -341,7 +343,9 @@
|
||||||
"explore.trending_tags": "Hashtags",
|
"explore.trending_tags": "Hashtags",
|
||||||
"featured_carousel.header": "{count, plural, one {Postagem fixada} other {Postagens fixadas}}",
|
"featured_carousel.header": "{count, plural, one {Postagem fixada} other {Postagens fixadas}}",
|
||||||
"featured_carousel.next": "Próximo",
|
"featured_carousel.next": "Próximo",
|
||||||
|
"featured_carousel.post": "Publicação",
|
||||||
"featured_carousel.previous": "Anterior",
|
"featured_carousel.previous": "Anterior",
|
||||||
|
"featured_carousel.slide": "{index} de {total}",
|
||||||
"filter_modal.added.context_mismatch_explanation": "Esta categoria de filtro não se aplica ao contexto no qual você acessou esta publicação. Se quiser que a publicação seja filtrada nesse contexto também, você terá que editar o filtro.",
|
"filter_modal.added.context_mismatch_explanation": "Esta categoria de filtro não se aplica ao contexto no qual você acessou esta publicação. Se quiser que a publicação seja filtrada nesse contexto também, você terá que editar o filtro.",
|
||||||
"filter_modal.added.context_mismatch_title": "Incompatibilidade de contexto!",
|
"filter_modal.added.context_mismatch_title": "Incompatibilidade de contexto!",
|
||||||
"filter_modal.added.expired_explanation": "Esta categoria de filtro expirou, você precisará alterar a data de expiração para aplicar.",
|
"filter_modal.added.expired_explanation": "Esta categoria de filtro expirou, você precisará alterar a data de expiração para aplicar.",
|
||||||
|
|
@ -422,6 +426,7 @@
|
||||||
"hints.profiles.see_more_posts": "Ver mais publicações em {domain}",
|
"hints.profiles.see_more_posts": "Ver mais publicações em {domain}",
|
||||||
"hints.threads.replies_may_be_missing": "Respostas de outros servidores podem estar faltando.",
|
"hints.threads.replies_may_be_missing": "Respostas de outros servidores podem estar faltando.",
|
||||||
"hints.threads.see_more": "Ver mais respostas no {domain}",
|
"hints.threads.see_more": "Ver mais respostas no {domain}",
|
||||||
|
"home.column_settings.show_quotes": "Mostrar citações",
|
||||||
"home.column_settings.show_reblogs": "Mostrar boosts",
|
"home.column_settings.show_reblogs": "Mostrar boosts",
|
||||||
"home.column_settings.show_replies": "Mostrar respostas",
|
"home.column_settings.show_replies": "Mostrar respostas",
|
||||||
"home.hide_announcements": "Ocultar comunicados",
|
"home.hide_announcements": "Ocultar comunicados",
|
||||||
|
|
@ -544,8 +549,10 @@
|
||||||
"mute_modal.you_wont_see_mentions": "Você não verá publicações que os mencionem.",
|
"mute_modal.you_wont_see_mentions": "Você não verá publicações que os mencionem.",
|
||||||
"mute_modal.you_wont_see_posts": "Eles ainda poderão ver suas publicações, mas você não verá as deles.",
|
"mute_modal.you_wont_see_posts": "Eles ainda poderão ver suas publicações, mas você não verá as deles.",
|
||||||
"navigation_bar.about": "Sobre",
|
"navigation_bar.about": "Sobre",
|
||||||
|
"navigation_bar.account_settings": "Senha e segurança",
|
||||||
"navigation_bar.administration": "Administração",
|
"navigation_bar.administration": "Administração",
|
||||||
"navigation_bar.advanced_interface": "Ativar na interface web avançada",
|
"navigation_bar.advanced_interface": "Ativar na interface web avançada",
|
||||||
|
"navigation_bar.automated_deletion": "Publicação de eliminação automático",
|
||||||
"navigation_bar.blocks": "Usuários bloqueados",
|
"navigation_bar.blocks": "Usuários bloqueados",
|
||||||
"navigation_bar.bookmarks": "Salvos",
|
"navigation_bar.bookmarks": "Salvos",
|
||||||
"navigation_bar.direct": "Menções privadas",
|
"navigation_bar.direct": "Menções privadas",
|
||||||
|
|
@ -555,14 +562,23 @@
|
||||||
"navigation_bar.follow_requests": "Seguidores pendentes",
|
"navigation_bar.follow_requests": "Seguidores pendentes",
|
||||||
"navigation_bar.followed_tags": "Hashtags seguidas",
|
"navigation_bar.followed_tags": "Hashtags seguidas",
|
||||||
"navigation_bar.follows_and_followers": "Segue e seguidores",
|
"navigation_bar.follows_and_followers": "Segue e seguidores",
|
||||||
|
"navigation_bar.import_export": "Importar e exportar",
|
||||||
"navigation_bar.lists": "Listas",
|
"navigation_bar.lists": "Listas",
|
||||||
|
"navigation_bar.live_feed_local": "Feed ao vivo (local)",
|
||||||
|
"navigation_bar.live_feed_public": "Feed ao vivo (público)",
|
||||||
"navigation_bar.logout": "Sair",
|
"navigation_bar.logout": "Sair",
|
||||||
"navigation_bar.moderation": "Moderação",
|
"navigation_bar.moderation": "Moderação",
|
||||||
"navigation_bar.more": "Mais",
|
"navigation_bar.more": "Mais",
|
||||||
"navigation_bar.mutes": "Usuários silenciados",
|
"navigation_bar.mutes": "Usuários silenciados",
|
||||||
"navigation_bar.opened_in_classic_interface": "Publicações, contas e outras páginas específicas são abertas por padrão na interface 'web' clássica.",
|
"navigation_bar.opened_in_classic_interface": "Publicações, contas e outras páginas específicas são abertas por padrão na interface 'web' clássica.",
|
||||||
"navigation_bar.preferences": "Preferências",
|
"navigation_bar.preferences": "Preferências",
|
||||||
|
"navigation_bar.privacy_and_reach": "Privacidade e alcance",
|
||||||
"navigation_bar.search": "Buscar",
|
"navigation_bar.search": "Buscar",
|
||||||
|
"navigation_bar.search_trends": "Pesquisa / Em alta",
|
||||||
|
"navigation_panel.collapse_followed_tags": "Recolher menu de hashtags seguidas",
|
||||||
|
"navigation_panel.collapse_lists": "Fechar lista de menu",
|
||||||
|
"navigation_panel.expand_followed_tags": "Expandir o menu de hashtags seguidas",
|
||||||
|
"navigation_panel.expand_lists": "Expandir lista de menu",
|
||||||
"not_signed_in_indicator.not_signed_in": "Você precisa se autenticar para acessar este recurso.",
|
"not_signed_in_indicator.not_signed_in": "Você precisa se autenticar para acessar este recurso.",
|
||||||
"notification.admin.report": "{name} denunciou {target}",
|
"notification.admin.report": "{name} denunciou {target}",
|
||||||
"notification.admin.report_account": "{name} reportou {count, plural, one {Um post} other {# posts}} de {target} para {category}",
|
"notification.admin.report_account": "{name} reportou {count, plural, one {Um post} other {# posts}} de {target} para {category}",
|
||||||
|
|
@ -789,6 +805,7 @@
|
||||||
"report_notification.categories.violation": "Violação de regra",
|
"report_notification.categories.violation": "Violação de regra",
|
||||||
"report_notification.categories.violation_sentence": "violação de regra",
|
"report_notification.categories.violation_sentence": "violação de regra",
|
||||||
"report_notification.open": "Abrir denúncia",
|
"report_notification.open": "Abrir denúncia",
|
||||||
|
"search.clear": "Limpar pesquisas",
|
||||||
"search.no_recent_searches": "Nenhuma busca recente",
|
"search.no_recent_searches": "Nenhuma busca recente",
|
||||||
"search.placeholder": "Pesquisar",
|
"search.placeholder": "Pesquisar",
|
||||||
"search.quick_action.account_search": "Perfis correspondentes a {x}",
|
"search.quick_action.account_search": "Perfis correspondentes a {x}",
|
||||||
|
|
@ -891,7 +908,10 @@
|
||||||
"subscribed_languages.save": "Salvar alterações",
|
"subscribed_languages.save": "Salvar alterações",
|
||||||
"subscribed_languages.target": "Alterar idiomas inscritos para {target}",
|
"subscribed_languages.target": "Alterar idiomas inscritos para {target}",
|
||||||
"tabs_bar.home": "Página inicial",
|
"tabs_bar.home": "Página inicial",
|
||||||
|
"tabs_bar.menu": "Menu",
|
||||||
"tabs_bar.notifications": "Notificações",
|
"tabs_bar.notifications": "Notificações",
|
||||||
|
"tabs_bar.publish": "Nova publicação",
|
||||||
|
"tabs_bar.search": "Buscar",
|
||||||
"terms_of_service.effective_as_of": "Em vigor a partir de {date}",
|
"terms_of_service.effective_as_of": "Em vigor a partir de {date}",
|
||||||
"terms_of_service.title": "Termos de serviço",
|
"terms_of_service.title": "Termos de serviço",
|
||||||
"terms_of_service.upcoming_changes_on": "Próximas mudanças em {date}",
|
"terms_of_service.upcoming_changes_on": "Próximas mudanças em {date}",
|
||||||
|
|
|
||||||
|
|
@ -347,14 +347,14 @@
|
||||||
"featured_carousel.previous": "Предыдущий",
|
"featured_carousel.previous": "Предыдущий",
|
||||||
"featured_carousel.slide": "{index} из {total}",
|
"featured_carousel.slide": "{index} из {total}",
|
||||||
"filter_modal.added.context_mismatch_explanation": "Этот фильтр не применяется в том контексте, в котором вы видели этот пост. Если вы хотите, чтобы пост был отфильтрован в текущем контексте, необходимо редактировать фильтр.",
|
"filter_modal.added.context_mismatch_explanation": "Этот фильтр не применяется в том контексте, в котором вы видели этот пост. Если вы хотите, чтобы пост был отфильтрован в текущем контексте, необходимо редактировать фильтр.",
|
||||||
"filter_modal.added.context_mismatch_title": "Несоответствие контекста!",
|
"filter_modal.added.context_mismatch_title": "Несоответствие контекста",
|
||||||
"filter_modal.added.expired_explanation": "Этот фильтр истёк. Чтобы он был применён, вам нужно изменить срок действия фильтра.",
|
"filter_modal.added.expired_explanation": "Этот фильтр истёк. Чтобы он был применён, вам нужно изменить срок действия фильтра.",
|
||||||
"filter_modal.added.expired_title": "Истёкший фильтр!",
|
"filter_modal.added.expired_title": "Истёкший фильтр",
|
||||||
"filter_modal.added.review_and_configure": "Для просмотра или редактирования этого фильтра перейдите в {settings_link}.",
|
"filter_modal.added.review_and_configure": "Для просмотра или редактирования этого фильтра перейдите в {settings_link}.",
|
||||||
"filter_modal.added.review_and_configure_title": "Настройки фильтра",
|
"filter_modal.added.review_and_configure_title": "Настройки фильтра",
|
||||||
"filter_modal.added.settings_link": "настройки",
|
"filter_modal.added.settings_link": "настройки",
|
||||||
"filter_modal.added.short_explanation": "Этот пост был добавлен к фильтру «{title}».",
|
"filter_modal.added.short_explanation": "Этот пост был добавлен к фильтру «{title}».",
|
||||||
"filter_modal.added.title": "Фильтр добавлен!",
|
"filter_modal.added.title": "Фильтр добавлен",
|
||||||
"filter_modal.select_filter.context_mismatch": "не применяется в этом контексте",
|
"filter_modal.select_filter.context_mismatch": "не применяется в этом контексте",
|
||||||
"filter_modal.select_filter.expired": "истёкший",
|
"filter_modal.select_filter.expired": "истёкший",
|
||||||
"filter_modal.select_filter.prompt_new": "Новый фильтр: {name}",
|
"filter_modal.select_filter.prompt_new": "Новый фильтр: {name}",
|
||||||
|
|
@ -432,7 +432,7 @@
|
||||||
"home.hide_announcements": "Скрыть объявления",
|
"home.hide_announcements": "Скрыть объявления",
|
||||||
"home.pending_critical_update.body": "Пожалуйста, обновите свой сервер Mastodon как можно скорее!",
|
"home.pending_critical_update.body": "Пожалуйста, обновите свой сервер Mastodon как можно скорее!",
|
||||||
"home.pending_critical_update.link": "Посмотреть обновления",
|
"home.pending_critical_update.link": "Посмотреть обновления",
|
||||||
"home.pending_critical_update.title": "Доступно критическое обновление безопасности!",
|
"home.pending_critical_update.title": "Доступно критическое обновление безопасности",
|
||||||
"home.show_announcements": "Показать объявления",
|
"home.show_announcements": "Показать объявления",
|
||||||
"ignore_notifications_modal.disclaimer": "Mastodon не может сообщить пользователям, что вы игнорируете их уведомления. Игнорирование уведомлений не остановит отправку самих сообщений.",
|
"ignore_notifications_modal.disclaimer": "Mastodon не может сообщить пользователям, что вы игнорируете их уведомления. Игнорирование уведомлений не остановит отправку самих сообщений.",
|
||||||
"ignore_notifications_modal.filter_instead": "Фильтровать",
|
"ignore_notifications_modal.filter_instead": "Фильтровать",
|
||||||
|
|
@ -587,7 +587,7 @@
|
||||||
"notification.admin.report_statuses_other": "{name} пожаловался (-лась) на {target}",
|
"notification.admin.report_statuses_other": "{name} пожаловался (-лась) на {target}",
|
||||||
"notification.admin.sign_up": "{name} зарегистрировался (-лась) на сервере",
|
"notification.admin.sign_up": "{name} зарегистрировался (-лась) на сервере",
|
||||||
"notification.admin.sign_up.name_and_others": "{name} и ещё {count, plural, one {# пользователь} few {# пользователя} other {# пользователей}} зарегистрировались на сервере",
|
"notification.admin.sign_up.name_and_others": "{name} и ещё {count, plural, one {# пользователь} few {# пользователя} other {# пользователей}} зарегистрировались на сервере",
|
||||||
"notification.annual_report.message": "#Wrapstodon за {year} год ждёт вас! Откройте для себя итоги и памятные моменты этого года в Mastodon!",
|
"notification.annual_report.message": "#Wrapstodon за {year} год ждёт вас! Откройте для себя итоги и памятные моменты этого года в Mastodon.",
|
||||||
"notification.annual_report.view": "Перейти к #Wrapstodon",
|
"notification.annual_report.view": "Перейти к #Wrapstodon",
|
||||||
"notification.favourite": "{name} добавил(а) ваш пост в избранное",
|
"notification.favourite": "{name} добавил(а) ваш пост в избранное",
|
||||||
"notification.favourite.name_and_others_with_link": "{name} и ещё <a>{count, plural, one {# пользователь} few {# пользователя} other {# пользователей}}</a> добавили ваш пост в избранное",
|
"notification.favourite.name_and_others_with_link": "{name} и ещё <a>{count, plural, one {# пользователь} few {# пользователя} other {# пользователей}}</a> добавили ваш пост в избранное",
|
||||||
|
|
@ -854,7 +854,7 @@
|
||||||
"status.direct": "Упомянуть @{name} лично",
|
"status.direct": "Упомянуть @{name} лично",
|
||||||
"status.direct_indicator": "Личное упоминание",
|
"status.direct_indicator": "Личное упоминание",
|
||||||
"status.edit": "Редактировать",
|
"status.edit": "Редактировать",
|
||||||
"status.edited": "Дата последнего изменения: {date}",
|
"status.edited": "Последнее изменение: {date}",
|
||||||
"status.edited_x_times": "{count, plural, one {{count} изменение} many {{count} изменений} other {{count} изменения}}",
|
"status.edited_x_times": "{count, plural, one {{count} изменение} many {{count} изменений} other {{count} изменения}}",
|
||||||
"status.embed": "Встроить на свой сайт",
|
"status.embed": "Встроить на свой сайт",
|
||||||
"status.favourite": "Добавить в избранное",
|
"status.favourite": "Добавить в избранное",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"about.blocks": "මැදිහත්කරණ සේවාදායක",
|
"about.blocks": "මැදිහත්කරණ සේවාදායක",
|
||||||
"about.contact": "සබඳතාව:",
|
"about.contact": "සබඳතාව:",
|
||||||
|
"about.default_locale": "Default",
|
||||||
"about.disclaimer": "මාස්ටඩන් යනු නිදහස් විවෘත මූලාශ්ර මෘදුකාංගයකි. එය මාස්ටඩන් gGmbH හි වෙළඳ නාමයකි.",
|
"about.disclaimer": "මාස්ටඩන් යනු නිදහස් විවෘත මූලාශ්ර මෘදුකාංගයකි. එය මාස්ටඩන් gGmbH හි වෙළඳ නාමයකි.",
|
||||||
"about.domain_blocks.no_reason_available": "හේතුව ලබා ගත නොහැක.",
|
"about.domain_blocks.no_reason_available": "හේතුව ලබා ගත නොහැක.",
|
||||||
"about.domain_blocks.preamble": "Mastodon සාමාන්යයෙන් ඔබට fediverse හි වෙනත් ඕනෑම සේවාදායකයකින් අන්තර්ගතයන් බැලීමට සහ පරිශීලකයින් සමඟ අන්තර් ක්රියා කිරීමට ඉඩ සලසයි. මෙම විශේෂිත සේවාදායකයේ සිදු කර ඇති ව්යතිරේක මේවාය.",
|
"about.domain_blocks.preamble": "Mastodon සාමාන්යයෙන් ඔබට fediverse හි වෙනත් ඕනෑම සේවාදායකයකින් අන්තර්ගතයන් බැලීමට සහ පරිශීලකයින් සමඟ අන්තර් ක්රියා කිරීමට ඉඩ සලසයි. මෙම විශේෂිත සේවාදායකයේ සිදු කර ඇති ව්යතිරේක මේවාය.",
|
||||||
|
|
|
||||||
|
|
@ -219,6 +219,13 @@
|
||||||
"confirmations.delete_list.confirm": "o weka",
|
"confirmations.delete_list.confirm": "o weka",
|
||||||
"confirmations.delete_list.message": "sina wile ala wile weka e lipu ni?",
|
"confirmations.delete_list.message": "sina wile ala wile weka e lipu ni?",
|
||||||
"confirmations.delete_list.title": "o weka ala weka e kulupu lipu?",
|
"confirmations.delete_list.title": "o weka ala weka e kulupu lipu?",
|
||||||
|
"confirmations.discard_draft.confirm": "o weka e toki ni",
|
||||||
|
"confirmations.discard_draft.edit.cancel": "o awen o ante",
|
||||||
|
"confirmations.discard_draft.edit.message": "sina awen e ni la ona li weka e ante sina pi tenpo ni lon toki ni.",
|
||||||
|
"confirmations.discard_draft.edit.title": "sina wile ala wile weka e ante toki?",
|
||||||
|
"confirmations.discard_draft.post.cancel": "awen la o sitelen",
|
||||||
|
"confirmations.discard_draft.post.message": "sina awen e ni la ona li weka e toki ni.",
|
||||||
|
"confirmations.discard_draft.post.title": "sina wile ala wile weka e toki ni?",
|
||||||
"confirmations.discard_edit_media.confirm": "o weka",
|
"confirmations.discard_edit_media.confirm": "o weka",
|
||||||
"confirmations.discard_edit_media.message": "toki sitelen anu lukin lili sitelen la ante pi awen ala li lon. sina wile weka e ante ni?",
|
"confirmations.discard_edit_media.message": "toki sitelen anu lukin lili sitelen la ante pi awen ala li lon. sina wile weka e ante ni?",
|
||||||
"confirmations.follow_to_list.confirm": "o kute, o pana tawa lipu jan",
|
"confirmations.follow_to_list.confirm": "o kute, o pana tawa lipu jan",
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,14 @@
|
||||||
{
|
{
|
||||||
"about.blocks": "باشقۇرۇلىدىغان مۇلازىمېتىر",
|
"about.blocks": "باشقۇرۇلىدىغان مۇلازىمېتىر",
|
||||||
"about.contact": "ئالاقە:",
|
"about.contact": "ئالاقە:",
|
||||||
|
"about.default_locale": "كۆڭۈلدىكى",
|
||||||
"about.disclaimer": "Mastodon ھەقسىز، ئوچۇق كودلۇق يۇمشاق دېتال تاۋار ماركىسى Mastodon gGmbH غا تەۋە.",
|
"about.disclaimer": "Mastodon ھەقسىز، ئوچۇق كودلۇق يۇمشاق دېتال تاۋار ماركىسى Mastodon gGmbH غا تەۋە.",
|
||||||
"about.domain_blocks.no_reason_available": "سەۋەبىنى ئىشلەتكىلى بولمايدۇ",
|
"about.domain_blocks.no_reason_available": "سەۋەبىنى ئىشلەتكىلى بولمايدۇ",
|
||||||
|
"about.language_label": "تىل",
|
||||||
"account.badges.bot": "ماشىنا ئادەم",
|
"account.badges.bot": "ماشىنا ئادەم",
|
||||||
|
"account.badges.group": "گۇرۇپپا",
|
||||||
|
"account.block": "@{name} نى توس",
|
||||||
|
"account.block_domain": "{domain} دائىرىنى توس",
|
||||||
"account.cancel_follow_request": "ئەگىشىش ئىلتىماسىدىن ۋاز كەچ",
|
"account.cancel_follow_request": "ئەگىشىش ئىلتىماسىدىن ۋاز كەچ",
|
||||||
"account.posts": "يازما",
|
"account.posts": "يازما",
|
||||||
"account.posts_with_replies": "يازما ۋە ئىنكاس",
|
"account.posts_with_replies": "يازما ۋە ئىنكاس",
|
||||||
|
|
|
||||||
|
|
@ -321,6 +321,7 @@
|
||||||
"explore.trending_links": "Новини",
|
"explore.trending_links": "Новини",
|
||||||
"explore.trending_statuses": "Дописи",
|
"explore.trending_statuses": "Дописи",
|
||||||
"explore.trending_tags": "Хештеґи",
|
"explore.trending_tags": "Хештеґи",
|
||||||
|
"featured_carousel.next": "Далі",
|
||||||
"filter_modal.added.context_mismatch_explanation": "Ця категорія фільтра не застосовується до контексту, в якому ви отримали доступ до цього допису. Якщо ви хочете, щоб дописи також фільтрувалися за цим контекстом, вам доведеться редагувати фільтр.",
|
"filter_modal.added.context_mismatch_explanation": "Ця категорія фільтра не застосовується до контексту, в якому ви отримали доступ до цього допису. Якщо ви хочете, щоб дописи також фільтрувалися за цим контекстом, вам доведеться редагувати фільтр.",
|
||||||
"filter_modal.added.context_mismatch_title": "Невідповідність контексту!",
|
"filter_modal.added.context_mismatch_title": "Невідповідність контексту!",
|
||||||
"filter_modal.added.expired_explanation": "Категорія цього фільтра застаріла, Вам потрібно змінити дату закінчення терміну дії, щоб застосувати її.",
|
"filter_modal.added.expired_explanation": "Категорія цього фільтра застаріла, Вам потрібно змінити дату закінчення терміну дії, щоб застосувати її.",
|
||||||
|
|
@ -843,6 +844,7 @@
|
||||||
"status.open": "Розгорнути допис",
|
"status.open": "Розгорнути допис",
|
||||||
"status.pin": "Закріпити у профілі",
|
"status.pin": "Закріпити у профілі",
|
||||||
"status.quote_error.filtered": "Приховано через один з ваших фільтрів",
|
"status.quote_error.filtered": "Приховано через один з ваших фільтрів",
|
||||||
|
"status.quote_error.not_found": ".",
|
||||||
"status.quote_post_author": "@{name} опублікував допис",
|
"status.quote_post_author": "@{name} опублікував допис",
|
||||||
"status.read_more": "Дізнатися більше",
|
"status.read_more": "Дізнатися більше",
|
||||||
"status.reblog": "Поширити",
|
"status.reblog": "Поширити",
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
"account.edit_profile": "修改个人资料",
|
"account.edit_profile": "修改个人资料",
|
||||||
"account.enable_notifications": "当 @{name} 发布嘟文时通知我",
|
"account.enable_notifications": "当 @{name} 发布嘟文时通知我",
|
||||||
"account.endorse": "在个人资料中推荐此用户",
|
"account.endorse": "在个人资料中推荐此用户",
|
||||||
|
"account.familiar_followers_many": "被 {name1}、{name2}、及 {othersCount, plural, other {其他你认识的 # 人}} 关注",
|
||||||
"account.familiar_followers_one": "{name1} 关注了此账号",
|
"account.familiar_followers_one": "{name1} 关注了此账号",
|
||||||
"account.familiar_followers_two": "{name1} 和 {name2} 关注了此账号",
|
"account.familiar_followers_two": "{name1} 和 {name2} 关注了此账号",
|
||||||
"account.featured": "精选",
|
"account.featured": "精选",
|
||||||
|
|
@ -149,7 +150,7 @@
|
||||||
"bundle_column_error.routing.body": "找不到请求的页面。你确定地址栏中的网址输入正确吗?",
|
"bundle_column_error.routing.body": "找不到请求的页面。你确定地址栏中的网址输入正确吗?",
|
||||||
"bundle_column_error.routing.title": "404",
|
"bundle_column_error.routing.title": "404",
|
||||||
"bundle_modal_error.close": "关闭",
|
"bundle_modal_error.close": "关闭",
|
||||||
"bundle_modal_error.message": "载入此页面时发生了错误。",
|
"bundle_modal_error.message": "加载此页面时发生了错误。",
|
||||||
"bundle_modal_error.retry": "重试",
|
"bundle_modal_error.retry": "重试",
|
||||||
"closed_registrations.other_server_instructions": "基于 Mastodon 去中心化的特性,你可以其他服务器上创建账号,并继续与此服务器互动。",
|
"closed_registrations.other_server_instructions": "基于 Mastodon 去中心化的特性,你可以其他服务器上创建账号,并继续与此服务器互动。",
|
||||||
"closed_registrations_modal.description": "你目前无法在 {domain} 上创建账号,但请注意,使用 Mastodon 并非需要专门在 {domain} 上注册账号。",
|
"closed_registrations_modal.description": "你目前无法在 {domain} 上创建账号,但请注意,使用 Mastodon 并非需要专门在 {domain} 上注册账号。",
|
||||||
|
|
@ -220,7 +221,11 @@
|
||||||
"confirmations.delete_list.title": "确定要删除列表?",
|
"confirmations.delete_list.title": "确定要删除列表?",
|
||||||
"confirmations.discard_draft.confirm": "放弃并继续",
|
"confirmations.discard_draft.confirm": "放弃并继续",
|
||||||
"confirmations.discard_draft.edit.cancel": "恢复编辑",
|
"confirmations.discard_draft.edit.cancel": "恢复编辑",
|
||||||
|
"confirmations.discard_draft.edit.message": "继续将丢弃您对您正在编辑的嘟文所作的任何更改。",
|
||||||
|
"confirmations.discard_draft.edit.title": "是否丢弃您对嘟文的更改?",
|
||||||
"confirmations.discard_draft.post.cancel": "恢复草稿",
|
"confirmations.discard_draft.post.cancel": "恢复草稿",
|
||||||
|
"confirmations.discard_draft.post.message": "继续将丢弃您正在编辑的嘟文。",
|
||||||
|
"confirmations.discard_draft.post.title": "丢弃您的嘟文草稿?",
|
||||||
"confirmations.discard_edit_media.confirm": "丢弃",
|
"confirmations.discard_edit_media.confirm": "丢弃",
|
||||||
"confirmations.discard_edit_media.message": "你还有未保存的媒体描述或预览修改,仍要丢弃吗?",
|
"confirmations.discard_edit_media.message": "你还有未保存的媒体描述或预览修改,仍要丢弃吗?",
|
||||||
"confirmations.follow_to_list.confirm": "关注并添加到列表",
|
"confirmations.follow_to_list.confirm": "关注并添加到列表",
|
||||||
|
|
@ -301,9 +306,9 @@
|
||||||
"emoji_button.search_results": "搜索结果",
|
"emoji_button.search_results": "搜索结果",
|
||||||
"emoji_button.symbols": "符号",
|
"emoji_button.symbols": "符号",
|
||||||
"emoji_button.travel": "旅行与地点",
|
"emoji_button.travel": "旅行与地点",
|
||||||
"empty_column.account_featured.me": "你尚未设置任何精选。你知道吗?你也可以将自己最常使用的话题标签,甚至是好友的帐号,在你的个人主页上设为精选。",
|
"empty_column.account_featured.me": "你尚未设置任何精选。你知道吗?你也可以将自己最常使用的话题标签,甚至是好友的账号,在你的个人主页上设为精选。",
|
||||||
"empty_column.account_featured.other": "{acct} 尚未设置任何精选。你知道吗?你也可以将自己最常使用的话题标签,甚至是好友的帐号,在你的个人主页上设为精选。",
|
"empty_column.account_featured.other": "{acct} 尚未设置任何精选。你知道吗?你也可以将自己最常使用的话题标签,甚至是好友的账号,在你的个人主页上设为精选。",
|
||||||
"empty_column.account_featured_other.unknown": "该用户尚未设置任何精选。",
|
"empty_column.account_featured_other.unknown": "此账号尚未设置任何精选。",
|
||||||
"empty_column.account_hides_collections": "该用户选择不公开此信息",
|
"empty_column.account_hides_collections": "该用户选择不公开此信息",
|
||||||
"empty_column.account_suspended": "账号已被停用",
|
"empty_column.account_suspended": "账号已被停用",
|
||||||
"empty_column.account_timeline": "这里没有嘟文!",
|
"empty_column.account_timeline": "这里没有嘟文!",
|
||||||
|
|
@ -336,6 +341,7 @@
|
||||||
"explore.trending_links": "新闻",
|
"explore.trending_links": "新闻",
|
||||||
"explore.trending_statuses": "嘟文",
|
"explore.trending_statuses": "嘟文",
|
||||||
"explore.trending_tags": "话题",
|
"explore.trending_tags": "话题",
|
||||||
|
"featured_carousel.header": "{count, plural, other {# 条置顶嘟文}}",
|
||||||
"featured_carousel.next": "下一步",
|
"featured_carousel.next": "下一步",
|
||||||
"featured_carousel.post": "发嘟",
|
"featured_carousel.post": "发嘟",
|
||||||
"featured_carousel.previous": "上一步",
|
"featured_carousel.previous": "上一步",
|
||||||
|
|
@ -393,6 +399,7 @@
|
||||||
"getting_started.heading": "开始使用",
|
"getting_started.heading": "开始使用",
|
||||||
"hashtag.admin_moderation": "打开 #{name} 的管理界面",
|
"hashtag.admin_moderation": "打开 #{name} 的管理界面",
|
||||||
"hashtag.browse": "浏览#{hashtag}中的贴子",
|
"hashtag.browse": "浏览#{hashtag}中的贴子",
|
||||||
|
"hashtag.browse_from_account": "浏览#{hashtag}中来自@{name}的贴子",
|
||||||
"hashtag.column_header.tag_mode.all": "以及 {additional}",
|
"hashtag.column_header.tag_mode.all": "以及 {additional}",
|
||||||
"hashtag.column_header.tag_mode.any": "或是 {additional}",
|
"hashtag.column_header.tag_mode.any": "或是 {additional}",
|
||||||
"hashtag.column_header.tag_mode.none": "而不用 {additional}",
|
"hashtag.column_header.tag_mode.none": "而不用 {additional}",
|
||||||
|
|
@ -557,6 +564,8 @@
|
||||||
"navigation_bar.follows_and_followers": "关注与关注者",
|
"navigation_bar.follows_and_followers": "关注与关注者",
|
||||||
"navigation_bar.import_export": "导入与导出",
|
"navigation_bar.import_export": "导入与导出",
|
||||||
"navigation_bar.lists": "列表",
|
"navigation_bar.lists": "列表",
|
||||||
|
"navigation_bar.live_feed_local": "实时动态(本站)",
|
||||||
|
"navigation_bar.live_feed_public": "实时动态(公开)",
|
||||||
"navigation_bar.logout": "退出登录",
|
"navigation_bar.logout": "退出登录",
|
||||||
"navigation_bar.moderation": "审核",
|
"navigation_bar.moderation": "审核",
|
||||||
"navigation_bar.more": "更多",
|
"navigation_bar.more": "更多",
|
||||||
|
|
@ -566,7 +575,9 @@
|
||||||
"navigation_bar.privacy_and_reach": "隐私与可达性",
|
"navigation_bar.privacy_and_reach": "隐私与可达性",
|
||||||
"navigation_bar.search": "搜索",
|
"navigation_bar.search": "搜索",
|
||||||
"navigation_bar.search_trends": "搜索/热门趋势",
|
"navigation_bar.search_trends": "搜索/热门趋势",
|
||||||
|
"navigation_panel.collapse_followed_tags": "收起已关注话题菜单",
|
||||||
"navigation_panel.collapse_lists": "收起菜单列表",
|
"navigation_panel.collapse_lists": "收起菜单列表",
|
||||||
|
"navigation_panel.expand_followed_tags": "展开已关注话题菜单",
|
||||||
"navigation_panel.expand_lists": "展开菜单列表",
|
"navigation_panel.expand_lists": "展开菜单列表",
|
||||||
"not_signed_in_indicator.not_signed_in": "你需要登录才能访问此资源。",
|
"not_signed_in_indicator.not_signed_in": "你需要登录才能访问此资源。",
|
||||||
"notification.admin.report": "{name} 举报了 {target}",
|
"notification.admin.report": "{name} 举报了 {target}",
|
||||||
|
|
@ -862,10 +873,10 @@
|
||||||
"status.open": "展开嘟文",
|
"status.open": "展开嘟文",
|
||||||
"status.pin": "在个人资料页面置顶",
|
"status.pin": "在个人资料页面置顶",
|
||||||
"status.quote_error.filtered": "已根据你的筛选器过滤",
|
"status.quote_error.filtered": "已根据你的筛选器过滤",
|
||||||
"status.quote_error.not_found": "无法显示这篇贴文。",
|
"status.quote_error.not_found": "无法显示这篇嘟文。",
|
||||||
"status.quote_error.pending_approval": "此嘟文正在等待原作者批准。",
|
"status.quote_error.pending_approval": "此嘟文正在等待原作者批准。",
|
||||||
"status.quote_error.rejected": "由于原作者不允许引用转发,无法显示这篇贴文。",
|
"status.quote_error.rejected": "由于原作者不允许引用转发,无法显示这篇嘟文。",
|
||||||
"status.quote_error.removed": "该帖子已被作者删除。",
|
"status.quote_error.removed": "该嘟文已被作者删除。",
|
||||||
"status.quote_error.unauthorized": "你无权查看此嘟文,因此无法显示。",
|
"status.quote_error.unauthorized": "你无权查看此嘟文,因此无法显示。",
|
||||||
"status.quote_post_author": "{name} 的嘟文",
|
"status.quote_post_author": "{name} 的嘟文",
|
||||||
"status.read_more": "查看更多",
|
"status.read_more": "查看更多",
|
||||||
|
|
@ -903,7 +914,7 @@
|
||||||
"tabs_bar.search": "搜索",
|
"tabs_bar.search": "搜索",
|
||||||
"terms_of_service.effective_as_of": "自 {date} 起生效",
|
"terms_of_service.effective_as_of": "自 {date} 起生效",
|
||||||
"terms_of_service.title": "服务条款",
|
"terms_of_service.title": "服务条款",
|
||||||
"terms_of_service.upcoming_changes_on": "将于 {date} 进行变更",
|
"terms_of_service.upcoming_changes_on": "{date} 起即将生效的更改",
|
||||||
"time_remaining.days": "剩余 {number, plural, other {# 天}}",
|
"time_remaining.days": "剩余 {number, plural, other {# 天}}",
|
||||||
"time_remaining.hours": "剩余 {number, plural, other {# 小时}}",
|
"time_remaining.hours": "剩余 {number, plural, other {# 小时}}",
|
||||||
"time_remaining.minutes": "剩余 {number, plural, other {# 分钟}}",
|
"time_remaining.minutes": "剩余 {number, plural, other {# 分钟}}",
|
||||||
|
|
|
||||||
|
|
@ -501,8 +501,13 @@ export const composeReducer = (state = initialState, action) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (action.status.get('poll')) {
|
if (action.status.get('poll')) {
|
||||||
|
let options = ImmutableList(action.status.get('poll').options.map(x => x.title));
|
||||||
|
if (options.size < action.maxOptions) {
|
||||||
|
options = options.push('');
|
||||||
|
}
|
||||||
|
|
||||||
map.set('poll', ImmutableMap({
|
map.set('poll', ImmutableMap({
|
||||||
options: ImmutableList(action.status.get('poll').options.map(x => x.title)),
|
options: options,
|
||||||
multiple: action.status.get('poll').multiple,
|
multiple: action.status.get('poll').multiple,
|
||||||
expires_in: expiresInFromExpiresAt(action.status.get('poll').expires_at),
|
expires_in: expiresInFromExpiresAt(action.status.get('poll').expires_at),
|
||||||
}));
|
}));
|
||||||
|
|
@ -530,8 +535,13 @@ export const composeReducer = (state = initialState, action) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (action.status.get('poll')) {
|
if (action.status.get('poll')) {
|
||||||
|
let options = ImmutableList(action.status.get('poll').options.map(x => x.title));
|
||||||
|
if (options.size < action.maxOptions) {
|
||||||
|
options = options.push('');
|
||||||
|
}
|
||||||
|
|
||||||
map.set('poll', ImmutableMap({
|
map.set('poll', ImmutableMap({
|
||||||
options: ImmutableList(action.status.get('poll').options.map(x => x.title)),
|
options: options,
|
||||||
multiple: action.status.get('poll').multiple,
|
multiple: action.status.get('poll').multiple,
|
||||||
expires_in: expiresInFromExpiresAt(action.status.get('poll').expires_at),
|
expires_in: expiresInFromExpiresAt(action.status.get('poll').expires_at),
|
||||||
}));
|
}));
|
||||||
|
|
|
||||||
|
|
@ -73,8 +73,15 @@ export default function statuses(state = initialState, action) {
|
||||||
switch(action.type) {
|
switch(action.type) {
|
||||||
case STATUS_FETCH_REQUEST:
|
case STATUS_FETCH_REQUEST:
|
||||||
return state.setIn([action.id, 'isLoading'], true);
|
return state.setIn([action.id, 'isLoading'], true);
|
||||||
case STATUS_FETCH_FAIL:
|
case STATUS_FETCH_FAIL: {
|
||||||
return state.delete(action.id);
|
if (action.parentQuotePostId && action.error.status === 404) {
|
||||||
|
return state
|
||||||
|
.delete(action.id)
|
||||||
|
.setIn([action.parentQuotePostId, 'quote', 'state'], 'deleted')
|
||||||
|
} else {
|
||||||
|
return state.delete(action.id);
|
||||||
|
}
|
||||||
|
}
|
||||||
case STATUS_IMPORT:
|
case STATUS_IMPORT:
|
||||||
return importStatus(state, action.status);
|
return importStatus(state, action.status);
|
||||||
case STATUSES_IMPORT:
|
case STATUSES_IMPORT:
|
||||||
|
|
|
||||||
|
|
@ -1872,7 +1872,7 @@ a.sparkline {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
|
||||||
li {
|
> li {
|
||||||
counter-increment: step 1;
|
counter-increment: step 1;
|
||||||
padding-inline-start: 2.5rem;
|
padding-inline-start: 2.5rem;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|
|
||||||
|
|
@ -2333,6 +2333,7 @@ a .account__avatar {
|
||||||
.detailed-status__display-name,
|
.detailed-status__display-name,
|
||||||
.detailed-status__datetime,
|
.detailed-status__datetime,
|
||||||
.detailed-status__application,
|
.detailed-status__application,
|
||||||
|
.detailed-status__link,
|
||||||
.account__display-name {
|
.account__display-name {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
@ -2365,7 +2366,8 @@ a.account__display-name {
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailed-status__application,
|
.detailed-status__application,
|
||||||
.detailed-status__datetime {
|
.detailed-status__datetime,
|
||||||
|
.detailed-status__link {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2551,8 +2553,9 @@ a.account__display-name {
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__relative-time,
|
.status__relative-time,
|
||||||
.detailed-status__datetime {
|
.detailed-status__datetime,
|
||||||
&:hover {
|
.detailed-status__link {
|
||||||
|
&:is(a):hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,8 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.editable {
|
&.editable,
|
||||||
|
&.disabled {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
@ -159,7 +160,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__option.editable &__input {
|
&__option.editable &__input,
|
||||||
|
&__option.disabled &__input {
|
||||||
&:active,
|
&:active,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
||||||
|
|
@ -56,11 +56,10 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
|
||||||
process_audience
|
process_audience
|
||||||
|
|
||||||
ApplicationRecord.transaction do
|
ApplicationRecord.transaction do
|
||||||
@status = Status.create!(@params)
|
@status = Status.create!(@params.merge(quote: @quote))
|
||||||
attach_tags(@status)
|
attach_tags(@status)
|
||||||
attach_mentions(@status)
|
attach_mentions(@status)
|
||||||
attach_counts(@status)
|
attach_counts(@status)
|
||||||
attach_quote(@status)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
resolve_thread(@status)
|
resolve_thread(@status)
|
||||||
|
|
@ -202,13 +201,6 @@ class ActivityPub::Activity::Create < ActivityPub::Activity
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def attach_quote(status)
|
|
||||||
return if @quote.nil?
|
|
||||||
|
|
||||||
@quote.status = status
|
|
||||||
@quote.save
|
|
||||||
end
|
|
||||||
|
|
||||||
def process_tags
|
def process_tags
|
||||||
return if @object['tag'].nil?
|
return if @object['tag'].nil?
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@ class ActivityPub::Activity::Delete < ActivityPub::Activity
|
||||||
|
|
||||||
ActivityPub::Forwarder.new(@account, @json, @quote.status).forward!
|
ActivityPub::Forwarder.new(@account, @json, @quote.status).forward!
|
||||||
@quote.reject!
|
@quote.reject!
|
||||||
|
DistributionWorker.perform_async(@quote.status_id, { 'update' => true })
|
||||||
end
|
end
|
||||||
|
|
||||||
def forwarder
|
def forwarder
|
||||||
|
|
|
||||||
|
|
@ -57,8 +57,16 @@ class Antispam
|
||||||
end
|
end
|
||||||
|
|
||||||
def report_if_needed!(account)
|
def report_if_needed!(account)
|
||||||
return if Report.unresolved.exists?(account: Account.representative, target_account: account)
|
return if system_reports.unresolved.exists?(target_account: account)
|
||||||
|
|
||||||
Report.create!(account: Account.representative, target_account: account, category: :spam, comment: 'Account automatically reported for posting a banned URL')
|
system_reports.create!(
|
||||||
|
category: :spam,
|
||||||
|
comment: 'Account automatically reported for posting a banned URL',
|
||||||
|
target_account: account
|
||||||
|
)
|
||||||
|
end
|
||||||
|
|
||||||
|
def system_reports
|
||||||
|
Account.representative.reports
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@ class Account < ApplicationRecord
|
||||||
|
|
||||||
# Local user validations
|
# Local user validations
|
||||||
validates :username, format: { with: /\A[a-z0-9_]+\z/i }, length: { maximum: USERNAME_LENGTH_LIMIT }, if: -> { local? && will_save_change_to_username? && !actor_type_application? }
|
validates :username, format: { with: /\A[a-z0-9_]+\z/i }, length: { maximum: USERNAME_LENGTH_LIMIT }, if: -> { local? && will_save_change_to_username? && !actor_type_application? }
|
||||||
validates_with UnreservedUsernameValidator, if: -> { local? && will_save_change_to_username? && !actor_type_application? }
|
validates_with UnreservedUsernameValidator, if: -> { local? && will_save_change_to_username? && !actor_type_application? && !user&.bypass_registration_checks }
|
||||||
validates :display_name, length: { maximum: DISPLAY_NAME_LENGTH_LIMIT }, if: -> { local? && will_save_change_to_display_name? }
|
validates :display_name, length: { maximum: DISPLAY_NAME_LENGTH_LIMIT }, if: -> { local? && will_save_change_to_display_name? }
|
||||||
validates :note, note_length: { maximum: NOTE_LENGTH_LIMIT }, if: -> { local? && will_save_change_to_note? }
|
validates :note, note_length: { maximum: NOTE_LENGTH_LIMIT }, if: -> { local? && will_save_change_to_note? }
|
||||||
validates :fields, length: { maximum: DEFAULT_FIELDS_SIZE }, if: -> { local? && will_save_change_to_fields? }
|
validates :fields, length: { maximum: DEFAULT_FIELDS_SIZE }, if: -> { local? && will_save_change_to_fields? }
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@ class Status < ApplicationRecord
|
||||||
has_one :quote, inverse_of: :status, dependent: :destroy
|
has_one :quote, inverse_of: :status, dependent: :destroy
|
||||||
|
|
||||||
validates :uri, uniqueness: true, presence: true, unless: :local?
|
validates :uri, uniqueness: true, presence: true, unless: :local?
|
||||||
validates :text, presence: true, unless: -> { with_media? || reblog? }
|
validates :text, presence: true, unless: -> { with_media? || reblog? || with_quote? }
|
||||||
validates_with StatusLengthValidator
|
validates_with StatusLengthValidator
|
||||||
validates_with DisallowedHashtagsValidator
|
validates_with DisallowedHashtagsValidator
|
||||||
validates :reblog, uniqueness: { scope: :account }, if: :reblog?
|
validates :reblog, uniqueness: { scope: :account }, if: :reblog?
|
||||||
|
|
@ -256,6 +256,10 @@ class Status < ApplicationRecord
|
||||||
ordered_media_attachments.any?
|
ordered_media_attachments.any?
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def with_quote?
|
||||||
|
quote.present?
|
||||||
|
end
|
||||||
|
|
||||||
def with_preview_card?
|
def with_preview_card?
|
||||||
preview_cards_status.present?
|
preview_cards_status.present?
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -43,12 +43,36 @@ class StatusEdit < ApplicationRecord
|
||||||
scope :ordered, -> { order(id: :asc) }
|
scope :ordered, -> { order(id: :asc) }
|
||||||
|
|
||||||
delegate :local?, :application, :edited?, :edited_at,
|
delegate :local?, :application, :edited?, :edited_at,
|
||||||
:discarded?, :visibility, :language, to: :status
|
:discarded?, :reply?, :visibility, :language, to: :status
|
||||||
|
|
||||||
|
def with_media?
|
||||||
|
ordered_media_attachments.any?
|
||||||
|
end
|
||||||
|
|
||||||
|
def with_poll?
|
||||||
|
poll_options.present?
|
||||||
|
end
|
||||||
|
|
||||||
|
def poll
|
||||||
|
return @poll if defined?(@poll)
|
||||||
|
return @poll = nil if poll_options.blank?
|
||||||
|
|
||||||
|
@poll = Poll.new({
|
||||||
|
options: poll_options,
|
||||||
|
account_id: account_id,
|
||||||
|
status_id: status_id,
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
|
alias preloadable_poll poll
|
||||||
|
|
||||||
def emojis
|
def emojis
|
||||||
return @emojis if defined?(@emojis)
|
return @emojis if defined?(@emojis)
|
||||||
|
|
||||||
@emojis = CustomEmoji.from_text([spoiler_text, text].join(' '), status.account.domain)
|
fields = [spoiler_text, text]
|
||||||
|
fields += preloadable_poll.options unless preloadable_poll.nil?
|
||||||
|
|
||||||
|
@emojis = CustomEmoji.from_text(fields.join(' '), status.account.domain)
|
||||||
end
|
end
|
||||||
|
|
||||||
def ordered_media_attachments
|
def ordered_media_attachments
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,9 @@ class User < ApplicationRecord
|
||||||
delegate :can?, to: :role
|
delegate :can?, to: :role
|
||||||
|
|
||||||
attr_reader :invite_code, :date_of_birth
|
attr_reader :invite_code, :date_of_birth
|
||||||
attr_writer :external, :bypass_registration_checks, :current_account
|
attr_writer :external, :current_account
|
||||||
|
|
||||||
|
attribute :bypass_registration_checks, :boolean, default: false
|
||||||
|
|
||||||
def self.those_who_can(*any_of_privileges)
|
def self.those_who_can(*any_of_privileges)
|
||||||
matching_role_ids = UserRole.that_can(*any_of_privileges).map(&:id)
|
matching_role_ids = UserRole.that_can(*any_of_privileges).map(&:id)
|
||||||
|
|
@ -505,10 +507,6 @@ class User < ApplicationRecord
|
||||||
!!@external
|
!!@external
|
||||||
end
|
end
|
||||||
|
|
||||||
def bypass_registration_checks?
|
|
||||||
@bypass_registration_checks
|
|
||||||
end
|
|
||||||
|
|
||||||
def sanitize_role
|
def sanitize_role
|
||||||
self.role = nil if role.present? && role.everyone?
|
self.role = nil if role.present? && role.everyone?
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
||||||
end
|
end
|
||||||
|
|
||||||
def update_interaction_policies!
|
def update_interaction_policies!
|
||||||
@status.quote_approval_policy = @status_parser.quote_policy
|
@status.update(quote_approval_policy: @status_parser.quote_policy)
|
||||||
end
|
end
|
||||||
|
|
||||||
def update_media_attachments!
|
def update_media_attachments!
|
||||||
|
|
@ -112,6 +112,8 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
||||||
@status.ordered_media_attachment_ids = @next_media_attachments.map(&:id)
|
@status.ordered_media_attachment_ids = @next_media_attachments.map(&:id)
|
||||||
|
|
||||||
@media_attachments_changed = true if @status.ordered_media_attachment_ids != previous_media_attachments_ids
|
@media_attachments_changed = true if @status.ordered_media_attachment_ids != previous_media_attachments_ids
|
||||||
|
|
||||||
|
@status.media_attachments.reload if @media_attachments_changed
|
||||||
end
|
end
|
||||||
|
|
||||||
def download_media_files!
|
def download_media_files!
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@ class BackupService < BaseService
|
||||||
def build_archive!
|
def build_archive!
|
||||||
tmp_file = Tempfile.new(%w(archive .zip))
|
tmp_file = Tempfile.new(%w(archive .zip))
|
||||||
|
|
||||||
|
Zip.write_zip64_support = true
|
||||||
Zip::File.open(tmp_file, create: true) do |zipfile|
|
Zip::File.open(tmp_file, create: true) do |zipfile|
|
||||||
dump_outbox!(zipfile)
|
dump_outbox!(zipfile)
|
||||||
dump_media_attachments!(zipfile)
|
dump_media_attachments!(zipfile)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
- if status.ordered_media_attachments.first.video?
|
|
||||||
= render_video_component(status, visible: false)
|
|
||||||
- elsif status.ordered_media_attachments.first.audio?
|
|
||||||
= render_audio_component(status)
|
|
||||||
- else
|
|
||||||
= render_media_gallery_component(status, visible: false)
|
|
||||||
|
|
@ -1,53 +0,0 @@
|
||||||
.batch-table__row
|
|
||||||
%label.batch-table__row__select.batch-checkbox
|
|
||||||
= f.check_box :status_ids, { multiple: true, include_hidden: false }, status.id
|
|
||||||
.batch-table__row__content
|
|
||||||
.status__card
|
|
||||||
- if status.reblog?
|
|
||||||
.status__prepend
|
|
||||||
= material_symbol('repeat')
|
|
||||||
= t('statuses.boosted_from_html', acct_link: admin_account_inline_link_to(status.proper.account, path: admin_account_status_path(status.proper.account.id, status.proper.id)))
|
|
||||||
- elsif status.reply? && status.in_reply_to_id.present?
|
|
||||||
.status__prepend
|
|
||||||
= material_symbol('reply')
|
|
||||||
= t('admin.statuses.replied_to_html', acct_link: admin_account_inline_link_to(status.in_reply_to_account, path: status.thread.present? ? admin_account_status_path(status.thread.account_id, status.in_reply_to_id) : nil))
|
|
||||||
.status__content><
|
|
||||||
- if status.proper.spoiler_text.blank?
|
|
||||||
= prerender_custom_emojis(status_content_format(status.proper), status.proper.emojis)
|
|
||||||
- else
|
|
||||||
%details<
|
|
||||||
%summary><
|
|
||||||
%strong> Content warning: #{prerender_custom_emojis(h(status.proper.spoiler_text), status.proper.emojis)}
|
|
||||||
= prerender_custom_emojis(status_content_format(status.proper), status.proper.emojis)
|
|
||||||
|
|
||||||
- unless status.proper.ordered_media_attachments.empty?
|
|
||||||
= render partial: 'admin/reports/media_attachments', locals: { status: status.proper }
|
|
||||||
|
|
||||||
.detailed-status__meta
|
|
||||||
- if status.application
|
|
||||||
= status.application.name
|
|
||||||
·
|
|
||||||
|
|
||||||
= link_to admin_account_status_path(status.account.id, status), class: 'detailed-status__datetime' do
|
|
||||||
%time.formatted{ datetime: status.created_at.iso8601, title: l(status.created_at) }= l(status.created_at)
|
|
||||||
- if status.edited?
|
|
||||||
·
|
|
||||||
= link_to t('statuses.edited_at_html', date: content_tag(:time, l(status.edited_at), datetime: status.edited_at.iso8601, title: l(status.edited_at), class: 'formatted')),
|
|
||||||
admin_account_status_path(status.account_id, status),
|
|
||||||
class: 'detailed-status__datetime'
|
|
||||||
- if status.discarded?
|
|
||||||
·
|
|
||||||
%span.negative-hint= t('admin.statuses.deleted')
|
|
||||||
·
|
|
||||||
|
|
||||||
= material_symbol visibility_icon(status)
|
|
||||||
= t("statuses.visibilities.#{status.visibility}")
|
|
||||||
·
|
|
||||||
|
|
||||||
= link_to ActivityPub::TagManager.instance.url_for(status.proper), class: 'detailed-status__link', rel: 'noopener' do
|
|
||||||
= t('admin.statuses.view_publicly')
|
|
||||||
|
|
||||||
- if status.proper.sensitive?
|
|
||||||
·
|
|
||||||
= material_symbol('visibility_off')
|
|
||||||
= t('stream_entries.sensitive_content')
|
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
- if @statuses.empty?
|
- if @statuses.empty?
|
||||||
= nothing_here 'nothing-here--under-tabs'
|
= nothing_here 'nothing-here--under-tabs'
|
||||||
- else
|
- else
|
||||||
= render partial: 'admin/reports/status', collection: @statuses, locals: { f: f }
|
= render partial: 'admin/shared/status_batch_row', collection: @statuses, as: :status, locals: { f: f }
|
||||||
|
|
||||||
- if @report.unresolved?
|
- if @report.unresolved?
|
||||||
%hr.spacer/
|
%hr.spacer/
|
||||||
|
|
|
||||||
40
app/views/admin/shared/_status.html.haml
Normal file
40
app/views/admin/shared/_status.html.haml
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
-# locals: (status:)
|
||||||
|
|
||||||
|
.status__card><
|
||||||
|
- if status.reblog?
|
||||||
|
.status__prepend
|
||||||
|
= material_symbol('repeat')
|
||||||
|
= t('statuses.boosted_from_html', acct_link: admin_account_inline_link_to(status.proper.account, path: admin_account_status_path(status.proper.account.id, status.proper.id)))
|
||||||
|
- elsif status.reply? && status.in_reply_to_id.present?
|
||||||
|
.status__prepend
|
||||||
|
= material_symbol('reply')
|
||||||
|
= t('admin.statuses.replied_to_html', acct_link: admin_account_inline_link_to(status.in_reply_to_account, path: status.thread.present? ? admin_account_status_path(status.thread.account_id, status.in_reply_to_id) : nil))
|
||||||
|
|
||||||
|
= render partial: 'admin/shared/status_content', locals: { status: status.proper }
|
||||||
|
|
||||||
|
.detailed-status__meta
|
||||||
|
- if status.application
|
||||||
|
= status.application.name
|
||||||
|
·
|
||||||
|
= conditional_link_to can?(:show, status), admin_account_status_path(status.account.id, status), class: 'detailed-status__datetime' do
|
||||||
|
%time.formatted{ datetime: status.created_at.iso8601, title: l(status.created_at) }><= l(status.created_at)
|
||||||
|
- if status.edited?
|
||||||
|
·
|
||||||
|
= conditional_link_to can?(:show, status), admin_account_status_path(status.account.id, status, { anchor: 'history' }), class: 'detailed-status__datetime' do
|
||||||
|
%span><= t('statuses.edited_at_html', date: content_tag(:time, l(status.edited_at), datetime: status.edited_at.iso8601, title: l(status.edited_at), class: 'relative-formatted'))
|
||||||
|
- if status.discarded?
|
||||||
|
·
|
||||||
|
%span.negative-hint= t('admin.statuses.deleted')
|
||||||
|
- unless status.reblog?
|
||||||
|
·
|
||||||
|
%span<
|
||||||
|
= material_symbol(visibility_icon(status))
|
||||||
|
= t("statuses.visibilities.#{status.visibility}")
|
||||||
|
- if status.proper.sensitive?
|
||||||
|
·
|
||||||
|
= material_symbol('visibility_off')
|
||||||
|
= t('stream_entries.sensitive_content')
|
||||||
|
- unless status.direct_visibility?
|
||||||
|
·
|
||||||
|
= link_to ActivityPub::TagManager.instance.url_for(status.proper), class: 'detailed-status__link', target: 'blank', rel: 'noopener' do
|
||||||
|
= t('admin.statuses.view_publicly')
|
||||||
22
app/views/admin/shared/_status_attachments.html.haml
Normal file
22
app/views/admin/shared/_status_attachments.html.haml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
- if status.with_poll?
|
||||||
|
.poll
|
||||||
|
%ul
|
||||||
|
- status.preloadable_poll.options.each_with_index do |option, _index|
|
||||||
|
%li
|
||||||
|
%label.poll__option.disabled<>
|
||||||
|
- if status.preloadable_poll.multiple?
|
||||||
|
%span.poll__input.checkbox{ role: 'checkbox', 'aria-label': option }
|
||||||
|
- else
|
||||||
|
%span.poll__input{ role: 'radio', 'aria-label': option }
|
||||||
|
%span.poll__option__text
|
||||||
|
= prerender_custom_emojis(html_aware_format(option, status.local?, multiline: false), status.emojis)
|
||||||
|
%button.button.button-secondary{ disabled: true }
|
||||||
|
= t('polls.vote')
|
||||||
|
|
||||||
|
- if status.with_media?
|
||||||
|
- if status.ordered_media_attachments.first.video?
|
||||||
|
= render_video_component(status, visible: false)
|
||||||
|
- elsif status.ordered_media_attachments.first.audio?
|
||||||
|
= render_audio_component(status)
|
||||||
|
- else
|
||||||
|
= render_media_gallery_component(status, visible: false)
|
||||||
5
app/views/admin/shared/_status_batch_row.html.haml
Normal file
5
app/views/admin/shared/_status_batch_row.html.haml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
.batch-table__row
|
||||||
|
%label.batch-table__row__select.batch-checkbox
|
||||||
|
= f.check_box :status_ids, { multiple: true, include_hidden: false }, status.id
|
||||||
|
.batch-table__row__content
|
||||||
|
= render partial: 'admin/shared/status', object: status
|
||||||
10
app/views/admin/shared/_status_content.html.haml
Normal file
10
app/views/admin/shared/_status_content.html.haml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
.status__content><
|
||||||
|
- if status.spoiler_text.present?
|
||||||
|
%details<
|
||||||
|
%summary><
|
||||||
|
%strong> Content warning: #{prerender_custom_emojis(h(status.spoiler_text), status.emojis)}
|
||||||
|
= prerender_custom_emojis(status_content_format(status), status.emojis)
|
||||||
|
= render partial: 'admin/shared/status_attachments', locals: { status: status.proper }
|
||||||
|
- else
|
||||||
|
= prerender_custom_emojis(status_content_format(status), status.emojis)
|
||||||
|
= render partial: 'admin/shared/status_attachments', locals: { status: status.proper }
|
||||||
|
|
@ -9,17 +9,7 @@
|
||||||
%time.formatted{ datetime: status_edit.created_at.iso8601, title: l(status_edit.created_at) }= l(status_edit.created_at)
|
%time.formatted{ datetime: status_edit.created_at.iso8601, title: l(status_edit.created_at) }= l(status_edit.created_at)
|
||||||
|
|
||||||
.status
|
.status
|
||||||
.status__content><
|
= render partial: 'admin/shared/status_content', locals: { status: status_edit }
|
||||||
- if status_edit.spoiler_text.blank?
|
|
||||||
= prerender_custom_emojis(status_content_format(status_edit), status_edit.emojis)
|
|
||||||
- else
|
|
||||||
%details<
|
|
||||||
%summary><
|
|
||||||
%strong> Content warning: #{prerender_custom_emojis(h(status_edit.spoiler_text), status_edit.emojis)}
|
|
||||||
= prerender_custom_emojis(status_content_format(status_edit), status_edit.emojis)
|
|
||||||
|
|
||||||
- unless status_edit.ordered_media_attachments.empty?
|
|
||||||
= render partial: 'admin/reports/media_attachments', locals: { status: status_edit }
|
|
||||||
|
|
||||||
.detailed-status__meta
|
.detailed-status__meta
|
||||||
%time.formatted{ datetime: status_edit.created_at.iso8601, title: l(status_edit.created_at) }= l(status_edit.created_at)
|
%time.formatted{ datetime: status_edit.created_at.iso8601, title: l(status_edit.created_at) }= l(status_edit.created_at)
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,6 @@
|
||||||
- if @statuses.empty?
|
- if @statuses.empty?
|
||||||
= nothing_here 'nothing-here--under-tabs'
|
= nothing_here 'nothing-here--under-tabs'
|
||||||
- else
|
- else
|
||||||
= render partial: 'admin/reports/status', collection: @statuses, locals: { f: f }
|
= render partial: 'admin/shared/status_batch_row', collection: @statuses, as: :status, locals: { f: f }
|
||||||
|
|
||||||
= paginate @statuses
|
= paginate @statuses
|
||||||
|
|
|
||||||
|
|
@ -53,52 +53,11 @@
|
||||||
|
|
||||||
%h3= t('admin.statuses.contents')
|
%h3= t('admin.statuses.contents')
|
||||||
|
|
||||||
.status__card
|
= render partial: 'admin/shared/status', object: @status
|
||||||
- if @status.reblog?
|
|
||||||
.status__prepend
|
|
||||||
= material_symbol('repeat')
|
|
||||||
= t('statuses.boosted_from_html', acct_link: admin_account_inline_link_to(@status.proper.account, path: admin_account_status_path(@status.proper.account.id, @status.proper.id)))
|
|
||||||
- elsif @status.reply? && @status.in_reply_to_id.present?
|
|
||||||
.status__prepend
|
|
||||||
= material_symbol('reply')
|
|
||||||
= t('admin.statuses.replied_to_html', acct_link: admin_account_inline_link_to(@status.in_reply_to_account, path: @status.thread.present? ? admin_account_status_path(@status.thread.account_id, @status.in_reply_to_id) : nil))
|
|
||||||
.status__content><
|
|
||||||
- if @status.proper.spoiler_text.blank?
|
|
||||||
= prerender_custom_emojis(status_content_format(@status.proper), @status.proper.emojis)
|
|
||||||
- else
|
|
||||||
%details<
|
|
||||||
%summary><
|
|
||||||
%strong> Content warning: #{prerender_custom_emojis(h(@status.proper.spoiler_text), @status.proper.emojis)}
|
|
||||||
= prerender_custom_emojis(status_content_format(@status.proper), @status.proper.emojis)
|
|
||||||
|
|
||||||
- unless @status.proper.ordered_media_attachments.empty?
|
|
||||||
= render partial: 'admin/reports/media_attachments', locals: { status: @status.proper }
|
|
||||||
|
|
||||||
.detailed-status__meta
|
|
||||||
- if @status.application
|
|
||||||
= @status.application.name
|
|
||||||
·
|
|
||||||
%span.detailed-status__datetime
|
|
||||||
%time.formatted{ datetime: @status.created_at.iso8601, title: l(@status.created_at) }= l(@status.created_at)
|
|
||||||
- if @status.edited?
|
|
||||||
·
|
|
||||||
%span.detailed-status__datetime
|
|
||||||
= t('statuses.edited_at_html', date: content_tag(:time, l(@status.edited_at), datetime: @status.edited_at.iso8601, title: l(@status.edited_at), class: 'formatted'))
|
|
||||||
- if @status.discarded?
|
|
||||||
·
|
|
||||||
%span.negative-hint= t('admin.statuses.deleted')
|
|
||||||
- unless @status.reblog?
|
|
||||||
·
|
|
||||||
= material_symbol(visibility_icon(@status))
|
|
||||||
= t("statuses.visibilities.#{@status.visibility}")
|
|
||||||
- if @status.proper.sensitive?
|
|
||||||
·
|
|
||||||
= material_symbol('visibility_off')
|
|
||||||
= t('stream_entries.sensitive_content')
|
|
||||||
|
|
||||||
%hr.spacer/
|
%hr.spacer/
|
||||||
|
|
||||||
%h3= t('admin.statuses.history')
|
%h3#history= t('admin.statuses.history')
|
||||||
- if @status.edits.empty?
|
- if @status.edits.empty?
|
||||||
%p= t('admin.statuses.no_history')
|
%p= t('admin.statuses.no_history')
|
||||||
- else
|
- else
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
= vite_react_refresh_tag
|
= vite_react_refresh_tag
|
||||||
= vite_polyfills_tag
|
= vite_polyfills_tag
|
||||||
-# Needed for the wicg-inert polyfill. It needs to be on it's own <style> tag, with this `id`
|
-# Needed for the wicg-inert polyfill. It needs to be on it's own <style> tag, with this `id`
|
||||||
= vite_stylesheet_tag 'styles/entrypoints/inert.scss', media: 'all', id: 'inert-style'
|
= vite_stylesheet_tag 'styles/entrypoints/inert.scss', media: 'all', id: 'inert-style', crossorigin: 'anonymous'
|
||||||
= vite_typescript_tag 'common.ts', crossorigin: 'anonymous'
|
= vite_typescript_tag 'common.ts', crossorigin: 'anonymous'
|
||||||
|
|
||||||
= vite_preload_file_tag "mastodon/locales/#{I18n.locale}.json"
|
= vite_preload_file_tag "mastodon/locales/#{I18n.locale}.json"
|
||||||
|
|
|
||||||
|
|
@ -21,8 +21,9 @@ class Scheduler::SelfDestructScheduler
|
||||||
|
|
||||||
def sidekiq_overwhelmed?
|
def sidekiq_overwhelmed?
|
||||||
redis_mem_info = Sidekiq.default_configuration.redis_info
|
redis_mem_info = Sidekiq.default_configuration.redis_info
|
||||||
|
maxmemory = [redis_mem_info['maxmemory'].to_f, redis_mem_info['total_system_memory'].to_f].filter(&:positive?).min
|
||||||
|
|
||||||
Sidekiq::Stats.new.enqueued > MAX_ENQUEUED || redis_mem_info['used_memory'].to_f > redis_mem_info['total_system_memory'].to_f * MAX_REDIS_MEM_USAGE
|
Sidekiq::Stats.new.enqueued > MAX_ENQUEUED || redis_mem_info['used_memory'].to_f > maxmemory * MAX_REDIS_MEM_USAGE
|
||||||
end
|
end
|
||||||
|
|
||||||
def delete_accounts!
|
def delete_accounts!
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ class Web::PushNotificationWorker
|
||||||
end
|
end
|
||||||
|
|
||||||
def web_push_request
|
def web_push_request
|
||||||
@web_push_request || WebPushRequest.new(@subscription)
|
@web_push_request ||= WebPushRequest.new(@subscription)
|
||||||
end
|
end
|
||||||
|
|
||||||
def push_notification_json
|
def push_notification_json
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# Disable httplog in production unless log_level is `debug`
|
# Disable in production unless log level is `debug`
|
||||||
if !Rails.env.production? || Rails.configuration.log_level == :debug
|
if Rails.env.local? || Rails.logger.debug?
|
||||||
require 'httplog'
|
require 'httplog'
|
||||||
|
|
||||||
HttpLog.configure do |config|
|
HttpLog.configure do |config|
|
||||||
|
|
|
||||||
|
|
@ -1 +1,77 @@
|
||||||
|
---
|
||||||
az:
|
az:
|
||||||
|
activerecord:
|
||||||
|
attributes:
|
||||||
|
poll:
|
||||||
|
expires_at: Son tarix
|
||||||
|
options: Seçimlər
|
||||||
|
user:
|
||||||
|
agreement: Xidmət razılaşması
|
||||||
|
email: E-poçt ünvanı
|
||||||
|
locale: Lokal
|
||||||
|
password: Parol
|
||||||
|
user/account:
|
||||||
|
username: İstifadəçi adı
|
||||||
|
user/invite_request:
|
||||||
|
text: Səbəb
|
||||||
|
errors:
|
||||||
|
attributes:
|
||||||
|
domain:
|
||||||
|
invalid: yararlı bir domen adı deyil
|
||||||
|
messages:
|
||||||
|
invalid_domain_on_line: "%{value} yararlı bir domen adı deyil"
|
||||||
|
models:
|
||||||
|
account:
|
||||||
|
attributes:
|
||||||
|
fields:
|
||||||
|
fields_with_values_missing_labels: əskik etiketli dəyərlər ehtiva edir
|
||||||
|
username:
|
||||||
|
invalid: yalnız hərf, rəqəm və altdan xətt ehtiva etməlidir
|
||||||
|
reserved: rezerv edilib
|
||||||
|
admin/webhook:
|
||||||
|
attributes:
|
||||||
|
url:
|
||||||
|
invalid: yararlı bir URL deyil
|
||||||
|
doorkeeper/application:
|
||||||
|
attributes:
|
||||||
|
website:
|
||||||
|
invalid: yararlı bir URL deyil
|
||||||
|
import:
|
||||||
|
attributes:
|
||||||
|
data:
|
||||||
|
malformed: yanlış formatdadır
|
||||||
|
list_account:
|
||||||
|
attributes:
|
||||||
|
account_id:
|
||||||
|
taken: artıq siyahıdadır
|
||||||
|
must_be_following: izlənilən bir hesab olmalıdır
|
||||||
|
status:
|
||||||
|
attributes:
|
||||||
|
reblog:
|
||||||
|
taken: göndərişi artıq mövcuddur
|
||||||
|
terms_of_service:
|
||||||
|
attributes:
|
||||||
|
effective_date:
|
||||||
|
too_soon: çox tezdir, %{date} tarixindən sonra olmalıdır
|
||||||
|
user:
|
||||||
|
attributes:
|
||||||
|
date_of_birth:
|
||||||
|
below_limit: yaş limitinin altındadır
|
||||||
|
email:
|
||||||
|
blocked: icazə verilməyən bir e-poçt provayderi istifadə edir
|
||||||
|
unreachable: mövcud olaraq görünmür
|
||||||
|
role_id:
|
||||||
|
elevated: hazırkı rolunuzdan yüksək ola bilməz
|
||||||
|
user_role:
|
||||||
|
attributes:
|
||||||
|
permissions_as_keys:
|
||||||
|
dangerous: təməl rol üçün güvənli olmayan icazələri ehtiva edir
|
||||||
|
elevated: hazırkı rolunuzun sahib olmadığı icazələri ehtiva edə bilməz
|
||||||
|
own_role: hazırkı rolunuzla dəyişdirilə bilməz
|
||||||
|
position:
|
||||||
|
elevated: hazırkı rolunuzdan yüksək ola bilməz
|
||||||
|
own_role: hazırkı rolunuzla dəyişdirilə bilməz
|
||||||
|
webhook:
|
||||||
|
attributes:
|
||||||
|
events:
|
||||||
|
invalid_permissions: hüquqlarınız olmayan tədbirləri ehtiva edə bilməz
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ be:
|
||||||
activerecord:
|
activerecord:
|
||||||
attributes:
|
attributes:
|
||||||
poll:
|
poll:
|
||||||
expires_at: Дэдлайн
|
expires_at: Скончыцца
|
||||||
options: Выбар
|
options: Выбар
|
||||||
user:
|
user:
|
||||||
agreement: Пагадненне аб абслугоўванні
|
agreement: Пагадненне аб абслугоўванні
|
||||||
|
|
@ -18,9 +18,13 @@ be:
|
||||||
attributes:
|
attributes:
|
||||||
domain:
|
domain:
|
||||||
invalid: не з’яўляецца сапраўдным даменным імем
|
invalid: не з’яўляецца сапраўдным даменным імем
|
||||||
|
messages:
|
||||||
|
invalid_domain_on_line: "%{value} не пасуе для карэктнай назвы дамена"
|
||||||
models:
|
models:
|
||||||
account:
|
account:
|
||||||
attributes:
|
attributes:
|
||||||
|
fields:
|
||||||
|
fields_with_values_missing_labels: утрымлівае значэнні без апісанняў
|
||||||
username:
|
username:
|
||||||
invalid: павінна змяшчаць толькі літары, лічбы і ніжнія падкрэсліванні
|
invalid: павінна змяшчаць толькі літары, лічбы і ніжнія падкрэсліванні
|
||||||
reserved: зарэзервавана
|
reserved: зарэзервавана
|
||||||
|
|
@ -40,18 +44,24 @@ be:
|
||||||
attributes:
|
attributes:
|
||||||
account_id:
|
account_id:
|
||||||
taken: ужо ў спісе
|
taken: ужо ў спісе
|
||||||
must_be_following: мусіць быць карыстальнікам у вашых падпісках
|
must_be_following: мусіць быць карыстальнікам у Вашых падпісках
|
||||||
status:
|
status:
|
||||||
attributes:
|
attributes:
|
||||||
reblog:
|
reblog:
|
||||||
taken: гэтага допісу ўжо існуе
|
taken: гэтага допісу ўжо існуе
|
||||||
|
terms_of_service:
|
||||||
|
attributes:
|
||||||
|
effective_date:
|
||||||
|
too_soon: занадта рана, мусіць быць пасля %{date}
|
||||||
user:
|
user:
|
||||||
attributes:
|
attributes:
|
||||||
|
date_of_birth:
|
||||||
|
below_limit: ніжэй за дазволены ўзрост
|
||||||
email:
|
email:
|
||||||
blocked: выкарыстоўвае забароненую крыніцу электроннай пошты
|
blocked: выкарыстоўвае забароненую крыніцу электроннай пошты
|
||||||
unreachable: не існуе
|
unreachable: не існуе
|
||||||
role_id:
|
role_id:
|
||||||
elevated: не можа быць вышэй за вашу бягучую ролю
|
elevated: не можа быць вышэй за Вашу бягучую ролю
|
||||||
user_role:
|
user_role:
|
||||||
attributes:
|
attributes:
|
||||||
permissions_as_keys:
|
permissions_as_keys:
|
||||||
|
|
@ -59,7 +69,7 @@ be:
|
||||||
elevated: не можа ўключыць дазволы, якімі не валодае ваша бягучая роля
|
elevated: не можа ўключыць дазволы, якімі не валодае ваша бягучая роля
|
||||||
own_role: не можа быць зменены з вашай бягучай роляй
|
own_role: не можа быць зменены з вашай бягучай роляй
|
||||||
position:
|
position:
|
||||||
elevated: не можа быць вышэй за вашу бягучую ролю
|
elevated: не можа быць вышэй за Вашу бягучую ролю
|
||||||
own_role: не можа быць зменены з вашай бягучай роляй
|
own_role: не можа быць зменены з вашай бягучай роляй
|
||||||
webhook:
|
webhook:
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -8,19 +8,41 @@ br:
|
||||||
user:
|
user:
|
||||||
agreement: Emglev gant ar servij
|
agreement: Emglev gant ar servij
|
||||||
email: Chomlec'h postel
|
email: Chomlec'h postel
|
||||||
locale: Lec'hel
|
locale: Yezh
|
||||||
password: Ger-tremen
|
password: Ger-tremen
|
||||||
user/account:
|
user/account:
|
||||||
username: Anv
|
username: Anv implijer
|
||||||
user/invite_request:
|
user/invite_request:
|
||||||
text: Abeg
|
text: Abeg
|
||||||
errors:
|
errors:
|
||||||
|
attributes:
|
||||||
|
domain:
|
||||||
|
invalid: n'eo ket un anv domani talvoudek
|
||||||
|
messages:
|
||||||
|
invalid_domain_on_line: "%{value} n'eo ket un anv domani talvoudek"
|
||||||
models:
|
models:
|
||||||
account:
|
account:
|
||||||
attributes:
|
attributes:
|
||||||
username:
|
username:
|
||||||
invalid: nemet lizherennoù, niverennoù hag isbarrennigoù
|
invalid: nemet lizherennoù, niverennoù hag isbarrennigoù
|
||||||
reserved: a zo miret
|
reserved: a zo miret
|
||||||
|
admin/webhook:
|
||||||
|
attributes:
|
||||||
|
url:
|
||||||
|
invalid: n'eo ket un URL talvoudek
|
||||||
|
doorkeeper/application:
|
||||||
|
attributes:
|
||||||
|
website:
|
||||||
|
invalid: n'eo ket un URL talvoudek
|
||||||
|
import:
|
||||||
|
attributes:
|
||||||
|
data:
|
||||||
|
malformed: a zo stummet fall
|
||||||
|
list_account:
|
||||||
|
attributes:
|
||||||
|
account_id:
|
||||||
|
taken: a zo er listenn dija
|
||||||
|
must_be_following: a dle bezañ ur gont heuliet
|
||||||
status:
|
status:
|
||||||
attributes:
|
attributes:
|
||||||
reblog:
|
reblog:
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,10 @@ ia:
|
||||||
attributes:
|
attributes:
|
||||||
reblog:
|
reblog:
|
||||||
taken: del message jam existe
|
taken: del message jam existe
|
||||||
|
terms_of_service:
|
||||||
|
attributes:
|
||||||
|
effective_date:
|
||||||
|
too_soon: es troppo tosto, debe esser plus tarde que %{date}
|
||||||
user:
|
user:
|
||||||
attributes:
|
attributes:
|
||||||
date_of_birth:
|
date_of_birth:
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,8 @@ kab:
|
||||||
taken: n iddaden yellan yakan
|
taken: n iddaden yellan yakan
|
||||||
user:
|
user:
|
||||||
attributes:
|
attributes:
|
||||||
|
date_of_birth:
|
||||||
|
below_limit: ddaw n talast n leɛmeṛ
|
||||||
email:
|
email:
|
||||||
blocked: isseqdac asaǧǧaw n yimayl ur yettusirgen ara
|
blocked: isseqdac asaǧǧaw n yimayl ur yettusirgen ara
|
||||||
unreachable: ur d-ttban ara d akken yella
|
unreachable: ur d-ttban ara d akken yella
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ zh-CN:
|
||||||
attributes:
|
attributes:
|
||||||
account_id:
|
account_id:
|
||||||
taken: 已经被加入到列表了
|
taken: 已经被加入到列表了
|
||||||
must_be_following: 需要是你关注的账号
|
must_be_following: 必须是已关注的账号
|
||||||
status:
|
status:
|
||||||
attributes:
|
attributes:
|
||||||
reblog:
|
reblog:
|
||||||
|
|
|
||||||
|
|
@ -1410,7 +1410,6 @@ an:
|
||||||
reblog: Un boost no puede fixar-se
|
reblog: Un boost no puede fixar-se
|
||||||
title: "%{name}: «%{quote}»"
|
title: "%{name}: «%{quote}»"
|
||||||
visibilities:
|
visibilities:
|
||||||
direct: Directa
|
|
||||||
private: Nomás amostrar a seguidores
|
private: Nomás amostrar a seguidores
|
||||||
private_long: Nomás amostrar a las tuyas seguidores
|
private_long: Nomás amostrar a las tuyas seguidores
|
||||||
public: Publico
|
public: Publico
|
||||||
|
|
|
||||||
|
|
@ -1862,6 +1862,7 @@ ar:
|
||||||
self_vote: لا يمكنك التصويت في استطلاعاتك الخاصة
|
self_vote: لا يمكنك التصويت في استطلاعاتك الخاصة
|
||||||
too_few_options: يجب أن يحتوي على أكثر من عنصر واحد
|
too_few_options: يجب أن يحتوي على أكثر من عنصر واحد
|
||||||
too_many_options: لا يمكنه أن يحتوي أكثر مِن %{max} عناصر
|
too_many_options: لا يمكنه أن يحتوي أكثر مِن %{max} عناصر
|
||||||
|
vote: صَوّت
|
||||||
preferences:
|
preferences:
|
||||||
other: إعدادات أخرى
|
other: إعدادات أخرى
|
||||||
posting_defaults: التفضيلات الافتراضية للنشر
|
posting_defaults: التفضيلات الافتراضية للنشر
|
||||||
|
|
@ -2047,10 +2048,12 @@ ar:
|
||||||
ownership: لا يمكن تثبيت منشور نشره شخص آخر
|
ownership: لا يمكن تثبيت منشور نشره شخص آخر
|
||||||
reblog: لا يمكن تثبيت إعادة نشر
|
reblog: لا يمكن تثبيت إعادة نشر
|
||||||
quote_policies:
|
quote_policies:
|
||||||
public: الجميع
|
followers: للمتابِعين فقط
|
||||||
|
nobody: لي فقط
|
||||||
|
public: أيا كان
|
||||||
title: '%{name}: "%{quote}"'
|
title: '%{name}: "%{quote}"'
|
||||||
visibilities:
|
visibilities:
|
||||||
direct: مباشرة
|
direct: إشارة خاصة
|
||||||
private: لمتابِعيك فقط
|
private: لمتابِعيك فقط
|
||||||
private_long: اعرضه لمتابعيك فقط
|
private_long: اعرضه لمتابعيك فقط
|
||||||
public: للعامة
|
public: للعامة
|
||||||
|
|
|
||||||
|
|
@ -811,7 +811,6 @@ ast:
|
||||||
reblog: Nun se pue fixar una publicación compartida
|
reblog: Nun se pue fixar una publicación compartida
|
||||||
title: "%{name}: «%{quote}»"
|
title: "%{name}: «%{quote}»"
|
||||||
visibilities:
|
visibilities:
|
||||||
direct: Mensaxe direutu
|
|
||||||
private: Namás siguidores
|
private: Namás siguidores
|
||||||
private_long: Namás los ven los perfiles siguidores
|
private_long: Namás los ven los perfiles siguidores
|
||||||
public_long: Tol mundu pue velos
|
public_long: Tol mundu pue velos
|
||||||
|
|
|
||||||
|
|
@ -1 +1,350 @@
|
||||||
|
---
|
||||||
az:
|
az:
|
||||||
|
about:
|
||||||
|
about_mastodon_html: 'Gələcəyin sosial şəbəkəsi: Reklam yoxdur, korporativ müşahidə yoxdur, etik dizayn və mərkəziyyətsizlik! Mastodon ilə öz verilərinizə sahib çıxın!'
|
||||||
|
contact_missing: Ayarlanmayıb
|
||||||
|
contact_unavailable: Mövcud deyil
|
||||||
|
title: Haqqında
|
||||||
|
admin:
|
||||||
|
account_actions:
|
||||||
|
title: "%{acct} üzərində moderasiya əməliyyatını icra et"
|
||||||
|
account_moderation_notes:
|
||||||
|
created_msg: Moderasiya notu uğurla yaradıldı!
|
||||||
|
destroyed_msg: Moderasiya notu uğurla məhv edildi!
|
||||||
|
accounts:
|
||||||
|
delete: Veriləri sil
|
||||||
|
destroyed_msg: "%{username} - verilərinin tezliklə silinməsi növbədədir"
|
||||||
|
display_name: Ekran adı
|
||||||
|
followers: İzləyicilər
|
||||||
|
follows: İzlənilənlər
|
||||||
|
moderation:
|
||||||
|
title: Moderasiya
|
||||||
|
moderation_notes: Moderasiya notları
|
||||||
|
most_recent_activity: Ən son fəaliyyət
|
||||||
|
most_recent_ip: Ən son IP
|
||||||
|
remote_suspension_irreversible: Bu hesabın veriləri geri qaytarılmayacaq şəkildə silinib.
|
||||||
|
remote_suspension_reversible_hint_html: Hesabın fəaliyyəti öz serverində dayandırılıb və verilər %{date} tarixində tamamilə silinəcək. O vaxta qədər, uzaq server hər hansısa mənfi təsir olmadan bu hesabı bərpa edə bilər. Hesabın bütün verilərini dərhal silmək istəyirsinizsə, bunu aşağıdan edə bilərsiniz.
|
||||||
|
resend_confirmation:
|
||||||
|
send: Təsdiq keçidini təkrar göndər
|
||||||
|
reset_password: Parolu sıfırla
|
||||||
|
security: Təhlükəsizlik
|
||||||
|
security_measures:
|
||||||
|
only_password: Yalnız parol
|
||||||
|
password_and_2fa: Parol və 2FA
|
||||||
|
suspension_irreversible: Bu hesabın veriləri geri qaytarılmayacaq şəkildə silinib. Hesabı istifadəyə yararlı etmək üçün hesab fəaliyyətinin dayandırılma prosesini ləğv edə bilərsiniz, ancaq daha əvvəl sahib olduğunuz heç bir veri geri qaytarılmayacaq.
|
||||||
|
action_logs:
|
||||||
|
action_types:
|
||||||
|
resend_user: Təsdiq poçtunu təkrar göndər
|
||||||
|
reset_password_user: Parolu sıfırla
|
||||||
|
actions:
|
||||||
|
approve_appeal_html: "%{name}, moderasiya qərarına %{target} tərəfindən verilən etirazı təsdiqlədi"
|
||||||
|
reject_appeal_html: "%{name}, moderasiya qərarına %{target} tərəfindən verilən etirazı rədd etdi"
|
||||||
|
reset_password_user_html: "%{name}, %{target} istifadəçisinin parolunu sıfırladı"
|
||||||
|
deleted_account: silinmiş hesab
|
||||||
|
dashboard:
|
||||||
|
media_storage: Media anbarı
|
||||||
|
software: Yazılım
|
||||||
|
domain_allows:
|
||||||
|
export: Xaricə köçür
|
||||||
|
domain_blocks:
|
||||||
|
export: Xaricə köçür
|
||||||
|
export_domain_blocks:
|
||||||
|
import:
|
||||||
|
title: Əngəllənən domenləri daxilə köçür
|
||||||
|
new:
|
||||||
|
title: Əngəllənən domenləri daxilə köçür
|
||||||
|
instances:
|
||||||
|
dashboard:
|
||||||
|
instance_followers_measure: oradakı izləyicilərimiz
|
||||||
|
instance_follows_measure: buradakı izləyiciləri
|
||||||
|
moderation:
|
||||||
|
title: Moderasiya
|
||||||
|
moderation_notes:
|
||||||
|
create: Moderasiya notu əlavə et
|
||||||
|
description_html: Notlara baxın, gələcəkdə özünüz və digər moderatorlar üçün notlar buraxın
|
||||||
|
title: Moderasiya notları
|
||||||
|
reports:
|
||||||
|
actions:
|
||||||
|
suspend_description_html: Hesab və onun bütün məzmunları əlçatmaz olacaq və nəticədə silinəcək və onunla əlaqə qurmaq mümkün olmayacaq. 30 gün ərzində geri qaytarıla bilər. Bu hesaba aid bütün hesabatları bağlayır.
|
||||||
|
assigned: Təyin edilmiş moderator
|
||||||
|
confirm_action: "@%{acct} üzərindəki moderasiya əməliyyatını təsdiqlə"
|
||||||
|
notes_description_html: Notlara baxın, gələcəkdə özünüz və digər moderatorlar üçün notlar buraxın
|
||||||
|
quick_actions_description_html: 'Cəld bir əməliyyat edin və ya bildirilən məzmuna baxmaq üçün aşağı diyirlərin:'
|
||||||
|
roles:
|
||||||
|
categories:
|
||||||
|
moderation: Moderasiya
|
||||||
|
privileges:
|
||||||
|
delete_user_data: İstifadəçi verilərini sil
|
||||||
|
delete_user_data_description: İstifadəçilərin, digər istifadəçilərin verilərini gecikmə olmadan silməsinə icazə verir
|
||||||
|
manage_appeals_description: İstifadəçilərin moderasiya əməliyyatlarına etdiyi etirazları incələməsinə icazə verir
|
||||||
|
manage_reports_description: İstifadəçilərin hesabatları incələməsinə və bunlara qarşı moderasiya əməliyyatlarını icra etməsinə icazə verir
|
||||||
|
manage_settings: Ayarları idarə et
|
||||||
|
manage_settings_description: İstifadəçilərin sayt ayarlarını dəyişdirməsinə icazə verir
|
||||||
|
manage_taxonomies_description: İstifadəçilərin trend məzmunu incələməsinə və mövzu etiketləri ayarlarını güncəlləməsinə icazə verir
|
||||||
|
manage_user_access: İstifadəçi erişimini idarə et
|
||||||
|
manage_user_access_description: İstifadəçilərin, digər istifadəçilərin iki faktorlu kimlik doğrulamasını sıradan çıxartmasına, onların e-poçt ünvanlarını dəyişdirməsinə və onların parolunu sıfırlamasına icazə verir
|
||||||
|
manage_users_description: İstifadəçilərin digər istifadəçilərin detallarını görməsinə və onlara qarşı moderasiya əməliyyatlarını icra etməsinə icazə verir
|
||||||
|
view_dashboard_description: İstifadəçilərin idarəetmə lövhəsinə və müxtəlif metriklərə erişməsinə icazə verir
|
||||||
|
view_devops_description: İstifadəçilərin Sidekiq və pgHero idarəetmə lövhələrinə erişməsinə icazə verir
|
||||||
|
settings:
|
||||||
|
appearance:
|
||||||
|
title: Görünüş
|
||||||
|
discovery:
|
||||||
|
public_timelines: Ümumi zaman xətləri
|
||||||
|
title: Kəşf et
|
||||||
|
registrations:
|
||||||
|
moderation_recommandation: Hər kəs üçün qeydiyyatı açmazdan əvvəl lütfən əmin olun ki, adekvat və reaktiv moderasiya komandanız var!
|
||||||
|
registrations_mode:
|
||||||
|
warning_hint: Moderasiya komandanızın spam və zərərli qeydiyyatları vaxtında idarə edə biləcəyinə əmin deyilsinizsə, “Qeydiyyat üçün təsdiq tələb olunur”dan istifadə etməyi tövsiyə edirik.
|
||||||
|
title: Server ayarları
|
||||||
|
statuses:
|
||||||
|
application: Tətbiq
|
||||||
|
metadata: Meta veri
|
||||||
|
system_checks:
|
||||||
|
elasticsearch_version_check:
|
||||||
|
message_html: 'Uyumlu olmayan Elasticsearch versiyası: %{value}'
|
||||||
|
tags:
|
||||||
|
updated_msg: Mövzu etiketi ayarları uğurla güncəlləndi
|
||||||
|
trends:
|
||||||
|
tags:
|
||||||
|
used_by_over_week:
|
||||||
|
one: Keçən həftə bir nəfər istifadə etdi
|
||||||
|
other: Keçən həftə %{count} nəfər istifadə etdi
|
||||||
|
admin_mailer:
|
||||||
|
auto_close_registrations:
|
||||||
|
body: Son vaxtlarda moderator fəaliyyətinin olmamasına görə, %{instance} üzərindəki qeydiyyatlar avtomatik olaraq manual yoxlanış tələb edəcək şəkildə dəyişdirilib, beləliklə %{instance} potensial zərərli aktyorlar tərəfindən istifadə edilən platforma çevrilməyəcək. İstənilən vaxt açıq qeydiyyat rejiminə qaytara bilərsiniz.
|
||||||
|
new_appeal:
|
||||||
|
body: "%{target}, %{date} tarixində %{action_taken_by} tərəfindən verilmiş %{type} moderasiya qərarına etiraz edir. Yazılanlar:"
|
||||||
|
next_steps: Moderasiya qərarını geri almaq üçün etirazı təsdiqləyə, ya da etirazı yox saya bilərsiniz.
|
||||||
|
subject: "%{username}, %{instance} üzərindəki bir moderasiya qərarına etiraz edir"
|
||||||
|
appearance:
|
||||||
|
advanced_web_interface: Qabaqcıl veb interfeys
|
||||||
|
advanced_web_interface_hint: 'Tam ekran enini istifadə etmək istəyirsinizsə, qabaqcıl veb interfeys, istədiyiniz qədər məlumatı eyni anda görə bilməyiniz üçün bir çox fərqli sütunu konfiqurasiya etməyinizə imkan verir: Əsas ekran, bildirişlər, birləşmiş zaman xətti, istənilən sayda siyahı və mövzu etiketləri.'
|
||||||
|
animations_and_accessibility: Animasiyalar və erişiləbilənlik
|
||||||
|
confirmation_dialogs: Təsdiq dialoq pəncərələri
|
||||||
|
discovery: Kəşf et
|
||||||
|
localization:
|
||||||
|
guide_link_text: Hər kəs töhfə verə bilər.
|
||||||
|
sensitive_content: Həssas məzmun
|
||||||
|
applications:
|
||||||
|
created: Tətbiq uğurla yaradıldı
|
||||||
|
destroyed: Tətbiq uğurla silindi
|
||||||
|
regenerate_token: Erişim tokenini təkrar yarat
|
||||||
|
token_regenerated: Erişim tokeni uğurla yaradıldı
|
||||||
|
your_token: Erişim tokeniniz
|
||||||
|
auth:
|
||||||
|
captcha_confirmation:
|
||||||
|
help_html: CAPTCHA-nı həll etməklə bağlı probleminiz varsa, %{email} üzərindən əlaqə saxlaya bilərsiniz, sizə kömək edə bilərik.
|
||||||
|
hint_html: Sadəcə bir şey qaldı! Sizin insan olduğunuzu təsdiqləməyimiz lazımdır (bunu spam-ları əngəlləmək üçün edirik). Aşağıdakı CAPTCHA-nı həll edib "Davam et"ə klikləyin.
|
||||||
|
title: Təhlükəsizlik yoxlanışı
|
||||||
|
confirmations:
|
||||||
|
wrong_email_hint: Əgər bu e-poçt ünvanı doğru deyilsə, hesab ayarlarında onu dəyişdirə bilərsiniz.
|
||||||
|
delete_account: Hesabı sil
|
||||||
|
delete_account_html: Hesabınızı silmək istəyirsinizsə, <a href="%{path}">buradan davam edə</a> bilərsiniz. Sizdən təsdiq etməyiniz soruşulacaq.
|
||||||
|
forgot_password: Parolunuzu unutmusunuz?
|
||||||
|
invalid_reset_password_token: Parol sıfırlama tokeni yararsızdır və ya vaxtı bitib. Lütfən yenisini tələb edin.
|
||||||
|
link_to_otp: Telefonunuzdan iki faktorlu kodu və ya bir geri qaytarma kodunu daxil edin
|
||||||
|
migrate_account: Fərqli bir hesaba daşı
|
||||||
|
migrate_account_html: Bu hesabı başqa bir hesaba yönləndirmək istəyirsinizsə, <a href="%{path}">burada konfiqurasiya edə</a> bilərsiniz.
|
||||||
|
resend_confirmation: Təsdiq keçidini təkrar göndər
|
||||||
|
reset_password: Parolu sıfırla
|
||||||
|
rules:
|
||||||
|
preamble: Bunlar, %{domain} moderatorları tərəfindən təyin edilib və tətbiq edilib.
|
||||||
|
preamble_invited: Davam etməzdən əvvəl, lütfən %{domain} moderatorları tərəfindən təyin edilmiş qaydaları nəzərdən keçirin.
|
||||||
|
title: Bəzi təməl qaydalar.
|
||||||
|
set_new_password: Yeni parol təyin et
|
||||||
|
setup:
|
||||||
|
email_below_hint_html: Spam qovluğunuzu yoxlayın, ya da başqasını tələb edin. Əgər yanlışdırsa, e-poçt ünvanınızı düzəldə bilərsiniz.
|
||||||
|
email_settings_hint_html: Mastodon istifadə etməyə başlamaq üçün %{email} ünvanına göndərdiyimiz keçidə klikləyin. Biz burada gözləyirik.
|
||||||
|
link_not_received: Keçidi almamısınız?
|
||||||
|
title: Gələn qutunuzu yoxlayın
|
||||||
|
sign_up:
|
||||||
|
preamble: Bu Mastodon serveri üzərindəki hesabla, hesabın yarada yerləşməsindən asılı olmayaraq fediverse-dəki istənilən şəxsi izləyə biləcəksiniz.
|
||||||
|
title: "%{domain} üzərində qeydiyyatınızı başladaq."
|
||||||
|
status:
|
||||||
|
account_status: Hesab statusu
|
||||||
|
functional: Hesabınız tamamilə işləkdir.
|
||||||
|
self_destruct: "%{domain} bağlandığı üçün, hesabınıza yalnız məhdud erişiminiz olacaq."
|
||||||
|
challenge:
|
||||||
|
hint_html: "<strong>İpucu:</strong> Sonrakı bir saat ərzində sizdən parolu soruşmayacağıq."
|
||||||
|
invalid_password: Yararsız parol
|
||||||
|
prompt: Davam etmək üçün parolu təsdiqlə
|
||||||
|
deletes:
|
||||||
|
confirm_password: Kimliyinizi doğrulamaq üçün hazırkı parolunuzu daxil edin
|
||||||
|
proceed: Hesabı sil
|
||||||
|
success_msg: Hesabınız uğurla silindi
|
||||||
|
edit_profile:
|
||||||
|
basic_information: Təməl məlumatlar
|
||||||
|
hint_html: "<strong>İnsanların hər kəsə açıq profilinizdə və göndərişlərinizin yanında nə göstərmək istədiyinizi özəlləşdirin.</strong> Doldurulmuş bir profilə və bir profil şəklinə sahib olduğunuz zaman digər şəxslərin sizi izləmə və sizinlə əlaqə qurma ehtimalı yüksəkdir."
|
||||||
|
exports:
|
||||||
|
archive_takeout:
|
||||||
|
hint_html: "<strong>Göndərişlərinizin və yüklədiyiniz medianın</strong> bir arxivini tələb edə bilərsiniz. Xaricə köçürülmüş verilər, istənilən uyumlu yazılım tərəfindən oxuna bilən ActivityPub formatında olacaq. Hər 7 gündə bir dəfə arxiv tələb edə bilərsiniz."
|
||||||
|
domain_blocks: Domen əngəlləmələri
|
||||||
|
storage: Media anbarı
|
||||||
|
filters:
|
||||||
|
contexts:
|
||||||
|
public: Ümumi zaman xətləri
|
||||||
|
edit:
|
||||||
|
statuses_hint_html: Bu filtr, aşağıdakı açar sözləri ilə uyuşmasından asılı olmayaraq fərdi göndərişləri seçmək üçün tətbiq olunur. <a href="%{path}">Göndərişləri incələyin və ya filtrdən silin</a>.
|
||||||
|
index:
|
||||||
|
contexts: "%{contexts} üzrə filtrlər"
|
||||||
|
empty: Filtriniz yoxdur.
|
||||||
|
title: Filtrlər
|
||||||
|
generic:
|
||||||
|
all_matching_items_selected_html:
|
||||||
|
one: Axtarışınızla uyuşan <strong>%{count}</strong> element seçilib.
|
||||||
|
other: Axtarışınızla uyuşan <strong>%{count}</strong> element seçilib.
|
||||||
|
order_by: Sırala
|
||||||
|
select_all_matching_items:
|
||||||
|
one: Axtarışınızla uyuşan <0>%{count}</0> elementi seçin.
|
||||||
|
other: Axtarışınızla uyuşan <0>%{count}</0> elementi seçin.
|
||||||
|
imports:
|
||||||
|
errors:
|
||||||
|
incompatible_type: Seçilmiş daxilə köçürmə növü ilə uyumlu deyil
|
||||||
|
preface: Başqa serverdən xaricə köçürdüyünüz veriləri (məsələn, izlədiyiniz və ya əngəllədiyiniz insanların siyahısını) daxilə köçürə bilərsiniz.
|
||||||
|
type_groups:
|
||||||
|
constructive: İzlənilənlər və Əlfəcinlər
|
||||||
|
invites:
|
||||||
|
max_uses_prompt: Limitsiz
|
||||||
|
prompt: Bu serverə erişim icazəsi vermək üçün keçid yaradın və başqaları ilə paylaşın
|
||||||
|
table:
|
||||||
|
uses: İstifadə
|
||||||
|
login_activities:
|
||||||
|
authentication_methods:
|
||||||
|
otp: iki faktorlu kimlik doğrulama tətbiqi
|
||||||
|
password: parol
|
||||||
|
description_html: Əgər tanımadığınız bir fəaliyyəti görsəniz, parolunuzu dəyişdirməyi və iki faktorlu kimlik doğrulamanı fəallaşdırmağı düşünə bilərsiniz
|
||||||
|
mail_subscriptions:
|
||||||
|
unsubscribe:
|
||||||
|
emails:
|
||||||
|
notification_emails:
|
||||||
|
reblog: təkrar paylaşma bildirişi e-poçtları
|
||||||
|
migrations:
|
||||||
|
incoming_migrations: Fərqli bir hesabdan daşı
|
||||||
|
incoming_migrations_html: Başqa bir hesabdan bu hesaba daşımaq üçün əvvəlcə <a href="%{path}">bir hesab alias-ı yaratmalısınız</a>.
|
||||||
|
proceed_with_move: İzləyiciləri daşı
|
||||||
|
warning:
|
||||||
|
disabled_account: Hazırkı hesabınız daha sonra istifadəyə yararsız olacaq. Ancaq, verilərin xaricə köçürülməsinə, həmçinin təkrar aktivləşdirmə prosesinə erişə biləcəksiniz.
|
||||||
|
moderation:
|
||||||
|
title: Moderasiya
|
||||||
|
notification_mailer:
|
||||||
|
reblog:
|
||||||
|
body: "%{name} göndərişinizi təkrar paylaşdı:"
|
||||||
|
subject: "%{name} göndərişinizi təkrar paylaşdı"
|
||||||
|
title: Yeni təkrar paylaşma
|
||||||
|
notifications:
|
||||||
|
administration_emails: Admin e-poçt bildirişləri
|
||||||
|
email_events: Fəaliyyətlər üçün e-poçt bildirişləri
|
||||||
|
email_events_hint: 'Bildiriş almaq istədiyiniz fəaliyyətləri seçin:'
|
||||||
|
otp_authentication:
|
||||||
|
description_html: Bir kimlik doğrulayıcı tətbiq istifadə edərək <strong>iki addımlı kimlik doğrulamanı</strong> fəallaşdırsanız, giriş etmək üçün telefonunuzun yanınızda olması tələb olunacaq, çünki daxil olmağınız üçün kodlar yaradılacaq.
|
||||||
|
preferences:
|
||||||
|
posting_defaults: Göndəriş ilkin ayarları
|
||||||
|
public_timelines: Ümumi zaman xətləri
|
||||||
|
relationships:
|
||||||
|
activity: Hesab fəaliyyəti
|
||||||
|
confirm_follow_selected_followers: Seçilmiş izləyicləri izləmək istədiyinizə əminsiniz?
|
||||||
|
confirm_remove_selected_followers: Seçilmiş izləyiciləri çıxartmaq istədiyinizə əminsiniz?
|
||||||
|
confirm_remove_selected_follows: Seçilmiş izləmələri çıxartmaq istədiyinizə əminsiniz?
|
||||||
|
dormant: Fəaliyyətsiz
|
||||||
|
follow_failure: Seçilmiş hesablardan bəziləri izlənilə bilmədi.
|
||||||
|
follow_selected_followers: Seçilmiş izləyiciləri izlə
|
||||||
|
followers: İzləyicilər
|
||||||
|
most_recent: Ən son
|
||||||
|
mutual: Ortaq
|
||||||
|
relationship: Münasibət
|
||||||
|
remove_selected_domains: Seçilmiş domenlərin bütün izləyicilərini çıxart
|
||||||
|
remove_selected_followers: Seçilmiş izləyiciləri çıxart
|
||||||
|
remove_selected_follows: Seçilmiş istifadəçiləri izləmədən çıxart
|
||||||
|
status: Hesab statusu
|
||||||
|
sessions:
|
||||||
|
browsers:
|
||||||
|
edge: Microsoft Edge
|
||||||
|
explanation: Bunlar, hazırda Mastodon hesabınıza giriş etmiş veb brauzerlərdir.
|
||||||
|
title: Seanslar
|
||||||
|
view_authentication_history: Hesabınızın kimlik doğrulama tarixçəsinə baxın
|
||||||
|
settings:
|
||||||
|
account_settings: Hesab ayarları
|
||||||
|
appearance: Görünüş
|
||||||
|
development: Gəlişdirmə
|
||||||
|
export: Xaricə köçür
|
||||||
|
import_and_export: Daxilə və xaricə köçürmə
|
||||||
|
notifications: E-poçt bildirişləri
|
||||||
|
relationships: İzlənilənlər və izləyicilər
|
||||||
|
severed_relationships: Kəsilmiş münasibətlər
|
||||||
|
statuses_cleanup: Göndərişin avtomatik silinməsi
|
||||||
|
strikes: Moderasiya pozuntuları
|
||||||
|
two_factor_authentication: İki faktorlu kimlik doğrulama
|
||||||
|
severed_relationships:
|
||||||
|
lost_followers: İtirilən izləyicilər
|
||||||
|
preamble: Bir domeni əngəllədiyiniz zaman və ya moderatorlarınız uzaq bir serverin fəaliyyətini dayandırmağa qərar verdiyi zaman izlədiklərinizi və izləyicilərinizi itirə bilərsiniz. Bu baş verdiyi zaman, kəsilmiş münasibətlərin bir siyahısını endirə, nəzərdən keçirə və bəlkə də başqa bir serverə köçürə biləcəksiniz.
|
||||||
|
statuses:
|
||||||
|
boosted_from_html: "%{acct_link} üzərindən təkrar paylaşdı"
|
||||||
|
default_language: İnterfeys dili ilə eyni
|
||||||
|
pin_errors:
|
||||||
|
reblog: Təkrar paylaşım, sancıla bilməz
|
||||||
|
visibilities:
|
||||||
|
private: Yalnız izləyicilər
|
||||||
|
private_long: Yalnız izləyicilər görə bilər
|
||||||
|
public_long: Hər kəs görə bilər
|
||||||
|
unlisted_long: Hər kəs görə bilər, ancaq hər kəsə açıq zaman xətlərində sadalanmır
|
||||||
|
statuses_cleanup:
|
||||||
|
enabled: Köhnə göndərişləri avtomatik sil
|
||||||
|
enabled_hint: Aşağıdakı istisnalardan heç birinə uyuşmadığı müddətcə, göndərişləriniz qeyd edilmiş yaş həddinə çatdıqda avtomatik silinir
|
||||||
|
exceptions: İstisnalar
|
||||||
|
explanation: Göndərişlərin silinməsi bahalı əməliyyat olduğu üçün, server çox məşğul olmadığı zaman bu proses yavaş-yavaş icra edilir. Bu səbəbdən, bəzi göndərişləriniz yaş həddinə çatdıqdan bir müddət sonra silinə bilər.
|
||||||
|
ignore_reblogs: Təkrar paylaşımları yox say
|
||||||
|
interaction_exceptions: Qarşılıqlı əlaqələrə əsaslanan istisnalar
|
||||||
|
interaction_exceptions_explanation: Nəzərə alın ki, bir göndəriş sevimlilərə əlavə edilmə və ya təkrar paylaşma həddini keçdikdən sonra həmin həddin altına düşsə belə, onun silinəcəyinə zəmanət verilmir.
|
||||||
|
keep_direct: Birbaşa mesajları saxla
|
||||||
|
keep_direct_hint: Birbaşa yazdığınız mesajların heç biri silinməyəcək
|
||||||
|
keep_media: Media qoşmaları olan göndərişləri saxla
|
||||||
|
keep_media_hint: Media qoşması olan göndərişlərinizdən heç biri silinməyəcək
|
||||||
|
keep_pinned: Sancaqlanmış göndərişləri saxla
|
||||||
|
keep_pinned_hint: Sancaqlanmış göndərişlərinizdən heç biri silinməyəcək
|
||||||
|
keep_polls: Anketləri saxla
|
||||||
|
keep_polls_hint: Anketlərinizdən heç biri silinməyəcək
|
||||||
|
keep_self_bookmark: Əlfəcinlərə əlavə etdiyiniz göndərişləri saxla
|
||||||
|
keep_self_bookmark_hint: Öz göndərişlərinizi əlfəcinlərə əlavə etmisinizsə silinməyəcək
|
||||||
|
keep_self_fav: Sevimlilərə əlavə etdiyiniz göndərişləri saxla
|
||||||
|
keep_self_fav_hint: Öz göndərişlərinizi sevimlilərə əlavə etmisinizsə silinməyəcək
|
||||||
|
min_age_label: Yaş həddi
|
||||||
|
min_reblogs: Bu həddən çox təkrar paylaşılan göndərişləri saxla
|
||||||
|
min_reblogs_hint: Bu sayda və ya daha çox təkrar paylaşma alan göndərişləriniz silinməyəcək. Təkrar paylaşılma sayından asılı olmayaraq göndərişlərin silinməsi üçün boş buraxın.
|
||||||
|
stream_entries:
|
||||||
|
sensitive_content: Həssas məzmun
|
||||||
|
tags:
|
||||||
|
does_not_match_previous_name: əvvəlki adla uyuşmur
|
||||||
|
two_factor_authentication:
|
||||||
|
disabled_success: İki faktorlu kimlik doğrulama uğurla sıradan çıxarıldı
|
||||||
|
enabled: İki faktorlu kimlik doğrulama fəallaşdırıldı
|
||||||
|
enabled_success: İki faktorlu kimlik doğrulama uğurla fəallaşdırıldı
|
||||||
|
generate_recovery_codes: Geri qaytarma kodlarını yarat
|
||||||
|
lost_recovery_codes: Geri qaytarma kodları, telefonunuzu itirdiyiniz halda hesabınıza yenidən erişməyinizə imkan verir. Geri qaytarma kodlarınızı itirsəniz, onları təkrar yarada bilərsiniz. Köhnə geri qaytarma kodlarınız yararsız sayılacaq.
|
||||||
|
recovery_codes: Geri qaytarma kodlarını nüsxələ
|
||||||
|
recovery_codes_regenerated: Geri qaytarma kodları uğurla yaradıldı
|
||||||
|
recovery_instructions_html: Telefonunuza erişə bilmirsinizsə, hesabınıza təkrar erişə bilmək üçün aşağıdakı geri qaytarma kodlarından birini istifadə edə bilərsiniz. <strong>Geri qaytarma kodlarını etibarlı yerdə saxlayın</strong>. Misal üçün, bunları çap edib digər vacib sənədlərin yanında saxlaya bilərsiniz.
|
||||||
|
user_mailer:
|
||||||
|
appeal_approved:
|
||||||
|
action: Hesab ayarları
|
||||||
|
explanation: "%{strike_date} tarixində hesabınıza qarşı tətbiq edilən cəza ilə bağlı %{appeal_date} tarixində göndərdiyiniz etirazınız təsdiqlənib. Hesabınız yenidən normal vəziyyətdədir."
|
||||||
|
subject: "%{date} tarixli etirazınız təsdiqlənib"
|
||||||
|
subtitle: Hesabınız yenidən normal vəziyyətdədir.
|
||||||
|
title: Etiraz təsdiqlənib
|
||||||
|
suspicious_sign_in:
|
||||||
|
change_password: parolu dəyişdir
|
||||||
|
subject: Hesabınıza yeni bir IP ünvanından erişildi
|
||||||
|
terms_of_service_changed:
|
||||||
|
title: Vacib güncəlləmə
|
||||||
|
warning:
|
||||||
|
explanation:
|
||||||
|
disable: Artıq hesabınızı istifadə edə bilməzsiniz, ancaq profiliniz və digər veriləriniz olduğu kimi qalacaq. Verilərinizin bir nüsxəsini tələb edə, hesab ayarlarınızı dəyişdirə və ya hesabınızı silə bilərsiniz.
|
||||||
|
suspend: Hesabınızı artıq istifadə edə bilməzsiniz, profiliniz və digər veriləriniz artıq əlçatmazdır. Təxminən 30 gün ərzində verilər tamamilə silinənə qədər verilərinizin bir nüsxəsini tələb etmək üçün hələ də hesabınıza giriş edə bilərsiniz, ancaq hesab fəaliyyətinin dayandırılması prosesini ləğv etməyinizi önləmək üçün bəzi təməl veriləri saxlayacağıq.
|
||||||
|
welcome:
|
||||||
|
edit_profile_step: Profilinizi tam dolduraraq qarşılıqlı əlaqələrinizi artırın.
|
||||||
|
feature_creativity: Mastodon özünüzü onlayn mühitdə ifadə etməyinizə kömək edəcək səs, video və şəkil göndərişləri, erişiləbilənlik açıqlamaları, anketlər, məzmun xəbərdarlıqları, animasiyalı avatarlar, özəl emojilər, kiçik şəkli kəsmə nəzarəti və daha çoxunu dəstəkləyir. Öz sənətinizi, musiqinizi və ya podkastınızı dərc edirsinizsə, Mastodon sizin üçün buradadır.
|
||||||
|
feature_moderation_title: Olmalı olduğu şəkildə moderasiya
|
||||||
|
users:
|
||||||
|
go_to_sso_account_settings: Kimlik provayderinizin hesab ayarlarına gedin
|
||||||
|
otp_lost_help_html: Hər ikisinə də erişə bilmirsinizsə, %{email} ilə əlaqə saxlayın
|
||||||
|
seamless_external_login: Xarici bir server üzərindən giriş etdiyiniz üçün parol və e-poçt ayarları mövcud deyil.
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ be:
|
||||||
many: Падпісчыкаў
|
many: Падпісчыкаў
|
||||||
one: Падпісчык
|
one: Падпісчык
|
||||||
other: Падпісчыкі
|
other: Падпісчыкі
|
||||||
following: Падпісаны
|
following: Падпіскі
|
||||||
instance_actor_flash: Гэты ўліковы запіс - лічбавы аватар, неабходны для рэпрэзентацыі самога сервера, а не якой-небудзь асобы. Ён выкарыстоўваецца для федэралізацыі і не можа быць замарожаны.
|
instance_actor_flash: Гэты ўліковы запіс - лічбавы аватар, неабходны для рэпрэзентацыі самога сервера, а не якой-небудзь асобы. Ён выкарыстоўваецца для федэралізацыі і не можа быць замарожаны.
|
||||||
last_active: апошняя актыўнасць
|
last_active: апошняя актыўнасць
|
||||||
link_verified_on: Права ўласнасці на гэтую спасылку праверана %{date}
|
link_verified_on: Права ўласнасці на гэтую спасылку праверана %{date}
|
||||||
|
|
@ -25,11 +25,12 @@ be:
|
||||||
one: Допіс
|
one: Допіс
|
||||||
other: Допісы
|
other: Допісы
|
||||||
posts_tab_heading: Допісы
|
posts_tab_heading: Допісы
|
||||||
|
self_follow_error: Нельга падпісацца на свой уліковы запіс
|
||||||
admin:
|
admin:
|
||||||
account_actions:
|
account_actions:
|
||||||
action: Выканаць дзеянне
|
action: Выканаць дзеянне
|
||||||
already_silenced: Гэты ўліковы запіс ужо абмежаваны.
|
already_silenced: Гэты ўліковы запіс ужо абмежаваны.
|
||||||
already_suspended: Гэты ўліковы запіс ужо прыпынены.
|
already_suspended: Гэты ўліковы запіс ужо прыпыніў працу.
|
||||||
title: Мадэраваць %{acct}
|
title: Мадэраваць %{acct}
|
||||||
account_moderation_notes:
|
account_moderation_notes:
|
||||||
create: Пакінуць нататку
|
create: Пакінуць нататку
|
||||||
|
|
@ -51,6 +52,7 @@ be:
|
||||||
title: Змяніць адрас эл. пошты для %{username}
|
title: Змяніць адрас эл. пошты для %{username}
|
||||||
change_role:
|
change_role:
|
||||||
changed_msg: Роля паспяхова зменена!
|
changed_msg: Роля паспяхова зменена!
|
||||||
|
edit_roles: Наладзіць ролі карыстальнікаў
|
||||||
label: Змяніць ролю
|
label: Змяніць ролю
|
||||||
no_role: Няма ролі
|
no_role: Няма ролі
|
||||||
title: Змяніць ролю для %{username}
|
title: Змяніць ролю для %{username}
|
||||||
|
|
@ -89,9 +91,9 @@ be:
|
||||||
remote: Адлеглы
|
remote: Адлеглы
|
||||||
title: Месцазнаходжанне
|
title: Месцазнаходжанне
|
||||||
login_status: Стан уваходу
|
login_status: Стан уваходу
|
||||||
media_attachments: Медыя далучэнні
|
media_attachments: Медыя ўлажэнні
|
||||||
memorialize: Даданае да памяці
|
memorialize: Даданае да памяці
|
||||||
memorialized: Запомненае
|
memorialized: Увекавечаны
|
||||||
memorialized_msg: Уліковы запіс %{username} ператвораны ў мемарыяльны
|
memorialized_msg: Уліковы запіс %{username} ператвораны ў мемарыяльны
|
||||||
moderation:
|
moderation:
|
||||||
active: Актыўны
|
active: Актыўны
|
||||||
|
|
@ -313,6 +315,7 @@ be:
|
||||||
title: Аўдыт
|
title: Аўдыт
|
||||||
unavailable_instance: "(імя дамена недаступнае)"
|
unavailable_instance: "(імя дамена недаступнае)"
|
||||||
announcements:
|
announcements:
|
||||||
|
back: Вярнуцца да аб'яў
|
||||||
destroyed_msg: Аб’ява выдалена!
|
destroyed_msg: Аб’ява выдалена!
|
||||||
edit:
|
edit:
|
||||||
title: Рэдагаваць абвестку
|
title: Рэдагаваць абвестку
|
||||||
|
|
@ -321,6 +324,10 @@ be:
|
||||||
new:
|
new:
|
||||||
create: Стварыць аб'яву
|
create: Стварыць аб'яву
|
||||||
title: Новая аб'ява
|
title: Новая аб'ява
|
||||||
|
preview:
|
||||||
|
disclaimer: Паколькі карыстальнікі не могуць адмовіцца ад іх, апавяшчэнні па электроннай пошце мусяць выкарыстоўвацца толькі для важных аб'яў, накшталт уцечкі асабістых дадзеных ці зачынення сервера.
|
||||||
|
explanation_html: 'Ліст будзе дасланы на электронную пошту <strong>%{display_count} карыстальнікам</strong>. У ім будзе наступнае:'
|
||||||
|
title: Перадпрагляд аб'явы апавяшчэння
|
||||||
publish: Апублікаваць
|
publish: Апублікаваць
|
||||||
published_msg: Аб'ява паспяхова апублікавана!
|
published_msg: Аб'ява паспяхова апублікавана!
|
||||||
scheduled_for: Запланавана на %{time}
|
scheduled_for: Запланавана на %{time}
|
||||||
|
|
@ -432,7 +439,7 @@ be:
|
||||||
create: Стварыць блакіроўку
|
create: Стварыць блакіроўку
|
||||||
hint: Блакіроўка дамена не будзе перашкаджаць стварэнню запісаў уліковых запісаў у базе даных, але будзе заднім лікам і аўтаматычна прымяняць да гэтых уліковых запісаў пэўныя метады мадэрацыі.
|
hint: Блакіроўка дамена не будзе перашкаджаць стварэнню запісаў уліковых запісаў у базе даных, але будзе заднім лікам і аўтаматычна прымяняць да гэтых уліковых запісаў пэўныя метады мадэрацыі.
|
||||||
severity:
|
severity:
|
||||||
desc_html: "<strong>Абмежаванне</strong> зробіць допісы людзей з гэтага дамену нябачнымі для тых, хто на іх не падпісаны. <strong>Выключэнне</strong> выдаліць усё змесціва, медыя і даныя профіляў дамену з вашага серверу. <strong>«Нічога»</strong> проста адхіліць медыя файлы."
|
desc_html: "<strong>Абмежаванне</strong> зробіць допісы людзей з гэтага дамену нябачнымі для тых, хто на іх не падпісаны. <strong>Выключэнне</strong> выдаліць усё змесціва, медыя і даныя ўліковых запісаў дамену з вашага серверу. <strong>«Нічога»</strong> проста адхіліць медыя файлы."
|
||||||
noop: Пуста
|
noop: Пуста
|
||||||
silence: Абмежаваць
|
silence: Абмежаваць
|
||||||
suspend: Прыпыніць
|
suspend: Прыпыніць
|
||||||
|
|
@ -492,22 +499,32 @@ be:
|
||||||
fasp:
|
fasp:
|
||||||
debug:
|
debug:
|
||||||
callbacks:
|
callbacks:
|
||||||
|
created_at: Створана
|
||||||
delete: Выдаліць
|
delete: Выдаліць
|
||||||
ip: IP-адрас
|
ip: IP-адрас
|
||||||
|
request_body: Запытаць цела
|
||||||
|
title: Зрабіць дэбаг зваротных выклікаў
|
||||||
providers:
|
providers:
|
||||||
active: Актыўны
|
active: Актыўны
|
||||||
base_url: Базавы URL-адрас
|
base_url: Базавы URL-адрас
|
||||||
|
callback: Зваротны выклік
|
||||||
delete: Выдаліць
|
delete: Выдаліць
|
||||||
edit: Рэдагаваць пастаўшчыка
|
edit: Рэдагаваць пастаўшчыка
|
||||||
finish_registration: Завяршыць рэгістрацыю
|
finish_registration: Завяршыць рэгістрацыю
|
||||||
name: Назва
|
name: Назва
|
||||||
providers: Пастаўшчыкі
|
providers: Пастаўшчыкі
|
||||||
public_key_fingerprint: Лічбавы адбітак публічнага ключа
|
public_key_fingerprint: Лічбавы адбітак публічнага ключа
|
||||||
|
registration_requested: Патрабуюцца рэгістрацыя
|
||||||
registrations:
|
registrations:
|
||||||
confirm: Пацвердзіць
|
confirm: Пацвердзіць
|
||||||
|
description: Вы запыталі рэгістрацыю ад FASP. Адмоўцеся, калі Вы не рабілі гэтага. Калі ж Вы гэта зрабілі, то ўважліва параўнайце імя і ключ перад пацвярджэннем рэгістрацыі.
|
||||||
reject: Адхіліць
|
reject: Адхіліць
|
||||||
|
title: Пацвердзіць рэгістрацыю ў FASP
|
||||||
save: Захаваць
|
save: Захаваць
|
||||||
|
select_capabilities: Выбраць здольнасці
|
||||||
sign_in: Увайсці
|
sign_in: Увайсці
|
||||||
|
status: Допіс
|
||||||
|
title: Дапаможныя серверы федэральнага сусвету
|
||||||
title: FASP
|
title: FASP
|
||||||
follow_recommendations:
|
follow_recommendations:
|
||||||
description_html: "<strong>Рэкамендацыі падпісак, дапамогаюць новым карыстальнікам хутка знайсці цікавы кантэнт</strong>. Калі карыстальнік недастаткова ўзаемадзейнічаў з іншымі, каб сфарміраваць персанальныя рэкамендацыі прытрымлівацца, замест гэтага рэкамендуюцца гэтыя ўліковыя запісы. Яны штодзённа пераразлічваюцца з сумесі ўліковых запісаў з самымі апошнімі ўзаемадзеяннямі і найбольшай колькасцю мясцовых падпісчыкаў для дадзенай мовы."
|
description_html: "<strong>Рэкамендацыі падпісак, дапамогаюць новым карыстальнікам хутка знайсці цікавы кантэнт</strong>. Калі карыстальнік недастаткова ўзаемадзейнічаў з іншымі, каб сфарміраваць персанальныя рэкамендацыі прытрымлівацца, замест гэтага рэкамендуюцца гэтыя ўліковыя запісы. Яны штодзённа пераразлічваюцца з сумесі ўліковых запісаў з самымі апошнімі ўзаемадзеяннямі і найбольшай колькасцю мясцовых падпісчыкаў для дадзенай мовы."
|
||||||
|
|
@ -546,7 +563,7 @@ be:
|
||||||
description_html: Вы можаце вызначыць палітыку кантэнту, якая будзе прымяняцца да ўсіх уліковых запісаў гэтага дамена і любога з яго субдаменаў.
|
description_html: Вы можаце вызначыць палітыку кантэнту, якая будзе прымяняцца да ўсіх уліковых запісаў гэтага дамена і любога з яго субдаменаў.
|
||||||
limited_federation_mode_description_html: Вы можаце выбраць ці дазволіць уваходзіць у федэрацыю з гэтым даменам.
|
limited_federation_mode_description_html: Вы можаце выбраць ці дазволіць уваходзіць у федэрацыю з гэтым даменам.
|
||||||
policies:
|
policies:
|
||||||
reject_media: Адхіліць мультымедыя
|
reject_media: Адхіліць медыя
|
||||||
reject_reports: Адхіліць справаздачы
|
reject_reports: Адхіліць справаздачы
|
||||||
silence: Ліміт
|
silence: Ліміт
|
||||||
suspend: Прыпыніць
|
suspend: Прыпыніць
|
||||||
|
|
@ -559,7 +576,7 @@ be:
|
||||||
instance_followers_measure: нашых падпісчыкаў там
|
instance_followers_measure: нашых падпісчыкаў там
|
||||||
instance_follows_measure: іх падпісчыкаў тут
|
instance_follows_measure: іх падпісчыкаў тут
|
||||||
instance_languages_dimension: Папулярныя мовы
|
instance_languages_dimension: Папулярныя мовы
|
||||||
instance_media_attachments_measure: захаваныя медыя-далучэнні
|
instance_media_attachments_measure: захаваныя медыя ўлажэнні
|
||||||
instance_reports_measure: справаздач пра іх
|
instance_reports_measure: справаздач пра іх
|
||||||
instance_statuses_measure: захаваных паведамленняў
|
instance_statuses_measure: захаваных паведамленняў
|
||||||
delivery:
|
delivery:
|
||||||
|
|
@ -586,7 +603,9 @@ be:
|
||||||
moderation_notes:
|
moderation_notes:
|
||||||
create: Дадаць нататку мадэратара
|
create: Дадаць нататку мадэратара
|
||||||
created_msg: Нататка мадэратара для экзэмпляра сервера створана!
|
created_msg: Нататка мадэратара для экзэмпляра сервера створана!
|
||||||
|
description_html: Паглядзіце і пакіньце нататкі іншым мадэратарам або сабе ў будучыні
|
||||||
destroyed_msg: Нататка мадэратара экзэмпляра сервера выдалена!
|
destroyed_msg: Нататка мадэратара экзэмпляра сервера выдалена!
|
||||||
|
placeholder: Інфармацыя пра гэты выпадак, прынятыя меры ці нешта яшчэ, што дапаможа Вам разабрацца з гэтым у будучыні.
|
||||||
title: Нататкі мадэратараў
|
title: Нататкі мадэратараў
|
||||||
private_comment: Прыватны каментарый
|
private_comment: Прыватны каментарый
|
||||||
public_comment: Публічны каментарый
|
public_comment: Публічны каментарый
|
||||||
|
|
@ -597,7 +616,7 @@ be:
|
||||||
total_followed_by_them: Іхнія падпіскі
|
total_followed_by_them: Іхнія падпіскі
|
||||||
total_followed_by_us: Нашыя падпіскі
|
total_followed_by_us: Нашыя падпіскі
|
||||||
total_reported: Скаргі на іх
|
total_reported: Скаргі на іх
|
||||||
total_storage: Медыя далучэнні
|
total_storage: Медыя ўлажэнні
|
||||||
totals_time_period_hint_html: Паказаныя агульныя значэнні ніжэй уключаюць даныя за ўвесь час.
|
totals_time_period_hint_html: Паказаныя агульныя значэнні ніжэй уключаюць даныя за ўвесь час.
|
||||||
unknown_instance: На дадзены момант няма запісаў аб гэтым дамене на гэтым серверы.
|
unknown_instance: На дадзены момант няма запісаў аб гэтым дамене на гэтым серверы.
|
||||||
invites:
|
invites:
|
||||||
|
|
@ -628,7 +647,7 @@ be:
|
||||||
relays:
|
relays:
|
||||||
add_new: Дадаць новы рэтранслятар
|
add_new: Дадаць новы рэтранслятар
|
||||||
delete: Выдаліць
|
delete: Выдаліць
|
||||||
description_html: "<strong>Федэрацыйны рэтранслятар</strong> - гэта прамежкавы сервер, які абменьваецца вялікімі аб’ёмамі публічных паведамленняў паміж серверамі, якія падпісваюцца і робяць публікацыі на ім. <strong>Гэта можа дапамагчы малым і сярэднім серверам выяўляць змесціва з fediverse</strong>, бо ў іншым выпадку лакальным карыстальнікам трэба было б уручную сачыць за іншымі людзьмі на аддаленых серверах."
|
description_html: "<strong>Федэрацыйны рэтранслятар</strong> - гэта прамежкавы сервер, які абменьваецца вялікімі аб’ёмамі публічных паведамленняў паміж серверамі, якія падпісваюцца і робяць публікацыі на ім. <strong>Гэта можа дапамагчы малым і сярэднім серверам выяўляць змесціва з федэральнага сусвету</strong>, бо ў іншым выпадку лакальным карыстальнікам трэба было б уручную сачыць за іншымі людзьмі на аддаленых серверах."
|
||||||
disable: Адключыць
|
disable: Адключыць
|
||||||
disabled: Адключана
|
disabled: Адключана
|
||||||
enable: Уключыць
|
enable: Уключыць
|
||||||
|
|
@ -807,15 +826,21 @@ be:
|
||||||
description_html: Большасць сцвярджаюць, што прачыталі ўмовы абслугоўвання і згаджаюцца з імі, але звычайна людзі не чытаюць іх да канца, пакуль не ўзнікне праблема. <strong>Таму зрабіце правілы вашага сервера простымі з першага погляду, прадставіўшы іх у выглядзе маркіраванага спісу.</strong> Старайцеся рабіць правілы кароткімі і простымі, але не разбіваць іх на шмат асобных пунктаў.
|
description_html: Большасць сцвярджаюць, што прачыталі ўмовы абслугоўвання і згаджаюцца з імі, але звычайна людзі не чытаюць іх да канца, пакуль не ўзнікне праблема. <strong>Таму зрабіце правілы вашага сервера простымі з першага погляду, прадставіўшы іх у выглядзе маркіраванага спісу.</strong> Старайцеся рабіць правілы кароткімі і простымі, але не разбіваць іх на шмат асобных пунктаў.
|
||||||
edit: Рэдагаваць правіла
|
edit: Рэдагаваць правіла
|
||||||
empty: Правілы сервера яшчэ не вызначаны.
|
empty: Правілы сервера яшчэ не вызначаны.
|
||||||
|
move_down: Перасунуць уніз
|
||||||
|
move_up: Перасунуць уверх
|
||||||
title: Правілы сервера
|
title: Правілы сервера
|
||||||
translation: Пераклад
|
translation: Пераклад
|
||||||
translations: Пераклады
|
translations: Пераклады
|
||||||
|
translations_explanation: Вы можаце па жаданні дадаваць пераклады Вашых правіл. Калі перакладу няма, то пакажацца арыгінальная версія. Калі ласка, заўсёды правярайце, каб пераклад быў такім жа актуальным, як і арыгінал.
|
||||||
settings:
|
settings:
|
||||||
about:
|
about:
|
||||||
manage_rules: Кіраваць правіламі сервера
|
manage_rules: Кіраваць правіламі сервера
|
||||||
preamble: Дайце падрабязную інфармацыю аб тым, як сервер працуе, мадэруецца, фінансуецца.
|
preamble: Дайце падрабязную інфармацыю аб тым, як сервер працуе, мадэруецца, фінансуецца.
|
||||||
rules_hint: Існуе спецыяльная вобласць для правілаў, якіх вашы карыстальнікі павінны прытрымлівацца.
|
rules_hint: Існуе спецыяльная вобласць для правілаў, якіх вашы карыстальнікі павінны прытрымлівацца.
|
||||||
title: Пра нас
|
title: Пра нас
|
||||||
|
allow_referrer_origin:
|
||||||
|
desc: Калі Вашыя карыстальнікі націскаюць спасылкі на знешнія сайты, іх браўзер можа дасылаць адрас Вашага сервера Mastodon як крыніцу спасылкі. Адключыце гэту функцыю, калі яна ўнікальна ідэнтыфікуе Вашых карыстальнікаў (напрыклад, калі гэта персанальны сервер Mastodon).
|
||||||
|
title: Дазволіць знешнім сайтам бачыць Ваш сервер Mastodon як крыніцу трафіка
|
||||||
appearance:
|
appearance:
|
||||||
preamble: Наладзьце вэб-інтэрфейс Mastodon.
|
preamble: Наладзьце вэб-інтэрфейс Mastodon.
|
||||||
title: Выгляд
|
title: Выгляд
|
||||||
|
|
@ -922,6 +947,8 @@ be:
|
||||||
system_checks:
|
system_checks:
|
||||||
database_schema_check:
|
database_schema_check:
|
||||||
message_html: Ёсць незавершаныя міграцыі базы даных. Запусціце іх, каб пераканацца, што праграма паводзіць сябе належным чынам
|
message_html: Ёсць незавершаныя міграцыі базы даных. Запусціце іх, каб пераканацца, што праграма паводзіць сябе належным чынам
|
||||||
|
elasticsearch_analysis_index_mismatch:
|
||||||
|
message_html: Налады аналізатара індэксаў Elasticsearch пратэрмінаваныя. Калі ласка, запусціце <code>tootctl search deploy --only-mapping --only=%{value}</code>
|
||||||
elasticsearch_health_red:
|
elasticsearch_health_red:
|
||||||
message_html: Кластар Elasticsearch нездаровы (чырвоны статус), функцыі пошуку недаступныя
|
message_html: Кластар Elasticsearch нездаровы (чырвоны статус), функцыі пошуку недаступныя
|
||||||
elasticsearch_health_yellow:
|
elasticsearch_health_yellow:
|
||||||
|
|
@ -990,9 +1017,25 @@ be:
|
||||||
generate: Выкарыстаць шаблон
|
generate: Выкарыстаць шаблон
|
||||||
generates:
|
generates:
|
||||||
action: Згенерыраваць
|
action: Згенерыраваць
|
||||||
|
chance_to_review_html: "<strong>Аўтаматычна згенераваныя ўмовы карыстання не будуць аўтаматычна апублікаваныя.</strong> У Вас будзе магчымасць паглядзець на вынікі. Калі ласка, дайце неабходныя дэталі, каб працягнуць."
|
||||||
|
explanation_html: Узор умоў карыстання прадстаўлены выключна з інфармацыйнай мэтай і не павінен успрымацца як юрыдычная кансультацыя ні ў якім пытанні. Калі ласка, правядзіце размову з Вашым уласным юрыдычным кансультантам па Вашай сітуацыі і Вашых канкрэтных юрыдычных пытаннях.
|
||||||
|
title: Стварэнне ўмоў карыстання
|
||||||
|
going_live_on_html: Уступяць у сілу %{date}
|
||||||
history: Гісторыя
|
history: Гісторыя
|
||||||
live: Дзейнічае
|
live: Дзейнічае
|
||||||
|
no_history: Пакуль не заўважана ніякіх змен ва ўмовах пагаднення.
|
||||||
|
no_terms_of_service_html: У Вас пакуль няма ніякіх умоў карыстання. Умовы карыстання ствараюцца для яснасці і абароны ад патэнцыяльных абавязкаў у спрэчках з Вашымі карыстальнікамі.
|
||||||
|
notified_on_html: Карыстальнікам паведамяць %{date}
|
||||||
notify_users: Апавясціць карыстальнікаў
|
notify_users: Апавясціць карыстальнікаў
|
||||||
|
preview:
|
||||||
|
explanation_html: 'Электронны ліст будзе дасланы <strong>%{display_count} карыстальнікам</strong>, якія зарэгістраваліся да %{date}. У лісце будзе наступны тэкст:'
|
||||||
|
send_preview: Адправіць на %{email} для перадпрагляду
|
||||||
|
send_to_all:
|
||||||
|
few: Адправіць %{display_count} электронныя лісты
|
||||||
|
many: Адправіць %{display_count} электронных лістоў
|
||||||
|
one: Адправіць %{display_count} электронны ліст
|
||||||
|
other: Адправіць %{display_count} электронных лістоў
|
||||||
|
title: Перадпрагляд апавяшчэння пра ўмовы карыстання
|
||||||
publish: Апублікаваць
|
publish: Апублікаваць
|
||||||
published_on_html: Апублікавана %{date}
|
published_on_html: Апублікавана %{date}
|
||||||
save_draft: Захаваць чарнавік
|
save_draft: Захаваць чарнавік
|
||||||
|
|
@ -1002,10 +1045,15 @@ be:
|
||||||
allow: Дазволіць
|
allow: Дазволіць
|
||||||
approved: Пацверджаны
|
approved: Пацверджаны
|
||||||
confirm_allow: Вы ўпэўнены, што хочаце дазволіць выбраныя тэгі?
|
confirm_allow: Вы ўпэўнены, што хочаце дазволіць выбраныя тэгі?
|
||||||
|
confirm_disallow: Вы ўпэўненыя, што хочаце забараніць абраныя хэштэгі?
|
||||||
disallow: Забараніць
|
disallow: Забараніць
|
||||||
links:
|
links:
|
||||||
allow: Дазволіць спасылка
|
allow: Дазволіць спасылка
|
||||||
allow_provider: Дазволіць выдаўца
|
allow_provider: Дазволіць выдаўца
|
||||||
|
confirm_allow: Вы ўпэўненыя, што хочаце дазволіць абраныя спасылкі?
|
||||||
|
confirm_allow_provider: Вы ўпэўненыя, што хочаце дазволіць абраныя спасылкі?
|
||||||
|
confirm_disallow: Вы ўпэўненыя, што хочаце забараніць абраныя спасылкі?
|
||||||
|
confirm_disallow_provider: Вы ўпэўненыя, што хочаце забараніць абраныя серверы?
|
||||||
description_html: Гэта спасылкі, якія зараз часта распаўсюджваюцца ўліковымі запісамі, з якіх ваш сервер бачыць паведамленні. Гэта можа дапамагчы вашым карыстальнікам даведацца, што адбываецца ў свеце. Ніякія спасылкі не будуць паказвацца публічна, пакуль вы не зацвердзіце аўтара. Вы таксама можаце дазволіць або адхіліць асобныя спасылкі.
|
description_html: Гэта спасылкі, якія зараз часта распаўсюджваюцца ўліковымі запісамі, з якіх ваш сервер бачыць паведамленні. Гэта можа дапамагчы вашым карыстальнікам даведацца, што адбываецца ў свеце. Ніякія спасылкі не будуць паказвацца публічна, пакуль вы не зацвердзіце аўтара. Вы таксама можаце дазволіць або адхіліць асобныя спасылкі.
|
||||||
disallow: Забараніць спасылку
|
disallow: Забараніць спасылку
|
||||||
disallow_provider: Дазволіць выдаўца
|
disallow_provider: Дазволіць выдаўца
|
||||||
|
|
@ -1031,6 +1079,10 @@ be:
|
||||||
statuses:
|
statuses:
|
||||||
allow: Дазволіць допіс
|
allow: Дазволіць допіс
|
||||||
allow_account: Дазволіць аўтара
|
allow_account: Дазволіць аўтара
|
||||||
|
confirm_allow: Вы ўпэўненыя, што хочаце дазволіць абраныя допісы?
|
||||||
|
confirm_allow_account: Вы ўпэўненыя, што хочаце дазволіць абраныя ўліковыя запісы?
|
||||||
|
confirm_disallow: Вы ўпэўненыя, што хочаце забараніць абраныя допісы?
|
||||||
|
confirm_disallow_account: Вы ўпэўненыя, што хочаце забараніць абраныя ўліковыя запісы?
|
||||||
description_html: Гэта допісы, пра якія ведае ваш сервер, што на дадзены момант часта абагульваюцца і падабаюцца людзям. Гэта можа дапамагчы вашым новым і пастаянным карыстальнікам знайсці больш людзей, на якіх можна падпісацца. Ніякія допісы не будуць паказвацца публічна, пакуль вы не зацвердзіце аўтара, а аўтар не дазволіць прапанаваць свой уліковы запіс іншым. Вы таксама можаце дазволіць або адхіліць асобныя допісы.
|
description_html: Гэта допісы, пра якія ведае ваш сервер, што на дадзены момант часта абагульваюцца і падабаюцца людзям. Гэта можа дапамагчы вашым новым і пастаянным карыстальнікам знайсці больш людзей, на якіх можна падпісацца. Ніякія допісы не будуць паказвацца публічна, пакуль вы не зацвердзіце аўтара, а аўтар не дазволіць прапанаваць свой уліковы запіс іншым. Вы таксама можаце дазволіць або адхіліць асобныя допісы.
|
||||||
disallow: Забараніць допіс
|
disallow: Забараніць допіс
|
||||||
disallow_account: Забараніць аўтара
|
disallow_account: Забараніць аўтара
|
||||||
|
|
@ -1227,6 +1279,7 @@ be:
|
||||||
set_new_password: Прызначыць новы пароль
|
set_new_password: Прызначыць новы пароль
|
||||||
setup:
|
setup:
|
||||||
email_below_hint_html: Праверце папку са спамам або зрабіце новы запыт. Вы можаце выправіць свой email, калі ён няправільны.
|
email_below_hint_html: Праверце папку са спамам або зрабіце новы запыт. Вы можаце выправіць свой email, калі ён няправільны.
|
||||||
|
email_settings_hint_html: Націсніце на спасылку, якую мы адправілі на %{email}, каб пачаць карыстацца Mastodon. Мы пакуль пачакаем тут.
|
||||||
link_not_received: Не атрымалі спасылку?
|
link_not_received: Не атрымалі спасылку?
|
||||||
new_confirmation_instructions_sent: Праз некалькі хвілін вы атрымаеце новы ліст на email са спасылкай для пацверджання!
|
new_confirmation_instructions_sent: Праз некалькі хвілін вы атрымаеце новы ліст на email са спасылкай для пацверджання!
|
||||||
title: Праверце вашу пошту
|
title: Праверце вашу пошту
|
||||||
|
|
@ -1235,6 +1288,7 @@ be:
|
||||||
title: Уваход у %{domain}
|
title: Уваход у %{domain}
|
||||||
sign_up:
|
sign_up:
|
||||||
manual_review: Рэгістрацыі на %{domain} праходзяць ручную праверку нашымі мадэратарамі. Каб дапамагчы нам апрацаваць вашу рэгістрацыю, напішыце крыху пра сябе і чаму вы хочаце мець уліковы запіс на %{domain}.
|
manual_review: Рэгістрацыі на %{domain} праходзяць ручную праверку нашымі мадэратарамі. Каб дапамагчы нам апрацаваць вашу рэгістрацыю, напішыце крыху пра сябе і чаму вы хочаце мець уліковы запіс на %{domain}.
|
||||||
|
preamble: З уліковым запісам на гэтым серверы Mastodon Вы зможаце падпісацца на любога чалавека ў федэральным сусвеце, незалежна ад таго, на якім серверы знаходзіцца яго ўліковы запіс.
|
||||||
title: Наладзьма вас на %{domain}.
|
title: Наладзьма вас на %{domain}.
|
||||||
status:
|
status:
|
||||||
account_status: Стан уліковага запісу
|
account_status: Стан уліковага запісу
|
||||||
|
|
@ -1246,9 +1300,15 @@ be:
|
||||||
view_strikes: Праглядзець мінулыя папярэджанні для вашага ўліковага запісу
|
view_strikes: Праглядзець мінулыя папярэджанні для вашага ўліковага запісу
|
||||||
too_fast: Форма адпраўлена занадта хутка, паспрабуйце яшчэ раз.
|
too_fast: Форма адпраўлена занадта хутка, паспрабуйце яшчэ раз.
|
||||||
use_security_key: Выкарыстаеце ключ бяспекі
|
use_security_key: Выкарыстаеце ключ бяспекі
|
||||||
|
user_agreement_html: Я прачытаў і згаджаюся з <a href="%{terms_of_service_path}" target="_blank">умовамі карыстання</a> і <a href="%{privacy_policy_path}" target="_blank">палітыкай прыватнасці</a>
|
||||||
|
user_privacy_agreement_html: Я прачытаў і згаджаюся з <a href="%{privacy_policy_path}" target="_blank">палітыкай прыватнасці</a>
|
||||||
author_attribution:
|
author_attribution:
|
||||||
example_title: Прыклад тэксту
|
example_title: Прыклад тэксту
|
||||||
|
hint_html: Вы пішаце навіны ці артыкулы ў блогу па-за Mastodon? Кантралюйце, як пазначаецца Вашае аўтарства, калі імі дзеляцца ў Mastodon.
|
||||||
|
instructions: 'Упэўніцеся, што гэты код прысутнічае ў HTML-кодзе Вашага артыкула:'
|
||||||
|
more_from_html: Больш ад %{name}
|
||||||
s_blog: Блог %{name}
|
s_blog: Блог %{name}
|
||||||
|
then_instructions: Пасля, дадайце назву сайта публікацыі ў полі знізу.
|
||||||
title: Пазначэнне аўтарства
|
title: Пазначэнне аўтарства
|
||||||
challenge:
|
challenge:
|
||||||
confirm: Працягнуць
|
confirm: Працягнуць
|
||||||
|
|
@ -1460,6 +1520,68 @@ be:
|
||||||
merge_long: Захаваць існуючыя запісы і дадаць новыя
|
merge_long: Захаваць існуючыя запісы і дадаць новыя
|
||||||
overwrite: Перазапісаць
|
overwrite: Перазапісаць
|
||||||
overwrite_long: Замяніць бягучыя запісы на новыя
|
overwrite_long: Замяніць бягучыя запісы на новыя
|
||||||
|
overwrite_preambles:
|
||||||
|
blocking_html:
|
||||||
|
few: Вы збіраецеся <strong>замяніць свой спіс заблакіраваных карыстальнікаў</strong> <strong>%{count} карыстальнікамі</strong> з <strong>%{filename}</strong>.
|
||||||
|
many: Вы збіраецеся <strong>замяніць свой спіс заблакіраваных карыстальнікаў</strong> <strong>%{count} карыстальнікамі</strong> з <strong>%{filename}</strong>.
|
||||||
|
one: Вы збіраецеся <strong>замяніць свой спіс заблакіраваных карыстальнікаў</strong> <strong>%{count} карыстальнікам</strong> з <strong>%{filename}</strong>.
|
||||||
|
other: Вы збіраецеся <strong>замяніць свой спіс заблакіраваных карыстальнікаў</strong> <strong>%{count} карыстальнікамі</strong> з <strong>%{filename}</strong>.
|
||||||
|
bookmarks_html:
|
||||||
|
few: Вы збіраецеся <strong>замяніць свае закладкі</strong> <strong>%{count} допісамі</strong> з <strong>%{filename}</strong>.
|
||||||
|
many: Вы збіраецеся <strong>замяніць свае закладкі</strong> <strong>%{count} допісамі</strong> з <strong>%{filename}</strong>.
|
||||||
|
one: Вы збіраецеся <strong>замяніць свае закладкі</strong> <strong>%{count} допісам</strong> з <strong>%{filename}</strong>.
|
||||||
|
other: Вы збіраецеся <strong>замяніць свае закладкі</strong> <strong>%{count} допісамі</strong> з <strong>%{filename}</strong>.
|
||||||
|
domain_blocking_html:
|
||||||
|
few: Вы збіраецеся <strong>замяніць свой спіс заблакіраваных даменаў</strong> <strong>%{count} даменамі</strong> з <strong>%{filename}</strong>.
|
||||||
|
many: Вы збіраецеся <strong>замяніць свой спіс заблакіраваных даменаў</strong> <strong>%{count} даменамі</strong> з <strong>%{filename}</strong>.
|
||||||
|
one: Вы збіраецеся <strong>замяніць свой спіс заблакіраваных даменаў</strong> <strong>%{count} даменам</strong> з <strong>%{filename}</strong>.
|
||||||
|
other: Вы збіраецеся <strong>замяніць свой спіс заблакіраваных даменаў</strong> <strong>%{count} дамены</strong> з <strong>%{filename}</strong>.
|
||||||
|
following_html:
|
||||||
|
few: Вы збіраецеся <strong>падпісацца</strong> на <strong>%{count} уліковыя запісы</strong> з <strong>%{filename}</strong> і <strong>адпішацеся ад усіх астатніх</strong>.
|
||||||
|
many: Вы збіраецеся <strong>падпісацца</strong> на <strong>%{count} уліковых запісаў</strong> з <strong>%{filename}</strong> і <strong>адпішацеся ад усіх астатніх</strong>.
|
||||||
|
one: Вы збіраецеся <strong>падпісацца</strong> на <strong>%{count} уліковы запіс</strong> з <strong>%{filename}</strong> і <strong>адпішацеся ад усіх астатніх</strong>.
|
||||||
|
other: Вы збіраецеся <strong>падпісацца</strong> на <strong>%{count} уліковыя запісы</strong> з <strong>%{filename}</strong> і <strong>адпішацеся ад усіх астатніх</strong>.
|
||||||
|
lists_html:
|
||||||
|
few: Вы збіраецеся <strong>замяніць свае спісы</strong> змесцівам з <strong>%{filename}</strong>. <strong>%{count} уліковыя запісы</strong> будуць дададзеныя ў новыя спісы.
|
||||||
|
many: Вы збіраецеся <strong>замяніць свае спісы</strong> змесцівам з <strong>%{filename}</strong>. <strong>%{count} уліковых запісаў</strong> будуць дададзеныя ў новыя спісы.
|
||||||
|
one: Вы збіраецеся <strong>замяніць свае спісы</strong> змесцівам з <strong>%{filename}</strong>. <strong>%{count} уліковы запіс</strong> будзе дададзены ў новыя спісы.
|
||||||
|
other: Вы збіраецеся <strong>замяніць свае спісы</strong> змесцівам з <strong>%{filename}</strong>. <strong>%{count} уліковыя запісы</strong> будуць дададзеныя ў новыя спісы.
|
||||||
|
muting_html:
|
||||||
|
few: Вы збіраецеся <strong>замяніць свой спіс уліковых запісаў, якія Вы ігнаруеце,</strong> <strong>%{count} уліковымі запісамі</strong> з <strong>%{filename}</strong>.
|
||||||
|
many: Вы збіраецеся <strong>замяніць свой спіс уліковых запісаў, якія Вы ігнаруеце,</strong> <strong>%{count} уліковымі запісамі</strong> з <strong>%{filename}</strong>.
|
||||||
|
one: Вы збіраецеся <strong>замяніць свой спіс уліковых запісаў, якія Вы ігнаруеце,</strong> <strong>%{count} уліковым запісам</strong> з <strong>%{filename}</strong>.
|
||||||
|
other: Вы збіраецеся <strong>замяніць свой спіс уліковых запісаў, якія Вы ігнаруеце,</strong> <strong>%{count} уліковыя запісы</strong> з <strong>%{filename}</strong>.
|
||||||
|
preambles:
|
||||||
|
blocking_html:
|
||||||
|
few: Вы збіраецеся <strong>заблакіраваць</strong> <strong>%{count} уліковыя запісы</strong> з <strong>%{filename}</strong>.
|
||||||
|
many: Вы збіраецеся <strong>заблакіраваць</strong> <strong>%{count} уліковых запісаў</strong> з <strong>%{filename}</strong>.
|
||||||
|
one: Вы збіраецеся <strong>заблакіраваць</strong> <strong>%{count} уліковы запіс</strong> з <strong>%{filename}</strong>.
|
||||||
|
other: Вы збіраецеся <strong>заблакіраваць</strong> <strong>%{count} уліковыя запісы</strong> з <strong>%{filename}</strong>.
|
||||||
|
bookmarks_html:
|
||||||
|
few: Вы збіраецеся дадаць <strong>%{count} допісы</strong> з <strong>%{filename}</strong> у Вашыя <strong>закладкі</strong>.
|
||||||
|
many: Вы збіраецеся дадаць <strong>%{count} допісаў</strong> з <strong>%{filename}</strong> у Вашыя <strong>закладкі</strong>.
|
||||||
|
one: Вы збіраецеся дадаць <strong>%{count} допіс</strong> з <strong>%{filename}</strong> у Вашыя <strong>закладкі</strong>.
|
||||||
|
other: Вы збіраецеся дадаць <strong>%{count} допісаў</strong> з <strong>%{filename}</strong> у Вашыя <strong>закладкі</strong>.
|
||||||
|
domain_blocking_html:
|
||||||
|
few: Вы збіраецеся <strong>заблакіраваць</strong> <strong>%{count} дамены</strong> з <strong>%{filename}</strong>.
|
||||||
|
many: Вы збіраецеся <strong>заблакіраваць</strong> <strong>%{count} даменаў</strong> з <strong>%{filename}</strong>.
|
||||||
|
one: Вы збіраецеся <strong>заблакіраваць</strong> <strong>%{count} дамен</strong> з <strong>%{filename}</strong>.
|
||||||
|
other: Вы збіраецеся <strong>заблакіраваць</strong> <strong>%{count} дамены</strong> з <strong>%{filename}</strong>.
|
||||||
|
following_html:
|
||||||
|
few: Вы збіраецеся <strong>падпісацца</strong> на <strong>%{count} уліковыя запісы</strong> з <strong>%{filename}</strong>.
|
||||||
|
many: Вы збіраецеся <strong>падпісацца</strong> на <strong>%{count} уліковых запісаў</strong> з <strong>%{filename}</strong>.
|
||||||
|
one: Вы збіраецеся <strong>падпісацца</strong> на <strong>%{count} уліковы запіс</strong> з <strong>%{filename}</strong>.
|
||||||
|
other: Вы збіраецеся <strong>падпісацца</strong> на <strong>%{count} уліковыя запісы</strong> з <strong>%{filename}</strong>.
|
||||||
|
lists_html:
|
||||||
|
few: Вы збіраецеся дадаць <strong>%{count} уліковыя запісы</strong> з <strong>%{filename}</strong> у Вашыя <strong>спісы</strong>. Калі спісаў няма, то будуць створаны новыя.
|
||||||
|
many: Вы збіраецеся дадаць <strong>%{count} уліковых запісаў</strong> з <strong>%{filename}</strong> у Вашыя <strong>спісы</strong>. Калі спісаў няма, то будуць створаны новыя.
|
||||||
|
one: Вы збіраецеся дадаць <strong>%{count} уліковы запіс</strong> з <strong>%{filename}</strong> у Вашыя <strong>спісы</strong>. Калі спісаў няма, то будуць створаны новыя.
|
||||||
|
other: Вы збіраецеся дадаць <strong>%{count} уліковыя запісы</strong> з <strong>%{filename}</strong> у Вашыя <strong>спісы</strong>. Калі спісаў няма, то будуць створаны новыя.
|
||||||
|
muting_html:
|
||||||
|
few: Вы збіраецеся пачаць <strong>ігнараваць</strong> <strong>%{count} уліковыя запісы</strong> з <strong>%{filename}</strong>.
|
||||||
|
many: Вы збіраецеся пачаць <strong>ігнараваць</strong> <strong>%{count} уліковых запісаў</strong> з <strong>%{filename}</strong>.
|
||||||
|
one: Вы збіраецеся пачаць <strong>ігнараваць</strong> <strong>%{count} уліковы запіс</strong> з <strong>%{filename}</strong>.
|
||||||
|
other: Вы збіраецеся пачаць <strong>ігнараваць</strong> <strong>%{count} уліковыя запісы</strong> з <strong>%{filename}</strong>.
|
||||||
preface: Вы можаце імпартаваць даныя, экспартаваныя вамі з іншага сервера, напрыклад, спіс людзей, на якіх вы падпісаны або якіх блакуеце.
|
preface: Вы можаце імпартаваць даныя, экспартаваныя вамі з іншага сервера, напрыклад, спіс людзей, на якіх вы падпісаны або якіх блакуеце.
|
||||||
recent_imports: Нядаўнія імпарты
|
recent_imports: Нядаўнія імпарты
|
||||||
states:
|
states:
|
||||||
|
|
@ -1546,7 +1668,8 @@ be:
|
||||||
media_attachments:
|
media_attachments:
|
||||||
validations:
|
validations:
|
||||||
images_and_video: Немагчыма далучыць відэа да допісу, які ўжо змяшчае выявы
|
images_and_video: Немагчыма далучыць відэа да допісу, які ўжо змяшчае выявы
|
||||||
not_ready: Няможна далучыць файлы, апрацоўка якіх яшчэ не скончылася. Паспрабуйце яшчэ раз праз хвілінку!
|
not_found: Файл %{ids} не знойдзены або ўжо далучаны да іншага допісу
|
||||||
|
not_ready: Немагчыма далучыць файлы, апрацоўка якіх яшчэ не скончылася. Паспрабуйце яшчэ раз праз хвілінку!
|
||||||
too_many: Немагчыма далучыць больш за 4 файлы
|
too_many: Немагчыма далучыць больш за 4 файлы
|
||||||
migrations:
|
migrations:
|
||||||
acct: Перамешчана ў
|
acct: Перамешчана ў
|
||||||
|
|
@ -1594,7 +1717,7 @@ be:
|
||||||
sign_up:
|
sign_up:
|
||||||
subject: "%{name} зарэгістраваўся"
|
subject: "%{name} зарэгістраваўся"
|
||||||
favourite:
|
favourite:
|
||||||
body: "%{name} упадабаў ваш пост:"
|
body: "%{name} упадабаў(-ла) Ваш допіс:"
|
||||||
subject: "%{name} упадабаў ваш допіс"
|
subject: "%{name} упадабаў ваш допіс"
|
||||||
title: Новае ўпадабанае
|
title: Новае ўпадабанае
|
||||||
follow:
|
follow:
|
||||||
|
|
@ -1614,7 +1737,7 @@ be:
|
||||||
poll:
|
poll:
|
||||||
subject: Апытанне ад %{name} скончылася
|
subject: Апытанне ад %{name} скончылася
|
||||||
reblog:
|
reblog:
|
||||||
body: "%{name} пашырыў ваш пост:"
|
body: "%{name} пашырыў(-ла) Ваш допіс:"
|
||||||
subject: "%{name} пашырыў ваш допіс"
|
subject: "%{name} пашырыў ваш допіс"
|
||||||
title: Новае пашырэнне
|
title: Новае пашырэнне
|
||||||
status:
|
status:
|
||||||
|
|
@ -1661,6 +1784,7 @@ be:
|
||||||
self_vote: Вы не можаце галасаваць ва ўласных апытаннях
|
self_vote: Вы не можаце галасаваць ва ўласных апытаннях
|
||||||
too_few_options: павінна быць болей за адзін варыянт
|
too_few_options: павінна быць болей за адзін варыянт
|
||||||
too_many_options: колькасць варыянтаў не можа перавышаць %{max}
|
too_many_options: колькасць варыянтаў не можа перавышаць %{max}
|
||||||
|
vote: Прагаласаваць
|
||||||
preferences:
|
preferences:
|
||||||
other: Іншае
|
other: Іншае
|
||||||
posting_defaults: Публікаваць па змаўчанні
|
posting_defaults: Публікаваць па змаўчанні
|
||||||
|
|
@ -1692,7 +1816,7 @@ be:
|
||||||
follow_failure: Вы не можаце падпісацца на некаторыя акаўнты.
|
follow_failure: Вы не можаце падпісацца на некаторыя акаўнты.
|
||||||
follow_selected_followers: Падпісацца на выбраных падпісчыкаў
|
follow_selected_followers: Падпісацца на выбраных падпісчыкаў
|
||||||
followers: Падпісчыкі
|
followers: Падпісчыкі
|
||||||
following: Падпісаны
|
following: Падпіскі
|
||||||
invited: Запрошаны
|
invited: Запрошаны
|
||||||
last_active: Апошняя актыўнасць
|
last_active: Апошняя актыўнасць
|
||||||
most_recent: Даўнасць
|
most_recent: Даўнасць
|
||||||
|
|
@ -1838,10 +1962,12 @@ be:
|
||||||
ownership: Немагчыма замацаваць чужы допіс
|
ownership: Немагчыма замацаваць чужы допіс
|
||||||
reblog: Немагчыма замацаваць пашырэнне
|
reblog: Немагчыма замацаваць пашырэнне
|
||||||
quote_policies:
|
quote_policies:
|
||||||
|
followers: Толькі падпісчыкі
|
||||||
|
nobody: Толькі я
|
||||||
public: Усе
|
public: Усе
|
||||||
title: '%{name}: "%{quote}"'
|
title: '%{name}: "%{quote}"'
|
||||||
visibilities:
|
visibilities:
|
||||||
direct: Асабіста
|
direct: Прыватнае згадванне
|
||||||
private: Для падпісчыкаў
|
private: Для падпісчыкаў
|
||||||
private_long: Паказваць толькі падпісчыкам
|
private_long: Паказваць толькі падпісчыкам
|
||||||
public: Публічны
|
public: Публічны
|
||||||
|
|
@ -1858,9 +1984,9 @@ be:
|
||||||
interaction_exceptions: Выключэнні, заснаваныя на ўзаемадзеянні
|
interaction_exceptions: Выключэнні, заснаваныя на ўзаемадзеянні
|
||||||
interaction_exceptions_explanation: Звярніце ўвагу, што няма гарантыі выдалення пастоў, калі колькасць іх упадабанняў ці пашырэннняў упадзе ніжэй за ліміт, хаця некалі гэтая колькасць перавышала яго.
|
interaction_exceptions_explanation: Звярніце ўвагу, што няма гарантыі выдалення пастоў, калі колькасць іх упадабанняў ці пашырэннняў упадзе ніжэй за ліміт, хаця некалі гэтая колькасць перавышала яго.
|
||||||
keep_direct: Захаваць асабістыя паведамленні
|
keep_direct: Захаваць асабістыя паведамленні
|
||||||
keep_direct_hint: Не выдаляць асабістыя паведамленні
|
keep_direct_hint: Не выдаляе асабістыя паведамленні
|
||||||
keep_media: Захоўваць допісы з далучаным медыя
|
keep_media: Захоўваць допісы з медыя ўлажэннямі
|
||||||
keep_media_hint: Не выдаляць вашыя допісы, якія ўтрымліваюць медыя
|
keep_media_hint: Не выдаляць вашыя допісы, якія ўтрымліваюць медыя ўлажэнні
|
||||||
keep_pinned: Захаваць замацаваныя допісы
|
keep_pinned: Захаваць замацаваныя допісы
|
||||||
keep_pinned_hint: Не выдаляць вашыя замацаваныя допісы
|
keep_pinned_hint: Не выдаляць вашыя замацаваныя допісы
|
||||||
keep_polls: Працягнуць апытанне
|
keep_polls: Працягнуць апытанне
|
||||||
|
|
@ -1892,6 +2018,11 @@ be:
|
||||||
does_not_match_previous_name: не супадае з папярэднім імям
|
does_not_match_previous_name: не супадае з папярэднім імям
|
||||||
terms_of_service:
|
terms_of_service:
|
||||||
title: Умовы выкарыстання
|
title: Умовы выкарыстання
|
||||||
|
terms_of_service_interstitial:
|
||||||
|
future_preamble_html: Мы ўносім праўкі ў нашыя ўмовы карыстання, якія пачнуць дзейнічаць <strong>%{date}</strong>. Мы раім Вам азнаёміцца з абноўленымі ўмовамі.
|
||||||
|
past_preamble_html: Пасля Вашага апошняга наведвання мы ўнеслі праўкі ў нашыя ўмовы карыстання. Мы раім Вам азнаёміцца з абноўленымі ўмовамі.
|
||||||
|
review_link: Прачытаць умовы карыстання
|
||||||
|
title: На %{domain} змяняюцца ўмовы карыстання
|
||||||
themes:
|
themes:
|
||||||
contrast: Mastodon (высокі кантраст)
|
contrast: Mastodon (высокі кантраст)
|
||||||
default: Mastodon (цёмная)
|
default: Mastodon (цёмная)
|
||||||
|
|
@ -1923,6 +2054,10 @@ be:
|
||||||
recovery_instructions_html: Калі раптам вы страціце доступ да свайго тэлефона, вы можаце скарыстаць адзін з кодаў аднаўлення ніжэй каб аднавіць доступ да свайго ўліковага запісу. <strong>Захоўвайце іх у бяспечным месцы</strong>. Напрыклад, вы можаце раздрукаваць іх і захоўваць разам з іншымі важнымі дакументамі.
|
recovery_instructions_html: Калі раптам вы страціце доступ да свайго тэлефона, вы можаце скарыстаць адзін з кодаў аднаўлення ніжэй каб аднавіць доступ да свайго ўліковага запісу. <strong>Захоўвайце іх у бяспечным месцы</strong>. Напрыклад, вы можаце раздрукаваць іх і захоўваць разам з іншымі важнымі дакументамі.
|
||||||
webauthn: Ключы бяспекі
|
webauthn: Ключы бяспекі
|
||||||
user_mailer:
|
user_mailer:
|
||||||
|
announcement_published:
|
||||||
|
description: 'Аб''ява ад адміністратараў %{domain}:'
|
||||||
|
subject: Аб'ява сэрвісу
|
||||||
|
title: Аб'ява сэрвісу %{domain}
|
||||||
appeal_approved:
|
appeal_approved:
|
||||||
action: Налады ўліковага запісу
|
action: Налады ўліковага запісу
|
||||||
explanation: Апеляцыя на папярэджанне супраць вашага ўліковага запісу ад %{strike_date}, якую вы падалі %{appeal_date}, была ўхвалена. Ваш уліковы запіс зноў на добрым рахунку.
|
explanation: Апеляцыя на папярэджанне супраць вашага ўліковага запісу ад %{strike_date}, якую вы падалі %{appeal_date}, была ўхвалена. Ваш уліковы запіс зноў на добрым рахунку.
|
||||||
|
|
@ -1953,7 +2088,13 @@ be:
|
||||||
subject: У вас уліковы запіс зайшлі з новага IP-адрасу
|
subject: У вас уліковы запіс зайшлі з новага IP-адрасу
|
||||||
title: Новы ўваход
|
title: Новы ўваход
|
||||||
terms_of_service_changed:
|
terms_of_service_changed:
|
||||||
|
agreement: Працягваючы карыстацца %{domain}, Вы пагаджаецеся з гэтымі ўмовамі. Калі Вы не згодныя з абноўленымі ўмовамі, то можаце ў любы момант адмовіцца ад пагаднення з %{domain}, выдаліўшы свой профіль.
|
||||||
|
changelog: 'Коратка пра тое, што значыць гэтае абнаўленне:'
|
||||||
|
description: 'Вы атрымалі дадзены ліст, бо мы ўносім праўкі ў нашыя ўмовы карыстання на %{domain}. Гэтыя абнаўленні ўступяць у сілу %{date}. Мы раім Вам цалкам азнаёміцца з абноўленымі ўмовамі тут:'
|
||||||
|
description_html: Вы атрымалі дадзены ліст, бо мы ўносім праўкі ў нашыя ўмовы карыстання на %{domain}. Гэтыя абнаўленні ўступяць у сілу <strong>%{date}</strong>. Мы раім Вам цалкам азнаёміцца з <a href="%{path}" target="_blank">абноўленымі ўмовамі тут</a>.
|
||||||
sign_off: Каманда %{domain}
|
sign_off: Каманда %{domain}
|
||||||
|
subject: Абнаўленні ў нашых умовах карыстання
|
||||||
|
subtitle: Змяняюцца ўмовы карыстання на %{domain}
|
||||||
title: Важнае абнаўленне
|
title: Важнае абнаўленне
|
||||||
warning:
|
warning:
|
||||||
appeal: Падаць апеляцыю
|
appeal: Падаць апеляцыю
|
||||||
|
|
@ -1977,7 +2118,7 @@ be:
|
||||||
none: Папярэджанне для %{acct}
|
none: Папярэджанне для %{acct}
|
||||||
sensitive: З гэтага моманту вашыя допісы на %{acct} будуць пазначаныя як далікатныя
|
sensitive: З гэтага моманту вашыя допісы на %{acct} будуць пазначаныя як далікатныя
|
||||||
silence: Ваш уліковы запіс %{acct} быў абмежаваны
|
silence: Ваш уліковы запіс %{acct} быў абмежаваны
|
||||||
suspend: Ваш уліковы запіс %{acct} быў выключаны
|
suspend: Ваш уліковы запіс %{acct} быў прыпынены
|
||||||
title:
|
title:
|
||||||
delete_statuses: Выдаленыя допісы
|
delete_statuses: Выдаленыя допісы
|
||||||
disable: Уліковы запіс замарожаны
|
disable: Уліковы запіс замарожаны
|
||||||
|
|
@ -2043,6 +2184,7 @@ be:
|
||||||
instructions_html: Скапіруйце прыведзены ніжэй код і ўстаўце ў HTML вашага сайта. Затым дадайце адрас вашага сайта ў адно з дадатковых палёў вашага профілю на ўкладцы «рэдагаваць профіль» і захавайце змены.
|
instructions_html: Скапіруйце прыведзены ніжэй код і ўстаўце ў HTML вашага сайта. Затым дадайце адрас вашага сайта ў адно з дадатковых палёў вашага профілю на ўкладцы «рэдагаваць профіль» і захавайце змены.
|
||||||
verification: Верыфікацыя
|
verification: Верыфікацыя
|
||||||
verified_links: Вашыя правераныя спасылкі
|
verified_links: Вашыя правераныя спасылкі
|
||||||
|
website_verification: Пацвярджэнне сайта
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Дадаць новы ключ бяспекі
|
add: Дадаць новы ключ бяспекі
|
||||||
create:
|
create:
|
||||||
|
|
|
||||||
|
|
@ -791,12 +791,16 @@ bg:
|
||||||
title: Сървърни правила
|
title: Сървърни правила
|
||||||
translation: Превод
|
translation: Превод
|
||||||
translations: Преводи
|
translations: Преводи
|
||||||
|
translations_explanation: Може по избор да добавите преводи за правилата. Стандартната стойност ще се показва, ако няма налична преведена версия. Винаги се уверявайте, че всеки предоставен превод е синхронизиран със стандартната стойност.
|
||||||
settings:
|
settings:
|
||||||
about:
|
about:
|
||||||
manage_rules: Управление на правилата на сървъра
|
manage_rules: Управление на правилата на сървъра
|
||||||
preamble: Предложете задълбочена информация за това как вашият сървър се управлява, модерира и финансира.
|
preamble: Предложете задълбочена информация за това как вашият сървър се управлява, модерира и финансира.
|
||||||
rules_hint: Съществува специална част за правилата, които се очаква вашите потребители да спазват.
|
rules_hint: Съществува специална част за правилата, които се очаква вашите потребители да спазват.
|
||||||
title: Относно
|
title: Относно
|
||||||
|
allow_referrer_origin:
|
||||||
|
desc: Когато потребителите ви щракнат върху връзки към външни сайтове, то браузърите им може да изпращат адреса на сървъра ви в Mastodon както референтът. Изключете това, ако то неповторимо би установило самоличността на потребителя ви, например ако това е личен сървър в Mastodon.
|
||||||
|
title: Позволяване на външни сайтове да виждат сървъра ви в Mastodon като източник на трафик
|
||||||
appearance:
|
appearance:
|
||||||
preamble: Настройване на мрежовия интерфейс на Mastodon.
|
preamble: Настройване на мрежовия интерфейс на Mastodon.
|
||||||
title: Външен вид
|
title: Външен вид
|
||||||
|
|
@ -1856,11 +1860,8 @@ bg:
|
||||||
limit: Вече сте закачили максималния брой публикации
|
limit: Вече сте закачили максималния брой публикации
|
||||||
ownership: Публикация на някого другиго не може да бъде закачена
|
ownership: Публикация на някого другиго не може да бъде закачена
|
||||||
reblog: Раздуване не може да бъде закачано
|
reblog: Раздуване не може да бъде закачано
|
||||||
quote_policies:
|
|
||||||
public: Всеки
|
|
||||||
title: "%{name}: „%{quote}“"
|
title: "%{name}: „%{quote}“"
|
||||||
visibilities:
|
visibilities:
|
||||||
direct: Директно
|
|
||||||
private: Покажи само на последователите си
|
private: Покажи само на последователите си
|
||||||
private_long: Видими само за последователи
|
private_long: Видими само за последователи
|
||||||
public: Публично
|
public: Публично
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,13 @@ br:
|
||||||
two: Toudoù
|
two: Toudoù
|
||||||
posts_tab_heading: Toudoù
|
posts_tab_heading: Toudoù
|
||||||
admin:
|
admin:
|
||||||
|
account_actions:
|
||||||
|
action: Arloañ
|
||||||
|
already_suspended: Astalet eo bet ar gont-mañ endeo.
|
||||||
account_moderation_notes:
|
account_moderation_notes:
|
||||||
create: Leuskel un notenn
|
create: Leuskel un notenn
|
||||||
accounts:
|
accounts:
|
||||||
|
add_email_domain_block: Stankañ an domani postel
|
||||||
approve: Aprouiñ
|
approve: Aprouiñ
|
||||||
are_you_sure: Ha sur oc'h?
|
are_you_sure: Ha sur oc'h?
|
||||||
avatar: Avatar
|
avatar: Avatar
|
||||||
|
|
@ -37,7 +41,10 @@ br:
|
||||||
new_email: Postel nevez
|
new_email: Postel nevez
|
||||||
submit: Kemmañ ar postel
|
submit: Kemmañ ar postel
|
||||||
change_role:
|
change_role:
|
||||||
|
edit_roles: Merañ perzhioù an implijerien·ezed
|
||||||
|
label: Cheñch perzh
|
||||||
no_role: Roll ebet
|
no_role: Roll ebet
|
||||||
|
title: Cheñch perzh %{username}
|
||||||
confirm: Kadarnaat
|
confirm: Kadarnaat
|
||||||
confirmed: Kadarnaet
|
confirmed: Kadarnaet
|
||||||
confirming: O kadarnaat
|
confirming: O kadarnaat
|
||||||
|
|
@ -51,8 +58,10 @@ br:
|
||||||
domain: Domani
|
domain: Domani
|
||||||
edit: Kemmañ
|
edit: Kemmañ
|
||||||
email: Postel
|
email: Postel
|
||||||
enable: Gweredekaat
|
email_status: Statud ar postel
|
||||||
|
enable: Diskornañ
|
||||||
enabled: Gweredekaet
|
enabled: Gweredekaet
|
||||||
|
enabled_msg: Diskornet eo bet kont %{username} gant berzh
|
||||||
followers: Heulier·ezed·ien
|
followers: Heulier·ezed·ien
|
||||||
follows: Koumanantoù
|
follows: Koumanantoù
|
||||||
header: Talbenn
|
header: Talbenn
|
||||||
|
|
@ -63,6 +72,7 @@ br:
|
||||||
all: Pep tra
|
all: Pep tra
|
||||||
local: Lec'hel
|
local: Lec'hel
|
||||||
remote: A-bell
|
remote: A-bell
|
||||||
|
title: Lec'hiadur
|
||||||
media_attachments: Restroù media stag
|
media_attachments: Restroù media stag
|
||||||
moderation:
|
moderation:
|
||||||
active: Oberiant
|
active: Oberiant
|
||||||
|
|
@ -87,6 +97,8 @@ br:
|
||||||
role: Roll
|
role: Roll
|
||||||
search: Klask
|
search: Klask
|
||||||
security: Surentez
|
security: Surentez
|
||||||
|
security_measures:
|
||||||
|
only_password: Ger-tremen hepken
|
||||||
silence: Bevenniñ
|
silence: Bevenniñ
|
||||||
silenced: Bevennet
|
silenced: Bevennet
|
||||||
statuses: Toudoù
|
statuses: Toudoù
|
||||||
|
|
@ -94,25 +106,55 @@ br:
|
||||||
suspend: Astalañ
|
suspend: Astalañ
|
||||||
suspended: Astalet
|
suspended: Astalet
|
||||||
title: Kontoù
|
title: Kontoù
|
||||||
|
unblock_email: Distankañ ar chomlec'h postel
|
||||||
|
unblocked_email_msg: Distanket eo bet chomlec'h postel %{username} gant berzh
|
||||||
|
unconfirmed_email: Postel digadarn
|
||||||
undo_silenced: Dizober ar bevennañ
|
undo_silenced: Dizober ar bevennañ
|
||||||
unsubscribe: Digoumanantiñ
|
unsubscribe: Digoumanantiñ
|
||||||
username: Anv
|
unsuspended_msg: Diastalet eo bet kont %{username} gant berzh
|
||||||
|
username: Anv implijer
|
||||||
warn: Diwall
|
warn: Diwall
|
||||||
web: Web
|
web: Web
|
||||||
action_logs:
|
action_logs:
|
||||||
action_types:
|
action_types:
|
||||||
approve_user: Aprouiñ an implijer
|
approve_user: Aprouiñ an implijer·ez
|
||||||
change_role_user: Kemmañ perzh an implijer
|
change_email_user: Cheñch postel an implijer·ez
|
||||||
confirm_user: Aprouiñ an implijer
|
change_role_user: Kemmañ perzh an implijer·ez
|
||||||
|
confirm_user: Aprouiñ an implijer·ez
|
||||||
|
create_custom_emoji: Krouiñ ur fromlun personelaet
|
||||||
create_ip_block: Krouiñ ur reolenn IP
|
create_ip_block: Krouiñ ur reolenn IP
|
||||||
create_user_role: Krouiñ ur perzh
|
create_user_role: Krouiñ ur perzh
|
||||||
|
destroy_custom_emoji: Dilemel ar fromlun personelaet
|
||||||
destroy_ip_block: Dilemel ar reolenn IP
|
destroy_ip_block: Dilemel ar reolenn IP
|
||||||
destroy_status: Dilemel ar c'hannad
|
destroy_status: Dilemel ar c'hannad
|
||||||
|
destroy_user_role: Dilemel ar perzh
|
||||||
|
disable_custom_emoji: Diweredekaat ar fromlun personelaet
|
||||||
|
disable_user: Diaotren an implijer·ez
|
||||||
|
enable_custom_emoji: Gweredekaat ar fromlun personelaet
|
||||||
reset_password_user: Adderaouekaat ar ger-tremen
|
reset_password_user: Adderaouekaat ar ger-tremen
|
||||||
|
suspend_account: Astaliñ ar gont
|
||||||
|
unblock_email_account: Distankañ ar chomlec'h postel
|
||||||
|
unsuspend_account: Diastaliñ ar gont
|
||||||
|
update_custom_emoji: Hizivaat ar fromlun personelaet
|
||||||
update_status: Hizivaat ar c'hannad
|
update_status: Hizivaat ar c'hannad
|
||||||
actions:
|
actions:
|
||||||
|
change_email_user_html: Cheñchet eo bet chomlec'h postel an implijer·ez %{target} gant %{name}
|
||||||
|
confirm_user_html: Cheñchet eo bet chomlec'h postel an implijer·ez %{target} gant %{name}
|
||||||
|
create_custom_emoji_html: Pellgaset eo bet ar fromlun nevez %{target} gant %{name}
|
||||||
|
create_email_domain_block_html: Stanket eo bet an domani postel %{target} gant %{name}
|
||||||
|
destroy_custom_emoji_html: Dilamet eo bet ar fromlun %{target} gant %{name}
|
||||||
|
destroy_email_domain_block_html: Distanket eo bet an domani postel %{target} gant %{name}
|
||||||
destroy_status_html: Dilamet eo bet toud %{target} gant %{name}
|
destroy_status_html: Dilamet eo bet toud %{target} gant %{name}
|
||||||
|
disable_custom_emoji_html: Diweredekaet eo bet ar fromlun %{target} gant %{name}
|
||||||
|
enable_custom_emoji_html: Gweredekaet eo bet ar fromlun %{target} gant %{name}
|
||||||
|
resend_user_html: Adkaset eo bet ar postel kadarnaat evit %{target} gant %{name}
|
||||||
|
suspend_account_html: Astalet eo bet kont %{target} gant %{name}
|
||||||
|
unblock_email_account_html: Distanket eo bet chomlec'h postel %{target} gant %{name}
|
||||||
|
unsuspend_account_html: Diastelet eo bet kont %{target} gant %{name}
|
||||||
|
update_custom_emoji_html: Hizivaet eo bet ar fromlun %{target} gant %{name}
|
||||||
update_status_html: Hizivaet eo bet toud %{target} gant %{name}
|
update_status_html: Hizivaet eo bet toud %{target} gant %{name}
|
||||||
|
deleted_account: kont dilamet
|
||||||
|
filter_by_user: Silañ dre implijer·ez
|
||||||
title: Renabl aodit
|
title: Renabl aodit
|
||||||
announcements:
|
announcements:
|
||||||
live: War-eeun
|
live: War-eeun
|
||||||
|
|
@ -120,6 +162,7 @@ br:
|
||||||
create: Sevel ur gemenn
|
create: Sevel ur gemenn
|
||||||
title: Kemenn nevez
|
title: Kemenn nevez
|
||||||
publish: Embann
|
publish: Embann
|
||||||
|
scheduled_for: Rakluniet da %{time}
|
||||||
title: Kemennoù
|
title: Kemennoù
|
||||||
unpublish: Diembann
|
unpublish: Diembann
|
||||||
custom_emojis:
|
custom_emojis:
|
||||||
|
|
@ -128,16 +171,25 @@ br:
|
||||||
delete: Dilemel
|
delete: Dilemel
|
||||||
disable: Diweredekaat
|
disable: Diweredekaat
|
||||||
disabled: Diweredekaet
|
disabled: Diweredekaet
|
||||||
|
disabled_msg: Diweredekaet eo bet ar fromlun-se gant berzh
|
||||||
emoji: Fromlun
|
emoji: Fromlun
|
||||||
enable: Gweredekaat
|
enable: Gweredekaat
|
||||||
enabled: Gweredekaet
|
enabled: Gweredekaet
|
||||||
|
image_hint: PNG pe GIF betek %{size}
|
||||||
list: Listenn
|
list: Listenn
|
||||||
listed: Listennet
|
listed: Listennet
|
||||||
|
new:
|
||||||
|
title: Ouzhpennañ ur fromlun personelaet nevez
|
||||||
overwrite: Flastrañ
|
overwrite: Flastrañ
|
||||||
shortcode: Berradenn
|
shortcode: Berradenn
|
||||||
|
title: Fromlunioù personelaet
|
||||||
unlist: Dilistennañ
|
unlist: Dilistennañ
|
||||||
|
unlisted: Anlistennet
|
||||||
|
update_failed_msg: N'haller ket hizivaat ar fromlun-mañ
|
||||||
|
updated_msg: Fromlun hizivaet gant berzh!
|
||||||
upload: Ezkargañ
|
upload: Ezkargañ
|
||||||
dashboard:
|
dashboard:
|
||||||
|
active_users: implijerien·ezed oberiant
|
||||||
new_users: implijerien·ezed nevez
|
new_users: implijerien·ezed nevez
|
||||||
software: Meziant
|
software: Meziant
|
||||||
title: Taolenn labour
|
title: Taolenn labour
|
||||||
|
|
@ -151,24 +203,31 @@ br:
|
||||||
domain_blocks:
|
domain_blocks:
|
||||||
confirm_suspension:
|
confirm_suspension:
|
||||||
cancel: Nullañ
|
cancel: Nullañ
|
||||||
|
confirm: Astaliñ
|
||||||
domain: Domani
|
domain: Domani
|
||||||
|
export: Ezporzhiañ
|
||||||
|
import: Enporzhiañ
|
||||||
new:
|
new:
|
||||||
create: Sevel ur stanker
|
create: Sevel ur stanker
|
||||||
severity:
|
severity:
|
||||||
noop: Hini ebet
|
noop: Hini ebet
|
||||||
suspend: Astalañ
|
suspend: Astalañ
|
||||||
|
private_comment: Evezhiadenn brevez
|
||||||
public_comment: Evezhiadenn foran
|
public_comment: Evezhiadenn foran
|
||||||
email_domain_blocks:
|
email_domain_blocks:
|
||||||
add_new: Ouzhpenniñ unan nevez
|
add_new: Ouzhpennañ unan nevez
|
||||||
delete: Dilemel
|
delete: Dilemel
|
||||||
dns:
|
dns:
|
||||||
types:
|
types:
|
||||||
mx: Enrolladenn MX
|
mx: Enrolladenn MX
|
||||||
domain: Domani
|
domain: Domani
|
||||||
new:
|
new:
|
||||||
create: Ouzhpenniñ un domani
|
create: Ouzhpennañ un domani
|
||||||
|
title: Domanioù postel stanket
|
||||||
export_domain_allows:
|
export_domain_allows:
|
||||||
no_file: Restr ebet diuzet
|
no_file: Restr ebet diuzet
|
||||||
|
export_domain_blocks:
|
||||||
|
no_file: Restr ebet diuzet
|
||||||
fasp:
|
fasp:
|
||||||
debug:
|
debug:
|
||||||
callbacks:
|
callbacks:
|
||||||
|
|
@ -177,11 +236,14 @@ br:
|
||||||
providers:
|
providers:
|
||||||
active: Oberiant
|
active: Oberiant
|
||||||
delete: Dilemel
|
delete: Dilemel
|
||||||
|
edit: Kemmañ ar pourvezer
|
||||||
name: Anv
|
name: Anv
|
||||||
registrations:
|
registrations:
|
||||||
confirm: Kadarnaat
|
confirm: Kadarnaat
|
||||||
|
save: Enrollañ
|
||||||
status: Statud
|
status: Statud
|
||||||
follow_recommendations:
|
follow_recommendations:
|
||||||
|
language: Evit ar yezh
|
||||||
status: Statud
|
status: Statud
|
||||||
suppressed: Dilamet
|
suppressed: Dilamet
|
||||||
instances:
|
instances:
|
||||||
|
|
@ -204,6 +266,8 @@ br:
|
||||||
all: Pep tra
|
all: Pep tra
|
||||||
limited: Bevennet
|
limited: Bevennet
|
||||||
title: Habaskadur
|
title: Habaskadur
|
||||||
|
private_comment: Evezhiadenn brevez
|
||||||
|
public_comment: Evezhiadenn foran
|
||||||
purge: Spurjañ
|
purge: Spurjañ
|
||||||
title: Kevread
|
title: Kevread
|
||||||
total_blocked_by_us: Stanket ganeomp
|
total_blocked_by_us: Stanket ganeomp
|
||||||
|
|
@ -211,6 +275,7 @@ br:
|
||||||
total_followed_by_us: Heuliet ganeomp
|
total_followed_by_us: Heuliet ganeomp
|
||||||
total_storage: Restroù media stag
|
total_storage: Restroù media stag
|
||||||
invites:
|
invites:
|
||||||
|
deactivate_all: Diweredekaat pep tra
|
||||||
filter:
|
filter:
|
||||||
all: Pep tra
|
all: Pep tra
|
||||||
available: Hegerzh
|
available: Hegerzh
|
||||||
|
|
@ -222,6 +287,7 @@ br:
|
||||||
delete: Dilemel
|
delete: Dilemel
|
||||||
expires_in:
|
expires_in:
|
||||||
'1209600': 2 sizhunvezh
|
'1209600': 2 sizhunvezh
|
||||||
|
'15778476': 6 mizvezh
|
||||||
'2629746': 1 mizvezh
|
'2629746': 1 mizvezh
|
||||||
'31556952': 1 bloavezh
|
'31556952': 1 bloavezh
|
||||||
'86400': 1 devezh
|
'86400': 1 devezh
|
||||||
|
|
@ -246,6 +312,8 @@ br:
|
||||||
other: "%{count} a notennoù"
|
other: "%{count} a notennoù"
|
||||||
two: "%{count} a notennoù"
|
two: "%{count} a notennoù"
|
||||||
action_log: Renabl aodit
|
action_log: Renabl aodit
|
||||||
|
already_suspended_badges:
|
||||||
|
local: Astalet endeo war ar servijer-mañ
|
||||||
are_you_sure: Ha sur oc'h?
|
are_you_sure: Ha sur oc'h?
|
||||||
comment:
|
comment:
|
||||||
none: Hini ebet
|
none: Hini ebet
|
||||||
|
|
@ -260,14 +328,34 @@ br:
|
||||||
title: Disklêriadennoù
|
title: Disklêriadennoù
|
||||||
unresolved: Andiskoulmet
|
unresolved: Andiskoulmet
|
||||||
updated_at: Nevesaet
|
updated_at: Nevesaet
|
||||||
|
view_profile: Gwelet ar profil
|
||||||
roles:
|
roles:
|
||||||
|
add_new: Ouzhpennañ ur perzh
|
||||||
|
assigned_users:
|
||||||
|
few: "%{count} implijer·ez"
|
||||||
|
many: "%{count} implijer·ez"
|
||||||
|
one: "%{count} implijer·ez"
|
||||||
|
other: "%{count} implijer·ez"
|
||||||
|
two: "%{count} implijer·ez"
|
||||||
categories:
|
categories:
|
||||||
|
administration: Merañ
|
||||||
devops: DevOps
|
devops: DevOps
|
||||||
invites: Pedadennoù
|
invites: Pedadennoù
|
||||||
moderation: Habaskadur
|
moderation: Habaskadur
|
||||||
special: Ispisial
|
special: Ispisial
|
||||||
delete: Dilemel
|
delete: Dilemel
|
||||||
|
edit: Kemmañ ar perzh '%{name}'
|
||||||
privileges:
|
privileges:
|
||||||
|
administrator: Merour
|
||||||
|
invite_users: Pediñ implijerien·ezed
|
||||||
|
invite_users_description: Aotren an implijerien·ezed da bediñ tud all d'ar servijer
|
||||||
|
manage_custom_emojis: Merañ ar fromlunioù personelaet
|
||||||
|
manage_invites: Merañ ar pedadennoù
|
||||||
|
manage_roles: Merañ ar perzhioù
|
||||||
|
manage_rules: Merañ ar reolennoù
|
||||||
|
manage_settings: Merañ an arventennoù
|
||||||
|
manage_settings_description: Aotren an implijerien·ezed da cheñch arventennoù al lec'hienn
|
||||||
|
manage_users: Merañ an implijerien·ezed
|
||||||
view_devops: DevOps
|
view_devops: DevOps
|
||||||
title: Rolloù
|
title: Rolloù
|
||||||
rules:
|
rules:
|
||||||
|
|
@ -276,10 +364,12 @@ br:
|
||||||
edit: Kemmañ ar reolenn
|
edit: Kemmañ ar reolenn
|
||||||
move_down: D'an traoñ
|
move_down: D'an traoñ
|
||||||
move_up: D'ar c'hrec'h
|
move_up: D'ar c'hrec'h
|
||||||
|
title: Reolennoù ar servijer
|
||||||
translation: Troidigezh
|
translation: Troidigezh
|
||||||
translations: Troidigezhioù
|
translations: Troidigezhioù
|
||||||
settings:
|
settings:
|
||||||
about:
|
about:
|
||||||
|
manage_rules: Merañ reolennoù ar servijer
|
||||||
title: Diwar-benn
|
title: Diwar-benn
|
||||||
appearance:
|
appearance:
|
||||||
title: Neuz
|
title: Neuz
|
||||||
|
|
@ -287,29 +377,77 @@ br:
|
||||||
danger_zone: Takad dañjer
|
danger_zone: Takad dañjer
|
||||||
discovery:
|
discovery:
|
||||||
privacy: Buhez prevez
|
privacy: Buhez prevez
|
||||||
|
profile_directory: Kavlec'h ar profiloù
|
||||||
|
publish_statistics: Embann ar stadegoù
|
||||||
title: Dizoloadur
|
title: Dizoloadur
|
||||||
trends: Luskadoù
|
trends: Luskadoù
|
||||||
domain_blocks:
|
domain_blocks:
|
||||||
all: D'an holl dud
|
all: D'an holl dud
|
||||||
disabled: Da zen ebet
|
disabled: Da zen ebet
|
||||||
|
users: D'an implijerien·ezed lec'hel kevreet
|
||||||
|
title: Arventennoù ar servijer
|
||||||
|
site_uploads:
|
||||||
|
delete: Dilemel ar restr pellgaset
|
||||||
|
destroyed_msg: Pellgasadenn zilamet gant berzh!
|
||||||
|
software_updates:
|
||||||
|
documentation_link: Gouzout hiroc'h
|
||||||
|
title: Hivizadennoù hegerz
|
||||||
|
type: Rizh
|
||||||
|
version: Handelv
|
||||||
statuses:
|
statuses:
|
||||||
account: Aozer·ez
|
account: Aozer·ez
|
||||||
batch:
|
batch:
|
||||||
report: Disklêriañ
|
report: Disklêriañ
|
||||||
deleted: Dilamet
|
deleted: Dilamet
|
||||||
favourites: Re vuiañ-karet
|
favourites: Re vuiañ-karet
|
||||||
|
language: Yezh
|
||||||
media:
|
media:
|
||||||
title: Media
|
title: Media
|
||||||
|
metadata: Metaroadennoù
|
||||||
|
no_history: An toud-mañ n'eo ket bet kemmet
|
||||||
open: Digeriñ ar c'hannad
|
open: Digeriñ ar c'hannad
|
||||||
original_status: Toud orin
|
original_status: Toud orin
|
||||||
reblogs: Skignadennoù
|
reblogs: Skignadennoù
|
||||||
status_changed: Toud kemmet
|
status_changed: Toud kemmet
|
||||||
status_title: Embannadenn gant @%{name}
|
status_title: Embannadenn gant @%{name}
|
||||||
|
trending: Diouzh ar c'hiz
|
||||||
visibility: Gwelusted
|
visibility: Gwelusted
|
||||||
with_media: Gant mediaoù
|
with_media: Gant mediaoù
|
||||||
strikes:
|
strikes:
|
||||||
actions:
|
actions:
|
||||||
delete_statuses: Dilamet eo bet toudoù %{target} gant %{name}
|
delete_statuses: Dilamet eo bet toudoù %{target} gant %{name}
|
||||||
|
disable: Skornet eo bet kont %{target} gant %{name}
|
||||||
|
suspend: Astalet eo bet kont %{target} gant %{name}
|
||||||
|
system_checks:
|
||||||
|
elasticsearch_preset:
|
||||||
|
action: Gwelet an teuliadur
|
||||||
|
elasticsearch_preset_single_node:
|
||||||
|
action: Gwelet an teuliadur
|
||||||
|
rules_check:
|
||||||
|
action: Merañ reolennoù ar servijer
|
||||||
|
software_version_check:
|
||||||
|
action: Gwelet an hizivadennoù hegerz
|
||||||
|
message_html: Un hizivadenn eus Mastodon a zo hegerz.
|
||||||
|
software_version_critical_check:
|
||||||
|
action: Gwelet an hizivadennoù hegerz
|
||||||
|
software_version_patch_check:
|
||||||
|
action: Gwelet an hizivadennoù hegerz
|
||||||
|
upload_check_privacy_error:
|
||||||
|
action: Gwelet amañ evit kaout muioc'h a ditouroù
|
||||||
|
upload_check_privacy_error_object_storage:
|
||||||
|
action: Gwelet amañ evit kaout muioc'h a ditouroù
|
||||||
|
tags:
|
||||||
|
search: Klask
|
||||||
|
title: Gerioù-klik
|
||||||
|
terms_of_service:
|
||||||
|
history: Roll-istor
|
||||||
|
preview:
|
||||||
|
send_preview: Kas ur rakwel da %{email}
|
||||||
|
publish: Embann
|
||||||
|
published_on_html: Embannet d'an %{date}
|
||||||
|
save_draft: Enrollañ ar brouilhed
|
||||||
|
title: Divizoù implijout
|
||||||
|
title: Merañ
|
||||||
trends:
|
trends:
|
||||||
allow: Aotren
|
allow: Aotren
|
||||||
approved: Aprouet
|
approved: Aprouet
|
||||||
|
|
@ -320,17 +458,20 @@ br:
|
||||||
rejected: Nac'het
|
rejected: Nac'het
|
||||||
statuses:
|
statuses:
|
||||||
allow: Aotren ar c'hannad
|
allow: Aotren ar c'hannad
|
||||||
|
title: Embannadurioù diouzh ar c'hiz
|
||||||
tags:
|
tags:
|
||||||
dashboard:
|
dashboard:
|
||||||
tag_uses_measure: implijoù hollek
|
tag_uses_measure: implijoù hollek
|
||||||
not_usable: N'haller ket en implijout
|
not_usable: N'haller ket en implijout
|
||||||
title: Hashtagoù diouzh ar c'hiz
|
title: Gerioù-klik diouzh ar c'hiz
|
||||||
|
trending: Diouzh ar c'hiz
|
||||||
warning_presets:
|
warning_presets:
|
||||||
add_new: Ouzhpenniñ unan nevez
|
add_new: Ouzhpennañ unan nevez
|
||||||
delete: Dilemel
|
delete: Dilemel
|
||||||
webhooks:
|
webhooks:
|
||||||
delete: Dilemel
|
delete: Dilemel
|
||||||
disable: Diweredekaat
|
disable: Diweredekaat
|
||||||
|
disabled: Diweredekaet
|
||||||
enable: Bevaat
|
enable: Bevaat
|
||||||
enabled: Bev
|
enabled: Bev
|
||||||
events: Darvoudoù
|
events: Darvoudoù
|
||||||
|
|
@ -339,37 +480,63 @@ br:
|
||||||
admin_mailer:
|
admin_mailer:
|
||||||
new_appeal:
|
new_appeal:
|
||||||
actions:
|
actions:
|
||||||
|
delete_statuses: dilemel h·e·c'h embannadurioù
|
||||||
|
disable: skorañ h·e kont
|
||||||
none: ur c'hemenn diwall
|
none: ur c'hemenn diwall
|
||||||
|
suspend: astaliñ h·e kont
|
||||||
new_trends:
|
new_trends:
|
||||||
|
new_trending_statuses:
|
||||||
|
title: Embannadurioù diouzh ar c'hiz
|
||||||
new_trending_tags:
|
new_trending_tags:
|
||||||
title: Hashtagoù diouzh ar c'hiz
|
title: Gerioù-klik diouzh ar c'hiz
|
||||||
|
aliases:
|
||||||
|
add_new: Krouiñ un alias
|
||||||
|
empty: N'ho peus alias ebet.
|
||||||
|
remove: Dilemel an alias
|
||||||
appearance:
|
appearance:
|
||||||
discovery: Dizoloadur
|
discovery: Dizoloadur
|
||||||
localization:
|
localization:
|
||||||
body: Gant tud a-youl vat eo troet Mastodon.
|
body: Gant tud a-youl vat eo troet Mastodon.
|
||||||
guide_link: https://crowdin.com/project/mastodon
|
guide_link: https://crowdin.com/project/mastodon
|
||||||
application_mailer:
|
application_mailer:
|
||||||
|
salutation: "%{name},"
|
||||||
view: 'Sellet :'
|
view: 'Sellet :'
|
||||||
|
view_profile: Gwelet ar profil
|
||||||
view_status: Gwelet ar c'hannad
|
view_status: Gwelet ar c'hannad
|
||||||
|
applications:
|
||||||
|
logout: Digevreañ
|
||||||
auth:
|
auth:
|
||||||
|
confirmations:
|
||||||
|
clicking_this_link: klaskit klikañ amañ
|
||||||
|
login_link: kevreañ
|
||||||
|
welcome_title: Degemer mat e bourzh, %{name}!
|
||||||
delete_account: Dilemel ar gont
|
delete_account: Dilemel ar gont
|
||||||
delete_account_html: Ma fell deoc'h dilemel ho kont e c'hellit <a href="%{path}">klikañ amañ</a>. Goulennet e vo ganeoc'h kadarnaat an obererezh.
|
delete_account_html: Ma fell deoc'h dilemel ho kont e c'hellit <a href="%{path}">klikañ amañ</a>. Goulennet e vo ganeoc'h kadarnaat an obererezh.
|
||||||
description:
|
description:
|
||||||
prefix_invited_by_user: Pedet oc'h gant @%{name} da zont e-barzh ar servijer Mastodon-mañ!
|
prefix_invited_by_user: Pedet oc'h gant @%{name} da zont e-barzh ar servijer Mastodon-mañ!
|
||||||
|
didnt_get_confirmation: N'ho peus ket degemeret ul liamm kadarnaat?
|
||||||
|
dont_have_your_security_key: N'emañ ket hoc'h alc'hwez surentez ganeoc'h?
|
||||||
|
forgot_password: Ankouaet ho ker-tremen ganeoc'h?
|
||||||
login: Mont tre
|
login: Mont tre
|
||||||
logout: Digennaskañ
|
logout: Digevreañ
|
||||||
migrate_account_html: Ma fell deoc'h adkas ar gont-mañ war-zu unan all e c'hellit <a href="%{path}">arventenniñ an dra-se amañ</a>.
|
migrate_account_html: Ma fell deoc'h adkas ar gont-mañ war-zu unan all e c'hellit <a href="%{path}">arventenniñ an dra-se amañ</a>.
|
||||||
|
progress:
|
||||||
|
confirm: Kadarnaat ho postel
|
||||||
providers:
|
providers:
|
||||||
cas: CAS
|
cas: CAS
|
||||||
saml: SAML
|
saml: SAML
|
||||||
register: Lakaat ho anv
|
register: Lakaat ho anv
|
||||||
|
resend_confirmation: Adkas al liamm kadarnaat
|
||||||
reset_password: Adderaouekaat ar ger-tremen
|
reset_password: Adderaouekaat ar ger-tremen
|
||||||
|
rules:
|
||||||
|
title_invited: Pedet oc'h bet.
|
||||||
security: Diogelroez
|
security: Diogelroez
|
||||||
status:
|
status:
|
||||||
account_status: Statud ar gont
|
account_status: Statud ar gont
|
||||||
challenge:
|
challenge:
|
||||||
confirm: Kenderc' hel
|
confirm: Kenderc' hel
|
||||||
invalid_password: Ger-tremen diwiriek
|
invalid_password: Ger-tremen diwiriek
|
||||||
|
prompt: Kadarnait ho ker-tremen evit kenderc'hel
|
||||||
date:
|
date:
|
||||||
formats:
|
formats:
|
||||||
default: "%d a viz %b %Y"
|
default: "%d a viz %b %Y"
|
||||||
|
|
@ -394,22 +561,32 @@ br:
|
||||||
strikes:
|
strikes:
|
||||||
appeal: Ober engalv
|
appeal: Ober engalv
|
||||||
created_at: Deiziad
|
created_at: Deiziad
|
||||||
|
status: 'Embannadur #%{id}'
|
||||||
title_actions:
|
title_actions:
|
||||||
|
disable: Skornañ ar gont
|
||||||
none: Diwall
|
none: Diwall
|
||||||
|
suspend: Astaliñ ar gont
|
||||||
|
edit_profile:
|
||||||
|
basic_information: Titouroù diavaez
|
||||||
|
other: All
|
||||||
exports:
|
exports:
|
||||||
archive_takeout:
|
archive_takeout:
|
||||||
date: Deiziad
|
date: Deiziad
|
||||||
|
download: Pellgargañ ho tielloù
|
||||||
size: Ment
|
size: Ment
|
||||||
blocks: Stankañ a rit
|
blocks: Stankañ a rit
|
||||||
bookmarks: Sinedoù
|
bookmarks: Sinedoù
|
||||||
csv: CSV
|
csv: CSV
|
||||||
lists: Listennoù
|
lists: Listennoù
|
||||||
featured_tags:
|
featured_tags:
|
||||||
add_new: Ouzhpenniñ unan nevez
|
add_new: Ouzhpennañ unan nevez
|
||||||
filters:
|
filters:
|
||||||
contexts:
|
contexts:
|
||||||
account: Profiloù
|
account: Profiloù
|
||||||
notifications: Kemennoù
|
notifications: Kemennoù
|
||||||
|
edit:
|
||||||
|
statuses: Embannadurioù hiniennel
|
||||||
|
title: Kemmañ ar sil
|
||||||
index:
|
index:
|
||||||
delete: Dilemel
|
delete: Dilemel
|
||||||
statuses:
|
statuses:
|
||||||
|
|
@ -419,12 +596,15 @@ br:
|
||||||
other: "%{count} a gannadoù"
|
other: "%{count} a gannadoù"
|
||||||
two: "%{count} gannad"
|
two: "%{count} gannad"
|
||||||
title: Siloù
|
title: Siloù
|
||||||
|
new:
|
||||||
|
save: Enrollañ ar sil nevez
|
||||||
statuses:
|
statuses:
|
||||||
index:
|
index:
|
||||||
title: Toudoù silet
|
title: Toudoù silet
|
||||||
generic:
|
generic:
|
||||||
all: Pep tra
|
all: Pep tra
|
||||||
changes_saved_msg: Enrollet eo bet ar cheñchamantoù gant berzh!
|
changes_saved_msg: Enrollet eo bet ar cheñchamantoù gant berzh!
|
||||||
|
confirm: Kadarnaat
|
||||||
copy: Eilañ
|
copy: Eilañ
|
||||||
delete: Dilemel
|
delete: Dilemel
|
||||||
none: Hini ebet
|
none: Hini ebet
|
||||||
|
|
@ -432,11 +612,26 @@ br:
|
||||||
save_changes: Enrollañ ar cheñchamantoù
|
save_changes: Enrollañ ar cheñchamantoù
|
||||||
today: hiziv
|
today: hiziv
|
||||||
imports:
|
imports:
|
||||||
|
errors:
|
||||||
|
empty: Restr CSV goullo
|
||||||
|
invalid_csv_file: 'Restr CSV didalvoudek. Fazi: %{error}'
|
||||||
|
too_large: Re vras eo ar restr
|
||||||
modes:
|
modes:
|
||||||
merge: Teuziñ
|
merge: Teuziñ
|
||||||
overwrite: Flastrañ
|
overwrite: Flastrañ
|
||||||
|
states:
|
||||||
|
finished: Echu
|
||||||
|
scheduled: Rakluniet
|
||||||
|
unconfirmed: Digadarn
|
||||||
|
status: Statud
|
||||||
|
titles:
|
||||||
|
blocking: Enporzhiañ kontoù stanket
|
||||||
|
bookmarks: Enporzhiañ sinedoù
|
||||||
|
domain_blocking: Enporzhiañ domanioù stanket
|
||||||
|
lists: Enporzhiañ listennoù
|
||||||
types:
|
types:
|
||||||
bookmarks: Sinedoù
|
bookmarks: Sinedoù
|
||||||
|
lists: Listennoù
|
||||||
upload: Ezkargañ
|
upload: Ezkargañ
|
||||||
invites:
|
invites:
|
||||||
delete: Diweredekaat
|
delete: Diweredekaat
|
||||||
|
|
@ -449,9 +644,23 @@ br:
|
||||||
'604800': 1 sizhun
|
'604800': 1 sizhun
|
||||||
'86400': 1 deiz
|
'86400': 1 deiz
|
||||||
expires_in_prompt: Birviken
|
expires_in_prompt: Birviken
|
||||||
|
invited_by: 'Pedet oc''h bet gant:'
|
||||||
|
max_uses:
|
||||||
|
few: "%{count} implij"
|
||||||
|
many: "%{count} implij"
|
||||||
|
one: 1 implij
|
||||||
|
other: "%{count} implij"
|
||||||
|
two: "%{count} implij"
|
||||||
table:
|
table:
|
||||||
uses: Implijoù
|
uses: Implijoù
|
||||||
title: Pediñ tud
|
title: Pediñ tud
|
||||||
|
login_activities:
|
||||||
|
authentication_methods:
|
||||||
|
password: ger-tremen
|
||||||
|
webauthn: alc’hwezioù surentez
|
||||||
|
mail_subscriptions:
|
||||||
|
unsubscribe:
|
||||||
|
action: Ya, digoumanantiñ
|
||||||
media_attachments:
|
media_attachments:
|
||||||
validations:
|
validations:
|
||||||
images_and_video: N'haller stagañ ur video ouzh un embannadur a zo fotoioù gantañ dija
|
images_and_video: N'haller stagañ ur video ouzh un embannadur a zo fotoioù gantañ dija
|
||||||
|
|
@ -461,12 +670,17 @@ br:
|
||||||
moderation:
|
moderation:
|
||||||
title: Habaskadur
|
title: Habaskadur
|
||||||
notification_mailer:
|
notification_mailer:
|
||||||
|
favourite:
|
||||||
|
body: 'Ouzhpennet eo bet hoc''h embannadur gant %{name} d''h·e re vuiañ-karet:'
|
||||||
|
subject: Gant %{name} eo bet ouzhpennet hoc'h embannadur d'h·e re vuiañ-karet
|
||||||
|
title: Embannadur muiañ-karet nevez
|
||||||
follow:
|
follow:
|
||||||
title: Heulier nevez
|
title: Heulier nevez
|
||||||
mention:
|
mention:
|
||||||
action: Respont
|
action: Respont
|
||||||
reblog:
|
reblog:
|
||||||
subject: 'Gant %{name} eo bet skignet ho toud '
|
body: 'Skignet eo bet hoc''h embannadur gant %{name}:'
|
||||||
|
subject: 'Gant %{name} eo bet skignet hoc''h embannadur '
|
||||||
title: Skignadenn nevez
|
title: Skignadenn nevez
|
||||||
status:
|
status:
|
||||||
subject: Embannet ez eus bet traoù gant %{name}
|
subject: Embannet ez eus bet traoù gant %{name}
|
||||||
|
|
@ -490,12 +704,18 @@ br:
|
||||||
next: Da-heul
|
next: Da-heul
|
||||||
older: Koshoc'h
|
older: Koshoc'h
|
||||||
prev: A-raok
|
prev: A-raok
|
||||||
|
truncate: "…"
|
||||||
polls:
|
polls:
|
||||||
errors:
|
errors:
|
||||||
self_vote: N'hallit ket votiñ en ho sontadegoù deoc'h-c'hwi
|
self_vote: N'hallit ket votiñ en ho sontadegoù deoc'h-c'hwi
|
||||||
preferences:
|
preferences:
|
||||||
other: All
|
other: All
|
||||||
posting_defaults: Arventennoù embann dre ziouer
|
posting_defaults: Arventennoù embann dre ziouer
|
||||||
|
privacy:
|
||||||
|
privacy: Prevezded
|
||||||
|
search: Klask
|
||||||
|
privacy_policy:
|
||||||
|
title: Reolennoù prevezded
|
||||||
redirects:
|
redirects:
|
||||||
prompt: M'ho peus fiziañs el liamm-mañ, klikit warnañ evit kenderc'hel.
|
prompt: M'ho peus fiziañs el liamm-mañ, klikit warnañ evit kenderc'hel.
|
||||||
title: O kuitaat %{instance} emaoc'h.
|
title: O kuitaat %{instance} emaoc'h.
|
||||||
|
|
@ -507,6 +727,7 @@ br:
|
||||||
moved: Dilojet
|
moved: Dilojet
|
||||||
mutual: Kenetre
|
mutual: Kenetre
|
||||||
primary: Kentañ
|
primary: Kentañ
|
||||||
|
status: Statud ar gont
|
||||||
sessions:
|
sessions:
|
||||||
browser: Merdeer
|
browser: Merdeer
|
||||||
browsers:
|
browsers:
|
||||||
|
|
@ -517,6 +738,7 @@ br:
|
||||||
electron: Electron
|
electron: Electron
|
||||||
firefox: Firefox
|
firefox: Firefox
|
||||||
generic: Merdeer dianav
|
generic: Merdeer dianav
|
||||||
|
huawei_browser: Merdeer Huawei
|
||||||
ie: Internet Explorer
|
ie: Internet Explorer
|
||||||
micro_messenger: MicroMessenger
|
micro_messenger: MicroMessenger
|
||||||
nokia: Merdeer Nokia S40 Ovi
|
nokia: Merdeer Nokia S40 Ovi
|
||||||
|
|
@ -526,9 +748,11 @@ br:
|
||||||
qq: QQ Browser
|
qq: QQ Browser
|
||||||
safari: Safari
|
safari: Safari
|
||||||
uc_browser: UC Browser
|
uc_browser: UC Browser
|
||||||
|
unknown_browser: Merdeer dianav
|
||||||
weibo: Weibo
|
weibo: Weibo
|
||||||
date: Deiziad
|
date: Deiziad
|
||||||
description: "%{browser} war %{platform}"
|
description: "%{browser} war %{platform}"
|
||||||
|
explanation: Sed amañ ar merdeerioù kevreet gant ho kont Mastodon bremañ.
|
||||||
ip: IP
|
ip: IP
|
||||||
platforms:
|
platforms:
|
||||||
adobe_air: Adobe Air
|
adobe_air: Adobe Air
|
||||||
|
|
@ -541,14 +765,26 @@ br:
|
||||||
settings:
|
settings:
|
||||||
account: Kont
|
account: Kont
|
||||||
account_settings: Arventennoù ar gont
|
account_settings: Arventennoù ar gont
|
||||||
|
aliases: Aliasoù ar gont
|
||||||
back: Distreiñ da vMastodon
|
back: Distreiñ da vMastodon
|
||||||
|
delete: Dilemel ar gont
|
||||||
development: Diorren
|
development: Diorren
|
||||||
edit_profile: Kemmañ ar profil
|
edit_profile: Kemmañ ar profil
|
||||||
featured_tags: Hashtagoù pennañ
|
export: Ezporzhiañ
|
||||||
|
featured_tags: Gerioù-klik en a-raok
|
||||||
import: Enporzhiañ
|
import: Enporzhiañ
|
||||||
import_and_export: Enporzhiañ hag ezporzhiañ
|
import_and_export: Enporzhiañ hag ezporzhiañ
|
||||||
|
notifications: Kemennoù dre bostel
|
||||||
preferences: Gwellvezioù
|
preferences: Gwellvezioù
|
||||||
profile: Profil
|
profile: Profil
|
||||||
|
relationships: Heulierien·ezed ha tud heuliet
|
||||||
|
severed_relationships:
|
||||||
|
download: Pellgargañ (%{count})
|
||||||
|
event_type:
|
||||||
|
user_domain_block: Stanket ho peus %{target_name}
|
||||||
|
lost_followers: Heulierien·ezed kollet
|
||||||
|
lost_follows: Tud heuliet kollet
|
||||||
|
type: Darvoud
|
||||||
statuses:
|
statuses:
|
||||||
attached:
|
attached:
|
||||||
image:
|
image:
|
||||||
|
|
@ -557,25 +793,46 @@ br:
|
||||||
one: "%{count} skeudenn"
|
one: "%{count} skeudenn"
|
||||||
other: "%{count} skeudenn"
|
other: "%{count} skeudenn"
|
||||||
two: "%{count} skeudenn"
|
two: "%{count} skeudenn"
|
||||||
|
edited_at_html: Kemmet d'an %{date}
|
||||||
pin_errors:
|
pin_errors:
|
||||||
ownership: N'hallit ket spilhennañ embannadurioù ar re all
|
ownership: N'hallit ket spilhennañ embannadurioù ar re all
|
||||||
|
reblog: N'haller ket spilhennañ ur skignadenn
|
||||||
quote_policies:
|
quote_policies:
|
||||||
public: Pep den
|
followers: Heulierien·ezed hepken
|
||||||
|
nobody: Me hepken
|
||||||
|
public: Pep hini
|
||||||
|
title: '%{name}: "%{quote}"'
|
||||||
visibilities:
|
visibilities:
|
||||||
direct: War-eeun
|
direct: Meneg prevez
|
||||||
|
private: Heulierien·ezed hepken
|
||||||
public: Publik
|
public: Publik
|
||||||
|
public_long: Pep hini a c'hall gwelet
|
||||||
|
unlisted: Anlistennet
|
||||||
statuses_cleanup:
|
statuses_cleanup:
|
||||||
keep_direct: Mirout ar c'hannadoù eeun
|
keep_direct: Mirout ar c'hannadoù eeun
|
||||||
keep_media: Derc'hel an embannadurioù gant restroù stag
|
keep_media: Derc'hel an embannadurioù gant restroù stag
|
||||||
|
keep_pinned: Mirout an embannadurioù spilhennet
|
||||||
|
keep_pinned_hint: Chom hep dilemel hoc'h embannadurioù spilhennet
|
||||||
|
keep_self_bookmark: Mirout an embannadurioù enrollet evel sinedoù
|
||||||
|
keep_self_bookmark_hint: Chom hep dilemel hoc'h embannadurioù m'ho peus lakaet anezho er sinedoù
|
||||||
|
keep_self_fav: Mirout an embannadurioù muiañ-karet
|
||||||
|
keep_self_fav_hint: Chom hep dilemel hoc'h embannadurioù m'ho peus lakaet anezho en ho re vuiañ-karet
|
||||||
min_age:
|
min_age:
|
||||||
'1209600': 2 sizhunvezh
|
'1209600': 2 sizhunvezh
|
||||||
|
'15778476': 6 mizvezh
|
||||||
'2629746': 1 mizvezh
|
'2629746': 1 mizvezh
|
||||||
'31556952': 1 bloavezh
|
'31556952': 1 bloavezh
|
||||||
|
'5259492': 2 mizvezh
|
||||||
'604800': 1 sizhunvezh
|
'604800': 1 sizhunvezh
|
||||||
'63113904': 2 vloavezh
|
'63113904': 2 vloavezh
|
||||||
|
'7889238': 3 mizvezh
|
||||||
|
terms_of_service:
|
||||||
|
title: Divizoù implijout
|
||||||
themes:
|
themes:
|
||||||
|
contrast: Mastodon (Dargemm kreñv)
|
||||||
default: Mastodon (Teñval)
|
default: Mastodon (Teñval)
|
||||||
mastodon-light: Mastodon (Sklaer)
|
mastodon-light: Mastodon (Sklaer)
|
||||||
|
system: Emgefreek (implijout neuz ar reizhiad)
|
||||||
time:
|
time:
|
||||||
formats:
|
formats:
|
||||||
default: "%d a viz %b %Y, %H:%M"
|
default: "%d a viz %b %Y, %H:%M"
|
||||||
|
|
@ -586,18 +843,33 @@ br:
|
||||||
add: Ouzhpennañ
|
add: Ouzhpennañ
|
||||||
disable: Diweredekaat
|
disable: Diweredekaat
|
||||||
edit: Kemmañ
|
edit: Kemmañ
|
||||||
|
webauthn: Alc’hwezioù surentez
|
||||||
user_mailer:
|
user_mailer:
|
||||||
appeal_approved:
|
appeal_approved:
|
||||||
action: Arventennoù ar gont
|
action: Arventennoù ar gont
|
||||||
backup_ready:
|
backup_ready:
|
||||||
extra: Prest eo da vezañ pellgarget!
|
extra: Prest eo da vezañ pellgarget!
|
||||||
|
subject: Prest eo ho tielloù da vezañ pellgarget
|
||||||
|
suspicious_sign_in:
|
||||||
|
change_password: kemmañ ho ker-tremen
|
||||||
|
terms_of_service_changed:
|
||||||
|
sign_off: Skipailh %{domain}
|
||||||
|
subject: Kemmoù en hon divizoù implijout
|
||||||
|
subtitle: Cheñchet o deus divizoù implijout %{domain}
|
||||||
warning:
|
warning:
|
||||||
categories:
|
categories:
|
||||||
spam: Spam
|
spam: Spam
|
||||||
reason: 'Abeg :'
|
reason: 'Abeg:'
|
||||||
statuses: 'Toudoù meneget :'
|
statuses: 'Embannadurioù meneget:'
|
||||||
|
subject:
|
||||||
|
disable: Skornet eo bet ho kont %{acct}
|
||||||
|
suspend: Astalet eo bet ho kont %{acct}
|
||||||
title:
|
title:
|
||||||
|
delete_statuses: Embannadurioù dilamet
|
||||||
|
disable: Kont skornet
|
||||||
none: Diwall
|
none: Diwall
|
||||||
|
silence: Kont vevennet
|
||||||
|
suspend: Kont astalet
|
||||||
welcome:
|
welcome:
|
||||||
apps_android_action: Tapit anezhañ war Google Play
|
apps_android_action: Tapit anezhañ war Google Play
|
||||||
apps_ios_action: Pellgargañ war an App Store
|
apps_ios_action: Pellgargañ war an App Store
|
||||||
|
|
@ -607,6 +879,13 @@ br:
|
||||||
edit_profile_title: Personelaat ho profil
|
edit_profile_title: Personelaat ho profil
|
||||||
feature_action: Gouzout hiroc'h
|
feature_action: Gouzout hiroc'h
|
||||||
follow_action: Heuliañ
|
follow_action: Heuliañ
|
||||||
|
follow_title: Personelait ho red degemer
|
||||||
|
follows_subtitle: Heuilhit kontoù brudet-mat
|
||||||
|
follows_title: Piv heuliañ
|
||||||
|
hashtags_title: Gerioù-klik diouzh ar c'hiz
|
||||||
|
hashtags_view_more: Gwelet muioc'h a c'herioù-klik diouzh ar c'hiz
|
||||||
|
post_title: Grit hoc'h embannadur kentañ
|
||||||
|
share_title: Rannit ho kont Mastodon
|
||||||
sign_in_action: Kevreañ
|
sign_in_action: Kevreañ
|
||||||
subject: Donemat e Mastodon
|
subject: Donemat e Mastodon
|
||||||
title: Degemer mat e bourzh, %{name}!
|
title: Degemer mat e bourzh, %{name}!
|
||||||
|
|
@ -614,6 +893,7 @@ br:
|
||||||
follow_limit_reached: N'hallit ket heulian muioc'h eget %{limit} a zen
|
follow_limit_reached: N'hallit ket heulian muioc'h eget %{limit} a zen
|
||||||
signed_in_as: 'Aet-tre evel:'
|
signed_in_as: 'Aet-tre evel:'
|
||||||
verification:
|
verification:
|
||||||
|
here_is_how: Setu penaos
|
||||||
verification: Amprouadur
|
verification: Amprouadur
|
||||||
webauthn_credentials:
|
webauthn_credentials:
|
||||||
add: Ouzphennañ un alc'hwez surentez nevez
|
add: Ouzphennañ un alc'hwez surentez nevez
|
||||||
|
|
@ -622,7 +902,7 @@ br:
|
||||||
success: Hoc'h alc'hwez surentez a zo bet ouzphennet gant berzh.
|
success: Hoc'h alc'hwez surentez a zo bet ouzphennet gant berzh.
|
||||||
delete: Dilemel
|
delete: Dilemel
|
||||||
delete_confirmation: Sur oc'h e fell deoc'h dilemel an alc'hwez surentez-se ?
|
delete_confirmation: Sur oc'h e fell deoc'h dilemel an alc'hwez surentez-se ?
|
||||||
description_html: Ma'z eo aotreet <strong>dilesadur dre alc'hwez surentez</strong>, ret e vo deoc'h implijout unan eus hoc'h alc'hwezioù surentez evit mont-tre.
|
description_html: M'eo aotreet an <strong>dilesa dre alc'hwez surentez</strong> e vo ret deoc'h implijout unan eus hoc'h alc'hwezioù surentez evit mont-tre.
|
||||||
destroy:
|
destroy:
|
||||||
error: Ur gudenn a oa en ur zilemel hoc'h alc'hwez surentez. Mar plij, klaskit c'hoazh.
|
error: Ur gudenn a oa en ur zilemel hoc'h alc'hwez surentez. Mar plij, klaskit c'hoazh.
|
||||||
success: Hoc'h alc'hwez surentez a zo bet dilamet gant berzh.
|
success: Hoc'h alc'hwez surentez a zo bet dilamet gant berzh.
|
||||||
|
|
|
||||||
|
|
@ -1705,7 +1705,7 @@ ca:
|
||||||
too_few_options: ha de tenir més d'una opció
|
too_few_options: ha de tenir més d'una opció
|
||||||
too_many_options: no pot contenir més de %{max} opcions
|
too_many_options: no pot contenir més de %{max} opcions
|
||||||
preferences:
|
preferences:
|
||||||
other: Altre
|
other: Altres
|
||||||
posting_defaults: Valors per defecte de publicació
|
posting_defaults: Valors per defecte de publicació
|
||||||
public_timelines: Línies de temps públiques
|
public_timelines: Línies de temps públiques
|
||||||
privacy:
|
privacy:
|
||||||
|
|
@ -1873,12 +1873,12 @@ ca:
|
||||||
ownership: No es pot fixar el tut d'algú altre
|
ownership: No es pot fixar el tut d'algú altre
|
||||||
reblog: No es pot fixar un impuls
|
reblog: No es pot fixar un impuls
|
||||||
quote_policies:
|
quote_policies:
|
||||||
followers: Només els vostres seguidors
|
followers: Només seguidors
|
||||||
nobody: Ningú
|
nobody: Només jo
|
||||||
public: Tothom
|
public: Qualsevol
|
||||||
title: '%{name}: "%{quote}"'
|
title: '%{name}: "%{quote}"'
|
||||||
visibilities:
|
visibilities:
|
||||||
direct: Directe
|
direct: Menció privada
|
||||||
private: Només seguidors
|
private: Només seguidors
|
||||||
private_long: Mostra només als seguidors
|
private_long: Mostra només als seguidors
|
||||||
public: Públic
|
public: Públic
|
||||||
|
|
|
||||||
|
|
@ -924,7 +924,6 @@ co:
|
||||||
reblog: Ùn pudete micca puntarulà una spartera
|
reblog: Ùn pudete micca puntarulà una spartera
|
||||||
title: '%{name}: "%{quote}"'
|
title: '%{name}: "%{quote}"'
|
||||||
visibilities:
|
visibilities:
|
||||||
direct: Direttu
|
|
||||||
private: Solu per l’abbunati
|
private: Solu per l’abbunati
|
||||||
private_long: Mustrà solu à l’abbunati
|
private_long: Mustrà solu à l’abbunati
|
||||||
public: Pubblicu
|
public: Pubblicu
|
||||||
|
|
|
||||||
|
|
@ -1784,9 +1784,10 @@ cs:
|
||||||
self_vote: Nemůžete hlasovat ve svých vlastních anketách
|
self_vote: Nemůžete hlasovat ve svých vlastních anketách
|
||||||
too_few_options: musí mít více než jednu položku
|
too_few_options: musí mít více než jednu položku
|
||||||
too_many_options: nesmí obsahovat více než %{max} položek
|
too_many_options: nesmí obsahovat více než %{max} položek
|
||||||
|
vote: Hlasovat
|
||||||
preferences:
|
preferences:
|
||||||
other: Ostatní
|
other: Ostatní
|
||||||
posting_defaults: Výchozí možnosti psaní
|
posting_defaults: Výchozí nastavení příspěvků
|
||||||
public_timelines: Veřejné časové osy
|
public_timelines: Veřejné časové osy
|
||||||
privacy:
|
privacy:
|
||||||
hint_html: "<strong>Nastavte si, jak chcete, aby šlo váš profil a vaše příspěvky nalézt.</strong> Řada funkcí v Mastodonu vám může po zapnutí pomoci získat širší publikum. Věnujte chvíli kontrole těchto nastavení, aby vyhovovala vašim potřebám."
|
hint_html: "<strong>Nastavte si, jak chcete, aby šlo váš profil a vaše příspěvky nalézt.</strong> Řada funkcí v Mastodonu vám může po zapnutí pomoci získat širší publikum. Věnujte chvíli kontrole těchto nastavení, aby vyhovovala vašim potřebám."
|
||||||
|
|
@ -1961,12 +1962,12 @@ cs:
|
||||||
ownership: Nelze připnout příspěvek někoho jiného
|
ownership: Nelze připnout příspěvek někoho jiného
|
||||||
reblog: Boosty nelze připnout
|
reblog: Boosty nelze připnout
|
||||||
quote_policies:
|
quote_policies:
|
||||||
followers: Pouze vaši sledující
|
followers: Pouze sledující
|
||||||
nobody: Nikdo
|
nobody: Jen já
|
||||||
public: Všichni
|
public: Kdokoliv
|
||||||
title: "%{name}: „%{quote}“"
|
title: "%{name}: „%{quote}“"
|
||||||
visibilities:
|
visibilities:
|
||||||
direct: Přímé
|
direct: Soukromá zmínka
|
||||||
private: Pouze pro sledující
|
private: Pouze pro sledující
|
||||||
private_long: Zobrazit pouze sledujícím
|
private_long: Zobrazit pouze sledujícím
|
||||||
public: Veřejné
|
public: Veřejné
|
||||||
|
|
|
||||||
|
|
@ -1862,6 +1862,7 @@ cy:
|
||||||
self_vote: Nid oes modd i chi bleidleisio yn eich polau eich hun
|
self_vote: Nid oes modd i chi bleidleisio yn eich polau eich hun
|
||||||
too_few_options: rhaid cael mwy nag un eitem
|
too_few_options: rhaid cael mwy nag un eitem
|
||||||
too_many_options: ni all gynnwys mwy na %{max} eitem
|
too_many_options: ni all gynnwys mwy na %{max} eitem
|
||||||
|
vote: Pleidleisio
|
||||||
preferences:
|
preferences:
|
||||||
other: Arall
|
other: Arall
|
||||||
posting_defaults: Rhagosodiadau postio
|
posting_defaults: Rhagosodiadau postio
|
||||||
|
|
@ -1898,7 +1899,7 @@ cy:
|
||||||
last_active: Yn weithgar ddiwethaf
|
last_active: Yn weithgar ddiwethaf
|
||||||
most_recent: Y diweddaraf
|
most_recent: Y diweddaraf
|
||||||
moved: Wedi symud
|
moved: Wedi symud
|
||||||
mutual: Cydfudd
|
mutual: Yn Gyffredin
|
||||||
primary: Cynradd
|
primary: Cynradd
|
||||||
relationship: Perthynas
|
relationship: Perthynas
|
||||||
remove_selected_domains: Tynnu'r holl ddilynwyr o'r parthau a ddewiswyd
|
remove_selected_domains: Tynnu'r holl ddilynwyr o'r parthau a ddewiswyd
|
||||||
|
|
@ -2047,10 +2048,12 @@ cy:
|
||||||
ownership: Nid oes modd pinio postiad rhywun arall
|
ownership: Nid oes modd pinio postiad rhywun arall
|
||||||
reblog: Nid oes modd pinio hwb
|
reblog: Nid oes modd pinio hwb
|
||||||
quote_policies:
|
quote_policies:
|
||||||
|
followers: Dilynwyr yn unig
|
||||||
|
nobody: Dim ond fi
|
||||||
public: Pawb
|
public: Pawb
|
||||||
title: '%{name}: "%{quote}"'
|
title: '%{name}: "%{quote}"'
|
||||||
visibilities:
|
visibilities:
|
||||||
direct: Uniongyrchol
|
direct: Crybwylliad preifat
|
||||||
private: Dilynwyr yn unig
|
private: Dilynwyr yn unig
|
||||||
private_long: Dangos i ddilynwyr yn unig
|
private_long: Dangos i ddilynwyr yn unig
|
||||||
public: Cyhoeddus
|
public: Cyhoeddus
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue